{"id":"5f60740a-f57b-4e76-82a1-15b6ff2cb134","title":"Registry Modification Via Regini.EXE","description":"Detects the execution of regini.exe which can be used to modify registry keys, the changes are imported from one or more text files.","author":"Eli Salem, Sander Wiebing, oscd.community","status":"test","level":"low","date":"2020-10-08","modified":"2023-02-08","tags":["attack.persistence","attack.defense-impairment","attack.t1112"],"technique_ids":["T1112"],"logsource":{"category":"process_creation","product":"windows"},"falsepositives":["Legitimate modification of keys"],"references":["https://lolbas-project.github.io/lolbas/Binaries/Regini/","https://gist.github.com/api0cradle/cdd2d0d0ec9abb686f0e89306e277b8f","https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/regini"],"source_path":"rules/windows/process_creation/proc_creation_win_regini_execution.yml","source_sha256":"09218fe7f889c5d124e0b7a93b2fd0d0ef9efbad8290667fb0694eda09e3d492","source_url":"https://github.com/anpa1200/sigma/blob/b249e9683190cffdcaf188ccbfb90bf4759844e1/rules/windows/process_creation/proc_creation_win_regini_execution.yml","license":"Detection Rule License 1.1","license_url":"https://github.com/SigmaHQ/Detection-Rule-License/blob/main/LICENSE.Detection.Rules.md","yaml":"title: Registry Modification Via Regini.EXE\nid: 5f60740a-f57b-4e76-82a1-15b6ff2cb134\nrelated:\n    - id: 77946e79-97f1-45a2-84b4-f37b5c0d8682\n      type: derived\nstatus: test\ndescription: Detects the execution of regini.exe which can be used to modify registry keys, the changes are imported from one or more text files.\nreferences:\n    - https://lolbas-project.github.io/lolbas/Binaries/Regini/\n    - https://gist.github.com/api0cradle/cdd2d0d0ec9abb686f0e89306e277b8f\n    - https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/regini\nauthor: Eli Salem, Sander Wiebing, oscd.community\ndate: 2020-10-08\nmodified: 2023-02-08\ntags:\n    - attack.persistence\n    - attack.defense-impairment\n    - attack.t1112\nlogsource:\n    category: process_creation\n    product: windows\ndetection:\n    selection:\n        - Image|endswith: '\\regini.exe'\n        - OriginalFileName: 'REGINI.EXE'\n    filter:\n        CommandLine|re: ':[^ \\\\]' # Covered in 77946e79-97f1-45a2-84b4-f37b5c0d8682\n    condition: selection and not filter\nfalsepositives:\n    - Legitimate modification of keys\nlevel: low\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/5f60740a-f57b-4e76-82a1-15b6ff2cb134.json","kind":"sigma"}
