T1200 Hardware Additions
High-Level Description
Adversaries may physically introduce computer accessories, networking hardware, or other computing devices into a system or network that can be used as a vector to gain access. Rather than just connecting and distributing payloads via removable storage (i.e. Replication Through Removable Media), more robust hardware additions can be used to introduce new functionalities and/or features into a system that can then be abused.
While public references of usage by threat actors are scarce, many red teams/penetration testers leverage hardware additions for initial access. Commercial and open source products can be leveraged with capabilities such as passive network tapping, network traffic modification (i.e. Adversary-in-the-Middle), keystroke injection, kernel memory reading via DMA, addition of new wireless access points to an existing network, and others.
Kill Chain Phase
- Initial Access (TA0001)
Platforms: Windows, Linux, macOS
What to Check
- Identify if Hardware Additions technique is applicable to target environment
- Check Windows systems for indicators of Hardware Additions
- Check Linux systems for indicators of Hardware Additions
- Check macOS systems for indicators of Hardware Additions
- Verify mitigations are bypassed or absent (2 known mitigations)
- Assess detection coverage (1 detection strategies)
How to Test
Manual Testing
Identify Attack Surface: Determine if the target environment is susceptible to Hardware Additions by examining the target platforms (Windows, Linux, macOS).
Assess Existing Defenses: Review whether mitigations for T1200 are in place. If defenses are absent or misconfigured, this technique may be exploitable.
Execute Test: Use tools and methods described in the MITRE ATT&CK page and external references below.
Note: No Atomic Red Team tests available for this technique. See Atomic Red Team GitHub for updates.
Remediation Guide
M1035 Limit Access to Resource Over Network
Establish network access control policies, such as using device certificates and the 802.1x standard. Restrict use of DHCP to registered devices to prevent unregistered devices from communicating with trusted systems.
M1034 Limit Hardware Installation
Block unknown devices and accessories by endpoint security configuration and monitoring agent.
Detection
Detect unauthorized or suspicious Hardware Additions (USB/Thunderbolt/Network)
Risk Assessment
| Finding | Severity | Impact |
|---|---|---|
| Hardware Additions technique applicable | High | Initial Access |
CWE Categories
| CWE ID | Title |
|---|---|
| CWE-20 | Improper Input Validation |