Step by Step to Install AIDE on Ubuntu 20.04 LTS
AIDE is an host-based intrusion detection system. AIDE stands for Advanced Intrusion Detection Environment. It is used to monitor file integrity to detect any unauthorized changes. Using AIDE, we can check file permissions, inodes, modification time, file contents, user, group, & file size. There are few steps to install & configure AIDE on ubuntu: Step …
Read more “Step by Step to Install AIDE on Ubuntu 20.04 LTS”
4 Simple Ways to Install Katoolin on Ubuntu 20.04 LTS
Katoolin is a Python script. It allows to install the kali linux tools. Using Katoolin, we can install network security and penetration tools at once or manually one by one. There are few steps to install katoolin & kali linux tool using Katoolin on system. Step 1: Update the System apt-get update Step 2: Install …
Read more “4 Simple Ways to Install Katoolin on Ubuntu 20.04 LTS”
How to Install & Configure Splunk Monitoring Tool on Ubuntu
Splunk is a powerful log analysis tool used for searching, monitoring, and analyzing machine-generated big data from a web browser. It helps you simplify log data from servers and networking devices into a simple format that you can easily read and digest. It supports all major operating systems including Windows, Linux, and Mac OS. It …
Read more “How to Install & Configure Splunk Monitoring Tool on Ubuntu”
Step by Step Guide to Install OSSEC HIDS on Ubuntu 20.04 LTS
OSSEC is a free & open source host-based intrusion detection tool. It runs on Linux, OpenBSD, Solaris, FreeBSD, Windows, and other systems. It works in a server or client model. It is used for log analysis, policy monitoring, file integrity checking, real-time alerting, rootkit detection and active response. There are few steps to install OSSEC …
Read more “Step by Step Guide to Install OSSEC HIDS on Ubuntu 20.04 LTS”
How to Create a Job on Jenkins
Jenkins is a free and open source automation server. Using Jenkins, we can automate the parts of software development related to building, testing, and deploying, facilitating continuous integration and continuous delivery. There are various types of jenkins jobs: Freestyle project. Maven project. Pipeline. Multibranch pipeline. External Job. Multi-configuration project. Github organization. Create a Job First …