|
Don't think format is your issue but look at
/var/ossec/etc/decoder.xml, this is where the log format is interpreted. There is a catchall syslog rule that generates the "unknown problem". look at /var/ossec/rules/syslog_rules.xml If any of these word are found <var name="BAD_WORDS">core_dumped|failure|error|attack|bad |illegal |denied|refused|unauthorized|fatal|failed|Segmentation Fault|Corrupted</var> Then this rule generates the message. <!-- <rule id="1002" level="2"> <match>$BAD_WORDS</match> <options>alert_by_email</options> <description>Unknown problem somewhere in the system.</description> </rule> --> If you were using ossec windows agents instead of syslog, these would be going through msauth_rules.xml instead of syslog_rules.xml. Seems there would be a way to re-route these. If your windows events are seeing both sets of rules, you could just suppress the syslog ones for windows. I get lots of audit failures in my environment and if I were using windows to syslog, all these would trip this alert. On 12/06/2010 02:49 PM, Christopher Moraes wrote: Hi, -- R. Loyd Darby, OSSIM-OCSE Project Manager DOC/NOAA/NMFS Infrastructure coordinator Southeast Fisheries Science Center 305-361-4297 |
- [ossec-list] Can OSSEC analyse a combined syslog file Christopher Moraes
- Re: [ossec-list] Can OSSEC analyse a combined sysl... dan (ddp)
- Re: [ossec-list] Can OSSEC analyse a combined sysl... Michael Starks
- [ossec-list] Re: Can OSSEC analyse a combined sysl... Christopher Moraes
- Re: [ossec-list] Re: Can OSSEC analyse a combi... loyd.darby
- Re: [ossec-list] Re: Can OSSEC analyse a combi... dan (ddp)
- Re: [ossec-list] Re: Can OSSEC analyse a c... Christopher Moraes
