Getting Data In

How to monitor specific Active Directory user groups, and set up a search to alert when members of these groups perform a login?

arkonner
Path Finder

I am looking to monitor specific AD user groups and want to create a search that alerts me to when the members of these group perform a login. How do I pull that information?

0 Karma

arkonner
Path Finder

Sorry, my question was not clear - Active Directory user group perform login on Windows

0 Karma

javiergn
Super Champion

See my answer below and let me know if that helps

0 Karma

javiergn
Super Champion

Perform a login in Splunk or perform a login on a Windows machine?

If Splunk:

  • Use the internal logs to monitor when a login success happens

    index=_internal sourcetype=splunk_web_service user=* action="login" status="success"

  • Find if the user belongs to those groups via the ldap commands

If Windows:

  • Collect Security event logs from required hosts
  • Run a search in Splunk using the right Event Code for your Windows domain level. Also keep in mind logons can be interactive, remote, local, batch, etc so you need to use the Logon Type field too.
  • Once you have the user, correlate with AD in the same way as above via the ldap commands in order to find out the user group membership

Useful links:

Hope that helps.

Thanks,
J

0 Karma

arkonner
Path Finder

How to monitor specific Active Directory user groups, and set up a search to alert when members of these groups perform a login on Active Directory

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...