Security

Users who accessed from more than one IP address

MrWh1t3
Path Finder

Hello,

I'm currently trying to find any user that might have had successful logins from multiple source ip addresses. I've looked all over and can't seem to figure this out. Is there a way to do this within the search?

Tags (2)
0 Karma
1 Solution

MrWh1t3
Path Finder

Figured it out.... Feel free to make it better.

eventtype="windows-security-4625" | stats dc(src_ip) by Account_Name | search "dc(src_ip)" > 1 |sort "dc(src_ip)" asc

Seems to work fine, but it would be cool to have it also spit out the various src_ips. I'm still playing with it.

View solution in original post

MrWh1t3
Path Finder

Figured it out.... Feel free to make it better.

eventtype="windows-security-4625" | stats dc(src_ip) by Account_Name | search "dc(src_ip)" > 1 |sort "dc(src_ip)" asc

Seems to work fine, but it would be cool to have it also spit out the various src_ips. I'm still playing with it.

Get Updates on the Splunk Community!

Using Machine Learning for Hunting Security Threats

WATCH NOW Seeing the exponential hike in global cyber threat spectrum, organizations are now striving more for ...

Observability Newsletter Highlights | March 2023

 March 2023 | Check out the latest and greatestSplunk APM's New Tag Filter ExperienceSplunk APM has updated ...

Security Newsletter Updates | March 2023

 March 2023 | Check out the latest and greatestUnify Your Security Operations with Splunk Mission Control The ...