Files
blue-team-tools/rules/windows/process_creation/win_powershell_cmdline_reversed_strings.yml
T

53 lines
1.2 KiB
YAML
Raw Normal View History

2020-10-11 17:24:46 +03:00
title: Suspicious PowerShell Cmdline
2020-10-11 17:18:15 +03:00
id: b6b49cd1-34d6-4ead-b1bf-176e9edba9a4
2021-11-27 11:33:14 +01:00
status: test
2020-10-11 17:11:58 +03:00
description: Detects the PowerShell command lines with reversed strings
2020-10-11 17:24:46 +03:00
author: Teymur Kheirkhabarov (idea), Vasiliy Burov (rule), oscd.community
2021-11-27 11:33:14 +01:00
references:
- https://2019.offzone.moscow/ru/report/hunting-for-powershell-abuses/
- https://speakerdeck.com/heirhabarov/hunting-for-powershell-abuse?slide=66
date: 2020/10/11
2021-11-27 11:33:14 +01:00
modified: 2021/11/27
2020-10-11 17:02:02 +03:00
logsource:
2021-11-27 11:33:14 +01:00
category: process_creation
product: windows
2020-10-11 17:02:02 +03:00
detection:
2021-11-27 11:33:14 +01:00
selection:
Image|endswith: '\powershell.exe'
CommandLine|contains:
- 'hctac'
- 'kearb'
- 'dnammoc'
- 'ekovn'
- 'eliFd'
- 'rahc'
- 'etirw'
- 'golon'
- 'tninon'
- 'eddih'
- 'tpircS'
- 'ssecorp'
- 'llehsrewop'
- 'esnopser'
- 'daolnwod'
- 'tneilCbeW'
- 'tneilc'
- 'ptth'
- 'elifotevas'
- '46esab'
- 'htaPpmeTteG'
- 'tcejbO'
- 'maerts'
- 'hcaerof'
- 'ekovni'
- 'retupmoc'
condition: selection
2020-10-11 17:02:02 +03:00
falsepositives:
2021-11-27 11:33:14 +01:00
- Unlikely
2020-10-11 17:02:02 +03:00
level: high
2021-11-27 11:33:14 +01:00
tags:
- attack.defense_evasion
- attack.t1027
- attack.execution
- attack.t1059.001