Files
cti/mobile-attack/x-mitre-analytic/x-mitre-analytic--9253e546-bc55-42c1-bf8c-b4337a1ea5b5.json
2026-04-27 15:19:48 -04:00

76 lines
3.6 KiB
JSON

{
"type": "bundle",
"id": "bundle--8f95cd75-deea-44dc-a1c0-60c1032e098c",
"spec_version": "2.0",
"objects": [
{
"type": "x-mitre-analytic",
"id": "x-mitre-analytic--9253e546-bc55-42c1-bf8c-b4337a1ea5b5",
"created": "2025-10-21T15:10:28.402Z",
"created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
"revoked": false,
"external_references": [
{
"source_name": "mitre-attack",
"url": "https://attack.mitre.org/detectionstrategies/DET0656#AN1743",
"external_id": "AN1743"
}
],
"object_marking_refs": [
"marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
],
"modified": "2026-02-02T17:41:17.052Z",
"name": "Analytic 1743",
"description": "Defender observes an OAuth/OIDC redirect (ACTION_VIEW) resolved to a non-allowlisted handler package (logcat:IntentResolver), followed within a short window by that same package accessing token material via AccountManager/Keystore or reading application token caches under /data/data/<pkg>/(shared_prefs|databases) (logcat:AccountManager, logcat:Keystore, logcat:FileIO). Correlate on package/UID/profile and time proximity to indicate token acquisition.",
"x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
"x_mitre_deprecated": false,
"x_mitre_version": "1.1",
"x_mitre_attack_spec_version": "3.3.0",
"x_mitre_domains": [
"mobile-attack"
],
"x_mitre_platforms": [
"Android"
],
"x_mitre_log_source_references": [
{
"x_mitre_data_component_ref": "x-mitre-data-component--9bde2f9d-a695-4344-bfac-f2dce13d121e",
"name": "android:logcat",
"channel": "ACTION_VIEW redirect_uri handled by unexpected package"
},
{
"x_mitre_data_component_ref": "x-mitre-data-component--9c2fa0ae-7abc-485a-97f6-699e3b6cf9fa",
"name": "android:logcat",
"channel": "Task switch from browser/custom tab to handler immediately after OAuth return"
},
{
"x_mitre_data_component_ref": "x-mitre-data-component--235b7491-2d2b-4617-9a52-3c0783680f71",
"name": "android:logcat",
"channel": "KeyChain/AndroidKeyStore read of token alias"
}
],
"x_mitre_mutable_elements": [
{
"field": "TimeWindowSeconds",
"description": "Max seconds between redirect handling and token access (e.g., 30\u2013180)."
},
{
"field": "RedirectUriAllowlist",
"description": "Approved redirect URI patterns per app (HTTPS/app-scheme)."
},
{
"field": "TrustedHandlerPackages",
"description": "Expected package names allowed to handle the redirect."
},
{
"field": "TokenFileRegex",
"description": "Environment-specific token cache filenames/paths."
},
{
"field": "WorkProfileScope",
"description": "Restrict to enterprise work profile to reduce personal-app noise."
}
]
}
]
}