mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
Added a script module for detecting hosts doing traceroutes.
This commit is contained in:
parent
95b12262e4
commit
47f5d256d8
3 changed files with 97 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
|||
signature traceroute-detector-ipv4 {
|
||||
header ip[8] < 10
|
||||
event "match"
|
||||
}
|
||||
|
||||
signature traceroute-detector-ipv6 {
|
||||
header ip6[7] < 10
|
||||
event "match"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue