Last active
December 25, 2018 06:45
-
-
Save Cyb3rWard0g/e14671d456982a67b51a69e7e02c255b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alert: | |
- slack | |
slack_webhook_url: https://hooks.slack.com/services/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 | |
description: Detects suspicious PowerShell invocation with a parameter substring | |
filter: | |
- query: | |
query_string: | |
query: (process_path:"*\\powershell.exe" AND (" \-windowstyle h " OR " \-windowstyl | |
h" OR " \-windowsty h" OR " \-windowst h" OR " \-windows h" OR " \-windo h" | |
OR " \-wind h" OR " \-win h" OR " \-wi h" OR " \-win h " OR " \-win hi " OR | |
" \-win hid " OR " \-win hidd " OR " \-win hidde " OR " \-NoPr " OR " \-NoPro | |
" OR " \-NoProf " OR " \-NoProfi " OR " \-NoProfil " OR " \-nonin " OR " \-nonint | |
" OR " \-noninte " OR " \-noninter " OR " \-nonintera " OR " \-noninterac | |
" OR " \-noninteract " OR " \-noninteracti " OR " \-noninteractiv " OR " \-ec | |
" OR " \-encodedComman " OR " \-encodedComma " OR " \-encodedComm " OR " \-encodedCom | |
" OR " \-encodedCo " OR " \-encodedC " OR " \-encoded " OR " \-encode " OR | |
" \-encod " OR " \-enco " OR " \-en ")) | |
index: logs-endpoint-winevent-sysmon-* | |
name: Suspicious-PowerShell-Parameter-Substring_0 | |
priority: 2 | |
realert: | |
minutes: 0 | |
type: any |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment