mirror of https://github.com/OISF/suricata
Add event rules for Kerberos 5
parent
3a017f61b0
commit
6ae53a1869
@ -0,0 +1,8 @@
|
||||
# Kerberos app layer event rules
|
||||
#
|
||||
# SID's fall in the 2226000+ range. See https://redmine.openinfosecfoundation.org/projects/suricata/wiki/AppLayer
|
||||
#
|
||||
# These sigs fire at most once per connection.
|
||||
#
|
||||
alert krb5 any any -> any any (msg:"SURICATA Kerberos 5 malformed request data"; flow:to_server; app-layer-event:krb5.malformed_data; classtype:protocol-command-decode; sid:2226000; rev:1;)
|
||||
alert krb5 any any -> any any (msg:"SURICATA Kerberos 5 weak cryptographic parameters"; flow:to_client; app-layer-event:krb5.weak_crypto; classtype:protocol-command-decode; sid:2226001; rev:1;)
|
||||
Loading…
Reference in New Issue