Security

How can I do a report of AD users logged in multiple pc at the same time?

msiri
Observer

how can i do a report of AD users logged in multiple pc at the same time? im trying to take a list of any user that has logged (event 4624) in more than one pc.

Labels (1)
0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @msiri,

you could try something like this:

index=wineventlog EventCode=4624
| timechart span=1m dc(host) AS host_count BY Account_name
| where host_count>1

you could also reduce the time frame to less than one minute.

Ciao.

Giuseppe

0 Karma
Get Updates on the Splunk Community!

New Case Study Shows the Value of Partnering with Splunk Academic Alliance

The University of Nevada, Las Vegas (UNLV) is another premier research institution helping to shape the next ...

How to Monitor Google Kubernetes Engine (GKE)

We’ve looked at how to integrate Kubernetes environments with Splunk Observability Cloud, but what about ...

Index This | How can you make 45 using only 4?

October 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with this ...