mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 17:35:19 +00:00
25 lines
562 B
YAML
Executable File
25 lines
562 B
YAML
Executable File
title: WMIExec VBS Script
|
|
description: Detects suspicious file execution by wscript and cscript
|
|
author: Florian Roth
|
|
references:
|
|
- https://www.pwc.co.uk/cyber-security/pdf/cloud-hopper-annex-b-final.pdf
|
|
tags:
|
|
- attack.execution
|
|
- attack.g0045
|
|
- attack.t1064
|
|
logsource:
|
|
product: windows
|
|
service: sysmon
|
|
detection:
|
|
selection:
|
|
EventID: 1
|
|
Image: '*\cscript.exe'
|
|
CommandLine: '*.vbs /shell *'
|
|
condition: selection
|
|
fields:
|
|
- CommandLine
|
|
- ParentCommandLine
|
|
falsepositives:
|
|
- Unlikely
|
|
level: critical
|