2020-10-12 18:13:13 -04:00
|
|
|
title: PowerShell Get Clipboard
|
2021-10-09 09:50:49 +02:00
|
|
|
id: 4cbd4f12-2e22-43e3-882f-bff3247ffb78
|
2020-10-12 18:13:13 -04:00
|
|
|
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)
|
2020-10-12 18:13:13 -04:00
|
|
|
date: 2020/05/02
|
2023-01-04 17:49:32 +01:00
|
|
|
modified: 2023/01/04
|
2020-10-12 18:13:13 -04:00
|
|
|
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'
|
2020-10-12 18:13:13 -04:00
|
|
|
detection:
|
2023-01-04 17:49:32 +01:00
|
|
|
selection:
|
2020-10-12 18:13:13 -04:00
|
|
|
Payload|contains: 'Get-Clipboard'
|
2023-01-04 17:49:32 +01:00
|
|
|
condition: selection
|
2020-10-12 18:13:13 -04:00
|
|
|
falsepositives:
|
2022-03-16 13:43:54 +01:00
|
|
|
- Unknown
|
2022-10-26 09:43:39 +02:00
|
|
|
level: medium
|