2020-01-30 16:26:09 +00:00
|
|
|
title: Suspicious WMI Execution
|
2019-11-12 22:12:27 +00:00
|
|
|
id: 526be59f-a573-4eea-b5f7-f0973207634d
|
2019-01-16 22:36:31 +00:00
|
|
|
status: experimental
|
|
|
|
description: Detects WMI executing suspicious commands
|
|
|
|
references:
|
2019-03-01 23:14:20 +00:00
|
|
|
- https://digital-forensics.sans.org/blog/2010/06/04/wmic-draft/
|
|
|
|
- https://www.hybrid-analysis.com/sample/4be06ecd234e2110bd615649fe4a6fa95403979acf889d7e45a78985eb50acf9?environmentId=1
|
|
|
|
- https://blog.malwarebytes.com/threat-analysis/2016/04/rokku-ransomware/
|
2019-03-15 23:03:27 +00:00
|
|
|
author: Michael Haag, Florian Roth, juju4
|
2020-01-30 15:07:37 +00:00
|
|
|
date: 2019/01/16
|
2019-01-16 22:36:31 +00:00
|
|
|
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
|
|
|
selection:
|
2020-10-15 22:52:25 +00:00
|
|
|
Image|endswith:
|
|
|
|
- '\wmic.exe'
|
|
|
|
CommandLine|contains:
|
|
|
|
- '/NODE:*process call create '
|
|
|
|
- ' path AntiVirusProduct get '
|
|
|
|
- ' path FirewallProduct get '
|
|
|
|
- ' shadowcopy delete '
|
2019-03-01 23:14:20 +00:00
|
|
|
condition: selection
|
2019-01-16 22:36:31 +00:00
|
|
|
fields:
|
2019-03-01 23:14:20 +00:00
|
|
|
- CommandLine
|
|
|
|
- ParentCommandLine
|
2019-01-16 22:36:31 +00:00
|
|
|
tags:
|
2019-03-01 23:14:20 +00:00
|
|
|
- attack.execution
|
|
|
|
- attack.t1047
|
2019-03-15 23:03:27 +00:00
|
|
|
- car.2016-03-002
|
2019-01-16 22:36:31 +00:00
|
|
|
falsepositives:
|
2019-03-01 23:14:20 +00:00
|
|
|
- Will need to be tuned
|
|
|
|
- If using Splunk, I recommend | stats count by Computer,CommandLine following for easy hunting by Computer/CommandLine.
|
2019-01-16 22:36:31 +00:00
|
|
|
level: medium
|