Access To .Reg/.Hive Files By Uncommon Applications
Description
Detects file access requests to files ending with either the ".hive"/".reg" extension, usually associated with Windows Registry backups.
Query · sigma
selection: FileName|endswith: - .hive - .reg filter_main_generic: Image|startswith: - C:\Program Files (x86)\ - C:\Program Files\ - C:\Windows\System32\ - C:\Windows\SysWOW64\ condition: selection and not 1 of filter_main_*
Known false positives
- Third party software installed in the user context might generate a lot of FPs. Heavy baselining and tuning might be required.