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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...