Closed GoogleCodeExporter closed 9 years ago
Original comment by Cummin...@gmail.com
on 29 Oct 2010 at 11:47
Original comment by Cummin...@gmail.com
on 29 Oct 2010 at 11:48
Ok, after a thorough review, you are making this more complex than it needs to
be..
IMHO the backref capability of oinkmaster is not needed, it's a waste of
computation and memory.
using a regular expression search and replace you can achieve what you want..
here is a snortsam example, and I will add this to the modifysid.conf as an
example also
# example of modification of a rule to make snortsam BLOCK the rule:
# note that one rule changes from alert to BLOCK and that the other
# modifies the msg:" field value so that when the alert occurs it is noted
# that it is a SNORTSAM block rule!
17803 "\(msg:"" "\(msg:"SNORTSAM ";
17803 "^\s*alert" "BLOCK";
$ grep 'sid:17803' /home/jj/snort.rules
BLOCK tcp $EXTERNAL_NET $HTTP_PORTS -> $HOME_NET any \(msg:"SNORTSAM .....
Original comment by Cummin...@gmail.com
on 10 Nov 2010 at 5:51
Original issue reported on code.google.com by
CunningP...@gmail.com
on 27 Oct 2010 at 10:08