Step by Step to install TCPdump (Capture Packets) on Ubuntu 20.04 LTS

TCPdump is a free & open-source packet analyzer tool & command-line utility. It is used for capturing the packets & inspect the network traffic going to & from our system. It is basic used for troubleshooting network issues & security testing. We can capture Non-TCP traffic such as UDP, ARP or ICMP. There are some …

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 …

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 …

Step by Step install Kanboard (Kanban Project Management) Platform on Ubuntu 20.04 LTS

Kanboard is a free and open-source project management application. It helps to Visualize the work & manages the project goal. It allows to create multiple projects & tasks.It provides a user interface for managing the projects. There are few steps to install & configure kanboard on ubuntu: Step 1: Update the System. apt-get update Step …

Step by Step Guide to Install Osquery Framework on Ubuntu 20.04 LTS

Osquery is a free & open-source cross platform framework. It can be used to expose an operating system as a relational database. We can get information from the operating system by running SQL based queries. There are few steps to install Osquery on ubuntu: Step 1: Update the System. apt-get update Step 2: To add …