Getting Data In

How do you search for users logged in to multiple devices in a certain time period?

jstump1972
New Member

Fellow Splunkers,

I am working on a query to monitor our Active Directory logins, and I want to watch for users logging into multiple machines within 15 minutes as an example to watch for things like shared credentials amongst staff or the account that has been compromised. The current search I have is below, but it isn't quite right.

index=wineventlog earliest=-4h | timechart span=15m dc(Client_Address) AS client_address_count by user
0 Karma
1 Solution

jcart11entergy
Engager

If you are wanting a table list to show by user and which machines are being logged into, you could try

index=wineventlog earliest=-4h | stats values(Client_Address) as client_ip, dc(Client_Address) AS client_address_count by user | table user, client_ip, client_address_count

View solution in original post

0 Karma

jcart11entergy
Engager

If you are wanting a table list to show by user and which machines are being logged into, you could try

index=wineventlog earliest=-4h | stats values(Client_Address) as client_ip, dc(Client_Address) AS client_address_count by user | table user, client_ip, client_address_count

0 Karma

Vijeta
Influencer

what help you need in your query? Is it not working as expected?

0 Karma
Get Updates on the Splunk Community!

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...

.conf24 | Personalize your .conf experience with Learning Paths!

Personalize your .conf24 Experience Learning paths allow you to level up your skill sets and dive deeper ...