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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...