{"id":"a31eeaed-3fd5-478e-a8ba-e62c6b3f9ecc","title":"Raccine Uninstall","description":"Detects commands that indicate a Raccine removal from an end system. Raccine is a free ransomware protection tool.","author":"Florian Roth (Nextron Systems)","status":"test","level":"high","date":"2021-01-21","modified":"2022-10-09","tags":["attack.defense-impairment","attack.t1685"],"technique_ids":["T1685"],"logsource":{"category":"process_creation","product":"windows"},"falsepositives":["Legitimate deinstallation by administrative staff"],"references":["https://github.com/Neo23x0/Raccine"],"source_path":"rules/windows/process_creation/proc_creation_win_susp_disable_raccine.yml","source_sha256":"8d63590684b88b28760fb10b5e61ba6bd16d4d2b9f0b96c1414d5764915118d7","source_url":"https://github.com/anpa1200/sigma/blob/b249e9683190cffdcaf188ccbfb90bf4759844e1/rules/windows/process_creation/proc_creation_win_susp_disable_raccine.yml","license":"Detection Rule License 1.1","license_url":"https://github.com/SigmaHQ/Detection-Rule-License/blob/main/LICENSE.Detection.Rules.md","yaml":"title: Raccine Uninstall\nid: a31eeaed-3fd5-478e-a8ba-e62c6b3f9ecc\nstatus: test\ndescription: Detects commands that indicate a Raccine removal from an end system. Raccine is a free ransomware protection tool.\nreferences:\n    - https://github.com/Neo23x0/Raccine\nauthor: Florian Roth (Nextron Systems)\ndate: 2021-01-21\nmodified: 2022-10-09\ntags:\n    - attack.defense-impairment\n    - attack.t1685\nlogsource:\n    category: process_creation\n    product: windows\ndetection:\n    selection1:\n        CommandLine|contains|all:\n            - 'taskkill '\n            - 'RaccineSettings.exe'\n    selection2:\n        CommandLine|contains|all:\n            - 'reg.exe'\n            - 'delete'\n            - 'Raccine Tray'\n    selection3:\n        CommandLine|contains|all:\n            - 'schtasks'\n            - '/DELETE'\n            - 'Raccine Rules Updater'\n    condition: 1 of selection*\nfalsepositives:\n    - Legitimate deinstallation by administrative staff\nlevel: high\n","validation":"yaml_parsed_not_backend_compiled_or_live_validated","techniques":[{"key":"enterprise/T1685","id":"T1685","name":"Disable or Modify Tools","page":"techniques/enterprise/T1685/"}],"data_path":"data/detection-rules/a31eeaed-3fd5-478e-a8ba-e62c6b3f9ecc.json","kind":"sigma"}
