Posts

Showing posts from January, 2022

Installing And Configuring SNORT on Network Using Kali Linux

Image
Hello everyone, I'm Jayneel Chokshi This blog is related to  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.   How it is shown in this blog ? --> Here we will configure SNORT our local Home network.           Here in this blog I will show you how you can get alerts in kali terminal if some user on your local home network(Wifi) is using Instagram, Facebook and Youtube. We will configure some set of custom rules for this three websites. SNORT itself comes with some sort of Pre-defined rules for Securing our network from Scanning and exploiting.   Requirements :- 1. Kali Linux (On bridge network) 2.Router    I have Installed Kali Linux on Virtual box. So lets Start --...