Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_bypass_squiblytwo.yml
T

46 lines
1.3 KiB
YAML
Raw Normal View History

title: SquiblyTwo
2019-11-12 23:12:27 +01:00
id: 8d63dadf-b91b-4187-87b6-34a1114577ea
2021-11-27 11:33:14 +01:00
status: test
description: Detects WMI SquiblyTwo Attack with possible renamed WMI by looking for imphash
author: Markus Neis / Florian Roth
2021-11-27 11:33:14 +01:00
references:
- https://subt0x11.blogspot.ch/2018/04/wmicexe-whitelisting-bypass-hacking.html
- https://twitter.com/mattifestation/status/986280382042595328
date: 2019/01/16
modified: 2022/03/21
logsource:
2021-11-27 11:33:14 +01:00
category: process_creation
product: windows
detection:
2022-03-04 19:43:58 +01:00
selection_one:
2021-11-27 11:33:14 +01:00
Image|endswith:
- '\wmic.exe'
CommandLine|contains|all:
- wmic
- format
- http
2022-03-04 19:43:58 +01:00
selection_wmic_imphash:
- Imphash:
2021-11-27 11:33:14 +01:00
- 1B1A3F43BF37B5BFE60751F2EE2F326E
- 37777A96245A3C74EB217308F3546F4C
- 9D87C9D67CE724033C0B40CC4CA1B206
2022-03-04 19:43:58 +01:00
- Hashes|contains: # Sysmon field hashes contains all types
- IMPHASH=1B1A3F43BF37B5BFE60751F2EE2F326E
- IMPHASH=37777A96245A3C74EB217308F3546F4C
- IMPHASH=9D87C9D67CE724033C0B40CC4CA1B206
2022-03-04 19:43:58 +01:00
selection_flags:
2021-11-27 11:33:14 +01:00
CommandLine|contains|all:
- 'format:'
- 'http'
2022-03-04 19:43:58 +01:00
condition: selection_one or (selection_wmic_imphash and selection_flags)
2021-11-27 11:33:14 +01:00
falsepositives:
- Unknown
level: medium
tags:
- attack.defense_evasion
- attack.t1047
- attack.t1220
- attack.execution
- attack.t1059.005
- attack.t1059.007