| name | T1422.001_internet-connection-discovery |
| description | Adversaries may check for Internet connectivity on compromised systems. |
| category | information-gathering |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","mobile","t1422.001","discovery","android","ios","sub-technique"] |
| technique_id | T1422.001 |
| tactic | discovery |
| all_tactics | ["discovery"] |
| platforms | ["Android","iOS"] |
| mitre_url | https://attack.mitre.org/techniques/T1422/001 |
| tech_stack | ["android","ios"] |
| cwe_ids | ["CWE-200"] |
| chains_with | ["T1422","T1422.002"] |
| prerequisites | ["T1422"] |
| severity_boost | {"T1422":"Chain with T1422 for deeper attack path","T1422.002":"Chain with T1422.002 for deeper attack path"} |
T1422.001 Internet Connection Discovery
Sub-technique of: T1422
High-Level Description
Adversaries may check for Internet connectivity on compromised systems. This may be performed during automated discovery and can be accomplished in numerous ways such as using adb shell netstat for Android.
Adversaries may use the results and responses from these requests to determine if the mobile devices are capable of communicating with adversary-owned C2 servers before attempting to connect to them. The results may also be used to identify routes, redirectors, and proxy servers.
Kill Chain Phase
Platforms: Android, iOS
What to Check
How to Test
Identify Attack Surface
Determine if the target mobile environment is susceptible to Internet Connection Discovery by examining the target platforms (Android, iOS).
Assess Existing Defenses
Review whether mitigations for T1422.001 are in place. If defenses are absent or misconfigured, this technique may be exploitable.
Remediation Guide
M1009 Encrypt Network Traffic
Ensure that traffic is encrypted to reduce adversaries’ ability to intercept, decrypt and manipulate traffic.
Detection
Detection of Internet Connection Discovery
Risk Assessment
| Finding | Severity | Impact |
|---|
| Internet Connection Discovery technique applicable | Medium | Discovery |
CWE Categories
| CWE ID | Title |
|---|
| CWE-200 | Exposure of Sensitive Information |