Actions
Feature #2213
closed
VJ
OD
file matching: allow generic file matching / store
Feature #2213:
file matching: allow generic file matching / store
Description
Currently if you want to match on all protocols Suricata supports for file matching you need a rule for each protocol:
alert http .... filename:"blah"; alert smtp .... filename:"blah"; ...
Perhaps 'alert tcp ... filename:"blah"' would be enough.
Or perhaps use 'alert file ... filename:"blah"' as a special protocol.
Actions