Detectionhightest
Raccine Uninstall
Detects commands that indicate a Raccine removal from an end system. Raccine is a free ransomware protection tool.
Convert In Phoenix Studio
Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.
Launch
Florian Roth (Nextron Systems)Created Thu Jan 21Updated Sun Oct 09a31eeaed-3fd5-478e-a8ba-e62c6b3f9eccwindows
Log Source
WindowsProcess Creation
ProductWindows← raw: windows
CategoryProcess Creation← raw: process_creation
Events generated when a new process is spawned on the system. Covers command-line arguments, parent/child relationships, and process metadata.
Detection Logic
Detection Logic3 selectors
detection:
selection1:
CommandLine|contains|all:
- 'taskkill '
- 'RaccineSettings.exe'
selection2:
CommandLine|contains|all:
- 'reg.exe'
- 'delete'
- 'Raccine Tray'
selection3:
CommandLine|contains|all:
- 'schtasks'
- '/DELETE'
- 'Raccine Rules Updater'
condition: 1 of selection*False Positives
Legitimate deinstallation by administrative staff
References
MITRE ATT&CK
Tactics
Sub-techniques
Rule Metadata
Rule ID
a31eeaed-3fd5-478e-a8ba-e62c6b3f9ecc
Status
test
Level
high
Type
Detection
Created
Thu Jan 21
Modified
Sun Oct 09
Path
rules/windows/process_creation/proc_creation_win_susp_disable_raccine.yml
Raw Tags
attack.defense-evasionattack.t1562.001