Files
blue-team-tools/rules-deprecated/windows/proc_creation_win_wmic_remote_command.yml
T

31 lines
851 B
YAML
Raw Normal View History

title: WMI Remote Command Execution
2022-03-13 12:21:00 +01:00
id: e42af9df-d90b-4306-b7fb-05c863847ebd
2023-02-14 19:14:30 +01:00
status: deprecated
description: An adversary might use WMI to execute commands on a remote system
2022-03-13 12:21:00 +01:00
references:
- https://securelist.com/moonbounce-the-dark-side-of-uefi-firmware/105468/
- https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/wmic
2022-10-28 15:06:36 +02:00
author: frack113
2022-03-13 12:21:00 +01:00
date: 2022/03/13
2023-02-14 19:14:30 +01:00
modified: 2023/02/14
2022-10-28 15:06:36 +02:00
tags:
- attack.execution
- attack.t1047
2022-03-13 12:21:00 +01:00
logsource:
category: process_creation
product: windows
detection:
2022-05-12 23:27:48 +01:00
selection_img:
2022-09-01 15:22:26 +02:00
- Image|endswith: '\WMIC.exe'
2022-05-13 11:52:31 +01:00
- OriginalFileName: 'wmic.exe'
2022-05-12 23:27:48 +01:00
selection_cli:
2022-03-13 12:21:00 +01:00
CommandLine|contains|all:
- '/node:'
2022-09-01 15:22:26 +02:00
- 'process'
- 'call'
- 'create'
2022-05-12 23:27:48 +01:00
condition: all of selection*
2022-03-13 12:21:00 +01:00
falsepositives:
- Unknown
2022-05-12 23:27:48 +01:00
level: medium