mirror of https://github.com/OISF/suricata
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
468 B
Plaintext
8 lines
468 B
Plaintext
# DHCP app-layer event rules. See
|
|
#
|
|
# https://redmine.openinfosecfoundation.org/projects/suricata/wiki/AppLayer
|
|
# for SID allocation.
|
|
|
|
alert dhcp any any -> any any (msg:"SURICATA DHCP malformed options"; app-layer-event:dhcp.malformed_options; classtype:protocol-command-decode; sid:2227000; rev:1;)
|
|
alert dhcp any any -> any any (msg:"SURICATA DHCP truncated options"; app-layer-event:dhcp.truncated_options; classtype:protocol-command-decode; sid:2227001; rev:1;)
|