Files
blue-team-tools/rules/windows/sysmon/sysmon_cactustorch.yml
T

31 lines
870 B
YAML
Raw Normal View History

2019-02-01 23:27:53 +01:00
title: CACTUSTORCH Remote Thread Creation
2019-11-12 23:12:27 +01:00
id: 2e4e488a-6164-4811-9ea1-f960c7359c40
2019-02-01 23:27:53 +01:00
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
2019-11-12 23:12:27 +01:00
author: '@SBousseaden (detection), Thomas Patzke (rule)'
2019-02-01 23:27:53 +01:00
logsource:
product: windows
service: sysmon
detection:
selection:
EventID: 8
SourceImage:
- '*\System32\cscript.exe'
- '*\System32\wscript.exe'
- '*\System32\mshta.exe'
- '*\winword.exe'
- '*\excel.exe'
2019-02-03 00:24:57 +01:00
TargetImage: '*\SysWOW64\\*'
2019-02-01 23:27:53 +01:00
StartModule: null
condition: selection
tags:
- attack.execution
- attack.t1055
- attack.t1064
falsepositives:
- unknown
level: high