Monitoring Splunk

Registry monitoring

jip31
Motivator

Hi

I want to monitor all the registry
I have written this code
does it seems to be ok?
thanks

[WinRegMon://hkcr_run]
index = Registry
sourcetype = WinRegistry
proc = C:\.*
hive = \REGISTRY\ROOT\
disabled = 0
baseline = 1
baseline_interval = 86400
type = rename|close|set|delete|open|create|query

[WinRegMon://hkcu_run]
index = Registry
sourcetype = WinRegistry
proc = C:\.*
hive = \REGISTRY\USER\
disabled = 0
baseline = 1
baseline_interval = 86400
type = rename|close|set|delete|open|create|query

[WinRegMon://hklm_run]
index = Registry
sourcetype = WinRegistry
proc = C:\.*
hive = \REGISTRY\MACHINE\
disabled = 0
baseline = 1
baseline_interval = 86400
type = rename|close|set|delete|open|create|query

[WinRegMon://hkus_run]
index = Registry
sourcetype = WinRegistry
proc = C:\.*
hive = \REGISTRY\USERS\
disabled = 0
baseline = 1
baseline_interval = 86400
type = rename|close|set|delete|open|create|query

[WinRegMon://hkcc_run]
index = Registry
sourcetype = WinRegistry
proc = C:\.*
hive = \REGISTRY\CONFIG\
disabled = 0
baseline = 1
baseline_interval = 86400
type = rename|close|set|delete|open|create|query

Tags (1)
0 Karma
Get Updates on the Splunk Community!

Fastest way to demo Observability

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

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...