Actions
Bug #8454
open
PA
PA
doh2: FN with rulesets combining dns rules and http2 rules
Bug #8454:
doh2: FN with rulesets combining dns rules and http2 rules
Affected Versions:
Effort:
Difficulty:
Label:
Description
Ruleset containing rules with dns keywords and http keywords
alert dns any any -> any any (dns.query; content: "www.gstatic.com"; sid:20; ) alert doh2 any any -> any any (dns.query; content: "www.gstatic.com"; sid:21; ) alert http2 any any -> any any (http.request_header; content:"authority|3a 20|dns.google"; sid:30; ) alert doh2 any any -> any any (http.request_header; content:"authority|3a 20|dns.google"; sid:31; )
does not trigger on http rules, even if it triggers when the dns rules are absent
OT Updated by OISF Ticketbot about 9 hours ago
- Subtask #8455 added
OT Updated by OISF Ticketbot about 9 hours ago
- Label deleted (
Needs backport to 8.0)
PA Updated by Philippe Antoine about 9 hours ago
- Status changed from Assigned to In Review
Actions