Snort mailing list archives

outputting variables for analysts


From: "Long, Kerry S" <kslong () mitre org>
Date: Fri, 3 Jan 2014 17:51:28 +0000

Hello, I originally sent this to the users group.  It is probably more appropriate for this group.







I am trying to figure out the best way to accomplish the following task.  I want my analysts to see a variable I 
capture with byte extract in their alert display.  Ideally it could just be inserted into the message field like below. 
I could also use Unified2 alerts with an extra custom field maybe where I create some sort of plugin to grab the value 
and insert it into a Unified2 alert.  Trying to decide what is the easiest way to do it. Suggestions would be most 
appreciated.



Kerry





alert tcp any any -> any any (byte_extract:1, 0, str_offset; \

        byte_extract:1, 1, str_depth; \

       content:"bad stuff"; offset:str_offset; depth:str_depth; \

        msg:"Bad Stuff detected within field at $str_offset";)





------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Snort-devel mailing list
Snort-devel () lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/snort-devel
Archive:
http://sourceforge.net/mailarchive/forum.php?forum_name=snort-devel

Please visit http://blog.snort.org for the latest news about Snort!

Current thread: