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!

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...

[Live Demo] Watch SOC transformation in action with the reimagined Splunk Enterprise ...

Overwhelmed SOC? Splunk ES Has Your Back Tool sprawl, alert fatigue, and endless context switching are making ...

What’s New & Next in Splunk SOAR

Security teams today are dealing with more alerts, more tools, and more pressure than ever.  Join us on ...