Actions
Bug #1288
closedFilestore keyword in wrong place will cause entire rule not to trigger
Affected Versions:
Effort:
Difficulty:
Label:
Description
When using filestore keyword I noticed some alerts never triggering even though they should have. After some debugging and investigating I observed the following:
alert http any any -> any any (msg:"parser1"; content:"testnfs"; filestore:both,flow; sid:9;) alert http any any -> any any (msg:"parser2"; content:"testnfs"; sid:10; filestore:both,flow;)
SID 9 will trigger an alert but SID 10 will not trigger an alert. Changing the order in the rule file will not alter the result either.
Observed on git head (04afcf2717d1d6814a8ac39b5489ef3ce8ff2f0d).
Actions