| name | T1557_adversary-in-the-middle |
| description | Adversaries may attempt to position themselves between two or more networked devices using an adversary-in-the-middle (AiTM) technique to support follow-on behaviors such as Network Sniffing, Trans... |
| category | authentication |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","enterprise","t1557","credential-access","collection","linux","macos","network-devices","windows"] |
| technique_id | T1557 |
| tactic | credential-access |
| all_tactics | ["credential-access","collection"] |
| platforms | ["Linux","macOS","Network Devices","Windows"] |
| mitre_url | https://attack.mitre.org/techniques/T1557 |
| tech_stack | ["linux","macos","network devices","windows"] |
| cwe_ids | ["CWE-522"] |
| chains_with | ["T1557.001","T1557.002","T1557.003","T1557.004"] |
| prerequisites | [] |
| severity_boost | {"T1557.001":"Chain with T1557.001 for deeper attack path","T1557.002":"Chain with T1557.002 for deeper attack path","T1557.003":"Chain with T1557.003 for deeper attack path"} |
T1557 Adversary-in-the-Middle
High-Level Description
Adversaries may attempt to position themselves between two or more networked devices using an adversary-in-the-middle (AiTM) technique to support follow-on behaviors such as Network Sniffing, Transmitted Data Manipulation, or replay attacks (Exploitation for Credential Access). By abusing features of common networking protocols that can determine the flow of network traffic (e.g. ARP, DNS, LLMNR, etc.), adversaries may force a device to communicate through an adversary controlled system so they can collect information or perform additional actions.
For example, adversaries may manipulate victim DNS settings to enable other malicious activities such as preventing/redirecting users from accessing legitimate sites and/or pushing additional malware. Adversaries may also manipulate DNS and leverage their position in order to intercept user credentials, including access tokens (Steal Application Access Token) and session cookies (Steal Web Session Cookie). Downgrade Attacks can also be used to establish an AiTM position, such as by negotiating a less secure, deprecated, or weaker version of communication protocol (SSL/TLS) or encryption algorithm.
Adversaries may also leverage the AiTM position to attempt to monitor and/or modify traffic, such as in Transmitted Data Manipulation. Adversaries can setup a position similar to AiTM to prevent traffic from flowing to the appropriate destination, potentially to Impair Defenses and/or in support of a Network Denial of Service.
Kill Chain Phase
- Credential Access (TA0006)
- Collection (TA0009)
Platforms: Linux, macOS, Network Devices, Windows
What to Check
How to Test
Manual Testing
-
Identify Attack Surface: Determine if the target environment is susceptible to Adversary-in-the-Middle by examining the target platforms (Linux, macOS, Network Devices).
-