Splunk Search

How to search logins for users with administrator rights from Windows event logs?

chungangus
New Member

We have captured Windows events, but have no idea how to identify the event to alert when a user with administrator rights logs on. Not sure the following event is appropriate and how to write the search...

576 - Specified privileges were added to a user's access token. (This event is generated when the user logs on.)

577 - A user attempted to perform a privileged system service operation.

578 - Privileges were used on an already open handle to a protected object.

4672 - Special privileges assigned to new logon

4673 - A privileged service was called

4674 - An operation was attempted on a privileged object

0 Karma

joshd
Builder

First, to clarify, the 5xx codes are from 2k3 whereas the 46xx codes are from 2k8. Ensure you're working with the right set of codes, or simply using both, when researching the event id's.

Next, I would personally go with 576 and 4672 since they signify specifically a logon event has occurred where the identity has privileged capabilities. The others are related to privileged operations that are not limited to login-time operations, but object accesses, etc...

Finally assuming you're using the Splunk for Windows TA you could use the following query to simply get a count of these events split by user ID:

sourcetype=WinEventLog:Security (EventCode=576 OR EventCode=4672) | stats count by user
0 Karma

chungangus
New Member

joshd,

Thanks for advice. I just come to Internet and find out those codes but no realize on the server version. I will have a try.

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...