Splunk Search

How to use ldapsearch to pull the members from groups

splunkrocks2014
Communicator

I have list of the domains and groups, how to use ldapsearch to pull the sAMAccountName name and AccountIsDisabled associated with the groups? Thanks.

Tags (1)
0 Karma

livehybrid
Motivator

Hi,
This might need a little re-work to pipe in your list of groups, but something along these lines might get you going:

|ldapsearch domain=YourDomain search="(&(objectClass=user)(memberOf=CN=YourGroup,OU=YourOrgUnit,O=YourOrg))" | eval AccountIsDisabled=IF(userAccountControl=512,"True","False") | table sAMAccountName, AccountIsDisabled
0 Karma
Get Updates on the Splunk Community!

Technical Workshop Series: Splunk Data Management and SPL2 | Register here!

Hey, Splunk Community! Ready to take your data management skills to the next level? Join us for a 3-part ...

Spotting Financial Fraud in the Haystack: A Guide to Behavioral Analytics with Splunk

In today's digital financial ecosystem, security teams face an unprecedented challenge. The sheer volume of ...

Solve Problems Faster with New, Smarter AI and Integrations in Splunk Observability

Solve Problems Faster with New, Smarter AI and Integrations in Splunk Observability As businesses scale ...