Files
blue-team-tools/rules/windows/powershell/powershell_wsman_com_provider_no_powershell.yml
T

30 lines
960 B
YAML
Raw Normal View History

2020-10-13 03:33:55 -04:00
title: Suspicious Non PowerShell WSMAN COM Provider
id: df9a0e0e-fedb-4d6c-8668-d765dfc92aa7
description: Detects suspicious use of the WSMAN provider without PowerShell.exe as the host application.
status: experimental
date: 2020/06/24
2021-08-30 19:49:44 +02:00
modified: 2021/08/30
2020-10-13 03:33:55 -04:00
author: Roberto Rodriguez (Cyb3rWard0g), OTR (Open Threat Research)
tags:
- attack.execution
- attack.t1059.001
- attack.lateral_movement
- attack.t1021.003
references:
- https://twitter.com/chadtilbury/status/1275851297770610688
- https://bohops.com/2020/05/12/ws-management-com-another-approach-for-winrm-lateral-movement/
- https://github.com/bohops/WSMan-WinRM
logsource:
product: windows
2021-08-30 19:49:44 +02:00
service: powershell-classic
definition: fields have to be extract from event
2020-10-13 03:33:55 -04:00
detection:
2021-04-08 00:32:01 +02:00
selection:
2021-08-30 19:49:44 +02:00
ProviderName: WSMan
2021-04-08 00:32:01 +02:00
filter:
2021-08-30 19:49:44 +02:00
HostApplication|contains: powershell
2021-04-08 00:32:01 +02:00
condition: selection and not filter
2020-10-13 03:33:55 -04:00
falsepositives:
2021-05-21 12:24:25 +02:00
- Unknown
2020-10-13 03:33:55 -04:00
level: medium