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

35 lines
997 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)'
date: 2019/02/01
2021-11-12 11:28:09 +01:00
modified: 2021/11/12
2019-02-01 23:27:53 +01:00
logsource:
product: windows
2020-09-30 20:44:14 +02:00
category: create_remote_thread
2019-02-01 23:27:53 +01:00
detection:
selection:
2020-10-15 20:12:54 -03:00
SourceImage|endswith:
- '\System32\cscript.exe'
- '\System32\wscript.exe'
- '\System32\mshta.exe'
- '\winword.exe'
- '\excel.exe'
2020-11-20 02:04:28 -03:00
TargetImage|contains: '\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.t1055.012
2019-02-01 23:27:53 +01:00
- attack.execution
2020-08-29 02:03:28 +02:00
- attack.t1059.005
- attack.t1059.007
- attack.t1218.005
2019-02-01 23:27:53 +01:00
falsepositives:
2022-03-16 13:43:54 +01:00
- Unknown
2019-02-01 23:27:53 +01:00
level: high