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
|
|
|
|
|
related:
|
|
|
|
|
- id: 5486f63a-aa4c-488d-9a61-c9192853099f
|
|
|
|
|
type: derived
|
2020-10-12 18:13:13 -04:00
|
|
|
description: A General detection for the Get-Clipboard commands in PowerShell logs. This could be an adversary capturing clipboard contents.
|
|
|
|
|
status: experimental
|
|
|
|
|
date: 2020/05/02
|
2021-10-16 08:05:15 +02:00
|
|
|
modified: 2021/10/16
|
2020-10-12 18:13:13 -04:00
|
|
|
author: Roberto Rodriguez (Cyb3rWard0g), OTR (Open Threat Research)
|
|
|
|
|
tags:
|
|
|
|
|
- attack.collection
|
|
|
|
|
- attack.t1115
|
|
|
|
|
references:
|
|
|
|
|
- https://github.com/OTRF/detection-hackathon-apt29/issues/16
|
|
|
|
|
- https://threathunterplaybook.com/evals/apt29/detections/7.A.2_F4609F7E-C4DB-4327-91D4-59A58C962A02.html
|
|
|
|
|
logsource:
|
|
|
|
|
product: windows
|
2021-10-16 08:05:15 +02:00
|
|
|
category: ps_module
|
2021-10-09 16:42:42 +02:00
|
|
|
definition: PowerShell Module Logging must be enabled
|
2020-10-12 18:13:13 -04:00
|
|
|
detection:
|
2021-10-10 10:17:24 +02:00
|
|
|
selection_4103:
|
2020-10-12 18:13:13 -04:00
|
|
|
Payload|contains: 'Get-Clipboard'
|
2021-10-10 10:17:24 +02:00
|
|
|
condition: selection_4103
|
2020-10-12 18:13:13 -04:00
|
|
|
falsepositives:
|
|
|
|
|
- unknown
|
|
|
|
|
level: medium
|