Sysmon PowerShell - Suspicious Param Combination

This commit is contained in:
Florian Roth
2017-03-05 23:51:39 +01:00
parent 294df21c56
commit 7b815ef3e5
@@ -0,0 +1,18 @@
title: Suspicious PowerShell Parameter Combination
status: experimental
description: Detects suspicious PowerShell invocation command parameters
author: Florian Roth
logsource:
product: sysmon
detection:
keywords:
- 'powershell'
- ' -nop '
- ' -w hidden '
- ' -exec bypass '
- ' -enc '
condition: all of keywords
falsepositives:
- Penetration tests
- Very special / sneaky PowerShell scripts
level: high