Skip to content

garvitchawla/network_intrusion_detection_system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

NIDS:

I first checked if the packets are going through the Interface or through a pcap which would determine whether to read the file or to sniff in case of scapy. Then, I find the network. If enabled, I compute ipv4 and tcp checksums. For every packet, flags and frag bits are checked to figure out if the packets should be reassembled for iPv4 fragment by using the default or current bahvior as described. TCP reassembly is performed using pynids. After TCP reassembly, the destination port and the content are matched from the config file and the data is searched for the regex in the defragmented TCP and displayed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published