Files
blue-team-tools/rules/proxy/proxy_powershell_ua.yml
T

28 lines
733 B
YAML
Raw Normal View History

2017-03-13 13:51:32 +01:00
title: Windows PowerShell User Agent
2019-11-12 23:12:27 +01:00
id: c8557060-9221-4448-8794-96320e6f3e74
2021-11-27 11:33:14 +01:00
status: test
2017-03-13 13:51:32 +01:00
description: Detects Windows PowerShell Web Access
author: Florian Roth
2020-09-15 07:02:30 -06:00
references:
2021-11-27 11:33:14 +01:00
- https://msdn.microsoft.com/powershell/reference/5.1/microsoft.powershell.utility/Invoke-WebRequest
date: 2017/03/13
modified: 2021/11/27
2017-03-13 13:51:32 +01:00
logsource:
2021-11-27 11:33:14 +01:00
category: proxy
2017-03-13 13:51:32 +01:00
detection:
2021-11-27 11:33:14 +01:00
selection:
c-useragent|contains: ' WindowsPowerShell/'
condition: selection
2017-09-12 23:54:04 +02:00
fields:
2021-11-27 11:33:14 +01:00
- ClientIP
- c-uri
- c-useragent
2017-03-13 13:51:32 +01:00
falsepositives:
2021-11-27 11:33:14 +01:00
- Administrative scripts that download files from the Internet
- Administrative scripts that retrieve certain website contents
2017-03-13 13:51:32 +01:00
level: medium
2020-09-15 07:02:30 -06:00
tags:
- attack.defense_evasion
- attack.command_and_control
2020-10-15 23:24:06 -03:00
- attack.t1071.001