HackTool - CACTUSTORCH Remote Thread Creation
Detects remote thread creation from CACTUSTORCH as described in references.
Detection logic
selection
SourceImage|endswith:
- \System32\cscript.exe
- \System32\wscript.exe
- \System32\mshta.exe
- \winword.exe
- \excel.exe
TargetImage|contains: \SysWOW64\
StartModule: nullCondition
selectionRaw YAML
title: HackTool - CACTUSTORCH Remote Thread Creation
id: 2e4e488a-6164-4811-9ea1-f960c7359c40
status: test
description: Detects remote thread creation from CACTUSTORCH as described in references.
references:
- https://twitter.com/SBousseaden/status/1090588499517079552 # Deleted
- https://github.com/mdsecactivebreach/CACTUSTORCH
author: '@SBousseaden (detection), Thomas Patzke (rule)'
date: 2019-02-01
modified: 2023-05-05
tags:
- attack.privilege-escalation
- attack.execution
- attack.stealth
- attack.t1055.012
- attack.t1059.005
- attack.t1059.007
- attack.t1218.005
logsource:
product: windows
category: create_remote_thread
detection:
selection:
SourceImage|endswith:
- '\System32\cscript.exe'
- '\System32\wscript.exe'
- '\System32\mshta.exe'
- '\winword.exe'
- '\excel.exe'
TargetImage|contains: '\SysWOW64\'
StartModule: null
condition: selection
falsepositives:
- Unknown
level: highFalse positives
- Unknown
References
Similar rules
Csc.EXE Execution Form Potentially Suspicious Parent
highwindows · Shares T1059, T1218
HTML Help HH.EXE Suspicious Child Process
highwindows · Shares T1059, T1218
MSHTA Execution with Suspicious File Extensions
highwindows · Shares T1218, T1059
Potential Bumblebee Remote Thread Creation
highwindows · Shares T1218, T1059