Adversaries may attempt to perform screen capture of devices in the control system environment.
Scanned 5/30/2026
Install via CLI
openskills install CyberStrikeus/CyberStrike---
name: "T0852_screen-capture"
description: "Adversaries may attempt to perform screen capture of devices in the control system environment."
category: "information-gathering"
version: "18.1"
author: "cyberstrike-official"
tags:
- mitre-attack
- ics
- t0852
- collection
technique_id: "T0852"
tactic: "collection"
all_tactics:
- collection
platforms:
- ICS
mitre_url: "https://attack.mitre.org/techniques/T0852"
tech_stack:
- ics
cwe_ids:
- CWE-200
chains_with: []
prerequisites: []
severity_boost: {}
---
# T0852 Screen Capture
## High-Level Description
Adversaries may attempt to perform screen capture of devices in the control system environment. Screenshots may be taken of workstations, HMIs, or other devices that display environment-relevant process, device, reporting, alarm, or related data. These device displays may reveal information regarding the ICS process, layout, control, and related schematics. In particular, an HMI can provide a lot of important industrial process information. Analysis of screen captures may provide the adversary with an understanding of intended operations and interactions between critical devices.
## Kill Chain Phase
- Collection (TA0100)
**Platforms:** ICS
## What to Check
- [ ] Identify if Screen Capture technique is applicable to target ICS environment
- [ ] Check ICS/SCADA systems for indicators of Screen Capture
- [ ] Verify mitigations are bypassed or absent (1 known mitigations)
- [ ] Assess detection coverage (1 detection strategies)
## How to Test
### Identify Attack Surface
Determine if the target ICS/SCADA environment is susceptible to Screen Capture by examining operational technology systems and network architecture.
### Assess Existing Defenses
Review whether mitigations for T0852 are in place. If defenses are absent or misconfigured, this technique may be exploitable in the ICS environment.
## Remediation Guide
### M0816 Mitigation Limited or Not Effective
Preventing screen capture on a device may require disabling various system calls supported by the operating systems (e.g., Microsoft WindowsGraphicsCaputer APIs), however, these may be needed for other critical applications.
## Detection
### Detection of Screen Capture
## Risk Assessment
| Finding | Severity | Impact |
| ----------------------------------- | -------- | ---------- |
| Screen Capture technique applicable | Low | Collection |
## CWE Categories
| CWE ID | Title |
| ------- | --------------------------------- |
| CWE-200 | Exposure of Sensitive Information |
## References
- [ICS-CERT October 2017](https://www.us-cert.gov/ncas/alerts/TA17-293A)
- [MITRE ATT&CK ICS - T0852](https://attack.mitre.org/techniques/T0852)

No comments yet. Be the first to comment!