Files
cti/mobile-attack/x-mitre-analytic/x-mitre-analytic--992c6fa4-689c-4ce1-883f-f48a8b1c5ccc.json
2026-04-27 15:19:48 -04:00

80 lines
4.0 KiB
JSON

{
"type": "bundle",
"id": "bundle--74cc724e-8393-4234-828f-99a8b0fa94e9",
"spec_version": "2.0",
"objects": [
{
"type": "x-mitre-analytic",
"id": "x-mitre-analytic--992c6fa4-689c-4ce1-883f-f48a8b1c5ccc",
"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/DET0600#AN1646",
"external_id": "AN1646"
}
],
"object_marking_refs": [
"marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
],
"modified": "2026-01-29T20:03:14.269Z",
"name": "Analytic 1646",
"description": "Defender correlates an app enumerating installed packages (PackageManager queries or shell 'pm list packages') with selective checks for high-value targets (banking/identity/security apps) and near-term persistence/egress of the inventory. Chain: capability to query apps \u2192 burst of enumeration calls or shell listing \u2192 optional foreground target detection \u2192 local inventory file \u2192 small POST to remote endpoint.",
"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": "PackageManager getInstalledApplications|getInstalledPackages|getPackagesHoldingPermissions burst for <pkg>. TYPE_WINDOW_STATE_CHANGED shows foreground app then immediate package queries by <pkg>"
},
{
"x_mitre_data_component_ref": "x-mitre-data-component--685f917a-e95e-4ba0-ade1-c7d354dae6e0",
"name": "android:logcat",
"channel": "Command 'pm list packages' executed by app sandbox or child proc"
},
{
"x_mitre_data_component_ref": "x-mitre-data-component--2b3bfe19-d59a-460d-93bb-2f546adc2d2c",
"name": "android:logcat",
"channel": "CREATE/WRITE /data/data/<pkg>/(files|databases)/(app_inventory|pkg_list).*\\\\.(json|txt|db)"
}
],
"x_mitre_mutable_elements": [
{
"field": "TimeWindowSeconds",
"description": "Max time from enumeration to persist/exfil (e.g., 10\u2013120s)."
},
{
"field": "MinEnumCount",
"description": "Minimum count of package queries or listed rows to treat as inventory (e.g., \u226550)."
},
{
"field": "TargetAppWatchlist",
"description": "List of sensitive app package prefixes (banking/IdP/AV/MDM) to raise severity."
},
{
"field": "PersistPathRegex",
"description": "Regex for inventory artifacts in the app container."
},
{
"field": "ExfilDomainAllowlist",
"description": "Known-good analytics/CDN endpoints to suppress FPs."
},
{
"field": "UserContext",
"description": "Work Profile/Kiosk/Jamf/Intune policy context to scope benign inventory jobs."
}
]
}
]
}