Configuring SNORT on Network using Kali Linux
What is SNORT ? Snort is the foremost Open Source Intrusion Prevention System (IPS) in the world. Snort IPS uses a series of rules that help define malicious network activity and uses those rules to find packets that match against them and generates alerts for users. Snort can be deployed inline to stop these packets, as well. Snort has three primary uses: As a packet sniffer like tcpdump, as a packet logger — which is useful for network traffic debugging, or it can be used as a full-blown network intrusion prevention system. Snort can be downloaded and configured for personal and business use alike. IN THIS BLOG WE WILL CONFIGURE SNORT ON LOCAL HOME NETWORK Here I will show you how you can configure some set of Rules to get alert message from your local home network(WIFI) if someone using youtube, Facebook. LETS START:- STEP 1:- Download and Install SNORT in Kali Linux using command apt install snort STEP 2:- move to snort directory using command "cd /etc/...