Splunk Search

how do i query all events with ID4738 for a specific user?

tksre
New Member

how do i query all events with windows ID 4738 for a specific user

Tags (1)
0 Karma

stakor
Path Finder

If you do not have the windows TA installed, you can do something quick and dirty, like:
"EventCode=4738"
That will find your event ID, but to get the user name, you will need a fairly complex regex query using the rex command, because there are two "Account Name:"'s in the log, and you are probably looking for the second one. If you can use the Windows TA, it would probably be best to use that. Or follow gpradeepkumarreddy's advice, and just use:

index=<your_index> "EventCode=4738" "Account Name:*?<user_name>"
  • edited to insert "?", typo-ed it.
0 Karma

pradeepkumarg
Influencer

can you paste some sample events ? It might be as simple as below provided you have all the fields extracted

index=your_index user="your_user" ID="4738" 
0 Karma

adonio
Ultra Champion

index = your_index EventCode = 4738 user = yourUniqueUser
do you use the Windows TA?

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 ...