Refine your search:

Hi, sorry for the novice question, but I currently have two main interests in Splunk. I would like to use both the PCI compliance app, and the Windows Security Operations Center app. Can anyone point me towards some articles which tell me what events I need to start logging in my windows domains to get the information I need? I have both a server 2003 domain, and a separate server 2008 domain.

Thanks,

Kevin

asked 27 Jun '11, 08:22

kgeil's gravatar image

kgeil
112
accept rate: 0%


4 Answers:

At the very least, you need Application, System, and Security Logs from all of your windows servers. Next you will want syslogs from your routers, switches, Firewalls, etc.

link:general info

link

answered 27 Jun '11, 12:35

I-Man's gravatar image

I-Man
129110
accept rate: 21%

Thanks, any information on what specific events to record in say, the security logs?

Kevin

link

answered 27 Jun '11, 13:50

kgeil's gravatar image

kgeil
112
accept rate: 0%

All of them. I do have a filter in place as i do not want to see when the Splunk account logs into hosts to grab the Windows logs.

Once you get all of the logs, you can then write reports for specific event codes, for instance a report that displays failed logins by username and host. I have found this site incredibly helpful:

http://www.ultimatewindowssecurity.com/securitylog/quickref/default.aspx

(27 Jun '11, 13:57) I-Man

Thanks I-Man. That looks like a great place to start. I'm sure I'll be in touch with further questions. Thanks again,

Kevin

link

answered 28 Jun '11, 06:10

kgeil's gravatar image

kgeil
112
accept rate: 0%

Hi kgeil,

The Windows Security Operations Center Splunk application uses Windows Event Log logs (mainly Security logs) to display everything. In order to create logs that you need (and you'll need same logs for your PCI DSS audits), make sure that at least the following configuration settings in your domain policy are present for all servers:

Security Settings - Local Policies/Audit Policy:

  • Audit account logon events: Success, Failure
  • Audit logon events: Success, Failure
  • Audit system events: Success, Failure
  • Audit account management: Success, Failure

Once you have these set up, the WSOC app will handle everything correctly for both Windows 2003 and Windows 2008 servers. The logs can even be mixed.

Also, the current version of the WSOC app requires that the logs are in the "windows" index (otherwise you'll have to modify the searches yourself).

Hopefully I'll find time to put up a new release soon that allows macros for indexes as well as couple of new things displayed.

Bojan

link

answered 28 Jun '11, 15:06

bojanz's gravatar image

bojanz
811110
accept rate: 38%

Post your answer
toggle preview

Follow this question

Log In to enable email subscriptions

RSS:

Answers

Answers + Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

Asked: 27 Jun '11, 08:22

Seen: 805 times

Last updated: 29 Jun '11, 06:10

Copyright © 2005-2012 Splunk, Inc. All rights reserved.