| name | T1464_network-denial-of-service |
| description | Adversaries may perform Network Denial of Service (DoS) attacks to degrade or block the availability of targeted resources to users. |
| category | business-logic |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","mobile","t1464","impact","android","ios"] |
| technique_id | T1464 |
| tactic | impact |
| all_tactics | ["impact"] |
| platforms | ["Android","iOS"] |
| mitre_url | https://attack.mitre.org/techniques/T1464 |
| tech_stack | ["android","ios"] |
| cwe_ids | ["CWE-400"] |
| chains_with | [] |
| prerequisites | [] |
| severity_boost | {} |
T1464 Network Denial of Service
High-Level Description
Adversaries may perform Network Denial of Service (DoS) attacks to degrade or block the availability of targeted resources to users. Network DoS can be performed by exhausting the network bandwidth that services rely on, or by jamming the signal going to or coming from devices.
A Network DoS will occur when an adversary is able to jam radio signals (e.g. Wi-Fi, cellular, GPS) around a device to prevent it from communicating. For example, to jam cellular signal, an adversary may use a handheld signal jammer, which jam devices within the jammer’s operational range.
Usage of cellular jamming has been documented in several arrests reported in the news.
Kill Chain Phase
Platforms: Android, iOS
What to Check
How to Test
Identify Attack Surface
Determine if the target mobile environment is susceptible to Network Denial of Service by examining the target platforms (Android, iOS).
Assess Existing Defenses
Review whether mitigations for T1464 are in place. If defenses are absent or misconfigured, this technique may be exploitable.
Remediation Guide
No specific mitigations documented for this technique.
Detection
Detection of Network Denial of Service
Risk Assessment
| Finding | Severity | Impact |
|---|
| Network Denial of Service technique applicable | Low | Impact |
CWE Categories
| CWE ID | Title |
|---|
| CWE-400 | Uncontrolled Resource Consumption |
References