# T1426_system-information-discovery

> Adversaries may attempt to get detailed information about a device’s operating system and hardware, including versions, patches, and architecture.

- Skill: `cyberstrikeus/t1426-system-information-discovery` (Agent Skill)
- Install (CLI): `npx skillmds@latest add cyberstrikeus/t1426-system-information-discovery`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cyberstrikeus/t1426-system-information-discovery/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Product & Planning
- Author: cyberstrikeus (https://skillmd.com/u/cyberstrikeus)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/cyberstrikeus/t1426-system-information-discovery

---


# T1426 System Information Discovery

## High-Level Description

Adversaries may attempt to get detailed information about a device’s operating system and hardware, including versions, patches, and architecture. Adversaries may use the information from System Information Discovery during automated discovery to shape follow-on behaviors, including whether or not to fully infects the target and/or attempts specific actions.

On Android, much of this information is programmatically accessible to applications through the `android.os.Build` class. iOS is much more restrictive with what information is visible to applications. Typically, applications will only be able to query the device model and which version of iOS it is running.

## Kill Chain Phase

- Discovery (TA0032)

**Platforms:** Android, iOS

## What to Check

- [ ] Identify if System Information Discovery technique is applicable to target mobile environment
- [ ] Check Android devices for indicators of System Information Discovery
- [ ] Check iOS devices for indicators of System Information Discovery
- [ ] Assess detection coverage (1 detection strategies)

## How to Test

### Identify Attack Surface

Determine if the target mobile environment is susceptible to System Information Discovery by examining the target platforms (Android, iOS).

### Assess Existing Defenses

Review whether mitigations for T1426 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 System Information Discovery

## Risk Assessment

| Finding                                           | Severity | Impact    |
| ------------------------------------------------- | -------- | --------- |
| System Information Discovery technique applicable | Medium   | Discovery |

## CWE Categories

| CWE ID  | Title                             |
| ------- | --------------------------------- |
| CWE-200 | Exposure of Sensitive Information |

## References

- [Android-Build](https://developer.android.com/reference/android/os/Build)
- [NIST Mobile Threat Catalogue](https://pages.nist.gov/mobile-threat-catalogue/application-threats/APP-12.html)
- [MITRE ATT&CK Mobile - T1426](https://attack.mitre.org/techniques/T1426)

