Added a script module for detecting hosts doing traceroutes.

This commit is contained in:
Seth Hall 2012-11-20 01:01:37 -05:00
parent 95b12262e4
commit 47f5d256d8
3 changed files with 97 additions and 0 deletions

View file

@ -0,0 +1,9 @@
signature traceroute-detector-ipv4 {
header ip[8] < 10
event "match"
}
signature traceroute-detector-ipv6 {
header ip6[7] < 10
event "match"
}