Files
blue-team-tools/rules/windows/powershell/powershell_script/posh_ps_capture_screenshots.yml
T
Nasreddine Bencherchali 238e0ecd7d Update Ref+Selection
2022-07-11 14:11:53 +01:00

26 lines
920 B
YAML

title: Windows Screen Capture with CopyFromScreen
id: d4a11f63-2390-411c-9adf-d791fd152830
status: experimental
description: |
Adversaries may attempt to take screen captures of the desktop to gather information over the course of an operation.
Screen capturing functionality may be included as a feature of a remote access tool used in post-compromise operations
references:
- https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1113/T1113.md#atomic-test-6---windows-screen-capture-copyfromscreen
author: frack113
date: 2021/12/28
modified: 2022/07/07
logsource:
product: windows
category: ps_script
definition: Script block logging must be enabled
detection:
selection:
ScriptBlockText|contains: '.CopyFromScreen'
condition: selection
falsepositives:
- Unknown
level: medium
tags:
- attack.collection
- attack.t1113