{"id":"82880171-b475-4201-b811-e9c826cd5eaa","title":"Exports Critical Registry Keys To a File","description":"Detects the export of a crital Registry key to a file.","author":"Oddvar Moe, Sander Wiebing, oscd.community","status":"test","level":"high","date":"2020-10-12","modified":"2024-03-13","tags":["attack.exfiltration","attack.discovery","attack.t1012"],"technique_ids":["T1012"],"logsource":{"category":"process_creation","product":"windows"},"falsepositives":["Dumping hives for legitimate purpouse i.e. backup or forensic investigation"],"references":["https://lolbas-project.github.io/lolbas/Binaries/Regedit/","https://gist.github.com/api0cradle/cdd2d0d0ec9abb686f0e89306e277b8f"],"source_path":"rules/windows/process_creation/proc_creation_win_regedit_export_critical_keys.yml","source_sha256":"8581608489df59f28b74c0840640ea86c1bafe95bcba9077686c538cb27b0685","source_url":"https://github.com/anpa1200/sigma/blob/b249e9683190cffdcaf188ccbfb90bf4759844e1/rules/windows/process_creation/proc_creation_win_regedit_export_critical_keys.yml","license":"Detection Rule License 1.1","license_url":"https://github.com/SigmaHQ/Detection-Rule-License/blob/main/LICENSE.Detection.Rules.md","yaml":"title: Exports Critical Registry Keys To a File\nid: 82880171-b475-4201-b811-e9c826cd5eaa\nrelated:\n    - id: f0e53e89-8d22-46ea-9db5-9d4796ee2f8a\n      type: similar\nstatus: test\ndescription: Detects the export of a crital Registry key to a file.\nreferences:\n    - https://lolbas-project.github.io/lolbas/Binaries/Regedit/\n    - https://gist.github.com/api0cradle/cdd2d0d0ec9abb686f0e89306e277b8f\nauthor: Oddvar Moe, Sander Wiebing, oscd.community\ndate: 2020-10-12\nmodified: 2024-03-13\ntags:\n    - attack.exfiltration\n    - attack.discovery\n    - attack.t1012\nlogsource:\n    category: process_creation\n    product: windows\ndetection:\n    selection_img:\n        - Image|endswith: '\\regedit.exe'\n        - OriginalFileName: 'REGEDIT.EXE'\n    selection_cli_1:\n        CommandLine|contains|windash: ' -E '\n    selection_cli_2:\n        CommandLine|contains:\n            - 'hklm'\n            - 'hkey_local_machine'\n    selection_cli_3:\n        CommandLine|endswith:\n            - '\\system'\n            - '\\sam'\n            - '\\security'\n    condition: all of selection_*\nfalsepositives:\n    - Dumping hives for legitimate purpouse i.e. backup or forensic investigation\nlevel: high\n","validation":"yaml_parsed_not_backend_compiled_or_live_validated","techniques":[{"key":"enterprise/T1012","id":"T1012","name":"Query Registry","page":"techniques/enterprise/T1012/"}],"data_path":"data/detection-rules/82880171-b475-4201-b811-e9c826cd5eaa.json","kind":"sigma"}
