{"id":"d26ce60c-2151-403c-9a42-49420d87b5e4","title":"HackTool Service Registration or Execution","description":"Detects installation or execution of services","author":"Florian Roth (Nextron Systems)","status":"test","level":"high","date":"2022-03-21","modified":"2023-08-07","tags":["attack.execution","attack.t1569.002","attack.s0029"],"technique_ids":["T1569.002"],"logsource":{"product":"windows","service":"system"},"falsepositives":["Unknown"],"references":["Internal Research"],"source_path":"rules/windows/builtin/system/service_control_manager/win_system_service_install_hacktools.yml","source_sha256":"ea0ed1540ec008ce9fb1bb09e197946b640d74877daa04bdca791f651a23594f","source_url":"https://github.com/anpa1200/sigma/blob/b249e9683190cffdcaf188ccbfb90bf4759844e1/rules/windows/builtin/system/service_control_manager/win_system_service_install_hacktools.yml","license":"Detection Rule License 1.1","license_url":"https://github.com/SigmaHQ/Detection-Rule-License/blob/main/LICENSE.Detection.Rules.md","yaml":"title: HackTool Service Registration or Execution\nid: d26ce60c-2151-403c-9a42-49420d87b5e4\nstatus: test\ndescription: Detects installation or execution of services\nreferences:\n    - Internal Research\nauthor: Florian Roth (Nextron Systems)\ndate: 2022-03-21\nmodified: 2023-08-07\ntags:\n    - attack.execution\n    - attack.t1569.002\n    - attack.s0029\nlogsource:\n    product: windows\n    service: system\ndetection:\n    selection_eid:\n        Provider_Name: 'Service Control Manager'\n        EventID:\n            - 7045\n            - 7036\n    selection_service_name:\n        ServiceName|contains:\n            - 'cachedump'\n            - 'DumpSvc'\n            - 'gsecdump'\n            - 'pwdump'\n            - 'UACBypassedService'\n            - 'WCE SERVICE'\n            - 'WCESERVICE'\n            - 'winexesvc'\n    selection_service_image:\n        ImagePath|contains: 'bypass' # https://gist.github.com/tyranid/c24cfd1bd141d14d4925043ee7e03c82#file-scmuacbypass-cpp-L159\n    condition: selection_eid and 1 of selection_service_*\nfalsepositives:\n    - Unknown\nlevel: high\n","validation":"yaml_parsed_not_backend_compiled_or_live_validated","techniques":[{"key":"enterprise/T1569.002","id":"T1569.002","name":"Service Execution","page":"techniques/enterprise/T1569.002/"}],"data_path":"data/detection-rules/d26ce60c-2151-403c-9a42-49420d87b5e4.json","kind":"sigma"}
