mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 09:25:17 +00:00
Rule: Cloud Hopper WmiExec VBS
This commit is contained in:
parent
92b4a7ad93
commit
44bedf9e17
16
rules/apt/apt_cloudhopper.yml
Normal file
16
rules/apt/apt_cloudhopper.yml
Normal file
@ -0,0 +1,16 @@
|
||||
title: Detects an Execution of WMIExec VBS Script
|
||||
description: Detects suspicious file execution by wscript and cscript
|
||||
author: Florian Roth
|
||||
reference: https://www.pwc.co.uk/cyber-security/pdf/cloud-hopper-annex-b-final.pdf
|
||||
logsource:
|
||||
product: windows
|
||||
service: sysmon
|
||||
detection:
|
||||
selection:
|
||||
EventID: 1
|
||||
Image: '*\cscript.exe'
|
||||
CommandLine: '*.vbs /shell *'
|
||||
condition: selection
|
||||
falsepositives:
|
||||
- Unlikely
|
||||
level: critical
|
Loading…
Reference in New Issue
Block a user