2019-01-16 22:36:31 +00:00
|
|
|
title: SquiblyTwo
|
2019-11-12 22:12:27 +00:00
|
|
|
id: 8d63dadf-b91b-4187-87b6-34a1114577ea
|
2019-01-16 22:36:31 +00:00
|
|
|
status: experimental
|
|
|
|
description: Detects WMI SquiblyTwo Attack with possible renamed WMI by looking for imphash
|
|
|
|
references:
|
2019-03-01 23:14:20 +00:00
|
|
|
- https://subt0x11.blogspot.ch/2018/04/wmicexe-whitelisting-bypass-hacking.html
|
|
|
|
- https://twitter.com/mattifestation/status/986280382042595328
|
2019-01-16 22:36:31 +00:00
|
|
|
tags:
|
2019-03-01 23:14:20 +00:00
|
|
|
- attack.defense_evasion
|
|
|
|
- attack.t1047
|
2019-01-16 22:36:31 +00:00
|
|
|
author: Markus Neis / Florian Roth
|
2020-01-30 15:07:37 +00:00
|
|
|
date: 2019/01/16
|
2019-01-16 22:36:31 +00:00
|
|
|
falsepositives:
|
2019-03-01 23:14:20 +00:00
|
|
|
- Unknown
|
2019-01-16 22:36:31 +00:00
|
|
|
level: medium
|
|
|
|
logsource:
|
2019-03-01 23:14:20 +00:00
|
|
|
category: process_creation
|
|
|
|
product: windows
|
2019-01-16 22:36:31 +00:00
|
|
|
detection:
|
2019-03-01 23:14:20 +00:00
|
|
|
selection1:
|
|
|
|
Image:
|
|
|
|
- '*\wmic.exe'
|
|
|
|
CommandLine:
|
|
|
|
- wmic * *format:\"http*
|
|
|
|
- wmic * /format:'http
|
|
|
|
- wmic * /format:http*
|
|
|
|
selection2:
|
|
|
|
Imphash:
|
|
|
|
- 1B1A3F43BF37B5BFE60751F2EE2F326E
|
|
|
|
- 37777A96245A3C74EB217308F3546F4C
|
|
|
|
- 9D87C9D67CE724033C0B40CC4CA1B206
|
|
|
|
CommandLine:
|
|
|
|
- '* *format:\"http*'
|
|
|
|
- '* /format:''http'
|
|
|
|
- '* /format:http*'
|
|
|
|
condition: 1 of them
|