{"id":"81bcb81b-5b1f-474b-b373-52c871aaa7b1","title":"Stop Windows Service Via Sc.EXE","description":"Detects the stopping of a Windows service via the \"sc.exe\" utility","author":"Jakob Weinzettl, oscd.community, Nasreddine Bencherchali (Nextron Systems)","status":"test","level":"low","date":"2023-03-05","modified":"2024-01-18","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 behavior in particular. Filter legitimate activity accordingly"],"references":["https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/cc742107(v=ws.11)"],"source_path":"rules/windows/process_creation/proc_creation_win_sc_stop_service.yml","source_sha256":"092eae0cfe74d9bec42a0f646deea0ce19fc8d0403cca44b3c000d5fb63e6829","source_url":"https://github.com/anpa1200/sigma/blob/b249e9683190cffdcaf188ccbfb90bf4759844e1/rules/windows/process_creation/proc_creation_win_sc_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 Sc.EXE\nid: 81bcb81b-5b1f-474b-b373-52c871aaa7b1\nrelated:\n    - id: eb87818d-db5d-49cc-a987-d5da331fbd90\n      type: obsolete\nstatus: test\ndescription: Detects the stopping of a Windows service via the \"sc.exe\" utility\nreferences:\n    - https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/cc742107(v=ws.11)\nauthor: Jakob Weinzettl, oscd.community, Nasreddine Bencherchali (Nextron Systems)\ndate: 2023-03-05\nmodified: 2024-01-18\ntags:\n    - attack.impact\n    - attack.t1489\nlogsource:\n    category: process_creation\n    product: windows\ndetection:\n    selection_img:\n        - OriginalFileName: 'sc.exe'\n        - Image|endswith: '\\sc.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 behavior in particular. Filter legitimate activity accordingly\nlevel: low\nregression_tests_path: regression_data/rules/windows/process_creation/proc_creation_win_sc_stop_service/info.yml\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/81bcb81b-5b1f-474b-b373-52c871aaa7b1.json","kind":"sigma"}
