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

38 lines
1.0 KiB
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)'
date: 2019/02/01
2020-08-29 02:03:28 +02:00
modified: 2020/08/28
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:
2020-08-29 02:03:28 +02:00
- attack.defense_evasion
- attack.t1093 # an old one
- attack.t1055.012
2019-02-01 23:27:53 +01:00
- attack.execution
2020-08-29 02:03:28 +02:00
- attack.t1064 # an old one
- attack.t1059.005
- attack.t1059.007
- attack.t1218.005
2019-02-01 23:27:53 +01:00
falsepositives:
- unknown
level: high