AlienVault OSSIM v4.2 Released! Download
here
OSSEC configure that SIEM collects every Windows event
How to configure OSSEC Agent on Windows so SIEM show's all Windows events.
I enable plugin OSSEC and install default installation on Windows Server 2008 R2+ossim adress and key.
OSSIM starting to get data but it does not getting all of Windows Event log.
How to configure that all/every event is shown in SIEM GUI console?
0 • •
Answers
Did you add the ossec plugin under Deployment - System configuration - Collection?
- Abuse
0 • Off Topic Dislike Like Awesome •Do you mean ossec_config on Windows machine where I install plugin. Or you think inside /etc/ossim/agent/plugins/ossec.conf?
I don't have any exp with regexp I'll need then to find some good regexp tutorial. :(
- Abuse
0 • Off Topic Dislike Like Awesome •- Abuse
0 • Off Topic Dislike Like Awesome •<localfile>
<location>Application</location>
<log_format>eventlog</log_format>
</localfile>
<localfile>
<location>Security</location>
<log_format>eventlog</log_format>
</localfile>
<localfile>
<location>System</location>
<log_format>eventlog</log_format>
</localfile>
For Windows in OSSEC config.file i see
[OSSEC - Windows Security audit - Failure]
[OSSEC - Windows Security audit - Logged on/off]
[OSSEC - Windows Security audit -zzz- Generic Rule]
So I assume that I need to create regexp for application and system log file?
In what file can I see are system and application logs are comeing to OSSIM, beacuse when I
tail -f /var/ossec/logs/alerts/alerts.log I see only security events are arriving. eg. I restart print spooler and that information is not forwarded to OSSIM but Log On/Off are.
So how to configure OSSEC to forward also System and Application log then I will play with regexp :)
- Abuse
0 • Off Topic Dislike Like Awesome •- Abuse
0 • Off Topic Dislike Like Awesome •As I see in log file only Security events are showing up.
- Abuse
0 • Off Topic Dislike Like Awesome •- Abuse
0 • Off Topic Dislike Like Awesome •...........
2013/02/15 11:31:06 ossec-agent(4102): INFO: Connected to the server (<ip server ossim>:1514).
2013/02/15 11:31:06 ossec-agent(1951): INFO: Analyzing event log: 'Application'.
2013/02/15 11:31:06 ossec-agent(1951): INFO: Analyzing event log: 'Security'.
2013/02/15 11:31:07 ossec-agent(1951): INFO: Analyzing event log: 'System'.
.......
But, it's sends only security logs to ossim.
- Abuse
0 • Off Topic Dislike Like Awesome •