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/snort"
STEP 3:- original configuration file was snort.config, but for backup we will create a clone of this file and make changes in that file using command "cp snort.config test_snort.config
STEP 4:- We have to put our network and ip range in test_config file, for that we will edit this file. using command "nano test_snort.conf "
After that put your network IP and range as shown in below Screenshot..
After that save and close file.
Comments
Post a Comment