Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_apt_cloudhopper.yml
T
Nasreddine Bencherchali 7f736b7443 feat: add missing OriginalFileName field
First batch
2022-11-14 23:08:19 +01:00

36 lines
901 B
YAML
Executable File

title: WMIExec VBS Script
id: 966e4016-627f-44f7-8341-f394905c361f
status: test
description: Detects wmiexec vbs version execution by wscript or cscript
references:
- https://web.archive.org/web/20180725233601/https://www.pwc.co.uk/cyber-security/pdf/cloud-hopper-annex-b-final.pdf
author: Florian Roth
date: 2017/04/07
modified: 2022/11/11
tags:
- attack.execution
- attack.g0045
- attack.t1059.005
logsource:
category: process_creation
product: windows
detection:
selection_img:
- Image|endswith:
- '\cscript.exe'
- '\wscript.exe'
- OriginalFileName:
- 'cscript.exe'
- 'wscript.exe'
selection_cli:
CommandLine|contains|all:
- '.vbs'
- '/shell'
condition: all of selection_*
fields:
- CommandLine
- ParentCommandLine
falsepositives:
- Unlikely
level: high