2020-01-10 23:33:50 +00:00
|
|
|
title: Wmiprvse Spawning Process
|
2019-12-19 22:56:36 +00:00
|
|
|
id: d21374ff-f574-44a7-9998-4a8c8bf33d7d
|
2019-10-24 13:48:38 +00:00
|
|
|
description: Detects wmiprvse spawning processes
|
|
|
|
status: experimental
|
|
|
|
date: 2019/08/15
|
2019-11-10 15:43:41 +00:00
|
|
|
modified: 2019/11/10
|
2019-10-24 13:48:38 +00:00
|
|
|
author: Roberto Rodriguez @Cyb3rWard0g
|
|
|
|
references:
|
|
|
|
- https://github.com/Cyb3rWard0g/ThreatHunter-Playbook/tree/master/playbooks/windows/02_execution/T1047_windows_management_instrumentation/wmi_win32_process_create_remote.md
|
2020-01-10 23:33:50 +00:00
|
|
|
tags:
|
|
|
|
- attack.execution
|
|
|
|
- attack.t1047
|
2019-10-24 13:48:38 +00:00
|
|
|
logsource:
|
2019-11-10 15:43:41 +00:00
|
|
|
category: process_creation
|
2019-10-24 13:48:38 +00:00
|
|
|
product: windows
|
|
|
|
detection:
|
2019-11-10 15:43:41 +00:00
|
|
|
selection:
|
|
|
|
ParentImage|endswith: '\WmiPrvSe.exe'
|
2019-10-24 13:48:38 +00:00
|
|
|
filter:
|
2020-02-24 14:25:20 +00:00
|
|
|
- LogonId: '0x3e7' # LUID 999 for SYSTEM
|
2020-07-16 14:09:29 +00:00
|
|
|
- User: 'NT AUTHORITY\SYSTEM' # if we don't have LogonId data, fallback on username detection
|
2019-10-24 13:48:38 +00:00
|
|
|
condition: selection and not filter
|
|
|
|
falsepositives:
|
|
|
|
- Unknown
|
2020-01-10 23:33:50 +00:00
|
|
|
level: critical
|