Please enable JavaScript.
Coggle requires JavaScript to display documents.
IDS, Implementation - Coggle Diagram
IDS
-
-
-
-
IDS : types - how attacks are detected, placement of IDS on the network
Implementation
-
Detect specific attacks
heuristic detection by comparing with patterns stored in DB
Dos - attacks by land, flood, death ping
-
-
Decode packets
find packet type(TCP/UDP) by comparing with classes in the Jpcap library like IPPacket, TCPPacket, etc
-
Can also extend to intrusion prevention/Protection by blocking or allowing particular IP, range of IP by applying diff rules...
-