{"id":"0b80ade5-6997-4b1d-99a1-71701778ea61","title":"Imports Registry Key From an ADS","description":"Detects the import of a alternate datastream to the registry with regedit.exe.","author":"Oddvar Moe, Sander Wiebing, oscd.community","status":"test","level":"high","date":"2020-10-12","modified":"2024-03-13","tags":["attack.persistence","attack.defense-impairment","attack.t1112"],"technique_ids":["T1112"],"logsource":{"category":"process_creation","product":"windows"},"falsepositives":["Unknown"],"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_import_keys_ads.yml","source_sha256":"349cd835a7cc91a2ba041fefb13c11e5cbb189bc2c3eb9354d0a90844a2ffaaf","source_url":"https://github.com/anpa1200/sigma/blob/b249e9683190cffdcaf188ccbfb90bf4759844e1/rules/windows/process_creation/proc_creation_win_regedit_import_keys_ads.yml","license":"Detection Rule License 1.1","license_url":"https://github.com/SigmaHQ/Detection-Rule-License/blob/main/LICENSE.Detection.Rules.md","yaml":"title: Imports Registry Key From an ADS\nid: 0b80ade5-6997-4b1d-99a1-71701778ea61\nrelated:\n    - id: 73bba97f-a82d-42ce-b315-9182e76c57b1\n      type: similar\nstatus: test\ndescription: Detects the import of a alternate datastream to the registry with regedit.exe.\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.persistence\n    - attack.defense-impairment\n    - attack.t1112\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:\n            - ' /i '\n            - '.reg'\n        CommandLine|re: ':[^ \\\\]'\n    filter:\n        CommandLine|contains|windash:\n            - ' -e '\n            - ' -a '\n            - ' -c '\n    condition: all of selection_* and not filter\nfalsepositives:\n    - Unknown\nlevel: high\n","validation":"yaml_parsed_not_backend_compiled_or_live_validated","techniques":[{"key":"enterprise/T1112","id":"T1112","name":"Modify Registry","page":"techniques/enterprise/T1112/"}],"data_path":"data/detection-rules/0b80ade5-6997-4b1d-99a1-71701778ea61.json","kind":"sigma"}
