{"id":"88872991-7445-4a22-90b2-a3adadb0e827","title":"Stop Windows Service Via Net.EXE","description":"Detects the stopping of a Windows service via the \"net\" utility.","author":"Jakob Weinzettl, oscd.community, Nasreddine Bencherchali (Nextron Systems)","status":"test","level":"low","date":"2023-03-05","modified":"","tags":["attack.impact","attack.t1489"],"technique_ids":["T1489"],"logsource":{"category":"process_creation","product":"windows"},"falsepositives":["There are many legitimate reasons to stop a service. This rule isn't looking for any suspicious behaviour in particular. Filter legitimate activity accordingly"],"references":["https://ss64.com/nt/net-service.html"],"source_path":"rules/windows/process_creation/proc_creation_win_net_stop_service.yml","source_sha256":"6afdaae1f0d66f773e9c807263fce47c38ccdac6f4ed069d00ec9b1e004154a5","source_url":"https://github.com/anpa1200/sigma/blob/b249e9683190cffdcaf188ccbfb90bf4759844e1/rules/windows/process_creation/proc_creation_win_net_stop_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: Stop Windows Service Via Net.EXE\nid: 88872991-7445-4a22-90b2-a3adadb0e827\nrelated:\n    - id: eb87818d-db5d-49cc-a987-d5da331fbd90\n      type: obsolete\nstatus: test\ndescription: Detects the stopping of a Windows service via the \"net\" utility.\nreferences:\n    - https://ss64.com/nt/net-service.html\nauthor: Jakob Weinzettl, oscd.community, Nasreddine Bencherchali (Nextron Systems)\ndate: 2023-03-05\ntags:\n    - attack.impact\n    - attack.t1489\nlogsource:\n    category: process_creation\n    product: windows\ndetection:\n    selection_img:\n        - OriginalFileName:\n              - 'net.exe'\n              - 'net1.exe'\n        - Image|endswith:\n              - '\\net.exe'\n              - '\\net1.exe'\n    selection_cli:\n        CommandLine|contains: ' stop '\n    condition: all of selection_*\nfalsepositives:\n    - There are many legitimate reasons to stop a service. This rule isn't looking for any suspicious behaviour in particular. Filter legitimate activity accordingly\nlevel: low\n","validation":"yaml_parsed_not_backend_compiled_or_live_validated","techniques":[{"key":"enterprise/T1489","id":"T1489","name":"Service Stop","page":"techniques/enterprise/T1489/"}],"data_path":"data/detection-rules/88872991-7445-4a22-90b2-a3adadb0e827.json","kind":"sigma"}
