Files
blue-team-tools/rules/windows/powershell/powershell_module/powershell_decompress_commands.yml
T
2021-10-10 10:17:24 +02:00

28 lines
947 B
YAML

title: PowerShell Decompress Commands
id: 1ddc1472-8e52-4f7d-9f11-eab14fc171f5
related:
- id: 81fbdce6-ee49-485a-908d-1a728c5dcb09
type: derived
description: A General detection for specific decompress commands in PowerShell logs. This could be an adversary decompressing files.
status: experimental
date: 2020/05/02
modified: 2021/10/07
author: Roberto Rodriguez (Cyb3rWard0g), OTR (Open Threat Research)
tags:
- attack.defense_evasion
- attack.t1140
references:
- https://github.com/OTRF/detection-hackathon-apt29/issues/8
- https://threathunterplaybook.com/evals/apt29/detections/4.A.3_09F29912-8E93-461E-9E89-3F06F6763383.html
logsource:
product: windows
service: powershell
definition: PowerShell Module Logging must be enabled
detection:
selection_4103:
EventID: 4103
Payload|contains: 'Expand-Archive'
condition: selection_4103
falsepositives:
- unknown
level: informational