85 lines
4.1 KiB
JSON
85 lines
4.1 KiB
JSON
{
|
|
"type": "bundle",
|
|
"id": "bundle--74cb7dfe-890a-4a84-9a6b-db942f1c9ae5",
|
|
"spec_version": "2.0",
|
|
"objects": [
|
|
{
|
|
"type": "x-mitre-analytic",
|
|
"id": "x-mitre-analytic--2f0ca83e-1318-4722-88b2-1bffedb5d127",
|
|
"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/DET0643#AN1720",
|
|
"external_id": "AN1720"
|
|
}
|
|
],
|
|
"object_marking_refs": [
|
|
"marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
|
|
],
|
|
"modified": "2026-01-29T18:13:22.436Z",
|
|
"name": "Analytic 1720",
|
|
"description": "From the defender view: an app accesses UIPasteboard contents, sometimes repeatedly, including in background or immediately after another app copies sensitive text. iOS 14+ shows user notifications when pasting cross-app; unified logs reflect pasteboard access, notification, and optional subsequent persistence/exfil. We correlate: pasteboard access \u2192 optional cross-app notification \u2192 local write (cache/DB) and/or network egress within a short window.",
|
|
"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": [
|
|
"iOS"
|
|
],
|
|
"x_mitre_log_source_references": [
|
|
{
|
|
"x_mitre_data_component_ref": "x-mitre-data-component--9c2fa0ae-7abc-485a-97f6-699e3b6cf9fa",
|
|
"name": "iOS:unifiedlog",
|
|
"channel": "UIPasteboard read (general/string/data) by <bundle_id>; repeated reads or background access"
|
|
},
|
|
{
|
|
"x_mitre_data_component_ref": "x-mitre-data-component--bf0ff551-a5a7-40e5-bff9-f9405011b1f4",
|
|
"name": "iOS:unifiedlog",
|
|
"channel": "\\\"has pasted from\\\" cross-app paste notification text containing source app name"
|
|
},
|
|
{
|
|
"x_mitre_data_component_ref": "x-mitre-data-component--2b3bfe19-d59a-460d-93bb-2f546adc2d2c",
|
|
"name": "iOS:unifiedlog",
|
|
"channel": "CREATE/WRITE of clipboard dump artifacts in container (clipboard.db, clip_*.txt, caches)"
|
|
},
|
|
{
|
|
"x_mitre_data_component_ref": "x-mitre-data-component--1887a270-576a-4049-84de-ef746b2572d6",
|
|
"name": "iOS:unifiedlog",
|
|
"channel": "Foreground/background transition for <bundle_id> to contextualize access timing"
|
|
}
|
|
],
|
|
"x_mitre_mutable_elements": [
|
|
{
|
|
"field": "TimeWindowSeconds",
|
|
"description": "Max time between pasteboard access \u2192 persist/exfil (e.g., 5\u201360s)."
|
|
},
|
|
{
|
|
"field": "MinReadBurst",
|
|
"description": "Minimum reads within window to flag harvesting (e.g., \u22652)."
|
|
},
|
|
{
|
|
"field": "PersistPathRegex",
|
|
"description": "Regex for paste dumps in app container."
|
|
},
|
|
{
|
|
"field": "ExfilDomainAllowlist",
|
|
"description": "Allowlisted analytics/CDN endpoints."
|
|
},
|
|
{
|
|
"field": "ForegroundRequired",
|
|
"description": "Require foreground state for benign use; flag background reads."
|
|
},
|
|
{
|
|
"field": "UserContext",
|
|
"description": "Work profile/MDM policy state to scope alerts."
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |