{"id":"2a072a96-a086-49fa-bcb5-15cc5a619093","title":"Start Windows Service Via Net.EXE","description":"Detects the usage of the \"net.exe\" command to start a service using the \"start\" flag","author":"Timur Zinniatullin, Daniil Yugoslavskiy, oscd.community","status":"test","level":"low","date":"2019-10-21","modified":"2023-03-05","tags":["attack.execution","attack.t1569.002"],"technique_ids":["T1569.002"],"logsource":{"category":"process_creation","product":"windows"},"falsepositives":["Legitimate administrator or user executes a service for legitimate reasons."],"references":["https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1569.002/T1569.002.md"],"source_path":"rules/windows/process_creation/proc_creation_win_net_start_service.yml","source_sha256":"08118757a3b593579d3ce96f1b949e1b99b3288320da3699db0e8f0b3bf714a5","source_url":"https://github.com/anpa1200/sigma/blob/b249e9683190cffdcaf188ccbfb90bf4759844e1/rules/windows/process_creation/proc_creation_win_net_start_service.yml","license":"Detection Rule License 1.1","license_url":"https://github.com/SigmaHQ/Detection-Rule-License/blob/main/LICENSE.Detection.Rules.md","yaml":"title: Start Windows Service Via Net.EXE\nid: 2a072a96-a086-49fa-bcb5-15cc5a619093\nstatus: test\ndescription: Detects the usage of the \"net.exe\" command to start a service using the \"start\" flag\nreferences:\n    - https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1569.002/T1569.002.md\nauthor: Timur Zinniatullin, Daniil Yugoslavskiy, oscd.community\ndate: 2019-10-21\nmodified: 2023-03-05\ntags:\n    - attack.execution\n    - attack.t1569.002\nlogsource:\n    category: process_creation\n    product: windows\ndetection:\n    selection_img:\n        - Image|endswith:\n              - '\\net.exe'\n              - '\\net1.exe'\n        - OriginalFileName:\n              - 'net.exe'\n              - 'net1.exe'\n    selection_cli:\n        CommandLine|contains: ' start '     # space character after the 'start' keyword indicates that a service name follows, in contrast to `net start` discovery expression\n    condition: all of selection_*\nfalsepositives:\n    - Legitimate administrator or user executes a service for legitimate reasons.\nlevel: low\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/2a072a96-a086-49fa-bcb5-15cc5a619093.json","kind":"sigma"}
