mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 17:35:19 +00:00
Suspicious PowerShell Invocation
This commit is contained in:
parent
d6957f1c2e
commit
de689c32b5
@ -0,0 +1,22 @@
|
||||
title: Suspicious PowerShell Invocations - Generic
|
||||
status: experimental
|
||||
description: Detects suspicious PowerShell invocation command parameters
|
||||
author: Florian Roth (rule)
|
||||
logsource:
|
||||
platform: windows
|
||||
product: powershell
|
||||
detection:
|
||||
encoded:
|
||||
- ' -enc '
|
||||
- ' -EncodedCommand '
|
||||
hidden:
|
||||
- ' -w hidden '
|
||||
- ' -window hidden '
|
||||
- ' - windowstyle hidden '
|
||||
noninteractive:
|
||||
- ' -noni '
|
||||
- ' -noninteractive '
|
||||
condition: encoded and hidden and noninteractive
|
||||
falsepositives:
|
||||
- Penetration tests
|
||||
level: high
|
Loading…
Reference in New Issue
Block a user