{"id":"f0e53e89-8d22-46ea-9db5-9d4796ee2f8a","title":"Exports Registry Key To a File","description":"Detects the export of the target Registry key to a file.","author":"Oddvar Moe, Sander Wiebing, oscd.community","status":"test","level":"low","date":"2020-10-07","modified":"2024-03-13","tags":["attack.exfiltration","attack.discovery","attack.t1012"],"technique_ids":["T1012"],"logsource":{"category":"process_creation","product":"windows"},"falsepositives":["Legitimate export of keys"],"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_keys.yml","source_sha256":"d7f88555bfbff4bbc7433fcaaacb00bc55c60920e9a9da4c5f6f1ffa61d79a92","source_url":"https://github.com/anpa1200/sigma/blob/b249e9683190cffdcaf188ccbfb90bf4759844e1/rules/windows/process_creation/proc_creation_win_regedit_export_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 Registry Key To a File\nid: f0e53e89-8d22-46ea-9db5-9d4796ee2f8a\nrelated:\n    - id: 82880171-b475-4201-b811-e9c826cd5eaa\n      type: similar\nstatus: test\ndescription: Detects the export of the target 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-07\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:\n        CommandLine|contains|windash: ' -E '\n    filter_1:   # filters to avoid intersection with critical keys rule\n        CommandLine|contains:\n            - 'hklm'\n            - 'hkey_local_machine'\n    filter_2:\n        CommandLine|endswith:\n            - '\\system'\n            - '\\sam'\n            - '\\security'\n    condition: all of selection_* and not all of filter_*\nfalsepositives:\n    - Legitimate export of keys\nlevel: low\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/f0e53e89-8d22-46ea-9db5-9d4796ee2f8a.json","kind":"sigma"}
