cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
cn
Level 7
Report Inappropriate Content
Message 1 of 2

How monitor registry value being changed from a particular key using expert rules

Hi,

 

I am trying to figure out how to monitor changes to the value "start" for certain security related services.  Want to monitor this to see if someone disables the service.  I however cannot seem to see a solution in the documentation for Expert rules.  There is a MATCH "key" and a MATCH "value".  I can see examples on how to use the MATCH "key", but I do not see any kind of examples on how to use MATCH "value".  

 

Key/Value I want to monitor changes to:

KEY:  HKCCS\\Services\\splunkforwarder

VALUE Name:  start

 

This is what I created so far.  Is there a way to monitor the above?

 

Rule {
Process {
Include OBJECT_NAME { -v ** }
}
Target {
Match KEY {
Include OBJECT_NAME { -v "HKCCS\\Services\\splunkforwarder" }
Include -access "CREATE WRITE DELETE REPLACE_KEY RESTORE_KEY"
}
}
}

 

Thanks in advance!

Labels (3)
1 Reply

Re: How monitor registry value being changed from a particular key using expert rules

Wait for 10.7.  🙂

You Deserve an Award
Don't forget, when your helpful posts earn a kudos or get accepted as a solution you can unlock perks and badges. Those aren't the only badges, either. How many can you collect? Click here to learn more.

Community Help Hub

    New to the forums or need help finding your way around the forums? There's a whole hub of community resources to help you.

  • Find Forum FAQs
  • Learn How to Earn Badges
  • Ask for Help
Go to Community Help

Join the Community

    Thousands of customers use our Community for peer-to-peer and expert product support. Enjoy these benefits with a free membership:

  • Get helpful solutions from product experts.
  • Stay connected to product conversations that matter to you.
  • Participate in product groups led by employees.
Join the Community
Join the Community