Actions
Bug #5062
closedNot keyword matches in Kerberos requests
Affected Versions:
Effort:
Difficulty:
Label:
Description
I was doing some tests with the following rule:
alert krb5 any any -> any any (msg:"Kerberos 5"; krb5_msg_type:10;)
But I was unable to make it work against the pcap I sent you, which is only a Kerberos request (AS-REQ) and response (AS-REP).
After digging for a while in the code there was discovered that this may happen cause in the https://github.com/OISF/suricata/blob/master/rust/src/krb/krb5.rs#L123 file no transaction is created by Kerberos requests, so they are ignored by any Kerberos keyword (I've also tested with the krb5_sname).
alert krb5 any any -> any any (msg:"Kerberos 5"; krb5_sname; content:"krbtgt"; sid:5; rev:1;)
Thanks for this great software
Files
Updated by Jeff Lucovsky over 2 years ago
- Copied from Bug #4529: Not keyword matches in Kerberos requests added
Updated by Philippe Antoine over 2 years ago
- Status changed from Assigned to Closed
Not to be backported cf https://github.com/OISF/suricata/pull/6508#issuecomment-1028248044
Actions