Splunk Search

Windows Event Log of Account Creation Search?

s4md0ry
New Member

Hi,
I'm create search query to monitor when 3 users create accounts in an hour:

index=* sourcetype="WinEventLog:Security" EventCode=4720
| stats count as total_accounts by host
| where total_accounts >=3
| timechart span=1h sum(total_accounts)
| eval time_range=timeRange("YYYY-MM-DD hh:mm:ss", "<start-time>", "<end-time>")

 

Labels (4)
0 Karma
Get Updates on the Splunk Community!

Using Machine Learning for Hunting Security Threats

WATCH NOW Seeing the exponential hike in global cyber threat spectrum, organizations are now striving more for ...

Observability Newsletter Highlights | March 2023

 March 2023 | Check out the latest and greatestSplunk APM's New Tag Filter ExperienceSplunk APM has updated ...

Security Newsletter Updates | March 2023

 March 2023 | Check out the latest and greatestUnify Your Security Operations with Splunk Mission Control The ...