mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 02:08:54 +00:00
30 lines
829 B
YAML
30 lines
829 B
YAML
title: CACTUSTORCH Remote Thread Creation
|
|
description: Detects remote thread creation from CACTUSTORCH as described in references.
|
|
references:
|
|
- https://twitter.com/SBousseaden/status/1090588499517079552
|
|
- https://github.com/mdsecactivebreach/CACTUSTORCH
|
|
status: experimental
|
|
author: "@SBousseaden (detection), Thomas Patzke (rule)"
|
|
logsource:
|
|
product: windows
|
|
service: sysmon
|
|
detection:
|
|
selection:
|
|
EventID: 8
|
|
SourceImage:
|
|
- '*\System32\cscript.exe'
|
|
- '*\System32\wscript.exe'
|
|
- '*\System32\mshta.exe'
|
|
- '*\winword.exe'
|
|
- '*\excel.exe'
|
|
TargetImage: '*\SysWOW64\\*'
|
|
StartModule: null
|
|
condition: selection
|
|
tags:
|
|
- attack.execution
|
|
- attack.t1055
|
|
- attack.t1064
|
|
falsepositives:
|
|
- unknown
|
|
level: high
|