Files
blue-team-tools/rules/proxy/proxy_powershell_ua.yml
T
2017-03-13 13:51:32 +01:00

16 lines
524 B
YAML

title: Windows PowerShell User Agent
status: experimental
description: Detects Windows PowerShell Web Access
reference: https://msdn.microsoft.com/powershell/reference/5.1/microsoft.powershell.utility/Invoke-WebRequest
author: Florian Roth
logsource:
type: proxy
detection:
selection:
UserAgent: '* WindowsPowerShell/*'
condition: selection
falsepositives:
- Administrative scripts that download files from the Internet
- Administrative scripts that retrieve certain website contents
level: medium