Windows PowerShell User Agent

Detects Windows PowerShell Web Access

Sigma rule (View on GitHub)

 1title: Windows PowerShell User Agent
 2id: c8557060-9221-4448-8794-96320e6f3e74
 3status: test
 4description: Detects Windows PowerShell Web Access
 5references:
 6    - https://msdn.microsoft.com/powershell/reference/5.1/microsoft.powershell.utility/Invoke-WebRequest
 7author: Florian Roth (Nextron Systems)
 8date: 2017-03-13
 9modified: 2021-11-27
10tags:
11    - attack.command-and-control
12    - attack.t1071.001
13logsource:
14    category: proxy
15detection:
16    selection:
17        c-useragent|contains: ' WindowsPowerShell/'
18    condition: selection
19falsepositives:
20    - Administrative scripts that download files from the Internet
21    - Administrative scripts that retrieve certain website contents
22level: medium

References

Related rules

to-top