Risto Vaarandi wrote:
> hi Hari,
> after reading your mail, my first impression is that it shouldn't (and 
> actually, couldn't) be something that is built into SEC. SEC output 
> actions are currently very generic ones and they are not restricted to 
> doing something with lines that the pattern matched (i.e., the value 
> of $0 only). Therefore, I would argue that the best place for any 
> coloring scheme is the output script that is invoked from SEC.
> However, let me ask one question -- why are you having difficulties 
> with identifying the rule that produced the alert? You are not limited 
> to mailing the $0 value only, but you can also send any data you want 
> from SEC as an alert.
You're right, after a second look, it was obvious to me, I've grouped 
and aggregated alerts so it could have been any number of rules but was 
actually quite easy to find one I dug in to them. It just wasn't 
immediately obvious from the email itself which thing had triggered it 
so it would have been nice to have the specific bit that first triggered 
this rule highlighted... which I think is a nice touch.

The reason I am thinking of tying this in to Sec is because only Sec 
knows what matched, so I would need to use a capture and then perhaps do 
a replace op on $0 using the capture to mangle it into colour/boldness 
to make it immediately obvious what triggered it.

This came through in general Linux Alerts, having %s or $0 in subjects 
is in my opinion more risky and therefore my email subjects are generic 
and not stripped or using any part of the log itself as I think this 
opens up more possible issues security-wise in terms of command or smtp 
injection (read an interesting anti log-analysis paper on this from ossec).

Also when you have more than 10 thousand rules running against your 
infrastructure, having unique subjects for each one seems fairly 
impractical as I group emails to receive less of them and I've also 
written the alerting to be anti-DoS as well so each message does not 
arrive in a separate email unless a couple mins of inactivity has gone 
by. The real information is in the body, which at a glance can look a 
bit flat without something to make the caught bit jump out at you, hence 
the wish to add colour and/or boldness to the relevant parts.

-h

-- 
Hari Sekhon
Always open to interesting opportunities
http://www.linkedin.com/in/harisekhon


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Simple-evcorr-users mailing list
Simple-evcorr-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/simple-evcorr-users

Reply via email to