Splunk Search

Need help forming my search query for linux_secure sourcetype

jcorkey
Explorer

I am receiving the /var/log/secure logs from my linux forwarder I am trying to create a search string that can detect when a user has added any user to sudo access. For example, I'd like to be able to detect when user1 adds user2 to the wheel group in order to give user2 sudo access.

0 Karma

mattymo
Splunk Employee
Splunk Employee

I used this to find my user using visudo to add a user to wheel. I am sure there a few different conditions that you'd hunt for...

index=* host=* source=/var/log/secure visudo OR usermod

alt text

Replace with your commands or logic accordingly.

I use the nix TA found here to ensure my field extractions (Splunk PS configs, you can use whatever you like): https://bitbucket.org/SPLServices/splunk_ta_nix/src

While on the topic of authentication and privilege, check out this wicked auth app by @dshpritz

https://splunkbase.splunk.com/app/3639/

- MattyMo
0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Thanks for the Memories! Splunk University, .conf25, and our Community

Thank you to everyone in the Splunk Community who joined us for .conf25, which kicked off with our iconic ...

Data Persistence in the OpenTelemetry Collector

This blog post is part of an ongoing series on OpenTelemetry. What happens if the OpenTelemetry collector ...

Introducing Splunk 10.0: Smarter, Faster, and More Powerful Than Ever

Now On Demand Whether you're managing complex deployments or looking to future-proof your data ...