SigmaHQ/rules/apt/apt_cloudhopper.yml

21 lines
495 B
YAML
Raw Normal View History

2018-01-27 09:57:30 +00:00
title: WMIExec VBS Script
2017-04-07 15:41:53 +00:00
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
2017-04-07 15:41:53 +00:00
logsource:
product: windows
service: sysmon
detection:
selection:
EventID: 1
Image: '*\cscript.exe'
CommandLine: '*.vbs /shell *'
condition: selection
2017-09-12 21:54:04 +00:00
fields:
- CommandLine
- ParentCommandLine
2017-04-07 15:41:53 +00:00
falsepositives:
- Unlikely
level: critical