This is a discussion on snort rule ? within the Snort forums, part of the System Security and Security Related category; am i writing this rule correctly? i want to log any email that contains a file with the .exe extension. ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
am i writing this rule correctly?
i want to log any email that contains a file with the .exe extension. also is there a way to specify to log as binary for better efficiency? thanks! log tcp any 25 -> any 25 (content: ".exe"; msg: "file type .exec matched"; logto: "mail.log";) |