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

25 lines
907 B
YAML
Raw Normal View History

title: PowerShell Get Clipboard
2021-10-09 09:50:49 +02:00
id: 4cbd4f12-2e22-43e3-882f-bff3247ffb78
status: experimental
2022-10-26 09:43:39 +02:00
description: A General detection for the Get-Clipboard commands in PowerShell logs. This could be an adversary capturing clipboard contents.
references:
- https://github.com/OTRF/detection-hackathon-apt29/issues/16
2023-02-07 14:33:56 +01:00
- https://github.com/OTRF/ThreatHunter-Playbook/blob/2d4257f630f4c9770f78d0c1df059f891ffc3fec/docs/evals/apt29/detections/7.A.2_F4609F7E-C4DB-4327-91D4-59A58C962A02.md
2022-10-26 09:43:39 +02:00
author: Roberto Rodriguez (Cyb3rWard0g), OTR (Open Threat Research)
date: 2020/05/02
2023-01-04 17:49:32 +01:00
modified: 2023/01/04
tags:
- attack.collection
- attack.t1115
logsource:
product: windows
2021-10-16 08:05:15 +02:00
category: ps_module
2023-01-04 17:49:32 +01:00
definition: 'Requirements: PowerShell Module Logging must be enabled'
detection:
2023-01-04 17:49:32 +01:00
selection:
Payload|contains: 'Get-Clipboard'
2023-01-04 17:49:32 +01:00
condition: selection
falsepositives:
2022-03-16 13:43:54 +01:00
- Unknown
2022-10-26 09:43:39 +02:00
level: medium