Files
cti/mobile-attack/attack-pattern/attack-pattern--1d44f529-6fe6-489f-8a01-6261ac43f05e.json
T
2022-11-08 09:51:21 -05:00

54 lines
2.7 KiB
JSON

{
"type": "bundle",
"id": "bundle--9a044fda-a6d3-4b46-926c-03ba778ab2c7",
"spec_version": "2.0",
"objects": [
{
"x_mitre_platforms": [
"Android",
"iOS"
],
"x_mitre_domains": [
"mobile-attack"
],
"object_marking_refs": [
"marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
],
"type": "attack-pattern",
"id": "attack-pattern--1d44f529-6fe6-489f-8a01-6261ac43f05e",
"created": "2022-03-31T19:50:45.752Z",
"x_mitre_version": "1.0",
"external_references": [
{
"source_name": "mitre-attack",
"external_id": "T1418.001",
"url": "https://attack.mitre.org/techniques/T1418/001"
},
{
"url": "https://pages.nist.gov/mobile-threat-catalogue/application-threats/APP-12.html",
"source_name": "NIST Mobile Threat Catalogue",
"external_id": "APP-12"
}
],
"x_mitre_deprecated": false,
"revoked": false,
"description": "Adversaries may attempt to get a listing of security applications and configurations that are installed on a device. This may include things such as mobile security products. Adversaries may use the information from [Security Software Discovery](https://attack.mitre.org/techniques/T1418/001) during automated discovery to shape follow-on behaviors, including whether or not to fully infect the target and/or attempt specific actions. ",
"modified": "2022-04-11T19:17:09.165Z",
"created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
"name": "Security Software Discovery",
"x_mitre_detection": "Application vetting services could look for the Android permission `android.permission.QUERY_ALL_PACKAGES`, and apply extra scrutiny to applications that request it. On iOS, application vetting services could look for usage of the private API `LSApplicationWorkspace` and apply extra scrutiny to applications that employ it.",
"kill_chain_phases": [
{
"phase_name": "discovery",
"kill_chain_name": "mitre-mobile-attack"
}
],
"x_mitre_is_subtechnique": true,
"x_mitre_tactic_type": [
"Post-Adversary Device Access"
],
"x_mitre_attack_spec_version": "2.1.0",
"x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5"
}
]
}