Splunk Search

What would be the syntax to search for registry key creation?

Barty001
Engager

What would be the syntax to search for registry key creation?

Tags (1)
0 Karma

jeffland
SplunkTrust
SplunkTrust

You need to explicitly enable auditing for the key you want to watch (google windows registry auditing); after that, you will see events in your windows event log (which you will need to forward to your splunk instance). If I am not mistaken, those would be events with the id 4657, so a search could look something like this:
index = wineventlog | 4657

0 Karma

chimell
Motivator

Hi Barty001
which creation ? please let me known

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...