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!

Continuing Innovation & New Integrations Unlock Full Stack Observability For Your ...

You’ve probably heard the latest about AppDynamics joining the Splunk Observability portfolio, deepening our ...

Monitoring Amazon Elastic Kubernetes Service (EKS)

As we’ve seen, integrating Kubernetes environments with Splunk Observability Cloud is a quick and easy way to ...

Cloud Platform & Enterprise: Classic Dashboard Export Feature Deprecation

As of Splunk Cloud Platform 9.3.2408 and Splunk Enterprise 9.4, classic dashboard export features are now ...