{
    "enterprise-attack": {
        "techniques": {
            "additions": [
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--e8a0a025-3601-4755-abfb-8d08283329fb",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-03-21 21:10:57.322000+00:00",
                    "modified": "2024-04-17 00:02:12.021000+00:00",
                    "name": "TCC Manipulation",
                    "description": "Adversaries can manipulate or abuse the Transparency, Consent, & Control (TCC) service or database to execute malicious applications with elevated permissions. TCC is a Privacy & Security macOS control mechanism used to determine if the running process has permission to access the data or services protected by TCC, such as screen sharing, camera, microphone, or Full Disk Access (FDA).\n\nWhen an application requests to access data or a service protected by TCC, the TCC daemon (`tccd`) checks the TCC database, located at `/Library/Application Support/com.apple.TCC/TCC.db` (and `~/` equivalent), for existing permissions. If permissions do not exist, then the user is prompted to grant permission. Once permissions are granted, the database stores the application's permissions and will not prompt the user again unless reset. For example, when a web browser requests permissions to the user's webcam, once granted the web browser may not explicitly prompt the user again.(Citation: welivesecurity TCC)\n\nAdversaries may manipulate the TCC database or otherwise abuse the TCC service to execute malicious content. This can be done in various ways, including using privileged system applications to execute malicious payloads or manipulating the database to grant their application TCC permissions. \n\nFor example, adversaries can use Finder, which has FDA permissions by default, to execute malicious [AppleScript](https://attack.mitre.org/techniques/T1059/002) while preventing a user prompt. For a system without System Integrity Protection (SIP) enabled, adversaries have also manipulated the operating system to load an adversary controlled TCC database using environment variables and [Launchctl](https://attack.mitre.org/techniques/T1569/001).(Citation: TCC macOS bypass)(Citation: TCC Database)\n\nAdversaries may also opt to instead inject code (e.g., [Process Injection](https://attack.mitre.org/techniques/T1055)) into targeted applications with the desired TCC permissions.\n",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "defense-evasion"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "privilege-escalation"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1548/006",
                            "external_id": "T1548.006"
                        },
                        {
                            "source_name": "welivesecurity TCC",
                            "description": "Marc-Etienne M.L\u00e9veill\u00e9. (2022, July 19). I see what you did there: A look at the CloudMensis macOS spyware. Retrieved March 21, 2024.",
                            "url": "https://www.welivesecurity.com/2022/07/19/i-see-what-you-did-there-look-cloudmensis-macos-spyware/"
                        },
                        {
                            "source_name": "TCC Database",
                            "description": "Marina Liang. (2024, April 23). Return of the mac(OS): Transparency, Consent, and Control (TCC) Database Manipulation. Retrieved March 28, 2024.",
                            "url": "https://interpressecurity.com/resources/return-of-the-macos-tcc/"
                        },
                        {
                            "source_name": "TCC macOS bypass",
                            "description": "Phil Stokes. (2021, July 1). Bypassing macOS TCC User Privacy Protections By Accident and Design. Retrieved March 21, 2024.",
                            "url": "https://www.sentinelone.com/labs/bypassing-macos-tcc-user-privacy-protections-by-accident-and-design/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Marina Liang"
                    ],
                    "x_mitre_data_sources": [
                        "Command: Command Execution",
                        "File: File Modification",
                        "Process: Process Creation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "macOS"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--3a32740a-11b0-4bcf-b0a9-3abd0f6d3cd5",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-03-29 18:07:04.743000+00:00",
                    "modified": "2024-04-10 16:05:22.456000+00:00",
                    "name": "AutoHotKey & AutoIT",
                    "description": "Adversaries may execute commands and perform malicious tasks using AutoIT and AutoHotKey automation scripts. AutoIT and AutoHotkey (AHK) are scripting languages that enable users to automate Windows tasks. These automation scripts can be used to perform a wide variety of actions, such as clicking on buttons, entering text, and opening and closing programs.(Citation: AutoIT)(Citation: AutoHotKey)\n\nAdversaries may use AHK (`.ahk`) and AutoIT (`.au3`) scripts to execute malicious code on a victim's system. For example, adversaries have used for AHK to execute payloads and other modular malware such as keyloggers. Adversaries have also used custom AHK files containing embedded malware as [Phishing](https://attack.mitre.org/techniques/T1566) payloads.(Citation: Splunk DarkGate)\n\nThese scripts may also be compiled into self-contained exectuable payloads (`.exe`).(Citation: AutoIT)(Citation: AutoHotKey)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "execution"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1059/010",
                            "external_id": "T1059.010"
                        },
                        {
                            "source_name": "AutoHotKey",
                            "description": "AutoHotkey Foundation LLC. (n.d.). Using the Program. Retrieved March 29, 2024.",
                            "url": "https://www.autohotkey.com/docs/v1/Program.htm"
                        },
                        {
                            "source_name": "AutoIT",
                            "description": "AutoIT. (n.d.). Running Scripts. Retrieved March 29, 2024.",
                            "url": "https://www.autoitscript.com/autoit3/docs/intro/running.htm"
                        },
                        {
                            "source_name": "Splunk DarkGate",
                            "description": "Splunk Threat Research Team. (2024, January 17). Enter The Gates: An Analysis of the DarkGate AutoIt Loader. Retrieved March 29, 2024.",
                            "url": "https://www.splunk.com/en_us/blog/security/enter-the-gates-an-analysis-of-the-darkgate-autoit-loader.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "TruKno",
                        "Liran Ravich, CardinalOps",
                        "Serhii Melnyk, Trustwave SpiderLabs",
                        "Rahmat Nurfauzi, @infosecn1nja, PT Xynexis International",
                        "Monty"
                    ],
                    "x_mitre_data_sources": [
                        "Process: Process Creation",
                        "Command: Command Execution"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_remote_support": false,
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--149b477f-f364-4824-b1b5-aa1d56115869",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-03-28 03:29:35.616000+00:00",
                    "modified": "2024-04-19 12:24:40.659000+00:00",
                    "name": "Network Devices",
                    "description": "Adversaries may compromise third-party network devices that can be used during targeting. Network devices, such as small office/home office (SOHO) routers, may be compromised where the adversary's ultimate goal is not [Initial Access](https://attack.mitre.org/tactics/TA0001) to that environment -- instead leveraging these devices to support additional targeting.\n\nOnce an adversary has control, compromised network devices can be used to launch additional operations, such as hosting payloads for [Phishing](https://attack.mitre.org/techniques/T1566) campaigns (i.e., [Link Target](https://attack.mitre.org/techniques/T1608/005)) or enabling the required access to execute [Content Injection](https://attack.mitre.org/techniques/T1659) operations. Adversaries may also be able to harvest reusable credentials (i.e., [Valid Accounts](https://attack.mitre.org/techniques/T1078)) from compromised network devices.\n\nAdversaries often target Internet-facing edge devices and related network appliances that specifically do not support robust host-based defenses.(Citation: Mandiant Fortinet Zero Day)(Citation: Wired Russia Cyberwar)\n\nCompromised network devices may be used to support subsequent [Command and Control](https://attack.mitre.org/tactics/TA0011) activity, such as [Hide Infrastructure](https://attack.mitre.org/techniques/T1665) through an established [Proxy](https://attack.mitre.org/techniques/T1090) and/or [Botnet](https://attack.mitre.org/techniques/T1584/005) network.(Citation: Justice GRU 2024)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "resource-development"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1584/008",
                            "external_id": "T1584.008"
                        },
                        {
                            "source_name": "Wired Russia Cyberwar",
                            "description": "Greenberg, A. (2022, November 10). Russia\u2019s New Cyberwarfare in Ukraine Is Fast, Dirty, and Relentless. Retrieved March 22, 2023.",
                            "url": "https://www.wired.com/story/russia-ukraine-cyberattacks-mandiant/"
                        },
                        {
                            "source_name": "Mandiant Fortinet Zero Day",
                            "description": "Marvi, A. et al.. (2023, March 16). Fortinet Zero-Day and Custom Malware Used by Suspected Chinese Actor in Espionage Operation. Retrieved March 22, 2023.",
                            "url": "https://www.mandiant.com/resources/blog/fortinet-malware-ecosystem"
                        },
                        {
                            "source_name": "Justice GRU 2024",
                            "description": "Office of Public Affairs. (2024, February 15). Justice Department Conducts Court-Authorized Disruption of Botnet Controlled by the Russian Federation\u2019s Main Intelligence Directorate of the General Staff (GRU). Retrieved March 28, 2024.",
                            "url": "https://www.justice.gov/opa/pr/justice-department-conducts-court-authorized-disruption-botnet-controlled-russian"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Gavin Knapp"
                    ],
                    "x_mitre_data_sources": [
                        "Internet Scan: Response Content"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "PRE"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--b0e54bf7-835e-4f44-bd8e-62f431b9b76a",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-02-15 13:41:46.784000+00:00",
                    "modified": "2024-04-16 12:35:38.832000+00:00",
                    "name": "Container Service",
                    "description": "Adversaries may create or modify container or container cluster management tools that run as daemons, agents, or services on individual hosts. These include software for creating and managing individual containers, such as Docker and Podman, as well as container cluster node-level agents such as kubelet. By modifying these services, an adversary may be able to achieve persistence or escalate their privileges on a host.\n\nFor example, by using the `docker run` or `podman run` command with the `restart=always` directive, a container can be configured to persistently restart on the host.(Citation: AquaSec TeamTNT 2023) A user with access to the (rootful) docker command may also be able to escalate their privileges on the host.(Citation: GTFOBins Docker)\n\nIn Kubernetes environments, DaemonSets allow an adversary to persistently [Deploy Container](https://attack.mitre.org/techniques/T1610)s on all nodes, including ones added later to the cluster.(Citation: Aquasec Kubernetes Attack 2023)(Citation: Kubernetes DaemonSet) Pods can also be deployed to specific nodes using the `nodeSelector` or `nodeName` fields in the pod spec.(Citation: Kubernetes Assigning Pods to Nodes)(Citation: AppSecco Kubernetes Namespace Breakout 2020)\n\nNote that containers can also be configured to run as [Systemd Service](https://attack.mitre.org/techniques/T1543/002)s.(Citation: Podman Systemd)(Citation: Docker Systemd)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "persistence"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "privilege-escalation"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1543/005",
                            "external_id": "T1543.005"
                        },
                        {
                            "source_name": "AppSecco Kubernetes Namespace Breakout 2020",
                            "description": "Abhisek Datta. (2020, March 18). Kubernetes Namespace Breakout using Insecure Host Path Volume \u2014 Part 1. Retrieved January 16, 2024.",
                            "url": "https://blog.appsecco.com/kubernetes-namespace-breakout-using-insecure-host-path-volume-part-1-b382f2a6e216"
                        },
                        {
                            "source_name": "Docker Systemd",
                            "description": "Docker. (n.d.). Start containers automatically. Retrieved February 15, 2024.",
                            "url": "https://docs.docker.com/config/containers/start-containers-automatically/"
                        },
                        {
                            "source_name": "GTFOBins Docker",
                            "description": "GTFOBins. (n.d.). docker. Retrieved February 15, 2024.",
                            "url": "https://gtfobins.github.io/gtfobins/docker/"
                        },
                        {
                            "source_name": "Kubernetes Assigning Pods to Nodes",
                            "description": "Kubernetes. (n.d.). Assigning Pods to Nodes. Retrieved February 15, 2024.",
                            "url": "https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/"
                        },
                        {
                            "source_name": "Kubernetes DaemonSet",
                            "description": "Kubernetes. (n.d.). DaemonSet. Retrieved February 15, 2024.",
                            "url": "https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/"
                        },
                        {
                            "source_name": "Aquasec Kubernetes Attack 2023",
                            "description": "Michael Katchinskiy, Assaf Morag. (2023, April 21). First-Ever Attack Leveraging Kubernetes RBAC to Backdoor Clusters. Retrieved July 14, 2023.",
                            "url": "https://blog.aquasec.com/leveraging-kubernetes-rbac-to-backdoor-clusters"
                        },
                        {
                            "source_name": "AquaSec TeamTNT 2023",
                            "description": "Ofek Itach and Assaf Morag. (2023, July 13). TeamTNT Reemerged with New Aggressive Cloud Campaign. Retrieved February 15, 2024.",
                            "url": "https://blog.aquasec.com/teamtnt-reemerged-with-new-aggressive-cloud-campaign"
                        },
                        {
                            "source_name": "Podman Systemd",
                            "description": "Valentin Rothberg. (2022, March 16). How to run pods as systemd services with Podman. Retrieved February 15, 2024.",
                            "url": "https://www.redhat.com/sysadmin/podman-run-pods-systemd-services"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "Command: Command Execution",
                        "Container: Container Creation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Containers"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--09b008a9-b4eb-462a-a751-a0eb58050cd9",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-03-29 16:59:10.374000+00:00",
                    "modified": "2024-04-15 23:42:39.831000+00:00",
                    "name": "File/Path Exclusions",
                    "description": "Adversaries may attempt to hide their file-based artifacts by writing them to specific folders or file names excluded from antivirus (AV) scanning and other defensive capabilities. AV and other file-based scanners often include exclusions to optimize performance as well as ease installation and legitimate use of applications. These exclusions may be contextual (e.g., scans are only initiated in response to specific triggering events/alerts), but are also often hardcoded strings referencing specific folders and/or files assumed to be trusted and legitimate.(Citation: Microsoft File Folder Exclusions)\n\nAdversaries may abuse these exclusions to hide their file-based artifacts. For example, rather than  tampering with tool settings to add a new exclusion (i.e., [Disable or Modify Tools](https://attack.mitre.org/techniques/T1562/001)), adversaries may drop their file-based payloads in default or otherwise well-known exclusions. Adversaries may also use [Security Software Discovery](https://attack.mitre.org/techniques/T1518/001) and other [Discovery](https://attack.mitre.org/tactics/TA0007)/[Reconnaissance](https://attack.mitre.org/tactics/TA0043) activities to both discover and verify existing exclusions in a victim environment.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "defense-evasion"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1564/012",
                            "external_id": "T1564.012"
                        },
                        {
                            "source_name": "Microsoft File Folder Exclusions",
                            "description": "Microsoft. (2024, February 27). Contextual file and folder exclusions. Retrieved March 29, 2024.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/defender-endpoint/configure-contextual-file-folder-exclusions-microsoft-defender-antivirus"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "File: File Creation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--eb897572-8979-4242-a089-56f294f4c91d",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-02-13 17:00:00.175000+00:00",
                    "modified": "2024-04-18 19:44:00.603000+00:00",
                    "name": "Hide Infrastructure",
                    "description": "Adversaries may manipulate network traffic in order to hide and evade detection of their C2 infrastructure. This can be accomplished in various ways including by identifying and filtering traffic from defensive tools,(Citation: TA571) masking malicious domains to obfuscate the true destination from both automated scanning tools and security researchers,(Citation: Schema-abuse)(Citation: Facad1ng)(Citation: Browser-updates) and otherwise hiding malicious artifacts to delay discovery and prolong the effectiveness of adversary infrastructure that could otherwise be identified, blocked, or taken down entirely.\n\nC2 networks may include the use of [Proxy](https://attack.mitre.org/techniques/T1090) or VPNs to disguise IP addresses, which can allow adversaries to blend in with normal network traffic and bypass conditional access policies or anti-abuse protections. For example, an adversary may use a virtual private cloud to spoof their IP address to closer align with a victim's IP address ranges. This may also bypass security measures relying on geolocation of the source IP address.(Citation: sysdig)(Citation: Orange Residential Proxies)\n\nAdversaries may also attempt to filter network traffic in order to evade defensive tools in numerous ways, including blocking/redirecting common incident responder or security appliance user agents.(Citation: mod_rewrite)(Citation: SocGholish-update) Filtering traffic based on IP and geo-fencing may also avoid automated sandboxing or researcher activity (i.e., [Virtualization/Sandbox Evasion](https://attack.mitre.org/techniques/T1497)).(Citation: TA571)(Citation: mod_rewrite)\n\nHiding C2 infrastructure may also be supported by [Resource Development](https://attack.mitre.org/tactics/TA0042) activities such as [Acquire Infrastructure](https://attack.mitre.org/techniques/T1583) and [Compromise Infrastructure](https://attack.mitre.org/techniques/T1584). For example, using widely trusted hosting services or domains such as prominent URL shortening providers or marketing services for C2 networks may enable adversaries to present benign content that later redirects victims to malicious web pages or infrastructure once specific conditions are met.(Citation: StarBlizzard)(Citation: QR-cofense)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "command-and-control"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1665",
                            "external_id": "T1665"
                        },
                        {
                            "source_name": "SocGholish-update",
                            "description": "Andrew Northern. (2022, November 22). SocGholish, a very real threat from a very fake update. Retrieved February 13, 2024.",
                            "url": "https://www.proofpoint.com/us/blog/threat-insight/part-1-socgholish-very-real-threat-very-fake-update"
                        },
                        {
                            "source_name": "TA571",
                            "description": "Axel F, Selena Larson. (2023, October 30).  TA571 Delivers IcedID Forked Loader. Retrieved February 13, 2024.",
                            "url": "https://www.proofpoint.com/us/blog/threat-insight/security-brief-ta571-delivers-icedid-forked-loader"
                        },
                        {
                            "source_name": "mod_rewrite",
                            "description": "Bluescreenofjeff.com. (2015, April 12). Combatting Incident Responders with Apache mod_rewrite. Retrieved February 13, 2024.",
                            "url": "https://bluescreenofjeff.com/2016-04-12-combatting-incident-responders-with-apache-mod_rewrite/"
                        },
                        {
                            "source_name": "Browser-updates",
                            "description": "Dusty Miller. (2023, October 17). Are You Sure Your Browser is Up to Date? The Current Landscape of Fake Browser Updates . Retrieved February 13, 2024.",
                            "url": "https://www.proofpoint.com/us/blog/threat-insight/are-you-sure-your-browser-date-current-landscape-fake-browser-updates"
                        },
                        {
                            "source_name": "StarBlizzard",
                            "description": "Microsoft Threat Intelligence. (2023, December 7). Star Blizzard increases sophistication and evasion in ongoing attacks. Retrieved February 13, 2024.",
                            "url": "https://www.microsoft.com/en-us/security/blog/2023/12/07/star-blizzard-increases-sophistication-and-evasion-in-ongoing-attacks/"
                        },
                        {
                            "source_name": "QR-cofense",
                            "description": "Nathaniel Raymond. (2023, August 16). Major Energy Company Targeted in Large QR Code Phishing Campaign. Retrieved February 13, 2024.",
                            "url": "https://cofense.com/blog/major-energy-company-targeted-in-large-qr-code-campaign/"
                        },
                        {
                            "source_name": "Schema-abuse",
                            "description": "Nick Simonian. (2023, May 22). Don't @ Me: URL Obfuscation Through Schema Abuse. Retrieved February 13, 2024.",
                            "url": "https://www.mandiant.com/resources/blog/url-obfuscation-schema-abuse"
                        },
                        {
                            "source_name": "Orange Residential Proxies",
                            "description": "Orange Cyberdefense. (2024, March 14). Unveiling the depths of residential proxies providers. Retrieved April 11, 2024.",
                            "url": "https://www.orangecyberdefense.com/global/blog/research/residential-proxies"
                        },
                        {
                            "source_name": "Facad1ng",
                            "description": "Spyboy. (2023). Facad1ng. Retrieved February 13, 2024.",
                            "url": "https://github.com/spyboy-productions/Facad1ng"
                        },
                        {
                            "source_name": "sysdig",
                            "description": "Sysdig. (2023). Sysdig Global Cloud Threat Report. Retrieved March 1, 2024.",
                            "url": "https://sysdig.com/content/c/pf-2023-global-cloud-threat-report?x=u_WFRi&xs=524303#page=1"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Matt Mullins",
                        "Eliav Livneh",
                        "Hen Porcilan",
                        "Diyar Saadi Ali"
                    ],
                    "x_mitre_data_sources": [
                        "Internet Scan: Response Metadata",
                        "Network Traffic: Network Traffic Content",
                        "Domain Name: Domain Registration",
                        "Internet Scan: Response Content"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "macOS",
                        "Windows",
                        "Linux",
                        "Network"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--356662f7-e315-4759-86c9-6214e2a50ff8",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-03-28 15:36:34.141000+00:00",
                    "modified": "2024-04-18 15:03:32.158000+00:00",
                    "name": "AppDomainManager",
                    "description": "Adversaries may execute their own malicious payloads by hijacking how the .NET `AppDomainManager` loads assemblies. The .NET framework uses the `AppDomainManager` class to create and manage one or more isolated runtime environments (called application domains) inside a process to host the execution of .NET applications. Assemblies (`.exe` or `.dll` binaries compiled to run as .NET code) may be loaded into an application domain as executable code.(Citation: Microsoft App Domains) \n\nKnown as \"AppDomainManager injection,\" adversaries may execute arbitrary code by hijacking how .NET applications load assemblies. For example, malware may create a custom application domain inside a target process to load and execute an arbitrary assembly. Alternatively, configuration files (`.config`) or process environment variables that define .NET runtime settings may be tampered with to instruct otherwise benign .NET applications to load a malicious assembly (identified by name) into the target process.(Citation: PenTestLabs AppDomainManagerInject)(Citation: PwC Yellow Liderc)(Citation: Rapid7 AppDomain Manager Injection)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "persistence"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "privilege-escalation"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "defense-evasion"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1574/014",
                            "external_id": "T1574.014"
                        },
                        {
                            "source_name": "PenTestLabs AppDomainManagerInject",
                            "description": "Administrator. (2020, May 26). APPDOMAINMANAGER INJECTION AND DETECTION. Retrieved March 28, 2024.",
                            "url": "https://pentestlaboratories.com/2020/05/26/appdomainmanager-injection-and-detection/"
                        },
                        {
                            "source_name": "Microsoft App Domains",
                            "description": "Microsoft. (2021, September 15). Application domains. Retrieved March 28, 2024.",
                            "url": "https://learn.microsoft.com/dotnet/framework/app-domains/application-domains"
                        },
                        {
                            "source_name": "PwC Yellow Liderc",
                            "description": "PwC Threat Intelligence. (2023, October 25). Yellow Liderc ships its scripts and delivers IMAPLoader malware. Retrieved March 29, 2024.",
                            "url": "https://www.pwc.com/gx/en/issues/cybersecurity/cyber-threat-intelligence/yellow-liderc-ships-its-scripts-delivers-imaploader-malware.html"
                        },
                        {
                            "source_name": "Rapid7 AppDomain Manager Injection",
                            "description": "Spagnola, N. (2023, May 5). AppDomain Manager Injection: New Techniques For Red Teams. Retrieved March 29, 2024.",
                            "url": "https://www.rapid7.com/blog/post/2023/05/05/appdomain-manager-injection-new-techniques-for-red-teams/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Thomas B",
                        "Ivy Bostock"
                    ],
                    "x_mitre_data_sources": [
                        "Module: Module Load",
                        "File: File Creation",
                        "Process: Process Creation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--ceaeb6d8-95ee-4da2-9d42-dc6aa6ca43ae",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-01-02 13:43:37.389000+00:00",
                    "modified": "2024-04-18 20:53:46.175000+00:00",
                    "name": "Conditional Access Policies",
                    "description": "Adversaries may disable or modify conditional access policies to enable persistent access to compromised accounts. Conditional access policies are additional verifications used by identity providers and identity and access management systems to determine whether a user should be granted access to a resource.\n\nFor example, in Azure AD, Okta, and JumpCloud, users can be denied access to applications based on their IP address, device enrollment status, and use of multi-factor authentication.(Citation: Microsoft Conditional Access)(Citation: JumpCloud Conditional Access Policies)(Citation: Okta Conditional Access Policies) In some cases, identity providers may also support the use of risk-based metrics to deny sign-ins based on a variety of indicators. In AWS and GCP, IAM policies can contain `condition` attributes that verify arbitrary constraints such as the source IP, the date the request was made, and the nature of the resources or regions being requested.(Citation: AWS IAM Conditions)(Citation: GCP IAM Conditions) These measures help to prevent compromised credentials from resulting in unauthorized access to data or resources, as well as limit user permissions to only those required. \n\nBy modifying conditional access policies, such as adding additional trusted IP ranges, removing [Multi-Factor Authentication](https://attack.mitre.org/techniques/T1556/006) requirements, or allowing additional [Unused/Unsupported Cloud Regions](https://attack.mitre.org/techniques/T1535), adversaries may be able to ensure persistent access to accounts and circumvent defensive measures.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "credential-access"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "defense-evasion"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "persistence"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1556/009",
                            "external_id": "T1556.009"
                        },
                        {
                            "source_name": "AWS IAM Conditions",
                            "description": "AWS. (n.d.). IAM JSON policy elements: Condition. Retrieved January 2, 2024.",
                            "url": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition.html"
                        },
                        {
                            "source_name": "GCP IAM Conditions",
                            "description": "Google Cloud. (n.d.). Overview of IAM Conditions. Retrieved January 2, 2024.",
                            "url": "https://cloud.google.com/iam/docs/conditions-overview"
                        },
                        {
                            "source_name": "JumpCloud Conditional Access Policies",
                            "description": "JumpCloud. (n.d.). Get Started: Conditional Access Policies. Retrieved January 2, 2024.",
                            "url": "https://jumpcloud.com/support/get-started-conditional-access-policies"
                        },
                        {
                            "source_name": "Microsoft Conditional Access",
                            "description": "Microsoft. (2023, November 15). What is Conditional Access?. Retrieved January 2, 2024.",
                            "url": "https://learn.microsoft.com/en-us/entra/identity/conditional-access/overview"
                        },
                        {
                            "source_name": "Okta Conditional Access Policies",
                            "description": "Okta. (2023, November 30). Conditional Access Based on Device Security Posture. Retrieved January 2, 2024.",
                            "url": "https://support.okta.com/help/s/article/Conditional-access-based-on-device-security-posture?language=en_US"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Gavin Knapp",
                        "Joshua Penny"
                    ],
                    "x_mitre_data_sources": [
                        "Active Directory: Active Directory Object Modification",
                        "Cloud Service: Cloud Service Modification"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Azure AD",
                        "SaaS",
                        "IaaS"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--0d91b3c0-5e50-47c3-949a-2a796f04d144",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-03-29 12:38:17.135000+00:00",
                    "modified": "2024-04-19 04:03:07.164000+00:00",
                    "name": "Encrypted/Encoded File",
                    "description": "Adversaries may encrypt or encode files to obfuscate strings, bytes, and other specific patterns to impede detection. Encrypting and/or encoding file content aims to conceal malicious artifacts within a file used in an intrusion. Many other techniques, such as [Software Packing](https://attack.mitre.org/techniques/T1027/002), [Steganography](https://attack.mitre.org/techniques/T1027/003), and [Embedded Payloads](https://attack.mitre.org/techniques/T1027/009), share this same broad objective. Encrypting and/or encoding files could lead to a lapse in detection of static signatures, only for this malicious content to be revealed (i.e., [Deobfuscate/Decode Files or Information](https://attack.mitre.org/techniques/T1140)) at the time of execution/use.\n\nThis type of file obfuscation can be applied to many file artifacts present on victim hosts, such as malware log/configuration and payload files.(Citation: File obfuscation) Files can be encrypted with a hardcoded or user-supplied key, as well as otherwise obfuscated using standard encoding/compression schemes such as Base64.\n\nThe entire content of a file may be obfuscated, or just specific functions or values (such as C2 addresses). Encryption and encoding may also be applied in redundant layers for additional protection.\n\nFor example, adversaries may abuse password-protected Word documents or self-extracting (SFX) archives as a method of encrypting/encoding a file such as a [Phishing](https://attack.mitre.org/techniques/T1566) payload. These files typically function by attaching the intended archived content to a decompressor stub that is executed when the file is invoked (e.g., [User Execution](https://attack.mitre.org/techniques/T1204)).(Citation: SFX - Encrypted/Encoded File) \n\nAdversaries may also abuse file-specific as well as custom encoding schemes. For example, Byte Order Mark (BOM) headers in text files may be abused to manipulate and obfuscate file content until [Command and Scripting Interpreter](https://attack.mitre.org/techniques/T1059) execution.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "defense-evasion"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1027/013",
                            "external_id": "T1027.013"
                        },
                        {
                            "source_name": "File obfuscation",
                            "description": "Aspen Lindblom, Joseph Goodwin, and Chris Sheldon. (2021, July 19). Shlayer Malvertising Campaigns Still Using Flash Update Disguise. Retrieved March 29, 2024.",
                            "url": "https://www.crowdstrike.com/blog/shlayer-malvertising-campaigns-still-using-flash-update-disguise/"
                        },
                        {
                            "source_name": "SFX - Encrypted/Encoded File",
                            "description": "Jai Minton. (2023, March 31). How Falcon OverWatch Investigates Malicious Self-Extracting Archives, Decoy Files and Their Hidden Payloads. Retrieved March 29, 2024.",
                            "url": "https://www.crowdstrike.com/blog/self-extracting-archives-decoy-files-and-their-hidden-payloads/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "David Galazin @themalwareman1",
                        "Andrew Northern, @ex_raritas",
                        "Jai Minton, @Cyberraiju"
                    ],
                    "x_mitre_data_sources": [
                        "File: File Creation",
                        "File: File Metadata"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--0cc222f5-c3ff-48e6-9f52-3314baf9d37e",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-03-11 13:37:31.836000+00:00",
                    "modified": "2024-04-15 23:49:14.558000+00:00",
                    "name": "Artificial Intelligence",
                    "description": "Adversaries may obtain access to generative artificial intelligence tools, such as large language models (LLMs), to aid various techniques during targeting. These tools may be used to inform, bolster, and enable a variety of malicious tasks including conducting [Reconnaissance](https://attack.mitre.org/tactics/TA0043), creating basic scripts, assisting social engineering, and even developing payloads.(Citation: MSFT-AI)\n\nFor example, by utilizing a publicly available LLM an adversary is essentially outsourcing or automating certain tasks to the tool. Using AI, the adversary may draft and generate content in a variety of written languages to be used in [Phishing](https://attack.mitre.org/techniques/T1566)/[Phishing for Information](https://attack.mitre.org/techniques/T1598) campaigns. The same publicly available tool may further enable vulnerability or other offensive research supporting [Develop Capabilities](https://attack.mitre.org/techniques/T1587). AI tools may also automate technical tasks by generating, refining, or otherwise enhancing (e.g., [Obfuscated Files or Information](https://attack.mitre.org/techniques/T1027)) malicious scripts and payloads.(Citation: OpenAI-CTI)\n",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "resource-development"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1588/007",
                            "external_id": "T1588.007"
                        },
                        {
                            "source_name": "MSFT-AI",
                            "description": "Microsoft Threat Intelligence. (2024, February 14). Staying ahead of threat actors in the age of AI. Retrieved March 11, 2024.",
                            "url": "https://www.microsoft.com/en-us/security/blog/2024/02/14/staying-ahead-of-threat-actors-in-the-age-of-ai/"
                        },
                        {
                            "source_name": "OpenAI-CTI",
                            "description": "OpenAI. (2024, February 14). Disrupting malicious uses of AI by state-affiliated threat actors. Retrieved March 11, 2024.",
                            "url": "https://openai.com/blog/disrupting-malicious-uses-of-ai-by-state-affiliated-threat-actors"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "PRE"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--561ae9aa-c28a-4144-9eec-e7027a14c8c3",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-03-07 19:32:35.383000+00:00",
                    "modified": "2024-04-15 23:00:33.493000+00:00",
                    "name": "Electron Applications",
                    "description": "Adversaries may abuse components of the Electron framework to execute malicious code. The Electron framework hosts many common applications such as Signal, Slack, and Microsoft Teams.(Citation: Electron 2) Originally developed by GitHub, Electron is a cross-platform desktop application development framework that employs web technologies like JavaScript, HTML, and CSS.(Citation: Electron 3) The Chromium engine is used to display web content and Node.js runs the backend code.(Citation: Electron 1)\n\nDue to the functional mechanics of Electron (such as allowing apps to run arbitrary commands), adversaries may also be able to perform malicious functions in the background potentially disguised as legitimate tools within the framework.(Citation: Electron 1) For example, the abuse of `teams.exe` and `chrome.exe` may allow adversaries to execute malicious commands as child processes of the legitimate application (e.g., `chrome.exe --disable-gpu-sandbox --gpu-launcher=\"C:\\Windows\\system32\\cmd.exe /c calc.exe`).(Citation: Electron 6-8)\n\nAdversaries may also execute malicious content by planting malicious [JavaScript](https://attack.mitre.org/techniques/T1059/007) within Electron applications.(Citation: Electron Security)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "defense-evasion"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1218/015",
                            "external_id": "T1218.015"
                        },
                        {
                            "source_name": "Electron 3",
                            "description": "Alanna Titterington. (2023, September 14). Security of Electron-based desktop applications. Retrieved March 7, 2024.",
                            "url": "https://www.kaspersky.com/blog/electron-framework-security-issues/49035/"
                        },
                        {
                            "source_name": "Electron Security",
                            "description": "ElectronJS.org. (n.d.). Retrieved March 7, 2024.",
                            "url": "https://www.electronjs.org/docs/latest/tutorial/using-native-node-modules"
                        },
                        {
                            "source_name": "Electron 6-8",
                            "description": "Kosayev, U. (2023, June 15). One Electron to Rule Them All. Retrieved March 7, 2024.",
                            "url": "https://medium.com/@MalFuzzer/one-electron-to-rule-them-all-dc2e9b263daf"
                        },
                        {
                            "source_name": "Electron 1",
                            "description": "TOM ABAI. (2023, August 10). There\u2019s a New Stealer Variant in Town, and It\u2019s Using Electron to Stay Fully Undetected. Retrieved March 7, 2024.",
                            "url": "https://www.mend.io/blog/theres-a-new-stealer-variant-in-town-and-its-using-electron-to-stay-fully-undetected/"
                        },
                        {
                            "source_name": "Electron 2",
                            "description": "Trend Micro. (2023, June 6). Abusing Electronbased applications in targeted attacks. Retrieved March 7, 2024.",
                            "url": "https://www.first.org/resources/papers/conf2023/FIRSTCON23-TLP-CLEAR-Horejsi-Abusing-Electron-Based-Applications-in-Targeted-Attacks.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Debabrata Sharma"
                    ],
                    "x_mitre_data_sources": [
                        "Command: Command Execution",
                        "Process: Process Creation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "macOS",
                        "Windows",
                        "Linux"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--e6f19759-dde3-47fc-99cc-d9f5fa4ade60",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-02-06 16:20:41.647000+00:00",
                    "modified": "2024-04-18 23:51:40.464000+00:00",
                    "name": "SyncAppvPublishingServer",
                    "description": "Adversaries may abuse SyncAppvPublishingServer.vbs to proxy execution of malicious [PowerShell](https://attack.mitre.org/techniques/T1059/001) commands. SyncAppvPublishingServer.vbs is a Visual Basic script associated with how Windows virtualizes applications (Microsoft Application Virtualization, or App-V).(Citation: 1 - appv) For example, Windows may render Win32 applications to users as virtual applications, allowing users to launch and interact with them as if they were installed locally.(Citation: 2 - appv)(Citation: 3 - appv)\n    \nThe SyncAppvPublishingServer.vbs script is legitimate, may be signed by Microsoft, and is commonly executed from `\\System32` through the command line via `wscript.exe`.(Citation: 4 - appv)(Citation: 5 - appv)\n\nAdversaries may abuse SyncAppvPublishingServer.vbs to bypass [PowerShell](https://attack.mitre.org/techniques/T1059/001) execution restrictions and evade defensive counter measures by \"living off the land.\"(Citation: 6 - appv)(Citation: 4 - appv) Proxying execution may function as a trusted/signed alternative to directly invoking `powershell.exe`.(Citation: 7 - appv)\n\nFor example,  [PowerShell](https://attack.mitre.org/techniques/T1059/001) commands may be invoked using:(Citation: 5 - appv)\n\n`SyncAppvPublishingServer.vbs \"n; {PowerShell}\"`",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "defense-evasion"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1216/002",
                            "external_id": "T1216.002"
                        },
                        {
                            "source_name": "4 - appv",
                            "description": "John Fokker. (2022, March 17). Suspected DarkHotel APT activity update. Retrieved February 6, 2024.",
                            "url": "https://www.trellix.com/en-ca/about/newsroom/stories/research/suspected-darkhotel-apt-activity-update/"
                        },
                        {
                            "source_name": "2 - appv",
                            "description": "Microsoft. (2022, November 3). Getting started with App-V for Windows client. Retrieved February 6, 2024.",
                            "url": "https://learn.microsoft.com/en-us/windows/application-management/app-v/appv-getting-started"
                        },
                        {
                            "source_name": "5 - appv",
                            "description": "Nick Landers, Casey Smith. (n.d.). /Syncappvpublishingserver.vbs. Retrieved February 6, 2024.",
                            "url": "https://lolbas-project.github.io/lolbas/Scripts/Syncappvpublishingserver/"
                        },
                        {
                            "source_name": "7 - appv",
                            "description": "Nick Landers. (2017, August 8). Need a signed alternative to Powershell.exe? SyncAppvPublishingServer in Win10 has got you covered.. Retrieved February 6, 2024.",
                            "url": "https://twitter.com/monoxgas/status/895045566090010624"
                        },
                        {
                            "source_name": "3 - appv",
                            "description": "Raj Chandel. (2022, March 17). Indirect Command Execution: Defense Evasion (T1202). Retrieved February 6, 2024.",
                            "url": "https://www.hackingarticles.in/indirect-command-execution-defense-evasion-t1202/"
                        },
                        {
                            "source_name": "1 - appv",
                            "description": "SEONGSU PARK. (2022, December 27). BlueNoroff introduces new methods bypassing MoTW. Retrieved February 6, 2024.",
                            "url": "https://securelist.com/bluenoroff-methods-bypass-motw/108383/"
                        },
                        {
                            "source_name": "6 - appv",
                            "description": "Strontic. (n.d.). SyncAppvPublishingServer.exe. Retrieved February 6, 2024.",
                            "url": "https://strontic.github.io/xcyclopedia/library/SyncAppvPublishingServer.exe-3C291419F60CDF9C2E4E19AD89944FA3.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Shaul Vilkomir-Preisman"
                    ],
                    "x_mitre_data_sources": [
                        "Script: Script Execution",
                        "Command: Command Execution",
                        "Process: Process Creation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.0"
                }
            ],
            "major_version_changes": [
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--d94b3ae9-8059-4989-8e9f-ea0f601f80a7",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2023-03-13 15:26:11.741000+00:00",
                    "modified": "2024-04-12 03:27:48.171000+00:00",
                    "name": "Cloud Administration Command",
                    "description": "Adversaries may abuse cloud management services to execute commands within virtual machines. Resources such as AWS Systems Manager, Azure RunCommand, and Runbooks allow users to remotely run scripts in virtual machines by leveraging installed virtual machine agents. (Citation: AWS Systems Manager Run Command)(Citation: Microsoft Run Command)\n\nIf an adversary gains administrative access to a cloud environment, they may be able to abuse cloud management services to execute commands in the environment\u2019s virtual machines. Additionally, an adversary that compromises a service provider or delegated administrator account may similarly be able to leverage a [Trusted Relationship](https://attack.mitre.org/techniques/T1199) to execute commands in connected virtual machines.(Citation: MSTIC Nobelium Oct 2021)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "execution"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1651",
                            "external_id": "T1651"
                        },
                        {
                            "source_name": "AWS Systems Manager Run Command",
                            "description": "AWS. (n.d.). AWS Systems Manager Run Command. Retrieved March 13, 2023.",
                            "url": "https://docs.aws.amazon.com/systems-manager/latest/userguide/run-command.html"
                        },
                        {
                            "source_name": "MSTIC Nobelium Oct 2021",
                            "description": "Microsoft Threat Intelligence Center. (2021, October 25). NOBELIUM targeting delegated administrative privileges to facilitate broader attacks. Retrieved March 25, 2022.",
                            "url": "https://www.microsoft.com/security/blog/2021/10/25/nobelium-targeting-delegated-administrative-privileges-to-facilitate-broader-attacks/"
                        },
                        {
                            "source_name": "Microsoft Run Command",
                            "description": "Microsoft. (2023, March 10). Run scripts in your VM by using Run Command. Retrieved March 13, 2023.",
                            "url": "https://learn.microsoft.com/en-us/azure/virtual-machines/run-command-overview"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Cisco",
                        "Nichols Jasper",
                        "Jared Wilson",
                        "Caio Silva",
                        "Adrien Bataille",
                        "Anders Vejlby",
                        "Nader Zaveri",
                        "Tamir Yehuda"
                    ],
                    "x_mitre_data_sources": [
                        "Command: Command Execution",
                        "Process: Process Creation",
                        "Script: Script Execution"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "IaaS"
                    ],
                    "x_mitre_remote_support": false,
                    "x_mitre_version": "2.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-12 03:27:48.171000+00:00\", \"old_value\": \"2023-04-14 19:01:12.963000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may abuse cloud management services to execute commands within virtual machines. Resources such as AWS Systems Manager, Azure RunCommand, and Runbooks allow users to remotely run scripts in virtual machines by leveraging installed virtual machine agents. (Citation: AWS Systems Manager Run Command)(Citation: Microsoft Run Command)\\n\\nIf an adversary gains administrative access to a cloud environment, they may be able to abuse cloud management services to execute commands in the environment\\u2019s virtual machines. Additionally, an adversary that compromises a service provider or delegated administrator account may similarly be able to leverage a [Trusted Relationship](https://attack.mitre.org/techniques/T1199) to execute commands in connected virtual machines.(Citation: MSTIC Nobelium Oct 2021)\", \"old_value\": \"Adversaries may abuse cloud management services to execute commands within virtual machines or hybrid-joined devices. Resources such as AWS Systems Manager, Azure RunCommand, and Runbooks allow users to remotely run scripts in virtual machines by leveraging installed virtual machine agents. Similarly, in Azure AD environments, Microsoft Endpoint Manager allows Global or Intune Administrators to run scripts as SYSTEM on on-premises devices joined to the Azure AD.(Citation: AWS Systems Manager Run Command)(Citation: Microsoft Run Command)(Citation: SpecterOps Lateral Movement from Azure to On-Prem AD 2020)\\n\\nIf an adversary gains administrative access to a cloud environment, they may be able to abuse cloud management services to execute commands in the environment\\u2019s virtual machines or on-premises hybrid-joined devices. Additionally, an adversary that compromises a service provider or delegated administrator account may similarly be able to leverage a [Trusted Relationship](https://attack.mitre.org/techniques/T1199) to execute commands in connected virtual machines.(Citation: MSTIC Nobelium Oct 2021)\", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,3 @@\\n-Adversaries may abuse cloud management services to execute commands within virtual machines or hybrid-joined devices. Resources such as AWS Systems Manager, Azure RunCommand, and Runbooks allow users to remotely run scripts in virtual machines by leveraging installed virtual machine agents. Similarly, in Azure AD environments, Microsoft Endpoint Manager allows Global or Intune Administrators to run scripts as SYSTEM on on-premises devices joined to the Azure AD.(Citation: AWS Systems Manager Run Command)(Citation: Microsoft Run Command)(Citation: SpecterOps Lateral Movement from Azure to On-Prem AD 2020)\\n+Adversaries may abuse cloud management services to execute commands within virtual machines. Resources such as AWS Systems Manager, Azure RunCommand, and Runbooks allow users to remotely run scripts in virtual machines by leveraging installed virtual machine agents. (Citation: AWS Systems Manager Run Command)(Citation: Microsoft Run Command)\\n \\n-If an adversary gains administrative access to a cloud environment, they may be able to abuse cloud management services to execute commands in the environment\\u2019s virtual machines or on-premises hybrid-joined devices. Additionally, an adversary that compromises a service provider or delegated administrator account may similarly be able to leverage a [Trusted Relationship](https://attack.mitre.org/techniques/T1199) to execute commands in connected virtual machines.(Citation: MSTIC Nobelium Oct 2021)\\n+If an adversary gains administrative access to a cloud environment, they may be able to abuse cloud management services to execute commands in the environment\\u2019s virtual machines. Additionally, an adversary that compromises a service provider or delegated administrator account may similarly be able to leverage a [Trusted Relationship](https://attack.mitre.org/techniques/T1199) to execute commands in connected virtual machines.(Citation: MSTIC Nobelium Oct 2021)\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.0\", \"old_value\": \"1.0\"}}, \"iterable_item_added\": {\"root['x_mitre_contributors'][7]\": \"Tamir Yehuda\"}, \"iterable_item_removed\": {\"root['external_references'][1]\": {\"source_name\": \"SpecterOps Lateral Movement from Azure to On-Prem AD 2020\", \"description\": \"Andy Robbins. (2020, August 17). Death from Above: Lateral Movement from Azure to On-Prem AD. Retrieved March 13, 2023.\", \"url\": \"https://posts.specterops.io/death-from-above-lateral-movement-from-azure-to-on-prem-ad-d18cb3959d4d\"}, \"root['x_mitre_platforms'][1]\": \"Azure AD\"}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 2.0",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to51__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to51__0\"><a href=\"#difflib_chg_to51__top\">t</a></td><td class=\"diff_header\" id=\"from51_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_sub\">Adversaries&nbsp;may&nbsp;abuse&nbsp;cloud&nbsp;management&nbsp;services&nbsp;to&nbsp;execute&nbsp;c</span></td><td class=\"diff_next\"><a href=\"#difflib_chg_to51__top\">t</a></td><td class=\"diff_header\" id=\"to51_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_add\">Adversaries&nbsp;may&nbsp;abuse&nbsp;cloud&nbsp;management&nbsp;services&nbsp;to&nbsp;execute&nbsp;c</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ommands&nbsp;within&nbsp;virtual&nbsp;machines&nbsp;or&nbsp;hybrid-joined&nbsp;devices.&nbsp;Re</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ommands&nbsp;within&nbsp;virtual&nbsp;machines.&nbsp;Resources&nbsp;such&nbsp;as&nbsp;AWS&nbsp;Syste</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">sources&nbsp;such&nbsp;as&nbsp;AWS&nbsp;Systems&nbsp;Manager,&nbsp;Azure&nbsp;RunCommand,&nbsp;and&nbsp;R</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ms&nbsp;Manager,&nbsp;Azure&nbsp;RunCommand,&nbsp;and&nbsp;Runbooks&nbsp;allow&nbsp;users&nbsp;to&nbsp;re</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">unbooks&nbsp;allow&nbsp;users&nbsp;to&nbsp;remotely&nbsp;run&nbsp;scripts&nbsp;in&nbsp;virtual&nbsp;machi</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">motely&nbsp;run&nbsp;scripts&nbsp;in&nbsp;virtual&nbsp;machines&nbsp;by&nbsp;leveraging&nbsp;install</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">nes&nbsp;by&nbsp;leveraging&nbsp;installed&nbsp;virtual&nbsp;machine&nbsp;agents.&nbsp;Similarl</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ed&nbsp;virtual&nbsp;machine&nbsp;agents.&nbsp;(Citation:&nbsp;AWS&nbsp;Systems&nbsp;Manager&nbsp;Ru</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">y,&nbsp;in&nbsp;Azure&nbsp;AD&nbsp;environments,&nbsp;Microsoft&nbsp;Endpoint&nbsp;Manager&nbsp;allo</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">n&nbsp;Command)(Citation:&nbsp;Microsoft&nbsp;Run&nbsp;Command)&nbsp;&nbsp;If&nbsp;an&nbsp;adversary</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ws&nbsp;Global&nbsp;or&nbsp;Intune&nbsp;Administrators&nbsp;to&nbsp;run&nbsp;scripts&nbsp;as&nbsp;SYSTEM&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;gains&nbsp;administrative&nbsp;access&nbsp;to&nbsp;a&nbsp;cloud&nbsp;environment,&nbsp;they&nbsp;ma</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">on&nbsp;on-premises&nbsp;devices&nbsp;joined&nbsp;to&nbsp;the&nbsp;Azure&nbsp;AD.(Citation:&nbsp;AWS</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">y&nbsp;be&nbsp;able&nbsp;to&nbsp;abuse&nbsp;cloud&nbsp;management&nbsp;services&nbsp;to&nbsp;execute&nbsp;comm</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;Systems&nbsp;Manager&nbsp;Run&nbsp;Command)(Citation:&nbsp;Microsoft&nbsp;Run&nbsp;Comman</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ands&nbsp;in&nbsp;the&nbsp;environment\u2019s&nbsp;virtual&nbsp;machines.&nbsp;Additionally,&nbsp;an</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">d)(Citation:&nbsp;SpecterOps&nbsp;Lateral&nbsp;Movement&nbsp;from&nbsp;Azure&nbsp;to&nbsp;On-Pr</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;adversary&nbsp;that&nbsp;compromises&nbsp;a&nbsp;service&nbsp;provider&nbsp;or&nbsp;delegated&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">em&nbsp;AD&nbsp;2020)&nbsp;&nbsp;If&nbsp;an&nbsp;adversary&nbsp;gains&nbsp;administrative&nbsp;access&nbsp;to&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">administrator&nbsp;account&nbsp;may&nbsp;similarly&nbsp;be&nbsp;able&nbsp;to&nbsp;leverage&nbsp;a&nbsp;[T</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">a&nbsp;cloud&nbsp;environment,&nbsp;they&nbsp;may&nbsp;be&nbsp;able&nbsp;to&nbsp;abuse&nbsp;cloud&nbsp;managem</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">rusted&nbsp;Relationship](https://attack.mitre.org/techniques/T11</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ent&nbsp;services&nbsp;to&nbsp;execute&nbsp;commands&nbsp;in&nbsp;the&nbsp;environment\u2019s&nbsp;virtua</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">99)&nbsp;to&nbsp;execute&nbsp;commands&nbsp;in&nbsp;connected&nbsp;virtual&nbsp;machines.(Citat</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">l&nbsp;machines&nbsp;or&nbsp;on-premises&nbsp;hybrid-joined&nbsp;devices.&nbsp;Additionall</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ion:&nbsp;MSTIC&nbsp;Nobelium&nbsp;Oct&nbsp;2021)</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">y,&nbsp;an&nbsp;adversary&nbsp;that&nbsp;compromises&nbsp;a&nbsp;service&nbsp;provider&nbsp;or&nbsp;deleg</span></td><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ated&nbsp;administrator&nbsp;account&nbsp;may&nbsp;similarly&nbsp;be&nbsp;able&nbsp;to&nbsp;leverage</span></td><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;a&nbsp;[Trusted&nbsp;Relationship](https://attack.mitre.org/technique</span></td><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">s/T1199)&nbsp;to&nbsp;execute&nbsp;commands&nbsp;in&nbsp;connected&nbsp;virtual&nbsp;machines.(</span></td><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">Citation:&nbsp;MSTIC&nbsp;Nobelium&nbsp;Oct&nbsp;2021)</span></td><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1026: Privileged Account Management"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (Process Creation)",
                            "DS0012: Script (Script Execution)",
                            "DS0017: Command (Command Execution)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--960c3c86-1480-4d72-b4e0-8c242e84a5c5",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-02-11 18:18:34.279000+00:00",
                    "modified": "2024-04-16 13:03:40.824000+00:00",
                    "name": "Compromise Host Software Binary",
                    "description": "Adversaries may modify host software binaries to establish persistent access to systems. Software binaries/executables provide a wide range of system commands or services, programs, and libraries. Common software binaries are SSH clients, FTP clients, email clients, web browsers, and many other user or server applications.\n\nAdversaries may establish persistence though modifications to host software binaries. For example, an adversary may replace or otherwise infect a legitimate application binary (or support files) with a backdoor. Since these binaries may be routinely executed by applications or the user, the adversary can leverage this for persistent access to the host.\n\nAn adversary may also modify an existing binary by patching in malicious functionality (e.g., IAT Hooking/Entry point patching)(Citation: Unit42 Banking Trojans Hooking 2022) prior to the binary\u2019s legitimate execution. For example, an adversary may modify the entry point of a binary to point to malicious code patched in by the adversary before resuming normal execution flow.(Citation: ESET FontOnLake Analysis 2021)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "persistence"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1554",
                            "external_id": "T1554"
                        },
                        {
                            "source_name": "Unit42 Banking Trojans Hooking 2022",
                            "description": "Or Chechik. (2022, October 31). Banking Trojan Techniques: How Financially Motivated Malware Became Infrastructure. Retrieved September 27, 2023.",
                            "url": "https://unit42.paloaltonetworks.com/banking-trojan-techniques/#post-125550-_rm3d6xxbk52n"
                        },
                        {
                            "source_name": "ESET FontOnLake Analysis 2021",
                            "description": "Vladislav Hr\u010dka. (2021, January 1). FontOnLake. Retrieved September 27, 2023.",
                            "url": "https://web-assets.esetstatic.com/wls/2021/10/eset_fontonlake.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "CrowdStrike Falcon OverWatch"
                    ],
                    "x_mitre_data_sources": [
                        "File: File Deletion",
                        "File: File Modification",
                        "File: File Metadata",
                        "File: File Creation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Collect and analyze signing certificate metadata and check signature validity on software that executes within the environment. Look for changes to client software that do not correlate with known software or patch cycles. \n\nConsider monitoring for anomalous behavior from client applications, such as atypical module loads, file reads/writes, or network connections.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows"
                    ],
                    "x_mitre_version": "2.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-16 13:03:40.824000+00:00\", \"old_value\": \"2023-10-03 04:18:40.956000+00:00\"}, \"root['name']\": {\"new_value\": \"Compromise Host Software Binary\", \"old_value\": \"Compromise Client Software Binary\"}, \"root['description']\": {\"new_value\": \"Adversaries may modify host software binaries to establish persistent access to systems. Software binaries/executables provide a wide range of system commands or services, programs, and libraries. Common software binaries are SSH clients, FTP clients, email clients, web browsers, and many other user or server applications.\\n\\nAdversaries may establish persistence though modifications to host software binaries. For example, an adversary may replace or otherwise infect a legitimate application binary (or support files) with a backdoor. Since these binaries may be routinely executed by applications or the user, the adversary can leverage this for persistent access to the host.\\n\\nAn adversary may also modify an existing binary by patching in malicious functionality (e.g., IAT Hooking/Entry point patching)(Citation: Unit42 Banking Trojans Hooking 2022) prior to the binary\\u2019s legitimate execution. For example, an adversary may modify the entry point of a binary to point to malicious code patched in by the adversary before resuming normal execution flow.(Citation: ESET FontOnLake Analysis 2021)\", \"old_value\": \"Adversaries may modify client software binaries to establish persistent access to systems. Client software enables users to access services provided by a server. Common client software types are SSH clients, FTP clients, email clients, and web browsers.\\n\\nAdversaries may make modifications to client software binaries to carry out malicious tasks when those applications are in use. For example, an adversary may copy source code for the client software, add a backdoor, compile for the target, and replace the legitimate application binary (or support files) with the backdoored one. An adversary may also modify an existing binary by patching in malicious functionality (e.g., IAT Hooking/Entry point patching)(Citation: Unit42 Banking Trojans Hooking 2022) prior to the binary\\u2019s legitimate execution. For example, an adversary may modify the entry point of a binary to point to malicious code patched in by the adversary before resuming normal execution flow.(Citation: ESET FontOnLake Analysis 2021)\\n\\nSince these applications may be routinely executed by the user, the adversary can leverage this for persistent access to the host.\", \"diff\": \"--- \\n+++ \\n@@ -1,5 +1,5 @@\\n-Adversaries may modify client software binaries to establish persistent access to systems. Client software enables users to access services provided by a server. Common client software types are SSH clients, FTP clients, email clients, and web browsers.\\n+Adversaries may modify host software binaries to establish persistent access to systems. Software binaries/executables provide a wide range of system commands or services, programs, and libraries. Common software binaries are SSH clients, FTP clients, email clients, web browsers, and many other user or server applications.\\n \\n-Adversaries may make modifications to client software binaries to carry out malicious tasks when those applications are in use. For example, an adversary may copy source code for the client software, add a backdoor, compile for the target, and replace the legitimate application binary (or support files) with the backdoored one. An adversary may also modify an existing binary by patching in malicious functionality (e.g., IAT Hooking/Entry point patching)(Citation: Unit42 Banking Trojans Hooking 2022) prior to the binary\\u2019s legitimate execution. For example, an adversary may modify the entry point of a binary to point to malicious code patched in by the adversary before resuming normal execution flow.(Citation: ESET FontOnLake Analysis 2021)\\n+Adversaries may establish persistence though modifications to host software binaries. For example, an adversary may replace or otherwise infect a legitimate application binary (or support files) with a backdoor. Since these binaries may be routinely executed by applications or the user, the adversary can leverage this for persistent access to the host.\\n \\n-Since these applications may be routinely executed by the user, the adversary can leverage this for persistent access to the host.\\n+An adversary may also modify an existing binary by patching in malicious functionality (e.g., IAT Hooking/Entry point patching)(Citation: Unit42 Banking Trojans Hooking 2022) prior to the binary\\u2019s legitimate execution. For example, an adversary may modify the entry point of a binary to point to malicious code patched in by the adversary before resuming normal execution flow.(Citation: ESET FontOnLake Analysis 2021)\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.0\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 2.0",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to55__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to55__0\"><a href=\"#difflib_chg_to55__top\">t</a></td><td class=\"diff_header\" id=\"from55_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_sub\">Adversaries&nbsp;may&nbsp;modify&nbsp;client&nbsp;software&nbsp;binaries&nbsp;to&nbsp;establish</span></td><td class=\"diff_next\"><a href=\"#difflib_chg_to55__top\">t</a></td><td class=\"diff_header\" id=\"to55_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_add\">Adversaries&nbsp;may&nbsp;modify&nbsp;host&nbsp;software&nbsp;binaries&nbsp;to&nbsp;establish&nbsp;p</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;persistent&nbsp;access&nbsp;to&nbsp;systems.&nbsp;Client&nbsp;software&nbsp;enables&nbsp;users</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ersistent&nbsp;access&nbsp;to&nbsp;systems.&nbsp;Software&nbsp;binaries/executables&nbsp;p</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;to&nbsp;access&nbsp;services&nbsp;provided&nbsp;by&nbsp;a&nbsp;server.&nbsp;Common&nbsp;client&nbsp;soft</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">rovide&nbsp;a&nbsp;wide&nbsp;range&nbsp;of&nbsp;system&nbsp;commands&nbsp;or&nbsp;services,&nbsp;programs</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ware&nbsp;types&nbsp;are&nbsp;SSH&nbsp;clients,&nbsp;FTP&nbsp;clients,&nbsp;email&nbsp;clients,&nbsp;and&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">,&nbsp;and&nbsp;libraries.&nbsp;Common&nbsp;software&nbsp;binaries&nbsp;are&nbsp;SSH&nbsp;clients,&nbsp;F</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">web&nbsp;browsers.&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;make&nbsp;modifications&nbsp;to&nbsp;client&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">TP&nbsp;clients,&nbsp;email&nbsp;clients,&nbsp;web&nbsp;browsers,&nbsp;and&nbsp;many&nbsp;other&nbsp;user</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">software&nbsp;binaries&nbsp;to&nbsp;carry&nbsp;out&nbsp;malicious&nbsp;tasks&nbsp;when&nbsp;those&nbsp;ap</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;or&nbsp;server&nbsp;applications.&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;establish&nbsp;persiste</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">plications&nbsp;are&nbsp;in&nbsp;use.&nbsp;For&nbsp;example,&nbsp;an&nbsp;adversary&nbsp;may&nbsp;copy&nbsp;so</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">nce&nbsp;though&nbsp;modifications&nbsp;to&nbsp;host&nbsp;software&nbsp;binaries.&nbsp;For&nbsp;exam</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">urce&nbsp;code&nbsp;for&nbsp;the&nbsp;client&nbsp;software,&nbsp;add&nbsp;a&nbsp;backdoor,&nbsp;compile&nbsp;f</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ple,&nbsp;an&nbsp;adversary&nbsp;may&nbsp;replace&nbsp;or&nbsp;otherwise&nbsp;infect&nbsp;a&nbsp;legitima</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">or&nbsp;the&nbsp;target,&nbsp;and&nbsp;replace&nbsp;the&nbsp;legitimate&nbsp;application&nbsp;binary</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">te&nbsp;application&nbsp;binary&nbsp;(or&nbsp;support&nbsp;files)&nbsp;with&nbsp;a&nbsp;backdoor.&nbsp;Si</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;(or&nbsp;support&nbsp;files)&nbsp;with&nbsp;the&nbsp;backdoored&nbsp;one.&nbsp;An&nbsp;adversary&nbsp;ma</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">nce&nbsp;these&nbsp;binaries&nbsp;may&nbsp;be&nbsp;routinely&nbsp;executed&nbsp;by&nbsp;applications</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">y&nbsp;also&nbsp;modify&nbsp;an&nbsp;existing&nbsp;binary&nbsp;by&nbsp;patching&nbsp;in&nbsp;malicious&nbsp;fu</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;or&nbsp;the&nbsp;user,&nbsp;the&nbsp;adversary&nbsp;can&nbsp;leverage&nbsp;this&nbsp;for&nbsp;persistent</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">nctionality&nbsp;(e.g.,&nbsp;IAT&nbsp;Hooking/Entry&nbsp;point&nbsp;patching)(Citatio</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;access&nbsp;to&nbsp;the&nbsp;host.&nbsp;&nbsp;An&nbsp;adversary&nbsp;may&nbsp;also&nbsp;modify&nbsp;an&nbsp;existi</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">n:&nbsp;Unit42&nbsp;Banking&nbsp;Trojans&nbsp;Hooking&nbsp;2022)&nbsp;prior&nbsp;to&nbsp;the&nbsp;binary\u2019</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ng&nbsp;binary&nbsp;by&nbsp;patching&nbsp;in&nbsp;malicious&nbsp;functionality&nbsp;(e.g.,&nbsp;IAT&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">s&nbsp;legitimate&nbsp;execution.&nbsp;For&nbsp;example,&nbsp;an&nbsp;adversary&nbsp;may&nbsp;modify</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">Hooking/Entry&nbsp;point&nbsp;patching)(Citation:&nbsp;Unit42&nbsp;Banking&nbsp;Troja</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;the&nbsp;entry&nbsp;point&nbsp;of&nbsp;a&nbsp;binary&nbsp;to&nbsp;point&nbsp;to&nbsp;malicious&nbsp;code&nbsp;patc</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ns&nbsp;Hooking&nbsp;2022)&nbsp;prior&nbsp;to&nbsp;the&nbsp;binary\u2019s&nbsp;legitimate&nbsp;execution.</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">hed&nbsp;in&nbsp;by&nbsp;the&nbsp;adversary&nbsp;before&nbsp;resuming&nbsp;normal&nbsp;execution&nbsp;flo</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;For&nbsp;example,&nbsp;an&nbsp;adversary&nbsp;may&nbsp;modify&nbsp;the&nbsp;entry&nbsp;point&nbsp;of&nbsp;a&nbsp;b</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">w.(Citation:&nbsp;ESET&nbsp;FontOnLake&nbsp;Analysis&nbsp;2021)&nbsp;&nbsp;Since&nbsp;these&nbsp;app</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">inary&nbsp;to&nbsp;point&nbsp;to&nbsp;malicious&nbsp;code&nbsp;patched&nbsp;in&nbsp;by&nbsp;the&nbsp;adversary</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">lications&nbsp;may&nbsp;be&nbsp;routinely&nbsp;executed&nbsp;by&nbsp;the&nbsp;user,&nbsp;the&nbsp;adversa</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;before&nbsp;resuming&nbsp;normal&nbsp;execution&nbsp;flow.(Citation:&nbsp;ESET&nbsp;FontO</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ry&nbsp;can&nbsp;leverage&nbsp;this&nbsp;for&nbsp;persistent&nbsp;access&nbsp;to&nbsp;the&nbsp;host.</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">nLake&nbsp;Analysis&nbsp;2021)</span></td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1045: Code Signing"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0022: File (File Creation)",
                            "DS0022: File (File Deletion)",
                            "DS0022: File (File Metadata)",
                            "DS0022: File (File Modification)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--ebb42bbe-62d7-47d7-a55f-3b08b61d792d",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-03-07 14:10:32.650000+00:00",
                    "modified": "2024-04-19 04:27:31.884000+00:00",
                    "name": "Domain or Tenant Policy Modification",
                    "description": "Adversaries may modify the configuration settings of a domain or identity tenant to evade defenses and/or escalate privileges in centrally managed environments. Such services provide a centralized means of managing identity resources such as devices and accounts, and often include configuration settings that may apply between domains or tenants such as trust relationships, identity syncing, or identity federation.\n\nModifications to domain or tenant settings may include altering domain Group Policy Objects (GPOs) in Microsoft Active Directory (AD) or changing trust settings for domains, including federation trusts relationships between domains or tenants.\n\nWith sufficient permissions, adversaries can modify domain or tenant policy settings. Since configuration settings for these services apply to a large number of identity resources, there are a great number of potential attacks malicious outcomes that can stem from this abuse. Examples of such abuse include:  \n\n* modifying GPOs to push a malicious [Scheduled Task](https://attack.mitre.org/techniques/T1053/005) to computers throughout the domain environment(Citation: ADSecurity GPO Persistence 2016)(Citation: Wald0 Guide to GPOs)(Citation: Harmj0y Abusing GPO Permissions)\n* modifying domain trusts to include an adversary-controlled domain, allowing adversaries to  forge access tokens that will subsequently be accepted by victim domain resources(Citation: Microsoft - Customer Guidance on Recent Nation-State Cyber Attacks)\n* changing configuration settings within the AD environment to implement a [Rogue Domain Controller](https://attack.mitre.org/techniques/T1207).\n* adding new, adversary-controlled federated identity providers to identity tenants, allowing adversaries to authenticate as any user managed by the victim tenant (Citation: Okta Cross-Tenant Impersonation 2023)\n\nAdversaries may temporarily modify domain or tenant policy, carry out a malicious action(s), and then revert the change to remove suspicious indicators.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "defense-evasion"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "privilege-escalation"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1484",
                            "external_id": "T1484"
                        },
                        {
                            "source_name": "CISA SolarWinds Cloud Detection",
                            "description": "CISA. (2021, January 8). Detecting Post-Compromise Threat Activity in Microsoft Cloud Environments. Retrieved January 8, 2021.",
                            "url": "https://us-cert.cisa.gov/ncas/alerts/aa21-008a"
                        },
                        {
                            "source_name": "ADSecurity GPO Persistence 2016",
                            "description": "Metcalf, S. (2016, March 14). Sneaky Active Directory Persistence #17: Group Policy. Retrieved March 5, 2019.",
                            "url": "https://adsecurity.org/?p=2716"
                        },
                        {
                            "source_name": "Microsoft 365 Defender Solorigate",
                            "description": "Microsoft 365 Defender Team. (2020, December 28). Using Microsoft 365 Defender to protect against Solorigate. Retrieved January 7, 2021.",
                            "url": "https://www.microsoft.com/security/blog/2020/12/28/using-microsoft-365-defender-to-coordinate-protection-against-solorigate/"
                        },
                        {
                            "source_name": "Microsoft - Azure Sentinel ADFSDomainTrustMods",
                            "description": "Microsoft. (2020, December). Azure Sentinel Detections. Retrieved December 30, 2020.",
                            "url": "https://github.com/Azure/Azure-Sentinel/blob/master/Detections/AuditLogs/ADFSDomainTrustMods.yaml"
                        },
                        {
                            "source_name": "Microsoft - Update or Repair Federated domain",
                            "description": "Microsoft. (2020, September 14). Update or repair the settings of a federated domain in Office 365, Azure, or Intune. Retrieved December 30, 2020.",
                            "url": "https://docs.microsoft.com/en-us/office365/troubleshoot/active-directory/update-federated-domain-office-365"
                        },
                        {
                            "source_name": "Microsoft - Customer Guidance on Recent Nation-State Cyber Attacks",
                            "description": "MSRC. (2020, December 13). Customer Guidance on Recent Nation-State Cyber Attacks. Retrieved December 30, 2020.",
                            "url": "https://msrc-blog.microsoft.com/2020/12/13/customer-guidance-on-recent-nation-state-cyber-attacks/"
                        },
                        {
                            "source_name": "Okta Cross-Tenant Impersonation 2023",
                            "description": "Okta Defensive Cyber Operations. (2023, August 31). Cross-Tenant Impersonation: Prevention and Detection. Retrieved February 15, 2024.",
                            "url": "https://sec.okta.com/articles/2023/08/cross-tenant-impersonation-prevention-and-detection"
                        },
                        {
                            "source_name": "Wald0 Guide to GPOs",
                            "description": "Robbins, A. (2018, April 2). A Red Teamer\u2019s Guide to GPOs and OUs. Retrieved March 5, 2019.",
                            "url": "https://wald0.com/?p=179"
                        },
                        {
                            "source_name": "Harmj0y Abusing GPO Permissions",
                            "description": "Schroeder, W. (2016, March 17). Abusing GPO Permissions. Retrieved March 5, 2019.",
                            "url": "http://www.harmj0y.net/blog/redteaming/abusing-gpo-permissions/"
                        },
                        {
                            "source_name": "Sygnia Golden SAML",
                            "description": "Sygnia. (2020, December). Detection and Hunting of Golden SAML Attack. Retrieved January 6, 2021.",
                            "url": "https://www.sygnia.co/golden-saml-advisory"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Obsidian Security"
                    ],
                    "x_mitre_data_sources": [
                        "Active Directory: Active Directory Object Deletion",
                        "Active Directory: Active Directory Object Creation",
                        "Command: Command Execution",
                        "Active Directory: Active Directory Object Modification",
                        "Application Log: Application Log Content"
                    ],
                    "x_mitre_defense_bypassed": [
                        "System access controls",
                        "File system access controls"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "It may be possible to detect domain policy modifications using Windows event logs. Group policy modifications, for example, may be logged under a variety of Windows event IDs for modifying, creating, undeleting, moving, and deleting directory service objects (Event ID 5136, 5137, 5138, 5139, 5141 respectively). Monitor for modifications to domain trust settings, such as when a user or application modifies the federation settings on the domain or updates domain authentication from Managed to Federated via ActionTypes <code>Set federation settings on domain</code> and <code>Set domain authentication</code>.(Citation: Microsoft - Azure Sentinel ADFSDomainTrustMods)(Citation: Microsoft 365 Defender Solorigate) This may also include monitoring for Event ID 307 which can be correlated to relevant Event ID 510 with the same Instance ID for change details.(Citation: Sygnia Golden SAML)(Citation: CISA SolarWinds Cloud Detection)\n\nConsider monitoring for commands/cmdlets and command-line arguments that may be leveraged to modify domain policy settings.(Citation: Microsoft - Update or Repair Federated domain) Some domain policy modifications, such as changes to federation settings, are likely to be rare.(Citation: Microsoft 365 Defender Solorigate)",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_permissions_required": [
                        "Administrator",
                        "User"
                    ],
                    "x_mitre_platforms": [
                        "Windows",
                        "Azure AD",
                        "SaaS"
                    ],
                    "x_mitre_version": "3.0",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_contributors']\": [\"Obsidian Security\"], \"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-19 04:27:31.884000+00:00\", \"old_value\": \"2021-02-09 15:52:24.598000+00:00\"}, \"root['name']\": {\"new_value\": \"Domain or Tenant Policy Modification\", \"old_value\": \"Domain Policy Modification\"}, \"root['description']\": {\"new_value\": \"Adversaries may modify the configuration settings of a domain or identity tenant to evade defenses and/or escalate privileges in centrally managed environments. Such services provide a centralized means of managing identity resources such as devices and accounts, and often include configuration settings that may apply between domains or tenants such as trust relationships, identity syncing, or identity federation.\\n\\nModifications to domain or tenant settings may include altering domain Group Policy Objects (GPOs) in Microsoft Active Directory (AD) or changing trust settings for domains, including federation trusts relationships between domains or tenants.\\n\\nWith sufficient permissions, adversaries can modify domain or tenant policy settings. Since configuration settings for these services apply to a large number of identity resources, there are a great number of potential attacks malicious outcomes that can stem from this abuse. Examples of such abuse include:  \\n\\n* modifying GPOs to push a malicious [Scheduled Task](https://attack.mitre.org/techniques/T1053/005) to computers throughout the domain environment(Citation: ADSecurity GPO Persistence 2016)(Citation: Wald0 Guide to GPOs)(Citation: Harmj0y Abusing GPO Permissions)\\n* modifying domain trusts to include an adversary-controlled domain, allowing adversaries to  forge access tokens that will subsequently be accepted by victim domain resources(Citation: Microsoft - Customer Guidance on Recent Nation-State Cyber Attacks)\\n* changing configuration settings within the AD environment to implement a [Rogue Domain Controller](https://attack.mitre.org/techniques/T1207).\\n* adding new, adversary-controlled federated identity providers to identity tenants, allowing adversaries to authenticate as any user managed by the victim tenant (Citation: Okta Cross-Tenant Impersonation 2023)\\n\\nAdversaries may temporarily modify domain or tenant policy, carry out a malicious action(s), and then revert the change to remove suspicious indicators.\", \"old_value\": \"Adversaries may modify the configuration settings of a domain to evade defenses and/or escalate privileges in domain environments. Domains provide a centralized means of managing how computer resources (ex: computers, user accounts) can act, and interact with each other, on a network. The policy of the domain also includes configuration settings that may apply between domains in a multi-domain/forest environment. Modifications to domain settings may include altering domain Group Policy Objects (GPOs) or changing trust settings for domains, including federation trusts.\\n\\nWith sufficient permissions, adversaries can modify domain policy settings. Since domain configuration settings control many of the interactions within the Active Directory (AD) environment, there are a great number of potential attacks that can stem from this abuse. Examples of such abuse include modifying GPOs to push a malicious [Scheduled Task](https://attack.mitre.org/techniques/T1053/005) to computers throughout the domain environment(Citation: ADSecurity GPO Persistence 2016)(Citation: Wald0 Guide to GPOs)(Citation: Harmj0y Abusing GPO Permissions) or modifying domain trusts to include an adversary controlled domain where they can control access tokens that will subsequently be accepted by victim domain resources.(Citation: Microsoft - Customer Guidance on Recent Nation-State Cyber Attacks) Adversaries can also change configuration settings within the AD environment to implement a [Rogue Domain Controller](https://attack.mitre.org/techniques/T1207).\\n\\nAdversaries may temporarily modify domain policy, carry out a malicious action(s), and then revert the change to remove suspicious indicators.\", \"diff\": \"--- \\n+++ \\n@@ -1,5 +1,12 @@\\n-Adversaries may modify the configuration settings of a domain to evade defenses and/or escalate privileges in domain environments. Domains provide a centralized means of managing how computer resources (ex: computers, user accounts) can act, and interact with each other, on a network. The policy of the domain also includes configuration settings that may apply between domains in a multi-domain/forest environment. Modifications to domain settings may include altering domain Group Policy Objects (GPOs) or changing trust settings for domains, including federation trusts.\\n+Adversaries may modify the configuration settings of a domain or identity tenant to evade defenses and/or escalate privileges in centrally managed environments. Such services provide a centralized means of managing identity resources such as devices and accounts, and often include configuration settings that may apply between domains or tenants such as trust relationships, identity syncing, or identity federation.\\n \\n-With sufficient permissions, adversaries can modify domain policy settings. Since domain configuration settings control many of the interactions within the Active Directory (AD) environment, there are a great number of potential attacks that can stem from this abuse. Examples of such abuse include modifying GPOs to push a malicious [Scheduled Task](https://attack.mitre.org/techniques/T1053/005) to computers throughout the domain environment(Citation: ADSecurity GPO Persistence 2016)(Citation: Wald0 Guide to GPOs)(Citation: Harmj0y Abusing GPO Permissions) or modifying domain trusts to include an adversary controlled domain where they can control access tokens that will subsequently be accepted by victim domain resources.(Citation: Microsoft - Customer Guidance on Recent Nation-State Cyber Attacks) Adversaries can also change configuration settings within the AD environment to implement a [Rogue Domain Controller](https://attack.mitre.org/techniques/T1207).\\n+Modifications to domain or tenant settings may include altering domain Group Policy Objects (GPOs) in Microsoft Active Directory (AD) or changing trust settings for domains, including federation trusts relationships between domains or tenants.\\n \\n-Adversaries may temporarily modify domain policy, carry out a malicious action(s), and then revert the change to remove suspicious indicators.\\n+With sufficient permissions, adversaries can modify domain or tenant policy settings. Since configuration settings for these services apply to a large number of identity resources, there are a great number of potential attacks malicious outcomes that can stem from this abuse. Examples of such abuse include:  \\n+\\n+* modifying GPOs to push a malicious [Scheduled Task](https://attack.mitre.org/techniques/T1053/005) to computers throughout the domain environment(Citation: ADSecurity GPO Persistence 2016)(Citation: Wald0 Guide to GPOs)(Citation: Harmj0y Abusing GPO Permissions)\\n+* modifying domain trusts to include an adversary-controlled domain, allowing adversaries to  forge access tokens that will subsequently be accepted by victim domain resources(Citation: Microsoft - Customer Guidance on Recent Nation-State Cyber Attacks)\\n+* changing configuration settings within the AD environment to implement a [Rogue Domain Controller](https://attack.mitre.org/techniques/T1207).\\n+* adding new, adversary-controlled federated identity providers to identity tenants, allowing adversaries to authenticate as any user managed by the victim tenant (Citation: Okta Cross-Tenant Impersonation 2023)\\n+\\n+Adversaries may temporarily modify domain or tenant policy, carry out a malicious action(s), and then revert the change to remove suspicious indicators.\"}, \"root['x_mitre_version']\": {\"new_value\": \"3.0\", \"old_value\": \"2.0\"}}, \"iterable_item_added\": {\"root['external_references'][7]\": {\"source_name\": \"Okta Cross-Tenant Impersonation 2023\", \"description\": \"Okta Defensive Cyber Operations. (2023, August 31). Cross-Tenant Impersonation: Prevention and Detection. Retrieved February 15, 2024.\", \"url\": \"https://sec.okta.com/articles/2023/08/cross-tenant-impersonation-prevention-and-detection\"}, \"root['x_mitre_data_sources'][4]\": \"Application Log: Application Log Content\", \"root['x_mitre_platforms'][2]\": \"SaaS\"}}",
                    "previous_version": "2.0",
                    "version_change": "2.0 \u2192 3.0",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to66__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to66__0\"><a href=\"#difflib_chg_to66__top\">t</a></td><td class=\"diff_header\" id=\"from66_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_sub\">Adversaries&nbsp;may&nbsp;modify&nbsp;the&nbsp;configuration&nbsp;settings&nbsp;of&nbsp;a&nbsp;domai</span></td><td class=\"diff_next\"><a href=\"#difflib_chg_to66__top\">t</a></td><td class=\"diff_header\" id=\"to66_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_add\">Adversaries&nbsp;may&nbsp;modify&nbsp;the&nbsp;configuration&nbsp;settings&nbsp;of&nbsp;a&nbsp;domai</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">n&nbsp;to&nbsp;evade&nbsp;defenses&nbsp;and/or&nbsp;escalate&nbsp;privileges&nbsp;in&nbsp;domain&nbsp;env</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">n&nbsp;or&nbsp;identity&nbsp;tenant&nbsp;to&nbsp;evade&nbsp;defenses&nbsp;and/or&nbsp;escalate&nbsp;privi</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ironments.&nbsp;Domains&nbsp;provide&nbsp;a&nbsp;centralized&nbsp;means&nbsp;of&nbsp;managing&nbsp;h</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">leges&nbsp;in&nbsp;centrally&nbsp;managed&nbsp;environments.&nbsp;Such&nbsp;services&nbsp;provi</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ow&nbsp;computer&nbsp;resources&nbsp;(ex:&nbsp;computers,&nbsp;user&nbsp;accounts)&nbsp;can&nbsp;act</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">de&nbsp;a&nbsp;centralized&nbsp;means&nbsp;of&nbsp;managing&nbsp;identity&nbsp;resources&nbsp;such&nbsp;a</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">,&nbsp;and&nbsp;interact&nbsp;with&nbsp;each&nbsp;other,&nbsp;on&nbsp;a&nbsp;network.&nbsp;The&nbsp;policy&nbsp;of&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">s&nbsp;devices&nbsp;and&nbsp;accounts,&nbsp;and&nbsp;often&nbsp;include&nbsp;configuration&nbsp;sett</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">the&nbsp;domain&nbsp;also&nbsp;includes&nbsp;configuration&nbsp;settings&nbsp;that&nbsp;may&nbsp;app</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ings&nbsp;that&nbsp;may&nbsp;apply&nbsp;between&nbsp;domains&nbsp;or&nbsp;tenants&nbsp;such&nbsp;as&nbsp;trust</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ly&nbsp;between&nbsp;domains&nbsp;in&nbsp;a&nbsp;multi-domain/forest&nbsp;environment.&nbsp;Mod</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;relationships,&nbsp;identity&nbsp;syncing,&nbsp;or&nbsp;identity&nbsp;federation.&nbsp;&nbsp;M</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ifications&nbsp;to&nbsp;domain&nbsp;settings&nbsp;may&nbsp;include&nbsp;altering&nbsp;domain&nbsp;Gr</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">odifications&nbsp;to&nbsp;domain&nbsp;or&nbsp;tenant&nbsp;settings&nbsp;may&nbsp;include&nbsp;alteri</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">oup&nbsp;Policy&nbsp;Objects&nbsp;(GPOs)&nbsp;or&nbsp;changing&nbsp;trust&nbsp;settings&nbsp;for&nbsp;dom</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ng&nbsp;domain&nbsp;Group&nbsp;Policy&nbsp;Objects&nbsp;(GPOs)&nbsp;in&nbsp;Microsoft&nbsp;Active&nbsp;Di</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ains,&nbsp;including&nbsp;federation&nbsp;trusts.&nbsp;&nbsp;With&nbsp;sufficient&nbsp;permissi</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">rectory&nbsp;(AD)&nbsp;or&nbsp;changing&nbsp;trust&nbsp;settings&nbsp;for&nbsp;domains,&nbsp;includi</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ons,&nbsp;adversaries&nbsp;can&nbsp;modify&nbsp;domain&nbsp;policy&nbsp;settings.&nbsp;Since&nbsp;do</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ng&nbsp;federation&nbsp;trusts&nbsp;relationships&nbsp;between&nbsp;domains&nbsp;or&nbsp;tenant</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">main&nbsp;configuration&nbsp;settings&nbsp;control&nbsp;many&nbsp;of&nbsp;the&nbsp;interactions</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">s.&nbsp;&nbsp;With&nbsp;sufficient&nbsp;permissions,&nbsp;adversaries&nbsp;can&nbsp;modify&nbsp;doma</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;within&nbsp;the&nbsp;Active&nbsp;Directory&nbsp;(AD)&nbsp;environment,&nbsp;there&nbsp;are&nbsp;a&nbsp;g</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">in&nbsp;or&nbsp;tenant&nbsp;policy&nbsp;settings.&nbsp;Since&nbsp;configuration&nbsp;settings&nbsp;f</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">reat&nbsp;number&nbsp;of&nbsp;potential&nbsp;attacks&nbsp;that&nbsp;can&nbsp;stem&nbsp;from&nbsp;this&nbsp;abu</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">or&nbsp;these&nbsp;services&nbsp;apply&nbsp;to&nbsp;a&nbsp;large&nbsp;number&nbsp;of&nbsp;identity&nbsp;resour</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">se.&nbsp;Examples&nbsp;of&nbsp;such&nbsp;abuse&nbsp;include&nbsp;modifying&nbsp;GPOs&nbsp;to&nbsp;push&nbsp;a&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ces,&nbsp;there&nbsp;are&nbsp;a&nbsp;great&nbsp;number&nbsp;of&nbsp;potential&nbsp;attacks&nbsp;malicious</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">malicious&nbsp;[Scheduled&nbsp;Task](https://attack.mitre.org/techniqu</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;outcomes&nbsp;that&nbsp;can&nbsp;stem&nbsp;from&nbsp;this&nbsp;abuse.&nbsp;Examples&nbsp;of&nbsp;such&nbsp;ab</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">es/T1053/005)&nbsp;to&nbsp;computers&nbsp;throughout&nbsp;the&nbsp;domain&nbsp;environment</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">use&nbsp;include:&nbsp;&nbsp;&nbsp;&nbsp;*&nbsp;modifying&nbsp;GPOs&nbsp;to&nbsp;push&nbsp;a&nbsp;malicious&nbsp;[Schedu</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">(Citation:&nbsp;ADSecurity&nbsp;GPO&nbsp;Persistence&nbsp;2016)(Citation:&nbsp;Wald0&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">led&nbsp;Task](https://attack.mitre.org/techniques/T1053/005)&nbsp;to&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">Guide&nbsp;to&nbsp;GPOs)(Citation:&nbsp;Harmj0y&nbsp;Abusing&nbsp;GPO&nbsp;Permissions)&nbsp;or</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">computers&nbsp;throughout&nbsp;the&nbsp;domain&nbsp;environment(Citation:&nbsp;ADSecu</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;modifying&nbsp;domain&nbsp;trusts&nbsp;to&nbsp;include&nbsp;an&nbsp;adversary&nbsp;controlled&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">rity&nbsp;GPO&nbsp;Persistence&nbsp;2016)(Citation:&nbsp;Wald0&nbsp;Guide&nbsp;to&nbsp;GPOs)(Ci</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">domain&nbsp;where&nbsp;they&nbsp;can&nbsp;control&nbsp;access&nbsp;tokens&nbsp;that&nbsp;will&nbsp;subseq</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">tation:&nbsp;Harmj0y&nbsp;Abusing&nbsp;GPO&nbsp;Permissions)&nbsp;*&nbsp;modifying&nbsp;domain&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">uently&nbsp;be&nbsp;accepted&nbsp;by&nbsp;victim&nbsp;domain&nbsp;resources.(Citation:&nbsp;Mic</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">trusts&nbsp;to&nbsp;include&nbsp;an&nbsp;adversary-controlled&nbsp;domain,&nbsp;allowing&nbsp;a</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">rosoft&nbsp;-&nbsp;Customer&nbsp;Guidance&nbsp;on&nbsp;Recent&nbsp;Nation-State&nbsp;Cyber&nbsp;Atta</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">dversaries&nbsp;to&nbsp;&nbsp;forge&nbsp;access&nbsp;tokens&nbsp;that&nbsp;will&nbsp;subsequently&nbsp;be</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">cks)&nbsp;Adversaries&nbsp;can&nbsp;also&nbsp;change&nbsp;configuration&nbsp;settings&nbsp;with</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;accepted&nbsp;by&nbsp;victim&nbsp;domain&nbsp;resources(Citation:&nbsp;Microsoft&nbsp;-&nbsp;C</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">in&nbsp;the&nbsp;AD&nbsp;environment&nbsp;to&nbsp;implement&nbsp;a&nbsp;[Rogue&nbsp;Domain&nbsp;Controlle</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ustomer&nbsp;Guidance&nbsp;on&nbsp;Recent&nbsp;Nation-State&nbsp;Cyber&nbsp;Attacks)&nbsp;*&nbsp;cha</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">r](https://attack.mitre.org/techniques/T1207).&nbsp;&nbsp;Adversaries&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">nging&nbsp;configuration&nbsp;settings&nbsp;within&nbsp;the&nbsp;AD&nbsp;environment&nbsp;to&nbsp;im</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">may&nbsp;temporarily&nbsp;modify&nbsp;domain&nbsp;policy,&nbsp;carry&nbsp;out&nbsp;a&nbsp;malicious&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">plement&nbsp;a&nbsp;[Rogue&nbsp;Domain&nbsp;Controller](https://attack.mitre.org</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">action(s),&nbsp;and&nbsp;then&nbsp;revert&nbsp;the&nbsp;change&nbsp;to&nbsp;remove&nbsp;suspicious&nbsp;i</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">/techniques/T1207).&nbsp;*&nbsp;adding&nbsp;new,&nbsp;adversary-controlled&nbsp;feder</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ndicators.</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ated&nbsp;identity&nbsp;providers&nbsp;to&nbsp;identity&nbsp;tenants,&nbsp;allowing&nbsp;advers</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">aries&nbsp;to&nbsp;authenticate&nbsp;as&nbsp;any&nbsp;user&nbsp;managed&nbsp;by&nbsp;the&nbsp;victim&nbsp;tena</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">nt&nbsp;(Citation:&nbsp;Okta&nbsp;Cross-Tenant&nbsp;Impersonation&nbsp;2023)&nbsp;&nbsp;Adversa</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ries&nbsp;may&nbsp;temporarily&nbsp;modify&nbsp;domain&nbsp;or&nbsp;tenant&nbsp;policy,&nbsp;carry&nbsp;o</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ut&nbsp;a&nbsp;malicious&nbsp;action(s),&nbsp;and&nbsp;then&nbsp;revert&nbsp;the&nbsp;change&nbsp;to&nbsp;remo</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ve&nbsp;suspicious&nbsp;indicators.</span></td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1018: User Account Management",
                            "M1026: Privileged Account Management",
                            "M1047: Audit"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0017: Command (Command Execution)",
                            "DS0026: Active Directory (Active Directory Object Creation)",
                            "DS0026: Active Directory (Active Directory Object Deletion)",
                            "DS0026: Active Directory (Active Directory Object Modification)"
                        ],
                        "new": [
                            "DS0015: Application Log (Application Log Content)"
                        ],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--24769ab5-14bd-4f4e-a752-cfb185da53ee",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-12-28 21:59:02.181000+00:00",
                    "modified": "2024-04-19 04:27:51.388000+00:00",
                    "name": "Trust Modification",
                    "description": "Adversaries may add new domain trusts, modify the properties of existing domain trusts, or otherwise change the configuration of trust relationships between domains and tenants to evade defenses and/or elevate privileges.Trust details, such as whether or not user identities are federated, allow authentication and authorization properties to apply between domains or tenants for the purpose of accessing shared resources.(Citation: Microsoft - Azure AD Federation) These trust objects may include accounts, credentials, and other authentication material applied to servers, tokens, and domains.\n\nManipulating these trusts may allow an adversary to escalate privileges and/or evade defenses by modifying settings to add objects which they control. For example, in Microsoft Active Directory (AD) environments, this may be used to forge [SAML Tokens](https://attack.mitre.org/techniques/T1606/002) without the need to compromise the signing certificate to forge new credentials. Instead, an adversary can manipulate domain trusts to add their own signing certificate. An adversary may also convert an AD domain to a federated domain using Active Directory Federation Services (AD FS), which may enable malicious trust modifications such as altering the claim issuance rules to log in any valid set of credentials as a specified user.(Citation: AADInternals zure AD Federated Domain) \n\nAn adversary may also add a new federated identity provider to an identity tenant such as Okta, which may enable the adversary to authenticate as any user of the tenant.(Citation: Okta Cross-Tenant Impersonation 2023)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "defense-evasion"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "privilege-escalation"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1484/002",
                            "external_id": "T1484.002"
                        },
                        {
                            "source_name": "CISA SolarWinds Cloud Detection",
                            "description": "CISA. (2021, January 8). Detecting Post-Compromise Threat Activity in Microsoft Cloud Environments. Retrieved January 8, 2021.",
                            "url": "https://us-cert.cisa.gov/ncas/alerts/aa21-008a"
                        },
                        {
                            "source_name": "AADInternals zure AD Federated Domain",
                            "description": "Dr. Nestori Syynimaa. (2017, November 16). Security vulnerability in Azure AD & Office 365 identity federation. Retrieved September 28, 2022.",
                            "url": "https://o365blog.com/post/federation-vulnerability/"
                        },
                        {
                            "source_name": "Microsoft - Azure AD Federation",
                            "description": "Microsoft. (2018, November 28). What is federation with Azure AD?. Retrieved December 30, 2020.",
                            "url": "https://docs.microsoft.com/en-us/azure/active-directory/hybrid/whatis-fed"
                        },
                        {
                            "source_name": "Microsoft - Azure Sentinel ADFSDomainTrustMods",
                            "description": "Microsoft. (2020, December). Azure Sentinel Detections. Retrieved December 30, 2020.",
                            "url": "https://github.com/Azure/Azure-Sentinel/blob/master/Detections/AuditLogs/ADFSDomainTrustMods.yaml"
                        },
                        {
                            "source_name": "Microsoft - Update or Repair Federated domain",
                            "description": "Microsoft. (2020, September 14). Update or repair the settings of a federated domain in Office 365, Azure, or Intune. Retrieved December 30, 2020.",
                            "url": "https://docs.microsoft.com/en-us/office365/troubleshoot/active-directory/update-federated-domain-office-365"
                        },
                        {
                            "source_name": "Okta Cross-Tenant Impersonation 2023",
                            "description": "Okta Defensive Cyber Operations. (2023, August 31). Cross-Tenant Impersonation: Prevention and Detection. Retrieved February 15, 2024.",
                            "url": "https://sec.okta.com/articles/2023/08/cross-tenant-impersonation-prevention-and-detection"
                        },
                        {
                            "source_name": "Sygnia Golden SAML",
                            "description": "Sygnia. (2020, December). Detection and Hunting of Golden SAML Attack. Retrieved January 6, 2021.",
                            "url": "https://www.sygnia.co/golden-saml-advisory"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Blake Strom, Microsoft 365 Defender",
                        "Praetorian",
                        "Obsidian Security"
                    ],
                    "x_mitre_data_sources": [
                        "Command: Command Execution",
                        "Application Log: Application Log Content",
                        "Active Directory: Active Directory Object Modification",
                        "Active Directory: Active Directory Object Creation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor for modifications to domain trust settings, such as when a user or application modifies the federation settings on the domain or updates domain authentication from Managed to Federated via ActionTypes <code>Set federation settings on domain</code> and <code>Set domain authentication</code>.(Citation: Microsoft - Azure Sentinel ADFSDomainTrustMods) This may also include monitoring for Event ID 307 which can be correlated to relevant Event ID 510 with the same Instance ID for change details.(Citation: Sygnia Golden SAML)(Citation: CISA SolarWinds Cloud Detection)\n\nMonitor for PowerShell commands such as: <code>Update-MSOLFederatedDomain \u2013DomainName: \"Federated Domain Name\"</code>, or <code>Update-MSOLFederatedDomain \u2013DomainName: \"Federated Domain Name\" \u2013supportmultipledomain</code>.(Citation: Microsoft - Update or Repair Federated domain)",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_permissions_required": [
                        "Administrator"
                    ],
                    "x_mitre_platforms": [
                        "Windows",
                        "Azure AD",
                        "SaaS"
                    ],
                    "x_mitre_version": "2.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-19 04:27:51.388000+00:00\", \"old_value\": \"2022-10-21 16:09:14.555000+00:00\"}, \"root['name']\": {\"new_value\": \"Trust Modification\", \"old_value\": \"Domain Trust Modification\"}, \"root['description']\": {\"new_value\": \"Adversaries may add new domain trusts, modify the properties of existing domain trusts, or otherwise change the configuration of trust relationships between domains and tenants to evade defenses and/or elevate privileges.Trust details, such as whether or not user identities are federated, allow authentication and authorization properties to apply between domains or tenants for the purpose of accessing shared resources.(Citation: Microsoft - Azure AD Federation) These trust objects may include accounts, credentials, and other authentication material applied to servers, tokens, and domains.\\n\\nManipulating these trusts may allow an adversary to escalate privileges and/or evade defenses by modifying settings to add objects which they control. For example, in Microsoft Active Directory (AD) environments, this may be used to forge [SAML Tokens](https://attack.mitre.org/techniques/T1606/002) without the need to compromise the signing certificate to forge new credentials. Instead, an adversary can manipulate domain trusts to add their own signing certificate. An adversary may also convert an AD domain to a federated domain using Active Directory Federation Services (AD FS), which may enable malicious trust modifications such as altering the claim issuance rules to log in any valid set of credentials as a specified user.(Citation: AADInternals zure AD Federated Domain) \\n\\nAn adversary may also add a new federated identity provider to an identity tenant such as Okta, which may enable the adversary to authenticate as any user of the tenant.(Citation: Okta Cross-Tenant Impersonation 2023)\", \"old_value\": \"Adversaries may add new domain trusts or modify the properties of existing domain trusts to evade defenses and/or elevate privileges. Domain trust details, such as whether or not a domain is federated, allow authentication and authorization properties to apply between domains for the purpose of accessing shared resources.(Citation: Microsoft - Azure AD Federation) These trust objects may include accounts, credentials, and other authentication material applied to servers, tokens, and domains.\\n\\nManipulating the domain trusts may allow an adversary to escalate privileges and/or evade defenses by modifying settings to add objects which they control. For example, this may be used to forge [SAML Tokens](https://attack.mitre.org/techniques/T1606/002), without the need to compromise the signing certificate to forge new credentials. Instead, an adversary can manipulate domain trusts to add their own signing certificate. An adversary may also convert a domain to a federated domain, which may enable malicious trust modifications such as altering the claim issuance rules to log in any valid set of credentials as a specified user.(Citation: AADInternals zure AD Federated Domain) \", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,5 @@\\n-Adversaries may add new domain trusts or modify the properties of existing domain trusts to evade defenses and/or elevate privileges. Domain trust details, such as whether or not a domain is federated, allow authentication and authorization properties to apply between domains for the purpose of accessing shared resources.(Citation: Microsoft - Azure AD Federation) These trust objects may include accounts, credentials, and other authentication material applied to servers, tokens, and domains.\\n+Adversaries may add new domain trusts, modify the properties of existing domain trusts, or otherwise change the configuration of trust relationships between domains and tenants to evade defenses and/or elevate privileges.Trust details, such as whether or not user identities are federated, allow authentication and authorization properties to apply between domains or tenants for the purpose of accessing shared resources.(Citation: Microsoft - Azure AD Federation) These trust objects may include accounts, credentials, and other authentication material applied to servers, tokens, and domains.\\n \\n-Manipulating the domain trusts may allow an adversary to escalate privileges and/or evade defenses by modifying settings to add objects which they control. For example, this may be used to forge [SAML Tokens](https://attack.mitre.org/techniques/T1606/002), without the need to compromise the signing certificate to forge new credentials. Instead, an adversary can manipulate domain trusts to add their own signing certificate. An adversary may also convert a domain to a federated domain, which may enable malicious trust modifications such as altering the claim issuance rules to log in any valid set of credentials as a specified user.(Citation: AADInternals zure AD Federated Domain) \\n+Manipulating these trusts may allow an adversary to escalate privileges and/or evade defenses by modifying settings to add objects which they control. For example, in Microsoft Active Directory (AD) environments, this may be used to forge [SAML Tokens](https://attack.mitre.org/techniques/T1606/002) without the need to compromise the signing certificate to forge new credentials. Instead, an adversary can manipulate domain trusts to add their own signing certificate. An adversary may also convert an AD domain to a federated domain using Active Directory Federation Services (AD FS), which may enable malicious trust modifications such as altering the claim issuance rules to log in any valid set of credentials as a specified user.(Citation: AADInternals zure AD Federated Domain) \\n+\\n+An adversary may also add a new federated identity provider to an identity tenant such as Okta, which may enable the adversary to authenticate as any user of the tenant.(Citation: Okta Cross-Tenant Impersonation 2023)\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.0\", \"old_value\": \"1.1\"}}, \"iterable_item_added\": {\"root['external_references'][6]\": {\"source_name\": \"Okta Cross-Tenant Impersonation 2023\", \"description\": \"Okta Defensive Cyber Operations. (2023, August 31). Cross-Tenant Impersonation: Prevention and Detection. Retrieved February 15, 2024.\", \"url\": \"https://sec.okta.com/articles/2023/08/cross-tenant-impersonation-prevention-and-detection\"}, \"root['x_mitre_contributors'][2]\": \"Obsidian Security\", \"root['x_mitre_data_sources'][1]\": \"Application Log: Application Log Content\", \"root['x_mitre_platforms'][2]\": \"SaaS\"}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 2.0",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to48__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to48__0\"><a href=\"#difflib_chg_to48__top\">t</a></td><td class=\"diff_header\" id=\"from48_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_sub\">Adversaries&nbsp;may&nbsp;add&nbsp;new&nbsp;domain&nbsp;trusts&nbsp;or&nbsp;modify&nbsp;the&nbsp;properti</span></td><td class=\"diff_next\"><a href=\"#difflib_chg_to48__top\">t</a></td><td class=\"diff_header\" id=\"to48_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_add\">Adversaries&nbsp;may&nbsp;add&nbsp;new&nbsp;domain&nbsp;trusts,&nbsp;modify&nbsp;the&nbsp;properties</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">es&nbsp;of&nbsp;existing&nbsp;domain&nbsp;trusts&nbsp;to&nbsp;evade&nbsp;defenses&nbsp;and/or&nbsp;elevat</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;of&nbsp;existing&nbsp;domain&nbsp;trusts,&nbsp;or&nbsp;otherwise&nbsp;change&nbsp;the&nbsp;configur</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">e&nbsp;privileges.&nbsp;Domain&nbsp;trust&nbsp;details,&nbsp;such&nbsp;as&nbsp;whether&nbsp;or&nbsp;not&nbsp;a</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ation&nbsp;of&nbsp;trust&nbsp;relationships&nbsp;between&nbsp;domains&nbsp;and&nbsp;tenants&nbsp;to&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;domain&nbsp;is&nbsp;federated,&nbsp;allow&nbsp;authentication&nbsp;and&nbsp;authorization</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">evade&nbsp;defenses&nbsp;and/or&nbsp;elevate&nbsp;privileges.Trust&nbsp;details,&nbsp;such</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;properties&nbsp;to&nbsp;apply&nbsp;between&nbsp;domains&nbsp;for&nbsp;the&nbsp;purpose&nbsp;of&nbsp;acce</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;as&nbsp;whether&nbsp;or&nbsp;not&nbsp;user&nbsp;identities&nbsp;are&nbsp;federated,&nbsp;allow&nbsp;auth</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ssing&nbsp;shared&nbsp;resources.(Citation:&nbsp;Microsoft&nbsp;-&nbsp;Azure&nbsp;AD&nbsp;Feder</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">entication&nbsp;and&nbsp;authorization&nbsp;properties&nbsp;to&nbsp;apply&nbsp;between&nbsp;dom</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ation)&nbsp;These&nbsp;trust&nbsp;objects&nbsp;may&nbsp;include&nbsp;accounts,&nbsp;credentials</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ains&nbsp;or&nbsp;tenants&nbsp;for&nbsp;the&nbsp;purpose&nbsp;of&nbsp;accessing&nbsp;shared&nbsp;resource</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">,&nbsp;and&nbsp;other&nbsp;authentication&nbsp;material&nbsp;applied&nbsp;to&nbsp;servers,&nbsp;toke</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">s.(Citation:&nbsp;Microsoft&nbsp;-&nbsp;Azure&nbsp;AD&nbsp;Federation)&nbsp;These&nbsp;trust&nbsp;ob</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ns,&nbsp;and&nbsp;domains.&nbsp;&nbsp;Manipulating&nbsp;the&nbsp;domain&nbsp;trusts&nbsp;may&nbsp;allow&nbsp;a</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">jects&nbsp;may&nbsp;include&nbsp;accounts,&nbsp;credentials,&nbsp;and&nbsp;other&nbsp;authentic</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">n&nbsp;adversary&nbsp;to&nbsp;escalate&nbsp;privileges&nbsp;and/or&nbsp;evade&nbsp;defenses&nbsp;by&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ation&nbsp;material&nbsp;applied&nbsp;to&nbsp;servers,&nbsp;tokens,&nbsp;and&nbsp;domains.&nbsp;&nbsp;Man</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">modifying&nbsp;settings&nbsp;to&nbsp;add&nbsp;objects&nbsp;which&nbsp;they&nbsp;control.&nbsp;For&nbsp;ex</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ipulating&nbsp;these&nbsp;trusts&nbsp;may&nbsp;allow&nbsp;an&nbsp;adversary&nbsp;to&nbsp;escalate&nbsp;pr</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ample,&nbsp;this&nbsp;may&nbsp;be&nbsp;used&nbsp;to&nbsp;forge&nbsp;[SAML&nbsp;Tokens](https://attac</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ivileges&nbsp;and/or&nbsp;evade&nbsp;defenses&nbsp;by&nbsp;modifying&nbsp;settings&nbsp;to&nbsp;add&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">k.mitre.org/techniques/T1606/002),&nbsp;without&nbsp;the&nbsp;need&nbsp;to&nbsp;compr</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">objects&nbsp;which&nbsp;they&nbsp;control.&nbsp;For&nbsp;example,&nbsp;in&nbsp;Microsoft&nbsp;Active</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">omise&nbsp;the&nbsp;signing&nbsp;certificate&nbsp;to&nbsp;forge&nbsp;new&nbsp;credentials.&nbsp;Inst</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;Directory&nbsp;(AD)&nbsp;environments,&nbsp;this&nbsp;may&nbsp;be&nbsp;used&nbsp;to&nbsp;forge&nbsp;[SAM</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ead,&nbsp;an&nbsp;adversary&nbsp;can&nbsp;manipulate&nbsp;domain&nbsp;trusts&nbsp;to&nbsp;add&nbsp;their&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">L&nbsp;Tokens](https://attack.mitre.org/techniques/T1606/002)&nbsp;wit</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">own&nbsp;signing&nbsp;certificate.&nbsp;An&nbsp;adversary&nbsp;may&nbsp;also&nbsp;convert&nbsp;a&nbsp;dom</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">hout&nbsp;the&nbsp;need&nbsp;to&nbsp;compromise&nbsp;the&nbsp;signing&nbsp;certificate&nbsp;to&nbsp;forge</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ain&nbsp;to&nbsp;a&nbsp;federated&nbsp;domain,&nbsp;which&nbsp;may&nbsp;enable&nbsp;malicious&nbsp;trust&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;new&nbsp;credentials.&nbsp;Instead,&nbsp;an&nbsp;adversary&nbsp;can&nbsp;manipulate&nbsp;domai</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">modifications&nbsp;such&nbsp;as&nbsp;altering&nbsp;the&nbsp;claim&nbsp;issuance&nbsp;rules&nbsp;to&nbsp;l</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">n&nbsp;trusts&nbsp;to&nbsp;add&nbsp;their&nbsp;own&nbsp;signing&nbsp;certificate.&nbsp;An&nbsp;adversary&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">og&nbsp;in&nbsp;any&nbsp;valid&nbsp;set&nbsp;of&nbsp;credentials&nbsp;as&nbsp;a&nbsp;specified&nbsp;user.(Cita</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">may&nbsp;also&nbsp;convert&nbsp;an&nbsp;AD&nbsp;domain&nbsp;to&nbsp;a&nbsp;federated&nbsp;domain&nbsp;using&nbsp;Ac</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">tion:&nbsp;AADInternals&nbsp;zure&nbsp;AD&nbsp;Federated&nbsp;Domain)&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">tive&nbsp;Directory&nbsp;Federation&nbsp;Services&nbsp;(AD&nbsp;FS),&nbsp;which&nbsp;may&nbsp;enable</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;malicious&nbsp;trust&nbsp;modifications&nbsp;such&nbsp;as&nbsp;altering&nbsp;the&nbsp;claim&nbsp;is</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">suance&nbsp;rules&nbsp;to&nbsp;log&nbsp;in&nbsp;any&nbsp;valid&nbsp;set&nbsp;of&nbsp;credentials&nbsp;as&nbsp;a&nbsp;spe</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">cified&nbsp;user.(Citation:&nbsp;AADInternals&nbsp;zure&nbsp;AD&nbsp;Federated&nbsp;Domain</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">)&nbsp;&nbsp;&nbsp;An&nbsp;adversary&nbsp;may&nbsp;also&nbsp;add&nbsp;a&nbsp;new&nbsp;federated&nbsp;identity&nbsp;provi</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">der&nbsp;to&nbsp;an&nbsp;identity&nbsp;tenant&nbsp;such&nbsp;as&nbsp;Okta,&nbsp;which&nbsp;may&nbsp;enable&nbsp;the</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;adversary&nbsp;to&nbsp;authenticate&nbsp;as&nbsp;any&nbsp;user&nbsp;of&nbsp;the&nbsp;tenant.(Citati</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">on:&nbsp;Okta&nbsp;Cross-Tenant&nbsp;Impersonation&nbsp;2023)</span></td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1026: Privileged Account Management"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0017: Command (Command Execution)",
                            "DS0026: Active Directory (Active Directory Object Creation)",
                            "DS0026: Active Directory (Active Directory Object Modification)"
                        ],
                        "new": [
                            "DS0015: Application Log (Application Log Content)"
                        ],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--92a78814-b191-47ca-909c-1ccfe3777414",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:30:57.201000+00:00",
                    "modified": "2024-04-12 03:40:37.954000+00:00",
                    "name": "Software Deployment Tools",
                    "description": "Adversaries may gain access to and use centralized software suites installed within an enterprise to execute commands and move laterally through the network. Configuration management and software deployment applications may be used in an enterprise network or cloud environment for routine administration purposes. These systems may also be integrated into CI/CD pipelines. Examples of such solutions include: SCCM, HBSS, Altiris, AWS Systems Manager, Microsoft Intune, Azure Arc, and GCP Deployment Manager.  \n\nAccess to network-wide or enterprise-wide endpoint management software may enable an adversary to achieve remote code execution on all connected systems. The access may be used to laterally move to other systems, gather information, or cause a specific effect, such as wiping the hard drives on all endpoints.\n\nSaaS-based configuration management services may allow for broad [Cloud Administration Command](https://attack.mitre.org/techniques/T1651) on cloud-hosted instances, as well as the execution of arbitrary commands on on-premises endpoints. For example, Microsoft Configuration Manager allows Global or Intune Administrators to run scripts as SYSTEM on on-premises devices joined to Azure AD.(Citation: SpecterOps Lateral Movement from Azure to On-Prem AD 2020) Such services may also utilize [Web Protocols](https://attack.mitre.org/techniques/T1071/001) to communicate back to adversary owned infrastructure.(Citation: Mitiga Security Advisory: SSM Agent as Remote Access Trojan)\n\nNetwork infrastructure devices may also have configuration management tools that can be similarly abused by adversaries.(Citation: Fortinet Zero-Day and Custom Malware Used by Suspected Chinese Actor in Espionage Operation)\n\nThe permissions required for this action vary by system configuration; local credentials may be sufficient with direct access to the third-party system, or specific domain credentials may be required. However, the system may require an administrative account to log in or to access specific functionality.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "execution"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "lateral-movement"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1072",
                            "external_id": "T1072"
                        },
                        {
                            "source_name": "Fortinet Zero-Day and Custom Malware Used by Suspected Chinese Actor in Espionage Operation",
                            "description": "ALEXANDER MARVI, BRAD SLAYBAUGH, DAN EBREO, TUFAIL AHMED, MUHAMMAD UMAIR, TINA JOHNSON. (2023, March 16). Fortinet Zero-Day and Custom Malware Used by Suspected Chinese Actor in Espionage Operation. Retrieved May 15, 2023.",
                            "url": "https://www.mandiant.com/resources/blog/fortinet-malware-ecosystem"
                        },
                        {
                            "source_name": "SpecterOps Lateral Movement from Azure to On-Prem AD 2020",
                            "description": "Andy Robbins. (2020, August 17). Death from Above: Lateral Movement from Azure to On-Prem AD. Retrieved March 13, 2023.",
                            "url": "https://posts.specterops.io/death-from-above-lateral-movement-from-azure-to-on-prem-ad-d18cb3959d4d"
                        },
                        {
                            "source_name": "Mitiga Security Advisory: SSM Agent as Remote Access Trojan",
                            "description": "Ariel Szarf, Or Aspir. (n.d.). Mitiga Security Advisory: Abusing the SSM Agent as a Remote Access Trojan. Retrieved January 31, 2024.",
                            "url": "https://www.mitiga.io/blog/mitiga-security-advisory-abusing-the-ssm-agent-as-a-remote-access-trojan"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Shane Tully, @securitygypsy",
                        "Joe Gumke, U.S. Bank",
                        "Tamir Yehuda"
                    ],
                    "x_mitre_data_sources": [
                        "Process: Process Creation",
                        "Application Log: Application Log Content"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Detection methods will vary depending on the type of third-party software or system and how it is typically used. \n\nThe same investigation process can be applied here as with other potentially malicious activities where the distribution vector is initially unknown but the resulting activity follows a discernible pattern. Analyze the process execution trees, historical activities from the third-party application (such as what types of files are usually pushed), and the resulting activities or events from the file/binary/script pushed to systems. \n\nOften these third-party applications will have logs of their own that can be collected and correlated with other data from the environment. Ensure that third-party application logs are on-boarded to the enterprise logging system and the logs are regularly reviewed. Audit software deployment logs and look for suspicious or unauthorized activity. A system not typically used to push software to clients that suddenly is used for such a task outside of a known admin function may be suspicious. Monitor account login activity on these applications to detect suspicious/abnormal usage.\n\nPerform application deployment at regular times so that irregular deployment activity stands out. Monitor process activity that does not correlate to known good software. Monitor account login activity on the deployment system.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows",
                        "Network",
                        "SaaS"
                    ],
                    "x_mitre_remote_support": true,
                    "x_mitre_version": "3.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-12 03:40:37.954000+00:00\", \"old_value\": \"2023-09-27 20:31:36.724000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may gain access to and use centralized software suites installed within an enterprise to execute commands and move laterally through the network. Configuration management and software deployment applications may be used in an enterprise network or cloud environment for routine administration purposes. These systems may also be integrated into CI/CD pipelines. Examples of such solutions include: SCCM, HBSS, Altiris, AWS Systems Manager, Microsoft Intune, Azure Arc, and GCP Deployment Manager.  \\n\\nAccess to network-wide or enterprise-wide endpoint management software may enable an adversary to achieve remote code execution on all connected systems. The access may be used to laterally move to other systems, gather information, or cause a specific effect, such as wiping the hard drives on all endpoints.\\n\\nSaaS-based configuration management services may allow for broad [Cloud Administration Command](https://attack.mitre.org/techniques/T1651) on cloud-hosted instances, as well as the execution of arbitrary commands on on-premises endpoints. For example, Microsoft Configuration Manager allows Global or Intune Administrators to run scripts as SYSTEM on on-premises devices joined to Azure AD.(Citation: SpecterOps Lateral Movement from Azure to On-Prem AD 2020) Such services may also utilize [Web Protocols](https://attack.mitre.org/techniques/T1071/001) to communicate back to adversary owned infrastructure.(Citation: Mitiga Security Advisory: SSM Agent as Remote Access Trojan)\\n\\nNetwork infrastructure devices may also have configuration management tools that can be similarly abused by adversaries.(Citation: Fortinet Zero-Day and Custom Malware Used by Suspected Chinese Actor in Espionage Operation)\\n\\nThe permissions required for this action vary by system configuration; local credentials may be sufficient with direct access to the third-party system, or specific domain credentials may be required. However, the system may require an administrative account to log in or to access specific functionality.\", \"old_value\": \"Adversaries may gain access to and use third-party software suites installed within an enterprise network, such as administration, monitoring, and deployment systems, to move laterally through the network. Third-party applications and software deployment systems may be in use in the network environment for administration purposes (e.g., SCCM, HBSS, Altiris, etc.).  \\n\\nAccess to a third-party network-wide or enterprise-wide software system may enable an adversary to have remote code execution on all systems that are connected to such a system. The access may be used to laterally move to other systems, gather information, or cause a specific effect, such as wiping the hard drives on all endpoints. Network infrastructure may also have administration tools that can be similarly abused by adversaries. (Citation: Fortinet Zero-Day and Custom Malware Used by Suspected Chinese Actor in Espionage Operation)\\n\\nThe permissions required for this action vary by system configuration; local credentials may be sufficient with direct access to the third-party system, or specific domain credentials may be required. However, the system may require an administrative account to log in or to perform it's intended purpose.\", \"diff\": \"--- \\n+++ \\n@@ -1,5 +1,9 @@\\n-Adversaries may gain access to and use third-party software suites installed within an enterprise network, such as administration, monitoring, and deployment systems, to move laterally through the network. Third-party applications and software deployment systems may be in use in the network environment for administration purposes (e.g., SCCM, HBSS, Altiris, etc.).  \\n+Adversaries may gain access to and use centralized software suites installed within an enterprise to execute commands and move laterally through the network. Configuration management and software deployment applications may be used in an enterprise network or cloud environment for routine administration purposes. These systems may also be integrated into CI/CD pipelines. Examples of such solutions include: SCCM, HBSS, Altiris, AWS Systems Manager, Microsoft Intune, Azure Arc, and GCP Deployment Manager.  \\n \\n-Access to a third-party network-wide or enterprise-wide software system may enable an adversary to have remote code execution on all systems that are connected to such a system. The access may be used to laterally move to other systems, gather information, or cause a specific effect, such as wiping the hard drives on all endpoints. Network infrastructure may also have administration tools that can be similarly abused by adversaries. (Citation: Fortinet Zero-Day and Custom Malware Used by Suspected Chinese Actor in Espionage Operation)\\n+Access to network-wide or enterprise-wide endpoint management software may enable an adversary to achieve remote code execution on all connected systems. The access may be used to laterally move to other systems, gather information, or cause a specific effect, such as wiping the hard drives on all endpoints.\\n \\n-The permissions required for this action vary by system configuration; local credentials may be sufficient with direct access to the third-party system, or specific domain credentials may be required. However, the system may require an administrative account to log in or to perform it's intended purpose.\\n+SaaS-based configuration management services may allow for broad [Cloud Administration Command](https://attack.mitre.org/techniques/T1651) on cloud-hosted instances, as well as the execution of arbitrary commands on on-premises endpoints. For example, Microsoft Configuration Manager allows Global or Intune Administrators to run scripts as SYSTEM on on-premises devices joined to Azure AD.(Citation: SpecterOps Lateral Movement from Azure to On-Prem AD 2020) Such services may also utilize [Web Protocols](https://attack.mitre.org/techniques/T1071/001) to communicate back to adversary owned infrastructure.(Citation: Mitiga Security Advisory: SSM Agent as Remote Access Trojan)\\n+\\n+Network infrastructure devices may also have configuration management tools that can be similarly abused by adversaries.(Citation: Fortinet Zero-Day and Custom Malware Used by Suspected Chinese Actor in Espionage Operation)\\n+\\n+The permissions required for this action vary by system configuration; local credentials may be sufficient with direct access to the third-party system, or specific domain credentials may be required. However, the system may require an administrative account to log in or to access specific functionality.\"}, \"root['x_mitre_version']\": {\"new_value\": \"3.0\", \"old_value\": \"2.2\"}}, \"iterable_item_added\": {\"root['external_references'][2]\": {\"source_name\": \"SpecterOps Lateral Movement from Azure to On-Prem AD 2020\", \"description\": \"Andy Robbins. (2020, August 17). Death from Above: Lateral Movement from Azure to On-Prem AD. Retrieved March 13, 2023.\", \"url\": \"https://posts.specterops.io/death-from-above-lateral-movement-from-azure-to-on-prem-ad-d18cb3959d4d\"}, \"root['external_references'][3]\": {\"source_name\": \"Mitiga Security Advisory: SSM Agent as Remote Access Trojan\", \"description\": \"Ariel Szarf, Or Aspir. (n.d.). Mitiga Security Advisory: Abusing the SSM Agent as a Remote Access Trojan. Retrieved January 31, 2024.\", \"url\": \"https://www.mitiga.io/blog/mitiga-security-advisory-abusing-the-ssm-agent-as-a-remote-access-trojan\"}, \"root['x_mitre_contributors'][2]\": \"Tamir Yehuda\", \"root['x_mitre_platforms'][4]\": \"SaaS\"}}",
                    "previous_version": "2.2",
                    "version_change": "2.2 \u2192 3.0",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to40__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to40__0\"><a href=\"#difflib_chg_to40__top\">t</a></td><td class=\"diff_header\" id=\"from40_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_sub\">Adversaries&nbsp;may&nbsp;gain&nbsp;access&nbsp;to&nbsp;and&nbsp;use&nbsp;third-party&nbsp;software&nbsp;</span></td><td class=\"diff_next\"><a href=\"#difflib_chg_to40__top\">t</a></td><td class=\"diff_header\" id=\"to40_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_add\">Adversaries&nbsp;may&nbsp;gain&nbsp;access&nbsp;to&nbsp;and&nbsp;use&nbsp;centralized&nbsp;software&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">suites&nbsp;installed&nbsp;within&nbsp;an&nbsp;enterprise&nbsp;network,&nbsp;such&nbsp;as&nbsp;admin</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">suites&nbsp;installed&nbsp;within&nbsp;an&nbsp;enterprise&nbsp;to&nbsp;execute&nbsp;commands&nbsp;an</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">istration,&nbsp;monitoring,&nbsp;and&nbsp;deployment&nbsp;systems,&nbsp;to&nbsp;move&nbsp;later</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">d&nbsp;move&nbsp;laterally&nbsp;through&nbsp;the&nbsp;network.&nbsp;Configuration&nbsp;manageme</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ally&nbsp;through&nbsp;the&nbsp;network.&nbsp;Third-party&nbsp;applications&nbsp;and&nbsp;softw</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">nt&nbsp;and&nbsp;software&nbsp;deployment&nbsp;applications&nbsp;may&nbsp;be&nbsp;used&nbsp;in&nbsp;an&nbsp;en</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">are&nbsp;deployment&nbsp;systems&nbsp;may&nbsp;be&nbsp;in&nbsp;use&nbsp;in&nbsp;the&nbsp;network&nbsp;environm</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">terprise&nbsp;network&nbsp;or&nbsp;cloud&nbsp;environment&nbsp;for&nbsp;routine&nbsp;administra</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ent&nbsp;for&nbsp;administration&nbsp;purposes&nbsp;(e.g.,&nbsp;SCCM,&nbsp;HBSS,&nbsp;Altiris,&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">tion&nbsp;purposes.&nbsp;These&nbsp;systems&nbsp;may&nbsp;also&nbsp;be&nbsp;integrated&nbsp;into&nbsp;CI/</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">etc.).&nbsp;&nbsp;&nbsp;&nbsp;Access&nbsp;to&nbsp;a&nbsp;third-party&nbsp;network-wide&nbsp;or&nbsp;enterprise</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">CD&nbsp;pipelines.&nbsp;Examples&nbsp;of&nbsp;such&nbsp;solutions&nbsp;include:&nbsp;SCCM,&nbsp;HBSS</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">-wide&nbsp;software&nbsp;system&nbsp;may&nbsp;enable&nbsp;an&nbsp;adversary&nbsp;to&nbsp;have&nbsp;remote</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">,&nbsp;Altiris,&nbsp;AWS&nbsp;Systems&nbsp;Manager,&nbsp;Microsoft&nbsp;Intune,&nbsp;Azure&nbsp;Arc,</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;code&nbsp;execution&nbsp;on&nbsp;all&nbsp;systems&nbsp;that&nbsp;are&nbsp;connected&nbsp;to&nbsp;such&nbsp;a&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;and&nbsp;GCP&nbsp;Deployment&nbsp;Manager.&nbsp;&nbsp;&nbsp;&nbsp;Access&nbsp;to&nbsp;network-wide&nbsp;or&nbsp;en</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">system.&nbsp;The&nbsp;access&nbsp;may&nbsp;be&nbsp;used&nbsp;to&nbsp;laterally&nbsp;move&nbsp;to&nbsp;other&nbsp;sy</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">terprise-wide&nbsp;endpoint&nbsp;management&nbsp;software&nbsp;may&nbsp;enable&nbsp;an&nbsp;adv</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">stems,&nbsp;gather&nbsp;information,&nbsp;or&nbsp;cause&nbsp;a&nbsp;specific&nbsp;effect,&nbsp;such&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ersary&nbsp;to&nbsp;achieve&nbsp;remote&nbsp;code&nbsp;execution&nbsp;on&nbsp;all&nbsp;connected&nbsp;sys</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">as&nbsp;wiping&nbsp;the&nbsp;hard&nbsp;drives&nbsp;on&nbsp;all&nbsp;endpoints.&nbsp;Network&nbsp;infrastr</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">tems.&nbsp;The&nbsp;access&nbsp;may&nbsp;be&nbsp;used&nbsp;to&nbsp;laterally&nbsp;move&nbsp;to&nbsp;other&nbsp;syst</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ucture&nbsp;may&nbsp;also&nbsp;have&nbsp;administration&nbsp;tools&nbsp;that&nbsp;can&nbsp;be&nbsp;simila</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ems,&nbsp;gather&nbsp;information,&nbsp;or&nbsp;cause&nbsp;a&nbsp;specific&nbsp;effect,&nbsp;such&nbsp;as</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">rly&nbsp;abused&nbsp;by&nbsp;adversaries.&nbsp;(Citation:&nbsp;Fortinet&nbsp;Zero-Day&nbsp;and&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;wiping&nbsp;the&nbsp;hard&nbsp;drives&nbsp;on&nbsp;all&nbsp;endpoints.&nbsp;&nbsp;SaaS-based&nbsp;config</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">Custom&nbsp;Malware&nbsp;Used&nbsp;by&nbsp;Suspected&nbsp;Chinese&nbsp;Actor&nbsp;in&nbsp;Espionage&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">uration&nbsp;management&nbsp;services&nbsp;may&nbsp;allow&nbsp;for&nbsp;broad&nbsp;[Cloud&nbsp;Admin</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">Operation)&nbsp;&nbsp;The&nbsp;permissions&nbsp;required&nbsp;for&nbsp;this&nbsp;action&nbsp;vary&nbsp;by</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">istration&nbsp;Command](https://attack.mitre.org/techniques/T1651</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;system&nbsp;configuration;&nbsp;local&nbsp;credentials&nbsp;may&nbsp;be&nbsp;sufficient&nbsp;w</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">)&nbsp;on&nbsp;cloud-hosted&nbsp;instances,&nbsp;as&nbsp;well&nbsp;as&nbsp;the&nbsp;execution&nbsp;of&nbsp;arb</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ith&nbsp;direct&nbsp;access&nbsp;to&nbsp;the&nbsp;third-party&nbsp;system,&nbsp;or&nbsp;specific&nbsp;dom</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">itrary&nbsp;commands&nbsp;on&nbsp;on-premises&nbsp;endpoints.&nbsp;For&nbsp;example,&nbsp;Micro</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ain&nbsp;credentials&nbsp;may&nbsp;be&nbsp;required.&nbsp;However,&nbsp;the&nbsp;system&nbsp;may&nbsp;req</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">soft&nbsp;Configuration&nbsp;Manager&nbsp;allows&nbsp;Global&nbsp;or&nbsp;Intune&nbsp;Administr</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">uire&nbsp;an&nbsp;administrative&nbsp;account&nbsp;to&nbsp;log&nbsp;in&nbsp;or&nbsp;to&nbsp;perform&nbsp;it's&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ators&nbsp;to&nbsp;run&nbsp;scripts&nbsp;as&nbsp;SYSTEM&nbsp;on&nbsp;on-premises&nbsp;devices&nbsp;joined</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">intended&nbsp;purpose.</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;to&nbsp;Azure&nbsp;AD.(Citation:&nbsp;SpecterOps&nbsp;Lateral&nbsp;Movement&nbsp;from&nbsp;Azu</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">re&nbsp;to&nbsp;On-Prem&nbsp;AD&nbsp;2020)&nbsp;Such&nbsp;services&nbsp;may&nbsp;also&nbsp;utilize&nbsp;[Web&nbsp;P</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">rotocols](https://attack.mitre.org/techniques/T1071/001)&nbsp;to&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">communicate&nbsp;back&nbsp;to&nbsp;adversary&nbsp;owned&nbsp;infrastructure.(Citation</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">:&nbsp;Mitiga&nbsp;Security&nbsp;Advisory:&nbsp;SSM&nbsp;Agent&nbsp;as&nbsp;Remote&nbsp;Access&nbsp;Troja</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">n)&nbsp;&nbsp;Network&nbsp;infrastructure&nbsp;devices&nbsp;may&nbsp;also&nbsp;have&nbsp;configurati</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">on&nbsp;management&nbsp;tools&nbsp;that&nbsp;can&nbsp;be&nbsp;similarly&nbsp;abused&nbsp;by&nbsp;adversar</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ies.(Citation:&nbsp;Fortinet&nbsp;Zero-Day&nbsp;and&nbsp;Custom&nbsp;Malware&nbsp;Used&nbsp;by&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">Suspected&nbsp;Chinese&nbsp;Actor&nbsp;in&nbsp;Espionage&nbsp;Operation)&nbsp;&nbsp;The&nbsp;permiss</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ions&nbsp;required&nbsp;for&nbsp;this&nbsp;action&nbsp;vary&nbsp;by&nbsp;system&nbsp;configuration;&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">local&nbsp;credentials&nbsp;may&nbsp;be&nbsp;sufficient&nbsp;with&nbsp;direct&nbsp;access&nbsp;to&nbsp;th</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">e&nbsp;third-party&nbsp;system,&nbsp;or&nbsp;specific&nbsp;domain&nbsp;credentials&nbsp;may&nbsp;be&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">required.&nbsp;However,&nbsp;the&nbsp;system&nbsp;may&nbsp;require&nbsp;an&nbsp;administrative&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">account&nbsp;to&nbsp;log&nbsp;in&nbsp;or&nbsp;to&nbsp;access&nbsp;specific&nbsp;functionality.</span></td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1015: Active Directory Configuration",
                            "M1017: User Training",
                            "M1018: User Account Management",
                            "M1026: Privileged Account Management",
                            "M1027: Password Policies",
                            "M1029: Remote Data Storage",
                            "M1030: Network Segmentation",
                            "M1032: Multi-factor Authentication",
                            "M1033: Limit Software Installation",
                            "M1051: Update Software"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (Process Creation)",
                            "DS0015: Application Log (Application Log Content)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                }
            ],
            "minor_version_changes": [
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--67720091-eee3-4d2d-ae16-8264567f6f5b",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-01-30 13:58:14.373000+00:00",
                    "modified": "2024-04-15 20:52:09.908000+00:00",
                    "name": "Abuse Elevation Control Mechanism",
                    "description": "Adversaries may circumvent mechanisms designed to control elevate privileges to gain higher-level permissions. Most modern systems contain native elevation control mechanisms that are intended to limit privileges that a user can perform on a machine. Authorization has to be granted to specific users in order to perform tasks that can be considered of higher risk.(Citation: TechNet How UAC Works)(Citation: sudo man page 2018) An adversary can perform several methods to take advantage of built-in control mechanisms in order to escalate privileges on a system.(Citation: OSX Keydnap malware)(Citation: Fortinet Fareit)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "privilege-escalation"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "defense-evasion"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1548",
                            "external_id": "T1548"
                        },
                        {
                            "source_name": "TechNet How UAC Works",
                            "description": "Lich, B. (2016, May 31). How User Account Control Works. Retrieved June 3, 2016.",
                            "url": "https://technet.microsoft.com/en-us/itpro/windows/keep-secure/how-user-account-control-works"
                        },
                        {
                            "source_name": "OSX Keydnap malware",
                            "description": "Marc-Etienne M.Leveille. (2016, July 6). New OSX/Keydnap malware is hungry for credentials. Retrieved July 3, 2017.",
                            "url": "https://www.welivesecurity.com/2016/07/06/new-osxkeydnap-malware-hungry-credentials/"
                        },
                        {
                            "source_name": "Fortinet Fareit",
                            "description": "Salvio, J., Joven, R. (2016, December 16). Malicious Macro Bypasses UAC to Elevate Privilege for Fareit Malware. Retrieved December 27, 2016.",
                            "url": "https://blog.fortinet.com/2016/12/16/malicious-macro-bypasses-uac-to-elevate-privilege-for-fareit-malware"
                        },
                        {
                            "source_name": "sudo man page 2018",
                            "description": "Todd C. Miller. (2018). Sudo Man Page. Retrieved March 19, 2018.",
                            "url": "https://www.sudo.ws/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "Process: Process Creation",
                        "User Account: User Account Modification",
                        "Command: Command Execution",
                        "Process: OS API Execution",
                        "File: File Modification",
                        "Process: Process Metadata",
                        "File: File Metadata",
                        "Windows Registry: Windows Registry Key Modification"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor the file system for files that have the setuid or setgid bits set. Also look for any process API calls for behavior that may be indicative of [Process Injection](https://attack.mitre.org/techniques/T1055) and unusual loaded DLLs through [DLL Search Order Hijacking](https://attack.mitre.org/techniques/T1574/001), which indicate attempts to gain access to higher privileged processes. On Linux, auditd can alert every time a user's actual ID and effective ID are different (this is what happens when you sudo).\n\nConsider monitoring for <code>/usr/libexec/security_authtrampoline</code> executions which may indicate that AuthorizationExecuteWithPrivileges is being executed. MacOS system logs may also indicate when AuthorizationExecuteWithPrivileges is being called. Monitoring OS API callbacks for the execution can also be a way to detect this behavior but requires specialized security tooling.\n\nOn Linux, auditd can alert every time a user's actual ID and effective ID are different (this is what happens when you sudo). This technique is abusing normal functionality in macOS and Linux systems, but sudo has the ability to log all input and output based on the <code>LOG_INPUT</code> and <code>LOG_OUTPUT</code> directives in the <code>/etc/sudoers</code> file.\n\nThere are many ways to perform UAC bypasses when a user is in the local administrator group on a system, so it may be difficult to target detection on all variations. Efforts should likely be placed on mitigation and collecting enough information on process launches and actions that could be performed before and after a UAC bypass is performed. Some UAC bypass methods rely on modifying specific, user-accessible Registry settings. Analysts should monitor Registry settings for unauthorized changes.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_permissions_required": [
                        "Administrator",
                        "User"
                    ],
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows",
                        "Office 365",
                        "IaaS",
                        "Google Workspace",
                        "Azure AD"
                    ],
                    "x_mitre_version": "1.3",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-15 20:52:09.908000+00:00\", \"old_value\": \"2023-10-02 00:47:11.369000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may circumvent mechanisms designed to control elevate privileges to gain higher-level permissions. Most modern systems contain native elevation control mechanisms that are intended to limit privileges that a user can perform on a machine. Authorization has to be granted to specific users in order to perform tasks that can be considered of higher risk.(Citation: TechNet How UAC Works)(Citation: sudo man page 2018) An adversary can perform several methods to take advantage of built-in control mechanisms in order to escalate privileges on a system.(Citation: OSX Keydnap malware)(Citation: Fortinet Fareit)\", \"old_value\": \"Adversaries may circumvent mechanisms designed to control elevate privileges to gain higher-level permissions. Most modern systems contain native elevation control mechanisms that are intended to limit privileges that a user can perform on a machine. Authorization has to be granted to specific users in order to perform tasks that can be considered of higher risk. An adversary can perform several methods to take advantage of built-in control mechanisms in order to escalate privileges on a system.\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.3\", \"old_value\": \"1.2\"}}, \"iterable_item_added\": {\"root['external_references'][1]\": {\"source_name\": \"TechNet How UAC Works\", \"description\": \"Lich, B. (2016, May 31). How User Account Control Works. Retrieved June 3, 2016.\", \"url\": \"https://technet.microsoft.com/en-us/itpro/windows/keep-secure/how-user-account-control-works\"}, \"root['external_references'][2]\": {\"source_name\": \"OSX Keydnap malware\", \"description\": \"Marc-Etienne M.Leveille. (2016, July 6). New OSX/Keydnap malware is hungry for credentials. Retrieved July 3, 2017.\", \"url\": \"https://www.welivesecurity.com/2016/07/06/new-osxkeydnap-malware-hungry-credentials/\"}, \"root['external_references'][3]\": {\"source_name\": \"Fortinet Fareit\", \"description\": \"Salvio, J., Joven, R. (2016, December 16). Malicious Macro Bypasses UAC to Elevate Privilege for Fareit Malware. Retrieved December 27, 2016.\", \"url\": \"https://blog.fortinet.com/2016/12/16/malicious-macro-bypasses-uac-to-elevate-privilege-for-fareit-malware\"}, \"root['external_references'][4]\": {\"source_name\": \"sudo man page 2018\", \"description\": \"Todd C. Miller. (2018). Sudo Man Page. Retrieved March 19, 2018.\", \"url\": \"https://www.sudo.ws/\"}}}",
                    "previous_version": "1.2",
                    "version_change": "1.2 \u2192 1.3",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to58__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to58__0\"><a href=\"#difflib_chg_to58__top\">t</a></td><td class=\"diff_header\" id=\"from58_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;circumvent&nbsp;mechanisms&nbsp;designed&nbsp;to&nbsp;control&nbsp;el</td><td class=\"diff_next\"><a href=\"#difflib_chg_to58__top\">t</a></td><td class=\"diff_header\" id=\"to58_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;circumvent&nbsp;mechanisms&nbsp;designed&nbsp;to&nbsp;control&nbsp;el</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">evate&nbsp;privileges&nbsp;to&nbsp;gain&nbsp;higher-level&nbsp;permissions.&nbsp;Most&nbsp;mode</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">evate&nbsp;privileges&nbsp;to&nbsp;gain&nbsp;higher-level&nbsp;permissions.&nbsp;Most&nbsp;mode</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rn&nbsp;systems&nbsp;contain&nbsp;native&nbsp;elevation&nbsp;control&nbsp;mechanisms&nbsp;that&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rn&nbsp;systems&nbsp;contain&nbsp;native&nbsp;elevation&nbsp;control&nbsp;mechanisms&nbsp;that&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">are&nbsp;intended&nbsp;to&nbsp;limit&nbsp;privileges&nbsp;that&nbsp;a&nbsp;user&nbsp;can&nbsp;perform&nbsp;on&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">are&nbsp;intended&nbsp;to&nbsp;limit&nbsp;privileges&nbsp;that&nbsp;a&nbsp;user&nbsp;can&nbsp;perform&nbsp;on&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">a&nbsp;machine.&nbsp;Authorization&nbsp;has&nbsp;to&nbsp;be&nbsp;granted&nbsp;to&nbsp;specific&nbsp;users</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">a&nbsp;machine.&nbsp;Authorization&nbsp;has&nbsp;to&nbsp;be&nbsp;granted&nbsp;to&nbsp;specific&nbsp;users</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;in&nbsp;order&nbsp;to&nbsp;perform&nbsp;tasks&nbsp;that&nbsp;can&nbsp;be&nbsp;considered&nbsp;of&nbsp;higher&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;in&nbsp;order&nbsp;to&nbsp;perform&nbsp;tasks&nbsp;that&nbsp;can&nbsp;be&nbsp;considered&nbsp;of&nbsp;higher&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">risk.<span class=\"diff_chg\">&nbsp;</span>A<span class=\"diff_chg\">n</span>&nbsp;adversary&nbsp;can&nbsp;perform&nbsp;several&nbsp;methods&nbsp;to&nbsp;take&nbsp;advan</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">risk.<span class=\"diff_chg\">(Citation:&nbsp;TechNet&nbsp;How&nbsp;U</span>A<span class=\"diff_chg\">C&nbsp;Works)(Citation:&nbsp;sudo&nbsp;man&nbsp;pa</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tage&nbsp;of&nbsp;built-in&nbsp;control&nbsp;mechanisms&nbsp;in&nbsp;order&nbsp;to&nbsp;escalate&nbsp;pri</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">ge&nbsp;2018)&nbsp;An</span>&nbsp;adversary&nbsp;can&nbsp;perform&nbsp;several&nbsp;methods&nbsp;to&nbsp;take&nbsp;ad</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">vileges&nbsp;on&nbsp;a&nbsp;system.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">vantage&nbsp;of&nbsp;built-in&nbsp;control&nbsp;mechanisms&nbsp;in&nbsp;order&nbsp;to&nbsp;escalate&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">privileges&nbsp;on&nbsp;a&nbsp;system.<span class=\"diff_add\">(Citation:&nbsp;OSX&nbsp;Keydnap&nbsp;malware)(Citat</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ion:&nbsp;Fortinet&nbsp;Fareit)</span></td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1018: User Account Management",
                            "M1022: Restrict File and Directory Permissions",
                            "M1026: Privileged Account Management",
                            "M1028: Operating System Configuration",
                            "M1038: Execution Prevention",
                            "M1047: Audit",
                            "M1052: User Account Control"
                        ],
                        "new": [
                            "M1051: Update Software"
                        ],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0002: User Account (User Account Modification)",
                            "DS0009: Process (OS API Execution)",
                            "DS0009: Process (Process Creation)",
                            "DS0009: Process (Process Metadata)",
                            "DS0017: Command (Command Execution)",
                            "DS0022: File (File Metadata)",
                            "DS0022: File (File Modification)",
                            "DS0024: Windows Registry (Windows Registry Key Modification)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--6fa224c7-5091-4595-bf15-3fc9fe2f2c7c",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2023-07-10 16:37:15.672000+00:00",
                    "modified": "2024-03-28 15:30:09.313000+00:00",
                    "name": "Temporary Elevated Cloud Access",
                    "description": "Adversaries may abuse permission configurations that allow them to gain temporarily elevated access to cloud resources. Many cloud environments allow administrators to grant user or service accounts permission to request just-in-time access to roles, impersonate other accounts, pass roles onto resources and services, or otherwise gain short-term access to a set of privileges that may be distinct from their own. \n\nJust-in-time access is a mechanism for granting additional roles to cloud accounts in a granular, temporary manner. This allows accounts to operate with only the permissions they need on a daily basis, and to request additional permissions as necessary. Sometimes just-in-time access requests are configured to require manual approval, while other times the desired permissions are automatically granted.(Citation: Azure Just in Time Access 2023)\n\nAccount impersonation allows user or service accounts to temporarily act with the permissions of another account. For example, in GCP users with the `iam.serviceAccountTokenCreator` role can create temporary access tokens or sign arbitrary payloads with the permissions of a service account, while service accounts with domain-wide delegation permission are permitted to impersonate Google Workspace accounts.(Citation: Google Cloud Service Account Authentication Roles)(Citation: Hunters Domain Wide Delegation Google Workspace 2023)(Citation: Google Cloud Just in Time Access 2023)(Citation: Palo Alto Unit 42 Google Workspace Domain Wide Delegation 2023) In Exchange Online, the `ApplicationImpersonation` role allows a service account to use the permissions associated with specified user accounts.(Citation: Microsoft Impersonation and EWS in Exchange) \n\nMany cloud environments also include mechanisms for users to pass roles to resources that allow them to perform tasks and authenticate to other services. While the user that creates the resource does not directly assume the role they pass to it, they may still be able to take advantage of the role's access -- for example, by configuring the resource to perform certain actions with the permissions it has been granted. In AWS, users with the `PassRole` permission can allow a service they create to assume a given role, while in GCP, users with the `iam.serviceAccountUser` role can attach a service account to a resource.(Citation: AWS PassRole)(Citation: Google Cloud Service Account Authentication Roles)\n\nWhile users require specific role assignments in order to use any of these features, cloud administrators may misconfigure permissions. This could result in escalation paths that allow adversaries to gain access to resources beyond what was originally intended.(Citation: Rhino Google Cloud Privilege Escalation)(Citation: Rhino Security Labs AWS Privilege Escalation)\n\n**Note:** this technique is distinct from [Additional Cloud Roles](https://attack.mitre.org/techniques/T1098/003), which involves assigning permanent roles to accounts rather than abusing existing permissions structures to gain temporarily elevated access to resources. However, adversaries that compromise a sufficiently privileged account may grant another account they control [Additional Cloud Roles](https://attack.mitre.org/techniques/T1098/003) that would allow them to also abuse these features. This may also allow for greater stealth than would be had by directly using the highly privileged account, especially when logs do not clarify when role impersonation is taking place.(Citation: CrowdStrike StellarParticle January 2022)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "privilege-escalation"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "defense-evasion"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1548/005",
                            "external_id": "T1548.005"
                        },
                        {
                            "source_name": "AWS PassRole",
                            "description": "AWS. (n.d.). Granting a user permissions to pass a role to an AWS service. Retrieved July 10, 2023.",
                            "url": "https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_passrole.html"
                        },
                        {
                            "source_name": "CrowdStrike StellarParticle January 2022",
                            "description": "CrowdStrike. (2022, January 27). Early Bird Catches the Wormhole: Observations from the StellarParticle Campaign. Retrieved February 7, 2022.",
                            "url": "https://www.crowdstrike.com/blog/observations-from-the-stellarparticle-campaign/"
                        },
                        {
                            "source_name": "Google Cloud Just in Time Access 2023",
                            "description": "Google Cloud. (n.d.). Manage just-in-time privileged access to projects. Retrieved September 21, 2023.",
                            "url": "https://cloud.google.com/architecture/manage-just-in-time-privileged-access-to-project"
                        },
                        {
                            "source_name": "Google Cloud Service Account Authentication Roles",
                            "description": "Google Cloud. (n.d.). Roles for service account authentication. Retrieved July 10, 2023.",
                            "url": "https://cloud.google.com/iam/docs/service-account-permissions"
                        },
                        {
                            "source_name": "Microsoft Impersonation and EWS in Exchange",
                            "description": "Microsoft. (2022, September 13). Impersonation and EWS in Exchange. Retrieved July 10, 2023.",
                            "url": "https://learn.microsoft.com/en-us/exchange/client-developer/exchange-web-services/impersonation-and-ews-in-exchange"
                        },
                        {
                            "source_name": "Azure Just in Time Access 2023",
                            "description": "Microsoft. (2023, August 29). Configure and approve just-in-time access for Azure Managed Applications. Retrieved September 21, 2023.",
                            "url": "https://learn.microsoft.com/en-us/azure/azure-resource-manager/managed-applications/approve-just-in-time-access"
                        },
                        {
                            "source_name": "Rhino Security Labs AWS Privilege Escalation",
                            "description": "Spencer Gietzen. (n.d.). AWS IAM Privilege Escalation \u2013 Methods and Mitigation. Retrieved May 27, 2022.",
                            "url": "https://rhinosecuritylabs.com/aws/aws-privilege-escalation-methods-mitigation/"
                        },
                        {
                            "source_name": "Rhino Google Cloud Privilege Escalation",
                            "description": "Spencer Gietzen. (n.d.). Privilege Escalation in Google Cloud Platform \u2013 Part 1 (IAM). Retrieved September 21, 2023.",
                            "url": "https://rhinosecuritylabs.com/gcp/privilege-escalation-google-cloud-platform-part-1/"
                        },
                        {
                            "source_name": "Hunters Domain Wide Delegation Google Workspace 2023",
                            "description": "Yonatan Khanashvilli. (2023, November 28). DeleFriend: Severe design flaw in Domain Wide Delegation could leave Google Workspace vulnerable for takeover. Retrieved January 16, 2024.",
                            "url": "https://www.hunters.security/en/blog/delefriend-a-newly-discovered-design-flaw-in-domain-wide-delegation-could-leave-google-workspace-vulnerable-for-takeover"
                        },
                        {
                            "source_name": "Palo Alto Unit 42 Google Workspace Domain Wide Delegation 2023",
                            "description": "Zohar Zigdon. (2023, November 30). Exploring a Critical Risk in Google Workspace's Domain-Wide Delegation Feature. Retrieved January 16, 2024.",
                            "url": "https://unit42.paloaltonetworks.com/critical-risk-in-google-workspace-delegation-feature/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Arad Inbar, Fidelis Security"
                    ],
                    "x_mitre_data_sources": [
                        "User Account: User Account Modification"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "IaaS",
                        "Azure AD",
                        "Office 365",
                        "Google Workspace"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-03-28 15:30:09.313000+00:00\", \"old_value\": \"2023-10-03 17:38:56.602000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may abuse permission configurations that allow them to gain temporarily elevated access to cloud resources. Many cloud environments allow administrators to grant user or service accounts permission to request just-in-time access to roles, impersonate other accounts, pass roles onto resources and services, or otherwise gain short-term access to a set of privileges that may be distinct from their own. \\n\\nJust-in-time access is a mechanism for granting additional roles to cloud accounts in a granular, temporary manner. This allows accounts to operate with only the permissions they need on a daily basis, and to request additional permissions as necessary. Sometimes just-in-time access requests are configured to require manual approval, while other times the desired permissions are automatically granted.(Citation: Azure Just in Time Access 2023)\\n\\nAccount impersonation allows user or service accounts to temporarily act with the permissions of another account. For example, in GCP users with the `iam.serviceAccountTokenCreator` role can create temporary access tokens or sign arbitrary payloads with the permissions of a service account, while service accounts with domain-wide delegation permission are permitted to impersonate Google Workspace accounts.(Citation: Google Cloud Service Account Authentication Roles)(Citation: Hunters Domain Wide Delegation Google Workspace 2023)(Citation: Google Cloud Just in Time Access 2023)(Citation: Palo Alto Unit 42 Google Workspace Domain Wide Delegation 2023) In Exchange Online, the `ApplicationImpersonation` role allows a service account to use the permissions associated with specified user accounts.(Citation: Microsoft Impersonation and EWS in Exchange) \\n\\nMany cloud environments also include mechanisms for users to pass roles to resources that allow them to perform tasks and authenticate to other services. While the user that creates the resource does not directly assume the role they pass to it, they may still be able to take advantage of the role's access -- for example, by configuring the resource to perform certain actions with the permissions it has been granted. In AWS, users with the `PassRole` permission can allow a service they create to assume a given role, while in GCP, users with the `iam.serviceAccountUser` role can attach a service account to a resource.(Citation: AWS PassRole)(Citation: Google Cloud Service Account Authentication Roles)\\n\\nWhile users require specific role assignments in order to use any of these features, cloud administrators may misconfigure permissions. This could result in escalation paths that allow adversaries to gain access to resources beyond what was originally intended.(Citation: Rhino Google Cloud Privilege Escalation)(Citation: Rhino Security Labs AWS Privilege Escalation)\\n\\n**Note:** this technique is distinct from [Additional Cloud Roles](https://attack.mitre.org/techniques/T1098/003), which involves assigning permanent roles to accounts rather than abusing existing permissions structures to gain temporarily elevated access to resources. However, adversaries that compromise a sufficiently privileged account may grant another account they control [Additional Cloud Roles](https://attack.mitre.org/techniques/T1098/003) that would allow them to also abuse these features. This may also allow for greater stealth than would be had by directly using the highly privileged account, especially when logs do not clarify when role impersonation is taking place.(Citation: CrowdStrike StellarParticle January 2022)\", \"old_value\": \"Adversaries may abuse permission configurations that allow them to gain temporarily elevated access to cloud resources. Many cloud environments allow administrators to grant user or service accounts permission to request just-in-time access to roles, impersonate other accounts, pass roles onto resources and services, or otherwise gain short-term access to a set of privileges that may be distinct from their own. \\n\\nJust-in-time access is a mechanism for granting additional roles to cloud accounts in a granular, temporary manner. This allows accounts to operate with only the permissions they need on a daily basis, and to request additional permissions as necessary. Sometimes just-in-time access requests are configured to require manual approval, while other times the desired permissions are automatically granted.(Citation: Google Cloud Just in Time Access 2023)(Citation: Azure Just in Time Access 2023)\\n\\nAccount impersonation allows user or service accounts to temporarily act with the permissions of another account. For example, in GCP users with the `iam.serviceAccountTokenCreator` role can create temporary access tokens or sign arbitrary payloads with the permissions of a service account.(Citation: Google Cloud Service Account Authentication Roles) In Exchange Online, the `ApplicationImpersonation` role allows a service account to use the permissions associated with specified user accounts.(Citation: Microsoft Impersonation and EWS in Exchange) \\n\\nMany cloud environments also include mechanisms for users to pass roles to resources that allow them to perform tasks and authenticate to other services. While the user that creates the resource does not directly assume the role they pass to it, they may still be able to take advantage of the role's access -- for example, by configuring the resource to perform certain actions with the permissions it has been granted. In AWS, users with the `PassRole` permission can allow a service they create to assume a given role, while in GCP, users with the `iam.serviceAccountUser` role can attach a service account to a resource.(Citation: AWS PassRole)(Citation: Google Cloud Service Account Authentication Roles)\\n\\nWhile users require specific role assignments in order to use any of these features, cloud administrators may misconfigure permissions. This could result in escalation paths that allow adversaries to gain access to resources beyond what was originally intended.(Citation: Rhino Google Cloud Privilege Escalation)(Citation: Rhino Security Labs AWS Privilege Escalation)\\n\\n**Note:** this technique is distinct from [Additional Cloud Roles](https://attack.mitre.org/techniques/T1098/003), which involves assigning permanent roles to accounts rather than abusing existing permissions structures to gain temporarily elevated access to resources. However, adversaries that compromise a sufficiently privileged account may grant another account they control [Additional Cloud Roles](https://attack.mitre.org/techniques/T1098/003) that would allow them to also abuse these features. This may also allow for greater stealth than would be had by directly using the highly privileged account, especially when logs do not clarify when role impersonation is taking place.(Citation: CrowdStrike StellarParticle January 2022)\", \"diff\": \"--- \\n+++ \\n@@ -1,8 +1,8 @@\\n Adversaries may abuse permission configurations that allow them to gain temporarily elevated access to cloud resources. Many cloud environments allow administrators to grant user or service accounts permission to request just-in-time access to roles, impersonate other accounts, pass roles onto resources and services, or otherwise gain short-term access to a set of privileges that may be distinct from their own. \\n \\n-Just-in-time access is a mechanism for granting additional roles to cloud accounts in a granular, temporary manner. This allows accounts to operate with only the permissions they need on a daily basis, and to request additional permissions as necessary. Sometimes just-in-time access requests are configured to require manual approval, while other times the desired permissions are automatically granted.(Citation: Google Cloud Just in Time Access 2023)(Citation: Azure Just in Time Access 2023)\\n+Just-in-time access is a mechanism for granting additional roles to cloud accounts in a granular, temporary manner. This allows accounts to operate with only the permissions they need on a daily basis, and to request additional permissions as necessary. Sometimes just-in-time access requests are configured to require manual approval, while other times the desired permissions are automatically granted.(Citation: Azure Just in Time Access 2023)\\n \\n-Account impersonation allows user or service accounts to temporarily act with the permissions of another account. For example, in GCP users with the `iam.serviceAccountTokenCreator` role can create temporary access tokens or sign arbitrary payloads with the permissions of a service account.(Citation: Google Cloud Service Account Authentication Roles) In Exchange Online, the `ApplicationImpersonation` role allows a service account to use the permissions associated with specified user accounts.(Citation: Microsoft Impersonation and EWS in Exchange) \\n+Account impersonation allows user or service accounts to temporarily act with the permissions of another account. For example, in GCP users with the `iam.serviceAccountTokenCreator` role can create temporary access tokens or sign arbitrary payloads with the permissions of a service account, while service accounts with domain-wide delegation permission are permitted to impersonate Google Workspace accounts.(Citation: Google Cloud Service Account Authentication Roles)(Citation: Hunters Domain Wide Delegation Google Workspace 2023)(Citation: Google Cloud Just in Time Access 2023)(Citation: Palo Alto Unit 42 Google Workspace Domain Wide Delegation 2023) In Exchange Online, the `ApplicationImpersonation` role allows a service account to use the permissions associated with specified user accounts.(Citation: Microsoft Impersonation and EWS in Exchange) \\n \\n Many cloud environments also include mechanisms for users to pass roles to resources that allow them to perform tasks and authenticate to other services. While the user that creates the resource does not directly assume the role they pass to it, they may still be able to take advantage of the role's access -- for example, by configuring the resource to perform certain actions with the permissions it has been granted. In AWS, users with the `PassRole` permission can allow a service they create to assume a given role, while in GCP, users with the `iam.serviceAccountUser` role can attach a service account to a resource.(Citation: AWS PassRole)(Citation: Google Cloud Service Account Authentication Roles)\\n \"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}, \"iterable_item_added\": {\"root['external_references'][9]\": {\"source_name\": \"Hunters Domain Wide Delegation Google Workspace 2023\", \"description\": \"Yonatan Khanashvilli. (2023, November 28). DeleFriend: Severe design flaw in Domain Wide Delegation could leave Google Workspace vulnerable for takeover. Retrieved January 16, 2024.\", \"url\": \"https://www.hunters.security/en/blog/delefriend-a-newly-discovered-design-flaw-in-domain-wide-delegation-could-leave-google-workspace-vulnerable-for-takeover\"}, \"root['external_references'][10]\": {\"source_name\": \"Palo Alto Unit 42 Google Workspace Domain Wide Delegation 2023\", \"description\": \"Zohar Zigdon. (2023, November 30). Exploring a Critical Risk in Google Workspace's Domain-Wide Delegation Feature. Retrieved January 16, 2024.\", \"url\": \"https://unit42.paloaltonetworks.com/critical-risk-in-google-workspace-delegation-feature/\"}, \"root['x_mitre_platforms'][3]\": \"Google Workspace\"}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to14__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to14__0\"><a href=\"#difflib_chg_to14__top\">t</a></td><td class=\"diff_header\" id=\"from14_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;abuse&nbsp;permission&nbsp;configurations&nbsp;that&nbsp;allow&nbsp;t</td><td class=\"diff_next\"><a href=\"#difflib_chg_to14__top\">t</a></td><td class=\"diff_header\" id=\"to14_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;abuse&nbsp;permission&nbsp;configurations&nbsp;that&nbsp;allow&nbsp;t</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">hem&nbsp;to&nbsp;gain&nbsp;temporarily&nbsp;elevated&nbsp;access&nbsp;to&nbsp;cloud&nbsp;resources.&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">hem&nbsp;to&nbsp;gain&nbsp;temporarily&nbsp;elevated&nbsp;access&nbsp;to&nbsp;cloud&nbsp;resources.&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Many&nbsp;cloud&nbsp;environments&nbsp;allow&nbsp;administrators&nbsp;to&nbsp;grant&nbsp;user&nbsp;o</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Many&nbsp;cloud&nbsp;environments&nbsp;allow&nbsp;administrators&nbsp;to&nbsp;grant&nbsp;user&nbsp;o</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">r&nbsp;service&nbsp;accounts&nbsp;permission&nbsp;to&nbsp;request&nbsp;just-in-time&nbsp;access</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">r&nbsp;service&nbsp;accounts&nbsp;permission&nbsp;to&nbsp;request&nbsp;just-in-time&nbsp;access</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;to&nbsp;roles,&nbsp;impersonate&nbsp;other&nbsp;accounts,&nbsp;pass&nbsp;roles&nbsp;onto&nbsp;resou</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;to&nbsp;roles,&nbsp;impersonate&nbsp;other&nbsp;accounts,&nbsp;pass&nbsp;roles&nbsp;onto&nbsp;resou</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rces&nbsp;and&nbsp;services,&nbsp;or&nbsp;otherwise&nbsp;gain&nbsp;short-term&nbsp;access&nbsp;to&nbsp;a&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rces&nbsp;and&nbsp;services,&nbsp;or&nbsp;otherwise&nbsp;gain&nbsp;short-term&nbsp;access&nbsp;to&nbsp;a&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">set&nbsp;of&nbsp;privileges&nbsp;that&nbsp;may&nbsp;be&nbsp;distinct&nbsp;from&nbsp;their&nbsp;own.&nbsp;&nbsp;&nbsp;Jus</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">set&nbsp;of&nbsp;privileges&nbsp;that&nbsp;may&nbsp;be&nbsp;distinct&nbsp;from&nbsp;their&nbsp;own.&nbsp;&nbsp;&nbsp;Jus</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">t-in-time&nbsp;access&nbsp;is&nbsp;a&nbsp;mechanism&nbsp;for&nbsp;granting&nbsp;additional&nbsp;role</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">t-in-time&nbsp;access&nbsp;is&nbsp;a&nbsp;mechanism&nbsp;for&nbsp;granting&nbsp;additional&nbsp;role</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;to&nbsp;cloud&nbsp;accounts&nbsp;in&nbsp;a&nbsp;granular,&nbsp;temporary&nbsp;manner.&nbsp;This&nbsp;al</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;to&nbsp;cloud&nbsp;accounts&nbsp;in&nbsp;a&nbsp;granular,&nbsp;temporary&nbsp;manner.&nbsp;This&nbsp;al</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">lows&nbsp;accounts&nbsp;to&nbsp;operate&nbsp;with&nbsp;only&nbsp;the&nbsp;permissions&nbsp;they&nbsp;need</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">lows&nbsp;accounts&nbsp;to&nbsp;operate&nbsp;with&nbsp;only&nbsp;the&nbsp;permissions&nbsp;they&nbsp;need</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;on&nbsp;a&nbsp;daily&nbsp;basis,&nbsp;and&nbsp;to&nbsp;request&nbsp;additional&nbsp;permissions&nbsp;as&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;on&nbsp;a&nbsp;daily&nbsp;basis,&nbsp;and&nbsp;to&nbsp;request&nbsp;additional&nbsp;permissions&nbsp;as&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">necessary.&nbsp;Sometimes&nbsp;just-in-time&nbsp;access&nbsp;requests&nbsp;are&nbsp;config</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">necessary.&nbsp;Sometimes&nbsp;just-in-time&nbsp;access&nbsp;requests&nbsp;are&nbsp;config</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ured&nbsp;to&nbsp;require&nbsp;manual&nbsp;approval,&nbsp;while&nbsp;other&nbsp;times&nbsp;the&nbsp;desir</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ured&nbsp;to&nbsp;require&nbsp;manual&nbsp;approval,&nbsp;while&nbsp;other&nbsp;times&nbsp;the&nbsp;desir</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;permissions&nbsp;are&nbsp;automatically&nbsp;granted.(Citation:&nbsp;G<span class=\"diff_sub\">oogle&nbsp;</span>C</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;permissions&nbsp;are&nbsp;automatically&nbsp;granted.(Citation:&nbsp;<span class=\"diff_add\">Azure&nbsp;Ju</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">loud&nbsp;Just&nbsp;in&nbsp;</span>T<span class=\"diff_chg\">ime</span>&nbsp;Acc<span class=\"diff_chg\">ess</span>&nbsp;2023)(Citation:&nbsp;A<span class=\"diff_chg\">zure&nbsp;Just&nbsp;in&nbsp;Time&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">st&nbsp;in&nbsp;Time&nbsp;Access&nbsp;2023)&nbsp;&nbsp;Account&nbsp;impersonation&nbsp;allows&nbsp;user&nbsp;o</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">Access</span>&nbsp;2023)<span class=\"diff_chg\">&nbsp;</span>&nbsp;A<span class=\"diff_chg\">ccount&nbsp;impersonation</span>&nbsp;allows&nbsp;<span class=\"diff_chg\">user&nbsp;or</span>&nbsp;service&nbsp;a</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">r&nbsp;service&nbsp;accounts&nbsp;to&nbsp;temporarily&nbsp;act&nbsp;with&nbsp;the&nbsp;permissions&nbsp;o</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ccount<span class=\"diff_chg\">s&nbsp;to&nbsp;temporarily&nbsp;act</span>&nbsp;with&nbsp;<span class=\"diff_chg\">the&nbsp;permissions&nbsp;o</span>f<span class=\"diff_chg\">&nbsp;another&nbsp;a</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">f&nbsp;another&nbsp;account.&nbsp;For&nbsp;example,&nbsp;in&nbsp;</span>GC<span class=\"diff_chg\">P&nbsp;users&nbsp;with&nbsp;the&nbsp;`iam.s</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">ccount.&nbsp;For&nbsp;example,&nbsp;in&nbsp;GCP&nbsp;users&nbsp;with&nbsp;the&nbsp;`iam.serviceAccou</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">erviceAccount</span>T<span class=\"diff_chg\">okenCreator`&nbsp;role&nbsp;can&nbsp;create&nbsp;temporary&nbsp;access&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">ntTokenCreator`&nbsp;role&nbsp;can&nbsp;create&nbsp;temporary&nbsp;access&nbsp;tokens&nbsp;or&nbsp;s</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">tokens&nbsp;or&nbsp;sign&nbsp;arbitrary&nbsp;payloads&nbsp;with&nbsp;the&nbsp;permissions&nbsp;of&nbsp;a&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">ign&nbsp;arbitrary&nbsp;payloads&nbsp;with&nbsp;the&nbsp;permissions&nbsp;of&nbsp;a&nbsp;service&nbsp;acc</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">service&nbsp;account,&nbsp;while&nbsp;service&nbsp;accounts&nbsp;with&nbsp;domain-wide&nbsp;del</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">ount</span>.(Citation:&nbsp;<span class=\"diff_chg\">Google&nbsp;Cloud&nbsp;Service&nbsp;Account&nbsp;Authentication&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">egation&nbsp;permission&nbsp;are&nbsp;permitted&nbsp;to&nbsp;impersonate&nbsp;Google&nbsp;Works</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">Roles)</span>&nbsp;I<span class=\"diff_chg\">n&nbsp;Exchange&nbsp;Online,&nbsp;the&nbsp;`ApplicationImpersonation`&nbsp;ro</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">pace&nbsp;accounts.(Citation:&nbsp;Google&nbsp;Cloud&nbsp;Service</span>&nbsp;Acc<span class=\"diff_chg\">ount&nbsp;Authen</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">le&nbsp;allows&nbsp;a&nbsp;service&nbsp;account&nbsp;to&nbsp;use&nbsp;the&nbsp;permissions&nbsp;associate</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">tication&nbsp;Roles)(Citation:&nbsp;Hunters&nbsp;Domain&nbsp;Wide&nbsp;Delegation&nbsp;Goo</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">d&nbsp;with&nbsp;specified&nbsp;user&nbsp;accounts.(Citation:&nbsp;Microsoft&nbsp;Imperson</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">gle&nbsp;Workspace</span>&nbsp;2023)(Citation:&nbsp;<span class=\"diff_add\">Google&nbsp;Cloud&nbsp;Just&nbsp;in&nbsp;Time&nbsp;</span>A<span class=\"diff_chg\">cce</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">ation&nbsp;and</span>&nbsp;EWS&nbsp;in&nbsp;Exchange)&nbsp;&nbsp;&nbsp;Many&nbsp;cloud&nbsp;environments&nbsp;also&nbsp;in</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">ss</span>&nbsp;2023)<span class=\"diff_chg\">(Citation:&nbsp;Palo</span>&nbsp;A<span class=\"diff_chg\">lto&nbsp;Unit&nbsp;42&nbsp;Google&nbsp;Workspace&nbsp;Domain</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">clude&nbsp;mechanisms&nbsp;for&nbsp;users&nbsp;to&nbsp;pass&nbsp;roles&nbsp;to&nbsp;resources&nbsp;that&nbsp;a</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">&nbsp;Wide&nbsp;Delegation&nbsp;2023)&nbsp;In&nbsp;Exchange&nbsp;Online,&nbsp;the&nbsp;`ApplicationI</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">llow&nbsp;them&nbsp;to&nbsp;perform&nbsp;tasks&nbsp;and&nbsp;authenticate&nbsp;to&nbsp;other&nbsp;service</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">mpersonation`&nbsp;role</span>&nbsp;allows&nbsp;<span class=\"diff_chg\">a</span>&nbsp;service&nbsp;account<span class=\"diff_chg\">&nbsp;to&nbsp;use&nbsp;the&nbsp;permi</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s.&nbsp;While&nbsp;the&nbsp;user&nbsp;that&nbsp;creates&nbsp;the&nbsp;resource&nbsp;does&nbsp;not&nbsp;directl</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">ssions&nbsp;associated</span>&nbsp;with&nbsp;<span class=\"diff_chg\">speci</span>f<span class=\"diff_chg\">ied&nbsp;user&nbsp;accounts</span>.(Citation:&nbsp;<span class=\"diff_chg\">Mi</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">y&nbsp;assume&nbsp;the&nbsp;role&nbsp;they&nbsp;pass&nbsp;to&nbsp;it,&nbsp;they&nbsp;may&nbsp;still&nbsp;be&nbsp;able&nbsp;to</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">crosoft</span>&nbsp;I<span class=\"diff_chg\">mpersonation&nbsp;and</span>&nbsp;EWS&nbsp;in&nbsp;Exchange)&nbsp;&nbsp;&nbsp;Many&nbsp;cloud&nbsp;envi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;take&nbsp;advantage&nbsp;of&nbsp;the&nbsp;role's&nbsp;access&nbsp;--&nbsp;for&nbsp;example,&nbsp;by&nbsp;conf</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ronments&nbsp;also&nbsp;include&nbsp;mechanisms&nbsp;for&nbsp;users&nbsp;to&nbsp;pass&nbsp;roles&nbsp;to&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">iguring&nbsp;the&nbsp;resource&nbsp;to&nbsp;perform&nbsp;certain&nbsp;actions&nbsp;with&nbsp;the&nbsp;per</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">resources&nbsp;that&nbsp;allow&nbsp;them&nbsp;to&nbsp;perform&nbsp;tasks&nbsp;and&nbsp;authenticate&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">missions&nbsp;it&nbsp;has&nbsp;been&nbsp;granted.&nbsp;In&nbsp;AWS,&nbsp;users&nbsp;with&nbsp;the&nbsp;`PassRo</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">to&nbsp;other&nbsp;services.&nbsp;While&nbsp;the&nbsp;user&nbsp;that&nbsp;creates&nbsp;the&nbsp;resource&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">le`&nbsp;permission&nbsp;can&nbsp;allow&nbsp;a&nbsp;service&nbsp;they&nbsp;create&nbsp;to&nbsp;assume&nbsp;a&nbsp;g</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">does&nbsp;not&nbsp;directly&nbsp;assume&nbsp;the&nbsp;role&nbsp;they&nbsp;pass&nbsp;to&nbsp;it,&nbsp;they&nbsp;may&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">iven&nbsp;role,&nbsp;while&nbsp;in&nbsp;GCP,&nbsp;users&nbsp;with&nbsp;the&nbsp;`iam.serviceAccountU</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">still&nbsp;be&nbsp;able&nbsp;to&nbsp;take&nbsp;advantage&nbsp;of&nbsp;the&nbsp;role's&nbsp;access&nbsp;--&nbsp;for&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ser`&nbsp;role&nbsp;can&nbsp;attach&nbsp;a&nbsp;service&nbsp;account&nbsp;to&nbsp;a&nbsp;resource.(Citati</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">example,&nbsp;by&nbsp;configuring&nbsp;the&nbsp;resource&nbsp;to&nbsp;perform&nbsp;certain&nbsp;acti</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">on:&nbsp;AWS&nbsp;PassRole)(Citation:&nbsp;Google&nbsp;Cloud&nbsp;Service&nbsp;Account&nbsp;Aut</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ons&nbsp;with&nbsp;the&nbsp;permissions&nbsp;it&nbsp;has&nbsp;been&nbsp;granted.&nbsp;In&nbsp;AWS,&nbsp;users&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">hentication&nbsp;Roles)&nbsp;&nbsp;While&nbsp;users&nbsp;require&nbsp;specific&nbsp;role&nbsp;assign</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">with&nbsp;the&nbsp;`PassRole`&nbsp;permission&nbsp;can&nbsp;allow&nbsp;a&nbsp;service&nbsp;they&nbsp;crea</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ments&nbsp;in&nbsp;order&nbsp;to&nbsp;use&nbsp;any&nbsp;of&nbsp;these&nbsp;features,&nbsp;cloud&nbsp;administr</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">te&nbsp;to&nbsp;assume&nbsp;a&nbsp;given&nbsp;role,&nbsp;while&nbsp;in&nbsp;GCP,&nbsp;users&nbsp;with&nbsp;the&nbsp;`iam</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ators&nbsp;may&nbsp;misconfigure&nbsp;permissions.&nbsp;This&nbsp;could&nbsp;result&nbsp;in&nbsp;esc</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">.serviceAccountUser`&nbsp;role&nbsp;can&nbsp;attach&nbsp;a&nbsp;service&nbsp;account&nbsp;to&nbsp;a&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">alation&nbsp;paths&nbsp;that&nbsp;allow&nbsp;adversaries&nbsp;to&nbsp;gain&nbsp;access&nbsp;to&nbsp;resou</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">resource.(Citation:&nbsp;AWS&nbsp;PassRole)(Citation:&nbsp;Google&nbsp;Cloud&nbsp;Ser</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rces&nbsp;beyond&nbsp;what&nbsp;was&nbsp;originally&nbsp;intended.(Citation:&nbsp;Rhino&nbsp;Go</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">vice&nbsp;Account&nbsp;Authentication&nbsp;Roles)&nbsp;&nbsp;While&nbsp;users&nbsp;require&nbsp;spec</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ogle&nbsp;Cloud&nbsp;Privilege&nbsp;Escalation)(Citation:&nbsp;Rhino&nbsp;Security&nbsp;La</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ific&nbsp;role&nbsp;assignments&nbsp;in&nbsp;order&nbsp;to&nbsp;use&nbsp;any&nbsp;of&nbsp;these&nbsp;features,</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">bs&nbsp;AWS&nbsp;Privilege&nbsp;Escalation)&nbsp;&nbsp;**Note:**&nbsp;this&nbsp;technique&nbsp;is&nbsp;di</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;cloud&nbsp;administrators&nbsp;may&nbsp;misconfigure&nbsp;permissions.&nbsp;This&nbsp;cou</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">stinct&nbsp;from&nbsp;[Additional&nbsp;Cloud&nbsp;Roles](https://attack.mitre.or</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ld&nbsp;result&nbsp;in&nbsp;escalation&nbsp;paths&nbsp;that&nbsp;allow&nbsp;adversaries&nbsp;to&nbsp;gain</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">g/techniques/T1098/003),&nbsp;which&nbsp;involves&nbsp;assigning&nbsp;permanent&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;access&nbsp;to&nbsp;resources&nbsp;beyond&nbsp;what&nbsp;was&nbsp;originally&nbsp;intended.(Ci</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">roles&nbsp;to&nbsp;accounts&nbsp;rather&nbsp;than&nbsp;abusing&nbsp;existing&nbsp;permissions&nbsp;s</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tation:&nbsp;Rhino&nbsp;Google&nbsp;Cloud&nbsp;Privilege&nbsp;Escalation)(Citation:&nbsp;R</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tructures&nbsp;to&nbsp;gain&nbsp;temporarily&nbsp;elevated&nbsp;access&nbsp;to&nbsp;resources.&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">hino&nbsp;Security&nbsp;Labs&nbsp;AWS&nbsp;Privilege&nbsp;Escalation)&nbsp;&nbsp;**Note:**&nbsp;this</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">However,&nbsp;adversaries&nbsp;that&nbsp;compromise&nbsp;a&nbsp;sufficiently&nbsp;privileg</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;technique&nbsp;is&nbsp;distinct&nbsp;from&nbsp;[Additional&nbsp;Cloud&nbsp;Roles](https:/</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;account&nbsp;may&nbsp;grant&nbsp;another&nbsp;account&nbsp;they&nbsp;control&nbsp;[Additiona</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">/attack.mitre.org/techniques/T1098/003),&nbsp;which&nbsp;involves&nbsp;assi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">l&nbsp;Cloud&nbsp;Roles](https://attack.mitre.org/techniques/T1098/003</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">gning&nbsp;permanent&nbsp;roles&nbsp;to&nbsp;accounts&nbsp;rather&nbsp;than&nbsp;abusing&nbsp;existi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">)&nbsp;that&nbsp;would&nbsp;allow&nbsp;them&nbsp;to&nbsp;also&nbsp;abuse&nbsp;these&nbsp;features.&nbsp;This&nbsp;m</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ng&nbsp;permissions&nbsp;structures&nbsp;to&nbsp;gain&nbsp;temporarily&nbsp;elevated&nbsp;acces</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ay&nbsp;also&nbsp;allow&nbsp;for&nbsp;greater&nbsp;stealth&nbsp;than&nbsp;would&nbsp;be&nbsp;had&nbsp;by&nbsp;direc</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;to&nbsp;resources.&nbsp;However,&nbsp;adversaries&nbsp;that&nbsp;compromise&nbsp;a&nbsp;suffi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tly&nbsp;using&nbsp;the&nbsp;highly&nbsp;privileged&nbsp;account,&nbsp;especially&nbsp;when&nbsp;log</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ciently&nbsp;privileged&nbsp;account&nbsp;may&nbsp;grant&nbsp;another&nbsp;account&nbsp;they&nbsp;co</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;do&nbsp;not&nbsp;clarify&nbsp;when&nbsp;role&nbsp;impersonation&nbsp;is&nbsp;taking&nbsp;place.(Ci</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ntrol&nbsp;[Additional&nbsp;Cloud&nbsp;Roles](https://attack.mitre.org/tech</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tation:&nbsp;CrowdStrike&nbsp;StellarParticle&nbsp;January&nbsp;2022)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">niques/T1098/003)&nbsp;that&nbsp;would&nbsp;allow&nbsp;them&nbsp;to&nbsp;also&nbsp;abuse&nbsp;these&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">features.&nbsp;This&nbsp;may&nbsp;also&nbsp;allow&nbsp;for&nbsp;greater&nbsp;stealth&nbsp;than&nbsp;would</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;be&nbsp;had&nbsp;by&nbsp;directly&nbsp;using&nbsp;the&nbsp;highly&nbsp;privileged&nbsp;account,&nbsp;esp</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ecially&nbsp;when&nbsp;logs&nbsp;do&nbsp;not&nbsp;clarify&nbsp;when&nbsp;role&nbsp;impersonation&nbsp;is&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">taking&nbsp;place.(Citation:&nbsp;CrowdStrike&nbsp;StellarParticle&nbsp;January&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">2022)</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1018: User Account Management"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0002: User Account (User Account Modification)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--8a2f40cf-8325-47f9-96e4-b1ca4c7389bd",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-01-19 16:10:15.008000+00:00",
                    "modified": "2024-02-28 14:35:00.862000+00:00",
                    "name": "Additional Cloud Credentials",
                    "description": "Adversaries may add adversary-controlled credentials to a cloud account to maintain persistent access to victim accounts and instances within the environment.\n\nFor example, adversaries may add credentials for Service Principals and Applications in addition to existing legitimate credentials in Azure AD.(Citation: Microsoft SolarWinds Customer Guidance)(Citation: Blue Cloud of Death)(Citation: Blue Cloud of Death Video) These credentials include both x509 keys and passwords.(Citation: Microsoft SolarWinds Customer Guidance) With sufficient permissions, there are a variety of ways to add credentials including the Azure Portal, Azure command line interface, and Azure or Az PowerShell modules.(Citation: Demystifying Azure AD Service Principals)\n\nIn infrastructure-as-a-service (IaaS) environments, after gaining access through [Cloud Accounts](https://attack.mitre.org/techniques/T1078/004), adversaries may generate or import their own SSH keys using either the <code>CreateKeyPair</code> or <code>ImportKeyPair</code> API in AWS or the <code>gcloud compute os-login ssh-keys add</code> command in GCP.(Citation: GCP SSH Key Add) This allows persistent access to instances within the cloud environment without further usage of the compromised cloud accounts.(Citation: Expel IO Evil in AWS)(Citation: Expel Behind the Scenes)\n\nAdversaries may also use the <code>CreateAccessKey</code> API in AWS or the <code>gcloud iam service-accounts keys create</code> command in GCP to add access keys to an account. If the target account has different permissions from the requesting account, the adversary may also be able to escalate their privileges in the environment (i.e. [Cloud Accounts](https://attack.mitre.org/techniques/T1078/004)).(Citation: Rhino Security Labs AWS Privilege Escalation)(Citation: Sysdig ScarletEel 2.0) For example, in Azure AD environments, an adversary with the Application Administrator role can add a new set of credentials to their application's service principal. In doing so the adversary would be able to access the service principal\u2019s roles and permissions, which may be different from those of the Application Administrator.(Citation: SpecterOps Azure Privilege Escalation) \n\nIn AWS environments, adversaries with the appropriate permissions may also use the `sts:GetFederationToken` API call to create a temporary set of credentials to [Forge Web Credentials](https://attack.mitre.org/techniques/T1606) tied to the permissions of the original user account. These temporary credentials may remain valid for the duration of their lifetime even if the original account\u2019s API credentials are deactivated.\n(Citation: Crowdstrike AWS User Federation Persistence)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "persistence"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "privilege-escalation"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1098/001",
                            "external_id": "T1098.001"
                        },
                        {
                            "source_name": "Crowdstrike AWS User Federation Persistence",
                            "description": " Vaishnav Murthy and Joel Eng. (2023, January 30). How Adversaries Can Persist with AWS User Federation. Retrieved March 10, 2023.",
                            "url": "https://www.crowdstrike.com/blog/how-adversaries-persist-with-aws-user-federation/"
                        },
                        {
                            "source_name": "Expel IO Evil in AWS",
                            "description": "A. Randazzo, B. Manahan and S. Lipton. (2020, April 28). Finding Evil in AWS. Retrieved June 25, 2020.",
                            "url": "https://expel.io/blog/finding-evil-in-aws/"
                        },
                        {
                            "source_name": "SpecterOps Azure Privilege Escalation",
                            "description": "Andy Robbins. (2021, October 12). Azure Privilege Escalation via Service Principal Abuse. Retrieved April 1, 2022.",
                            "url": "https://posts.specterops.io/azure-privilege-escalation-via-service-principal-abuse-210ae2be2a5"
                        },
                        {
                            "source_name": "Demystifying Azure AD Service Principals",
                            "description": "Bellavance, Ned. (2019, July 16). Demystifying Azure AD Service Principals. Retrieved January 19, 2020.",
                            "url": "https://nedinthecloud.com/2019/07/16/demystifying-azure-ad-service-principals/"
                        },
                        {
                            "source_name": "GCP SSH Key Add",
                            "description": "Google. (n.d.). gcloud compute os-login ssh-keys add. Retrieved October 1, 2020.",
                            "url": "https://cloud.google.com/sdk/gcloud/reference/compute/os-login/ssh-keys/add"
                        },
                        {
                            "source_name": "Blue Cloud of Death Video",
                            "description": "Kunz, Bruce. (2018, October 14). Blue Cloud of Death: Red Teaming Azure. Retrieved November 21, 2019.",
                            "url": "https://www.youtube.com/watch?v=wQ1CuAPnrLM&feature=youtu.be&t=2815"
                        },
                        {
                            "source_name": "Blue Cloud of Death",
                            "description": "Kunz, Bryce. (2018, May 11). Blue Cloud of Death: Red Teaming Azure. Retrieved October 23, 2019.",
                            "url": "https://speakerdeck.com/tweekfawkes/blue-cloud-of-death-red-teaming-azure-1"
                        },
                        {
                            "source_name": "Microsoft SolarWinds Customer Guidance",
                            "description": "MSRC. (2020, December 13). Customer Guidance on Recent Nation-State Cyber Attacks. Retrieved December 17, 2020.",
                            "url": "https://msrc-blog.microsoft.com/2020/12/13/customer-guidance-on-recent-nation-state-cyber-attacks/"
                        },
                        {
                            "source_name": "Expel Behind the Scenes",
                            "description": "S. Lipton, L. Easterly, A. Randazzo and J. Hencinski. (2020, July 28). Behind the scenes in the Expel SOC: Alert-to-fix in AWS. Retrieved October 1, 2020.",
                            "url": "https://expel.io/blog/behind-the-scenes-expel-soc-alert-aws/"
                        },
                        {
                            "source_name": "Sysdig ScarletEel 2.0",
                            "description": "SCARLETEEL 2.0: Fargate, Kubernetes, and Crypto. (2023, July 11). SCARLETEEL 2.0: Fargate, Kubernetes, and Crypto. Retrieved July 12, 2023.",
                            "url": "https://sysdig.com/blog/scarleteel-2-0/"
                        },
                        {
                            "source_name": "Rhino Security Labs AWS Privilege Escalation",
                            "description": "Spencer Gietzen. (n.d.). AWS IAM Privilege Escalation \u2013 Methods and Mitigation. Retrieved May 27, 2022.",
                            "url": "https://rhinosecuritylabs.com/aws/aws-privilege-escalation-methods-mitigation/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Expel",
                        "Oleg Kolesnikov, Securonix",
                        "Jannie Li, Microsoft Threat Intelligence\u202fCenter\u202f(MSTIC)",
                        "Zur Ulianitzky, XM Cyber",
                        "Alex Soler, AttackIQ",
                        "Dylan Silva, AWS Security",
                        "Arad Inbar, Fidelis Security"
                    ],
                    "x_mitre_data_sources": [
                        "User Account: User Account Modification"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor Azure Activity Logs for Service Principal and Application modifications. Monitor for the usage of APIs that create or import SSH keys, particularly by unexpected users or accounts such as the root account.\n\nMonitor for use of credentials at unusual times or to unusual systems or services. This may also correlate with other suspicious activity.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "IaaS",
                        "Azure AD",
                        "SaaS"
                    ],
                    "x_mitre_version": "2.7",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-02-28 14:35:00.862000+00:00\", \"old_value\": \"2023-10-03 17:37:24.011000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may add adversary-controlled credentials to a cloud account to maintain persistent access to victim accounts and instances within the environment.\\n\\nFor example, adversaries may add credentials for Service Principals and Applications in addition to existing legitimate credentials in Azure AD.(Citation: Microsoft SolarWinds Customer Guidance)(Citation: Blue Cloud of Death)(Citation: Blue Cloud of Death Video) These credentials include both x509 keys and passwords.(Citation: Microsoft SolarWinds Customer Guidance) With sufficient permissions, there are a variety of ways to add credentials including the Azure Portal, Azure command line interface, and Azure or Az PowerShell modules.(Citation: Demystifying Azure AD Service Principals)\\n\\nIn infrastructure-as-a-service (IaaS) environments, after gaining access through [Cloud Accounts](https://attack.mitre.org/techniques/T1078/004), adversaries may generate or import their own SSH keys using either the <code>CreateKeyPair</code> or <code>ImportKeyPair</code> API in AWS or the <code>gcloud compute os-login ssh-keys add</code> command in GCP.(Citation: GCP SSH Key Add) This allows persistent access to instances within the cloud environment without further usage of the compromised cloud accounts.(Citation: Expel IO Evil in AWS)(Citation: Expel Behind the Scenes)\\n\\nAdversaries may also use the <code>CreateAccessKey</code> API in AWS or the <code>gcloud iam service-accounts keys create</code> command in GCP to add access keys to an account. If the target account has different permissions from the requesting account, the adversary may also be able to escalate their privileges in the environment (i.e. [Cloud Accounts](https://attack.mitre.org/techniques/T1078/004)).(Citation: Rhino Security Labs AWS Privilege Escalation)(Citation: Sysdig ScarletEel 2.0) For example, in Azure AD environments, an adversary with the Application Administrator role can add a new set of credentials to their application's service principal. In doing so the adversary would be able to access the service principal\\u2019s roles and permissions, which may be different from those of the Application Administrator.(Citation: SpecterOps Azure Privilege Escalation) \\n\\nIn AWS environments, adversaries with the appropriate permissions may also use the `sts:GetFederationToken` API call to create a temporary set of credentials to [Forge Web Credentials](https://attack.mitre.org/techniques/T1606) tied to the permissions of the original user account. These temporary credentials may remain valid for the duration of their lifetime even if the original account\\u2019s API credentials are deactivated.\\n(Citation: Crowdstrike AWS User Federation Persistence)\", \"old_value\": \"Adversaries may add adversary-controlled credentials to a cloud account to maintain persistent access to victim accounts and instances within the environment.\\n\\nFor example, adversaries may add credentials for Service Principals and Applications in addition to existing legitimate credentials in Azure AD.(Citation: Microsoft SolarWinds Customer Guidance)(Citation: Blue Cloud of Death)(Citation: Blue Cloud of Death Video) These credentials include both x509 keys and passwords.(Citation: Microsoft SolarWinds Customer Guidance) With sufficient permissions, there are a variety of ways to add credentials including the Azure Portal, Azure command line interface, and Azure or Az PowerShell modules.(Citation: Demystifying Azure AD Service Principals)\\n\\nIn infrastructure-as-a-service (IaaS) environments, after gaining access through [Cloud Accounts](https://attack.mitre.org/techniques/T1078/004), adversaries may generate or import their own SSH keys using either the <code>CreateKeyPair</code> or <code>ImportKeyPair</code> API in AWS or the <code>gcloud compute os-login ssh-keys add</code> command in GCP.(Citation: GCP SSH Key Add) This allows persistent access to instances within the cloud environment without further usage of the compromised cloud accounts.(Citation: Expel IO Evil in AWS)(Citation: Expel Behind the Scenes)\\n\\nAdversaries may also use the <code>CreateAccessKey</code> API in AWS or the <code>gcloud iam service-accounts keys create</code> command in GCP to add access keys to an account. If the target account has different permissions from the requesting account, the adversary may also be able to escalate their privileges in the environment (i.e. [Cloud Accounts](https://attack.mitre.org/techniques/T1078/004)).(Citation: Rhino Security Labs AWS Privilege Escalation)(Citation: Sysdig ScarletEel 2.0) For example, in Azure AD environments, an adversary with the Application Administrator role can add a new set of credentials to their application's service principal. In doing so the adversary would be able to access the service principal\\u2019s roles and permissions, which may be different from those of the Application Administrator.(Citation: SpecterOps Azure Privilege Escalation) \\n\\nIn AWS environments, adversaries with the appropriate permissions may also use the `sts:GetFederationToken` API call to create a temporary set of credentials tied to the permissions of the original user account. These credentials may remain valid for the duration of their lifetime even if the original account\\u2019s API credentials are deactivated.\\n(Citation: Crowdstrike AWS User Federation Persistence)\", \"diff\": \"--- \\n+++ \\n@@ -6,5 +6,5 @@\\n \\n Adversaries may also use the <code>CreateAccessKey</code> API in AWS or the <code>gcloud iam service-accounts keys create</code> command in GCP to add access keys to an account. If the target account has different permissions from the requesting account, the adversary may also be able to escalate their privileges in the environment (i.e. [Cloud Accounts](https://attack.mitre.org/techniques/T1078/004)).(Citation: Rhino Security Labs AWS Privilege Escalation)(Citation: Sysdig ScarletEel 2.0) For example, in Azure AD environments, an adversary with the Application Administrator role can add a new set of credentials to their application's service principal. In doing so the adversary would be able to access the service principal\\u2019s roles and permissions, which may be different from those of the Application Administrator.(Citation: SpecterOps Azure Privilege Escalation) \\n \\n-In AWS environments, adversaries with the appropriate permissions may also use the `sts:GetFederationToken` API call to create a temporary set of credentials tied to the permissions of the original user account. These credentials may remain valid for the duration of their lifetime even if the original account\\u2019s API credentials are deactivated.\\n+In AWS environments, adversaries with the appropriate permissions may also use the `sts:GetFederationToken` API call to create a temporary set of credentials to [Forge Web Credentials](https://attack.mitre.org/techniques/T1606) tied to the permissions of the original user account. These temporary credentials may remain valid for the duration of their lifetime even if the original account\\u2019s API credentials are deactivated.\\n (Citation: Crowdstrike AWS User Federation Persistence)\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.7\", \"old_value\": \"2.6\"}}}",
                    "previous_version": "2.6",
                    "version_change": "2.6 \u2192 2.7",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to97__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to97__0\"><a href=\"#difflib_chg_to97__top\">t</a></td><td class=\"diff_header\" id=\"from97_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;add&nbsp;adversary-controlled&nbsp;credentials&nbsp;to&nbsp;a&nbsp;cl</td><td class=\"diff_next\"><a href=\"#difflib_chg_to97__top\">t</a></td><td class=\"diff_header\" id=\"to97_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;add&nbsp;adversary-controlled&nbsp;credentials&nbsp;to&nbsp;a&nbsp;cl</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">oud&nbsp;account&nbsp;to&nbsp;maintain&nbsp;persistent&nbsp;access&nbsp;to&nbsp;victim&nbsp;accounts</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">oud&nbsp;account&nbsp;to&nbsp;maintain&nbsp;persistent&nbsp;access&nbsp;to&nbsp;victim&nbsp;accounts</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;and&nbsp;instances&nbsp;within&nbsp;the&nbsp;environment.&nbsp;&nbsp;For&nbsp;example,&nbsp;adversa</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;and&nbsp;instances&nbsp;within&nbsp;the&nbsp;environment.&nbsp;&nbsp;For&nbsp;example,&nbsp;adversa</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ries&nbsp;may&nbsp;add&nbsp;credentials&nbsp;for&nbsp;Service&nbsp;Principals&nbsp;and&nbsp;Applicat</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ries&nbsp;may&nbsp;add&nbsp;credentials&nbsp;for&nbsp;Service&nbsp;Principals&nbsp;and&nbsp;Applicat</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ions&nbsp;in&nbsp;addition&nbsp;to&nbsp;existing&nbsp;legitimate&nbsp;credentials&nbsp;in&nbsp;Azure</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ions&nbsp;in&nbsp;addition&nbsp;to&nbsp;existing&nbsp;legitimate&nbsp;credentials&nbsp;in&nbsp;Azure</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;AD.(Citation:&nbsp;Microsoft&nbsp;SolarWinds&nbsp;Customer&nbsp;Guidance)(Citat</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;AD.(Citation:&nbsp;Microsoft&nbsp;SolarWinds&nbsp;Customer&nbsp;Guidance)(Citat</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ion:&nbsp;Blue&nbsp;Cloud&nbsp;of&nbsp;Death)(Citation:&nbsp;Blue&nbsp;Cloud&nbsp;of&nbsp;Death&nbsp;Vide</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ion:&nbsp;Blue&nbsp;Cloud&nbsp;of&nbsp;Death)(Citation:&nbsp;Blue&nbsp;Cloud&nbsp;of&nbsp;Death&nbsp;Vide</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">o)&nbsp;These&nbsp;credentials&nbsp;include&nbsp;both&nbsp;x509&nbsp;keys&nbsp;and&nbsp;passwords.(C</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">o)&nbsp;These&nbsp;credentials&nbsp;include&nbsp;both&nbsp;x509&nbsp;keys&nbsp;and&nbsp;passwords.(C</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">itation:&nbsp;Microsoft&nbsp;SolarWinds&nbsp;Customer&nbsp;Guidance)&nbsp;With&nbsp;suffic</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">itation:&nbsp;Microsoft&nbsp;SolarWinds&nbsp;Customer&nbsp;Guidance)&nbsp;With&nbsp;suffic</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ient&nbsp;permissions,&nbsp;there&nbsp;are&nbsp;a&nbsp;variety&nbsp;of&nbsp;ways&nbsp;to&nbsp;add&nbsp;credent</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ient&nbsp;permissions,&nbsp;there&nbsp;are&nbsp;a&nbsp;variety&nbsp;of&nbsp;ways&nbsp;to&nbsp;add&nbsp;credent</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ials&nbsp;including&nbsp;the&nbsp;Azure&nbsp;Portal,&nbsp;Azure&nbsp;command&nbsp;line&nbsp;interfac</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ials&nbsp;including&nbsp;the&nbsp;Azure&nbsp;Portal,&nbsp;Azure&nbsp;command&nbsp;line&nbsp;interfac</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e,&nbsp;and&nbsp;Azure&nbsp;or&nbsp;Az&nbsp;PowerShell&nbsp;modules.(Citation:&nbsp;Demystifyin</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e,&nbsp;and&nbsp;Azure&nbsp;or&nbsp;Az&nbsp;PowerShell&nbsp;modules.(Citation:&nbsp;Demystifyin</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">g&nbsp;Azure&nbsp;AD&nbsp;Service&nbsp;Principals)&nbsp;&nbsp;In&nbsp;infrastructure-as-a-servi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">g&nbsp;Azure&nbsp;AD&nbsp;Service&nbsp;Principals)&nbsp;&nbsp;In&nbsp;infrastructure-as-a-servi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ce&nbsp;(IaaS)&nbsp;environments,&nbsp;after&nbsp;gaining&nbsp;access&nbsp;through&nbsp;[Cloud&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ce&nbsp;(IaaS)&nbsp;environments,&nbsp;after&nbsp;gaining&nbsp;access&nbsp;through&nbsp;[Cloud&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Accounts](https://attack.mitre.org/techniques/T1078/004),&nbsp;ad</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Accounts](https://attack.mitre.org/techniques/T1078/004),&nbsp;ad</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">versaries&nbsp;may&nbsp;generate&nbsp;or&nbsp;import&nbsp;their&nbsp;own&nbsp;SSH&nbsp;keys&nbsp;using&nbsp;ei</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">versaries&nbsp;may&nbsp;generate&nbsp;or&nbsp;import&nbsp;their&nbsp;own&nbsp;SSH&nbsp;keys&nbsp;using&nbsp;ei</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ther&nbsp;the&nbsp;&lt;code&gt;CreateKeyPair&lt;/code&gt;&nbsp;or&nbsp;&lt;code&gt;ImportKeyPair&lt;/</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ther&nbsp;the&nbsp;&lt;code&gt;CreateKeyPair&lt;/code&gt;&nbsp;or&nbsp;&lt;code&gt;ImportKeyPair&lt;/</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">code&gt;&nbsp;API&nbsp;in&nbsp;AWS&nbsp;or&nbsp;the&nbsp;&lt;code&gt;gcloud&nbsp;compute&nbsp;os-login&nbsp;ssh-ke</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">code&gt;&nbsp;API&nbsp;in&nbsp;AWS&nbsp;or&nbsp;the&nbsp;&lt;code&gt;gcloud&nbsp;compute&nbsp;os-login&nbsp;ssh-ke</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ys&nbsp;add&lt;/code&gt;&nbsp;command&nbsp;in&nbsp;GCP.(Citation:&nbsp;GCP&nbsp;SSH&nbsp;Key&nbsp;Add)&nbsp;Thi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ys&nbsp;add&lt;/code&gt;&nbsp;command&nbsp;in&nbsp;GCP.(Citation:&nbsp;GCP&nbsp;SSH&nbsp;Key&nbsp;Add)&nbsp;Thi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;allows&nbsp;persistent&nbsp;access&nbsp;to&nbsp;instances&nbsp;within&nbsp;the&nbsp;cloud&nbsp;env</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;allows&nbsp;persistent&nbsp;access&nbsp;to&nbsp;instances&nbsp;within&nbsp;the&nbsp;cloud&nbsp;env</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ironment&nbsp;without&nbsp;further&nbsp;usage&nbsp;of&nbsp;the&nbsp;compromised&nbsp;cloud&nbsp;acco</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ironment&nbsp;without&nbsp;further&nbsp;usage&nbsp;of&nbsp;the&nbsp;compromised&nbsp;cloud&nbsp;acco</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">unts.(Citation:&nbsp;Expel&nbsp;IO&nbsp;Evil&nbsp;in&nbsp;AWS)(Citation:&nbsp;Expel&nbsp;Behind</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">unts.(Citation:&nbsp;Expel&nbsp;IO&nbsp;Evil&nbsp;in&nbsp;AWS)(Citation:&nbsp;Expel&nbsp;Behind</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;the&nbsp;Scenes)&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;use&nbsp;the&nbsp;&lt;code&gt;CreateAcces</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;the&nbsp;Scenes)&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;use&nbsp;the&nbsp;&lt;code&gt;CreateAcces</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">sKey&lt;/code&gt;&nbsp;API&nbsp;in&nbsp;AWS&nbsp;or&nbsp;the&nbsp;&lt;code&gt;gcloud&nbsp;iam&nbsp;service-accou</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">sKey&lt;/code&gt;&nbsp;API&nbsp;in&nbsp;AWS&nbsp;or&nbsp;the&nbsp;&lt;code&gt;gcloud&nbsp;iam&nbsp;service-accou</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nts&nbsp;keys&nbsp;create&lt;/code&gt;&nbsp;command&nbsp;in&nbsp;GCP&nbsp;to&nbsp;add&nbsp;access&nbsp;keys&nbsp;to&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nts&nbsp;keys&nbsp;create&lt;/code&gt;&nbsp;command&nbsp;in&nbsp;GCP&nbsp;to&nbsp;add&nbsp;access&nbsp;keys&nbsp;to&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">an&nbsp;account.&nbsp;If&nbsp;the&nbsp;target&nbsp;account&nbsp;has&nbsp;different&nbsp;permissions&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">an&nbsp;account.&nbsp;If&nbsp;the&nbsp;target&nbsp;account&nbsp;has&nbsp;different&nbsp;permissions&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">from&nbsp;the&nbsp;requesting&nbsp;account,&nbsp;the&nbsp;adversary&nbsp;may&nbsp;also&nbsp;be&nbsp;able&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">from&nbsp;the&nbsp;requesting&nbsp;account,&nbsp;the&nbsp;adversary&nbsp;may&nbsp;also&nbsp;be&nbsp;able&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">to&nbsp;escalate&nbsp;their&nbsp;privileges&nbsp;in&nbsp;the&nbsp;environment&nbsp;(i.e.&nbsp;[Cloud</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">to&nbsp;escalate&nbsp;their&nbsp;privileges&nbsp;in&nbsp;the&nbsp;environment&nbsp;(i.e.&nbsp;[Cloud</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Accounts](https://attack.mitre.org/techniques/T1078/004)).(</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Accounts](https://attack.mitre.org/techniques/T1078/004)).(</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Citation:&nbsp;Rhino&nbsp;Security&nbsp;Labs&nbsp;AWS&nbsp;Privilege&nbsp;Escalation)(Cita</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Citation:&nbsp;Rhino&nbsp;Security&nbsp;Labs&nbsp;AWS&nbsp;Privilege&nbsp;Escalation)(Cita</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tion:&nbsp;Sysdig&nbsp;ScarletEel&nbsp;2.0)&nbsp;For&nbsp;example,&nbsp;in&nbsp;Azure&nbsp;AD&nbsp;enviro</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tion:&nbsp;Sysdig&nbsp;ScarletEel&nbsp;2.0)&nbsp;For&nbsp;example,&nbsp;in&nbsp;Azure&nbsp;AD&nbsp;enviro</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nments,&nbsp;an&nbsp;adversary&nbsp;with&nbsp;the&nbsp;Application&nbsp;Administrator&nbsp;role</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nments,&nbsp;an&nbsp;adversary&nbsp;with&nbsp;the&nbsp;Application&nbsp;Administrator&nbsp;role</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;can&nbsp;add&nbsp;a&nbsp;new&nbsp;set&nbsp;of&nbsp;credentials&nbsp;to&nbsp;their&nbsp;application's&nbsp;ser</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;can&nbsp;add&nbsp;a&nbsp;new&nbsp;set&nbsp;of&nbsp;credentials&nbsp;to&nbsp;their&nbsp;application's&nbsp;ser</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">vice&nbsp;principal.&nbsp;In&nbsp;doing&nbsp;so&nbsp;the&nbsp;adversary&nbsp;would&nbsp;be&nbsp;able&nbsp;to&nbsp;a</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">vice&nbsp;principal.&nbsp;In&nbsp;doing&nbsp;so&nbsp;the&nbsp;adversary&nbsp;would&nbsp;be&nbsp;able&nbsp;to&nbsp;a</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ccess&nbsp;the&nbsp;service&nbsp;principal\u2019s&nbsp;roles&nbsp;and&nbsp;permissions,&nbsp;which&nbsp;m</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ccess&nbsp;the&nbsp;service&nbsp;principal\u2019s&nbsp;roles&nbsp;and&nbsp;permissions,&nbsp;which&nbsp;m</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ay&nbsp;be&nbsp;different&nbsp;from&nbsp;those&nbsp;of&nbsp;the&nbsp;Application&nbsp;Administrator.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ay&nbsp;be&nbsp;different&nbsp;from&nbsp;those&nbsp;of&nbsp;the&nbsp;Application&nbsp;Administrator.</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">(Citation:&nbsp;SpecterOps&nbsp;Azure&nbsp;Privilege&nbsp;Escalation)&nbsp;&nbsp;&nbsp;In&nbsp;AWS&nbsp;e</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">(Citation:&nbsp;SpecterOps&nbsp;Azure&nbsp;Privilege&nbsp;Escalation)&nbsp;&nbsp;&nbsp;In&nbsp;AWS&nbsp;e</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nvironments,&nbsp;adversaries&nbsp;with&nbsp;the&nbsp;appropriate&nbsp;permissions&nbsp;ma</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nvironments,&nbsp;adversaries&nbsp;with&nbsp;the&nbsp;appropriate&nbsp;permissions&nbsp;ma</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">y&nbsp;also&nbsp;use&nbsp;the&nbsp;`sts:GetFederationToken`&nbsp;API&nbsp;call&nbsp;to&nbsp;create&nbsp;a</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">y&nbsp;also&nbsp;use&nbsp;the&nbsp;`sts:GetFederationToken`&nbsp;API&nbsp;call&nbsp;to&nbsp;create&nbsp;a</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;temporary&nbsp;set&nbsp;of&nbsp;credentials&nbsp;t<span class=\"diff_chg\">ied&nbsp;to&nbsp;the&nbsp;permissions&nbsp;of&nbsp;the</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;temporary&nbsp;set&nbsp;of&nbsp;credentials&nbsp;t<span class=\"diff_chg\">o&nbsp;[For</span>g<span class=\"diff_chg\">e&nbsp;Web&nbsp;Credentials](htt</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">&nbsp;ori</span>g<span class=\"diff_chg\">inal&nbsp;user&nbsp;account</span>.<span class=\"diff_chg\">&nbsp;</span>T<span class=\"diff_chg\">hese&nbsp;credentials&nbsp;may&nbsp;remain&nbsp;valid&nbsp;f</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">ps://attack</span>.<span class=\"diff_chg\">mitre.org/techniques/</span>T<span class=\"diff_chg\">1606)&nbsp;tied&nbsp;to&nbsp;the&nbsp;permissi</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">or&nbsp;the&nbsp;duration&nbsp;of&nbsp;their&nbsp;lifetime&nbsp;even&nbsp;if&nbsp;the</span>&nbsp;original&nbsp;accou</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">ons&nbsp;of&nbsp;the</span>&nbsp;original&nbsp;<span class=\"diff_add\">user&nbsp;account.&nbsp;These&nbsp;temporary&nbsp;credential</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nt\u2019s&nbsp;API&nbsp;credentials&nbsp;are&nbsp;deactivated.&nbsp;(Citation:&nbsp;Crowdstrike</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">s&nbsp;may&nbsp;remain&nbsp;valid&nbsp;for&nbsp;the&nbsp;duration&nbsp;of&nbsp;their&nbsp;lifetime&nbsp;even&nbsp;i</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;AWS&nbsp;User&nbsp;Federation&nbsp;Persistence)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">f&nbsp;the&nbsp;original&nbsp;</span>account\u2019s&nbsp;API&nbsp;credentials&nbsp;are&nbsp;deactivated.&nbsp;(C</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">itation:&nbsp;Crowdstrike&nbsp;AWS&nbsp;User&nbsp;Federation&nbsp;Persistence)</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1018: User Account Management",
                            "M1026: Privileged Account Management",
                            "M1030: Network Segmentation",
                            "M1032: Multi-factor Authentication"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0002: User Account (User Account Modification)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--2dbbdcd5-92cf-44c0-aea2-fe24783a6bc3",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-01-19 16:59:45.362000+00:00",
                    "modified": "2024-03-29 18:29:06.873000+00:00",
                    "name": "Additional Cloud Roles",
                    "description": "An adversary may add additional roles or permissions to an adversary-controlled cloud account to maintain persistent access to a tenant. For example, adversaries may update IAM policies in cloud-based environments or add a new global administrator in Office 365 environments.(Citation: AWS IAM Policies and Permissions)(Citation: Google Cloud IAM Policies)(Citation: Microsoft Support O365 Add Another Admin, October 2019)(Citation: Microsoft O365 Admin Roles) With sufficient permissions, a compromised account can gain almost unlimited access to data and settings (including the ability to reset the passwords of other admins).(Citation: Expel AWS Attacker)\n(Citation: Microsoft O365 Admin Roles) \n\nThis account modification may immediately follow [Create Account](https://attack.mitre.org/techniques/T1136) or other malicious account activity. Adversaries may also modify existing [Valid Accounts](https://attack.mitre.org/techniques/T1078) that they have compromised. This could lead to privilege escalation, particularly if the roles added allow for lateral movement to additional accounts.\n\nFor example, in AWS environments, an adversary with appropriate permissions may be able to use the <code>CreatePolicyVersion</code> API to define a new version of an IAM policy or the <code>AttachUserPolicy</code> API to attach an IAM policy with additional or distinct permissions to a compromised user account.(Citation: Rhino Security Labs AWS Privilege Escalation)\n\nIn some cases, adversaries may add roles to adversary-controlled accounts outside the victim cloud tenant. This allows these external accounts to perform actions inside the victim tenant without requiring the adversary to [Create Account](https://attack.mitre.org/techniques/T1136) or modify a victim-owned account.(Citation: Invictus IR DangerDev 2024)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "persistence"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "privilege-escalation"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1098/003",
                            "external_id": "T1098.003"
                        },
                        {
                            "source_name": "Expel AWS Attacker",
                            "description": " Brian Bahtiarian, David Blanton, Britton Manahan and Kyle Pellett. (2022, April 5). Incident report: From CLI to console, chasing an attacker in AWS. Retrieved April 7, 2022.",
                            "url": "https://expel.com/blog/incident-report-from-cli-to-console-chasing-an-attacker-in-aws/"
                        },
                        {
                            "source_name": "Microsoft O365 Admin Roles",
                            "description": "Ako-Adjei, K., Dickhaus, M., Baumgartner, P., Faigel, D., et. al.. (2019, October 8). About admin roles. Retrieved October 18, 2019.",
                            "url": "https://docs.microsoft.com/en-us/office365/admin/add-users/about-admin-roles?view=o365-worldwide"
                        },
                        {
                            "source_name": "AWS IAM Policies and Permissions",
                            "description": "AWS. (n.d.). Policies and permissions in IAM. Retrieved April 1, 2022.",
                            "url": "https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html"
                        },
                        {
                            "source_name": "Google Cloud IAM Policies",
                            "description": "Google Cloud. (2022, March 31). Understanding policies. Retrieved April 1, 2022.",
                            "url": "https://cloud.google.com/iam/docs/policies"
                        },
                        {
                            "source_name": "Invictus IR DangerDev 2024",
                            "description": "Invictus Incident Response. (2024, January 31). The curious case of DangerDev@protonmail.me. Retrieved March 19, 2024.",
                            "url": "https://www.invictus-ir.com/news/the-curious-case-of-dangerdev-protonmail-me"
                        },
                        {
                            "source_name": "Microsoft Support O365 Add Another Admin, October 2019",
                            "description": "Microsoft. (n.d.). Add Another Admin. Retrieved October 18, 2019.",
                            "url": "https://support.office.com/en-us/article/add-another-admin-f693489f-9f55-4bd0-a637-a81ce93de22d"
                        },
                        {
                            "source_name": "Rhino Security Labs AWS Privilege Escalation",
                            "description": "Spencer Gietzen. (n.d.). AWS IAM Privilege Escalation \u2013 Methods and Mitigation. Retrieved May 27, 2022.",
                            "url": "https://rhinosecuritylabs.com/aws/aws-privilege-escalation-methods-mitigation/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Microsoft Threat Intelligence Center (MSTIC)",
                        "Alex Parsons, Crowdstrike",
                        "Chris Romano, Crowdstrike",
                        "Wojciech Lesicki",
                        "Pi\u00e0 Consigny, Tenable",
                        "Cl\u00e9ment Notin, Tenable",
                        "Praetorian",
                        "Alex Soler, AttackIQ",
                        "Arad Inbar, Fidelis Security"
                    ],
                    "x_mitre_data_sources": [
                        "User Account: User Account Modification"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Collect activity logs from IAM services and cloud administrator accounts to identify unusual activity in the assignment of roles to those accounts. Monitor for accounts assigned to admin roles that go over a certain threshold of known admins. ",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Office 365",
                        "IaaS",
                        "SaaS",
                        "Google Workspace",
                        "Azure AD"
                    ],
                    "x_mitre_version": "2.4",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-03-29 18:29:06.873000+00:00\", \"old_value\": \"2023-10-03 17:37:41.250000+00:00\"}, \"root['description']\": {\"new_value\": \"An adversary may add additional roles or permissions to an adversary-controlled cloud account to maintain persistent access to a tenant. For example, adversaries may update IAM policies in cloud-based environments or add a new global administrator in Office 365 environments.(Citation: AWS IAM Policies and Permissions)(Citation: Google Cloud IAM Policies)(Citation: Microsoft Support O365 Add Another Admin, October 2019)(Citation: Microsoft O365 Admin Roles) With sufficient permissions, a compromised account can gain almost unlimited access to data and settings (including the ability to reset the passwords of other admins).(Citation: Expel AWS Attacker)\\n(Citation: Microsoft O365 Admin Roles) \\n\\nThis account modification may immediately follow [Create Account](https://attack.mitre.org/techniques/T1136) or other malicious account activity. Adversaries may also modify existing [Valid Accounts](https://attack.mitre.org/techniques/T1078) that they have compromised. This could lead to privilege escalation, particularly if the roles added allow for lateral movement to additional accounts.\\n\\nFor example, in AWS environments, an adversary with appropriate permissions may be able to use the <code>CreatePolicyVersion</code> API to define a new version of an IAM policy or the <code>AttachUserPolicy</code> API to attach an IAM policy with additional or distinct permissions to a compromised user account.(Citation: Rhino Security Labs AWS Privilege Escalation)\\n\\nIn some cases, adversaries may add roles to adversary-controlled accounts outside the victim cloud tenant. This allows these external accounts to perform actions inside the victim tenant without requiring the adversary to [Create Account](https://attack.mitre.org/techniques/T1136) or modify a victim-owned account.(Citation: Invictus IR DangerDev 2024)\", \"old_value\": \"An adversary may add additional roles or permissions to an adversary-controlled cloud account to maintain persistent access to a tenant. For example, adversaries may update IAM policies in cloud-based environments or add a new global administrator in Office 365 environments.(Citation: AWS IAM Policies and Permissions)(Citation: Google Cloud IAM Policies)(Citation: Microsoft Support O365 Add Another Admin, October 2019)(Citation: Microsoft O365 Admin Roles) With sufficient permissions, a compromised account can gain almost unlimited access to data and settings (including the ability to reset the passwords of other admins).(Citation: Expel AWS Attacker)\\n(Citation: Microsoft O365 Admin Roles) \\n\\nThis account modification may immediately follow [Create Account](https://attack.mitre.org/techniques/T1136) or other malicious account activity. Adversaries may also modify existing [Valid Accounts](https://attack.mitre.org/techniques/T1078) that they have compromised. This could lead to privilege escalation, particularly if the roles added allow for lateral movement to additional accounts.\\n\\nFor example, in AWS environments, an adversary with appropriate permissions may be able to use the <code>CreatePolicyVersion</code> API to define a new version of an IAM policy or the <code>AttachUserPolicy</code> API to attach an IAM policy with additional or distinct permissions to a compromised user account.(Citation: Rhino Security Labs AWS Privilege Escalation)\", \"diff\": \"--- \\n+++ \\n@@ -4,3 +4,5 @@\\n This account modification may immediately follow [Create Account](https://attack.mitre.org/techniques/T1136) or other malicious account activity. Adversaries may also modify existing [Valid Accounts](https://attack.mitre.org/techniques/T1078) that they have compromised. This could lead to privilege escalation, particularly if the roles added allow for lateral movement to additional accounts.\\n \\n For example, in AWS environments, an adversary with appropriate permissions may be able to use the <code>CreatePolicyVersion</code> API to define a new version of an IAM policy or the <code>AttachUserPolicy</code> API to attach an IAM policy with additional or distinct permissions to a compromised user account.(Citation: Rhino Security Labs AWS Privilege Escalation)\\n+\\n+In some cases, adversaries may add roles to adversary-controlled accounts outside the victim cloud tenant. This allows these external accounts to perform actions inside the victim tenant without requiring the adversary to [Create Account](https://attack.mitre.org/techniques/T1136) or modify a victim-owned account.(Citation: Invictus IR DangerDev 2024)\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.4\", \"old_value\": \"2.3\"}}, \"iterable_item_added\": {\"root['external_references'][5]\": {\"source_name\": \"Invictus IR DangerDev 2024\", \"description\": \"Invictus Incident Response. (2024, January 31). The curious case of DangerDev@protonmail.me. Retrieved March 19, 2024.\", \"url\": \"https://www.invictus-ir.com/news/the-curious-case-of-dangerdev-protonmail-me\"}}}",
                    "previous_version": "2.3",
                    "version_change": "2.3 \u2192 2.4",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to79__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to79__0\"><a href=\"#difflib_chg_to79__top\">t</a></td><td class=\"diff_header\" id=\"from79_1\">1</td><td nowrap=\"nowrap\">An&nbsp;adversary&nbsp;may&nbsp;add&nbsp;additional&nbsp;roles&nbsp;or&nbsp;permissions&nbsp;to&nbsp;an&nbsp;a</td><td class=\"diff_next\"><a href=\"#difflib_chg_to79__top\">t</a></td><td class=\"diff_header\" id=\"to79_1\">1</td><td nowrap=\"nowrap\">An&nbsp;adversary&nbsp;may&nbsp;add&nbsp;additional&nbsp;roles&nbsp;or&nbsp;permissions&nbsp;to&nbsp;an&nbsp;a</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">dversary-controlled&nbsp;cloud&nbsp;account&nbsp;to&nbsp;maintain&nbsp;persistent&nbsp;acc</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">dversary-controlled&nbsp;cloud&nbsp;account&nbsp;to&nbsp;maintain&nbsp;persistent&nbsp;acc</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ess&nbsp;to&nbsp;a&nbsp;tenant.&nbsp;For&nbsp;example,&nbsp;adversaries&nbsp;may&nbsp;update&nbsp;IAM&nbsp;pol</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ess&nbsp;to&nbsp;a&nbsp;tenant.&nbsp;For&nbsp;example,&nbsp;adversaries&nbsp;may&nbsp;update&nbsp;IAM&nbsp;pol</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">icies&nbsp;in&nbsp;cloud-based&nbsp;environments&nbsp;or&nbsp;add&nbsp;a&nbsp;new&nbsp;global&nbsp;admini</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">icies&nbsp;in&nbsp;cloud-based&nbsp;environments&nbsp;or&nbsp;add&nbsp;a&nbsp;new&nbsp;global&nbsp;admini</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">strator&nbsp;in&nbsp;Office&nbsp;365&nbsp;environments.(Citation:&nbsp;AWS&nbsp;IAM&nbsp;Polici</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">strator&nbsp;in&nbsp;Office&nbsp;365&nbsp;environments.(Citation:&nbsp;AWS&nbsp;IAM&nbsp;Polici</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">es&nbsp;and&nbsp;Permissions)(Citation:&nbsp;Google&nbsp;Cloud&nbsp;IAM&nbsp;Policies)(Cit</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">es&nbsp;and&nbsp;Permissions)(Citation:&nbsp;Google&nbsp;Cloud&nbsp;IAM&nbsp;Policies)(Cit</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ation:&nbsp;Microsoft&nbsp;Support&nbsp;O365&nbsp;Add&nbsp;Another&nbsp;Admin,&nbsp;October&nbsp;201</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ation:&nbsp;Microsoft&nbsp;Support&nbsp;O365&nbsp;Add&nbsp;Another&nbsp;Admin,&nbsp;October&nbsp;201</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">9)(Citation:&nbsp;Microsoft&nbsp;O365&nbsp;Admin&nbsp;Roles)&nbsp;With&nbsp;sufficient&nbsp;per</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">9)(Citation:&nbsp;Microsoft&nbsp;O365&nbsp;Admin&nbsp;Roles)&nbsp;With&nbsp;sufficient&nbsp;per</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">missions,&nbsp;a&nbsp;compromised&nbsp;account&nbsp;can&nbsp;gain&nbsp;almost&nbsp;unlimited&nbsp;ac</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">missions,&nbsp;a&nbsp;compromised&nbsp;account&nbsp;can&nbsp;gain&nbsp;almost&nbsp;unlimited&nbsp;ac</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">cess&nbsp;to&nbsp;data&nbsp;and&nbsp;settings&nbsp;(including&nbsp;the&nbsp;ability&nbsp;to&nbsp;reset&nbsp;th</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">cess&nbsp;to&nbsp;data&nbsp;and&nbsp;settings&nbsp;(including&nbsp;the&nbsp;ability&nbsp;to&nbsp;reset&nbsp;th</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;passwords&nbsp;of&nbsp;other&nbsp;admins).(Citation:&nbsp;Expel&nbsp;AWS&nbsp;Attacker)&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;passwords&nbsp;of&nbsp;other&nbsp;admins).(Citation:&nbsp;Expel&nbsp;AWS&nbsp;Attacker)&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">(Citation:&nbsp;Microsoft&nbsp;O365&nbsp;Admin&nbsp;Roles)&nbsp;&nbsp;&nbsp;This&nbsp;account&nbsp;modifi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">(Citation:&nbsp;Microsoft&nbsp;O365&nbsp;Admin&nbsp;Roles)&nbsp;&nbsp;&nbsp;This&nbsp;account&nbsp;modifi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">cation&nbsp;may&nbsp;immediately&nbsp;follow&nbsp;[Create&nbsp;Account](https://attac</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">cation&nbsp;may&nbsp;immediately&nbsp;follow&nbsp;[Create&nbsp;Account](https://attac</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">k.mitre.org/techniques/T1136)&nbsp;or&nbsp;other&nbsp;malicious&nbsp;account&nbsp;act</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">k.mitre.org/techniques/T1136)&nbsp;or&nbsp;other&nbsp;malicious&nbsp;account&nbsp;act</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ivity.&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;modify&nbsp;existing&nbsp;[Valid&nbsp;Accounts]</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ivity.&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;modify&nbsp;existing&nbsp;[Valid&nbsp;Accounts]</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">(https://attack.mitre.org/techniques/T1078)&nbsp;that&nbsp;they&nbsp;have&nbsp;c</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">(https://attack.mitre.org/techniques/T1078)&nbsp;that&nbsp;they&nbsp;have&nbsp;c</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ompromised.&nbsp;This&nbsp;could&nbsp;lead&nbsp;to&nbsp;privilege&nbsp;escalation,&nbsp;particu</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ompromised.&nbsp;This&nbsp;could&nbsp;lead&nbsp;to&nbsp;privilege&nbsp;escalation,&nbsp;particu</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">larly&nbsp;if&nbsp;the&nbsp;roles&nbsp;added&nbsp;allow&nbsp;for&nbsp;lateral&nbsp;movement&nbsp;to&nbsp;addit</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">larly&nbsp;if&nbsp;the&nbsp;roles&nbsp;added&nbsp;allow&nbsp;for&nbsp;lateral&nbsp;movement&nbsp;to&nbsp;addit</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ional&nbsp;accounts.&nbsp;&nbsp;For&nbsp;example,&nbsp;in&nbsp;AWS&nbsp;environments,&nbsp;an&nbsp;advers</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ional&nbsp;accounts.&nbsp;&nbsp;For&nbsp;example,&nbsp;in&nbsp;AWS&nbsp;environments,&nbsp;an&nbsp;advers</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ary&nbsp;with&nbsp;appropriate&nbsp;permissions&nbsp;may&nbsp;be&nbsp;able&nbsp;to&nbsp;use&nbsp;the&nbsp;&lt;cod</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ary&nbsp;with&nbsp;appropriate&nbsp;permissions&nbsp;may&nbsp;be&nbsp;able&nbsp;to&nbsp;use&nbsp;the&nbsp;&lt;cod</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&gt;CreatePolicyVersion&lt;/code&gt;&nbsp;API&nbsp;to&nbsp;define&nbsp;a&nbsp;new&nbsp;version&nbsp;of&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&gt;CreatePolicyVersion&lt;/code&gt;&nbsp;API&nbsp;to&nbsp;define&nbsp;a&nbsp;new&nbsp;version&nbsp;of&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">an&nbsp;IAM&nbsp;policy&nbsp;or&nbsp;the&nbsp;&lt;code&gt;AttachUserPolicy&lt;/code&gt;&nbsp;API&nbsp;to&nbsp;at</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">an&nbsp;IAM&nbsp;policy&nbsp;or&nbsp;the&nbsp;&lt;code&gt;AttachUserPolicy&lt;/code&gt;&nbsp;API&nbsp;to&nbsp;at</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tach&nbsp;an&nbsp;IAM&nbsp;policy&nbsp;with&nbsp;additional&nbsp;or&nbsp;distinct&nbsp;permissions&nbsp;t</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tach&nbsp;an&nbsp;IAM&nbsp;policy&nbsp;with&nbsp;additional&nbsp;or&nbsp;distinct&nbsp;permissions&nbsp;t</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">o&nbsp;a&nbsp;compromised&nbsp;user&nbsp;account.(Citation:&nbsp;Rhino&nbsp;Security&nbsp;Labs&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">o&nbsp;a&nbsp;compromised&nbsp;user&nbsp;account.(Citation:&nbsp;Rhino&nbsp;Security&nbsp;Labs&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">AWS&nbsp;Privilege&nbsp;Escalation)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">AWS&nbsp;Privilege&nbsp;Escalation)<span class=\"diff_add\">&nbsp;&nbsp;In&nbsp;some&nbsp;cases,&nbsp;adversaries&nbsp;may&nbsp;ad</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">d&nbsp;roles&nbsp;to&nbsp;adversary-controlled&nbsp;accounts&nbsp;outside&nbsp;the&nbsp;victim&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">cloud&nbsp;tenant.&nbsp;This&nbsp;allows&nbsp;these&nbsp;external&nbsp;accounts&nbsp;to&nbsp;perform</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;actions&nbsp;inside&nbsp;the&nbsp;victim&nbsp;tenant&nbsp;without&nbsp;requiring&nbsp;the&nbsp;adve</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">rsary&nbsp;to&nbsp;[Create&nbsp;Account](https://attack.mitre.org/technique</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">s/T1136)&nbsp;or&nbsp;modify&nbsp;a&nbsp;victim-owned&nbsp;account.(Citation:&nbsp;Invictu</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">s&nbsp;IR&nbsp;DangerDev&nbsp;2024)</span></td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1018: User Account Management",
                            "M1026: Privileged Account Management",
                            "M1032: Multi-factor Authentication"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0002: User Account (User Account Modification)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--0458aab9-ad42-4eac-9e22-706a95bafee2",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-09-30 16:37:40.271000+00:00",
                    "modified": "2024-02-28 21:13:02.648000+00:00",
                    "name": "Acquire Infrastructure",
                    "description": "Adversaries may buy, lease, rent, or obtain infrastructure that can be used during targeting. A wide variety of infrastructure exists for hosting and orchestrating adversary operations. Infrastructure solutions include physical or cloud servers, domains, and third-party web services.(Citation: TrendmicroHideoutsLease) Some infrastructure providers offer free trial periods, enabling infrastructure acquisition at limited to no cost.(Citation: Free Trial PurpleUrchin) Additionally, botnets are available for rent or purchase.\n\nUse of these infrastructure solutions allows adversaries to stage, launch, and execute operations. Solutions may help adversary operations blend in with traffic that is seen as normal, such as contacting third-party web services or acquiring infrastructure to support [Proxy](https://attack.mitre.org/techniques/T1090), including from residential proxy services.(Citation: amnesty_nso_pegasus)(Citation: FBI Proxies Credential Stuffing)(Citation: Mandiant APT29 Microsoft 365 2022) Depending on the implementation, adversaries may use infrastructure that makes it difficult to physically tie back to them as well as utilize infrastructure that can be rapidly provisioned, modified, and shut down.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "resource-development"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1583",
                            "external_id": "T1583"
                        },
                        {
                            "source_name": "amnesty_nso_pegasus",
                            "description": "Amnesty International Security Lab. (2021, July 18). Forensic Methodology Report: How to catch NSO Group\u2019s Pegasus. Retrieved February 22, 2022.",
                            "url": "https://www.amnesty.org/en/latest/research/2021/07/forensic-methodology-report-how-to-catch-nso-groups-pegasus/"
                        },
                        {
                            "source_name": "Mandiant APT29 Microsoft 365 2022",
                            "description": "Douglas Bienstock. (2022, August 18). You Can\u2019t Audit Me: APT29 Continues Targeting Microsoft 365. Retrieved February 23, 2023.",
                            "url": "https://www.mandiant.com/resources/blog/apt29-continues-targeting-microsoft"
                        },
                        {
                            "source_name": "FBI Proxies Credential Stuffing",
                            "description": "FBI. (2022, August 18). Proxies and Configurations Used for Credential Stuffing Attacks on Online Customer Accounts . Retrieved July 6, 2023.",
                            "url": "https://www.ic3.gov/Media/News/2022/220818.pdf"
                        },
                        {
                            "source_name": "Free Trial PurpleUrchin",
                            "description": "Gamazo, William. Quist, Nathaniel.. (2023, January 5). PurpleUrchin Bypasses CAPTCHA and Steals Cloud Platform Resources. Retrieved February 28, 2024.",
                            "url": "https://unit42.paloaltonetworks.com/purpleurchin-steals-cloud-resources/"
                        },
                        {
                            "source_name": "Koczwara Beacon Hunting Sep 2021",
                            "description": "Koczwara, M. (2021, September 7). Hunting Cobalt Strike C2 with Shodan. Retrieved October 12, 2021.",
                            "url": "https://michaelkoczwara.medium.com/cobalt-strike-c2-hunting-with-shodan-c448d501a6e2"
                        },
                        {
                            "source_name": "TrendmicroHideoutsLease",
                            "description": "Max Goncharov. (2015, July 15). Criminal Hideouts for Lease: Bulletproof Hosting Services. Retrieved March 6, 2017.",
                            "url": "https://documents.trendmicro.com/assets/wp/wp-criminal-hideouts-for-lease.pdf"
                        },
                        {
                            "source_name": "Mandiant SCANdalous Jul 2020",
                            "description": "Stephens, A. (2020, July 13). SCANdalous! (External Detection Using Network Scan Data and Automation). Retrieved October 12, 2021.",
                            "url": "https://www.mandiant.com/resources/scandalous-external-detection-using-network-scan-data-and-automation"
                        },
                        {
                            "source_name": "ThreatConnect Infrastructure Dec 2020",
                            "description": "ThreatConnect. (2020, December 15). Infrastructure Research and Hunting: Boiling the Domain Ocean. Retrieved October 12, 2021.",
                            "url": "https://threatconnect.com/blog/infrastructure-research-hunting/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Shailesh Tiwary (Indian Army)",
                        "Goldstein Menachem"
                    ],
                    "x_mitre_data_sources": [
                        "Internet Scan: Response Metadata",
                        "Internet Scan: Response Content",
                        "Domain Name: Active DNS",
                        "Domain Name: Passive DNS",
                        "Domain Name: Domain Registration"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Consider use of services that may aid in tracking of newly acquired infrastructure, such as WHOIS databases for domain registration information. \n\nOnce adversaries have provisioned infrastructure (ex: a server for use in command and control), internet scans may help proactively discover adversary acquired infrastructure. Consider looking for identifiable patterns such as services listening, certificates in use, SSL/TLS negotiation features, or other response artifacts associated with adversary C2 software.(Citation: ThreatConnect Infrastructure Dec 2020)(Citation: Mandiant SCANdalous Jul 2020)(Citation: Koczwara Beacon Hunting Sep 2021)\n\nDetection efforts may be focused on related stages of the adversary lifecycle, such as during Command and Control.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "PRE"
                    ],
                    "x_mitre_version": "1.4",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-02-28 21:13:02.648000+00:00\", \"old_value\": \"2023-10-02 01:10:09.833000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may buy, lease, rent, or obtain infrastructure that can be used during targeting. A wide variety of infrastructure exists for hosting and orchestrating adversary operations. Infrastructure solutions include physical or cloud servers, domains, and third-party web services.(Citation: TrendmicroHideoutsLease) Some infrastructure providers offer free trial periods, enabling infrastructure acquisition at limited to no cost.(Citation: Free Trial PurpleUrchin) Additionally, botnets are available for rent or purchase.\\n\\nUse of these infrastructure solutions allows adversaries to stage, launch, and execute operations. Solutions may help adversary operations blend in with traffic that is seen as normal, such as contacting third-party web services or acquiring infrastructure to support [Proxy](https://attack.mitre.org/techniques/T1090), including from residential proxy services.(Citation: amnesty_nso_pegasus)(Citation: FBI Proxies Credential Stuffing)(Citation: Mandiant APT29 Microsoft 365 2022) Depending on the implementation, adversaries may use infrastructure that makes it difficult to physically tie back to them as well as utilize infrastructure that can be rapidly provisioned, modified, and shut down.\", \"old_value\": \"Adversaries may buy, lease, or rent infrastructure that can be used during targeting. A wide variety of infrastructure exists for hosting and orchestrating adversary operations. Infrastructure solutions include physical or cloud servers, domains, and third-party web services.(Citation: TrendmicroHideoutsLease) Additionally, botnets are available for rent or purchase.\\n\\nUse of these infrastructure solutions allows adversaries to stage, launch, and execute operations. Solutions may help adversary operations blend in with traffic that is seen as normal, such as contacting third-party web services or acquiring infrastructure to support [Proxy](https://attack.mitre.org/techniques/T1090), including from residential proxy services.(Citation: amnesty_nso_pegasus)(Citation: FBI Proxies Credential Stuffing)(Citation: Mandiant APT29 Microsoft 365 2022) Depending on the implementation, adversaries may use infrastructure that makes it difficult to physically tie back to them as well as utilize infrastructure that can be rapidly provisioned, modified, and shut down.\", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,3 @@\\n-Adversaries may buy, lease, or rent infrastructure that can be used during targeting. A wide variety of infrastructure exists for hosting and orchestrating adversary operations. Infrastructure solutions include physical or cloud servers, domains, and third-party web services.(Citation: TrendmicroHideoutsLease) Additionally, botnets are available for rent or purchase.\\n+Adversaries may buy, lease, rent, or obtain infrastructure that can be used during targeting. A wide variety of infrastructure exists for hosting and orchestrating adversary operations. Infrastructure solutions include physical or cloud servers, domains, and third-party web services.(Citation: TrendmicroHideoutsLease) Some infrastructure providers offer free trial periods, enabling infrastructure acquisition at limited to no cost.(Citation: Free Trial PurpleUrchin) Additionally, botnets are available for rent or purchase.\\n \\n Use of these infrastructure solutions allows adversaries to stage, launch, and execute operations. Solutions may help adversary operations blend in with traffic that is seen as normal, such as contacting third-party web services or acquiring infrastructure to support [Proxy](https://attack.mitre.org/techniques/T1090), including from residential proxy services.(Citation: amnesty_nso_pegasus)(Citation: FBI Proxies Credential Stuffing)(Citation: Mandiant APT29 Microsoft 365 2022) Depending on the implementation, adversaries may use infrastructure that makes it difficult to physically tie back to them as well as utilize infrastructure that can be rapidly provisioned, modified, and shut down.\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.4\", \"old_value\": \"1.3\"}}, \"iterable_item_added\": {\"root['external_references'][4]\": {\"source_name\": \"Free Trial PurpleUrchin\", \"description\": \"Gamazo, William. Quist, Nathaniel.. (2023, January 5). PurpleUrchin Bypasses CAPTCHA and Steals Cloud Platform Resources. Retrieved February 28, 2024.\", \"url\": \"https://unit42.paloaltonetworks.com/purpleurchin-steals-cloud-resources/\"}}}",
                    "previous_version": "1.3",
                    "version_change": "1.3 \u2192 1.4",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to64__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to64__0\"><a href=\"#difflib_chg_to64__top\">t</a></td><td class=\"diff_header\" id=\"from64_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;buy,&nbsp;lease,&nbsp;<span class=\"diff_chg\">or&nbsp;rent&nbsp;infrastructure&nbsp;that&nbsp;can&nbsp;</span></td><td class=\"diff_next\"><a href=\"#difflib_chg_to64__top\">t</a></td><td class=\"diff_header\" id=\"to64_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;buy,&nbsp;lease,&nbsp;<span class=\"diff_chg\">rent,&nbsp;or&nbsp;o</span>b<span class=\"diff_chg\">tain&nbsp;infrastructure&nbsp;t</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\"></span>b<span class=\"diff_chg\">e&nbsp;used&nbsp;during</span>&nbsp;targeting.&nbsp;A&nbsp;wide&nbsp;variety&nbsp;of&nbsp;infrastructure&nbsp;e</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">hat&nbsp;can&nbsp;be&nbsp;used&nbsp;during</span>&nbsp;targeting.&nbsp;A&nbsp;wide&nbsp;variety&nbsp;of&nbsp;infrastr</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">xists&nbsp;for&nbsp;hosting&nbsp;and&nbsp;orchestrating&nbsp;adversary&nbsp;operations.&nbsp;In</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ucture&nbsp;exists&nbsp;for&nbsp;hosting&nbsp;and&nbsp;orchestrating&nbsp;adversary&nbsp;operat</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">frastructure&nbsp;solutions&nbsp;include&nbsp;physical&nbsp;or&nbsp;cloud&nbsp;servers,&nbsp;do</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ions.&nbsp;Infrastructure&nbsp;solutions&nbsp;include&nbsp;physical&nbsp;or&nbsp;cloud&nbsp;ser</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">mains,&nbsp;and&nbsp;third-party&nbsp;web&nbsp;services.(Citation:&nbsp;TrendmicroHid</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">vers,&nbsp;domains,&nbsp;and&nbsp;third-party&nbsp;web&nbsp;services.(Citation:&nbsp;Trend</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">eoutsLease)&nbsp;Additionally,&nbsp;botnets&nbsp;are&nbsp;available&nbsp;for&nbsp;rent&nbsp;or&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">microHideoutsLease)&nbsp;<span class=\"diff_add\">Some&nbsp;infrastructure&nbsp;providers&nbsp;offer&nbsp;free</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">purchase.&nbsp;&nbsp;Use&nbsp;of&nbsp;these&nbsp;infrastructure&nbsp;solutions&nbsp;allows&nbsp;adve</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;trial&nbsp;periods,&nbsp;enabling&nbsp;infrastructure&nbsp;acquisition&nbsp;at&nbsp;limit</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rsaries&nbsp;to&nbsp;stage,&nbsp;launch,&nbsp;and&nbsp;execute&nbsp;operations.&nbsp;Solutions&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ed&nbsp;to&nbsp;no&nbsp;cost.(Citation:&nbsp;Free&nbsp;Trial&nbsp;PurpleUrchin)&nbsp;</span>Additional</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">may&nbsp;help&nbsp;adversary&nbsp;operations&nbsp;blend&nbsp;in&nbsp;with&nbsp;traffic&nbsp;that&nbsp;is&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ly,&nbsp;botnets&nbsp;are&nbsp;available&nbsp;for&nbsp;rent&nbsp;or&nbsp;purchase.&nbsp;&nbsp;Use&nbsp;of&nbsp;thes</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">seen&nbsp;as&nbsp;normal,&nbsp;such&nbsp;as&nbsp;contacting&nbsp;third-party&nbsp;web&nbsp;services&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;infrastructure&nbsp;solutions&nbsp;allows&nbsp;adversaries&nbsp;to&nbsp;stage,&nbsp;laun</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">or&nbsp;acquiring&nbsp;infrastructure&nbsp;to&nbsp;support&nbsp;[Proxy](https://attac</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ch,&nbsp;and&nbsp;execute&nbsp;operations.&nbsp;Solutions&nbsp;may&nbsp;help&nbsp;adversary&nbsp;ope</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">k.mitre.org/techniques/T1090),&nbsp;including&nbsp;from&nbsp;residential&nbsp;pr</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rations&nbsp;blend&nbsp;in&nbsp;with&nbsp;traffic&nbsp;that&nbsp;is&nbsp;seen&nbsp;as&nbsp;normal,&nbsp;such&nbsp;a</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">oxy&nbsp;services.(Citation:&nbsp;amnesty_nso_pegasus)(Citation:&nbsp;FBI&nbsp;P</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;contacting&nbsp;third-party&nbsp;web&nbsp;services&nbsp;or&nbsp;acquiring&nbsp;infrastru</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">roxies&nbsp;Credential&nbsp;Stuffing)(Citation:&nbsp;Mandiant&nbsp;APT29&nbsp;Microso</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">cture&nbsp;to&nbsp;support&nbsp;[Proxy](https://attack.mitre.org/techniques</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ft&nbsp;365&nbsp;2022)&nbsp;Depending&nbsp;on&nbsp;the&nbsp;implementation,&nbsp;adversaries&nbsp;ma</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">/T1090),&nbsp;including&nbsp;from&nbsp;residential&nbsp;proxy&nbsp;services.(Citation</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">y&nbsp;use&nbsp;infrastructure&nbsp;that&nbsp;makes&nbsp;it&nbsp;difficult&nbsp;to&nbsp;physically&nbsp;t</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">:&nbsp;amnesty_nso_pegasus)(Citation:&nbsp;FBI&nbsp;Proxies&nbsp;Credential&nbsp;Stuf</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ie&nbsp;back&nbsp;to&nbsp;them&nbsp;as&nbsp;well&nbsp;as&nbsp;utilize&nbsp;infrastructure&nbsp;that&nbsp;can&nbsp;b</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">fing)(Citation:&nbsp;Mandiant&nbsp;APT29&nbsp;Microsoft&nbsp;365&nbsp;2022)&nbsp;Depending</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;rapidly&nbsp;provisioned,&nbsp;modified,&nbsp;and&nbsp;shut&nbsp;down.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;on&nbsp;the&nbsp;implementation,&nbsp;adversaries&nbsp;may&nbsp;use&nbsp;infrastructure&nbsp;t</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">hat&nbsp;makes&nbsp;it&nbsp;difficult&nbsp;to&nbsp;physically&nbsp;tie&nbsp;back&nbsp;to&nbsp;them&nbsp;as&nbsp;wel</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">l&nbsp;as&nbsp;utilize&nbsp;infrastructure&nbsp;that&nbsp;can&nbsp;be&nbsp;rapidly&nbsp;provisioned,</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;modified,&nbsp;and&nbsp;shut&nbsp;down.</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1056: Pre-compromise"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0035: Internet Scan (Response Content)",
                            "DS0035: Internet Scan (Response Metadata)",
                            "DS0038: Domain Name (Active DNS)",
                            "DS0038: Domain Name (Domain Registration)",
                            "DS0038: Domain Name (Passive DNS)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--40f5caa0-4cb7-4117-89fc-d421bb493df3",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-09-30 17:09:31.878000+00:00",
                    "modified": "2024-04-13 14:03:04.511000+00:00",
                    "name": "Domains",
                    "description": "Adversaries may acquire domains that can be used during targeting. Domain names are the human readable names used to represent one or more IP addresses. They can be purchased or, in some cases, acquired for free.\n\nAdversaries may use acquired domains for a variety of purposes, including for [Phishing](https://attack.mitre.org/techniques/T1566), [Drive-by Compromise](https://attack.mitre.org/techniques/T1189), and Command and Control.(Citation: CISA MSS Sep 2020) Adversaries may choose domains that are similar to legitimate domains, including through use of homoglyphs or use of a different top-level domain (TLD).(Citation: FireEye APT28)(Citation: PaypalScam) Typosquatting may be used to aid in delivery of payloads via [Drive-by Compromise](https://attack.mitre.org/techniques/T1189). Adversaries may also use internationalized domain names (IDNs) and different character sets (e.g. Cyrillic, Greek, etc.) to execute \"IDN homograph attacks,\" creating visually similar lookalike domains used to deliver malware to victim machines.(Citation: CISA IDN ST05-016)(Citation: tt_httrack_fake_domains)(Citation: tt_obliqueRAT)(Citation: httrack_unhcr)(Citation: lazgroup_idn_phishing) Different URIs/URLs may also be dynamically generated to uniquely serve malicious content to victims.(Citation: iOS URL Scheme)(Citation: URI)(Citation: URI Use)(Citation: URI Unique)\n\nAdversaries may also acquire and repurpose expired domains, which may be potentially already allowlisted/trusted by defenders based on an existing reputation/history.(Citation: Categorisation_not_boundary)(Citation: Domain_Steal_CC)(Citation: Redirectors_Domain_Fronting)(Citation: bypass_webproxy_filtering)\n\nDomain registrars each maintain a publicly viewable database that displays contact information for every registered domain. Private WHOIS services display alternative information, such as their own company data, rather than the owner of the domain. Adversaries may use such private WHOIS services to obscure information about who owns a purchased domain. Adversaries may further interrupt efforts to track their infrastructure by using varied registration information and purchasing domains with different domain registrars.(Citation: Mandiant APT1)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "resource-development"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1583/001",
                            "external_id": "T1583.001"
                        },
                        {
                            "source_name": "URI Unique",
                            "description": "Australian Cyber Security Centre. National Security Agency. (2020, April 21). Detect and Prevent Web Shell Malware. Retrieved February 9, 2024.",
                            "url": "https://media.defense.gov/2020/Jun/09/2002313081/-1/-1/0/CSI-DETECT-AND-PREVENT-WEB-SHELL-MALWARE-20200422.PDF"
                        },
                        {
                            "source_name": "PaypalScam",
                            "description": "Bob Sullivan. (2000, July 24). PayPal alert! Beware the 'PaypaI' scam. Retrieved March 2, 2017.",
                            "url": "https://www.zdnet.com/article/paypal-alert-beware-the-paypai-scam-5000109103/"
                        },
                        {
                            "source_name": "CISA IDN ST05-016",
                            "description": "CISA. (2019, September 27). Security Tip (ST05-016): Understanding Internationalized Domain Names. Retrieved October 20, 2020.",
                            "url": "https://us-cert.cisa.gov/ncas/tips/ST05-016"
                        },
                        {
                            "source_name": "CISA MSS Sep 2020",
                            "description": "CISA. (2020, September 14). Alert (AA20-258A): Chinese Ministry of State Security-Affiliated Cyber Threat Actor Activity. Retrieved October 1, 2020.",
                            "url": "https://us-cert.cisa.gov/ncas/alerts/aa20-258a"
                        },
                        {
                            "source_name": "bypass_webproxy_filtering",
                            "description": "Fehrman, B. (2017, April 13). How to Bypass Web-Proxy Filtering. Retrieved September 20, 2019.",
                            "url": "https://www.blackhillsinfosec.com/bypass-web-proxy-filtering/"
                        },
                        {
                            "source_name": "FireEye APT28",
                            "description": "FireEye. (2015). APT28: A WINDOW INTO RUSSIA\u2019S CYBER ESPIONAGE OPERATIONS?. Retrieved August 19, 2015.",
                            "url": "https://web.archive.org/web/20151022204649/https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/rpt-apt28.pdf"
                        },
                        {
                            "source_name": "Domain_Steal_CC",
                            "description": "Krebs, B. (2018, November 13). That Domain You Forgot to Renew? Yeah, it\u2019s Now Stealing Credit Cards. Retrieved September 20, 2019.",
                            "url": "https://krebsonsecurity.com/2018/11/that-domain-you-forgot-to-renew-yeah-its-now-stealing-credit-cards/"
                        },
                        {
                            "source_name": "tt_obliqueRAT",
                            "description": "Malhotra, A., McKay, K. et al. (2021, May 13). Transparent Tribe APT expands its Windows malware arsenal . Retrieved July 29, 2022.",
                            "url": "https://blog.talosintelligence.com/2021/05/transparent-tribe-infra-and-targeting.html"
                        },
                        {
                            "source_name": "tt_httrack_fake_domains",
                            "description": "Malhotra, A., Thattil, J. et al. (2022, March 29). Transparent Tribe campaign uses new bespoke malware to target Indian government officials . Retrieved September 6, 2022.",
                            "url": "https://blog.talosintelligence.com/2022/03/transparent-tribe-new-campaign.html"
                        },
                        {
                            "source_name": "Mandiant APT1",
                            "description": "Mandiant. (n.d.). APT1 Exposing One of China\u2019s Cyber Espionage Units. Retrieved July 18, 2016.",
                            "url": "https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/mandiant-apt1-report.pdf"
                        },
                        {
                            "source_name": "Categorisation_not_boundary",
                            "description": "MDSec Research. (2017, July). Categorisation is not a Security Boundary. Retrieved September 20, 2019.",
                            "url": "https://www.mdsec.co.uk/2017/07/categorisation-is-not-a-security-boundary/"
                        },
                        {
                            "source_name": "URI",
                            "description": "Michael Cobb. (2007, October 11). Preparing for uniform resource identifier (URI) exploits. Retrieved February 9, 2024.",
                            "url": "https://www.techtarget.com/searchsecurity/tip/Preparing-for-uniform-resource-identifier-URI-exploits"
                        },
                        {
                            "source_name": "Redirectors_Domain_Fronting",
                            "description": "Mudge, R. (2017, February 6). High-reputation Redirectors and Domain Fronting. Retrieved July 11, 2022.",
                            "url": "https://www.cobaltstrike.com/blog/high-reputation-redirectors-and-domain-fronting/"
                        },
                        {
                            "source_name": "URI Use",
                            "description": "Nathan McFeters. Billy Kim Rios. Rob Carter.. (2008). URI Use and Abuse. Retrieved February 9, 2024.",
                            "url": "https://www.blackhat.com/presentations/bh-dc-08/McFeters-Rios-Carter/Presentation/bh-dc-08-mcfeters-rios-carter.pdf"
                        },
                        {
                            "source_name": "iOS URL Scheme",
                            "description": "Ostorlab. (n.d.). iOS URL Scheme Hijacking. Retrieved February 9, 2024.",
                            "url": "https://docs.ostorlab.co/kb/IPA_URL_SCHEME_HIJACKING/index.html"
                        },
                        {
                            "source_name": "lazgroup_idn_phishing",
                            "description": "RISKIQ. (2017, December 20). Mining Insights: Infrastructure Analysis of Lazarus Group Cyber Attacks on the Cryptocurrency Industry. Retrieved July 29, 2022.",
                            "url": "https://web.archive.org/web/20171223000420/https://www.riskiq.com/blog/labs/lazarus-group-cryptocurrency/"
                        },
                        {
                            "source_name": "httrack_unhcr",
                            "description": "RISKIQ. (2022, March 15). RiskIQ Threat Intelligence Roundup: Campaigns Targeting Ukraine and Global Malware Infrastructure. Retrieved July 29, 2022.",
                            "url": "https://web.archive.org/web/20220527112908/https://www.riskiq.com/blog/labs/ukraine-malware-infrastructure/"
                        },
                        {
                            "source_name": "ThreatConnect Infrastructure Dec 2020",
                            "description": "ThreatConnect. (2020, December 15). Infrastructure Research and Hunting: Boiling the Domain Ocean. Retrieved October 12, 2021.",
                            "url": "https://threatconnect.com/blog/infrastructure-research-hunting/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Wes Hurd",
                        "Vinayak Wadhwa, Lucideus",
                        "Deloitte Threat Library Team",
                        "Oleg Kolesnikov, Securonix",
                        "Menachem Goldstein",
                        "Nikola Kovac"
                    ],
                    "x_mitre_data_sources": [
                        "Domain Name: Passive DNS",
                        "Domain Name: Domain Registration",
                        "Domain Name: Active DNS"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Domain registration information is, by design, captured in public registration logs. Consider use of services that may aid in tracking of newly acquired domains, such as WHOIS databases and/or passive DNS. In some cases it may be possible to pivot on known pieces of domain registration information to uncover other infrastructure purchased by the adversary. Consider monitoring for domains created with a similar structure to your own, including under a different TLD. Though various tools and services exist to track, query, and monitor domain name registration information, tracking across multiple DNS infrastructures can require multiple tools/services or more advanced analytics.(Citation: ThreatConnect Infrastructure Dec 2020)\n\nDetection efforts may be focused on related stages of the adversary lifecycle, such as during Initial Access and Command and Control.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "PRE"
                    ],
                    "x_mitre_version": "1.3",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-13 14:03:04.511000+00:00\", \"old_value\": \"2023-03-30 21:01:37.379000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may acquire domains that can be used during targeting. Domain names are the human readable names used to represent one or more IP addresses. They can be purchased or, in some cases, acquired for free.\\n\\nAdversaries may use acquired domains for a variety of purposes, including for [Phishing](https://attack.mitre.org/techniques/T1566), [Drive-by Compromise](https://attack.mitre.org/techniques/T1189), and Command and Control.(Citation: CISA MSS Sep 2020) Adversaries may choose domains that are similar to legitimate domains, including through use of homoglyphs or use of a different top-level domain (TLD).(Citation: FireEye APT28)(Citation: PaypalScam) Typosquatting may be used to aid in delivery of payloads via [Drive-by Compromise](https://attack.mitre.org/techniques/T1189). Adversaries may also use internationalized domain names (IDNs) and different character sets (e.g. Cyrillic, Greek, etc.) to execute \\\"IDN homograph attacks,\\\" creating visually similar lookalike domains used to deliver malware to victim machines.(Citation: CISA IDN ST05-016)(Citation: tt_httrack_fake_domains)(Citation: tt_obliqueRAT)(Citation: httrack_unhcr)(Citation: lazgroup_idn_phishing) Different URIs/URLs may also be dynamically generated to uniquely serve malicious content to victims.(Citation: iOS URL Scheme)(Citation: URI)(Citation: URI Use)(Citation: URI Unique)\\n\\nAdversaries may also acquire and repurpose expired domains, which may be potentially already allowlisted/trusted by defenders based on an existing reputation/history.(Citation: Categorisation_not_boundary)(Citation: Domain_Steal_CC)(Citation: Redirectors_Domain_Fronting)(Citation: bypass_webproxy_filtering)\\n\\nDomain registrars each maintain a publicly viewable database that displays contact information for every registered domain. Private WHOIS services display alternative information, such as their own company data, rather than the owner of the domain. Adversaries may use such private WHOIS services to obscure information about who owns a purchased domain. Adversaries may further interrupt efforts to track their infrastructure by using varied registration information and purchasing domains with different domain registrars.(Citation: Mandiant APT1)\", \"old_value\": \"Adversaries may acquire domains that can be used during targeting. Domain names are the human readable names used to represent one or more IP addresses. They can be purchased or, in some cases, acquired for free.\\n\\nAdversaries may use acquired domains for a variety of purposes, including for [Phishing](https://attack.mitre.org/techniques/T1566), [Drive-by Compromise](https://attack.mitre.org/techniques/T1189), and Command and Control.(Citation: CISA MSS Sep 2020) Adversaries may choose domains that are similar to legitimate domains, including through use of homoglyphs or use of a different top-level domain (TLD).(Citation: FireEye APT28)(Citation: PaypalScam) Typosquatting may be used to aid in delivery of payloads via [Drive-by Compromise](https://attack.mitre.org/techniques/T1189). Adversaries may also use internationalized domain names (IDNs) and different character sets (e.g. Cyrillic, Greek, etc.) to execute \\\"IDN homograph attacks,\\\" creating visually similar lookalike domains used to deliver malware to victim machines.(Citation: CISA IDN ST05-016)(Citation: tt_httrack_fake_domains)(Citation: tt_obliqueRAT)(Citation: httrack_unhcr)(Citation: lazgroup_idn_phishing)\\n\\nAdversaries may also acquire and repurpose expired domains, which may be potentially already allowlisted/trusted by defenders based on an existing reputation/history.(Citation: Categorisation_not_boundary)(Citation: Domain_Steal_CC)(Citation: Redirectors_Domain_Fronting)(Citation: bypass_webproxy_filtering)\\n\\nDomain registrars each maintain a publicly viewable database that displays contact information for every registered domain. Private WHOIS services display alternative information, such as their own company data, rather than the owner of the domain. Adversaries may use such private WHOIS services to obscure information about who owns a purchased domain. Adversaries may further interrupt efforts to track their infrastructure by using varied registration information and purchasing domains with different domain registrars.(Citation: Mandiant APT1)\", \"diff\": \"--- \\n+++ \\n@@ -1,6 +1,6 @@\\n Adversaries may acquire domains that can be used during targeting. Domain names are the human readable names used to represent one or more IP addresses. They can be purchased or, in some cases, acquired for free.\\n \\n-Adversaries may use acquired domains for a variety of purposes, including for [Phishing](https://attack.mitre.org/techniques/T1566), [Drive-by Compromise](https://attack.mitre.org/techniques/T1189), and Command and Control.(Citation: CISA MSS Sep 2020) Adversaries may choose domains that are similar to legitimate domains, including through use of homoglyphs or use of a different top-level domain (TLD).(Citation: FireEye APT28)(Citation: PaypalScam) Typosquatting may be used to aid in delivery of payloads via [Drive-by Compromise](https://attack.mitre.org/techniques/T1189). Adversaries may also use internationalized domain names (IDNs) and different character sets (e.g. Cyrillic, Greek, etc.) to execute \\\"IDN homograph attacks,\\\" creating visually similar lookalike domains used to deliver malware to victim machines.(Citation: CISA IDN ST05-016)(Citation: tt_httrack_fake_domains)(Citation: tt_obliqueRAT)(Citation: httrack_unhcr)(Citation: lazgroup_idn_phishing)\\n+Adversaries may use acquired domains for a variety of purposes, including for [Phishing](https://attack.mitre.org/techniques/T1566), [Drive-by Compromise](https://attack.mitre.org/techniques/T1189), and Command and Control.(Citation: CISA MSS Sep 2020) Adversaries may choose domains that are similar to legitimate domains, including through use of homoglyphs or use of a different top-level domain (TLD).(Citation: FireEye APT28)(Citation: PaypalScam) Typosquatting may be used to aid in delivery of payloads via [Drive-by Compromise](https://attack.mitre.org/techniques/T1189). Adversaries may also use internationalized domain names (IDNs) and different character sets (e.g. Cyrillic, Greek, etc.) to execute \\\"IDN homograph attacks,\\\" creating visually similar lookalike domains used to deliver malware to victim machines.(Citation: CISA IDN ST05-016)(Citation: tt_httrack_fake_domains)(Citation: tt_obliqueRAT)(Citation: httrack_unhcr)(Citation: lazgroup_idn_phishing) Different URIs/URLs may also be dynamically generated to uniquely serve malicious content to victims.(Citation: iOS URL Scheme)(Citation: URI)(Citation: URI Use)(Citation: URI Unique)\\n \\n Adversaries may also acquire and repurpose expired domains, which may be potentially already allowlisted/trusted by defenders based on an existing reputation/history.(Citation: Categorisation_not_boundary)(Citation: Domain_Steal_CC)(Citation: Redirectors_Domain_Fronting)(Citation: bypass_webproxy_filtering)\\n \"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.3\", \"old_value\": \"1.2\"}}, \"iterable_item_added\": {\"root['external_references'][1]\": {\"source_name\": \"URI Unique\", \"description\": \"Australian Cyber Security Centre. National Security Agency. (2020, April 21). Detect and Prevent Web Shell Malware. Retrieved February 9, 2024.\", \"url\": \"https://media.defense.gov/2020/Jun/09/2002313081/-1/-1/0/CSI-DETECT-AND-PREVENT-WEB-SHELL-MALWARE-20200422.PDF\"}, \"root['external_references'][12]\": {\"source_name\": \"URI\", \"description\": \"Michael Cobb. (2007, October 11). Preparing for uniform resource identifier (URI) exploits. Retrieved February 9, 2024.\", \"url\": \"https://www.techtarget.com/searchsecurity/tip/Preparing-for-uniform-resource-identifier-URI-exploits\"}, \"root['external_references'][14]\": {\"source_name\": \"URI Use\", \"description\": \"Nathan McFeters. Billy Kim Rios. Rob Carter.. (2008). URI Use and Abuse. Retrieved February 9, 2024.\", \"url\": \"https://www.blackhat.com/presentations/bh-dc-08/McFeters-Rios-Carter/Presentation/bh-dc-08-mcfeters-rios-carter.pdf\"}, \"root['external_references'][15]\": {\"source_name\": \"iOS URL Scheme\", \"description\": \"Ostorlab. (n.d.). iOS URL Scheme Hijacking. Retrieved February 9, 2024.\", \"url\": \"https://docs.ostorlab.co/kb/IPA_URL_SCHEME_HIJACKING/index.html\"}, \"root['x_mitre_contributors'][5]\": \"Nikola Kovac\"}}",
                    "previous_version": "1.2",
                    "version_change": "1.2 \u2192 1.3",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to18__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to18__0\"><a href=\"#difflib_chg_to18__top\">t</a></td><td class=\"diff_header\" id=\"from18_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;acquire&nbsp;domains&nbsp;that&nbsp;can&nbsp;be&nbsp;used&nbsp;during&nbsp;targ</td><td class=\"diff_next\"><a href=\"#difflib_chg_to18__top\">t</a></td><td class=\"diff_header\" id=\"to18_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;acquire&nbsp;domains&nbsp;that&nbsp;can&nbsp;be&nbsp;used&nbsp;during&nbsp;targ</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">eting.&nbsp;Domain&nbsp;names&nbsp;are&nbsp;the&nbsp;human&nbsp;readable&nbsp;names&nbsp;used&nbsp;to&nbsp;rep</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">eting.&nbsp;Domain&nbsp;names&nbsp;are&nbsp;the&nbsp;human&nbsp;readable&nbsp;names&nbsp;used&nbsp;to&nbsp;rep</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">resent&nbsp;one&nbsp;or&nbsp;more&nbsp;IP&nbsp;addresses.&nbsp;They&nbsp;can&nbsp;be&nbsp;purchased&nbsp;or,&nbsp;i</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">resent&nbsp;one&nbsp;or&nbsp;more&nbsp;IP&nbsp;addresses.&nbsp;They&nbsp;can&nbsp;be&nbsp;purchased&nbsp;or,&nbsp;i</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n&nbsp;some&nbsp;cases,&nbsp;acquired&nbsp;for&nbsp;free.&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;use&nbsp;acquir</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n&nbsp;some&nbsp;cases,&nbsp;acquired&nbsp;for&nbsp;free.&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;use&nbsp;acquir</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;domains&nbsp;for&nbsp;a&nbsp;variety&nbsp;of&nbsp;purposes,&nbsp;including&nbsp;for&nbsp;[Phishin</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;domains&nbsp;for&nbsp;a&nbsp;variety&nbsp;of&nbsp;purposes,&nbsp;including&nbsp;for&nbsp;[Phishin</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">g](https://attack.mitre.org/techniques/T1566),&nbsp;[Drive-by&nbsp;Com</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">g](https://attack.mitre.org/techniques/T1566),&nbsp;[Drive-by&nbsp;Com</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">promise](https://attack.mitre.org/techniques/T1189),&nbsp;and&nbsp;Com</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">promise](https://attack.mitre.org/techniques/T1189),&nbsp;and&nbsp;Com</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">mand&nbsp;and&nbsp;Control.(Citation:&nbsp;CISA&nbsp;MSS&nbsp;Sep&nbsp;2020)&nbsp;Adversaries&nbsp;m</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">mand&nbsp;and&nbsp;Control.(Citation:&nbsp;CISA&nbsp;MSS&nbsp;Sep&nbsp;2020)&nbsp;Adversaries&nbsp;m</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ay&nbsp;choose&nbsp;domains&nbsp;that&nbsp;are&nbsp;similar&nbsp;to&nbsp;legitimate&nbsp;domains,&nbsp;in</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ay&nbsp;choose&nbsp;domains&nbsp;that&nbsp;are&nbsp;similar&nbsp;to&nbsp;legitimate&nbsp;domains,&nbsp;in</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">cluding&nbsp;through&nbsp;use&nbsp;of&nbsp;homoglyphs&nbsp;or&nbsp;use&nbsp;of&nbsp;a&nbsp;different&nbsp;top-</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">cluding&nbsp;through&nbsp;use&nbsp;of&nbsp;homoglyphs&nbsp;or&nbsp;use&nbsp;of&nbsp;a&nbsp;different&nbsp;top-</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">level&nbsp;domain&nbsp;(TLD).(Citation:&nbsp;FireEye&nbsp;APT28)(Citation:&nbsp;Paypa</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">level&nbsp;domain&nbsp;(TLD).(Citation:&nbsp;FireEye&nbsp;APT28)(Citation:&nbsp;Paypa</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">lScam)&nbsp;Typosquatting&nbsp;may&nbsp;be&nbsp;used&nbsp;to&nbsp;aid&nbsp;in&nbsp;delivery&nbsp;of&nbsp;paylo</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">lScam)&nbsp;Typosquatting&nbsp;may&nbsp;be&nbsp;used&nbsp;to&nbsp;aid&nbsp;in&nbsp;delivery&nbsp;of&nbsp;paylo</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ads&nbsp;via&nbsp;[Drive-by&nbsp;Compromise](https://attack.mitre.org/techn</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ads&nbsp;via&nbsp;[Drive-by&nbsp;Compromise](https://attack.mitre.org/techn</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">iques/T1189).&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;use&nbsp;internationalized&nbsp;dom</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">iques/T1189).&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;use&nbsp;internationalized&nbsp;dom</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ain&nbsp;names&nbsp;(IDNs)&nbsp;and&nbsp;different&nbsp;character&nbsp;sets&nbsp;(e.g.&nbsp;Cyrillic</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ain&nbsp;names&nbsp;(IDNs)&nbsp;and&nbsp;different&nbsp;character&nbsp;sets&nbsp;(e.g.&nbsp;Cyrillic</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">,&nbsp;Greek,&nbsp;etc.)&nbsp;to&nbsp;execute&nbsp;\"IDN&nbsp;homograph&nbsp;attacks,\"&nbsp;creating&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">,&nbsp;Greek,&nbsp;etc.)&nbsp;to&nbsp;execute&nbsp;\"IDN&nbsp;homograph&nbsp;attacks,\"&nbsp;creating&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">visually&nbsp;similar&nbsp;lookalike&nbsp;domains&nbsp;used&nbsp;to&nbsp;deliver&nbsp;malware&nbsp;t</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">visually&nbsp;similar&nbsp;lookalike&nbsp;domains&nbsp;used&nbsp;to&nbsp;deliver&nbsp;malware&nbsp;t</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">o&nbsp;victim&nbsp;machines.(Citation:&nbsp;CISA&nbsp;IDN&nbsp;ST05-016)(Citation:&nbsp;tt</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">o&nbsp;victim&nbsp;machines.(Citation:&nbsp;CISA&nbsp;IDN&nbsp;ST05-016)(Citation:&nbsp;tt</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">_httrack_fake_domains)(Citation:&nbsp;tt_obliqueRAT)(Citation:&nbsp;ht</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">_httrack_fake_domains)(Citation:&nbsp;tt_obliqueRAT)(Citation:&nbsp;ht</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">track_unhcr)(Citation:&nbsp;lazgroup_idn_phishing)&nbsp;<span class=\"diff_chg\">&nbsp;Adversaries&nbsp;m</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">track_unhcr)(Citation:&nbsp;lazgroup_idn_phishing)&nbsp;<span class=\"diff_chg\">Different&nbsp;URIs</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">ay&nbsp;also&nbsp;ac</span>qu<span class=\"diff_chg\">ire&nbsp;and&nbsp;repurpose&nbsp;expired&nbsp;domains,&nbsp;which&nbsp;may&nbsp;be&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">/URLs&nbsp;may&nbsp;also&nbsp;be&nbsp;dynamically&nbsp;generated&nbsp;to&nbsp;uni</span>qu<span class=\"diff_chg\">ely&nbsp;serve&nbsp;ma</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">potentially&nbsp;already&nbsp;allowlisted/trusted&nbsp;by&nbsp;defenders&nbsp;based&nbsp;o</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">licious&nbsp;content&nbsp;to&nbsp;victims</span>.(Citation:&nbsp;<span class=\"diff_add\">iOS&nbsp;URL&nbsp;Scheme)(Citati</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">n&nbsp;an&nbsp;existing&nbsp;reputation/history</span>.(Citation:&nbsp;Categorisation_n</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">on:&nbsp;URI)(Citation:&nbsp;URI&nbsp;Use)(Citation:&nbsp;URI&nbsp;Unique)&nbsp;&nbsp;Adversari</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ot_boundary)(Citation:&nbsp;Domain_Steal_CC)(Citation:&nbsp;Redirector</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">es&nbsp;may&nbsp;also&nbsp;acquire&nbsp;and&nbsp;repurpose&nbsp;expired&nbsp;domains,&nbsp;which&nbsp;may</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s_Domain_Fronting)(Citation:&nbsp;bypass_webproxy_filtering)&nbsp;&nbsp;Dom</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;be&nbsp;potentially&nbsp;already&nbsp;allowlisted/trusted&nbsp;by&nbsp;defenders&nbsp;bas</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ain&nbsp;registrars&nbsp;each&nbsp;maintain&nbsp;a&nbsp;publicly&nbsp;viewable&nbsp;database&nbsp;th</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ed&nbsp;on&nbsp;an&nbsp;existing&nbsp;reputation/history.(Citation:&nbsp;</span>Categorisati</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">at&nbsp;displays&nbsp;contact&nbsp;information&nbsp;for&nbsp;every&nbsp;registered&nbsp;domain.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">on_not_boundary)(Citation:&nbsp;Domain_Steal_CC)(Citation:&nbsp;Redire</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Private&nbsp;WHOIS&nbsp;services&nbsp;display&nbsp;alternative&nbsp;information,&nbsp;suc</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ctors_Domain_Fronting)(Citation:&nbsp;bypass_webproxy_filtering)&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">h&nbsp;as&nbsp;their&nbsp;own&nbsp;company&nbsp;data,&nbsp;rather&nbsp;than&nbsp;the&nbsp;owner&nbsp;of&nbsp;the&nbsp;do</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Domain&nbsp;registrars&nbsp;each&nbsp;maintain&nbsp;a&nbsp;publicly&nbsp;viewable&nbsp;databas</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">main.&nbsp;Adversaries&nbsp;may&nbsp;use&nbsp;such&nbsp;private&nbsp;WHOIS&nbsp;services&nbsp;to&nbsp;obs</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;that&nbsp;displays&nbsp;contact&nbsp;information&nbsp;for&nbsp;every&nbsp;registered&nbsp;dom</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">cure&nbsp;information&nbsp;about&nbsp;who&nbsp;owns&nbsp;a&nbsp;purchased&nbsp;domain.&nbsp;Adversar</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ain.&nbsp;Private&nbsp;WHOIS&nbsp;services&nbsp;display&nbsp;alternative&nbsp;information,</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ies&nbsp;may&nbsp;further&nbsp;interrupt&nbsp;efforts&nbsp;to&nbsp;track&nbsp;their&nbsp;infrastruct</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;such&nbsp;as&nbsp;their&nbsp;own&nbsp;company&nbsp;data,&nbsp;rather&nbsp;than&nbsp;the&nbsp;owner&nbsp;of&nbsp;th</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ure&nbsp;by&nbsp;using&nbsp;varied&nbsp;registration&nbsp;information&nbsp;and&nbsp;purchasing&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;domain.&nbsp;Adversaries&nbsp;may&nbsp;use&nbsp;such&nbsp;private&nbsp;WHOIS&nbsp;services&nbsp;to</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">domains&nbsp;with&nbsp;different&nbsp;domain&nbsp;registrars.(Citation:&nbsp;Mandiant</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;obscure&nbsp;information&nbsp;about&nbsp;who&nbsp;owns&nbsp;a&nbsp;purchased&nbsp;domain.&nbsp;Adve</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;APT1)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rsaries&nbsp;may&nbsp;further&nbsp;interrupt&nbsp;efforts&nbsp;to&nbsp;track&nbsp;their&nbsp;infrast</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ructure&nbsp;by&nbsp;using&nbsp;varied&nbsp;registration&nbsp;information&nbsp;and&nbsp;purchas</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ing&nbsp;domains&nbsp;with&nbsp;different&nbsp;domain&nbsp;registrars.(Citation:&nbsp;Mand</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">iant&nbsp;APT1)</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1056: Pre-compromise"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0038: Domain Name (Active DNS)",
                            "DS0038: Domain Name (Domain Registration)",
                            "DS0038: Domain Name (Passive DNS)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--60c4b628-4807-4b0b-bbf5-fdac8643c337",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-10-01 00:48:09.578000+00:00",
                    "modified": "2024-02-28 21:22:52.176000+00:00",
                    "name": "Server",
                    "description": "Adversaries may buy, lease, rent, or obtain physical servers\u00a0that can be used during targeting. Use of servers allows an adversary to stage, launch, and execute an operation. During post-compromise activity, adversaries may utilize servers for various tasks, such as watering hole operations in [Drive-by Compromise](https://attack.mitre.org/techniques/T1189), enabling [Phishing](https://attack.mitre.org/techniques/T1566) operations, or facilitating [Command and Control](https://attack.mitre.org/tactics/TA0011). Instead of compromising a third-party [Server](https://attack.mitre.org/techniques/T1584/004) or renting a [Virtual Private Server](https://attack.mitre.org/techniques/T1583/003), adversaries may opt to configure and run their own servers in support of operations. Free trial periods of cloud servers may also be abused.(Citation: Free Trial PurpleUrchin)(Citation: Freejacked) \n\nAdversaries may only need a lightweight setup if most of their activities will take place using online infrastructure. Or, they may need to build extensive infrastructure if they want to test, communicate, and control other aspects of their activities on their own systems.(Citation: NYTStuxnet)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "resource-development"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1583/004",
                            "external_id": "T1583.004"
                        },
                        {
                            "source_name": "Freejacked",
                            "description": "Clark, Michael. (2023, August 14). Google\u2019s Vertex AI Platform Gets Freejacked. Retrieved February 28, 2024.",
                            "url": "https://sysdig.com/blog/googles-vertex-ai-platform-freejacked/"
                        },
                        {
                            "source_name": "Free Trial PurpleUrchin",
                            "description": "Gamazo, William. Quist, Nathaniel.. (2023, January 5). PurpleUrchin Bypasses CAPTCHA and Steals Cloud Platform Resources. Retrieved February 28, 2024.",
                            "url": "https://unit42.paloaltonetworks.com/purpleurchin-steals-cloud-resources/"
                        },
                        {
                            "source_name": "Koczwara Beacon Hunting Sep 2021",
                            "description": "Koczwara, M. (2021, September 7). Hunting Cobalt Strike C2 with Shodan. Retrieved October 12, 2021.",
                            "url": "https://michaelkoczwara.medium.com/cobalt-strike-c2-hunting-with-shodan-c448d501a6e2"
                        },
                        {
                            "source_name": "Mandiant SCANdalous Jul 2020",
                            "description": "Stephens, A. (2020, July 13). SCANdalous! (External Detection Using Network Scan Data and Automation). Retrieved October 12, 2021.",
                            "url": "https://www.mandiant.com/resources/scandalous-external-detection-using-network-scan-data-and-automation"
                        },
                        {
                            "source_name": "ThreatConnect Infrastructure Dec 2020",
                            "description": "ThreatConnect. (2020, December 15). Infrastructure Research and Hunting: Boiling the Domain Ocean. Retrieved October 12, 2021.",
                            "url": "https://threatconnect.com/blog/infrastructure-research-hunting/"
                        },
                        {
                            "source_name": "NYTStuxnet",
                            "description": "William J. Broad, John Markoff, and David E. Sanger. (2011, January 15). Israeli Test on Worm Called Crucial in Iran Nuclear Delay. Retrieved March 1, 2017.",
                            "url": "https://www.nytimes.com/2011/01/16/world/middleeast/16stuxnet.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Dor Edry, Microsoft"
                    ],
                    "x_mitre_data_sources": [
                        "Internet Scan: Response Metadata",
                        "Internet Scan: Response Content"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Once adversaries have provisioned a server (ex: for use as a command and control server), internet scans may reveal servers that adversaries have acquired. Consider looking for identifiable patterns such as services listening, certificates in use, SSL/TLS negotiation features, or other response artifacts associated with adversary C2 software.(Citation: ThreatConnect Infrastructure Dec 2020)(Citation: Mandiant SCANdalous Jul 2020)(Citation: Koczwara Beacon Hunting Sep 2021)\n\nMuch of this activity will take place outside the visibility of the target organization, making detection of this behavior difficult. Detection efforts may be focused on related stages of the adversary lifecycle, such as during Command and Control.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "PRE"
                    ],
                    "x_mitre_version": "1.3",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-02-28 21:22:52.176000+00:00\", \"old_value\": \"2023-04-12 20:18:42.003000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may buy, lease, rent, or obtain physical servers\\u00a0that can be used during targeting. Use of servers allows an adversary to stage, launch, and execute an operation. During post-compromise activity, adversaries may utilize servers for various tasks, such as watering hole operations in [Drive-by Compromise](https://attack.mitre.org/techniques/T1189), enabling [Phishing](https://attack.mitre.org/techniques/T1566) operations, or facilitating [Command and Control](https://attack.mitre.org/tactics/TA0011). Instead of compromising a third-party [Server](https://attack.mitre.org/techniques/T1584/004) or renting a [Virtual Private Server](https://attack.mitre.org/techniques/T1583/003), adversaries may opt to configure and run their own servers in support of operations. Free trial periods of cloud servers may also be abused.(Citation: Free Trial PurpleUrchin)(Citation: Freejacked) \\n\\nAdversaries may only need a lightweight setup if most of their activities will take place using online infrastructure. Or, they may need to build extensive infrastructure if they want to test, communicate, and control other aspects of their activities on their own systems.(Citation: NYTStuxnet)\", \"old_value\": \"Adversaries may buy, lease, or rent physical servers\\u00a0that can be used during targeting. Use of servers allows an adversary to stage, launch, and execute an operation. During post-compromise activity, adversaries may utilize servers for various tasks, including for Command and Control. Adversaries may use web servers to support support watering hole operations, as in [Drive-by Compromise](https://attack.mitre.org/techniques/T1189), or email servers to support [Phishing](https://attack.mitre.org/techniques/T1566) operations. Instead of compromising a third-party [Server](https://attack.mitre.org/techniques/T1584/004) or renting a [Virtual Private Server](https://attack.mitre.org/techniques/T1583/003), adversaries may opt to configure and run their own servers in support of operations.\\n\\nAdversaries may only need a lightweight setup if most of their activities will take place using online infrastructure. Or, they may need to build extensive infrastructure if they want to test, communicate, and control other aspects of their activities on their own systems.(Citation: NYTStuxnet)\", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,3 @@\\n-Adversaries may buy, lease, or rent physical servers\\u00a0that can be used during targeting. Use of servers allows an adversary to stage, launch, and execute an operation. During post-compromise activity, adversaries may utilize servers for various tasks, including for Command and Control. Adversaries may use web servers to support support watering hole operations, as in [Drive-by Compromise](https://attack.mitre.org/techniques/T1189), or email servers to support [Phishing](https://attack.mitre.org/techniques/T1566) operations. Instead of compromising a third-party [Server](https://attack.mitre.org/techniques/T1584/004) or renting a [Virtual Private Server](https://attack.mitre.org/techniques/T1583/003), adversaries may opt to configure and run their own servers in support of operations.\\n+Adversaries may buy, lease, rent, or obtain physical servers\\u00a0that can be used during targeting. Use of servers allows an adversary to stage, launch, and execute an operation. During post-compromise activity, adversaries may utilize servers for various tasks, such as watering hole operations in [Drive-by Compromise](https://attack.mitre.org/techniques/T1189), enabling [Phishing](https://attack.mitre.org/techniques/T1566) operations, or facilitating [Command and Control](https://attack.mitre.org/tactics/TA0011). Instead of compromising a third-party [Server](https://attack.mitre.org/techniques/T1584/004) or renting a [Virtual Private Server](https://attack.mitre.org/techniques/T1583/003), adversaries may opt to configure and run their own servers in support of operations. Free trial periods of cloud servers may also be abused.(Citation: Free Trial PurpleUrchin)(Citation: Freejacked) \\n \\n Adversaries may only need a lightweight setup if most of their activities will take place using online infrastructure. Or, they may need to build extensive infrastructure if they want to test, communicate, and control other aspects of their activities on their own systems.(Citation: NYTStuxnet)\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.3\", \"old_value\": \"1.2\"}}, \"iterable_item_added\": {\"root['external_references'][1]\": {\"source_name\": \"Freejacked\", \"description\": \"Clark, Michael. (2023, August 14). Google\\u2019s Vertex AI Platform Gets Freejacked. Retrieved February 28, 2024.\", \"url\": \"https://sysdig.com/blog/googles-vertex-ai-platform-freejacked/\"}, \"root['external_references'][2]\": {\"source_name\": \"Free Trial PurpleUrchin\", \"description\": \"Gamazo, William. Quist, Nathaniel.. (2023, January 5). PurpleUrchin Bypasses CAPTCHA and Steals Cloud Platform Resources. Retrieved February 28, 2024.\", \"url\": \"https://unit42.paloaltonetworks.com/purpleurchin-steals-cloud-resources/\"}}}",
                    "previous_version": "1.2",
                    "version_change": "1.2 \u2192 1.3",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to19__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to19__0\"><a href=\"#difflib_chg_to19__top\">t</a></td><td class=\"diff_header\" id=\"from19_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_sub\">Adversaries&nbsp;may&nbsp;buy,&nbsp;lease,&nbsp;or&nbsp;rent&nbsp;physical&nbsp;servers\u00a0that&nbsp;ca</span></td><td class=\"diff_next\"><a href=\"#difflib_chg_to19__top\">t</a></td><td class=\"diff_header\" id=\"to19_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_add\">Adversaries&nbsp;may&nbsp;buy,&nbsp;lease,&nbsp;rent,&nbsp;or&nbsp;obtain&nbsp;physical&nbsp;servers</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">n&nbsp;be&nbsp;used&nbsp;during&nbsp;targeting.&nbsp;Use&nbsp;of&nbsp;servers&nbsp;allows&nbsp;an&nbsp;adversa</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">\u00a0that&nbsp;can&nbsp;be&nbsp;used&nbsp;during&nbsp;targeting.&nbsp;Use&nbsp;of&nbsp;servers&nbsp;allows&nbsp;an</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ry&nbsp;to&nbsp;stage,&nbsp;launch,&nbsp;and&nbsp;execute&nbsp;an&nbsp;operation.&nbsp;During&nbsp;post-c</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;adversary&nbsp;to&nbsp;stage,&nbsp;launch,&nbsp;and&nbsp;execute&nbsp;an&nbsp;operation.&nbsp;Durin</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ompromise&nbsp;activity,&nbsp;adversaries&nbsp;may&nbsp;utilize&nbsp;servers&nbsp;for&nbsp;vari</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">g&nbsp;post-compromise&nbsp;activity,&nbsp;adversaries&nbsp;may&nbsp;utilize&nbsp;servers&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ous&nbsp;tasks,&nbsp;including&nbsp;for&nbsp;Command&nbsp;and&nbsp;Control.&nbsp;Adversaries&nbsp;ma</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">for&nbsp;various&nbsp;tasks,&nbsp;such&nbsp;as&nbsp;watering&nbsp;hole&nbsp;operations&nbsp;in&nbsp;[Driv</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">y&nbsp;use&nbsp;web&nbsp;servers&nbsp;to&nbsp;support&nbsp;support&nbsp;watering&nbsp;hole&nbsp;operation</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">e-by&nbsp;Compromise](https://attack.mitre.org/techniques/T1189),</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">s,&nbsp;as&nbsp;in&nbsp;[Drive-by&nbsp;Compromise](https://attack.mitre.org/tech</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;enabling&nbsp;[Phishing](https://attack.mitre.org/techniques/T15</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">niques/T1189),&nbsp;or&nbsp;email&nbsp;servers&nbsp;to&nbsp;support&nbsp;[Phishing](https:</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">66)&nbsp;operations,&nbsp;or&nbsp;facilitating&nbsp;[Command&nbsp;and&nbsp;Control](https:</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">//attack.mitre.org/techniques/T1566)&nbsp;operations.&nbsp;Instead&nbsp;of&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">//attack.mitre.org/tactics/TA0011).&nbsp;Instead&nbsp;of&nbsp;compromising&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">compromising&nbsp;a&nbsp;third-party&nbsp;[Server](https://attack.mitre.org</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">a&nbsp;third-party&nbsp;[Server](https://attack.mitre.org/techniques/T</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">/techniques/T1584/004)&nbsp;or&nbsp;renting&nbsp;a&nbsp;[Virtual&nbsp;Private&nbsp;Server]</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">1584/004)&nbsp;or&nbsp;renting&nbsp;a&nbsp;[Virtual&nbsp;Private&nbsp;Server](https://atta</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">(https://attack.mitre.org/techniques/T1583/003),&nbsp;adversaries</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ck.mitre.org/techniques/T1583/003),&nbsp;adversaries&nbsp;may&nbsp;opt&nbsp;to&nbsp;c</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;may&nbsp;opt&nbsp;to&nbsp;configure&nbsp;and&nbsp;run&nbsp;their&nbsp;own&nbsp;servers&nbsp;in&nbsp;support&nbsp;o</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">onfigure&nbsp;and&nbsp;run&nbsp;their&nbsp;own&nbsp;servers&nbsp;in&nbsp;support&nbsp;of&nbsp;operations.</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">f&nbsp;operations.&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;only&nbsp;need&nbsp;a&nbsp;lightweight&nbsp;setup</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;Free&nbsp;trial&nbsp;periods&nbsp;of&nbsp;cloud&nbsp;servers&nbsp;may&nbsp;also&nbsp;be&nbsp;abused.(Cit</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;if&nbsp;most&nbsp;of&nbsp;their&nbsp;activities&nbsp;will&nbsp;take&nbsp;place&nbsp;using&nbsp;online&nbsp;in</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ation:&nbsp;Free&nbsp;Trial&nbsp;PurpleUrchin)(Citation:&nbsp;Freejacked)&nbsp;&nbsp;&nbsp;Adve</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">frastructure.&nbsp;Or,&nbsp;they&nbsp;may&nbsp;need&nbsp;to&nbsp;build&nbsp;extensive&nbsp;infrastru</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">rsaries&nbsp;may&nbsp;only&nbsp;need&nbsp;a&nbsp;lightweight&nbsp;setup&nbsp;if&nbsp;most&nbsp;of&nbsp;their&nbsp;a</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">cture&nbsp;if&nbsp;they&nbsp;want&nbsp;to&nbsp;test,&nbsp;communicate,&nbsp;and&nbsp;control&nbsp;other&nbsp;a</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ctivities&nbsp;will&nbsp;take&nbsp;place&nbsp;using&nbsp;online&nbsp;infrastructure.&nbsp;Or,&nbsp;t</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">spects&nbsp;of&nbsp;their&nbsp;activities&nbsp;on&nbsp;their&nbsp;own&nbsp;systems.(Citation:&nbsp;N</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">hey&nbsp;may&nbsp;need&nbsp;to&nbsp;build&nbsp;extensive&nbsp;infrastructure&nbsp;if&nbsp;they&nbsp;want&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">YTStuxnet)</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">to&nbsp;test,&nbsp;communicate,&nbsp;and&nbsp;control&nbsp;other&nbsp;aspects&nbsp;of&nbsp;their&nbsp;act</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ivities&nbsp;on&nbsp;their&nbsp;own&nbsp;systems.(Citation:&nbsp;NYTStuxnet)</span></td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1056: Pre-compromise"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0035: Internet Scan (Response Content)",
                            "DS0035: Internet Scan (Response Metadata)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--035bb001-ab69-4a0b-9f6c-2de8b09e1b9d",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-02-11 19:07:12.114000+00:00",
                    "modified": "2024-04-18 14:26:21.852000+00:00",
                    "name": "Adversary-in-the-Middle",
                    "description": "Adversaries may attempt to position themselves between two or more networked devices using an adversary-in-the-middle (AiTM) technique to support follow-on behaviors such as [Network Sniffing](https://attack.mitre.org/techniques/T1040), [Transmitted Data Manipulation](https://attack.mitre.org/techniques/T1565/002), or replay attacks ([Exploitation for Credential Access](https://attack.mitre.org/techniques/T1212)). By abusing features of common networking protocols that can determine the flow of network traffic (e.g. ARP, DNS, LLMNR, etc.), adversaries may force a device to communicate through an adversary controlled system so they can collect information or perform additional actions.(Citation: Rapid7 MiTM Basics)\n\nFor example, adversaries may manipulate victim DNS settings to enable other malicious activities such as preventing/redirecting users from accessing legitimate sites and/or pushing additional malware.(Citation: ttint_rat)(Citation: dns_changer_trojans)(Citation: ad_blocker_with_miner) Adversaries may also manipulate DNS and leverage their position in order to intercept user credentials, including access tokens ([Steal Application Access Token](https://attack.mitre.org/techniques/T1528)) and session cookies ([Steal Web Session Cookie](https://attack.mitre.org/techniques/T1539)).(Citation: volexity_0day_sophos_FW)(Citation: Token tactics) [Downgrade Attack](https://attack.mitre.org/techniques/T1562/010)s can also be used to establish an AiTM position, such as by negotiating a less secure, deprecated, or weaker version of communication protocol (SSL/TLS) or encryption algorithm.(Citation: mitm_tls_downgrade_att)(Citation: taxonomy_downgrade_att_tls)(Citation: tlseminar_downgrade_att)\n\nAdversaries may also leverage the AiTM position to attempt to monitor and/or modify traffic, such as in [Transmitted Data Manipulation](https://attack.mitre.org/techniques/T1565/002). Adversaries can setup a position similar to AiTM to prevent traffic from flowing to the appropriate destination, potentially to [Impair Defenses](https://attack.mitre.org/techniques/T1562) and/or in support of a [Network Denial of Service](https://attack.mitre.org/techniques/T1498).",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "credential-access"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "collection"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1557",
                            "external_id": "T1557"
                        },
                        {
                            "source_name": "dns_changer_trojans",
                            "description": "Abendan, O. (2012, June 14). How DNS Changer Trojans Direct Users to Threats. Retrieved October 28, 2021.",
                            "url": "https://www.trendmicro.com/vinfo/us/threat-encyclopedia/web-attack/125/how-dns-changer-trojans-direct-users-to-threats"
                        },
                        {
                            "source_name": "volexity_0day_sophos_FW",
                            "description": "Adair, S., Lancaster, T., Volexity Threat Research. (2022, June 15). DriftingCloud: Zero-Day Sophos Firewall Exploitation and an Insidious Breach. Retrieved July 1, 2022.",
                            "url": "https://www.volexity.com/blog/2022/06/15/driftingcloud-zero-day-sophos-firewall-exploitation-and-an-insidious-breach/"
                        },
                        {
                            "source_name": "taxonomy_downgrade_att_tls",
                            "description": "Alashwali, E. S., Rasmussen, K. (2019, January 26). What's in a Downgrade? A Taxonomy of Downgrade Attacks in the TLS Protocol and Application Protocols Using TLS. Retrieved December 7, 2021.",
                            "url": "https://arxiv.org/abs/1809.05681"
                        },
                        {
                            "source_name": "ad_blocker_with_miner",
                            "description": "Kuzmenko, A.. (2021, March 10). Ad blocker with miner included. Retrieved October 28, 2021.",
                            "url": "https://securelist.com/ad-blocker-with-miner-included/101105/"
                        },
                        {
                            "source_name": "Token tactics",
                            "description": "Microsoft Incident Response. (2022, November 16). Token tactics: How to prevent, detect, and respond to cloud token theft. Retrieved December 26, 2023.",
                            "url": "https://www.microsoft.com/en-us/security/blog/2022/11/16/token-tactics-how-to-prevent-detect-and-respond-to-cloud-token-theft/"
                        },
                        {
                            "source_name": "mitm_tls_downgrade_att",
                            "description": "praetorian Editorial Team. (2014, August 19). Man-in-the-Middle TLS Protocol Downgrade Attack. Retrieved December 8, 2021.",
                            "url": "https://www.praetorian.com/blog/man-in-the-middle-tls-ssl-protocol-downgrade-attack/"
                        },
                        {
                            "source_name": "Rapid7 MiTM Basics",
                            "description": "Rapid7. (n.d.). Man-in-the-Middle (MITM) Attacks. Retrieved March 2, 2020.",
                            "url": "https://www.rapid7.com/fundamentals/man-in-the-middle-attacks/"
                        },
                        {
                            "source_name": "tlseminar_downgrade_att",
                            "description": "Team Cinnamon. (2017, February 3). Downgrade Attacks. Retrieved December 9, 2021.",
                            "url": "https://tlseminar.github.io/downgrade-attacks/"
                        },
                        {
                            "source_name": "ttint_rat",
                            "description": "Tu, L. Ma, Y. Ye, G. (2020, October 1). Ttint: An IoT Remote Access Trojan spread through 2 0-day vulnerabilities. Retrieved October 28, 2021.",
                            "url": "https://blog.netlab.360.com/ttint-an-iot-remote-control-trojan-spread-through-2-0-day-vulnerabilities/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Mayuresh Dani, Qualys",
                        "Daniil Yugoslavskiy, @yugoslavskiy, Atomic Threat Coverage project",
                        "NEC"
                    ],
                    "x_mitre_data_sources": [
                        "Application Log: Application Log Content",
                        "Network Traffic: Network Traffic Content",
                        "Windows Registry: Windows Registry Key Modification",
                        "Network Traffic: Network Traffic Flow",
                        "Service: Service Creation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor network traffic for anomalies associated with known AiTM behavior. Consider monitoring for modifications to system configuration files involved in shaping network traffic flow.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows",
                        "macOS",
                        "Linux",
                        "Network"
                    ],
                    "x_mitre_version": "2.4",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-18 14:26:21.852000+00:00\", \"old_value\": \"2023-09-27 20:27:50.792000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may attempt to position themselves between two or more networked devices using an adversary-in-the-middle (AiTM) technique to support follow-on behaviors such as [Network Sniffing](https://attack.mitre.org/techniques/T1040), [Transmitted Data Manipulation](https://attack.mitre.org/techniques/T1565/002), or replay attacks ([Exploitation for Credential Access](https://attack.mitre.org/techniques/T1212)). By abusing features of common networking protocols that can determine the flow of network traffic (e.g. ARP, DNS, LLMNR, etc.), adversaries may force a device to communicate through an adversary controlled system so they can collect information or perform additional actions.(Citation: Rapid7 MiTM Basics)\\n\\nFor example, adversaries may manipulate victim DNS settings to enable other malicious activities such as preventing/redirecting users from accessing legitimate sites and/or pushing additional malware.(Citation: ttint_rat)(Citation: dns_changer_trojans)(Citation: ad_blocker_with_miner) Adversaries may also manipulate DNS and leverage their position in order to intercept user credentials, including access tokens ([Steal Application Access Token](https://attack.mitre.org/techniques/T1528)) and session cookies ([Steal Web Session Cookie](https://attack.mitre.org/techniques/T1539)).(Citation: volexity_0day_sophos_FW)(Citation: Token tactics) [Downgrade Attack](https://attack.mitre.org/techniques/T1562/010)s can also be used to establish an AiTM position, such as by negotiating a less secure, deprecated, or weaker version of communication protocol (SSL/TLS) or encryption algorithm.(Citation: mitm_tls_downgrade_att)(Citation: taxonomy_downgrade_att_tls)(Citation: tlseminar_downgrade_att)\\n\\nAdversaries may also leverage the AiTM position to attempt to monitor and/or modify traffic, such as in [Transmitted Data Manipulation](https://attack.mitre.org/techniques/T1565/002). Adversaries can setup a position similar to AiTM to prevent traffic from flowing to the appropriate destination, potentially to [Impair Defenses](https://attack.mitre.org/techniques/T1562) and/or in support of a [Network Denial of Service](https://attack.mitre.org/techniques/T1498).\", \"old_value\": \"Adversaries may attempt to position themselves between two or more networked devices using an adversary-in-the-middle (AiTM) technique to support follow-on behaviors such as [Network Sniffing](https://attack.mitre.org/techniques/T1040), [Transmitted Data Manipulation](https://attack.mitre.org/techniques/T1565/002), or replay attacks ([Exploitation for Credential Access](https://attack.mitre.org/techniques/T1212)). By abusing features of common networking protocols that can determine the flow of network traffic (e.g. ARP, DNS, LLMNR, etc.), adversaries may force a device to communicate through an adversary controlled system so they can collect information or perform additional actions.(Citation: Rapid7 MiTM Basics)\\n\\nFor example, adversaries may manipulate victim DNS settings to enable other malicious activities such as preventing/redirecting users from accessing legitimate sites and/or pushing additional malware.(Citation: ttint_rat)(Citation: dns_changer_trojans)(Citation: ad_blocker_with_miner) Adversaries may also manipulate DNS and leverage their position in order to intercept user credentials and session cookies.(Citation: volexity_0day_sophos_FW) [Downgrade Attack](https://attack.mitre.org/techniques/T1562/010)s can also be used to establish an AiTM position, such as by negotiating a less secure, deprecated, or weaker version of communication protocol (SSL/TLS) or encryption algorithm.(Citation: mitm_tls_downgrade_att)(Citation: taxonomy_downgrade_att_tls)(Citation: tlseminar_downgrade_att)\\n\\nAdversaries may also leverage the AiTM position to attempt to monitor and/or modify traffic, such as in [Transmitted Data Manipulation](https://attack.mitre.org/techniques/T1565/002). Adversaries can setup a position similar to AiTM to prevent traffic from flowing to the appropriate destination, potentially to [Impair Defenses](https://attack.mitre.org/techniques/T1562) and/or in support of a [Network Denial of Service](https://attack.mitre.org/techniques/T1498).\", \"diff\": \"--- \\n+++ \\n@@ -1,5 +1,5 @@\\n Adversaries may attempt to position themselves between two or more networked devices using an adversary-in-the-middle (AiTM) technique to support follow-on behaviors such as [Network Sniffing](https://attack.mitre.org/techniques/T1040), [Transmitted Data Manipulation](https://attack.mitre.org/techniques/T1565/002), or replay attacks ([Exploitation for Credential Access](https://attack.mitre.org/techniques/T1212)). By abusing features of common networking protocols that can determine the flow of network traffic (e.g. ARP, DNS, LLMNR, etc.), adversaries may force a device to communicate through an adversary controlled system so they can collect information or perform additional actions.(Citation: Rapid7 MiTM Basics)\\n \\n-For example, adversaries may manipulate victim DNS settings to enable other malicious activities such as preventing/redirecting users from accessing legitimate sites and/or pushing additional malware.(Citation: ttint_rat)(Citation: dns_changer_trojans)(Citation: ad_blocker_with_miner) Adversaries may also manipulate DNS and leverage their position in order to intercept user credentials and session cookies.(Citation: volexity_0day_sophos_FW) [Downgrade Attack](https://attack.mitre.org/techniques/T1562/010)s can also be used to establish an AiTM position, such as by negotiating a less secure, deprecated, or weaker version of communication protocol (SSL/TLS) or encryption algorithm.(Citation: mitm_tls_downgrade_att)(Citation: taxonomy_downgrade_att_tls)(Citation: tlseminar_downgrade_att)\\n+For example, adversaries may manipulate victim DNS settings to enable other malicious activities such as preventing/redirecting users from accessing legitimate sites and/or pushing additional malware.(Citation: ttint_rat)(Citation: dns_changer_trojans)(Citation: ad_blocker_with_miner) Adversaries may also manipulate DNS and leverage their position in order to intercept user credentials, including access tokens ([Steal Application Access Token](https://attack.mitre.org/techniques/T1528)) and session cookies ([Steal Web Session Cookie](https://attack.mitre.org/techniques/T1539)).(Citation: volexity_0day_sophos_FW)(Citation: Token tactics) [Downgrade Attack](https://attack.mitre.org/techniques/T1562/010)s can also be used to establish an AiTM position, such as by negotiating a less secure, deprecated, or weaker version of communication protocol (SSL/TLS) or encryption algorithm.(Citation: mitm_tls_downgrade_att)(Citation: taxonomy_downgrade_att_tls)(Citation: tlseminar_downgrade_att)\\n \\n Adversaries may also leverage the AiTM position to attempt to monitor and/or modify traffic, such as in [Transmitted Data Manipulation](https://attack.mitre.org/techniques/T1565/002). Adversaries can setup a position similar to AiTM to prevent traffic from flowing to the appropriate destination, potentially to [Impair Defenses](https://attack.mitre.org/techniques/T1562) and/or in support of a [Network Denial of Service](https://attack.mitre.org/techniques/T1498).\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.4\", \"old_value\": \"2.3\"}}, \"iterable_item_added\": {\"root['external_references'][5]\": {\"source_name\": \"Token tactics\", \"description\": \"Microsoft Incident Response. (2022, November 16). Token tactics: How to prevent, detect, and respond to cloud token theft. Retrieved December 26, 2023.\", \"url\": \"https://www.microsoft.com/en-us/security/blog/2022/11/16/token-tactics-how-to-prevent-detect-and-respond-to-cloud-token-theft/\"}}}",
                    "previous_version": "2.3",
                    "version_change": "2.3 \u2192 2.4",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to35__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to35__0\"><a href=\"#difflib_chg_to35__top\">t</a></td><td class=\"diff_header\" id=\"from35_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;attempt&nbsp;to&nbsp;position&nbsp;themselves&nbsp;between&nbsp;two&nbsp;o</td><td class=\"diff_next\"><a href=\"#difflib_chg_to35__top\">t</a></td><td class=\"diff_header\" id=\"to35_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;attempt&nbsp;to&nbsp;position&nbsp;themselves&nbsp;between&nbsp;two&nbsp;o</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">r&nbsp;more&nbsp;networked&nbsp;devices&nbsp;using&nbsp;an&nbsp;adversary-in-the-middle&nbsp;(A</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">r&nbsp;more&nbsp;networked&nbsp;devices&nbsp;using&nbsp;an&nbsp;adversary-in-the-middle&nbsp;(A</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">iTM)&nbsp;technique&nbsp;to&nbsp;support&nbsp;follow-on&nbsp;behaviors&nbsp;such&nbsp;as&nbsp;[Netwo</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">iTM)&nbsp;technique&nbsp;to&nbsp;support&nbsp;follow-on&nbsp;behaviors&nbsp;such&nbsp;as&nbsp;[Netwo</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rk&nbsp;Sniffing](https://attack.mitre.org/techniques/T1040),&nbsp;[Tr</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rk&nbsp;Sniffing](https://attack.mitre.org/techniques/T1040),&nbsp;[Tr</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ansmitted&nbsp;Data&nbsp;Manipulation](https://attack.mitre.org/techni</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ansmitted&nbsp;Data&nbsp;Manipulation](https://attack.mitre.org/techni</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ques/T1565/002),&nbsp;or&nbsp;replay&nbsp;attacks&nbsp;([Exploitation&nbsp;for&nbsp;Creden</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ques/T1565/002),&nbsp;or&nbsp;replay&nbsp;attacks&nbsp;([Exploitation&nbsp;for&nbsp;Creden</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tial&nbsp;Access](https://attack.mitre.org/techniques/T1212)).&nbsp;By</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tial&nbsp;Access](https://attack.mitre.org/techniques/T1212)).&nbsp;By</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;abusing&nbsp;features&nbsp;of&nbsp;common&nbsp;networking&nbsp;protocols&nbsp;that&nbsp;can&nbsp;de</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;abusing&nbsp;features&nbsp;of&nbsp;common&nbsp;networking&nbsp;protocols&nbsp;that&nbsp;can&nbsp;de</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">termine&nbsp;the&nbsp;flow&nbsp;of&nbsp;network&nbsp;traffic&nbsp;(e.g.&nbsp;ARP,&nbsp;DNS,&nbsp;LLMNR,&nbsp;e</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">termine&nbsp;the&nbsp;flow&nbsp;of&nbsp;network&nbsp;traffic&nbsp;(e.g.&nbsp;ARP,&nbsp;DNS,&nbsp;LLMNR,&nbsp;e</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tc.),&nbsp;adversaries&nbsp;may&nbsp;force&nbsp;a&nbsp;device&nbsp;to&nbsp;communicate&nbsp;through&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tc.),&nbsp;adversaries&nbsp;may&nbsp;force&nbsp;a&nbsp;device&nbsp;to&nbsp;communicate&nbsp;through&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">an&nbsp;adversary&nbsp;controlled&nbsp;system&nbsp;so&nbsp;they&nbsp;can&nbsp;collect&nbsp;informati</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">an&nbsp;adversary&nbsp;controlled&nbsp;system&nbsp;so&nbsp;they&nbsp;can&nbsp;collect&nbsp;informati</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">on&nbsp;or&nbsp;perform&nbsp;additional&nbsp;actions.(Citation:&nbsp;Rapid7&nbsp;MiTM&nbsp;Basi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">on&nbsp;or&nbsp;perform&nbsp;additional&nbsp;actions.(Citation:&nbsp;Rapid7&nbsp;MiTM&nbsp;Basi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">cs)&nbsp;&nbsp;For&nbsp;example,&nbsp;adversaries&nbsp;may&nbsp;manipulate&nbsp;victim&nbsp;DNS&nbsp;sett</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">cs)&nbsp;&nbsp;For&nbsp;example,&nbsp;adversaries&nbsp;may&nbsp;manipulate&nbsp;victim&nbsp;DNS&nbsp;sett</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ings&nbsp;to&nbsp;enable&nbsp;other&nbsp;malicious&nbsp;activities&nbsp;such&nbsp;as&nbsp;preventing</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ings&nbsp;to&nbsp;enable&nbsp;other&nbsp;malicious&nbsp;activities&nbsp;such&nbsp;as&nbsp;preventing</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">/redirecting&nbsp;users&nbsp;from&nbsp;accessing&nbsp;legitimate&nbsp;sites&nbsp;and/or&nbsp;pu</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">/redirecting&nbsp;users&nbsp;from&nbsp;accessing&nbsp;legitimate&nbsp;sites&nbsp;and/or&nbsp;pu</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">shing&nbsp;additional&nbsp;malware.(Citation:&nbsp;ttint_rat)(Citation:&nbsp;dns</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">shing&nbsp;additional&nbsp;malware.(Citation:&nbsp;ttint_rat)(Citation:&nbsp;dns</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">_changer_trojans)(Citation:&nbsp;ad_blocker_with_miner)&nbsp;Adversari</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">_changer_trojans)(Citation:&nbsp;ad_blocker_with_miner)&nbsp;Adversari</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">es&nbsp;may&nbsp;also&nbsp;manipulate&nbsp;DNS&nbsp;and&nbsp;leverage&nbsp;their&nbsp;position&nbsp;in&nbsp;or</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">es&nbsp;may&nbsp;also&nbsp;manipulate&nbsp;DNS&nbsp;and&nbsp;leverage&nbsp;their&nbsp;position&nbsp;in&nbsp;or</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">der&nbsp;to&nbsp;intercept&nbsp;user&nbsp;credentials<span class=\"diff_chg\">&nbsp;and&nbsp;session&nbsp;cookies.(</span>C<span class=\"diff_chg\">itat</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">der&nbsp;to&nbsp;intercept&nbsp;user&nbsp;credentials<span class=\"diff_chg\">,&nbsp;including&nbsp;access&nbsp;tokens&nbsp;(</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">ion</span>:&nbsp;volexity_0day_sophos_FW)&nbsp;[Downgrade&nbsp;Attack](https://att</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">[Steal&nbsp;Application&nbsp;Access&nbsp;Token](https://attack.mitre.org/te</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ack.mitre.org/techniques/T1562/010)s&nbsp;can&nbsp;also&nbsp;be&nbsp;used&nbsp;to&nbsp;est</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">chniques/T1528))&nbsp;and&nbsp;session&nbsp;cookies&nbsp;([Steal&nbsp;Web&nbsp;Session&nbsp;</span>C<span class=\"diff_chg\">oo</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ablish&nbsp;an&nbsp;AiTM&nbsp;position,&nbsp;such&nbsp;as&nbsp;by&nbsp;negotiating&nbsp;a&nbsp;less&nbsp;secur</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">kie](https</span>:<span class=\"diff_add\">//attack.mitre.org/techniques/T1539)).(Citation:</span>&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e,&nbsp;deprecated,&nbsp;or&nbsp;weaker&nbsp;version&nbsp;of&nbsp;communication&nbsp;protocol&nbsp;(</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">volexity_0day_sophos_FW)<span class=\"diff_add\">(Citation:&nbsp;Token&nbsp;tactics)</span>&nbsp;[Downgrade</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">SSL/TLS)&nbsp;or&nbsp;encryption&nbsp;algorithm.(Citation:&nbsp;mitm_tls_downgra</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Attack](https://attack.mitre.org/techniques/T1562/010)s&nbsp;can</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">de_att)(Citation:&nbsp;taxonomy_downgrade_att_tls)(Citation:&nbsp;tlse</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;also&nbsp;be&nbsp;used&nbsp;to&nbsp;establish&nbsp;an&nbsp;AiTM&nbsp;position,&nbsp;such&nbsp;as&nbsp;by&nbsp;nego</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">minar_downgrade_att)&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;leverage&nbsp;the&nbsp;AiTM</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tiating&nbsp;a&nbsp;less&nbsp;secure,&nbsp;deprecated,&nbsp;or&nbsp;weaker&nbsp;version&nbsp;of&nbsp;comm</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;position&nbsp;to&nbsp;attempt&nbsp;to&nbsp;monitor&nbsp;and/or&nbsp;modify&nbsp;traffic,&nbsp;such&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">unication&nbsp;protocol&nbsp;(SSL/TLS)&nbsp;or&nbsp;encryption&nbsp;algorithm.(Citati</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">as&nbsp;in&nbsp;[Transmitted&nbsp;Data&nbsp;Manipulation](https://attack.mitre.o</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">on:&nbsp;mitm_tls_downgrade_att)(Citation:&nbsp;taxonomy_downgrade_att</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rg/techniques/T1565/002).&nbsp;Adversaries&nbsp;can&nbsp;setup&nbsp;a&nbsp;position&nbsp;s</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">_tls)(Citation:&nbsp;tlseminar_downgrade_att)&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;al</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">imilar&nbsp;to&nbsp;AiTM&nbsp;to&nbsp;prevent&nbsp;traffic&nbsp;from&nbsp;flowing&nbsp;to&nbsp;the&nbsp;approp</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">so&nbsp;leverage&nbsp;the&nbsp;AiTM&nbsp;position&nbsp;to&nbsp;attempt&nbsp;to&nbsp;monitor&nbsp;and/or&nbsp;m</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">riate&nbsp;destination,&nbsp;potentially&nbsp;to&nbsp;[Impair&nbsp;Defenses](https://</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">odify&nbsp;traffic,&nbsp;such&nbsp;as&nbsp;in&nbsp;[Transmitted&nbsp;Data&nbsp;Manipulation](ht</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">attack.mitre.org/techniques/T1562)&nbsp;and/or&nbsp;in&nbsp;support&nbsp;of&nbsp;a&nbsp;[N</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tps://attack.mitre.org/techniques/T1565/002).&nbsp;Adversaries&nbsp;ca</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">etwork&nbsp;Denial&nbsp;of&nbsp;Service](https://attack.mitre.org/technique</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n&nbsp;setup&nbsp;a&nbsp;position&nbsp;similar&nbsp;to&nbsp;AiTM&nbsp;to&nbsp;prevent&nbsp;traffic&nbsp;from&nbsp;f</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s/T1498).</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">lowing&nbsp;to&nbsp;the&nbsp;appropriate&nbsp;destination,&nbsp;potentially&nbsp;to&nbsp;[Impai</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">r&nbsp;Defenses](https://attack.mitre.org/techniques/T1562)&nbsp;and/o</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">r&nbsp;in&nbsp;support&nbsp;of&nbsp;a&nbsp;[Network&nbsp;Denial&nbsp;of&nbsp;Service](https://attack</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">.mitre.org/techniques/T1498).</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1017: User Training",
                            "M1030: Network Segmentation",
                            "M1031: Network Intrusion Prevention",
                            "M1035: Limit Access to Resource Over Network",
                            "M1037: Filter Network Traffic",
                            "M1041: Encrypt Sensitive Information",
                            "M1042: Disable or Remove Feature or Program"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0015: Application Log (Application Log Content)",
                            "DS0019: Service (Service Creation)",
                            "DS0024: Windows Registry (Windows Registry Key Modification)",
                            "DS0029: Network Traffic (Network Traffic Content)",
                            "DS0029: Network Traffic (Network Traffic Flow)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--355be19c-ffc9-46d5-8d50-d6a036c675b6",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:30:56.776000+00:00",
                    "modified": "2024-01-17 22:52:23.454000+00:00",
                    "name": "Application Layer Protocol",
                    "description": "Adversaries may communicate using OSI application layer protocols to avoid detection/network filtering by blending in with existing traffic. Commands to the remote system, and often the results of those commands, will be embedded within the protocol traffic between the client and server. \n\nAdversaries may utilize many different protocols, including those used for web browsing, transferring files, electronic mail, or DNS. For connections that occur internally within an enclave (such as those between a proxy or pivot node and other nodes), commonly used protocols are SMB, SSH, or RDP.(Citation: Mandiant APT29 Eye Spy Email Nov 22) ",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "command-and-control"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1071",
                            "external_id": "T1071"
                        },
                        {
                            "source_name": "University of Birmingham C2",
                            "description": "Gardiner, J.,  Cova, M., Nagaraja, S. (2014, February). Command & Control Understanding, Denying and Detecting. Retrieved April 20, 2016.",
                            "url": "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf"
                        },
                        {
                            "source_name": "Mandiant APT29 Eye Spy Email Nov 22",
                            "description": "Mandiant. (2022, May 2). UNC3524: Eye Spy on Your Email. Retrieved August 17, 2023.",
                            "url": "https://www.mandiant.com/resources/blog/unc3524-eye-spy-email"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Duane Michael"
                    ],
                    "x_mitre_data_sources": [
                        "Network Traffic: Network Traffic Flow",
                        "Network Traffic: Network Traffic Content"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect application layer protocols that do not follow the expected protocol standards regarding syntax, structure, or any other variable adversaries could leverage to conceal data.(Citation: University of Birmingham C2)",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows",
                        "Network"
                    ],
                    "x_mitre_version": "2.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-01-17 22:52:23.454000+00:00\", \"old_value\": \"2023-04-11 14:35:41.468000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may communicate using OSI application layer protocols to avoid detection/network filtering by blending in with existing traffic. Commands to the remote system, and often the results of those commands, will be embedded within the protocol traffic between the client and server. \\n\\nAdversaries may utilize many different protocols, including those used for web browsing, transferring files, electronic mail, or DNS. For connections that occur internally within an enclave (such as those between a proxy or pivot node and other nodes), commonly used protocols are SMB, SSH, or RDP.(Citation: Mandiant APT29 Eye Spy Email Nov 22) \", \"old_value\": \"Adversaries may communicate using OSI application layer protocols to avoid detection/network filtering by blending in with existing traffic. Commands to the remote system, and often the results of those commands, will be embedded within the protocol traffic between the client and server. \\n\\nAdversaries may utilize many different protocols, including those used for web browsing, transferring files, electronic mail, or DNS. For connections that occur internally within an enclave (such as those between a proxy or pivot node and other nodes), commonly used protocols are SMB, SSH, or RDP. \", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,3 @@\\n Adversaries may communicate using OSI application layer protocols to avoid detection/network filtering by blending in with existing traffic. Commands to the remote system, and often the results of those commands, will be embedded within the protocol traffic between the client and server. \\n \\n-Adversaries may utilize many different protocols, including those used for web browsing, transferring files, electronic mail, or DNS. For connections that occur internally within an enclave (such as those between a proxy or pivot node and other nodes), commonly used protocols are SMB, SSH, or RDP. \\n+Adversaries may utilize many different protocols, including those used for web browsing, transferring files, electronic mail, or DNS. For connections that occur internally within an enclave (such as those between a proxy or pivot node and other nodes), commonly used protocols are SMB, SSH, or RDP.(Citation: Mandiant APT29 Eye Spy Email Nov 22) \"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.2\", \"old_value\": \"2.1\"}}, \"iterable_item_added\": {\"root['external_references'][2]\": {\"source_name\": \"Mandiant APT29 Eye Spy Email Nov 22\", \"description\": \"Mandiant. (2022, May 2). UNC3524: Eye Spy on Your Email. Retrieved August 17, 2023.\", \"url\": \"https://www.mandiant.com/resources/blog/unc3524-eye-spy-email\"}, \"root['x_mitre_platforms'][3]\": \"Network\"}}",
                    "previous_version": "2.1",
                    "version_change": "2.1 \u2192 2.2",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to46__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to46__0\"><a href=\"#difflib_chg_to46__top\">t</a></td><td class=\"diff_header\" id=\"from46_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;communicate&nbsp;using&nbsp;OSI&nbsp;application&nbsp;layer&nbsp;prot</td><td class=\"diff_next\"><a href=\"#difflib_chg_to46__top\">t</a></td><td class=\"diff_header\" id=\"to46_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;communicate&nbsp;using&nbsp;OSI&nbsp;application&nbsp;layer&nbsp;prot</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ocols&nbsp;to&nbsp;avoid&nbsp;detection/network&nbsp;filtering&nbsp;by&nbsp;blending&nbsp;in&nbsp;wi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ocols&nbsp;to&nbsp;avoid&nbsp;detection/network&nbsp;filtering&nbsp;by&nbsp;blending&nbsp;in&nbsp;wi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">th&nbsp;existing&nbsp;traffic.&nbsp;Commands&nbsp;to&nbsp;the&nbsp;remote&nbsp;system,&nbsp;and&nbsp;ofte</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">th&nbsp;existing&nbsp;traffic.&nbsp;Commands&nbsp;to&nbsp;the&nbsp;remote&nbsp;system,&nbsp;and&nbsp;ofte</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n&nbsp;the&nbsp;results&nbsp;of&nbsp;those&nbsp;commands,&nbsp;will&nbsp;be&nbsp;embedded&nbsp;within&nbsp;the</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n&nbsp;the&nbsp;results&nbsp;of&nbsp;those&nbsp;commands,&nbsp;will&nbsp;be&nbsp;embedded&nbsp;within&nbsp;the</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;protocol&nbsp;traffic&nbsp;between&nbsp;the&nbsp;client&nbsp;and&nbsp;server.&nbsp;&nbsp;&nbsp;Adversari</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;protocol&nbsp;traffic&nbsp;between&nbsp;the&nbsp;client&nbsp;and&nbsp;server.&nbsp;&nbsp;&nbsp;Adversari</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">es&nbsp;may&nbsp;utilize&nbsp;many&nbsp;different&nbsp;protocols,&nbsp;including&nbsp;those&nbsp;use</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">es&nbsp;may&nbsp;utilize&nbsp;many&nbsp;different&nbsp;protocols,&nbsp;including&nbsp;those&nbsp;use</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d&nbsp;for&nbsp;web&nbsp;browsing,&nbsp;transferring&nbsp;files,&nbsp;electronic&nbsp;mail,&nbsp;or&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d&nbsp;for&nbsp;web&nbsp;browsing,&nbsp;transferring&nbsp;files,&nbsp;electronic&nbsp;mail,&nbsp;or&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">DNS.&nbsp;For&nbsp;connections&nbsp;that&nbsp;occur&nbsp;internally&nbsp;within&nbsp;an&nbsp;enclave</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">DNS.&nbsp;For&nbsp;connections&nbsp;that&nbsp;occur&nbsp;internally&nbsp;within&nbsp;an&nbsp;enclave</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;(such&nbsp;as&nbsp;those&nbsp;between&nbsp;a&nbsp;proxy&nbsp;or&nbsp;pivot&nbsp;node&nbsp;and&nbsp;other&nbsp;node</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;(such&nbsp;as&nbsp;those&nbsp;between&nbsp;a&nbsp;proxy&nbsp;or&nbsp;pivot&nbsp;node&nbsp;and&nbsp;other&nbsp;node</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s),&nbsp;commonly&nbsp;used&nbsp;protocols&nbsp;are&nbsp;SMB,&nbsp;SSH,&nbsp;or&nbsp;RDP.<span class=\"diff_chg\">&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s),&nbsp;commonly&nbsp;used&nbsp;protocols&nbsp;are&nbsp;SMB,&nbsp;SSH,&nbsp;or&nbsp;RDP.<span class=\"diff_chg\">(Citation:&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">Mandiant&nbsp;APT29&nbsp;Eye&nbsp;Spy&nbsp;Email&nbsp;Nov&nbsp;22)&nbsp;</span></td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1031: Network Intrusion Prevention"
                        ],
                        "new": [
                            "M1037: Filter Network Traffic"
                        ],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0029: Network Traffic (Network Traffic Content)",
                            "DS0029: Network Traffic (Network Traffic Flow)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--1996eef1-ced3-4d7f-bf94-33298cabbf72",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-03-15 16:27:31.768000+00:00",
                    "modified": "2023-12-26 20:54:38.721000+00:00",
                    "name": "DNS",
                    "description": "Adversaries may communicate using the Domain Name System (DNS) application layer protocol to avoid detection/network filtering by blending in with existing traffic. Commands to the remote system, and often the results of those commands, will be embedded within the protocol traffic between the client and server. \n\nThe DNS protocol serves an administrative function in computer networking and thus may be very common in environments. DNS traffic may also be allowed even before network authentication is completed. DNS packets contain many fields and headers in which data can be concealed. Often known as DNS tunneling, adversaries may abuse DNS to communicate with systems under their control within a victim network while also mimicking normal, expected traffic.(Citation: PAN DNS Tunneling)(Citation: Medium DnsTunneling) ",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "command-and-control"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1071/004",
                            "external_id": "T1071.004"
                        },
                        {
                            "source_name": "Medium DnsTunneling",
                            "description": "Galobardes, R. (2018, October 30). Learn how easy is to bypass firewalls using DNS tunneling (and also how to block it). Retrieved March 15, 2020.",
                            "url": "https://medium.com/@galolbardes/learn-how-easy-is-to-bypass-firewalls-using-dns-tunneling-and-also-how-to-block-it-3ed652f4a000"
                        },
                        {
                            "source_name": "University of Birmingham C2",
                            "description": "Gardiner, J.,  Cova, M., Nagaraja, S. (2014, February). Command & Control Understanding, Denying and Detecting. Retrieved April 20, 2016.",
                            "url": "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf"
                        },
                        {
                            "source_name": "PAN DNS Tunneling",
                            "description": "Palo Alto Networks. (n.d.). What Is DNS Tunneling?. Retrieved March 15, 2020.",
                            "url": "https://www.paloaltonetworks.com/cyberpedia/what-is-dns-tunneling"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Jan Petrov, Citi",
                        "Chris Heald"
                    ],
                    "x_mitre_data_sources": [
                        "Network Traffic: Network Traffic Content",
                        "Network Traffic: Network Traffic Flow"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect application layer protocols that do not follow the expected protocol standards regarding syntax, structure, or any other variable adversaries could leverage to conceal data.(Citation: University of Birmingham C2)\n\nMonitor for DNS traffic to/from known-bad or suspicious domains.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows",
                        "Network"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2023-12-26 20:54:38.721000+00:00\", \"old_value\": \"2022-06-17 13:52:03.232000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}, \"iterable_item_added\": {\"root['x_mitre_platforms'][3]\": \"Network\"}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2",
                    "changelog_mitigations": {
                        "shared": [
                            "M1031: Network Intrusion Prevention",
                            "M1037: Filter Network Traffic"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0029: Network Traffic (Network Traffic Content)",
                            "DS0029: Network Traffic (Network Traffic Flow)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--9a60a291-8960-4387-8a4a-2ab5c18bb50b",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-03-15 16:16:25.763000+00:00",
                    "modified": "2024-01-18 17:23:22.591000+00:00",
                    "name": "File Transfer Protocols",
                    "description": "Adversaries may communicate using application layer protocols associated with transferring files to avoid detection/network filtering by blending in with existing traffic. Commands to the remote system, and often the results of those commands, will be embedded within the protocol traffic between the client and server. \n\nProtocols such as SMB(Citation: US-CERT TA18-074A), FTP(Citation: ESET Machete July 2019), FTPS, and TFTP that transfer files may be very common in environments.  Packets produced from these protocols may have many fields and headers in which data can be concealed. Data could also be concealed within the transferred files. An adversary may abuse these protocols to communicate with systems under their control within a victim network while also mimicking normal, expected traffic. ",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "command-and-control"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1071/002",
                            "external_id": "T1071.002"
                        },
                        {
                            "source_name": "ESET Machete July 2019",
                            "description": "ESET. (2019, July). MACHETE JUST GOT SHARPER Venezuelan government institutions under attack. Retrieved September 13, 2019.",
                            "url": "https://www.welivesecurity.com/wp-content/uploads/2019/08/ESET_Machete.pdf"
                        },
                        {
                            "source_name": "University of Birmingham C2",
                            "description": "Gardiner, J.,  Cova, M., Nagaraja, S. (2014, February). Command & Control Understanding, Denying and Detecting. Retrieved April 20, 2016.",
                            "url": "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf"
                        },
                        {
                            "source_name": "US-CERT TA18-074A",
                            "description": "US-CERT. (2018, March 16). Alert (TA18-074A): Russian Government Cyber Activity Targeting Energy and Other Critical Infrastructure Sectors. Retrieved June 6, 2018.",
                            "url": "https://www.us-cert.gov/ncas/alerts/TA18-074A"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "Network Traffic: Network Traffic Content",
                        "Network Traffic: Network Traffic Flow"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect application layer protocols that do not follow the expected protocol for the port that is being used.(Citation: University of Birmingham C2)",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows",
                        "Network"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-01-18 17:23:22.591000+00:00\", \"old_value\": \"2023-10-01 02:42:15.473000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may communicate using application layer protocols associated with transferring files to avoid detection/network filtering by blending in with existing traffic. Commands to the remote system, and often the results of those commands, will be embedded within the protocol traffic between the client and server. \\n\\nProtocols such as SMB(Citation: US-CERT TA18-074A), FTP(Citation: ESET Machete July 2019), FTPS, and TFTP that transfer files may be very common in environments.  Packets produced from these protocols may have many fields and headers in which data can be concealed. Data could also be concealed within the transferred files. An adversary may abuse these protocols to communicate with systems under their control within a victim network while also mimicking normal, expected traffic. \", \"old_value\": \"Adversaries may communicate using application layer protocols associated with transferring files to avoid detection/network filtering by blending in with existing traffic. Commands to the remote system, and often the results of those commands, will be embedded within the protocol traffic between the client and server. \\n\\nProtocols such as SMB, FTP, FTPS, and TFTP that transfer files may be very common in environments.  Packets produced from these protocols may have many fields and headers in which data can be concealed. Data could also be concealed within the transferred files. An adversary may abuse these protocols to communicate with systems under their control within a victim network while also mimicking normal, expected traffic. \", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,3 @@\\n Adversaries may communicate using application layer protocols associated with transferring files to avoid detection/network filtering by blending in with existing traffic. Commands to the remote system, and often the results of those commands, will be embedded within the protocol traffic between the client and server. \\n \\n-Protocols such as SMB, FTP, FTPS, and TFTP that transfer files may be very common in environments.  Packets produced from these protocols may have many fields and headers in which data can be concealed. Data could also be concealed within the transferred files. An adversary may abuse these protocols to communicate with systems under their control within a victim network while also mimicking normal, expected traffic. \\n+Protocols such as SMB(Citation: US-CERT TA18-074A), FTP(Citation: ESET Machete July 2019), FTPS, and TFTP that transfer files may be very common in environments.  Packets produced from these protocols may have many fields and headers in which data can be concealed. Data could also be concealed within the transferred files. An adversary may abuse these protocols to communicate with systems under their control within a victim network while also mimicking normal, expected traffic. \"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}, \"iterable_item_added\": {\"root['external_references'][1]\": {\"source_name\": \"ESET Machete July 2019\", \"description\": \"ESET. (2019, July). MACHETE JUST GOT SHARPER Venezuelan government institutions under attack. Retrieved September 13, 2019.\", \"url\": \"https://www.welivesecurity.com/wp-content/uploads/2019/08/ESET_Machete.pdf\"}, \"root['external_references'][3]\": {\"source_name\": \"US-CERT TA18-074A\", \"description\": \"US-CERT. (2018, March 16). Alert (TA18-074A): Russian Government Cyber Activity Targeting Energy and Other Critical Infrastructure Sectors. Retrieved June 6, 2018.\", \"url\": \"https://www.us-cert.gov/ncas/alerts/TA18-074A\"}, \"root['x_mitre_platforms'][3]\": \"Network\"}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to71__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to71__0\"><a href=\"#difflib_chg_to71__top\">t</a></td><td class=\"diff_header\" id=\"from71_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;communicate&nbsp;using&nbsp;application&nbsp;layer&nbsp;protocol</td><td class=\"diff_next\"><a href=\"#difflib_chg_to71__top\">t</a></td><td class=\"diff_header\" id=\"to71_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;communicate&nbsp;using&nbsp;application&nbsp;layer&nbsp;protocol</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;associated&nbsp;with&nbsp;transferring&nbsp;files&nbsp;to&nbsp;avoid&nbsp;detection/netw</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;associated&nbsp;with&nbsp;transferring&nbsp;files&nbsp;to&nbsp;avoid&nbsp;detection/netw</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ork&nbsp;filtering&nbsp;by&nbsp;blending&nbsp;in&nbsp;with&nbsp;existing&nbsp;traffic.&nbsp;Commands</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ork&nbsp;filtering&nbsp;by&nbsp;blending&nbsp;in&nbsp;with&nbsp;existing&nbsp;traffic.&nbsp;Commands</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;to&nbsp;the&nbsp;remote&nbsp;system,&nbsp;and&nbsp;often&nbsp;the&nbsp;results&nbsp;of&nbsp;those&nbsp;comman</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;to&nbsp;the&nbsp;remote&nbsp;system,&nbsp;and&nbsp;often&nbsp;the&nbsp;results&nbsp;of&nbsp;those&nbsp;comman</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ds,&nbsp;will&nbsp;be&nbsp;embedded&nbsp;within&nbsp;the&nbsp;protocol&nbsp;traffic&nbsp;between&nbsp;the</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ds,&nbsp;will&nbsp;be&nbsp;embedded&nbsp;within&nbsp;the&nbsp;protocol&nbsp;traffic&nbsp;between&nbsp;the</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;client&nbsp;and&nbsp;server.&nbsp;&nbsp;&nbsp;Protocols&nbsp;such&nbsp;as&nbsp;SMB,&nbsp;FTP,&nbsp;FTPS,&nbsp;and&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;client&nbsp;and&nbsp;server.&nbsp;&nbsp;&nbsp;Protocols&nbsp;such&nbsp;as&nbsp;SMB<span class=\"diff_add\">(Citation:&nbsp;US-CER</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">TFTP&nbsp;that&nbsp;transfer&nbsp;files&nbsp;may&nbsp;be&nbsp;very&nbsp;common&nbsp;in&nbsp;environments.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">T&nbsp;TA18-074A)</span>,&nbsp;FTP<span class=\"diff_add\">(Citation:&nbsp;ESET&nbsp;Machete&nbsp;July&nbsp;2019)</span>,&nbsp;FTPS,&nbsp;a</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;&nbsp;Packets&nbsp;produced&nbsp;from&nbsp;these&nbsp;protocols&nbsp;may&nbsp;have&nbsp;many&nbsp;fields</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nd&nbsp;TFTP&nbsp;that&nbsp;transfer&nbsp;files&nbsp;may&nbsp;be&nbsp;very&nbsp;common&nbsp;in&nbsp;environmen</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;and&nbsp;headers&nbsp;in&nbsp;which&nbsp;data&nbsp;can&nbsp;be&nbsp;concealed.&nbsp;Data&nbsp;could&nbsp;also</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ts.&nbsp;&nbsp;Packets&nbsp;produced&nbsp;from&nbsp;these&nbsp;protocols&nbsp;may&nbsp;have&nbsp;many&nbsp;fie</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;be&nbsp;concealed&nbsp;within&nbsp;the&nbsp;transferred&nbsp;files.&nbsp;An&nbsp;adversary&nbsp;may</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">lds&nbsp;and&nbsp;headers&nbsp;in&nbsp;which&nbsp;data&nbsp;can&nbsp;be&nbsp;concealed.&nbsp;Data&nbsp;could&nbsp;a</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;abuse&nbsp;these&nbsp;protocols&nbsp;to&nbsp;communicate&nbsp;with&nbsp;systems&nbsp;under&nbsp;the</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">lso&nbsp;be&nbsp;concealed&nbsp;within&nbsp;the&nbsp;transferred&nbsp;files.&nbsp;An&nbsp;adversary&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ir&nbsp;control&nbsp;within&nbsp;a&nbsp;victim&nbsp;network&nbsp;while&nbsp;also&nbsp;mimicking&nbsp;norm</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">may&nbsp;abuse&nbsp;these&nbsp;protocols&nbsp;to&nbsp;communicate&nbsp;with&nbsp;systems&nbsp;under&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">al,&nbsp;expected&nbsp;traffic.&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">their&nbsp;control&nbsp;within&nbsp;a&nbsp;victim&nbsp;network&nbsp;while&nbsp;also&nbsp;mimicking&nbsp;n</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ormal,&nbsp;expected&nbsp;traffic.&nbsp;</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1031: Network Intrusion Prevention"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0029: Network Traffic (Network Traffic Content)",
                            "DS0029: Network Traffic (Network Traffic Flow)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--54b4c251-1f0e-4eba-ba6b-dbc7a6f6f06b",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-03-15 16:21:45.131000+00:00",
                    "modified": "2024-04-16 12:28:59.928000+00:00",
                    "name": "Mail Protocols",
                    "description": "Adversaries may communicate using application layer protocols associated with electronic mail delivery to avoid detection/network filtering by blending in with existing traffic. Commands to the remote system, and often the results of those commands, will be embedded within the protocol traffic between the client and server. \n\nProtocols such as SMTP/S, POP3/S, and IMAP that carry electronic mail may be very common in environments.  Packets produced from these protocols may have many fields and headers in which data can be concealed. Data could also be concealed within the email messages themselves. An adversary may abuse these protocols to communicate with systems under their control within a victim network while also mimicking normal, expected traffic.(Citation: FireEye APT28) ",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "command-and-control"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1071/003",
                            "external_id": "T1071.003"
                        },
                        {
                            "source_name": "FireEye APT28",
                            "description": "FireEye. (2015). APT28: A WINDOW INTO RUSSIA\u2019S CYBER ESPIONAGE OPERATIONS?. Retrieved August 19, 2015.",
                            "url": "https://web.archive.org/web/20151022204649/https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/rpt-apt28.pdf"
                        },
                        {
                            "source_name": "University of Birmingham C2",
                            "description": "Gardiner, J.,  Cova, M., Nagaraja, S. (2014, February). Command & Control Understanding, Denying and Detecting. Retrieved April 20, 2016.",
                            "url": "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "Network Traffic: Network Traffic Content",
                        "Network Traffic: Network Traffic Flow"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect application layer protocols that do not follow the expected protocol standards regarding syntax, structure, or any other variable adversaries could leverage to conceal data.(Citation: University of Birmingham C2)",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows",
                        "Network"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-16 12:28:59.928000+00:00\", \"old_value\": \"2020-10-21 16:35:45.633000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may communicate using application layer protocols associated with electronic mail delivery to avoid detection/network filtering by blending in with existing traffic. Commands to the remote system, and often the results of those commands, will be embedded within the protocol traffic between the client and server. \\n\\nProtocols such as SMTP/S, POP3/S, and IMAP that carry electronic mail may be very common in environments.  Packets produced from these protocols may have many fields and headers in which data can be concealed. Data could also be concealed within the email messages themselves. An adversary may abuse these protocols to communicate with systems under their control within a victim network while also mimicking normal, expected traffic.(Citation: FireEye APT28) \", \"old_value\": \"Adversaries may communicate using application layer protocols associated with electronic mail delivery to avoid detection/network filtering by blending in with existing traffic. Commands to the remote system, and often the results of those commands, will be embedded within the protocol traffic between the client and server. \\n\\nProtocols such as SMTP/S, POP3/S, and IMAP that carry electronic mail may be very common in environments.  Packets produced from these protocols may have many fields and headers in which data can be concealed. Data could also be concealed within the email messages themselves. An adversary may abuse these protocols to communicate with systems under their control within a victim network while also mimicking normal, expected traffic. \", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,3 @@\\n Adversaries may communicate using application layer protocols associated with electronic mail delivery to avoid detection/network filtering by blending in with existing traffic. Commands to the remote system, and often the results of those commands, will be embedded within the protocol traffic between the client and server. \\n \\n-Protocols such as SMTP/S, POP3/S, and IMAP that carry electronic mail may be very common in environments.  Packets produced from these protocols may have many fields and headers in which data can be concealed. Data could also be concealed within the email messages themselves. An adversary may abuse these protocols to communicate with systems under their control within a victim network while also mimicking normal, expected traffic. \\n+Protocols such as SMTP/S, POP3/S, and IMAP that carry electronic mail may be very common in environments.  Packets produced from these protocols may have many fields and headers in which data can be concealed. Data could also be concealed within the email messages themselves. An adversary may abuse these protocols to communicate with systems under their control within a victim network while also mimicking normal, expected traffic.(Citation: FireEye APT28) \"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}, \"iterable_item_added\": {\"root['external_references'][1]\": {\"source_name\": \"FireEye APT28\", \"description\": \"FireEye. (2015). APT28: A WINDOW INTO RUSSIA\\u2019S CYBER ESPIONAGE OPERATIONS?. Retrieved August 19, 2015.\", \"url\": \"https://web.archive.org/web/20151022204649/https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/rpt-apt28.pdf\"}, \"root['x_mitre_platforms'][3]\": \"Network\"}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to32__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to32__0\"><a href=\"#difflib_chg_to32__top\">t</a></td><td class=\"diff_header\" id=\"from32_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;communicate&nbsp;using&nbsp;application&nbsp;layer&nbsp;protocol</td><td class=\"diff_next\"><a href=\"#difflib_chg_to32__top\">t</a></td><td class=\"diff_header\" id=\"to32_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;communicate&nbsp;using&nbsp;application&nbsp;layer&nbsp;protocol</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;associated&nbsp;with&nbsp;electronic&nbsp;mail&nbsp;delivery&nbsp;to&nbsp;avoid&nbsp;detectio</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;associated&nbsp;with&nbsp;electronic&nbsp;mail&nbsp;delivery&nbsp;to&nbsp;avoid&nbsp;detectio</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n/network&nbsp;filtering&nbsp;by&nbsp;blending&nbsp;in&nbsp;with&nbsp;existing&nbsp;traffic.&nbsp;Co</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n/network&nbsp;filtering&nbsp;by&nbsp;blending&nbsp;in&nbsp;with&nbsp;existing&nbsp;traffic.&nbsp;Co</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">mmands&nbsp;to&nbsp;the&nbsp;remote&nbsp;system,&nbsp;and&nbsp;often&nbsp;the&nbsp;results&nbsp;of&nbsp;those&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">mmands&nbsp;to&nbsp;the&nbsp;remote&nbsp;system,&nbsp;and&nbsp;often&nbsp;the&nbsp;results&nbsp;of&nbsp;those&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">commands,&nbsp;will&nbsp;be&nbsp;embedded&nbsp;within&nbsp;the&nbsp;protocol&nbsp;traffic&nbsp;betwe</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">commands,&nbsp;will&nbsp;be&nbsp;embedded&nbsp;within&nbsp;the&nbsp;protocol&nbsp;traffic&nbsp;betwe</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">en&nbsp;the&nbsp;client&nbsp;and&nbsp;server.&nbsp;&nbsp;&nbsp;Protocols&nbsp;such&nbsp;as&nbsp;SMTP/S,&nbsp;POP3/S</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">en&nbsp;the&nbsp;client&nbsp;and&nbsp;server.&nbsp;&nbsp;&nbsp;Protocols&nbsp;such&nbsp;as&nbsp;SMTP/S,&nbsp;POP3/S</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">,&nbsp;and&nbsp;IMAP&nbsp;that&nbsp;carry&nbsp;electronic&nbsp;mail&nbsp;may&nbsp;be&nbsp;very&nbsp;common&nbsp;in&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">,&nbsp;and&nbsp;IMAP&nbsp;that&nbsp;carry&nbsp;electronic&nbsp;mail&nbsp;may&nbsp;be&nbsp;very&nbsp;common&nbsp;in&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">environments.&nbsp;&nbsp;Packets&nbsp;produced&nbsp;from&nbsp;these&nbsp;protocols&nbsp;may&nbsp;hav</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">environments.&nbsp;&nbsp;Packets&nbsp;produced&nbsp;from&nbsp;these&nbsp;protocols&nbsp;may&nbsp;hav</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;many&nbsp;fields&nbsp;and&nbsp;headers&nbsp;in&nbsp;which&nbsp;data&nbsp;can&nbsp;be&nbsp;concealed.&nbsp;Da</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;many&nbsp;fields&nbsp;and&nbsp;headers&nbsp;in&nbsp;which&nbsp;data&nbsp;can&nbsp;be&nbsp;concealed.&nbsp;Da</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ta&nbsp;could&nbsp;also&nbsp;be&nbsp;concealed&nbsp;within&nbsp;the&nbsp;email&nbsp;messages&nbsp;themsel</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ta&nbsp;could&nbsp;also&nbsp;be&nbsp;concealed&nbsp;within&nbsp;the&nbsp;email&nbsp;messages&nbsp;themsel</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ves.&nbsp;An&nbsp;adversary&nbsp;may&nbsp;abuse&nbsp;these&nbsp;protocols&nbsp;to&nbsp;communicate&nbsp;w</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ves.&nbsp;An&nbsp;adversary&nbsp;may&nbsp;abuse&nbsp;these&nbsp;protocols&nbsp;to&nbsp;communicate&nbsp;w</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ith&nbsp;systems&nbsp;under&nbsp;their&nbsp;control&nbsp;within&nbsp;a&nbsp;victim&nbsp;network&nbsp;whil</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ith&nbsp;systems&nbsp;under&nbsp;their&nbsp;control&nbsp;within&nbsp;a&nbsp;victim&nbsp;network&nbsp;whil</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;also&nbsp;mimicking&nbsp;normal,&nbsp;expected&nbsp;traffic.<span class=\"diff_chg\">&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;also&nbsp;mimicking&nbsp;normal,&nbsp;expected&nbsp;traffic.<span class=\"diff_chg\">(Citation:&nbsp;FireEye</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">&nbsp;APT28)&nbsp;</span></td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1031: Network Intrusion Prevention"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0029: Network Traffic (Network Traffic Content)",
                            "DS0029: Network Traffic (Network Traffic Flow)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--df8b2a25-8bdf-4856-953c-a04372b1c161",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-03-15 16:13:46.151000+00:00",
                    "modified": "2024-04-16 12:28:21.234000+00:00",
                    "name": "Web Protocols",
                    "description": "Adversaries may communicate using application layer protocols associated with web traffic to avoid detection/network filtering by blending in with existing traffic. Commands to the remote system, and often the results of those commands, will be embedded within the protocol traffic between the client and server. \n\nProtocols such as HTTP/S(Citation: CrowdStrike Putter Panda) and WebSocket(Citation: Brazking-Websockets) that carry web traffic may be very common in environments. HTTP/S packets have many fields and headers in which data can be concealed. An adversary may abuse these protocols to communicate with systems under their control within a victim network while also mimicking normal, expected traffic. ",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "command-and-control"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1071/001",
                            "external_id": "T1071.001"
                        },
                        {
                            "source_name": "CrowdStrike Putter Panda",
                            "description": "Crowdstrike Global Intelligence Team. (2014, June 9). CrowdStrike Intelligence Report: Putter Panda. Retrieved January 22, 2016.",
                            "url": "http://cdn0.vox-cdn.com/assets/4589853/crowdstrike-intelligence-report-putter-panda.original.pdf"
                        },
                        {
                            "source_name": "University of Birmingham C2",
                            "description": "Gardiner, J.,  Cova, M., Nagaraja, S. (2014, February). Command & Control Understanding, Denying and Detecting. Retrieved April 20, 2016.",
                            "url": "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf"
                        },
                        {
                            "source_name": "Brazking-Websockets",
                            "description": "Shahar Tavor. (n.d.). BrazKing Android Malware Upgraded and Targeting Brazilian Banks. Retrieved March 24, 2023.",
                            "url": "https://securityintelligence.com/posts/brazking-android-malware-upgraded-targeting-brazilian-banks/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "TruKno"
                    ],
                    "x_mitre_data_sources": [
                        "Network Traffic: Network Traffic Content",
                        "Network Traffic: Network Traffic Flow"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect application layer protocols that do not follow the expected protocol standards regarding syntax, structure, or any other variable adversaries could leverage to conceal data.(Citation: University of Birmingham C2)\n\nMonitor for web traffic to/from known-bad or suspicious domains. ",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows",
                        "Network"
                    ],
                    "x_mitre_version": "1.3",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-16 12:28:21.234000+00:00\", \"old_value\": \"2023-09-29 20:22:37.414000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.3\", \"old_value\": \"1.2\"}}, \"iterable_item_added\": {\"root['x_mitre_platforms'][3]\": \"Network\"}}",
                    "previous_version": "1.2",
                    "version_change": "1.2 \u2192 1.3",
                    "changelog_mitigations": {
                        "shared": [
                            "M1031: Network Intrusion Prevention"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0029: Network Traffic (Network Traffic Content)",
                            "DS0029: Network Traffic (Network Traffic Flow)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--30208d3e-0d6b-43c8-883e-44462a514619",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:31:27.985000+00:00",
                    "modified": "2024-01-02 13:35:57.680000+00:00",
                    "name": "Automated Collection",
                    "description": "Once established within a system or network, an adversary may use automated techniques for collecting internal data. Methods for performing this technique could include use of a [Command and Scripting Interpreter](https://attack.mitre.org/techniques/T1059) to search for and copy information fitting set criteria such as file type, location, or name at specific time intervals. \n\nIn cloud-based environments, adversaries may also use cloud APIs, data pipelines, command line interfaces, or extract, transform, and load (ETL) services to automatically collect data.(Citation: Mandiant UNC3944 SMS Phishing 2023) \n\nThis functionality could also be built into remote access tools. \n\nThis technique may incorporate use of other techniques such as [File and Directory Discovery](https://attack.mitre.org/techniques/T1083) and [Lateral Tool Transfer](https://attack.mitre.org/techniques/T1570) to identify and move files, as well as [Cloud Service Dashboard](https://attack.mitre.org/techniques/T1538) and [Cloud Storage Object Discovery](https://attack.mitre.org/techniques/T1619) to identify resources in cloud environments.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "collection"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1119",
                            "external_id": "T1119"
                        },
                        {
                            "source_name": "Mandiant UNC3944 SMS Phishing 2023",
                            "description": "Mandiant Intelligence. (2023, September 14). Why Are You Texting Me? UNC3944 Leverages SMS Phishing Campaigns for SIM Swapping, Ransomware, Extortion, and Notoriety. Retrieved January 2, 2024.",
                            "url": "https://www.mandiant.com/resources/blog/unc3944-sms-phishing-sim-swapping-ransomware"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Praetorian"
                    ],
                    "x_mitre_data_sources": [
                        "Command: Command Execution",
                        "File: File Access",
                        "Script: Script Execution"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Depending on the method used, actions could include common file system commands and parameters on the command-line interface within batch files or scripts. A sequence of actions like this may be unusual, depending on the system and network environment. Automated collection may occur along with other techniques such as [Data Staged](https://attack.mitre.org/techniques/T1074). As such, file access monitoring that shows an unusual process performing sequential file opens and potentially copy actions to another location on the file system for many files at once may indicate automated collection behavior. Remote access tools with built-in features may interact directly with the Windows API to gather data. Data may also be acquired through Windows system management tools such as [Windows Management Instrumentation](https://attack.mitre.org/techniques/T1047) and [PowerShell](https://attack.mitre.org/techniques/T1059/001), as well as through cloud APIs and command line interfaces.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows",
                        "IaaS",
                        "SaaS"
                    ],
                    "x_mitre_system_requirements": [
                        "Permissions to access directories, files, and API endpoints that store information of interest."
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-01-02 13:35:57.680000+00:00\", \"old_value\": \"2022-04-11 18:40:24.795000+00:00\"}, \"root['description']\": {\"new_value\": \"Once established within a system or network, an adversary may use automated techniques for collecting internal data. Methods for performing this technique could include use of a [Command and Scripting Interpreter](https://attack.mitre.org/techniques/T1059) to search for and copy information fitting set criteria such as file type, location, or name at specific time intervals. \\n\\nIn cloud-based environments, adversaries may also use cloud APIs, data pipelines, command line interfaces, or extract, transform, and load (ETL) services to automatically collect data.(Citation: Mandiant UNC3944 SMS Phishing 2023) \\n\\nThis functionality could also be built into remote access tools. \\n\\nThis technique may incorporate use of other techniques such as [File and Directory Discovery](https://attack.mitre.org/techniques/T1083) and [Lateral Tool Transfer](https://attack.mitre.org/techniques/T1570) to identify and move files, as well as [Cloud Service Dashboard](https://attack.mitre.org/techniques/T1538) and [Cloud Storage Object Discovery](https://attack.mitre.org/techniques/T1619) to identify resources in cloud environments.\", \"old_value\": \"Once established within a system or network, an adversary may use automated techniques for collecting internal data. Methods for performing this technique could include use of a [Command and Scripting Interpreter](https://attack.mitre.org/techniques/T1059) to search for and copy information fitting set criteria such as file type, location, or name at specific time intervals. In cloud-based environments, adversaries may also use cloud APIs, command line interfaces, or extract, transform, and load (ETL) services to automatically collect data. This functionality could also be built into remote access tools. \\n\\nThis technique may incorporate use of other techniques such as [File and Directory Discovery](https://attack.mitre.org/techniques/T1083) and [Lateral Tool Transfer](https://attack.mitre.org/techniques/T1570) to identify and move files, as well as [Cloud Service Dashboard](https://attack.mitre.org/techniques/T1538) and [Cloud Storage Object Discovery](https://attack.mitre.org/techniques/T1619) to identify resources in cloud environments.\", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,7 @@\\n-Once established within a system or network, an adversary may use automated techniques for collecting internal data. Methods for performing this technique could include use of a [Command and Scripting Interpreter](https://attack.mitre.org/techniques/T1059) to search for and copy information fitting set criteria such as file type, location, or name at specific time intervals. In cloud-based environments, adversaries may also use cloud APIs, command line interfaces, or extract, transform, and load (ETL) services to automatically collect data. This functionality could also be built into remote access tools. \\n+Once established within a system or network, an adversary may use automated techniques for collecting internal data. Methods for performing this technique could include use of a [Command and Scripting Interpreter](https://attack.mitre.org/techniques/T1059) to search for and copy information fitting set criteria such as file type, location, or name at specific time intervals. \\n+\\n+In cloud-based environments, adversaries may also use cloud APIs, data pipelines, command line interfaces, or extract, transform, and load (ETL) services to automatically collect data.(Citation: Mandiant UNC3944 SMS Phishing 2023) \\n+\\n+This functionality could also be built into remote access tools. \\n \\n This technique may incorporate use of other techniques such as [File and Directory Discovery](https://attack.mitre.org/techniques/T1083) and [Lateral Tool Transfer](https://attack.mitre.org/techniques/T1570) to identify and move files, as well as [Cloud Service Dashboard](https://attack.mitre.org/techniques/T1538) and [Cloud Storage Object Discovery](https://attack.mitre.org/techniques/T1619) to identify resources in cloud environments.\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}, \"iterable_item_added\": {\"root['external_references'][1]\": {\"source_name\": \"Mandiant UNC3944 SMS Phishing 2023\", \"description\": \"Mandiant Intelligence. (2023, September 14). Why Are You Texting Me? UNC3944 Leverages SMS Phishing Campaigns for SIM Swapping, Ransomware, Extortion, and Notoriety. Retrieved January 2, 2024.\", \"url\": \"https://www.mandiant.com/resources/blog/unc3944-sms-phishing-sim-swapping-ransomware\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to57__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to57__0\"><a href=\"#difflib_chg_to57__top\">t</a></td><td class=\"diff_header\" id=\"from57_1\">1</td><td nowrap=\"nowrap\">Once&nbsp;established&nbsp;within&nbsp;a&nbsp;system&nbsp;or&nbsp;network,&nbsp;an&nbsp;adversary&nbsp;ma</td><td class=\"diff_next\"><a href=\"#difflib_chg_to57__top\">t</a></td><td class=\"diff_header\" id=\"to57_1\">1</td><td nowrap=\"nowrap\">Once&nbsp;established&nbsp;within&nbsp;a&nbsp;system&nbsp;or&nbsp;network,&nbsp;an&nbsp;adversary&nbsp;ma</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">y&nbsp;use&nbsp;automated&nbsp;techniques&nbsp;for&nbsp;collecting&nbsp;internal&nbsp;data.&nbsp;Met</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">y&nbsp;use&nbsp;automated&nbsp;techniques&nbsp;for&nbsp;collecting&nbsp;internal&nbsp;data.&nbsp;Met</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">hods&nbsp;for&nbsp;performing&nbsp;this&nbsp;technique&nbsp;could&nbsp;include&nbsp;use&nbsp;of&nbsp;a&nbsp;[C</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">hods&nbsp;for&nbsp;performing&nbsp;this&nbsp;technique&nbsp;could&nbsp;include&nbsp;use&nbsp;of&nbsp;a&nbsp;[C</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ommand&nbsp;and&nbsp;Scripting&nbsp;Interpreter](https://attack.mitre.org/t</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ommand&nbsp;and&nbsp;Scripting&nbsp;Interpreter](https://attack.mitre.org/t</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">echniques/T1059)&nbsp;to&nbsp;search&nbsp;for&nbsp;and&nbsp;copy&nbsp;information&nbsp;fitting&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">echniques/T1059)&nbsp;to&nbsp;search&nbsp;for&nbsp;and&nbsp;copy&nbsp;information&nbsp;fitting&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">set&nbsp;criteria&nbsp;such&nbsp;as&nbsp;file&nbsp;type,&nbsp;location,&nbsp;or&nbsp;name&nbsp;at&nbsp;specifi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">set&nbsp;criteria&nbsp;such&nbsp;as&nbsp;file&nbsp;type,&nbsp;location,&nbsp;or&nbsp;name&nbsp;at&nbsp;specifi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">c&nbsp;time&nbsp;intervals.&nbsp;In&nbsp;cloud-based&nbsp;environments,&nbsp;adversaries&nbsp;m</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">c&nbsp;time&nbsp;intervals.&nbsp;<span class=\"diff_add\">&nbsp;&nbsp;</span>In&nbsp;cloud-based&nbsp;environments,&nbsp;adversaries</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ay&nbsp;also&nbsp;use&nbsp;cloud&nbsp;APIs,&nbsp;<span class=\"diff_chg\">command&nbsp;line&nbsp;interfac</span>es,&nbsp;<span class=\"diff_chg\">or</span>&nbsp;extract,</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;may&nbsp;also&nbsp;use&nbsp;cloud&nbsp;APIs,&nbsp;<span class=\"diff_chg\">data&nbsp;pipelin</span>es,&nbsp;<span class=\"diff_chg\">command&nbsp;line&nbsp;inter</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;transform,&nbsp;and&nbsp;load&nbsp;(ETL)&nbsp;services&nbsp;to&nbsp;automatically&nbsp;collect</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">faces,&nbsp;or</span>&nbsp;extract,&nbsp;transform,&nbsp;and&nbsp;load&nbsp;(ETL)&nbsp;services&nbsp;to&nbsp;aut</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;data.&nbsp;This&nbsp;functionality&nbsp;could&nbsp;also&nbsp;be&nbsp;built&nbsp;into&nbsp;remote&nbsp;ac</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">omatically&nbsp;collect&nbsp;data.<span class=\"diff_add\">(Citation:&nbsp;Mandiant&nbsp;UNC3944&nbsp;SMS&nbsp;Phis</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">cess&nbsp;tools.&nbsp;&nbsp;&nbsp;This&nbsp;technique&nbsp;may&nbsp;incorporate&nbsp;use&nbsp;of&nbsp;other&nbsp;te</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">hing&nbsp;2023)&nbsp;&nbsp;</span>&nbsp;This&nbsp;functionality&nbsp;could&nbsp;also&nbsp;be&nbsp;built&nbsp;into&nbsp;rem</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">chniques&nbsp;such&nbsp;as&nbsp;[File&nbsp;and&nbsp;Directory&nbsp;Discovery](https://atta</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ote&nbsp;access&nbsp;tools.&nbsp;&nbsp;&nbsp;This&nbsp;technique&nbsp;may&nbsp;incorporate&nbsp;use&nbsp;of&nbsp;ot</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ck.mitre.org/techniques/T1083)&nbsp;and&nbsp;[Lateral&nbsp;Tool&nbsp;Transfer](h</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">her&nbsp;techniques&nbsp;such&nbsp;as&nbsp;[File&nbsp;and&nbsp;Directory&nbsp;Discovery](https:</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ttps://attack.mitre.org/techniques/T1570)&nbsp;to&nbsp;identify&nbsp;and&nbsp;mo</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">//attack.mitre.org/techniques/T1083)&nbsp;and&nbsp;[Lateral&nbsp;Tool&nbsp;Trans</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ve&nbsp;files,&nbsp;as&nbsp;well&nbsp;as&nbsp;[Cloud&nbsp;Service&nbsp;Dashboard](https://attac</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">fer](https://attack.mitre.org/techniques/T1570)&nbsp;to&nbsp;identify&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">k.mitre.org/techniques/T1538)&nbsp;and&nbsp;[Cloud&nbsp;Storage&nbsp;Object&nbsp;Disc</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">and&nbsp;move&nbsp;files,&nbsp;as&nbsp;well&nbsp;as&nbsp;[Cloud&nbsp;Service&nbsp;Dashboard](https:/</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">overy](https://attack.mitre.org/techniques/T1619)&nbsp;to&nbsp;identif</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">/attack.mitre.org/techniques/T1538)&nbsp;and&nbsp;[Cloud&nbsp;Storage&nbsp;Objec</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">y&nbsp;resources&nbsp;in&nbsp;cloud&nbsp;environments.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">t&nbsp;Discovery](https://attack.mitre.org/techniques/T1619)&nbsp;to&nbsp;i</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">dentify&nbsp;resources&nbsp;in&nbsp;cloud&nbsp;environments.</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1029: Remote Data Storage",
                            "M1041: Encrypt Sensitive Information"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0012: Script (Script Execution)",
                            "DS0017: Command (Command Execution)",
                            "DS0022: File (File Access)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--1ecb2399-e8ba-4f6b-8ba7-5c27d49405cf",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-01-23 17:46:59.535000+00:00",
                    "modified": "2024-04-16 12:26:07.945000+00:00",
                    "name": "Boot or Logon Autostart Execution",
                    "description": "Adversaries may configure system settings to automatically execute a program during system boot or logon to maintain persistence or gain higher-level privileges on compromised systems. Operating systems may have mechanisms for automatically running a program on system boot or account logon.(Citation: Microsoft Run Key)(Citation: MSDN Authentication Packages)(Citation: Microsoft TimeProvider)(Citation: Cylance Reg Persistence Sept 2013)(Citation: Linux Kernel Programming) These mechanisms may include automatically executing programs that are placed in specially designated directories or are referenced by repositories that store configuration information, such as the Windows Registry. An adversary may achieve the same goal by modifying or extending features of the kernel.\n\nSince some boot or logon autostart programs run with higher privileges, an adversary may leverage these to elevate privileges.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "persistence"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "privilege-escalation"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1547",
                            "external_id": "T1547"
                        },
                        {
                            "source_name": "Cylance Reg Persistence Sept 2013",
                            "description": "Langendorf, S. (2013, September 24). Windows Registry Persistence, Part 2: The Run Keys and Search-Order. Retrieved April 11, 2018.",
                            "url": "https://blog.cylance.com/windows-registry-persistence-part-2-the-run-keys-and-search-order"
                        },
                        {
                            "source_name": "MSDN Authentication Packages",
                            "description": "Microsoft. (n.d.). Authentication Packages. Retrieved March 1, 2017.",
                            "url": "https://msdn.microsoft.com/library/windows/desktop/aa374733.aspx"
                        },
                        {
                            "source_name": "Microsoft Run Key",
                            "description": "Microsoft. (n.d.). Run and RunOnce Registry Keys. Retrieved November 12, 2014.",
                            "url": "http://msdn.microsoft.com/en-us/library/aa376977"
                        },
                        {
                            "source_name": "Microsoft TimeProvider",
                            "description": "Microsoft. (n.d.). Time Provider. Retrieved March 26, 2018.",
                            "url": "https://msdn.microsoft.com/library/windows/desktop/ms725475.aspx"
                        },
                        {
                            "source_name": "Linux Kernel Programming",
                            "description": "Pomerantz, O., Salzman, P.. (2003, April 4). The Linux Kernel Module Programming Guide. Retrieved April 6, 2018.",
                            "url": "https://www.tldp.org/LDP/lkmpg/2.4/lkmpg.pdf"
                        },
                        {
                            "source_name": "TechNet Autoruns",
                            "description": "Russinovich, M. (2016, January 4). Autoruns for Windows v13.51. Retrieved June 6, 2016.",
                            "url": "https://technet.microsoft.com/en-us/sysinternals/bb963902"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "Process: OS API Execution",
                        "Module: Module Load",
                        "Command: Command Execution",
                        "File: File Creation",
                        "Windows Registry: Windows Registry Key Creation",
                        "Windows Registry: Windows Registry Key Modification",
                        "File: File Modification",
                        "Kernel: Kernel Module Load",
                        "Process: Process Creation",
                        "Driver: Driver Load"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor for additions or modifications of mechanisms that could be used to trigger autostart execution, such as relevant additions to the Registry. Look for changes that are not correlated with known updates, patches, or other planned administrative activity. Tools such as Sysinternals Autoruns may also be used to detect system autostart configuration changes that could be attempts at persistence.(Citation: TechNet Autoruns)  Changes to some autostart configuration settings may happen under normal conditions when legitimate software is installed. \n\nSuspicious program execution as autostart programs may show up as outlier processes that have not been seen before when compared against historical data.To increase confidence of malicious activity, data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as network connections made for Command and Control, learning details about the environment through Discovery, and Lateral Movement.\n\nMonitor DLL loads by processes, specifically looking for DLLs that are not recognized or not normally loaded into a process. Look for abnormal process behavior that may be due to a process loading a malicious DLL.\n\nMonitor for abnormal usage of utilities and command-line parameters involved in kernel modification or driver installation.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_permissions_required": [
                        "User",
                        "Administrator",
                        "root"
                    ],
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows",
                        "Network"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-16 12:26:07.945000+00:00\", \"old_value\": \"2023-03-30 21:01:42.099000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}, \"iterable_item_added\": {\"root['x_mitre_platforms'][3]\": \"Network\"}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2",
                    "changelog_mitigations": {
                        "shared": [],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0008: Kernel (Kernel Module Load)",
                            "DS0009: Process (OS API Execution)",
                            "DS0009: Process (Process Creation)",
                            "DS0011: Module (Module Load)",
                            "DS0017: Command (Command Execution)",
                            "DS0022: File (File Creation)",
                            "DS0022: File (File Modification)",
                            "DS0024: Windows Registry (Windows Registry Key Creation)",
                            "DS0024: Windows Registry (Windows Registry Key Modification)",
                            "DS0027: Driver (Driver Load)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--43881e51-ac74-445b-b4c6-f9f9e9bf23fe",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-01-24 19:46:27.750000+00:00",
                    "modified": "2024-04-12 02:49:39.980000+00:00",
                    "name": "Port Monitors",
                    "description": "Adversaries may use port monitors to run an adversary supplied DLL during system boot for persistence or privilege escalation. A port monitor can be set through the <code>AddMonitor</code> API call to set a DLL to be loaded at startup.(Citation: AddMonitor) This DLL can be located in <code>C:\\Windows\\System32</code> and will be loaded and run by the print spooler service, `spoolsv.exe`, under SYSTEM level permissions on boot.(Citation: Bloxham) \n\nAlternatively, an arbitrary DLL can be loaded if permissions allow writing a fully-qualified pathname for that DLL to the `Driver` value of an existing or new arbitrarily named subkey of <code>HKLM\\SYSTEM\\CurrentControlSet\\Control\\Print\\Monitors</code>. The Registry key contains entries for the following:\n\n* Local Port\n* Standard TCP/IP Port\n* USB Monitor\n* WSD Port\n",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "persistence"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "privilege-escalation"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1547/010",
                            "external_id": "T1547.010"
                        },
                        {
                            "source_name": "Bloxham",
                            "description": "Bloxham, B. (n.d.). Getting Windows to Play with Itself &#91;PowerPoint slides&#93;. Retrieved November 12, 2014.",
                            "url": "https://www.defcon.org/images/defcon-22/dc-22-presentations/Bloxham/DEFCON-22-Brady-Bloxham-Windows-API-Abuse-UPDATED.pdf"
                        },
                        {
                            "source_name": "AddMonitor",
                            "description": "Microsoft. (n.d.). AddMonitor function. Retrieved November 12, 2014.",
                            "url": "http://msdn.microsoft.com/en-us/library/dd183341"
                        },
                        {
                            "source_name": "TechNet Autoruns",
                            "description": "Russinovich, M. (2016, January 4). Autoruns for Windows v13.51. Retrieved June 6, 2016.",
                            "url": "https://technet.microsoft.com/en-us/sysinternals/bb963902"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Stefan Kanthak",
                        "Travis Smith, Tripwire",
                        "Harun K\u00fc\u00dfner"
                    ],
                    "x_mitre_data_sources": [
                        "Windows Registry: Windows Registry Key Modification",
                        "File: File Creation",
                        "Module: Module Load",
                        "Process: OS API Execution"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor process API calls to <code>AddMonitor</code>.(Citation: AddMonitor) Monitor DLLs that are loaded by spoolsv.exe for DLLs that are abnormal. New DLLs written to the System32 directory that do not correlate with known good software or patching may be suspicious. \n\nMonitor Registry writes to <code>HKLM\\SYSTEM\\CurrentControlSet\\Control\\Print\\Monitors</code>, paying particular attention to changes in the \"Driver\" subkey. Run the Autoruns utility, which checks for this Registry key as a persistence mechanism.(Citation: TechNet Autoruns)",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_effective_permissions": [
                        "SYSTEM"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_permissions_required": [
                        "SYSTEM",
                        "Administrator"
                    ],
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-12 02:49:39.980000+00:00\", \"old_value\": \"2022-04-20 16:36:31.835000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may use port monitors to run an adversary supplied DLL during system boot for persistence or privilege escalation. A port monitor can be set through the <code>AddMonitor</code> API call to set a DLL to be loaded at startup.(Citation: AddMonitor) This DLL can be located in <code>C:\\\\Windows\\\\System32</code> and will be loaded and run by the print spooler service, `spoolsv.exe`, under SYSTEM level permissions on boot.(Citation: Bloxham) \\n\\nAlternatively, an arbitrary DLL can be loaded if permissions allow writing a fully-qualified pathname for that DLL to the `Driver` value of an existing or new arbitrarily named subkey of <code>HKLM\\\\SYSTEM\\\\CurrentControlSet\\\\Control\\\\Print\\\\Monitors</code>. The Registry key contains entries for the following:\\n\\n* Local Port\\n* Standard TCP/IP Port\\n* USB Monitor\\n* WSD Port\\n\", \"old_value\": \"Adversaries may use port monitors to run an adversary supplied DLL during system boot for persistence or privilege escalation. A port monitor can be set through the <code>AddMonitor</code> API call to set a DLL to be loaded at startup.(Citation: AddMonitor) This DLL can be located in <code>C:\\\\Windows\\\\System32</code> and will be loaded by the print spooler service, spoolsv.exe, on boot. The spoolsv.exe process also runs under SYSTEM level permissions.(Citation: Bloxham) Alternatively, an arbitrary DLL can be loaded if permissions allow writing a fully-qualified pathname for that DLL to <code>HKLM\\\\SYSTEM\\\\CurrentControlSet\\\\Control\\\\Print\\\\Monitors</code>. \\n\\nThe Registry key contains entries for the following:\\n\\n* Local Port\\n* Standard TCP/IP Port\\n* USB Monitor\\n* WSD Port\\n\\nAdversaries can use this technique to load malicious code at startup that will persist on system reboot and execute as SYSTEM.\", \"diff\": \"--- \\n+++ \\n@@ -1,10 +1,8 @@\\n-Adversaries may use port monitors to run an adversary supplied DLL during system boot for persistence or privilege escalation. A port monitor can be set through the <code>AddMonitor</code> API call to set a DLL to be loaded at startup.(Citation: AddMonitor) This DLL can be located in <code>C:\\\\Windows\\\\System32</code> and will be loaded by the print spooler service, spoolsv.exe, on boot. The spoolsv.exe process also runs under SYSTEM level permissions.(Citation: Bloxham) Alternatively, an arbitrary DLL can be loaded if permissions allow writing a fully-qualified pathname for that DLL to <code>HKLM\\\\SYSTEM\\\\CurrentControlSet\\\\Control\\\\Print\\\\Monitors</code>. \\n+Adversaries may use port monitors to run an adversary supplied DLL during system boot for persistence or privilege escalation. A port monitor can be set through the <code>AddMonitor</code> API call to set a DLL to be loaded at startup.(Citation: AddMonitor) This DLL can be located in <code>C:\\\\Windows\\\\System32</code> and will be loaded and run by the print spooler service, `spoolsv.exe`, under SYSTEM level permissions on boot.(Citation: Bloxham) \\n \\n-The Registry key contains entries for the following:\\n+Alternatively, an arbitrary DLL can be loaded if permissions allow writing a fully-qualified pathname for that DLL to the `Driver` value of an existing or new arbitrarily named subkey of <code>HKLM\\\\SYSTEM\\\\CurrentControlSet\\\\Control\\\\Print\\\\Monitors</code>. The Registry key contains entries for the following:\\n \\n * Local Port\\n * Standard TCP/IP Port\\n * USB Monitor\\n * WSD Port\\n-\\n-Adversaries can use this technique to load malicious code at startup that will persist on system reboot and execute as SYSTEM.\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_detection']\": {\"new_value\": \"Monitor process API calls to <code>AddMonitor</code>.(Citation: AddMonitor) Monitor DLLs that are loaded by spoolsv.exe for DLLs that are abnormal. New DLLs written to the System32 directory that do not correlate with known good software or patching may be suspicious. \\n\\nMonitor Registry writes to <code>HKLM\\\\SYSTEM\\\\CurrentControlSet\\\\Control\\\\Print\\\\Monitors</code>, paying particular attention to changes in the \\\"Driver\\\" subkey. Run the Autoruns utility, which checks for this Registry key as a persistence mechanism.(Citation: TechNet Autoruns)\", \"old_value\": \"Monitor process API calls to <code>AddMonitor</code>.(Citation: AddMonitor) Monitor DLLs that are loaded by spoolsv.exe for DLLs that are abnormal. New DLLs written to the System32 directory that do not correlate with known good software or patching may be suspicious. \\n\\nMonitor Registry writes to <code>HKLM\\\\SYSTEM\\\\CurrentControlSet\\\\Control\\\\Print\\\\Monitors</code>. Run the Autoruns utility, which checks for this Registry key as a persistence mechanism.(Citation: TechNet Autoruns)\", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,3 @@\\n Monitor process API calls to <code>AddMonitor</code>.(Citation: AddMonitor) Monitor DLLs that are loaded by spoolsv.exe for DLLs that are abnormal. New DLLs written to the System32 directory that do not correlate with known good software or patching may be suspicious. \\n \\n-Monitor Registry writes to <code>HKLM\\\\SYSTEM\\\\CurrentControlSet\\\\Control\\\\Print\\\\Monitors</code>. Run the Autoruns utility, which checks for this Registry key as a persistence mechanism.(Citation: TechNet Autoruns)\\n+Monitor Registry writes to <code>HKLM\\\\SYSTEM\\\\CurrentControlSet\\\\Control\\\\Print\\\\Monitors</code>, paying particular attention to changes in the \\\"Driver\\\" subkey. Run the Autoruns utility, which checks for this Registry key as a persistence mechanism.(Citation: TechNet Autoruns)\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}, \"iterable_item_added\": {\"root['x_mitre_contributors'][2]\": \"Harun K\\u00fc\\u00dfner\"}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to73__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to73__0\"><a href=\"#difflib_chg_to73__top\">t</a></td><td class=\"diff_header\" id=\"from73_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;use&nbsp;port&nbsp;monitors&nbsp;to&nbsp;run&nbsp;an&nbsp;adversary&nbsp;suppli</td><td class=\"diff_next\"><a href=\"#difflib_chg_to73__top\">t</a></td><td class=\"diff_header\" id=\"to73_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;use&nbsp;port&nbsp;monitors&nbsp;to&nbsp;run&nbsp;an&nbsp;adversary&nbsp;suppli</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;DLL&nbsp;during&nbsp;system&nbsp;boot&nbsp;for&nbsp;persistence&nbsp;or&nbsp;privilege&nbsp;escal</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;DLL&nbsp;during&nbsp;system&nbsp;boot&nbsp;for&nbsp;persistence&nbsp;or&nbsp;privilege&nbsp;escal</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ation.&nbsp;A&nbsp;port&nbsp;monitor&nbsp;can&nbsp;be&nbsp;set&nbsp;through&nbsp;the&nbsp;&lt;code&gt;AddMonito</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ation.&nbsp;A&nbsp;port&nbsp;monitor&nbsp;can&nbsp;be&nbsp;set&nbsp;through&nbsp;the&nbsp;&lt;code&gt;AddMonito</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">r&lt;/code&gt;&nbsp;API&nbsp;call&nbsp;to&nbsp;set&nbsp;a&nbsp;DLL&nbsp;to&nbsp;be&nbsp;loaded&nbsp;at&nbsp;startup.(Cita</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">r&lt;/code&gt;&nbsp;API&nbsp;call&nbsp;to&nbsp;set&nbsp;a&nbsp;DLL&nbsp;to&nbsp;be&nbsp;loaded&nbsp;at&nbsp;startup.(Cita</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tion:&nbsp;AddMonitor)&nbsp;This&nbsp;DLL&nbsp;can&nbsp;be&nbsp;located&nbsp;in&nbsp;&lt;code&gt;C:\\Window</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tion:&nbsp;AddMonitor)&nbsp;This&nbsp;DLL&nbsp;can&nbsp;be&nbsp;located&nbsp;in&nbsp;&lt;code&gt;C:\\Window</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s\\System32&lt;/code&gt;&nbsp;and&nbsp;will&nbsp;be&nbsp;loaded&nbsp;<span class=\"diff_chg\">by&nbsp;the&nbsp;print&nbsp;spooler</span>&nbsp;se</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s\\System32&lt;/code&gt;&nbsp;and&nbsp;will&nbsp;be&nbsp;loaded&nbsp;<span class=\"diff_chg\">and&nbsp;run&nbsp;by&nbsp;the&nbsp;print&nbsp;sp</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rvice,&nbsp;spoolsv.exe,&nbsp;<span class=\"diff_chg\">on&nbsp;boot.&nbsp;The&nbsp;spoolsv.exe&nbsp;process&nbsp;also&nbsp;ru</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">ooler</span>&nbsp;service,&nbsp;<span class=\"diff_add\">`</span>spoolsv.exe<span class=\"diff_add\">`</span>,&nbsp;<span class=\"diff_chg\">under</span>&nbsp;SYSTEM&nbsp;level&nbsp;permissions</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">ns&nbsp;under</span>&nbsp;SYSTEM&nbsp;level&nbsp;permissions.(Citation:&nbsp;Bloxham)&nbsp;Altern</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;on&nbsp;boot</span>.(Citation:&nbsp;Bloxham)&nbsp;<span class=\"diff_add\">&nbsp;&nbsp;</span>Alternatively,&nbsp;an&nbsp;arbitrary&nbsp;D</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">atively,&nbsp;an&nbsp;arbitrary&nbsp;DLL&nbsp;can&nbsp;be&nbsp;loaded&nbsp;if&nbsp;permissions&nbsp;allow</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">LL&nbsp;can&nbsp;be&nbsp;loaded&nbsp;if&nbsp;permissions&nbsp;allow&nbsp;writing&nbsp;a&nbsp;fully-qualif</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;writing&nbsp;a&nbsp;fully-qualified&nbsp;pathname&nbsp;for&nbsp;that&nbsp;DLL&nbsp;to&nbsp;&lt;code&gt;HK</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ied&nbsp;pathname&nbsp;for&nbsp;that&nbsp;DLL&nbsp;to<span class=\"diff_add\">&nbsp;the&nbsp;`Driver`&nbsp;value&nbsp;of&nbsp;an&nbsp;existi</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">LM\\SYSTEM\\CurrentControlSet\\Control\\Print\\Monitors&lt;/code&gt;.&nbsp;<span class=\"diff_sub\">&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ng&nbsp;or&nbsp;new&nbsp;arbitrarily&nbsp;named&nbsp;subkey&nbsp;of</span>&nbsp;&lt;code&gt;HKLM\\SYSTEM\\Curr</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;</span>The&nbsp;Registry&nbsp;key&nbsp;contains&nbsp;entries&nbsp;for&nbsp;the&nbsp;following:&nbsp;&nbsp;*&nbsp;Loc</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">entControlSet\\Control\\Print\\Monitors&lt;/code&gt;.&nbsp;The&nbsp;Registry&nbsp;ke</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">al&nbsp;Port&nbsp;*&nbsp;Standard&nbsp;TCP/IP&nbsp;Port&nbsp;*&nbsp;USB&nbsp;Monitor&nbsp;*&nbsp;WSD&nbsp;Port&nbsp;<span class=\"diff_sub\">&nbsp;Adv</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">y&nbsp;contains&nbsp;entries&nbsp;for&nbsp;the&nbsp;following:&nbsp;&nbsp;*&nbsp;Local&nbsp;Port&nbsp;*&nbsp;Standa</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ersaries&nbsp;can&nbsp;use&nbsp;this&nbsp;technique&nbsp;to&nbsp;load&nbsp;malicious&nbsp;code&nbsp;at&nbsp;st</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rd&nbsp;TCP/IP&nbsp;Port&nbsp;*&nbsp;USB&nbsp;Monitor&nbsp;*&nbsp;WSD&nbsp;Port&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">artup&nbsp;that&nbsp;will&nbsp;persist&nbsp;on&nbsp;system&nbsp;reboot&nbsp;and&nbsp;execute&nbsp;as&nbsp;SYST</span></td><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">EM.</span></td><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (OS API Execution)",
                            "DS0011: Module (Module Load)",
                            "DS0022: File (File Creation)",
                            "DS0024: Windows Registry (Windows Registry Key Modification)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--61afc315-860c-4364-825d-0d62b2e91edc",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-01-24 15:51:52.317000+00:00",
                    "modified": "2024-04-12 02:34:58.003000+00:00",
                    "name": "Time Providers",
                    "description": "Adversaries may abuse time providers to execute DLLs when the system boots. The Windows Time service (W32Time) enables time synchronization across and within domains.(Citation: Microsoft W32Time Feb 2018) W32Time time providers are responsible for retrieving time stamps from hardware/network resources and outputting these values to other network clients.(Citation: Microsoft TimeProvider)\n\nTime providers are implemented as dynamic-link libraries (DLLs) that are registered in the subkeys of `HKEY_LOCAL_MACHINE\\System\\CurrentControlSet\\Services\\W32Time\\TimeProviders\\`.(Citation: Microsoft TimeProvider) The time provider manager, directed by the service control manager, loads and starts time providers listed and enabled under this key at system startup and/or whenever parameters are changed.(Citation: Microsoft TimeProvider)\n\nAdversaries may abuse this architecture to establish persistence, specifically by creating a new arbitrarily named subkey  pointing to a malicious DLL in the `DllName` value. Administrator privileges are required for time provider registration, though execution will run in context of the Local Service account.(Citation: Github W32Time Oct 2017)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "persistence"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "privilege-escalation"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1547/003",
                            "external_id": "T1547.003"
                        },
                        {
                            "source_name": "Github W32Time Oct 2017",
                            "description": "Lundgren, S. (2017, October 28). w32time. Retrieved March 26, 2018.",
                            "url": "https://github.com/scottlundgren/w32time"
                        },
                        {
                            "source_name": "Microsoft W32Time May 2017",
                            "description": "Mathers, B. (2017, May 31). Windows Time Service Tools and Settings. Retrieved March 26, 2018.",
                            "url": "https://docs.microsoft.com/windows-server/networking/windows-time-service/windows-time-service-tools-and-settings"
                        },
                        {
                            "source_name": "Microsoft W32Time Feb 2018",
                            "description": "Microsoft. (2018, February 1). Windows Time Service (W32Time). Retrieved March 26, 2018.",
                            "url": "https://docs.microsoft.com/windows-server/networking/windows-time-service/windows-time-service-top"
                        },
                        {
                            "source_name": "Microsoft TimeProvider",
                            "description": "Microsoft. (n.d.). Time Provider. Retrieved March 26, 2018.",
                            "url": "https://msdn.microsoft.com/library/windows/desktop/ms725475.aspx"
                        },
                        {
                            "source_name": "TechNet Autoruns",
                            "description": "Russinovich, M. (2016, January 4). Autoruns for Windows v13.51. Retrieved June 6, 2016.",
                            "url": "https://technet.microsoft.com/en-us/sysinternals/bb963902"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Scott Lundgren, @5twenty9, Carbon Black",
                        "Harun K\u00fc\u00dfner"
                    ],
                    "x_mitre_data_sources": [
                        "Process: Process Creation",
                        "Command: Command Execution",
                        "Windows Registry: Windows Registry Key Modification",
                        "Module: Module Load"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Baseline values and monitor/analyze activity related to modifying W32Time information in the Registry, including application programming interface (API) calls such as <code>RegCreateKeyEx</code> and <code>RegSetValueEx</code> as well as execution of the W32tm.exe utility.(Citation: Microsoft W32Time May 2017) There is no restriction on the number of custom time providers registrations, though each may require a DLL payload written to disk.(Citation: Github W32Time Oct 2017)\n\nThe Sysinternals Autoruns tool may also be used to analyze auto-starting locations, including DLLs listed as time providers.(Citation: TechNet Autoruns)",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_permissions_required": [
                        "SYSTEM",
                        "Administrator"
                    ],
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-12 02:34:58.003000+00:00\", \"old_value\": \"2022-04-20 16:31:16.715000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may abuse time providers to execute DLLs when the system boots. The Windows Time service (W32Time) enables time synchronization across and within domains.(Citation: Microsoft W32Time Feb 2018) W32Time time providers are responsible for retrieving time stamps from hardware/network resources and outputting these values to other network clients.(Citation: Microsoft TimeProvider)\\n\\nTime providers are implemented as dynamic-link libraries (DLLs) that are registered in the subkeys of `HKEY_LOCAL_MACHINE\\\\System\\\\CurrentControlSet\\\\Services\\\\W32Time\\\\TimeProviders\\\\`.(Citation: Microsoft TimeProvider) The time provider manager, directed by the service control manager, loads and starts time providers listed and enabled under this key at system startup and/or whenever parameters are changed.(Citation: Microsoft TimeProvider)\\n\\nAdversaries may abuse this architecture to establish persistence, specifically by creating a new arbitrarily named subkey  pointing to a malicious DLL in the `DllName` value. Administrator privileges are required for time provider registration, though execution will run in context of the Local Service account.(Citation: Github W32Time Oct 2017)\", \"old_value\": \"Adversaries may abuse time providers to execute DLLs when the system boots. The Windows Time service (W32Time) enables time synchronization across and within domains.(Citation: Microsoft W32Time Feb 2018) W32Time time providers are responsible for retrieving time stamps from hardware/network resources and outputting these values to other network clients.(Citation: Microsoft TimeProvider)\\n\\nTime providers are implemented as dynamic-link libraries (DLLs) that are registered in the subkeys of  <code>HKEY_LOCAL_MACHINE\\\\System\\\\CurrentControlSet\\\\Services\\\\W32Time\\\\TimeProviders\\\\</code>.(Citation: Microsoft TimeProvider) The time provider manager, directed by the service control manager, loads and starts time providers listed and enabled under this key at system startup and/or whenever parameters are changed.(Citation: Microsoft TimeProvider)\\n\\nAdversaries may abuse this architecture to establish persistence, specifically by registering and enabling a malicious DLL as a time provider. Administrator privileges are required for time provider registration, though execution will run in context of the Local Service account.(Citation: Github W32Time Oct 2017)\", \"diff\": \"--- \\n+++ \\n@@ -1,5 +1,5 @@\\n Adversaries may abuse time providers to execute DLLs when the system boots. The Windows Time service (W32Time) enables time synchronization across and within domains.(Citation: Microsoft W32Time Feb 2018) W32Time time providers are responsible for retrieving time stamps from hardware/network resources and outputting these values to other network clients.(Citation: Microsoft TimeProvider)\\n \\n-Time providers are implemented as dynamic-link libraries (DLLs) that are registered in the subkeys of  <code>HKEY_LOCAL_MACHINE\\\\System\\\\CurrentControlSet\\\\Services\\\\W32Time\\\\TimeProviders\\\\</code>.(Citation: Microsoft TimeProvider) The time provider manager, directed by the service control manager, loads and starts time providers listed and enabled under this key at system startup and/or whenever parameters are changed.(Citation: Microsoft TimeProvider)\\n+Time providers are implemented as dynamic-link libraries (DLLs) that are registered in the subkeys of `HKEY_LOCAL_MACHINE\\\\System\\\\CurrentControlSet\\\\Services\\\\W32Time\\\\TimeProviders\\\\`.(Citation: Microsoft TimeProvider) The time provider manager, directed by the service control manager, loads and starts time providers listed and enabled under this key at system startup and/or whenever parameters are changed.(Citation: Microsoft TimeProvider)\\n \\n-Adversaries may abuse this architecture to establish persistence, specifically by registering and enabling a malicious DLL as a time provider. Administrator privileges are required for time provider registration, though execution will run in context of the Local Service account.(Citation: Github W32Time Oct 2017)\\n+Adversaries may abuse this architecture to establish persistence, specifically by creating a new arbitrarily named subkey  pointing to a malicious DLL in the `DllName` value. Administrator privileges are required for time provider registration, though execution will run in context of the Local Service account.(Citation: Github W32Time Oct 2017)\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}, \"iterable_item_added\": {\"root['x_mitre_contributors'][1]\": \"Harun K\\u00fc\\u00dfner\"}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to92__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to92__0\"><a href=\"#difflib_chg_to92__top\">t</a></td><td class=\"diff_header\" id=\"from92_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;abuse&nbsp;time&nbsp;providers&nbsp;to&nbsp;execute&nbsp;DLLs&nbsp;when&nbsp;th</td><td class=\"diff_next\"><a href=\"#difflib_chg_to92__top\">t</a></td><td class=\"diff_header\" id=\"to92_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;abuse&nbsp;time&nbsp;providers&nbsp;to&nbsp;execute&nbsp;DLLs&nbsp;when&nbsp;th</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;system&nbsp;boots.&nbsp;The&nbsp;Windows&nbsp;Time&nbsp;service&nbsp;(W32Time)&nbsp;enables&nbsp;t</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;system&nbsp;boots.&nbsp;The&nbsp;Windows&nbsp;Time&nbsp;service&nbsp;(W32Time)&nbsp;enables&nbsp;t</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ime&nbsp;synchronization&nbsp;across&nbsp;and&nbsp;within&nbsp;domains.(Citation:&nbsp;Mic</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ime&nbsp;synchronization&nbsp;across&nbsp;and&nbsp;within&nbsp;domains.(Citation:&nbsp;Mic</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rosoft&nbsp;W32Time&nbsp;Feb&nbsp;2018)&nbsp;W32Time&nbsp;time&nbsp;providers&nbsp;are&nbsp;responsi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rosoft&nbsp;W32Time&nbsp;Feb&nbsp;2018)&nbsp;W32Time&nbsp;time&nbsp;providers&nbsp;are&nbsp;responsi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ble&nbsp;for&nbsp;retrieving&nbsp;time&nbsp;stamps&nbsp;from&nbsp;hardware/network&nbsp;resourc</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ble&nbsp;for&nbsp;retrieving&nbsp;time&nbsp;stamps&nbsp;from&nbsp;hardware/network&nbsp;resourc</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">es&nbsp;and&nbsp;outputting&nbsp;these&nbsp;values&nbsp;to&nbsp;other&nbsp;network&nbsp;clients.(Cit</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">es&nbsp;and&nbsp;outputting&nbsp;these&nbsp;values&nbsp;to&nbsp;other&nbsp;network&nbsp;clients.(Cit</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ation:&nbsp;Microsoft&nbsp;TimeProvider)&nbsp;&nbsp;Time&nbsp;providers&nbsp;are&nbsp;implement</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ation:&nbsp;Microsoft&nbsp;TimeProvider)&nbsp;&nbsp;Time&nbsp;providers&nbsp;are&nbsp;implement</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;as&nbsp;dynamic-link&nbsp;libraries&nbsp;(DLLs)&nbsp;that&nbsp;are&nbsp;registered&nbsp;in&nbsp;t</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;as&nbsp;dynamic-link&nbsp;libraries&nbsp;(DLLs)&nbsp;that&nbsp;are&nbsp;registered&nbsp;in&nbsp;t</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">he&nbsp;subkeys&nbsp;of&nbsp;<span class=\"diff_chg\">&nbsp;&lt;code&gt;</span>HKEY_LOCAL_MACHINE\\System\\CurrentContro</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">he&nbsp;subkeys&nbsp;of&nbsp;<span class=\"diff_chg\">`</span>HKEY_LOCAL_MACHINE\\System\\CurrentControlSet\\S</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">lSet\\Services\\W32Time\\TimeProviders\\<span class=\"diff_chg\">&lt;/code&gt;</span>.(Citation:&nbsp;Micro</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ervices\\W32Time\\TimeProviders\\<span class=\"diff_chg\">`</span>.(Citation:&nbsp;Microsoft&nbsp;TimePro</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">soft&nbsp;TimeProvider)&nbsp;The&nbsp;time&nbsp;provider&nbsp;manager,&nbsp;directed&nbsp;by&nbsp;th</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">vider)&nbsp;The&nbsp;time&nbsp;provider&nbsp;manager,&nbsp;directed&nbsp;by&nbsp;the&nbsp;service&nbsp;co</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;service&nbsp;control&nbsp;manager,&nbsp;loads&nbsp;and&nbsp;starts&nbsp;time&nbsp;providers&nbsp;l</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ntrol&nbsp;manager,&nbsp;loads&nbsp;and&nbsp;starts&nbsp;time&nbsp;providers&nbsp;listed&nbsp;and&nbsp;en</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">isted&nbsp;and&nbsp;enabled&nbsp;under&nbsp;this&nbsp;key&nbsp;at&nbsp;system&nbsp;startup&nbsp;and/or&nbsp;wh</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">abled&nbsp;under&nbsp;this&nbsp;key&nbsp;at&nbsp;system&nbsp;startup&nbsp;and/or&nbsp;whenever&nbsp;param</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">enever&nbsp;parameters&nbsp;are&nbsp;changed.(Citation:&nbsp;Microsoft&nbsp;TimeProvi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">eters&nbsp;are&nbsp;changed.(Citation:&nbsp;Microsoft&nbsp;TimeProvider)&nbsp;&nbsp;Advers</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">der)&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;abuse&nbsp;this&nbsp;architecture&nbsp;to&nbsp;establish&nbsp;p</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">aries&nbsp;may&nbsp;abuse&nbsp;this&nbsp;architecture&nbsp;to&nbsp;establish&nbsp;persistence,&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ersistence,&nbsp;specifically&nbsp;by&nbsp;<span class=\"diff_chg\">re</span>g<span class=\"diff_chg\">ister</span>ing&nbsp;<span class=\"diff_chg\">and&nbsp;enabling&nbsp;a&nbsp;malic</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">specifically&nbsp;by&nbsp;<span class=\"diff_chg\">creatin</span>g<span class=\"diff_chg\">&nbsp;a&nbsp;new&nbsp;arbitrarily&nbsp;named&nbsp;subkey&nbsp;&nbsp;poi</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">ious</span>&nbsp;DLL&nbsp;<span class=\"diff_chg\">as&nbsp;a&nbsp;time&nbsp;provider</span>.&nbsp;Administrator&nbsp;privileges&nbsp;are&nbsp;re</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">nt</span>ing&nbsp;<span class=\"diff_chg\">to&nbsp;a&nbsp;malicious</span>&nbsp;DLL&nbsp;<span class=\"diff_chg\">in&nbsp;the&nbsp;`DllName`&nbsp;value</span>.&nbsp;Administrat</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">quired&nbsp;for&nbsp;time&nbsp;provider&nbsp;registration,&nbsp;though&nbsp;execution&nbsp;will</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">or&nbsp;privileges&nbsp;are&nbsp;required&nbsp;for&nbsp;time&nbsp;provider&nbsp;registration,&nbsp;t</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;run&nbsp;in&nbsp;context&nbsp;of&nbsp;the&nbsp;Local&nbsp;Service&nbsp;account.(Citation:&nbsp;Gith</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">hough&nbsp;execution&nbsp;will&nbsp;run&nbsp;in&nbsp;context&nbsp;of&nbsp;the&nbsp;Local&nbsp;Service&nbsp;acc</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ub&nbsp;W32Time&nbsp;Oct&nbsp;2017)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ount.(Citation:&nbsp;Github&nbsp;W32Time&nbsp;Oct&nbsp;2017)</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1022: Restrict File and Directory Permissions",
                            "M1024: Restrict Registry Permissions"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (Process Creation)",
                            "DS0011: Module (Module Load)",
                            "DS0017: Command (Command Execution)",
                            "DS0024: Windows Registry (Windows Registry Key Modification)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--6836813e-8ec8-4375-b459-abb388cb1a35",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-01-24 16:59:59.688000+00:00",
                    "modified": "2024-02-14 21:24:37.780000+00:00",
                    "name": "Winlogon Helper DLL",
                    "description": "Adversaries may abuse features of Winlogon to execute DLLs and/or executables when a user logs in. Winlogon.exe is a Windows component responsible for actions at logon/logoff as well as the secure attention sequence (SAS) triggered by Ctrl-Alt-Delete. Registry entries in <code>HKLM\\Software[\\\\Wow6432Node\\\\]\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon\\</code> and <code>HKCU\\Software\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon\\</code> are used to manage additional helper programs and functionalities that support Winlogon.(Citation: Cylance Reg Persistence Sept 2013) \n\nMalicious modifications to these Registry keys may cause Winlogon to load and execute malicious DLLs and/or executables. Specifically, the following subkeys have been known to be possibly vulnerable to abuse: (Citation: Cylance Reg Persistence Sept 2013)\n\n* Winlogon\\Notify - points to notification package DLLs that handle Winlogon events\n* Winlogon\\Userinit - points to userinit.exe, the user initialization program executed when a user logs on\n* Winlogon\\Shell - points to explorer.exe, the system shell executed when a user logs on\n\nAdversaries may take advantage of these features to repeatedly execute malicious code and establish persistence.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "persistence"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "privilege-escalation"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1547/004",
                            "external_id": "T1547.004"
                        },
                        {
                            "source_name": "Cylance Reg Persistence Sept 2013",
                            "description": "Langendorf, S. (2013, September 24). Windows Registry Persistence, Part 2: The Run Keys and Search-Order. Retrieved April 11, 2018.",
                            "url": "https://blog.cylance.com/windows-registry-persistence-part-2-the-run-keys-and-search-order"
                        },
                        {
                            "source_name": "TechNet Autoruns",
                            "description": "Russinovich, M. (2016, January 4). Autoruns for Windows v13.51. Retrieved June 6, 2016.",
                            "url": "https://technet.microsoft.com/en-us/sysinternals/bb963902"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Praetorian"
                    ],
                    "x_mitre_data_sources": [
                        "Command: Command Execution",
                        "Module: Module Load",
                        "Process: Process Creation",
                        "Windows Registry: Windows Registry Key Modification"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor for changes to Registry entries associated with Winlogon that do not correlate with known software, patch cycles, etc. Tools such as Sysinternals Autoruns may also be used to detect system changes that could be attempts at persistence, including listing current Winlogon helper values. (Citation: TechNet Autoruns)  New DLLs written to System32 that do not correlate with known good software or patching may also be suspicious.\n\nLook for abnormal process behavior that may be due to a process loading a malicious DLL. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as network connections made for Command and Control, learning details about the environment through Discovery, and Lateral Movement.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_permissions_required": [
                        "SYSTEM",
                        "Administrator"
                    ],
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-02-14 21:24:37.780000+00:00\", \"old_value\": \"2023-08-14 15:11:30.220000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}, \"iterable_item_added\": {\"root['x_mitre_data_sources'][2]\": \"Process: Process Creation\"}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2",
                    "changelog_mitigations": {
                        "shared": [
                            "M1018: User Account Management",
                            "M1038: Execution Prevention"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0011: Module (Module Load)",
                            "DS0017: Command (Command Execution)",
                            "DS0024: Windows Registry (Windows Registry Key Modification)"
                        ],
                        "new": [
                            "DS0009: Process (Process Creation)"
                        ],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--03259939-0b57-482f-8eb5-87c0e0d54334",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:30:38.910000+00:00",
                    "modified": "2024-04-16 12:23:13.621000+00:00",
                    "name": "Boot or Logon Initialization Scripts",
                    "description": "Adversaries may use scripts automatically executed at boot or logon initialization to establish persistence.(Citation: Mandiant APT29 Eye Spy Email Nov 22)(Citation: Anomali Rocke March 2019) Initialization scripts can be used to perform administrative functions, which may often execute other programs or send information to an internal logging server. These scripts can vary based on operating system and whether applied locally or remotely.  \n\nAdversaries may use these scripts to maintain persistence on a single system. Depending on the access configuration of the logon scripts, either local credentials or an administrator account may be necessary. \n\nAn adversary may also be able to escalate their privileges since some boot or logon initialization scripts run with higher privileges.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "persistence"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "privilege-escalation"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1037",
                            "external_id": "T1037"
                        },
                        {
                            "source_name": "Anomali Rocke March 2019",
                            "description": "Anomali Labs. (2019, March 15). Rocke Evolves Its Arsenal With a New Malware Family Written in Golang. Retrieved April 24, 2019.",
                            "url": "https://www.anomali.com/blog/rocke-evolves-its-arsenal-with-a-new-malware-family-written-in-golang"
                        },
                        {
                            "source_name": "Mandiant APT29 Eye Spy Email Nov 22",
                            "description": "Mandiant. (2022, May 2). UNC3524: Eye Spy on Your Email. Retrieved August 17, 2023.",
                            "url": "https://www.mandiant.com/resources/blog/unc3524-eye-spy-email"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "File: File Modification",
                        "Windows Registry: Windows Registry Key Creation",
                        "Command: Command Execution",
                        "File: File Creation",
                        "Process: Process Creation",
                        "Active Directory: Active Directory Object Modification"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor logon scripts for unusual access by abnormal users or at abnormal times. Look for files added or modified by unusual accounts outside of normal administration duties. Monitor running process for actions that could be indicative of abnormal programs or executables running upon logon.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "macOS",
                        "Windows",
                        "Linux",
                        "Network"
                    ],
                    "x_mitre_version": "2.3",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-16 12:23:13.621000+00:00\", \"old_value\": \"2023-08-11 20:54:55.991000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may use scripts automatically executed at boot or logon initialization to establish persistence.(Citation: Mandiant APT29 Eye Spy Email Nov 22)(Citation: Anomali Rocke March 2019) Initialization scripts can be used to perform administrative functions, which may often execute other programs or send information to an internal logging server. These scripts can vary based on operating system and whether applied locally or remotely.  \\n\\nAdversaries may use these scripts to maintain persistence on a single system. Depending on the access configuration of the logon scripts, either local credentials or an administrator account may be necessary. \\n\\nAn adversary may also be able to escalate their privileges since some boot or logon initialization scripts run with higher privileges.\", \"old_value\": \"Adversaries may use scripts automatically executed at boot or logon initialization to establish persistence. Initialization scripts can be used to perform administrative functions, which may often execute other programs or send information to an internal logging server. These scripts can vary based on operating system and whether applied locally or remotely.  \\n\\nAdversaries may use these scripts to maintain persistence on a single system. Depending on the access configuration of the logon scripts, either local credentials or an administrator account may be necessary. \\n\\nAn adversary may also be able to escalate their privileges since some boot or logon initialization scripts run with higher privileges.\", \"diff\": \"--- \\n+++ \\n@@ -1,4 +1,4 @@\\n-Adversaries may use scripts automatically executed at boot or logon initialization to establish persistence. Initialization scripts can be used to perform administrative functions, which may often execute other programs or send information to an internal logging server. These scripts can vary based on operating system and whether applied locally or remotely.  \\n+Adversaries may use scripts automatically executed at boot or logon initialization to establish persistence.(Citation: Mandiant APT29 Eye Spy Email Nov 22)(Citation: Anomali Rocke March 2019) Initialization scripts can be used to perform administrative functions, which may often execute other programs or send information to an internal logging server. These scripts can vary based on operating system and whether applied locally or remotely.  \\n \\n Adversaries may use these scripts to maintain persistence on a single system. Depending on the access configuration of the logon scripts, either local credentials or an administrator account may be necessary. \\n \"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.3\", \"old_value\": \"2.2\"}}, \"iterable_item_added\": {\"root['external_references'][1]\": {\"source_name\": \"Anomali Rocke March 2019\", \"description\": \"Anomali Labs. (2019, March 15). Rocke Evolves Its Arsenal With a New Malware Family Written in Golang. Retrieved April 24, 2019.\", \"url\": \"https://www.anomali.com/blog/rocke-evolves-its-arsenal-with-a-new-malware-family-written-in-golang\"}, \"root['external_references'][2]\": {\"source_name\": \"Mandiant APT29 Eye Spy Email Nov 22\", \"description\": \"Mandiant. (2022, May 2). UNC3524: Eye Spy on Your Email. Retrieved August 17, 2023.\", \"url\": \"https://www.mandiant.com/resources/blog/unc3524-eye-spy-email\"}, \"root['x_mitre_platforms'][3]\": \"Network\"}}",
                    "previous_version": "2.2",
                    "version_change": "2.2 \u2192 2.3",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to11__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to11__0\"><a href=\"#difflib_chg_to11__top\">t</a></td><td class=\"diff_header\" id=\"from11_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;use&nbsp;scripts&nbsp;automatically&nbsp;executed&nbsp;at&nbsp;boot&nbsp;o</td><td class=\"diff_next\"><a href=\"#difflib_chg_to11__top\">t</a></td><td class=\"diff_header\" id=\"to11_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;use&nbsp;scripts&nbsp;automatically&nbsp;executed&nbsp;at&nbsp;boot&nbsp;o</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">r&nbsp;logon&nbsp;initialization&nbsp;to&nbsp;establish&nbsp;persistence.&nbsp;Initializat</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">r&nbsp;logon&nbsp;initialization&nbsp;to&nbsp;establish&nbsp;persistence.<span class=\"diff_add\">(Citation:&nbsp;M</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ion&nbsp;scripts&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;perform&nbsp;administrative&nbsp;functions,</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">andiant&nbsp;APT29&nbsp;Eye&nbsp;Spy&nbsp;Email&nbsp;Nov&nbsp;22)(Citation:&nbsp;Anomali&nbsp;Rocke&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;which&nbsp;may&nbsp;often&nbsp;execute&nbsp;other&nbsp;programs&nbsp;or&nbsp;send&nbsp;information&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">March&nbsp;2019)</span>&nbsp;Initialization&nbsp;scripts&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;perform&nbsp;ad</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">to&nbsp;an&nbsp;internal&nbsp;logging&nbsp;server.&nbsp;These&nbsp;scripts&nbsp;can&nbsp;vary&nbsp;based&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ministrative&nbsp;functions,&nbsp;which&nbsp;may&nbsp;often&nbsp;execute&nbsp;other&nbsp;progra</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">on&nbsp;operating&nbsp;system&nbsp;and&nbsp;whether&nbsp;applied&nbsp;locally&nbsp;or&nbsp;remotely.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ms&nbsp;or&nbsp;send&nbsp;information&nbsp;to&nbsp;an&nbsp;internal&nbsp;logging&nbsp;server.&nbsp;These&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;&nbsp;&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;use&nbsp;these&nbsp;scripts&nbsp;to&nbsp;maintain&nbsp;persistenc</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">scripts&nbsp;can&nbsp;vary&nbsp;based&nbsp;on&nbsp;operating&nbsp;system&nbsp;and&nbsp;whether&nbsp;appli</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;on&nbsp;a&nbsp;single&nbsp;system.&nbsp;Depending&nbsp;on&nbsp;the&nbsp;access&nbsp;configuration&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;locally&nbsp;or&nbsp;remotely.&nbsp;&nbsp;&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;use&nbsp;these&nbsp;scripts</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">of&nbsp;the&nbsp;logon&nbsp;scripts,&nbsp;either&nbsp;local&nbsp;credentials&nbsp;or&nbsp;an&nbsp;adminis</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;to&nbsp;maintain&nbsp;persistence&nbsp;on&nbsp;a&nbsp;single&nbsp;system.&nbsp;Depending&nbsp;on&nbsp;th</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">trator&nbsp;account&nbsp;may&nbsp;be&nbsp;necessary.&nbsp;&nbsp;&nbsp;An&nbsp;adversary&nbsp;may&nbsp;also&nbsp;be&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;access&nbsp;configuration&nbsp;of&nbsp;the&nbsp;logon&nbsp;scripts,&nbsp;either&nbsp;local&nbsp;cr</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">able&nbsp;to&nbsp;escalate&nbsp;their&nbsp;privileges&nbsp;since&nbsp;some&nbsp;boot&nbsp;or&nbsp;logon&nbsp;i</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">edentials&nbsp;or&nbsp;an&nbsp;administrator&nbsp;account&nbsp;may&nbsp;be&nbsp;necessary.&nbsp;&nbsp;&nbsp;An</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nitialization&nbsp;scripts&nbsp;run&nbsp;with&nbsp;higher&nbsp;privileges.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;adversary&nbsp;may&nbsp;also&nbsp;be&nbsp;able&nbsp;to&nbsp;escalate&nbsp;their&nbsp;privileges&nbsp;sin</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ce&nbsp;some&nbsp;boot&nbsp;or&nbsp;logon&nbsp;initialization&nbsp;scripts&nbsp;run&nbsp;with&nbsp;higher</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;privileges.</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1022: Restrict File and Directory Permissions",
                            "M1024: Restrict Registry Permissions"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (Process Creation)",
                            "DS0017: Command (Command Execution)",
                            "DS0022: File (File Creation)",
                            "DS0022: File (File Modification)",
                            "DS0024: Windows Registry (Windows Registry Key Creation)",
                            "DS0026: Active Directory (Active Directory Object Modification)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--dca670cf-eeec-438f-8185-fd959d9ef211",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-01-15 16:25:22.260000+00:00",
                    "modified": "2024-04-16 12:22:29.150000+00:00",
                    "name": "RC Scripts",
                    "description": "Adversaries may establish persistence by modifying RC scripts which are executed during a Unix-like system\u2019s startup. These files allow system administrators to map and start custom services at startup for different run levels. RC scripts require root privileges to modify.\n\nAdversaries can establish persistence by adding a malicious binary path or shell commands to <code>rc.local</code>, <code>rc.common</code>, and other RC scripts specific to the Unix-like distribution.(Citation: IranThreats Kittens Dec 2017)(Citation: Intezer HiddenWasp Map 2019) Upon reboot, the system executes the script's contents as root, resulting in persistence.\n\nAdversary abuse of RC scripts is especially effective for lightweight Unix-like distributions using the root user as default, such as IoT or embedded systems.(Citation: intezer-kaiji-malware)\n\nSeveral Unix-like systems have moved to Systemd and deprecated the use of RC scripts. This is now a deprecated mechanism in macOS in favor of [Launchd](https://attack.mitre.org/techniques/T1053/004). (Citation: Apple Developer Doco Archive Launchd)(Citation: Startup Items) This technique can be used on Mac OS X Panther v10.3 and earlier versions which still execute the RC scripts.(Citation: Methods of Mac Malware Persistence) To maintain backwards compatibility some systems, such as Ubuntu, will execute the RC scripts if they exist with the correct file permissions.(Citation: Ubuntu Manpage systemd rc)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "persistence"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "privilege-escalation"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1037/004",
                            "external_id": "T1037.004"
                        },
                        {
                            "source_name": "Apple Developer Doco Archive Launchd",
                            "description": "Apple. (2016, September 13). Daemons and Services Programming Guide - Creating Launch Daemons and Agents. Retrieved February 24, 2021.",
                            "url": "https://developer.apple.com/library/archive/documentation/MacOSX/Conceptual/BPSystemStartup/Chapters/CreatingLaunchdJobs.html"
                        },
                        {
                            "source_name": "Startup Items",
                            "description": "Apple. (2016, September 13). Startup Items. Retrieved July 11, 2017.",
                            "url": "https://developer.apple.com/library/content/documentation/MacOSX/Conceptual/BPSystemStartup/Chapters/StartupItems.html"
                        },
                        {
                            "source_name": "Ubuntu Manpage systemd rc",
                            "description": "Canonical Ltd.. (n.d.). systemd-rc-local-generator - Compatibility generator for starting /etc/rc.local and        /usr/sbin/halt.local during boot and shutdown. Retrieved February 23, 2021.",
                            "url": "http://manpages.ubuntu.com/manpages/bionic/man8/systemd-rc-local-generator.8.html"
                        },
                        {
                            "source_name": "IranThreats Kittens Dec 2017",
                            "description": "Iran Threats . (2017, December 5). Flying Kitten to Rocket Kitten, A Case of Ambiguity and Shared Code. Retrieved May 28, 2020.",
                            "url": "https://iranthreats.github.io/resources/attribution-flying-rocket-kitten/"
                        },
                        {
                            "source_name": "Methods of Mac Malware Persistence",
                            "description": "Patrick Wardle. (2014, September). Methods of Malware Persistence on Mac OS X. Retrieved July 5, 2017.",
                            "url": "https://www.virusbulletin.com/uploads/pdf/conference/vb2014/VB2014-Wardle.pdf"
                        },
                        {
                            "source_name": "intezer-kaiji-malware",
                            "description": "Paul Litvak. (2020, May 4). Kaiji: New Chinese Linux malware turning to Golang. Retrieved December 17, 2020.",
                            "url": "https://www.intezer.com/blog/research/kaiji-new-chinese-linux-malware-turning-to-golang/"
                        },
                        {
                            "source_name": "Intezer HiddenWasp Map 2019",
                            "description": "Sanmillan, I. (2019, May 29). HiddenWasp Malware Stings Targeted Linux Systems. Retrieved June 24, 2019.",
                            "url": "https://www.intezer.com/blog-hiddenwasp-malware-targeting-linux-systems/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "File: File Creation",
                        "Process: Process Creation",
                        "File: File Modification",
                        "Command: Command Execution"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor for unexpected changes to RC scripts in the <code>/etc/</code> directory. Monitor process execution resulting from RC scripts for unusual or unknown applications or behavior.\n\nMonitor for <code>/etc/rc.local</code> file creation. Although types of RC scripts vary for each Unix-like distribution, several execute <code>/etc/rc.local</code> if present. ",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_permissions_required": [
                        "root"
                    ],
                    "x_mitre_platforms": [
                        "macOS",
                        "Linux",
                        "Network"
                    ],
                    "x_mitre_version": "2.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-16 12:22:29.150000+00:00\", \"old_value\": \"2021-04-27 19:58:01.927000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.1\", \"old_value\": \"2.0\"}}, \"iterable_item_added\": {\"root['x_mitre_platforms'][2]\": \"Network\"}}",
                    "previous_version": "2.0",
                    "version_change": "2.0 \u2192 2.1",
                    "changelog_mitigations": {
                        "shared": [
                            "M1022: Restrict File and Directory Permissions"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (Process Creation)",
                            "DS0017: Command (Command Execution)",
                            "DS0022: File (File Creation)",
                            "DS0022: File (File Modification)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--389735f1-f21c-4208-b8f0-f8031e7169b8",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2018-01-16 16:13:52.465000+00:00",
                    "modified": "2024-04-18 23:22:37.874000+00:00",
                    "name": "Browser Extensions",
                    "description": "Adversaries may abuse Internet browser extensions to establish persistent access to victim systems. Browser extensions or plugins are small programs that can add functionality and customize aspects of Internet browsers. They can be installed directly or through a browser's app store and generally have access and permissions to everything that the browser can access.(Citation: Wikipedia Browser Extension)(Citation: Chrome Extensions Definition)\n\nMalicious extensions can be installed into a browser through malicious app store downloads masquerading as legitimate extensions, through social engineering, or by an adversary that has already compromised a system. Security can be limited on browser app stores so it may not be difficult for malicious extensions to defeat automated scanners.(Citation: Malicious Chrome Extension Numbers) Depending on the browser, adversaries may also manipulate an extension's update url to install updates from an adversary controlled server or manipulate the mobile configuration file to silently install additional extensions.\n\nPrevious to macOS 11, adversaries could silently install browser extensions via the command line using the <code>profiles</code> tool to install malicious <code>.mobileconfig</code> files. In macOS 11+, the use of the <code>profiles</code> tool can no longer install configuration profiles, however <code>.mobileconfig</code> files can be planted and installed with user interaction.(Citation: xorrior chrome extensions macOS)\n\nOnce the extension is installed, it can browse to websites in the background, steal all information that a user enters into a browser (including credentials), and be used as an installer for a RAT for persistence.(Citation: Chrome Extension Crypto Miner)(Citation: ICEBRG Chrome Extensions)(Citation: Banker Google Chrome Extension Steals Creds)(Citation: Catch All Chrome Extension)\n\nThere have also been instances of botnets using a persistent backdoor through malicious Chrome extensions for [Command and Control](https://attack.mitre.org/tactics/TA0011).(Citation: Stantinko Botnet)(Citation: Chrome Extension C2 Malware) Adversaries may also use browser extensions to modify browser permissions and components, privacy settings, and other security controls for [Defense Evasion](https://attack.mitre.org/tactics/TA0005).(Citation: Browers FriarFox)(Citation: Browser Adrozek) ",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "persistence"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1176",
                            "external_id": "T1176"
                        },
                        {
                            "source_name": "Chrome Extension Crypto Miner",
                            "description": "Brinkmann, M. (2017, September 19). First Chrome extension with JavaScript Crypto Miner detected. Retrieved November 16, 2017.",
                            "url": "https://www.ghacks.net/2017/09/19/first-chrome-extension-with-javascript-crypto-miner-detected/"
                        },
                        {
                            "source_name": "xorrior chrome extensions macOS",
                            "description": "Chris Ross. (2019, February 8). No Place Like Chrome. Retrieved April 27, 2021.",
                            "url": "https://www.xorrior.com/No-Place-Like-Chrome/"
                        },
                        {
                            "source_name": "Chrome Extensions Definition",
                            "description": "Chrome. (n.d.). What are Extensions?. Retrieved November 16, 2017.",
                            "url": "https://developer.chrome.com/extensions"
                        },
                        {
                            "source_name": "ICEBRG Chrome Extensions",
                            "description": "De Tore, M., Warner, J. (2018, January 15). MALICIOUS CHROME EXTENSIONS ENABLE CRIMINALS TO IMPACT OVER HALF A MILLION USERS AND GLOBAL BUSINESSES. Retrieved January 17, 2018.",
                            "url": "https://www.icebrg.io/blog/malicious-chrome-extensions-enable-criminals-to-impact-over-half-a-million-users-and-global-businesses"
                        },
                        {
                            "source_name": "Malicious Chrome Extension Numbers",
                            "description": "Jagpal, N., et al. (2015, August). Trends and Lessons from Three Years Fighting Malicious Extensions. Retrieved November 17, 2017.",
                            "url": "https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/43824.pdf"
                        },
                        {
                            "source_name": "Chrome Extension C2 Malware",
                            "description": "Kjaer, M. (2016, July 18). Malware in the browser: how you might get hacked by a Chrome extension. Retrieved November 22, 2017.",
                            "url": "https://kjaer.io/extension-malware/"
                        },
                        {
                            "source_name": "Catch All Chrome Extension",
                            "description": "Marinho, R. (n.d.). \"Catch-All\" Google Chrome Malicious Extension Steals All Posted Data. Retrieved November 16, 2017.",
                            "url": "https://isc.sans.edu/forums/diary/CatchAll+Google+Chrome+Malicious+Extension+Steals+All+Posted+Data/22976/https:/threatpost.com/malicious-chrome-extension-steals-data-posted-to-any-website/128680/)"
                        },
                        {
                            "source_name": "Banker Google Chrome Extension Steals Creds",
                            "description": "Marinho, R. (n.d.). (Banker(GoogleChromeExtension)).targeting. Retrieved November 18, 2017.",
                            "url": "https://isc.sans.edu/forums/diary/BankerGoogleChromeExtensiontargetingBrazil/22722/"
                        },
                        {
                            "source_name": "Browser Adrozek",
                            "description": "Microsoft Threat Intelligence. (2020, December 10). Widespread malware campaign seeks to silently inject ads into search results, affects multiple browsers. Retrieved February 26, 2024.",
                            "url": "https://www.microsoft.com/en-us/security/blog/2020/12/10/widespread-malware-campaign-seeks-to-silently-inject-ads-into-search-results-affects-multiple-browsers/"
                        },
                        {
                            "source_name": "Browers FriarFox",
                            "description": "Raggi, Michael. Proofpoint Threat Research Team. (2021, February 25). TA413 Leverages New FriarFox Browser Extension to Target the Gmail Accounts of Global Tibetan Organizations. Retrieved February 26, 2024.",
                            "url": "https://www.proofpoint.com/us/blog/threat-insight/ta413-leverages-new-friarfox-browser-extension-target-gmail-accounts-global"
                        },
                        {
                            "source_name": "Stantinko Botnet",
                            "description": "Vachon, F., Faou, M. (2017, July 20). Stantinko: A massive adware campaign operating covertly since 2012. Retrieved November 16, 2017.",
                            "url": "https://www.welivesecurity.com/2017/07/20/stantinko-massive-adware-campaign-operating-covertly-since-2012/"
                        },
                        {
                            "source_name": "Wikipedia Browser Extension",
                            "description": "Wikipedia. (2017, October 8). Browser Extension. Retrieved January 11, 2018.",
                            "url": "https://en.wikipedia.org/wiki/Browser_extension"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Chris Ross @xorrior",
                        "Justin Warner, ICEBRG",
                        "Manikantan Srinivasan, NEC Corporation India"
                    ],
                    "x_mitre_data_sources": [
                        "Windows Registry: Windows Registry Key Creation",
                        "Process: Process Creation",
                        "Command: Command Execution",
                        "File: File Creation",
                        "Network Traffic: Network Connection Creation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Inventory and monitor browser extension installations that deviate from normal, expected, and benign extensions. Process and network monitoring can be used to detect browsers communicating with a C2 server. However, this may prove to be a difficult way of initially detecting a malicious extension depending on the nature and volume of the traffic it generates.\n\nMonitor for any new items written to the Registry or PE files written to disk. That may correlate with browser extension installation.\n\nOn macOS, monitor the command line for usage of the profiles tool, such as <code>profiles install -type=configuration</code>. Additionally, all installed extensions maintain a <code>plist</code> file in the <code>/Library/Managed Preferences/username/</code> directory. Ensure all listed files are in alignment with approved extensions.(Citation: xorrior chrome extensions macOS)",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows"
                    ],
                    "x_mitre_version": "1.3",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-18 23:22:37.874000+00:00\", \"old_value\": \"2022-04-20 16:46:36.707000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may abuse Internet browser extensions to establish persistent access to victim systems. Browser extensions or plugins are small programs that can add functionality and customize aspects of Internet browsers. They can be installed directly or through a browser's app store and generally have access and permissions to everything that the browser can access.(Citation: Wikipedia Browser Extension)(Citation: Chrome Extensions Definition)\\n\\nMalicious extensions can be installed into a browser through malicious app store downloads masquerading as legitimate extensions, through social engineering, or by an adversary that has already compromised a system. Security can be limited on browser app stores so it may not be difficult for malicious extensions to defeat automated scanners.(Citation: Malicious Chrome Extension Numbers) Depending on the browser, adversaries may also manipulate an extension's update url to install updates from an adversary controlled server or manipulate the mobile configuration file to silently install additional extensions.\\n\\nPrevious to macOS 11, adversaries could silently install browser extensions via the command line using the <code>profiles</code> tool to install malicious <code>.mobileconfig</code> files. In macOS 11+, the use of the <code>profiles</code> tool can no longer install configuration profiles, however <code>.mobileconfig</code> files can be planted and installed with user interaction.(Citation: xorrior chrome extensions macOS)\\n\\nOnce the extension is installed, it can browse to websites in the background, steal all information that a user enters into a browser (including credentials), and be used as an installer for a RAT for persistence.(Citation: Chrome Extension Crypto Miner)(Citation: ICEBRG Chrome Extensions)(Citation: Banker Google Chrome Extension Steals Creds)(Citation: Catch All Chrome Extension)\\n\\nThere have also been instances of botnets using a persistent backdoor through malicious Chrome extensions for [Command and Control](https://attack.mitre.org/tactics/TA0011).(Citation: Stantinko Botnet)(Citation: Chrome Extension C2 Malware) Adversaries may also use browser extensions to modify browser permissions and components, privacy settings, and other security controls for [Defense Evasion](https://attack.mitre.org/tactics/TA0005).(Citation: Browers FriarFox)(Citation: Browser Adrozek) \", \"old_value\": \"Adversaries may abuse Internet browser extensions to establish persistent access to victim systems. Browser extensions or plugins are small programs that can add functionality and customize aspects of Internet browsers. They can be installed directly or through a browser's app store and generally have access and permissions to everything that the browser can access.(Citation: Wikipedia Browser Extension)(Citation: Chrome Extensions Definition)\\n\\nMalicious extensions can be installed into a browser through malicious app store downloads masquerading as legitimate extensions, through social engineering, or by an adversary that has already compromised a system. Security can be limited on browser app stores so it may not be difficult for malicious extensions to defeat automated scanners.(Citation: Malicious Chrome Extension Numbers) Depending on the browser, adversaries may also manipulate an extension's update url to install updates from an adversary controlled server or manipulate the mobile configuration file to silently install additional extensions.\\n\\nPrevious to macOS 11, adversaries could silently install browser extensions via the command line using the <code>profiles</code> tool to install malicious <code>.mobileconfig</code> files. In macOS 11+, the use of the <code>profiles</code> tool can no longer install configuration profiles, however <code>.mobileconfig</code> files can be planted and installed with user interaction.(Citation: xorrior chrome extensions macOS)\\n\\nOnce the extension is installed, it can browse to websites in the background, steal all information that a user enters into a browser (including credentials), and be used as an installer for a RAT for persistence.(Citation: Chrome Extension Crypto Miner)(Citation: ICEBRG Chrome Extensions)(Citation: Banker Google Chrome Extension Steals Creds)(Citation: Catch All Chrome Extension)\\n\\nThere have also been instances of botnets using a persistent backdoor through malicious Chrome extensions.(Citation: Stantinko Botnet) There have also been similar examples of extensions being used for command & control.(Citation: Chrome Extension C2 Malware)\", \"diff\": \"--- \\n+++ \\n@@ -6,4 +6,4 @@\\n \\n Once the extension is installed, it can browse to websites in the background, steal all information that a user enters into a browser (including credentials), and be used as an installer for a RAT for persistence.(Citation: Chrome Extension Crypto Miner)(Citation: ICEBRG Chrome Extensions)(Citation: Banker Google Chrome Extension Steals Creds)(Citation: Catch All Chrome Extension)\\n \\n-There have also been instances of botnets using a persistent backdoor through malicious Chrome extensions.(Citation: Stantinko Botnet) There have also been similar examples of extensions being used for command & control.(Citation: Chrome Extension C2 Malware)\\n+There have also been instances of botnets using a persistent backdoor through malicious Chrome extensions for [Command and Control](https://attack.mitre.org/tactics/TA0011).(Citation: Stantinko Botnet)(Citation: Chrome Extension C2 Malware) Adversaries may also use browser extensions to modify browser permissions and components, privacy settings, and other security controls for [Defense Evasion](https://attack.mitre.org/tactics/TA0005).(Citation: Browers FriarFox)(Citation: Browser Adrozek) \"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.3\", \"old_value\": \"1.2\"}}, \"iterable_item_added\": {\"root['external_references'][9]\": {\"source_name\": \"Browser Adrozek\", \"description\": \"Microsoft Threat Intelligence. (2020, December 10). Widespread malware campaign seeks to silently inject ads into search results, affects multiple browsers. Retrieved February 26, 2024.\", \"url\": \"https://www.microsoft.com/en-us/security/blog/2020/12/10/widespread-malware-campaign-seeks-to-silently-inject-ads-into-search-results-affects-multiple-browsers/\"}, \"root['external_references'][10]\": {\"source_name\": \"Browers FriarFox\", \"description\": \"Raggi, Michael. Proofpoint Threat Research Team. (2021, February 25). TA413 Leverages New FriarFox Browser Extension to Target the Gmail Accounts of Global Tibetan Organizations. Retrieved February 26, 2024.\", \"url\": \"https://www.proofpoint.com/us/blog/threat-insight/ta413-leverages-new-friarfox-browser-extension-target-gmail-accounts-global\"}, \"root['x_mitre_contributors'][2]\": \"Manikantan Srinivasan, NEC Corporation India\"}}",
                    "previous_version": "1.2",
                    "version_change": "1.2 \u2192 1.3",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to76__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to76__0\"><a href=\"#difflib_chg_to76__top\">t</a></td><td class=\"diff_header\" id=\"from76_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;abuse&nbsp;Internet&nbsp;browser&nbsp;extensions&nbsp;to&nbsp;establi</td><td class=\"diff_next\"><a href=\"#difflib_chg_to76__top\">t</a></td><td class=\"diff_header\" id=\"to76_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;abuse&nbsp;Internet&nbsp;browser&nbsp;extensions&nbsp;to&nbsp;establi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">sh&nbsp;persistent&nbsp;access&nbsp;to&nbsp;victim&nbsp;systems.&nbsp;Browser&nbsp;extensions&nbsp;o</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">sh&nbsp;persistent&nbsp;access&nbsp;to&nbsp;victim&nbsp;systems.&nbsp;Browser&nbsp;extensions&nbsp;o</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">r&nbsp;plugins&nbsp;are&nbsp;small&nbsp;programs&nbsp;that&nbsp;can&nbsp;add&nbsp;functionality&nbsp;and&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">r&nbsp;plugins&nbsp;are&nbsp;small&nbsp;programs&nbsp;that&nbsp;can&nbsp;add&nbsp;functionality&nbsp;and&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">customize&nbsp;aspects&nbsp;of&nbsp;Internet&nbsp;browsers.&nbsp;They&nbsp;can&nbsp;be&nbsp;installe</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">customize&nbsp;aspects&nbsp;of&nbsp;Internet&nbsp;browsers.&nbsp;They&nbsp;can&nbsp;be&nbsp;installe</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d&nbsp;directly&nbsp;or&nbsp;through&nbsp;a&nbsp;browser's&nbsp;app&nbsp;store&nbsp;and&nbsp;generally&nbsp;ha</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d&nbsp;directly&nbsp;or&nbsp;through&nbsp;a&nbsp;browser's&nbsp;app&nbsp;store&nbsp;and&nbsp;generally&nbsp;ha</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ve&nbsp;access&nbsp;and&nbsp;permissions&nbsp;to&nbsp;everything&nbsp;that&nbsp;the&nbsp;browser&nbsp;can</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ve&nbsp;access&nbsp;and&nbsp;permissions&nbsp;to&nbsp;everything&nbsp;that&nbsp;the&nbsp;browser&nbsp;can</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;access.(Citation:&nbsp;Wikipedia&nbsp;Browser&nbsp;Extension)(Citation:&nbsp;Ch</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;access.(Citation:&nbsp;Wikipedia&nbsp;Browser&nbsp;Extension)(Citation:&nbsp;Ch</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rome&nbsp;Extensions&nbsp;Definition)&nbsp;&nbsp;Malicious&nbsp;extensions&nbsp;can&nbsp;be&nbsp;ins</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rome&nbsp;Extensions&nbsp;Definition)&nbsp;&nbsp;Malicious&nbsp;extensions&nbsp;can&nbsp;be&nbsp;ins</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">talled&nbsp;into&nbsp;a&nbsp;browser&nbsp;through&nbsp;malicious&nbsp;app&nbsp;store&nbsp;downloads&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">talled&nbsp;into&nbsp;a&nbsp;browser&nbsp;through&nbsp;malicious&nbsp;app&nbsp;store&nbsp;downloads&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">masquerading&nbsp;as&nbsp;legitimate&nbsp;extensions,&nbsp;through&nbsp;social&nbsp;engine</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">masquerading&nbsp;as&nbsp;legitimate&nbsp;extensions,&nbsp;through&nbsp;social&nbsp;engine</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ering,&nbsp;or&nbsp;by&nbsp;an&nbsp;adversary&nbsp;that&nbsp;has&nbsp;already&nbsp;compromised&nbsp;a&nbsp;sys</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ering,&nbsp;or&nbsp;by&nbsp;an&nbsp;adversary&nbsp;that&nbsp;has&nbsp;already&nbsp;compromised&nbsp;a&nbsp;sys</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tem.&nbsp;Security&nbsp;can&nbsp;be&nbsp;limited&nbsp;on&nbsp;browser&nbsp;app&nbsp;stores&nbsp;so&nbsp;it&nbsp;may</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tem.&nbsp;Security&nbsp;can&nbsp;be&nbsp;limited&nbsp;on&nbsp;browser&nbsp;app&nbsp;stores&nbsp;so&nbsp;it&nbsp;may</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;not&nbsp;be&nbsp;difficult&nbsp;for&nbsp;malicious&nbsp;extensions&nbsp;to&nbsp;defeat&nbsp;automat</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;not&nbsp;be&nbsp;difficult&nbsp;for&nbsp;malicious&nbsp;extensions&nbsp;to&nbsp;defeat&nbsp;automat</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;scanners.(Citation:&nbsp;Malicious&nbsp;Chrome&nbsp;Extension&nbsp;Numbers)&nbsp;D</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;scanners.(Citation:&nbsp;Malicious&nbsp;Chrome&nbsp;Extension&nbsp;Numbers)&nbsp;D</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">epending&nbsp;on&nbsp;the&nbsp;browser,&nbsp;adversaries&nbsp;may&nbsp;also&nbsp;manipulate&nbsp;an&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">epending&nbsp;on&nbsp;the&nbsp;browser,&nbsp;adversaries&nbsp;may&nbsp;also&nbsp;manipulate&nbsp;an&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">extension's&nbsp;update&nbsp;url&nbsp;to&nbsp;install&nbsp;updates&nbsp;from&nbsp;an&nbsp;adversary&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">extension's&nbsp;update&nbsp;url&nbsp;to&nbsp;install&nbsp;updates&nbsp;from&nbsp;an&nbsp;adversary&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">controlled&nbsp;server&nbsp;or&nbsp;manipulate&nbsp;the&nbsp;mobile&nbsp;configuration&nbsp;fil</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">controlled&nbsp;server&nbsp;or&nbsp;manipulate&nbsp;the&nbsp;mobile&nbsp;configuration&nbsp;fil</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;to&nbsp;silently&nbsp;install&nbsp;additional&nbsp;extensions.&nbsp;&nbsp;Previous&nbsp;to&nbsp;ma</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;to&nbsp;silently&nbsp;install&nbsp;additional&nbsp;extensions.&nbsp;&nbsp;Previous&nbsp;to&nbsp;ma</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">cOS&nbsp;11,&nbsp;adversaries&nbsp;could&nbsp;silently&nbsp;install&nbsp;browser&nbsp;extension</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">cOS&nbsp;11,&nbsp;adversaries&nbsp;could&nbsp;silently&nbsp;install&nbsp;browser&nbsp;extension</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;via&nbsp;the&nbsp;command&nbsp;line&nbsp;using&nbsp;the&nbsp;&lt;code&gt;profiles&lt;/code&gt;&nbsp;tool&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;via&nbsp;the&nbsp;command&nbsp;line&nbsp;using&nbsp;the&nbsp;&lt;code&gt;profiles&lt;/code&gt;&nbsp;tool&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">to&nbsp;install&nbsp;malicious&nbsp;&lt;code&gt;.mobileconfig&lt;/code&gt;&nbsp;files.&nbsp;In&nbsp;ma</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">to&nbsp;install&nbsp;malicious&nbsp;&lt;code&gt;.mobileconfig&lt;/code&gt;&nbsp;files.&nbsp;In&nbsp;ma</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">cOS&nbsp;11+,&nbsp;the&nbsp;use&nbsp;of&nbsp;the&nbsp;&lt;code&gt;profiles&lt;/code&gt;&nbsp;tool&nbsp;can&nbsp;no&nbsp;lo</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">cOS&nbsp;11+,&nbsp;the&nbsp;use&nbsp;of&nbsp;the&nbsp;&lt;code&gt;profiles&lt;/code&gt;&nbsp;tool&nbsp;can&nbsp;no&nbsp;lo</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nger&nbsp;install&nbsp;configuration&nbsp;profiles,&nbsp;however&nbsp;&lt;code&gt;.mobileco</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nger&nbsp;install&nbsp;configuration&nbsp;profiles,&nbsp;however&nbsp;&lt;code&gt;.mobileco</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nfig&lt;/code&gt;&nbsp;files&nbsp;can&nbsp;be&nbsp;planted&nbsp;and&nbsp;installed&nbsp;with&nbsp;user&nbsp;int</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nfig&lt;/code&gt;&nbsp;files&nbsp;can&nbsp;be&nbsp;planted&nbsp;and&nbsp;installed&nbsp;with&nbsp;user&nbsp;int</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">eraction.(Citation:&nbsp;xorrior&nbsp;chrome&nbsp;extensions&nbsp;macOS)&nbsp;&nbsp;Once&nbsp;t</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">eraction.(Citation:&nbsp;xorrior&nbsp;chrome&nbsp;extensions&nbsp;macOS)&nbsp;&nbsp;Once&nbsp;t</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">he&nbsp;extension&nbsp;is&nbsp;installed,&nbsp;it&nbsp;can&nbsp;browse&nbsp;to&nbsp;websites&nbsp;in&nbsp;the&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">he&nbsp;extension&nbsp;is&nbsp;installed,&nbsp;it&nbsp;can&nbsp;browse&nbsp;to&nbsp;websites&nbsp;in&nbsp;the&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">background,&nbsp;steal&nbsp;all&nbsp;information&nbsp;that&nbsp;a&nbsp;user&nbsp;enters&nbsp;into&nbsp;a&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">background,&nbsp;steal&nbsp;all&nbsp;information&nbsp;that&nbsp;a&nbsp;user&nbsp;enters&nbsp;into&nbsp;a&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">browser&nbsp;(including&nbsp;credentials),&nbsp;and&nbsp;be&nbsp;used&nbsp;as&nbsp;an&nbsp;installer</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">browser&nbsp;(including&nbsp;credentials),&nbsp;and&nbsp;be&nbsp;used&nbsp;as&nbsp;an&nbsp;installer</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;for&nbsp;a&nbsp;RAT&nbsp;for&nbsp;persistence.(Citation:&nbsp;Chrome&nbsp;Extension&nbsp;Crypt</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;for&nbsp;a&nbsp;RAT&nbsp;for&nbsp;persistence.(Citation:&nbsp;Chrome&nbsp;Extension&nbsp;Crypt</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">o&nbsp;Miner)(Citation:&nbsp;ICEBRG&nbsp;Chrome&nbsp;Extensions)(Citation:&nbsp;Banke</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">o&nbsp;Miner)(Citation:&nbsp;ICEBRG&nbsp;Chrome&nbsp;Extensions)(Citation:&nbsp;Banke</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">r&nbsp;Google&nbsp;Chrome&nbsp;Extension&nbsp;Steals&nbsp;Creds)(Citation:&nbsp;Catch&nbsp;All&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">r&nbsp;Google&nbsp;Chrome&nbsp;Extension&nbsp;Steals&nbsp;Creds)(Citation:&nbsp;Catch&nbsp;All&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Chrome&nbsp;Extension)&nbsp;&nbsp;There&nbsp;have&nbsp;also&nbsp;been&nbsp;instances&nbsp;of&nbsp;botnets</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Chrome&nbsp;Extension)&nbsp;&nbsp;There&nbsp;have&nbsp;also&nbsp;been&nbsp;instances&nbsp;of&nbsp;botnets</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;using&nbsp;a&nbsp;persistent&nbsp;backdoor&nbsp;through&nbsp;malicious&nbsp;Chrome&nbsp;extens</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;using&nbsp;a&nbsp;persistent&nbsp;backdoor&nbsp;through&nbsp;malicious&nbsp;Chrome&nbsp;extens</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ions.(Citation:&nbsp;Stantinko&nbsp;Botnet)<span class=\"diff_chg\">&nbsp;</span>T<span class=\"diff_chg\">here&nbsp;have&nbsp;also&nbsp;been&nbsp;simil</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ions<span class=\"diff_add\">&nbsp;for&nbsp;[Command&nbsp;and&nbsp;Control](https://attack.mitre.org/tact</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">ar&nbsp;examples&nbsp;of&nbsp;extensions&nbsp;being&nbsp;used&nbsp;for&nbsp;command&nbsp;&amp;&nbsp;control</span>.(</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ics/TA0011)</span>.(Citation:&nbsp;Stantinko&nbsp;Botnet)<span class=\"diff_chg\">(Citation:&nbsp;Chrome&nbsp;Ex</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Citation:&nbsp;<span class=\"diff_chg\">Chrome&nbsp;E</span>x<span class=\"diff_chg\">tension&nbsp;C2&nbsp;Mal</span>w<span class=\"diff_chg\">are</span>)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">tension&nbsp;C2&nbsp;Malware)&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;use&nbsp;browser&nbsp;extensi</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">ons&nbsp;to&nbsp;modify&nbsp;browser&nbsp;permissions&nbsp;and&nbsp;components,&nbsp;privacy&nbsp;se</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">ttings,&nbsp;and&nbsp;other&nbsp;security&nbsp;controls&nbsp;for&nbsp;[Defense&nbsp;Evasion](ht</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">tps://attack.mitre.org/tactics/</span>T<span class=\"diff_chg\">A0005)</span>.(Citation:&nbsp;<span class=\"diff_chg\">Browers&nbsp;Fr</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">iarFo</span>x<span class=\"diff_chg\">)(Citation:&nbsp;Bro</span>w<span class=\"diff_chg\">ser&nbsp;Adrozek</span>)<span class=\"diff_add\">&nbsp;</span></td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1017: User Training",
                            "M1033: Limit Software Installation",
                            "M1038: Execution Prevention",
                            "M1047: Audit",
                            "M1051: Update Software"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (Process Creation)",
                            "DS0017: Command (Command Execution)",
                            "DS0022: File (File Creation)",
                            "DS0024: Windows Registry (Windows Registry Key Creation)",
                            "DS0029: Network Traffic (Network Connection Creation)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--b2d03cea-aec1-45ca-9744-9ee583c1e1cc",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-02-11 18:39:59.959000+00:00",
                    "modified": "2024-03-07 14:28:02.910000+00:00",
                    "name": "Credential Stuffing",
                    "description": "Adversaries may use credentials obtained from breach dumps of unrelated accounts to gain access to target accounts through credential overlap. Occasionally, large numbers of username and password pairs are dumped online when a website or service is compromised and the user account credentials accessed. The information may be useful to an adversary attempting to compromise accounts by taking advantage of the tendency for users to use the same passwords across personal and business accounts.\n\nCredential stuffing is a risky option because it could cause numerous authentication failures and account lockouts, depending on the organization's login failure policies.\n\nTypically, management services over commonly used ports are used when stuffing credentials. Commonly targeted services include the following:\n\n* SSH (22/TCP)\n* Telnet (23/TCP)\n* FTP (21/TCP)\n* NetBIOS / SMB / Samba (139/TCP & 445/TCP)\n* LDAP (389/TCP)\n* Kerberos (88/TCP)\n* RDP / Terminal Services (3389/TCP)\n* HTTP/HTTP Management Services (80/TCP & 443/TCP)\n* MSSQL (1433/TCP)\n* Oracle (1521/TCP)\n* MySQL (3306/TCP)\n* VNC (5900/TCP)\n\nIn addition to management services, adversaries may \"target single sign-on (SSO) and cloud-based applications utilizing federated authentication protocols,\" as well as externally facing email applications, such as Office 365.(Citation: US-CERT TA18-068A 2018)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "credential-access"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1110/004",
                            "external_id": "T1110.004"
                        },
                        {
                            "source_name": "US-CERT TA18-068A 2018",
                            "description": "US-CERT. (2018, March 27). TA18-068A Brute Force Attacks Conducted by Cyber Actors. Retrieved October 2, 2019.",
                            "url": "https://www.us-cert.gov/ncas/alerts/TA18-086A"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Diogo Fernandes",
                        "Anastasios Pingios"
                    ],
                    "x_mitre_data_sources": [
                        "Application Log: Application Log Content",
                        "User Account: User Account Authentication"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor authentication logs for system and application login failures of [Valid Accounts](https://attack.mitre.org/techniques/T1078). If authentication failures are high, then there may be a brute force attempt to gain access to a system using legitimate credentials.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows",
                        "Azure AD",
                        "Office 365",
                        "SaaS",
                        "IaaS",
                        "Linux",
                        "macOS",
                        "Google Workspace",
                        "Containers",
                        "Network"
                    ],
                    "x_mitre_version": "1.5",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-03-07 14:28:02.910000+00:00\", \"old_value\": \"2023-10-16 16:53:12.789000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.5\", \"old_value\": \"1.4\"}}, \"iterable_item_added\": {\"root['x_mitre_platforms'][9]\": \"Network\"}}",
                    "previous_version": "1.4",
                    "version_change": "1.4 \u2192 1.5",
                    "changelog_mitigations": {
                        "shared": [
                            "M1018: User Account Management",
                            "M1027: Password Policies",
                            "M1032: Multi-factor Authentication",
                            "M1036: Account Use Policies"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0002: User Account (User Account Authentication)",
                            "DS0015: Application Log (Application Log Content)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--692074ae-bb62-4a5e-a735-02cb6bde458c",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-02-11 18:39:25.122000+00:00",
                    "modified": "2024-03-07 14:33:34.201000+00:00",
                    "name": "Password Spraying",
                    "description": "Adversaries may use a single or small list of commonly used passwords against many different accounts to attempt to acquire valid account credentials. Password spraying uses one password (e.g. 'Password01'), or a small list of commonly used passwords, that may match the complexity policy of the domain. Logins are attempted with that password against many different accounts on a network to avoid account lockouts that would normally occur when brute forcing a single account with many passwords. (Citation: BlackHillsInfosec Password Spraying)\n\nTypically, management services over commonly used ports are used when password spraying. Commonly targeted services include the following:\n\n* SSH (22/TCP)\n* Telnet (23/TCP)\n* FTP (21/TCP)\n* NetBIOS / SMB / Samba (139/TCP & 445/TCP)\n* LDAP (389/TCP)\n* Kerberos (88/TCP)\n* RDP / Terminal Services (3389/TCP)\n* HTTP/HTTP Management Services (80/TCP & 443/TCP)\n* MSSQL (1433/TCP)\n* Oracle (1521/TCP)\n* MySQL (3306/TCP)\n* VNC (5900/TCP)\n\nIn addition to management services, adversaries may \"target single sign-on (SSO) and cloud-based applications utilizing federated authentication protocols,\" as well as externally facing email applications, such as Office 365.(Citation: US-CERT TA18-068A 2018)\n\nIn default environments, LDAP and Kerberos connection attempts are less likely to trigger events over SMB, which creates Windows \"logon failure\" event ID 4625.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "credential-access"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1110/003",
                            "external_id": "T1110.003"
                        },
                        {
                            "source_name": "Trimarc Detecting Password Spraying",
                            "description": "Metcalf, S. (2018, May 6). Trimarc Research: Detecting Password Spraying with Security Event Auditing. Retrieved January 16, 2019.",
                            "url": "https://www.trimarcsecurity.com/single-post/2018/05/06/Trimarc-Research-Detecting-Password-Spraying-with-Security-Event-Auditing"
                        },
                        {
                            "source_name": "BlackHillsInfosec Password Spraying",
                            "description": "Thyer, J. (2015, October 30). Password Spraying & Other Fun with RPCCLIENT. Retrieved April 25, 2017.",
                            "url": "http://www.blackhillsinfosec.com/?p=4645"
                        },
                        {
                            "source_name": "US-CERT TA18-068A 2018",
                            "description": "US-CERT. (2018, March 27). TA18-068A Brute Force Attacks Conducted by Cyber Actors. Retrieved October 2, 2019.",
                            "url": "https://www.us-cert.gov/ncas/alerts/TA18-086A"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Microsoft Threat Intelligence Center (MSTIC)",
                        "John Strand"
                    ],
                    "x_mitre_data_sources": [
                        "User Account: User Account Authentication",
                        "Application Log: Application Log Content"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor authentication logs for system and application login failures of [Valid Accounts](https://attack.mitre.org/techniques/T1078). Specifically, monitor for many failed authentication attempts across various accounts that may result from password spraying attempts.\n\nConsider the following event IDs:(Citation: Trimarc Detecting Password Spraying)\n\n* Domain Controllers: \"Audit Logon\" (Success & Failure) for event ID 4625.\n* Domain Controllers: \"Audit Kerberos Authentication Service\" (Success & Failure) for event ID 4771.\n* All systems: \"Audit Logon\" (Success & Failure) for event ID 4648.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows",
                        "Azure AD",
                        "Office 365",
                        "SaaS",
                        "IaaS",
                        "Linux",
                        "macOS",
                        "Google Workspace",
                        "Containers",
                        "Network"
                    ],
                    "x_mitre_version": "1.5",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-03-07 14:33:34.201000+00:00\", \"old_value\": \"2023-10-16 16:55:18.014000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.5\", \"old_value\": \"1.4\"}}, \"iterable_item_added\": {\"root['x_mitre_platforms'][9]\": \"Network\"}}",
                    "previous_version": "1.4",
                    "version_change": "1.4 \u2192 1.5",
                    "changelog_mitigations": {
                        "shared": [
                            "M1027: Password Policies",
                            "M1032: Multi-factor Authentication",
                            "M1036: Account Use Policies"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0002: User Account (User Account Authentication)",
                            "DS0015: Application Log (Application Log Content)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--e49920b0-6c54-40c1-9571-73723653205f",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-08-30 18:11:24.582000+00:00",
                    "modified": "2024-04-19 04:25:33.300000+00:00",
                    "name": "Cloud Service Dashboard",
                    "description": "An adversary may use a cloud service dashboard GUI with stolen credentials to gain useful information from an operational cloud environment, such as specific services, resources, and features. For example, the GCP Command Center can be used to view all assets, findings of potential security risks, and to run additional queries, such as finding public IP addresses and open ports.(Citation: Google Command Center Dashboard)\n\nDepending on the configuration of the environment, an adversary may be able to enumerate more information via the graphical dashboard than an API. This allows the adversary to gain information without making any API requests.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "discovery"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1538",
                            "external_id": "T1538"
                        },
                        {
                            "source_name": "AWS Console Sign-in Events",
                            "description": "Amazon. (n.d.). AWS Console Sign-in Events. Retrieved October 23, 2019.",
                            "url": "https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-event-reference-aws-console-sign-in-events.html"
                        },
                        {
                            "source_name": "Google Command Center Dashboard",
                            "description": "Google. (2019, October 3). Quickstart: Using the dashboard. Retrieved October 8, 2019.",
                            "url": "https://cloud.google.com/security-command-center/docs/quickstart-scc-dashboard"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Praetorian",
                        "Obsidian Security"
                    ],
                    "x_mitre_data_sources": [
                        "Logon Session: Logon Session Creation",
                        "User Account: User Account Authentication"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor account activity logs to see actions performed and activity associated with the cloud service management console. Some cloud providers, such as AWS, provide distinct log events for login attempts to the management console.(Citation: AWS Console Sign-in Events)",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Azure AD",
                        "Office 365",
                        "IaaS",
                        "Google Workspace",
                        "SaaS"
                    ],
                    "x_mitre_version": "1.3",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-19 04:25:33.300000+00:00\", \"old_value\": \"2023-10-16 16:51:02.852000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.3\", \"old_value\": \"1.2\"}}, \"iterable_item_added\": {\"root['x_mitre_contributors'][1]\": \"Obsidian Security\", \"root['x_mitre_platforms'][4]\": \"SaaS\"}}",
                    "previous_version": "1.2",
                    "version_change": "1.2 \u2192 1.3",
                    "changelog_mitigations": {
                        "shared": [
                            "M1018: User Account Management"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0002: User Account (User Account Authentication)",
                            "DS0028: Logon Session (Logon Session Creation)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--37b11151-1776-4f8f-b328-30939fbf2ceb",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-03-09 14:07:54.329000+00:00",
                    "modified": "2024-03-01 19:06:05.126000+00:00",
                    "name": "AppleScript",
                    "description": "Adversaries may abuse AppleScript for execution. AppleScript is a macOS scripting language designed to control applications and parts of the OS via inter-application messages called AppleEvents.(Citation: Apple AppleScript) These AppleEvent messages can be sent independently or easily scripted with AppleScript. These events can locate open windows, send keystrokes, and interact with almost any open application locally or remotely.\n\nScripts can be run from the command-line via <code>osascript /path/to/script</code> or <code>osascript -e \"script here\"</code>. Aside from the command line, scripts can be executed in numerous ways including Mail rules, Calendar.app alarms, and Automator workflows. AppleScripts can also be executed as plain text shell scripts by adding <code>#!/usr/bin/osascript</code> to the start of the script file.(Citation: SentinelOne AppleScript)\n\nAppleScripts do not need to call <code>osascript</code> to execute. However, they may be executed from within mach-O binaries by using the macOS [Native API](https://attack.mitre.org/techniques/T1106)s\u00a0<code>NSAppleScript</code>\u00a0or\u00a0<code>OSAScript</code>, both of which execute code independent of the <code>/usr/bin/osascript</code> command line utility.\n\nAdversaries may abuse AppleScript to execute various behaviors, such as interacting with an open SSH connection, moving to remote machines, and even presenting users with fake dialog boxes. These events cannot start applications remotely (they can start them locally), but they can interact with applications if they're already running remotely. On macOS 10.10 Yosemite and higher, AppleScript has the ability to execute [Native API](https://attack.mitre.org/techniques/T1106)s, which otherwise would require compilation and execution in a mach-O binary file format.(Citation: SentinelOne macOS Red Team) Since this is a scripting language, it can be used to launch more common techniques as well such as a reverse shell via [Python](https://attack.mitre.org/techniques/T1059/006).(Citation: Macro Malware Targets Macs)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "execution"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1059/002",
                            "external_id": "T1059.002"
                        },
                        {
                            "source_name": "Apple AppleScript",
                            "description": "Apple. (2016, January 25). Introduction to AppleScript Language Guide. Retrieved March 28, 2020.",
                            "url": "https://developer.apple.com/library/archive/documentation/AppleScript/Conceptual/AppleScriptLangGuide/introduction/ASLR_intro.html"
                        },
                        {
                            "source_name": "SentinelOne macOS Red Team",
                            "description": "Phil Stokes. (2019, December 5). macOS Red Team: Calling Apple APIs Without Building Binaries. Retrieved July 17, 2020.",
                            "url": "https://www.sentinelone.com/blog/macos-red-team-calling-apple-apis-without-building-binaries/"
                        },
                        {
                            "source_name": "SentinelOne AppleScript",
                            "description": "Phil Stokes. (2020, March 16). How Offensive Actors Use AppleScript For Attacking macOS. Retrieved July 17, 2020.",
                            "url": "https://www.sentinelone.com/blog/how-offensive-actors-use-applescript-for-attacking-macos/"
                        },
                        {
                            "source_name": "Macro Malware Targets Macs",
                            "description": "Yerko Grbic. (2017, February 14). Macro Malware Targets Macs. Retrieved July 8, 2017.",
                            "url": "https://www.mcafee.com/blogs/other-blogs/mcafee-labs/macro-malware-targets-macs/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Phil Stokes, SentinelOne"
                    ],
                    "x_mitre_data_sources": [
                        "Command: Command Execution",
                        "Process: Process Creation",
                        "Process: OS API Execution"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor for execution of AppleScript through <code>osascript</code> and usage of the <code>NSAppleScript</code> and <code>OSAScript</code> APIs that may be related to other suspicious behavior occurring on the system. Scripts are likely to perform actions with various effects on a system that may generate events, depending on the types of monitoring used. Monitor processes and command-line arguments for script execution and subsequent behavior. Actions may be related to network and system information [Discovery](https://attack.mitre.org/tactics/TA0007), [Collection](https://attack.mitre.org/tactics/TA0009), or other scriptable post-compromise behaviors and could be used as indicators of detection leading back to the source script.\n\nUnderstanding standard usage patterns is important to avoid a high number of false positives. If scripting is restricted for normal users, then any attempts to enable scripts running on a system would be considered suspicious. If scripts are not commonly used on a system, but enabled, scripts running out of cycle from patching or other administrator functions are suspicious. Scripts should be captured from the file system when possible to determine their actions and intent.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "macOS"
                    ],
                    "x_mitre_remote_support": false,
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-03-01 19:06:05.126000+00:00\", \"old_value\": \"2022-10-19 15:37:28.071000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2",
                    "changelog_mitigations": {
                        "shared": [
                            "M1038: Execution Prevention",
                            "M1045: Code Signing"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (OS API Execution)",
                            "DS0009: Process (Process Creation)",
                            "DS0017: Command (Command Execution)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--970a3432-3237-47ad-bcca-7d8cbb217736",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-03-09 13:48:55.078000+00:00",
                    "modified": "2024-03-01 18:01:37.575000+00:00",
                    "name": "PowerShell",
                    "description": "Adversaries may abuse PowerShell commands and scripts for execution. PowerShell is a powerful interactive command-line interface and scripting environment included in the Windows operating system.(Citation: TechNet PowerShell) Adversaries can use PowerShell to perform a number of actions, including discovery of information and execution of code. Examples include the <code>Start-Process</code> cmdlet which can be used to run an executable and the <code>Invoke-Command</code> cmdlet which runs a command locally or on a remote computer (though administrator permissions are required to use PowerShell to connect to remote systems).\n\nPowerShell may also be used to download and run executables from the Internet, which can be executed from disk or in memory without touching disk.\n\nA number of PowerShell-based offensive testing tools are available, including [Empire](https://attack.mitre.org/software/S0363),  [PowerSploit](https://attack.mitre.org/software/S0194), [PoshC2](https://attack.mitre.org/software/S0378), and PSAttack.(Citation: Github PSAttack)\n\nPowerShell commands/scripts can also be executed without directly invoking the <code>powershell.exe</code> binary through interfaces to PowerShell's underlying <code>System.Management.Automation</code> assembly DLL exposed through the .NET framework and Windows Common Language Interface (CLI).(Citation: Sixdub PowerPick Jan 2016)(Citation: SilentBreak Offensive PS Dec 2015)(Citation: Microsoft PSfromCsharp APR 2014)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "execution"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1059/001",
                            "external_id": "T1059.001"
                        },
                        {
                            "source_name": "Microsoft PSfromCsharp APR 2014",
                            "description": "Babinec, K. (2014, April 28). Executing PowerShell scripts from C#. Retrieved April 22, 2019.",
                            "url": "https://blogs.msdn.microsoft.com/kebab/2014/04/28/executing-powershell-scripts-from-c/"
                        },
                        {
                            "source_name": "SilentBreak Offensive PS Dec 2015",
                            "description": "Christensen, L.. (2015, December 28). The Evolution of Offensive PowerShell Invocation. Retrieved December 8, 2018.",
                            "url": "https://web.archive.org/web/20190508170150/https://silentbreaksecurity.com/powershell-jobs-without-powershell-exe/"
                        },
                        {
                            "source_name": "FireEye PowerShell Logging 2016",
                            "description": "Dunwoody, M. (2016, February 11). GREATER VISIBILITY THROUGH POWERSHELL LOGGING. Retrieved February 16, 2016.",
                            "url": "https://www.fireeye.com/blog/threat-research/2016/02/greater_visibilityt.html"
                        },
                        {
                            "source_name": "Github PSAttack",
                            "description": "Haight, J. (2016, April 21). PS>Attack. Retrieved June 1, 2016.",
                            "url": "https://github.com/jaredhaight/PSAttack"
                        },
                        {
                            "source_name": "inv_ps_attacks",
                            "description": "Hastings, M. (2014, July 16). Investigating PowerShell Attacks. Retrieved December 1, 2021.",
                            "url": "https://powershellmagazine.com/2014/07/16/investigating-powershell-attacks/"
                        },
                        {
                            "source_name": "Malware Archaeology PowerShell Cheat Sheet",
                            "description": "Malware Archaeology. (2016, June). WINDOWS POWERSHELL LOGGING CHEAT SHEET - Win 7/Win 2008 or later. Retrieved June 24, 2016.",
                            "url": "http://www.malwarearchaeology.com/s/Windows-PowerShell-Logging-Cheat-Sheet-ver-June-2016-v2.pdf"
                        },
                        {
                            "source_name": "TechNet PowerShell",
                            "description": "Microsoft. (n.d.). Windows PowerShell Scripting. Retrieved April 28, 2016.",
                            "url": "https://technet.microsoft.com/en-us/scriptcenter/dd742419.aspx"
                        },
                        {
                            "source_name": "Sixdub PowerPick Jan 2016",
                            "description": "Warner, J.. (2015, January 6). Inexorable PowerShell \u2013 A Red Teamer\u2019s Tale of Overcoming Simple AppLocker Policies. Retrieved December 8, 2018.",
                            "url": "https://web.archive.org/web/20160327101330/http://www.sixdub.net/?p=367"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Mayuresh Dani, Qualys",
                        "Praetorian",
                        "Ross Brittain"
                    ],
                    "x_mitre_data_sources": [
                        "Script: Script Execution",
                        "Process: Process Creation",
                        "Process: Process Metadata",
                        "Command: Command Execution",
                        "Module: Module Load"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "If proper execution policy is set, adversaries will likely be able to define their own execution policy if they obtain administrator or system access, either through the Registry or at the command line. This change in policy on a system may be a way to detect malicious use of PowerShell. If PowerShell is not used in an environment, then simply looking for PowerShell execution may detect malicious activity.\n\nMonitor for loading and/or execution of artifacts associated with PowerShell specific assemblies, such as System.Management.Automation.dll (especially to unusual process names/locations).(Citation: Sixdub PowerPick Jan 2016)(Citation: SilentBreak Offensive PS Dec 2015)\n\nIt is also beneficial to turn on PowerShell logging to gain increased fidelity in what occurs during execution (which is applied to .NET invocations). (Citation: Malware Archaeology PowerShell Cheat Sheet) PowerShell 5.0 introduced enhanced logging capabilities, and some of those features have since been added to PowerShell 4.0. Earlier versions of PowerShell do not have many logging features.(Citation: FireEye PowerShell Logging 2016) An organization can gather PowerShell execution details in a data analytic platform to supplement it with other data.\n\nConsider monitoring for Windows event ID (EID) 400, which shows the version of PowerShell executing in the <code>EngineVersion</code> field (which may also be relevant to detecting a potential [Downgrade Attack](https://attack.mitre.org/techniques/T1562/010)) as well as if PowerShell is running locally or remotely in the <code>HostName</code> field. Furthermore, EID 400 may indicate the start time and EID 403 indicates the end time of a PowerShell session.(Citation: inv_ps_attacks)",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_remote_support": true,
                    "x_mitre_version": "1.4",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-03-01 18:01:37.575000+00:00\", \"old_value\": \"2023-03-27 17:19:48.136000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.4\", \"old_value\": \"1.3\"}}}",
                    "previous_version": "1.3",
                    "version_change": "1.3 \u2192 1.4",
                    "changelog_mitigations": {
                        "shared": [
                            "M1026: Privileged Account Management",
                            "M1038: Execution Prevention",
                            "M1042: Disable or Remove Feature or Program",
                            "M1045: Code Signing",
                            "M1049: Antivirus/Antimalware"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (Process Creation)",
                            "DS0009: Process (Process Metadata)",
                            "DS0011: Module (Module Load)",
                            "DS0012: Script (Script Execution)",
                            "DS0017: Command (Command Execution)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--a9d4b653-6915-42af-98b2-5758c4ceee56",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-03-09 14:15:05.330000+00:00",
                    "modified": "2024-04-16 12:24:40.163000+00:00",
                    "name": "Unix Shell",
                    "description": "Adversaries may abuse Unix shell commands and scripts for execution. Unix shells are the primary command prompt on Linux and macOS systems, though many variations of the Unix shell exist (e.g. sh, bash, zsh, etc.) depending on the specific OS or distribution.(Citation: DieNet Bash)(Citation: Apple ZShell) Unix shells can control every aspect of a system, with certain commands requiring elevated privileges.\n\nUnix shells also support scripts that enable sequential execution of commands as well as other typical programming operations such as conditionals and loops. Common uses of shell scripts include long or repetitive tasks, or the need to run the same set of commands on multiple systems.\n\nAdversaries may abuse Unix shells to execute various commands or payloads. Interactive shells may be accessed through command and control channels or during lateral movement such as with [SSH](https://attack.mitre.org/techniques/T1021/004). Adversaries may also leverage shell scripts to deliver and execute multiple commands on victims or as part of payloads used for persistence.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "execution"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1059/004",
                            "external_id": "T1059.004"
                        },
                        {
                            "source_name": "Apple ZShell",
                            "description": "Apple. (2020, January 28). Use zsh as the default shell on your Mac. Retrieved June 12, 2020.",
                            "url": "https://support.apple.com/HT208050"
                        },
                        {
                            "source_name": "DieNet Bash",
                            "description": "die.net. (n.d.). bash(1) - Linux man page. Retrieved June 12, 2020.",
                            "url": "https://linux.die.net/man/1/bash"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "Process: Process Creation",
                        "Command: Command Execution"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Unix shell usage may be common on administrator, developer, or power user systems, depending on job function. If scripting is restricted for normal users, then any attempt to enable scripts running on a system would be considered suspicious. If scripts are not commonly used on a system, but enabled, scripts running out of cycle from patching or other administrator functions are suspicious. Scripts should be captured from the file system when possible to determine their actions and intent.\n\nScripts are likely to perform actions with various effects on a system that may generate events, depending on the types of monitoring used. Monitor processes and command-line arguments for script execution and subsequent behavior. Actions may be related to network and system information discovery, collection, or other scriptable post-compromise behaviors and could be used as indicators of detection leading back to the source script. ",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "macOS",
                        "Linux",
                        "Network"
                    ],
                    "x_mitre_remote_support": true,
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"dictionary_item_removed\": {\"root['x_mitre_permissions_required']\": [\"User\", \"root\"]}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-16 12:24:40.163000+00:00\", \"old_value\": \"2021-07-26 22:34:43.261000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}, \"iterable_item_added\": {\"root['x_mitre_platforms'][2]\": \"Network\"}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2",
                    "changelog_mitigations": {
                        "shared": [
                            "M1038: Execution Prevention"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (Process Creation)",
                            "DS0017: Command (Command Execution)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--d1fcf083-a721-4223-aedf-bf8960798d62",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-03-09 14:12:31.196000+00:00",
                    "modified": "2024-03-01 17:35:02.889000+00:00",
                    "name": "Windows Command Shell",
                    "description": "Adversaries may abuse the Windows command shell for execution. The Windows command shell ([cmd](https://attack.mitre.org/software/S0106)) is the primary command prompt on Windows systems. The Windows command prompt can be used to control almost any aspect of a system, with various permission levels required for different subsets of commands. The command prompt can be invoked remotely via [Remote Services](https://attack.mitre.org/techniques/T1021) such as [SSH](https://attack.mitre.org/techniques/T1021/004).(Citation: SSH in Windows)\n\nBatch files (ex: .bat or .cmd) also provide the shell with a list of sequential commands to run, as well as normal scripting operations such as conditionals and loops. Common uses of batch files include long or repetitive tasks, or the need to run the same set of commands on multiple systems.\n\nAdversaries may leverage [cmd](https://attack.mitre.org/software/S0106) to execute various commands and payloads. Common uses include [cmd](https://attack.mitre.org/software/S0106) to execute a single command, or abusing [cmd](https://attack.mitre.org/software/S0106) interactively with input and output forwarded over a command and control channel.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "execution"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1059/003",
                            "external_id": "T1059.003"
                        },
                        {
                            "source_name": "SSH in Windows",
                            "description": "Microsoft. (2020, May 19). Tutorial: SSH in Windows Terminal. Retrieved July 26, 2021.",
                            "url": "https://docs.microsoft.com/en-us/windows/terminal/tutorials/ssh"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "Command: Command Execution",
                        "Process: Process Creation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Usage of the Windows command shell may be common on administrator, developer, or power user systems depending on job function. If scripting is restricted for normal users, then any attempt to enable scripts running on a system would be considered suspicious. If scripts are not commonly used on a system, but enabled, scripts running out of cycle from patching or other administrator functions are suspicious. Scripts should be captured from the file system when possible to determine their actions and intent.\n\nScripts are likely to perform actions with various effects on a system that may generate events, depending on the types of monitoring used. Monitor processes and command-line arguments for script execution and subsequent behavior. Actions may be related to network and system information Discovery, Collection, or other scriptable post-compromise behaviors and could be used as indicators of detection leading back to the source script.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_remote_support": true,
                    "x_mitre_version": "1.4",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-03-01 17:35:02.889000+00:00\", \"old_value\": \"2023-07-28 17:50:21.947000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.4\", \"old_value\": \"1.3\"}}}",
                    "previous_version": "1.3",
                    "version_change": "1.3 \u2192 1.4",
                    "changelog_mitigations": {
                        "shared": [
                            "M1038: Execution Prevention"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (Process Creation)",
                            "DS0017: Command (Command Execution)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--7e3beebd-8bfe-4e7b-a892-e44ab06a75f9",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-10-01 00:36:30.759000+00:00",
                    "modified": "2024-03-28 03:53:28.299000+00:00",
                    "name": "Compromise Infrastructure",
                    "description": "Adversaries may compromise third-party infrastructure that can be used during targeting. Infrastructure solutions include physical or cloud servers, domains, network devices, and third-party web and DNS services. Instead of buying, leasing, or renting infrastructure an adversary may compromise infrastructure and use it during other phases of the adversary lifecycle.(Citation: Mandiant APT1)(Citation: ICANNDomainNameHijacking)(Citation: Talos DNSpionage Nov 2018)(Citation: FireEye EPS Awakens Part 2) Additionally, adversaries may compromise numerous machines to form a botnet they can leverage.\n\nUse of compromised infrastructure allows adversaries to stage, launch, and execute operations. Compromised infrastructure can help adversary operations blend in with traffic that is seen as normal, such as contact with high reputation or trusted sites. For example, adversaries may leverage compromised infrastructure (potentially also in conjunction with [Digital Certificates](https://attack.mitre.org/techniques/T1588/004)) to further blend in and support staged information gathering and/or [Phishing](https://attack.mitre.org/techniques/T1566) campaigns.(Citation: FireEye DNS Hijack 2019) Additionally, adversaries may also compromise infrastructure to support [Proxy](https://attack.mitre.org/techniques/T1090) and/or proxyware services.(Citation: amnesty_nso_pegasus)(Citation: Sysdig Proxyjacking)\n\nBy using compromised infrastructure, adversaries may make it difficult to tie their actions back to them. Prior to targeting, adversaries may compromise the infrastructure of other adversaries.(Citation: NSA NCSC Turla OilRig)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "resource-development"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1584",
                            "external_id": "T1584"
                        },
                        {
                            "source_name": "amnesty_nso_pegasus",
                            "description": "Amnesty International Security Lab. (2021, July 18). Forensic Methodology Report: How to catch NSO Group\u2019s Pegasus. Retrieved February 22, 2022.",
                            "url": "https://www.amnesty.org/en/latest/research/2021/07/forensic-methodology-report-how-to-catch-nso-groups-pegasus/"
                        },
                        {
                            "source_name": "Sysdig Proxyjacking",
                            "description": "Crystal Morin. (2023, April 4). Proxyjacking has Entered the Chat. Retrieved July 6, 2023.",
                            "url": "https://sysdig.com/blog/proxyjacking-attackers-log4j-exploited/"
                        },
                        {
                            "source_name": "FireEye DNS Hijack 2019",
                            "description": "Hirani, M., Jones, S., Read, B. (2019, January 10). Global DNS Hijacking Campaign: DNS Record Manipulation at Scale. Retrieved October 9, 2020.",
                            "url": "https://www.fireeye.com/blog/threat-research/2019/01/global-dns-hijacking-campaign-dns-record-manipulation-at-scale.html"
                        },
                        {
                            "source_name": "ICANNDomainNameHijacking",
                            "description": "ICANN Security and Stability Advisory Committee. (2005, July 12). Domain Name Hijacking: Incidents, Threats, Risks and Remediation. Retrieved March 6, 2017.",
                            "url": "https://www.icann.org/groups/ssac/documents/sac-007-en"
                        },
                        {
                            "source_name": "Koczwara Beacon Hunting Sep 2021",
                            "description": "Koczwara, M. (2021, September 7). Hunting Cobalt Strike C2 with Shodan. Retrieved October 12, 2021.",
                            "url": "https://michaelkoczwara.medium.com/cobalt-strike-c2-hunting-with-shodan-c448d501a6e2"
                        },
                        {
                            "source_name": "Mandiant APT1",
                            "description": "Mandiant. (n.d.). APT1 Exposing One of China\u2019s Cyber Espionage Units. Retrieved July 18, 2016.",
                            "url": "https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/mandiant-apt1-report.pdf"
                        },
                        {
                            "source_name": "Talos DNSpionage Nov 2018",
                            "description": "Mercer, W., Rascagneres, P. (2018, November 27). DNSpionage Campaign Targets Middle East. Retrieved October 9, 2020.",
                            "url": "https://blog.talosintelligence.com/2018/11/dnspionage-campaign-targets-middle-east.html"
                        },
                        {
                            "source_name": "NSA NCSC Turla OilRig",
                            "description": "NSA/NCSC. (2019, October 21). Cybersecurity Advisory: Turla Group Exploits Iranian APT To Expand Coverage Of Victims. Retrieved October 16, 2020.",
                            "url": "https://media.defense.gov/2019/Oct/18/2002197242/-1/-1/0/NSA_CSA_Turla_20191021%20ver%204%20-%20nsa.gov.pdf"
                        },
                        {
                            "source_name": "Mandiant SCANdalous Jul 2020",
                            "description": "Stephens, A. (2020, July 13). SCANdalous! (External Detection Using Network Scan Data and Automation). Retrieved October 12, 2021.",
                            "url": "https://www.mandiant.com/resources/scandalous-external-detection-using-network-scan-data-and-automation"
                        },
                        {
                            "source_name": "ThreatConnect Infrastructure Dec 2020",
                            "description": "ThreatConnect. (2020, December 15). Infrastructure Research and Hunting: Boiling the Domain Ocean. Retrieved October 12, 2021.",
                            "url": "https://threatconnect.com/blog/infrastructure-research-hunting/"
                        },
                        {
                            "source_name": "FireEye EPS Awakens Part 2",
                            "description": "Winters, R. (2015, December 20). The EPS Awakens - Part 2. Retrieved January 22, 2016.",
                            "url": "https://web.archive.org/web/20151226205946/https://www.fireeye.com/blog/threat-research/2015/12/the-eps-awakens-part-two.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Jeremy Galloway",
                        "Shailesh Tiwary (Indian Army)",
                        "Goldstein Menachem"
                    ],
                    "x_mitre_data_sources": [
                        "Internet Scan: Response Content",
                        "Domain Name: Domain Registration",
                        "Domain Name: Active DNS",
                        "Domain Name: Passive DNS",
                        "Internet Scan: Response Metadata"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Consider monitoring for anomalous changes to domain registrant information and/or domain resolution information that may indicate the compromise of a domain. Efforts may need to be tailored to specific domains of interest as benign registration and resolution changes are a common occurrence on the internet. \n\nOnce adversaries have provisioned compromised infrastructure (ex: a server for use in command and control), internet scans may help proactively discover compromised infrastructure. Consider looking for identifiable patterns such as services listening, certificates in use, SSL/TLS negotiation features, or other response artifacts associated with adversary C2 software.(Citation: ThreatConnect Infrastructure Dec 2020)(Citation: Mandiant SCANdalous Jul 2020)(Citation: Koczwara Beacon Hunting Sep 2021)\n\nDetection efforts may be focused on related stages of the adversary lifecycle, such as during Command and Control.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "PRE"
                    ],
                    "x_mitre_version": "1.5",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-03-28 03:53:28.299000+00:00\", \"old_value\": \"2023-10-02 01:10:49.053000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may compromise third-party infrastructure that can be used during targeting. Infrastructure solutions include physical or cloud servers, domains, network devices, and third-party web and DNS services. Instead of buying, leasing, or renting infrastructure an adversary may compromise infrastructure and use it during other phases of the adversary lifecycle.(Citation: Mandiant APT1)(Citation: ICANNDomainNameHijacking)(Citation: Talos DNSpionage Nov 2018)(Citation: FireEye EPS Awakens Part 2) Additionally, adversaries may compromise numerous machines to form a botnet they can leverage.\\n\\nUse of compromised infrastructure allows adversaries to stage, launch, and execute operations. Compromised infrastructure can help adversary operations blend in with traffic that is seen as normal, such as contact with high reputation or trusted sites. For example, adversaries may leverage compromised infrastructure (potentially also in conjunction with [Digital Certificates](https://attack.mitre.org/techniques/T1588/004)) to further blend in and support staged information gathering and/or [Phishing](https://attack.mitre.org/techniques/T1566) campaigns.(Citation: FireEye DNS Hijack 2019) Additionally, adversaries may also compromise infrastructure to support [Proxy](https://attack.mitre.org/techniques/T1090) and/or proxyware services.(Citation: amnesty_nso_pegasus)(Citation: Sysdig Proxyjacking)\\n\\nBy using compromised infrastructure, adversaries may make it difficult to tie their actions back to them. Prior to targeting, adversaries may compromise the infrastructure of other adversaries.(Citation: NSA NCSC Turla OilRig)\", \"old_value\": \"Adversaries may compromise third-party infrastructure that can be used during targeting. Infrastructure solutions include physical or cloud servers, domains, and third-party web and DNS services. Instead of buying, leasing, or renting infrastructure an adversary may compromise infrastructure and use it during other phases of the adversary lifecycle.(Citation: Mandiant APT1)(Citation: ICANNDomainNameHijacking)(Citation: Talos DNSpionage Nov 2018)(Citation: FireEye EPS Awakens Part 2) Additionally, adversaries may compromise numerous machines to form a botnet they can leverage.\\n\\nUse of compromised infrastructure allows adversaries to stage, launch, and execute operations. Compromised infrastructure can help adversary operations blend in with traffic that is seen as normal, such as contact with high reputation or trusted sites. For example, adversaries may leverage compromised infrastructure (potentially also in conjunction with [Digital Certificates](https://attack.mitre.org/techniques/T1588/004)) to further blend in and support staged information gathering and/or [Phishing](https://attack.mitre.org/techniques/T1566) campaigns.(Citation: FireEye DNS Hijack 2019) Additionally, adversaries may also compromise infrastructure to support [Proxy](https://attack.mitre.org/techniques/T1090) and/or proxyware services.(Citation: amnesty_nso_pegasus)(Citation: Sysdig Proxyjacking)\\n\\nBy using compromised infrastructure, adversaries may make it difficult to tie their actions back to them. Prior to targeting, adversaries may compromise the infrastructure of other adversaries.(Citation: NSA NCSC Turla OilRig)\", \"diff\": \"--- \\n+++ \\n@@ -1,4 +1,4 @@\\n-Adversaries may compromise third-party infrastructure that can be used during targeting. Infrastructure solutions include physical or cloud servers, domains, and third-party web and DNS services. Instead of buying, leasing, or renting infrastructure an adversary may compromise infrastructure and use it during other phases of the adversary lifecycle.(Citation: Mandiant APT1)(Citation: ICANNDomainNameHijacking)(Citation: Talos DNSpionage Nov 2018)(Citation: FireEye EPS Awakens Part 2) Additionally, adversaries may compromise numerous machines to form a botnet they can leverage.\\n+Adversaries may compromise third-party infrastructure that can be used during targeting. Infrastructure solutions include physical or cloud servers, domains, network devices, and third-party web and DNS services. Instead of buying, leasing, or renting infrastructure an adversary may compromise infrastructure and use it during other phases of the adversary lifecycle.(Citation: Mandiant APT1)(Citation: ICANNDomainNameHijacking)(Citation: Talos DNSpionage Nov 2018)(Citation: FireEye EPS Awakens Part 2) Additionally, adversaries may compromise numerous machines to form a botnet they can leverage.\\n \\n Use of compromised infrastructure allows adversaries to stage, launch, and execute operations. Compromised infrastructure can help adversary operations blend in with traffic that is seen as normal, such as contact with high reputation or trusted sites. For example, adversaries may leverage compromised infrastructure (potentially also in conjunction with [Digital Certificates](https://attack.mitre.org/techniques/T1588/004)) to further blend in and support staged information gathering and/or [Phishing](https://attack.mitre.org/techniques/T1566) campaigns.(Citation: FireEye DNS Hijack 2019) Additionally, adversaries may also compromise infrastructure to support [Proxy](https://attack.mitre.org/techniques/T1090) and/or proxyware services.(Citation: amnesty_nso_pegasus)(Citation: Sysdig Proxyjacking)\\n \"}, \"root['x_mitre_version']\": {\"new_value\": \"1.5\", \"old_value\": \"1.4\"}}}",
                    "previous_version": "1.4",
                    "version_change": "1.4 \u2192 1.5",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to6__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to6__0\"><a href=\"#difflib_chg_to6__top\">t</a></td><td class=\"diff_header\" id=\"from6_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;compromise&nbsp;third-party&nbsp;infrastructure&nbsp;that&nbsp;c</td><td class=\"diff_next\"><a href=\"#difflib_chg_to6__top\">t</a></td><td class=\"diff_header\" id=\"to6_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;compromise&nbsp;third-party&nbsp;infrastructure&nbsp;that&nbsp;c</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">an&nbsp;be&nbsp;used&nbsp;during&nbsp;targeting.&nbsp;Infrastructure&nbsp;solutions&nbsp;includ</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">an&nbsp;be&nbsp;used&nbsp;during&nbsp;targeting.&nbsp;Infrastructure&nbsp;solutions&nbsp;includ</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;physical&nbsp;or&nbsp;cloud&nbsp;servers,&nbsp;domains,&nbsp;<span class=\"diff_chg\">and</span>&nbsp;third-party&nbsp;web&nbsp;an</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;physical&nbsp;or&nbsp;cloud&nbsp;servers,&nbsp;domains,&nbsp;<span class=\"diff_chg\">network&nbsp;devices,&nbsp;and</span>&nbsp;t</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d&nbsp;DNS&nbsp;services.&nbsp;Instead&nbsp;of&nbsp;buying,&nbsp;leasing,&nbsp;or&nbsp;renting&nbsp;infra</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">hird-party&nbsp;web&nbsp;and&nbsp;DNS&nbsp;services.&nbsp;Instead&nbsp;of&nbsp;buying,&nbsp;leasing,</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">structure&nbsp;an&nbsp;adversary&nbsp;may&nbsp;compromise&nbsp;infrastructure&nbsp;and&nbsp;use</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;or&nbsp;renting&nbsp;infrastructure&nbsp;an&nbsp;adversary&nbsp;may&nbsp;compromise&nbsp;infra</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;it&nbsp;during&nbsp;other&nbsp;phases&nbsp;of&nbsp;the&nbsp;adversary&nbsp;lifecycle.(Citation</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">structure&nbsp;and&nbsp;use&nbsp;it&nbsp;during&nbsp;other&nbsp;phases&nbsp;of&nbsp;the&nbsp;adversary&nbsp;li</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">:&nbsp;Mandiant&nbsp;APT1)(Citation:&nbsp;ICANNDomainNameHijacking)(Citatio</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">fecycle.(Citation:&nbsp;Mandiant&nbsp;APT1)(Citation:&nbsp;ICANNDomainNameH</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n:&nbsp;Talos&nbsp;DNSpionage&nbsp;Nov&nbsp;2018)(Citation:&nbsp;FireEye&nbsp;EPS&nbsp;Awakens&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ijacking)(Citation:&nbsp;Talos&nbsp;DNSpionage&nbsp;Nov&nbsp;2018)(Citation:&nbsp;Fir</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Part&nbsp;2)&nbsp;Additionally,&nbsp;adversaries&nbsp;may&nbsp;compromise&nbsp;numerous&nbsp;ma</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">eEye&nbsp;EPS&nbsp;Awakens&nbsp;Part&nbsp;2)&nbsp;Additionally,&nbsp;adversaries&nbsp;may&nbsp;compr</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">chines&nbsp;to&nbsp;form&nbsp;a&nbsp;botnet&nbsp;they&nbsp;can&nbsp;leverage.&nbsp;&nbsp;Use&nbsp;of&nbsp;compromis</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">omise&nbsp;numerous&nbsp;machines&nbsp;to&nbsp;form&nbsp;a&nbsp;botnet&nbsp;they&nbsp;can&nbsp;leverage.&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;infrastructure&nbsp;allows&nbsp;adversaries&nbsp;to&nbsp;stage,&nbsp;launch,&nbsp;and&nbsp;e</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Use&nbsp;of&nbsp;compromised&nbsp;infrastructure&nbsp;allows&nbsp;adversaries&nbsp;to&nbsp;sta</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">xecute&nbsp;operations.&nbsp;Compromised&nbsp;infrastructure&nbsp;can&nbsp;help&nbsp;adver</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ge,&nbsp;launch,&nbsp;and&nbsp;execute&nbsp;operations.&nbsp;Compromised&nbsp;infrastructu</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">sary&nbsp;operations&nbsp;blend&nbsp;in&nbsp;with&nbsp;traffic&nbsp;that&nbsp;is&nbsp;seen&nbsp;as&nbsp;normal</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">re&nbsp;can&nbsp;help&nbsp;adversary&nbsp;operations&nbsp;blend&nbsp;in&nbsp;with&nbsp;traffic&nbsp;that&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">,&nbsp;such&nbsp;as&nbsp;contact&nbsp;with&nbsp;high&nbsp;reputation&nbsp;or&nbsp;trusted&nbsp;sites.&nbsp;For</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">is&nbsp;seen&nbsp;as&nbsp;normal,&nbsp;such&nbsp;as&nbsp;contact&nbsp;with&nbsp;high&nbsp;reputation&nbsp;or&nbsp;t</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;example,&nbsp;adversaries&nbsp;may&nbsp;leverage&nbsp;compromised&nbsp;infrastructur</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rusted&nbsp;sites.&nbsp;For&nbsp;example,&nbsp;adversaries&nbsp;may&nbsp;leverage&nbsp;compromi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;(potentially&nbsp;also&nbsp;in&nbsp;conjunction&nbsp;with&nbsp;[Digital&nbsp;Certificate</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">sed&nbsp;infrastructure&nbsp;(potentially&nbsp;also&nbsp;in&nbsp;conjunction&nbsp;with&nbsp;[Di</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s](https://attack.mitre.org/techniques/T1588/004))&nbsp;to&nbsp;furthe</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">gital&nbsp;Certificates](https://attack.mitre.org/techniques/T158</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">r&nbsp;blend&nbsp;in&nbsp;and&nbsp;support&nbsp;staged&nbsp;information&nbsp;gathering&nbsp;and/or&nbsp;[</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">8/004))&nbsp;to&nbsp;further&nbsp;blend&nbsp;in&nbsp;and&nbsp;support&nbsp;staged&nbsp;information&nbsp;g</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Phishing](https://attack.mitre.org/techniques/T1566)&nbsp;campaig</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">athering&nbsp;and/or&nbsp;[Phishing](https://attack.mitre.org/techniqu</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ns.(Citation:&nbsp;FireEye&nbsp;DNS&nbsp;Hijack&nbsp;2019)&nbsp;Additionally,&nbsp;adversa</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">es/T1566)&nbsp;campaigns.(Citation:&nbsp;FireEye&nbsp;DNS&nbsp;Hijack&nbsp;2019)&nbsp;Addi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ries&nbsp;may&nbsp;also&nbsp;compromise&nbsp;infrastructure&nbsp;to&nbsp;support&nbsp;[Proxy](h</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tionally,&nbsp;adversaries&nbsp;may&nbsp;also&nbsp;compromise&nbsp;infrastructure&nbsp;to&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ttps://attack.mitre.org/techniques/T1090)&nbsp;and/or&nbsp;proxyware&nbsp;s</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">support&nbsp;[Proxy](https://attack.mitre.org/techniques/T1090)&nbsp;a</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ervices.(Citation:&nbsp;amnesty_nso_pegasus)(Citation:&nbsp;Sysdig&nbsp;Pro</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nd/or&nbsp;proxyware&nbsp;services.(Citation:&nbsp;amnesty_nso_pegasus)(Cit</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">xyjacking)&nbsp;&nbsp;By&nbsp;using&nbsp;compromised&nbsp;infrastructure,&nbsp;adversaries</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ation:&nbsp;Sysdig&nbsp;Proxyjacking)&nbsp;&nbsp;By&nbsp;using&nbsp;compromised&nbsp;infrastruc</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;may&nbsp;make&nbsp;it&nbsp;difficult&nbsp;to&nbsp;tie&nbsp;their&nbsp;actions&nbsp;back&nbsp;to&nbsp;them.&nbsp;Pr</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ture,&nbsp;adversaries&nbsp;may&nbsp;make&nbsp;it&nbsp;difficult&nbsp;to&nbsp;tie&nbsp;their&nbsp;actions</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ior&nbsp;to&nbsp;targeting,&nbsp;adversaries&nbsp;may&nbsp;compromise&nbsp;the&nbsp;infrastruct</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;back&nbsp;to&nbsp;them.&nbsp;Prior&nbsp;to&nbsp;targeting,&nbsp;adversaries&nbsp;may&nbsp;compromis</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ure&nbsp;of&nbsp;other&nbsp;adversaries.(Citation:&nbsp;NSA&nbsp;NCSC&nbsp;Turla&nbsp;OilRig)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;the&nbsp;infrastructure&nbsp;of&nbsp;other&nbsp;adversaries.(Citation:&nbsp;NSA&nbsp;NCS</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">C&nbsp;Turla&nbsp;OilRig)</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1056: Pre-compromise"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0035: Internet Scan (Response Content)",
                            "DS0035: Internet Scan (Response Metadata)",
                            "DS0038: Domain Name (Active DNS)",
                            "DS0038: Domain Name (Domain Registration)",
                            "DS0038: Domain Name (Passive DNS)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--a009cb25-4801-4116-9105-80a91cf15c1b",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-01-29 17:32:30.711000+00:00",
                    "modified": "2024-03-28 16:14:28.678000+00:00",
                    "name": "Cloud Account",
                    "description": "Adversaries may create a cloud account to maintain access to victim systems. With a sufficient level of access, such accounts may be used to establish secondary credentialed access that does not require persistent remote access tools to be deployed on the system.(Citation: Microsoft O365 Admin Roles)(Citation: Microsoft Support O365 Add Another Admin, October 2019)(Citation: AWS Create IAM User)(Citation: GCP Create Cloud Identity Users)(Citation: Microsoft Azure AD Users)\n\nIn addition to user accounts, cloud accounts may be associated with services. Cloud providers handle the concept of service accounts in different ways. In Azure, service accounts include service principals and managed identities, which can be linked to various resources such as OAuth applications, serverless functions, and virtual machines in order to grant those resources permissions to perform various activities in the environment.(Citation: Microsoft Entra ID Service Principals) In GCP, service accounts can also be linked to specific resources, as well as be impersonated by other accounts for [Temporary Elevated Cloud Access](https://attack.mitre.org/techniques/T1548/005).(Citation: GCP Service Accounts) While AWS has no specific concept of service accounts, resources can be directly granted permission to assume roles.(Citation: AWS Instance Profiles)(Citation: AWS Lambda Execution Role)\n\nAdversaries may create accounts that only have access to specific cloud services, which can reduce the chance of detection.\n\nOnce an adversary has created a cloud account, they can then manipulate that account to ensure persistence and allow access to additional resources - for example, by adding [Additional Cloud Credentials](https://attack.mitre.org/techniques/T1098/001) or assigning [Additional Cloud Roles](https://attack.mitre.org/techniques/T1098/003).",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "persistence"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1136/003",
                            "external_id": "T1136.003"
                        },
                        {
                            "source_name": "Microsoft O365 Admin Roles",
                            "description": "Ako-Adjei, K., Dickhaus, M., Baumgartner, P., Faigel, D., et. al.. (2019, October 8). About admin roles. Retrieved October 18, 2019.",
                            "url": "https://docs.microsoft.com/en-us/office365/admin/add-users/about-admin-roles?view=o365-worldwide"
                        },
                        {
                            "source_name": "AWS Create IAM User",
                            "description": "AWS. (n.d.). Creating an IAM User in Your AWS Account. Retrieved January 29, 2020.",
                            "url": "https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_create.html"
                        },
                        {
                            "source_name": "AWS Lambda Execution Role",
                            "description": "AWS. (n.d.). Lambda execution role. Retrieved February 28, 2024.",
                            "url": "https://docs.aws.amazon.com/lambda/latest/dg/lambda-intro-execution-role.html"
                        },
                        {
                            "source_name": "AWS Instance Profiles",
                            "description": "AWS. (n.d.). Using instance profiles. Retrieved February 28, 2024.",
                            "url": "https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-ec2_instance-profiles.html"
                        },
                        {
                            "source_name": "GCP Create Cloud Identity Users",
                            "description": "Google. (n.d.). Create Cloud Identity user accounts. Retrieved January 29, 2020.",
                            "url": "https://support.google.com/cloudidentity/answer/7332836?hl=en&ref_topic=7558554"
                        },
                        {
                            "source_name": "GCP Service Accounts",
                            "description": "Google. (n.d.). Service Accounts Overview. Retrieved February 28, 2024.",
                            "url": "https://cloud.google.com/iam/docs/service-account-overview"
                        },
                        {
                            "source_name": "Microsoft Azure AD Users",
                            "description": "Microsoft. (2019, November 11). Add or delete users using Azure Active Directory. Retrieved January 30, 2020.",
                            "url": "https://docs.microsoft.com/en-us/azure/active-directory/fundamentals/add-users-azure-active-directory"
                        },
                        {
                            "source_name": "Microsoft Entra ID Service Principals",
                            "description": "Microsoft. (2023, December 15). Application and service principal objects in Microsoft Entra ID. Retrieved February 28, 2024.",
                            "url": "https://learn.microsoft.com/en-us/entra/identity-platform/app-objects-and-service-principals?tabs=browser"
                        },
                        {
                            "source_name": "Microsoft Support O365 Add Another Admin, October 2019",
                            "description": "Microsoft. (n.d.). Add Another Admin. Retrieved October 18, 2019.",
                            "url": "https://support.office.com/en-us/article/add-another-admin-f693489f-9f55-4bd0-a637-a81ce93de22d"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Praetorian",
                        "Microsoft Threat Intelligence Center (MSTIC)"
                    ],
                    "x_mitre_data_sources": [
                        "User Account: User Account Creation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Collect usage logs from cloud user and administrator accounts to identify unusual activity in the creation of new accounts and assignment of roles to those accounts. Monitor for accounts assigned to admin roles that go over a certain threshold of known admins.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Azure AD",
                        "Office 365",
                        "IaaS",
                        "Google Workspace",
                        "SaaS"
                    ],
                    "x_mitre_version": "1.5",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-03-28 16:14:28.678000+00:00\", \"old_value\": \"2023-10-16 17:34:42.544000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may create a cloud account to maintain access to victim systems. With a sufficient level of access, such accounts may be used to establish secondary credentialed access that does not require persistent remote access tools to be deployed on the system.(Citation: Microsoft O365 Admin Roles)(Citation: Microsoft Support O365 Add Another Admin, October 2019)(Citation: AWS Create IAM User)(Citation: GCP Create Cloud Identity Users)(Citation: Microsoft Azure AD Users)\\n\\nIn addition to user accounts, cloud accounts may be associated with services. Cloud providers handle the concept of service accounts in different ways. In Azure, service accounts include service principals and managed identities, which can be linked to various resources such as OAuth applications, serverless functions, and virtual machines in order to grant those resources permissions to perform various activities in the environment.(Citation: Microsoft Entra ID Service Principals) In GCP, service accounts can also be linked to specific resources, as well as be impersonated by other accounts for [Temporary Elevated Cloud Access](https://attack.mitre.org/techniques/T1548/005).(Citation: GCP Service Accounts) While AWS has no specific concept of service accounts, resources can be directly granted permission to assume roles.(Citation: AWS Instance Profiles)(Citation: AWS Lambda Execution Role)\\n\\nAdversaries may create accounts that only have access to specific cloud services, which can reduce the chance of detection.\\n\\nOnce an adversary has created a cloud account, they can then manipulate that account to ensure persistence and allow access to additional resources - for example, by adding [Additional Cloud Credentials](https://attack.mitre.org/techniques/T1098/001) or assigning [Additional Cloud Roles](https://attack.mitre.org/techniques/T1098/003).\", \"old_value\": \"Adversaries may create a cloud account to maintain access to victim systems. With a sufficient level of access, such accounts may be used to establish secondary credentialed access that does not require persistent remote access tools to be deployed on the system.(Citation: Microsoft O365 Admin Roles)(Citation: Microsoft Support O365 Add Another Admin, October 2019)(Citation: AWS Create IAM User)(Citation: GCP Create Cloud Identity Users)(Citation: Microsoft Azure AD Users)\\n\\nAdversaries may create accounts that only have access to specific cloud services, which can reduce the chance of detection.\\n\\nOnce an adversary has created a cloud account, they can then manipulate that account to ensure persistence and allow access to additional resources - for example, by adding [Additional Cloud Credentials](https://attack.mitre.org/techniques/T1098/001) or assigning [Additional Cloud Roles](https://attack.mitre.org/techniques/T1098/003).\", \"diff\": \"--- \\n+++ \\n@@ -1,4 +1,6 @@\\n Adversaries may create a cloud account to maintain access to victim systems. With a sufficient level of access, such accounts may be used to establish secondary credentialed access that does not require persistent remote access tools to be deployed on the system.(Citation: Microsoft O365 Admin Roles)(Citation: Microsoft Support O365 Add Another Admin, October 2019)(Citation: AWS Create IAM User)(Citation: GCP Create Cloud Identity Users)(Citation: Microsoft Azure AD Users)\\n+\\n+In addition to user accounts, cloud accounts may be associated with services. Cloud providers handle the concept of service accounts in different ways. In Azure, service accounts include service principals and managed identities, which can be linked to various resources such as OAuth applications, serverless functions, and virtual machines in order to grant those resources permissions to perform various activities in the environment.(Citation: Microsoft Entra ID Service Principals) In GCP, service accounts can also be linked to specific resources, as well as be impersonated by other accounts for [Temporary Elevated Cloud Access](https://attack.mitre.org/techniques/T1548/005).(Citation: GCP Service Accounts) While AWS has no specific concept of service accounts, resources can be directly granted permission to assume roles.(Citation: AWS Instance Profiles)(Citation: AWS Lambda Execution Role)\\n \\n Adversaries may create accounts that only have access to specific cloud services, which can reduce the chance of detection.\\n \"}, \"root['x_mitre_version']\": {\"new_value\": \"1.5\", \"old_value\": \"1.4\"}}, \"iterable_item_added\": {\"root['external_references'][3]\": {\"source_name\": \"AWS Lambda Execution Role\", \"description\": \"AWS. (n.d.). Lambda execution role. Retrieved February 28, 2024.\", \"url\": \"https://docs.aws.amazon.com/lambda/latest/dg/lambda-intro-execution-role.html\"}, \"root['external_references'][4]\": {\"source_name\": \"AWS Instance Profiles\", \"description\": \"AWS. (n.d.). Using instance profiles. Retrieved February 28, 2024.\", \"url\": \"https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-ec2_instance-profiles.html\"}, \"root['external_references'][6]\": {\"source_name\": \"GCP Service Accounts\", \"description\": \"Google. (n.d.). Service Accounts Overview. Retrieved February 28, 2024.\", \"url\": \"https://cloud.google.com/iam/docs/service-account-overview\"}, \"root['external_references'][8]\": {\"source_name\": \"Microsoft Entra ID Service Principals\", \"description\": \"Microsoft. (2023, December 15). Application and service principal objects in Microsoft Entra ID. Retrieved February 28, 2024.\", \"url\": \"https://learn.microsoft.com/en-us/entra/identity-platform/app-objects-and-service-principals?tabs=browser\"}}}",
                    "previous_version": "1.4",
                    "version_change": "1.4 \u2192 1.5",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to78__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to78__0\"><a href=\"#difflib_chg_to78__top\">t</a></td><td class=\"diff_header\" id=\"from78_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_sub\">Adversaries&nbsp;may&nbsp;create&nbsp;a&nbsp;cloud&nbsp;account&nbsp;to&nbsp;maintain&nbsp;access&nbsp;to</span></td><td class=\"diff_next\"><a href=\"#difflib_chg_to78__top\">t</a></td><td class=\"diff_header\" id=\"to78_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_add\">Adversaries&nbsp;may&nbsp;create&nbsp;a&nbsp;cloud&nbsp;account&nbsp;to&nbsp;maintain&nbsp;access&nbsp;to</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;victim&nbsp;systems.&nbsp;With&nbsp;a&nbsp;sufficient&nbsp;level&nbsp;of&nbsp;access,&nbsp;such&nbsp;acc</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;victim&nbsp;systems.&nbsp;With&nbsp;a&nbsp;sufficient&nbsp;level&nbsp;of&nbsp;access,&nbsp;such&nbsp;acc</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ounts&nbsp;may&nbsp;be&nbsp;used&nbsp;to&nbsp;establish&nbsp;secondary&nbsp;credentialed&nbsp;access</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ounts&nbsp;may&nbsp;be&nbsp;used&nbsp;to&nbsp;establish&nbsp;secondary&nbsp;credentialed&nbsp;access</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;that&nbsp;does&nbsp;not&nbsp;require&nbsp;persistent&nbsp;remote&nbsp;access&nbsp;tools&nbsp;to&nbsp;be&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;that&nbsp;does&nbsp;not&nbsp;require&nbsp;persistent&nbsp;remote&nbsp;access&nbsp;tools&nbsp;to&nbsp;be&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">deployed&nbsp;on&nbsp;the&nbsp;system.(Citation:&nbsp;Microsoft&nbsp;O365&nbsp;Admin&nbsp;Roles</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">deployed&nbsp;on&nbsp;the&nbsp;system.(Citation:&nbsp;Microsoft&nbsp;O365&nbsp;Admin&nbsp;Roles</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">)(Citation:&nbsp;Microsoft&nbsp;Support&nbsp;O365&nbsp;Add&nbsp;Another&nbsp;Admin,&nbsp;Octobe</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">)(Citation:&nbsp;Microsoft&nbsp;Support&nbsp;O365&nbsp;Add&nbsp;Another&nbsp;Admin,&nbsp;Octobe</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">r&nbsp;2019)(Citation:&nbsp;AWS&nbsp;Create&nbsp;IAM&nbsp;User)(Citation:&nbsp;GCP&nbsp;Create&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">r&nbsp;2019)(Citation:&nbsp;AWS&nbsp;Create&nbsp;IAM&nbsp;User)(Citation:&nbsp;GCP&nbsp;Create&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">Cloud&nbsp;Identity&nbsp;Users)(Citation:&nbsp;Microsoft&nbsp;Azure&nbsp;AD&nbsp;Users)&nbsp;&nbsp;A</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">Cloud&nbsp;Identity&nbsp;Users)(Citation:&nbsp;Microsoft&nbsp;Azure&nbsp;AD&nbsp;Users)&nbsp;&nbsp;I</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">dversaries&nbsp;may&nbsp;create&nbsp;accounts&nbsp;that&nbsp;only&nbsp;have&nbsp;access&nbsp;to&nbsp;spec</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">n&nbsp;addition&nbsp;to&nbsp;user&nbsp;accounts,&nbsp;cloud&nbsp;accounts&nbsp;may&nbsp;be&nbsp;associate</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ific&nbsp;cloud&nbsp;services,&nbsp;which&nbsp;can&nbsp;reduce&nbsp;the&nbsp;chance&nbsp;of&nbsp;detectio</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">d&nbsp;with&nbsp;services.&nbsp;Cloud&nbsp;providers&nbsp;handle&nbsp;the&nbsp;concept&nbsp;of&nbsp;servi</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">n.&nbsp;&nbsp;Once&nbsp;an&nbsp;adversary&nbsp;has&nbsp;created&nbsp;a&nbsp;cloud&nbsp;account,&nbsp;they&nbsp;can&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ce&nbsp;accounts&nbsp;in&nbsp;different&nbsp;ways.&nbsp;In&nbsp;Azure,&nbsp;service&nbsp;accounts&nbsp;in</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">then&nbsp;manipulate&nbsp;that&nbsp;account&nbsp;to&nbsp;ensure&nbsp;persistence&nbsp;and&nbsp;allow</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">clude&nbsp;service&nbsp;principals&nbsp;and&nbsp;managed&nbsp;identities,&nbsp;which&nbsp;can&nbsp;b</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;access&nbsp;to&nbsp;additional&nbsp;resources&nbsp;-&nbsp;for&nbsp;example,&nbsp;by&nbsp;adding&nbsp;[Ad</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">e&nbsp;linked&nbsp;to&nbsp;various&nbsp;resources&nbsp;such&nbsp;as&nbsp;OAuth&nbsp;applications,&nbsp;se</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ditional&nbsp;Cloud&nbsp;Credentials](https://attack.mitre.org/techniq</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">rverless&nbsp;functions,&nbsp;and&nbsp;virtual&nbsp;machines&nbsp;in&nbsp;order&nbsp;to&nbsp;grant&nbsp;t</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ues/T1098/001)&nbsp;or&nbsp;assigning&nbsp;[Additional&nbsp;Cloud&nbsp;Roles](https:/</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">hose&nbsp;resources&nbsp;permissions&nbsp;to&nbsp;perform&nbsp;various&nbsp;activities&nbsp;in&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">/attack.mitre.org/techniques/T1098/003).</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">the&nbsp;environment.(Citation:&nbsp;Microsoft&nbsp;Entra&nbsp;ID&nbsp;Service&nbsp;Princi</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">pals)&nbsp;In&nbsp;GCP,&nbsp;service&nbsp;accounts&nbsp;can&nbsp;also&nbsp;be&nbsp;linked&nbsp;to&nbsp;specifi</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">c&nbsp;resources,&nbsp;as&nbsp;well&nbsp;as&nbsp;be&nbsp;impersonated&nbsp;by&nbsp;other&nbsp;accounts&nbsp;fo</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">r&nbsp;[Temporary&nbsp;Elevated&nbsp;Cloud&nbsp;Access](https://attack.mitre.org</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">/techniques/T1548/005).(Citation:&nbsp;GCP&nbsp;Service&nbsp;Accounts)&nbsp;Whil</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">e&nbsp;AWS&nbsp;has&nbsp;no&nbsp;specific&nbsp;concept&nbsp;of&nbsp;service&nbsp;accounts,&nbsp;resources</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;can&nbsp;be&nbsp;directly&nbsp;granted&nbsp;permission&nbsp;to&nbsp;assume&nbsp;roles.(Citatio</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">n:&nbsp;AWS&nbsp;Instance&nbsp;Profiles)(Citation:&nbsp;AWS&nbsp;Lambda&nbsp;Execution&nbsp;Rol</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">e)&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;create&nbsp;accounts&nbsp;that&nbsp;only&nbsp;have&nbsp;access&nbsp;to</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;specific&nbsp;cloud&nbsp;services,&nbsp;which&nbsp;can&nbsp;reduce&nbsp;the&nbsp;chance&nbsp;of&nbsp;det</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ection.&nbsp;&nbsp;Once&nbsp;an&nbsp;adversary&nbsp;has&nbsp;created&nbsp;a&nbsp;cloud&nbsp;account,&nbsp;they</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;can&nbsp;then&nbsp;manipulate&nbsp;that&nbsp;account&nbsp;to&nbsp;ensure&nbsp;persistence&nbsp;and&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">allow&nbsp;access&nbsp;to&nbsp;additional&nbsp;resources&nbsp;-&nbsp;for&nbsp;example,&nbsp;by&nbsp;addin</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">g&nbsp;[Additional&nbsp;Cloud&nbsp;Credentials](https://attack.mitre.org/te</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">chniques/T1098/001)&nbsp;or&nbsp;assigning&nbsp;[Additional&nbsp;Cloud&nbsp;Roles](ht</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">tps://attack.mitre.org/techniques/T1098/003).</span></td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1026: Privileged Account Management",
                            "M1030: Network Segmentation",
                            "M1032: Multi-factor Authentication"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0002: User Account (User Account Creation)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--106c0cf6-bf73-4601-9aa8-0945c2715ec5",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-01-10 16:03:18.865000+00:00",
                    "modified": "2024-02-15 14:14:03.942000+00:00",
                    "name": "Create or Modify System Process",
                    "description": "Adversaries may create or modify system-level processes to repeatedly execute malicious payloads as part of persistence. When operating systems boot up, they can start processes that perform background system functions. On Windows and Linux, these system processes are referred to as services.(Citation: TechNet Services) On macOS, launchd processes known as [Launch Daemon](https://attack.mitre.org/techniques/T1543/004) and [Launch Agent](https://attack.mitre.org/techniques/T1543/001) are run to finish system initialization and load user specific parameters.(Citation: AppleDocs Launch Agent Daemons) \n\nAdversaries may install new services, daemons, or agents that can be configured to execute at startup or a repeatable interval in order to establish persistence. Similarly, adversaries may modify existing services, daemons, or agents to achieve the same effect.  \n\nServices, daemons, or agents may be created with administrator privileges but executed under root/SYSTEM privileges. Adversaries may leverage this functionality to create or modify system processes in order to escalate privileges.(Citation: OSX Malware Detection)  ",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "persistence"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "privilege-escalation"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1543",
                            "external_id": "T1543"
                        },
                        {
                            "source_name": "AppleDocs Launch Agent Daemons",
                            "description": "Apple. (n.d.). Creating Launch Daemons and Agents. Retrieved July 10, 2017.",
                            "url": "https://developer.apple.com/library/content/documentation/MacOSX/Conceptual/BPSystemStartup/Chapters/CreatingLaunchdJobs.html"
                        },
                        {
                            "source_name": "TechNet Services",
                            "description": "Microsoft. (n.d.). Services. Retrieved June 7, 2016.",
                            "url": "https://technet.microsoft.com/en-us/library/cc772408.aspx"
                        },
                        {
                            "source_name": "OSX Malware Detection",
                            "description": "Patrick Wardle. (2016, February 29). Let's Play Doctor: Practical OS X Malware Detection & Analysis. Retrieved July 10, 2017.",
                            "url": "https://www.synack.com/wp-content/uploads/2016/03/RSA_OSX_Malware.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "Service: Service Creation",
                        "Container: Container Creation",
                        "Driver: Driver Load",
                        "Service: Service Modification",
                        "Process: Process Creation",
                        "Windows Registry: Windows Registry Key Modification",
                        "File: File Modification",
                        "File: File Creation",
                        "Windows Registry: Windows Registry Key Creation",
                        "Process: OS API Execution",
                        "Command: Command Execution"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor for changes to system processes that do not correlate with known software, patch cycles, etc., including by comparing results against a trusted system baseline. New, benign system processes may be created during installation of new software. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as network connections made for Command and Control, learning details about the environment through Discovery, and Lateral Movement.  \n\nCommand-line invocation of tools capable of modifying services may be unusual, depending on how systems are typically used in a particular environment. Look for abnormal process call trees from known services and for execution of other commands that could relate to Discovery or other adversary techniques. \n\nMonitor for changes to files associated with system-level processes.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows",
                        "macOS",
                        "Linux",
                        "Containers"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-02-15 14:14:03.942000+00:00\", \"old_value\": \"2022-04-20 16:52:58.415000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}, \"iterable_item_added\": {\"root['x_mitre_data_sources'][1]\": \"Container: Container Creation\", \"root['x_mitre_platforms'][3]\": \"Containers\"}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2",
                    "changelog_mitigations": {
                        "shared": [
                            "M1018: User Account Management",
                            "M1022: Restrict File and Directory Permissions",
                            "M1028: Operating System Configuration",
                            "M1033: Limit Software Installation",
                            "M1040: Behavior Prevention on Endpoint",
                            "M1045: Code Signing",
                            "M1047: Audit"
                        ],
                        "new": [
                            "M1026: Privileged Account Management",
                            "M1054: Software Configuration"
                        ],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (OS API Execution)",
                            "DS0009: Process (Process Creation)",
                            "DS0017: Command (Command Execution)",
                            "DS0019: Service (Service Creation)",
                            "DS0019: Service (Service Modification)",
                            "DS0022: File (File Creation)",
                            "DS0022: File (File Modification)",
                            "DS0024: Windows Registry (Windows Registry Key Creation)",
                            "DS0024: Windows Registry (Windows Registry Key Modification)",
                            "DS0027: Driver (Driver Load)"
                        ],
                        "new": [
                            "DS0032: Container (Container Creation)"
                        ],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--dfefe2ed-4389-4318-8762-f0272b350a1b",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-01-17 16:15:19.870000+00:00",
                    "modified": "2024-02-15 14:19:22.282000+00:00",
                    "name": "Systemd Service",
                    "description": "Adversaries may create or modify systemd services to repeatedly execute malicious payloads as part of persistence. Systemd is a system and service manager commonly used for managing background daemon processes (also known as services) and other system resources.(Citation: Linux man-pages: systemd January 2014) Systemd is the default initialization (init) system on many Linux distributions replacing legacy init systems, including SysVinit and Upstart, while remaining backwards compatible.  \n\nSystemd utilizes unit configuration files with the `.service` file extension to encode information about a service's process. By default, system level unit files are stored in the `/systemd/system` directory of the root owned directories (`/`). User level unit files are stored in the `/systemd/user` directories of the user owned directories (`$HOME`).(Citation: lambert systemd 2022) \n\nInside the `.service` unit files, the following directives are used to execute commands:(Citation: freedesktop systemd.service)  \n\n* `ExecStart`, `ExecStartPre`, and `ExecStartPost` directives execute when a service is started manually by `systemctl` or on system start if the service is set to automatically start.\n* `ExecReload` directive executes when a service restarts. \n* `ExecStop`, `ExecStopPre`, and `ExecStopPost` directives execute when a service is stopped.  \n\nAdversaries have created new service files, altered the commands a `.service` file\u2019s directive executes, and modified the user directive a `.service` file executes as, which could result in privilege escalation. Adversaries may also place symbolic links in these directories, enabling systemd to find these payloads regardless of where they reside on the filesystem.(Citation: Anomali Rocke March 2019)(Citation: airwalk backdoor unix systems)(Citation: Rapid7 Service Persistence 22JUNE2016) \n\nThe .service file\u2019s User directive can be used to run service as a specific user, which could result in privilege escalation based on specific user/group permissions. ",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "persistence"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "privilege-escalation"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1543/002",
                            "external_id": "T1543.002"
                        },
                        {
                            "source_name": "airwalk backdoor unix systems",
                            "description": "airwalk. (2023, January 1). A guide to backdooring Unix systems. Retrieved May 31, 2023.",
                            "url": "http://www.ouah.org/backdoors.html"
                        },
                        {
                            "source_name": "Anomali Rocke March 2019",
                            "description": "Anomali Labs. (2019, March 15). Rocke Evolves Its Arsenal With a New Malware Family Written in Golang. Retrieved April 24, 2019.",
                            "url": "https://www.anomali.com/blog/rocke-evolves-its-arsenal-with-a-new-malware-family-written-in-golang"
                        },
                        {
                            "source_name": "freedesktop systemd.service",
                            "description": "Free Desktop. (n.d.). systemd.service \u2014 Service unit configuration. Retrieved March 20, 2023.",
                            "url": "https://www.freedesktop.org/software/systemd/man/systemd.service.html"
                        },
                        {
                            "source_name": "Linux man-pages: systemd January 2014",
                            "description": "Linux man-pages. (2014, January). systemd(1) - Linux manual page. Retrieved April 23, 2019.",
                            "url": "http://man7.org/linux/man-pages/man1/systemd.1.html"
                        },
                        {
                            "source_name": "Berba hunting linux systemd",
                            "description": "Pepe Berba. (2022, January 30). Hunting for Persistence in Linux (Part 3): Systemd, Timers, and Cron. Retrieved March 20, 2023.",
                            "url": "https://pberba.github.io/security/2022/01/30/linux-threat-hunting-for-persistence-systemd-timers-cron/"
                        },
                        {
                            "source_name": "Rapid7 Service Persistence 22JUNE2016",
                            "description": "Rapid7. (2016, June 22). Service Persistence. Retrieved April 23, 2019.",
                            "url": "https://www.rapid7.com/db/modules/exploit/linux/local/service_persistence"
                        },
                        {
                            "source_name": "lambert systemd 2022",
                            "description": "Tony Lambert. (2022, November 13). ATT&CK T1501: Understanding systemd service persistence. Retrieved March 20, 2023.",
                            "url": "https://redcanary.com/blog/attck-t1501-understanding-systemd-service-persistence/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Tony Lambert, Red Canary",
                        "Emad Al-Mousa, Saudi Aramco",
                        "Tim (Wadhwa-)Brown"
                    ],
                    "x_mitre_data_sources": [
                        "Command: Command Execution",
                        "File: File Modification",
                        "Service: Service Creation",
                        "Service: Service Modification",
                        "Process: Process Creation",
                        "File: File Creation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor file creation and modification events of Systemd service unit configuration files in the default directory locations for `root` & `user` level permissions. Suspicious processes or scripts spawned in this manner will have a parent process of \u2018systemd\u2019, a parent process ID of 1, and will usually execute as the `root` user.(Citation: lambert systemd 2022) \n\nSuspicious systemd services can also be identified by comparing results against a trusted system baseline. Malicious systemd services may be detected by using the systemctl utility to examine system wide services: `systemctl list-units -\u2013type=service \u2013all`. Analyze the contents of `.service` files present on the file system and ensure that they refer to legitimate, expected executables, and symbolic links.(Citation: Berba hunting linux systemd)\n\nAuditing the execution and command-line arguments of the `systemctl` utility, as well related utilities such as `/usr/sbin/service` may reveal malicious systemd service execution.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_permissions_required": [
                        "User",
                        "root"
                    ],
                    "x_mitre_platforms": [
                        "Linux"
                    ],
                    "x_mitre_version": "1.5",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-02-15 14:19:22.282000+00:00\", \"old_value\": \"2023-10-09 16:19:01.408000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may create or modify systemd services to repeatedly execute malicious payloads as part of persistence. Systemd is a system and service manager commonly used for managing background daemon processes (also known as services) and other system resources.(Citation: Linux man-pages: systemd January 2014) Systemd is the default initialization (init) system on many Linux distributions replacing legacy init systems, including SysVinit and Upstart, while remaining backwards compatible.  \\n\\nSystemd utilizes unit configuration files with the `.service` file extension to encode information about a service's process. By default, system level unit files are stored in the `/systemd/system` directory of the root owned directories (`/`). User level unit files are stored in the `/systemd/user` directories of the user owned directories (`$HOME`).(Citation: lambert systemd 2022) \\n\\nInside the `.service` unit files, the following directives are used to execute commands:(Citation: freedesktop systemd.service)  \\n\\n* `ExecStart`, `ExecStartPre`, and `ExecStartPost` directives execute when a service is started manually by `systemctl` or on system start if the service is set to automatically start.\\n* `ExecReload` directive executes when a service restarts. \\n* `ExecStop`, `ExecStopPre`, and `ExecStopPost` directives execute when a service is stopped.  \\n\\nAdversaries have created new service files, altered the commands a `.service` file\\u2019s directive executes, and modified the user directive a `.service` file executes as, which could result in privilege escalation. Adversaries may also place symbolic links in these directories, enabling systemd to find these payloads regardless of where they reside on the filesystem.(Citation: Anomali Rocke March 2019)(Citation: airwalk backdoor unix systems)(Citation: Rapid7 Service Persistence 22JUNE2016) \\n\\nThe .service file\\u2019s User directive can be used to run service as a specific user, which could result in privilege escalation based on specific user/group permissions. \", \"old_value\": \"Adversaries may create or modify systemd services to repeatedly execute malicious payloads as part of persistence. Systemd is a system and service manager commonly used for managing background daemon processes (also known as services) and other system resources.(Citation: Linux man-pages: systemd January 2014) Systemd is the default initialization (init) system on many Linux distributions replacing legacy init systems, including SysVinit and Upstart, while remaining backwards compatible.  \\n\\nSystemd utilizes unit configuration files with the `.service` file extension to encode information about a service's process. By default, system level unit files are stored in the `/systemd/system` directory of the root owned directories (`/`). User level unit files are stored in the `/systemd/user` directories of the user owned directories (`$HOME`).(Citation: lambert systemd 2022) \\n\\nInside the `.service` unit files, the following directives are used to execute commands:(Citation: freedesktop systemd.service)  \\n\\n* `ExecStart`, `ExecStartPre`, and `ExecStartPost` directives execute when a service is started manually by `systemctl` or on system start if the service is set to automatically start.\\n* `ExecReload` directive executes when a service restarts. \\n* `ExecStop`, `ExecStopPre`, and `ExecStopPost` directives execute when a service is stopped.  \\n\\nAdversaries have created new service files, altered the commands a `.service` file\\u2019s directive executes, and modified the user directive a `.service` file executes as, which could result in privilege escalation. Adversaries may also place symbolic links in these directories, enabling systemd to find these payloads regardless of where they reside on the filesystem.(Citation: Anomali Rocke March 2019)(Citation: airwalk backdoor unix systems)(Citation: Rapid7 Service Persistence 22JUNE2016) \", \"diff\": \"--- \\n+++ \\n@@ -9,3 +9,5 @@\\n * `ExecStop`, `ExecStopPre`, and `ExecStopPost` directives execute when a service is stopped.  \\n \\n Adversaries have created new service files, altered the commands a `.service` file\\u2019s directive executes, and modified the user directive a `.service` file executes as, which could result in privilege escalation. Adversaries may also place symbolic links in these directories, enabling systemd to find these payloads regardless of where they reside on the filesystem.(Citation: Anomali Rocke March 2019)(Citation: airwalk backdoor unix systems)(Citation: Rapid7 Service Persistence 22JUNE2016) \\n+\\n+The .service file\\u2019s User directive can be used to run service as a specific user, which could result in privilege escalation based on specific user/group permissions. \"}, \"root['x_mitre_version']\": {\"new_value\": \"1.5\", \"old_value\": \"1.4\"}}}",
                    "previous_version": "1.4",
                    "version_change": "1.4 \u2192 1.5",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to24__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to24__0\"><a href=\"#difflib_chg_to24__top\">t</a></td><td class=\"diff_header\" id=\"from24_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;create&nbsp;or&nbsp;modify&nbsp;systemd&nbsp;services&nbsp;to&nbsp;repeate</td><td class=\"diff_next\"><a href=\"#difflib_chg_to24__top\">t</a></td><td class=\"diff_header\" id=\"to24_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;create&nbsp;or&nbsp;modify&nbsp;systemd&nbsp;services&nbsp;to&nbsp;repeate</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">dly&nbsp;execute&nbsp;malicious&nbsp;payloads&nbsp;as&nbsp;part&nbsp;of&nbsp;persistence.&nbsp;Syste</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">dly&nbsp;execute&nbsp;malicious&nbsp;payloads&nbsp;as&nbsp;part&nbsp;of&nbsp;persistence.&nbsp;Syste</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">md&nbsp;is&nbsp;a&nbsp;system&nbsp;and&nbsp;service&nbsp;manager&nbsp;commonly&nbsp;used&nbsp;for&nbsp;managin</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">md&nbsp;is&nbsp;a&nbsp;system&nbsp;and&nbsp;service&nbsp;manager&nbsp;commonly&nbsp;used&nbsp;for&nbsp;managin</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">g&nbsp;background&nbsp;daemon&nbsp;processes&nbsp;(also&nbsp;known&nbsp;as&nbsp;services)&nbsp;and&nbsp;o</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">g&nbsp;background&nbsp;daemon&nbsp;processes&nbsp;(also&nbsp;known&nbsp;as&nbsp;services)&nbsp;and&nbsp;o</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ther&nbsp;system&nbsp;resources.(Citation:&nbsp;Linux&nbsp;man-pages:&nbsp;systemd&nbsp;Ja</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ther&nbsp;system&nbsp;resources.(Citation:&nbsp;Linux&nbsp;man-pages:&nbsp;systemd&nbsp;Ja</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nuary&nbsp;2014)&nbsp;Systemd&nbsp;is&nbsp;the&nbsp;default&nbsp;initialization&nbsp;(init)&nbsp;sys</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nuary&nbsp;2014)&nbsp;Systemd&nbsp;is&nbsp;the&nbsp;default&nbsp;initialization&nbsp;(init)&nbsp;sys</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tem&nbsp;on&nbsp;many&nbsp;Linux&nbsp;distributions&nbsp;replacing&nbsp;legacy&nbsp;init&nbsp;system</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tem&nbsp;on&nbsp;many&nbsp;Linux&nbsp;distributions&nbsp;replacing&nbsp;legacy&nbsp;init&nbsp;system</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s,&nbsp;including&nbsp;SysVinit&nbsp;and&nbsp;Upstart,&nbsp;while&nbsp;remaining&nbsp;backwards</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s,&nbsp;including&nbsp;SysVinit&nbsp;and&nbsp;Upstart,&nbsp;while&nbsp;remaining&nbsp;backwards</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;compatible.&nbsp;&nbsp;&nbsp;&nbsp;Systemd&nbsp;utilizes&nbsp;unit&nbsp;configuration&nbsp;files&nbsp;wi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;compatible.&nbsp;&nbsp;&nbsp;&nbsp;Systemd&nbsp;utilizes&nbsp;unit&nbsp;configuration&nbsp;files&nbsp;wi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">th&nbsp;the&nbsp;`.service`&nbsp;file&nbsp;extension&nbsp;to&nbsp;encode&nbsp;information&nbsp;about</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">th&nbsp;the&nbsp;`.service`&nbsp;file&nbsp;extension&nbsp;to&nbsp;encode&nbsp;information&nbsp;about</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;a&nbsp;service's&nbsp;process.&nbsp;By&nbsp;default,&nbsp;system&nbsp;level&nbsp;unit&nbsp;files&nbsp;ar</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;a&nbsp;service's&nbsp;process.&nbsp;By&nbsp;default,&nbsp;system&nbsp;level&nbsp;unit&nbsp;files&nbsp;ar</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;stored&nbsp;in&nbsp;the&nbsp;`/systemd/system`&nbsp;directory&nbsp;of&nbsp;the&nbsp;root&nbsp;owne</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;stored&nbsp;in&nbsp;the&nbsp;`/systemd/system`&nbsp;directory&nbsp;of&nbsp;the&nbsp;root&nbsp;owne</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d&nbsp;directories&nbsp;(`/`).&nbsp;User&nbsp;level&nbsp;unit&nbsp;files&nbsp;are&nbsp;stored&nbsp;in&nbsp;the</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d&nbsp;directories&nbsp;(`/`).&nbsp;User&nbsp;level&nbsp;unit&nbsp;files&nbsp;are&nbsp;stored&nbsp;in&nbsp;the</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;`/systemd/user`&nbsp;directories&nbsp;of&nbsp;the&nbsp;user&nbsp;owned&nbsp;directories&nbsp;(</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;`/systemd/user`&nbsp;directories&nbsp;of&nbsp;the&nbsp;user&nbsp;owned&nbsp;directories&nbsp;(</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">`$HOME`).(Citation:&nbsp;lambert&nbsp;systemd&nbsp;2022)&nbsp;&nbsp;&nbsp;Inside&nbsp;the&nbsp;`.ser</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">`$HOME`).(Citation:&nbsp;lambert&nbsp;systemd&nbsp;2022)&nbsp;&nbsp;&nbsp;Inside&nbsp;the&nbsp;`.ser</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">vice`&nbsp;unit&nbsp;files,&nbsp;the&nbsp;following&nbsp;directives&nbsp;are&nbsp;used&nbsp;to&nbsp;execu</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">vice`&nbsp;unit&nbsp;files,&nbsp;the&nbsp;following&nbsp;directives&nbsp;are&nbsp;used&nbsp;to&nbsp;execu</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">te&nbsp;commands:(Citation:&nbsp;freedesktop&nbsp;systemd.service)&nbsp;&nbsp;&nbsp;&nbsp;*&nbsp;`Ex</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">te&nbsp;commands:(Citation:&nbsp;freedesktop&nbsp;systemd.service)&nbsp;&nbsp;&nbsp;&nbsp;*&nbsp;`Ex</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ecStart`,&nbsp;`ExecStartPre`,&nbsp;and&nbsp;`ExecStartPost`&nbsp;directives&nbsp;exe</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ecStart`,&nbsp;`ExecStartPre`,&nbsp;and&nbsp;`ExecStartPost`&nbsp;directives&nbsp;exe</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">cute&nbsp;when&nbsp;a&nbsp;service&nbsp;is&nbsp;started&nbsp;manually&nbsp;by&nbsp;`systemctl`&nbsp;or&nbsp;on</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">cute&nbsp;when&nbsp;a&nbsp;service&nbsp;is&nbsp;started&nbsp;manually&nbsp;by&nbsp;`systemctl`&nbsp;or&nbsp;on</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;system&nbsp;start&nbsp;if&nbsp;the&nbsp;service&nbsp;is&nbsp;set&nbsp;to&nbsp;automatically&nbsp;start.&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;system&nbsp;start&nbsp;if&nbsp;the&nbsp;service&nbsp;is&nbsp;set&nbsp;to&nbsp;automatically&nbsp;start.&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">*&nbsp;`ExecReload`&nbsp;directive&nbsp;executes&nbsp;when&nbsp;a&nbsp;service&nbsp;restarts.&nbsp;&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">*&nbsp;`ExecReload`&nbsp;directive&nbsp;executes&nbsp;when&nbsp;a&nbsp;service&nbsp;restarts.&nbsp;&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">*&nbsp;`ExecStop`,&nbsp;`ExecStopPre`,&nbsp;and&nbsp;`ExecStopPost`&nbsp;directives&nbsp;e</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">*&nbsp;`ExecStop`,&nbsp;`ExecStopPre`,&nbsp;and&nbsp;`ExecStopPost`&nbsp;directives&nbsp;e</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">xecute&nbsp;when&nbsp;a&nbsp;service&nbsp;is&nbsp;stopped.&nbsp;&nbsp;&nbsp;&nbsp;Adversaries&nbsp;have&nbsp;create</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">xecute&nbsp;when&nbsp;a&nbsp;service&nbsp;is&nbsp;stopped.&nbsp;&nbsp;&nbsp;&nbsp;Adversaries&nbsp;have&nbsp;create</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d&nbsp;new&nbsp;service&nbsp;files,&nbsp;altered&nbsp;the&nbsp;commands&nbsp;a&nbsp;`.service`&nbsp;file\u2019</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d&nbsp;new&nbsp;service&nbsp;files,&nbsp;altered&nbsp;the&nbsp;commands&nbsp;a&nbsp;`.service`&nbsp;file\u2019</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;directive&nbsp;executes,&nbsp;and&nbsp;modified&nbsp;the&nbsp;user&nbsp;directive&nbsp;a&nbsp;`.se</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;directive&nbsp;executes,&nbsp;and&nbsp;modified&nbsp;the&nbsp;user&nbsp;directive&nbsp;a&nbsp;`.se</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rvice`&nbsp;file&nbsp;executes&nbsp;as,&nbsp;which&nbsp;could&nbsp;result&nbsp;in&nbsp;privilege&nbsp;esc</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rvice`&nbsp;file&nbsp;executes&nbsp;as,&nbsp;which&nbsp;could&nbsp;result&nbsp;in&nbsp;privilege&nbsp;esc</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">alation.&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;place&nbsp;symbolic&nbsp;links&nbsp;in&nbsp;these&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">alation.&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;place&nbsp;symbolic&nbsp;links&nbsp;in&nbsp;these&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">directories,&nbsp;enabling&nbsp;systemd&nbsp;to&nbsp;find&nbsp;these&nbsp;payloads&nbsp;regardl</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">directories,&nbsp;enabling&nbsp;systemd&nbsp;to&nbsp;find&nbsp;these&nbsp;payloads&nbsp;regardl</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ess&nbsp;of&nbsp;where&nbsp;they&nbsp;reside&nbsp;on&nbsp;the&nbsp;filesystem.(Citation:&nbsp;Anomal</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ess&nbsp;of&nbsp;where&nbsp;they&nbsp;reside&nbsp;on&nbsp;the&nbsp;filesystem.(Citation:&nbsp;Anomal</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">i&nbsp;Rocke&nbsp;March&nbsp;2019)(Citation:&nbsp;airwalk&nbsp;backdoor&nbsp;unix&nbsp;systems)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">i&nbsp;Rocke&nbsp;March&nbsp;2019)(Citation:&nbsp;airwalk&nbsp;backdoor&nbsp;unix&nbsp;systems)</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">(Citation:&nbsp;Rapid7&nbsp;Service&nbsp;Persistence&nbsp;22JUNE2016)&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">(Citation:&nbsp;Rapid7&nbsp;Service&nbsp;Persistence&nbsp;22JUNE2016)&nbsp;<span class=\"diff_add\">&nbsp;&nbsp;The&nbsp;.ser</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">vice&nbsp;file\u2019s&nbsp;User&nbsp;directive&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;run&nbsp;service&nbsp;as&nbsp;a&nbsp;s</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">pecific&nbsp;user,&nbsp;which&nbsp;could&nbsp;result&nbsp;in&nbsp;privilege&nbsp;escalation&nbsp;bas</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ed&nbsp;on&nbsp;specific&nbsp;user/group&nbsp;permissions.&nbsp;</span></td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1018: User Account Management",
                            "M1022: Restrict File and Directory Permissions",
                            "M1026: Privileged Account Management",
                            "M1033: Limit Software Installation"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (Process Creation)",
                            "DS0017: Command (Command Execution)",
                            "DS0019: Service (Service Creation)",
                            "DS0019: Service (Service Modification)",
                            "DS0022: File (File Creation)",
                            "DS0022: File (File Modification)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--2959d63f-73fd-46a1-abd2-109d7dcede32",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-01-17 19:13:50.402000+00:00",
                    "modified": "2024-04-11 19:25:51.394000+00:00",
                    "name": "Windows Service",
                    "description": "Adversaries may create or modify Windows services to repeatedly execute malicious payloads as part of persistence. When Windows boots up, it starts programs or applications called services that perform background system functions.(Citation: TechNet Services) Windows service configuration information, including the file path to the service's executable or recovery programs/commands, is stored in the Windows Registry.\n\nAdversaries may install a new service or modify an existing service to execute at startup in order to persist on a system. Service configurations can be set or modified using system utilities (such as sc.exe), by directly modifying the Registry, or by interacting directly with the Windows API. \n\nAdversaries may also use services to install and execute malicious drivers. For example, after dropping a driver file (ex: `.sys`) to disk, the payload can be loaded and registered via [Native API](https://attack.mitre.org/techniques/T1106) functions such as `CreateServiceW()` (or manually via functions such as `ZwLoadDriver()` and `ZwSetValueKey()`), by creating the required service Registry values (i.e. [Modify Registry](https://attack.mitre.org/techniques/T1112)), or by using command-line utilities such as `PnPUtil.exe`.(Citation: Symantec W.32 Stuxnet Dossier)(Citation: Crowdstrike DriveSlayer February 2022)(Citation: Unit42 AcidBox June 2020) Adversaries may leverage these drivers as [Rootkit](https://attack.mitre.org/techniques/T1014)s to hide the presence of malicious activity on a system. Adversaries may also load a signed yet vulnerable driver onto a compromised machine (known as \"Bring Your Own Vulnerable Driver\" (BYOVD)) as part of [Exploitation for Privilege Escalation](https://attack.mitre.org/techniques/T1068).(Citation: ESET InvisiMole June 2020)(Citation: Unit42 AcidBox June 2020)\n\nServices may be created with administrator privileges but are executed under SYSTEM privileges, so an adversary may also use a service to escalate privileges. Adversaries may also directly start services through [Service Execution](https://attack.mitre.org/techniques/T1569/002).\n\nTo make detection analysis more challenging, malicious services may also incorporate [Masquerade Task or Service](https://attack.mitre.org/techniques/T1036/004) (ex: using a service and/or payload name related to a legitimate OS or benign software component). Adversaries may also create \u2018hidden\u2019 services (i.e., [Hide Artifacts](https://attack.mitre.org/techniques/T1564)), for example by using the `sc sdset` command to set service permissions via the Service Descriptor Definition Language (SDDL). This may hide a Windows service from the view of standard service enumeration methods such as `Get-Service`, `sc query`, and `services.exe`.(Citation: SANS 1)(Citation: SANS 2)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "persistence"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "privilege-escalation"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1543/003",
                            "external_id": "T1543.003"
                        },
                        {
                            "source_name": "Microsoft Windows Event Forwarding FEB 2018",
                            "description": "Hardy, T. & Hall, J. (2018, February 15). Use Windows Event Forwarding to help with intrusion detection. Retrieved August 7, 2018.",
                            "url": "https://docs.microsoft.com/windows/security/threat-protection/use-windows-event-forwarding-to-assist-in-intrusion-detection"
                        },
                        {
                            "source_name": "ESET InvisiMole June 2020",
                            "description": "Hromcova, Z. and Cherpanov, A. (2020, June). INVISIMOLE: THE HIDDEN PART OF THE STORY. Retrieved July 16, 2020.",
                            "url": "https://www.welivesecurity.com/wp-content/uploads/2020/06/ESET_InvisiMole.pdf"
                        },
                        {
                            "source_name": "SANS 1",
                            "description": "Joshua Wright. (2020, October 13). Retrieved March 22, 2024.",
                            "url": "https://www.sans.org/blog/red-team-tactics-hiding-windows-services/"
                        },
                        {
                            "source_name": "SANS 2",
                            "description": "Joshua Wright. (2020, October 14). Retrieved March 22, 2024.",
                            "url": "https://www.sans.org/blog/defense-spotlight-finding-hidden-windows-services/"
                        },
                        {
                            "source_name": "TechNet Services",
                            "description": "Microsoft. (n.d.). Services. Retrieved June 7, 2016.",
                            "url": "https://technet.microsoft.com/en-us/library/cc772408.aspx"
                        },
                        {
                            "source_name": "Microsoft 4697 APR 2017",
                            "description": "Miroshnikov, A. & Hall, J. (2017, April 18). 4697(S): A service was installed in the system. Retrieved August 7, 2018.",
                            "url": "https://docs.microsoft.com/windows/security/threat-protection/auditing/event-4697"
                        },
                        {
                            "source_name": "Symantec W.32 Stuxnet Dossier",
                            "description": "Nicolas Falliere, Liam O. Murchu, Eric Chien. (2011, February). W32.Stuxnet Dossier. Retrieved December 7, 2020.",
                            "url": "https://www.wired.com/images_blogs/threatlevel/2010/11/w32_stuxnet_dossier.pdf"
                        },
                        {
                            "source_name": "Unit42 AcidBox June 2020",
                            "description": "Reichel, D. and Idrizovic, E. (2020, June 17). AcidBox: Rare Malware Repurposing Turla Group Exploit Targeted Russian Organizations. Retrieved March 16, 2021.",
                            "url": "https://unit42.paloaltonetworks.com/acidbox-rare-malware/"
                        },
                        {
                            "source_name": "TechNet Autoruns",
                            "description": "Russinovich, M. (2016, January 4). Autoruns for Windows v13.51. Retrieved June 6, 2016.",
                            "url": "https://technet.microsoft.com/en-us/sysinternals/bb963902"
                        },
                        {
                            "source_name": "Crowdstrike DriveSlayer February 2022",
                            "description": "Thomas, W. et al. (2022, February 25). CrowdStrike Falcon Protects from New Wiper Malware Used in Ukraine Cyberattacks. Retrieved March 25, 2022.",
                            "url": "https://www.crowdstrike.com/blog/how-crowdstrike-falcon-protects-against-wiper-malware-used-in-ukraine-attacks/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Matthew Demaske, Adaptforward",
                        "Pedro Harrison",
                        "Mayuresh Dani, Qualys",
                        "Wietze Beukema, @wietze",
                        "Akshat Pradhan, Qualys",
                        "Wirapong Petshagun"
                    ],
                    "x_mitre_data_sources": [
                        "Windows Registry: Windows Registry Key Modification",
                        "Process: Process Creation",
                        "Network Traffic: Network Traffic Flow",
                        "Service: Service Creation",
                        "Command: Command Execution",
                        "File: File Metadata",
                        "Windows Registry: Windows Registry Key Creation",
                        "Driver: Driver Load",
                        "Service: Service Modification",
                        "Process: OS API Execution"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor processes and command-line arguments for actions that could create or modify services. Command-line invocation of tools capable of adding or modifying services may be unusual, depending on how systems are typically used in a particular environment. Services may also be modified through Windows system management tools such as [Windows Management Instrumentation](https://attack.mitre.org/techniques/T1047) and [PowerShell](https://attack.mitre.org/techniques/T1059/001), so additional logging may need to be configured to gather the appropriate data. Remote access tools with built-in features may also interact directly with the Windows API to perform these functions outside of typical system utilities. Collect service utility execution and service binary path arguments used for analysis. Service binary paths may even be changed to execute commands or scripts.  \n\nLook for changes to service Registry entries that do not correlate with known software, patch cycles, etc. Service information is stored in the Registry at <code>HKLM\\SYSTEM\\CurrentControlSet\\Services</code>. Changes to the binary path and the service startup type changed from manual or disabled to automatic, if it does not typically do so, may be suspicious. Tools such as Sysinternals Autoruns may also be used to detect system service changes that could be attempts at persistence.(Citation: TechNet Autoruns)  \n\nCreation of new services may generate an alterable event (ex: Event ID 4697 and/or 7045 (Citation: Microsoft 4697 APR 2017)(Citation: Microsoft Windows Event Forwarding FEB 2018)). New, benign services may be created during installation of new software.\n\nSuspicious program execution through services may show up as outlier processes that have not been seen before when compared against historical data. Look for abnormal process call trees from known services and for execution of other commands that could relate to Discovery or other adversary techniques. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as network connections made for Command and Control, learning details about the environment through Discovery, and Lateral Movement.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_effective_permissions": [
                        "Administrator",
                        "SYSTEM"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.5",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 19:25:51.394000+00:00\", \"old_value\": \"2023-09-15 16:42:25.014000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may create or modify Windows services to repeatedly execute malicious payloads as part of persistence. When Windows boots up, it starts programs or applications called services that perform background system functions.(Citation: TechNet Services) Windows service configuration information, including the file path to the service's executable or recovery programs/commands, is stored in the Windows Registry.\\n\\nAdversaries may install a new service or modify an existing service to execute at startup in order to persist on a system. Service configurations can be set or modified using system utilities (such as sc.exe), by directly modifying the Registry, or by interacting directly with the Windows API. \\n\\nAdversaries may also use services to install and execute malicious drivers. For example, after dropping a driver file (ex: `.sys`) to disk, the payload can be loaded and registered via [Native API](https://attack.mitre.org/techniques/T1106) functions such as `CreateServiceW()` (or manually via functions such as `ZwLoadDriver()` and `ZwSetValueKey()`), by creating the required service Registry values (i.e. [Modify Registry](https://attack.mitre.org/techniques/T1112)), or by using command-line utilities such as `PnPUtil.exe`.(Citation: Symantec W.32 Stuxnet Dossier)(Citation: Crowdstrike DriveSlayer February 2022)(Citation: Unit42 AcidBox June 2020) Adversaries may leverage these drivers as [Rootkit](https://attack.mitre.org/techniques/T1014)s to hide the presence of malicious activity on a system. Adversaries may also load a signed yet vulnerable driver onto a compromised machine (known as \\\"Bring Your Own Vulnerable Driver\\\" (BYOVD)) as part of [Exploitation for Privilege Escalation](https://attack.mitre.org/techniques/T1068).(Citation: ESET InvisiMole June 2020)(Citation: Unit42 AcidBox June 2020)\\n\\nServices may be created with administrator privileges but are executed under SYSTEM privileges, so an adversary may also use a service to escalate privileges. Adversaries may also directly start services through [Service Execution](https://attack.mitre.org/techniques/T1569/002).\\n\\nTo make detection analysis more challenging, malicious services may also incorporate [Masquerade Task or Service](https://attack.mitre.org/techniques/T1036/004) (ex: using a service and/or payload name related to a legitimate OS or benign software component). Adversaries may also create \\u2018hidden\\u2019 services (i.e., [Hide Artifacts](https://attack.mitre.org/techniques/T1564)), for example by using the `sc sdset` command to set service permissions via the Service Descriptor Definition Language (SDDL). This may hide a Windows service from the view of standard service enumeration methods such as `Get-Service`, `sc query`, and `services.exe`.(Citation: SANS 1)(Citation: SANS 2)\", \"old_value\": \"Adversaries may create or modify Windows services to repeatedly execute malicious payloads as part of persistence. When Windows boots up, it starts programs or applications called services that perform background system functions.(Citation: TechNet Services) Windows service configuration information, including the file path to the service's executable or recovery programs/commands, is stored in the Windows Registry.\\n\\nAdversaries may install a new service or modify an existing service to execute at startup in order to persist on a system. Service configurations can be set or modified using system utilities (such as sc.exe), by directly modifying the Registry, or by interacting directly with the Windows API. \\n\\nAdversaries may also use services to install and execute malicious drivers. For example, after dropping a driver file (ex: `.sys`) to disk, the payload can be loaded and registered via [Native API](https://attack.mitre.org/techniques/T1106) functions such as `CreateServiceW()` (or manually via functions such as `ZwLoadDriver()` and `ZwSetValueKey()`), by creating the required service Registry values (i.e. [Modify Registry](https://attack.mitre.org/techniques/T1112)), or by using command-line utilities such as `PnPUtil.exe`.(Citation: Symantec W.32 Stuxnet Dossier)(Citation: Crowdstrike DriveSlayer February 2022)(Citation: Unit42 AcidBox June 2020) Adversaries may leverage these drivers as [Rootkit](https://attack.mitre.org/techniques/T1014)s to hide the presence of malicious activity on a system. Adversaries may also load a signed yet vulnerable driver onto a compromised machine (known as \\\"Bring Your Own Vulnerable Driver\\\" (BYOVD)) as part of [Exploitation for Privilege Escalation](https://attack.mitre.org/techniques/T1068).(Citation: ESET InvisiMole June 2020)(Citation: Unit42 AcidBox June 2020)\\n\\nServices may be created with administrator privileges but are executed under SYSTEM privileges, so an adversary may also use a service to escalate privileges. Adversaries may also directly start services through [Service Execution](https://attack.mitre.org/techniques/T1569/002). To make detection analysis more challenging, malicious services may also incorporate [Masquerade Task or Service](https://attack.mitre.org/techniques/T1036/004) (ex: using a service and/or payload name related to a legitimate OS or benign software component).\", \"diff\": \"--- \\n+++ \\n@@ -4,4 +4,6 @@\\n \\n Adversaries may also use services to install and execute malicious drivers. For example, after dropping a driver file (ex: `.sys`) to disk, the payload can be loaded and registered via [Native API](https://attack.mitre.org/techniques/T1106) functions such as `CreateServiceW()` (or manually via functions such as `ZwLoadDriver()` and `ZwSetValueKey()`), by creating the required service Registry values (i.e. [Modify Registry](https://attack.mitre.org/techniques/T1112)), or by using command-line utilities such as `PnPUtil.exe`.(Citation: Symantec W.32 Stuxnet Dossier)(Citation: Crowdstrike DriveSlayer February 2022)(Citation: Unit42 AcidBox June 2020) Adversaries may leverage these drivers as [Rootkit](https://attack.mitre.org/techniques/T1014)s to hide the presence of malicious activity on a system. Adversaries may also load a signed yet vulnerable driver onto a compromised machine (known as \\\"Bring Your Own Vulnerable Driver\\\" (BYOVD)) as part of [Exploitation for Privilege Escalation](https://attack.mitre.org/techniques/T1068).(Citation: ESET InvisiMole June 2020)(Citation: Unit42 AcidBox June 2020)\\n \\n-Services may be created with administrator privileges but are executed under SYSTEM privileges, so an adversary may also use a service to escalate privileges. Adversaries may also directly start services through [Service Execution](https://attack.mitre.org/techniques/T1569/002). To make detection analysis more challenging, malicious services may also incorporate [Masquerade Task or Service](https://attack.mitre.org/techniques/T1036/004) (ex: using a service and/or payload name related to a legitimate OS or benign software component).\\n+Services may be created with administrator privileges but are executed under SYSTEM privileges, so an adversary may also use a service to escalate privileges. Adversaries may also directly start services through [Service Execution](https://attack.mitre.org/techniques/T1569/002).\\n+\\n+To make detection analysis more challenging, malicious services may also incorporate [Masquerade Task or Service](https://attack.mitre.org/techniques/T1036/004) (ex: using a service and/or payload name related to a legitimate OS or benign software component). Adversaries may also create \\u2018hidden\\u2019 services (i.e., [Hide Artifacts](https://attack.mitre.org/techniques/T1564)), for example by using the `sc sdset` command to set service permissions via the Service Descriptor Definition Language (SDDL). This may hide a Windows service from the view of standard service enumeration methods such as `Get-Service`, `sc query`, and `services.exe`.(Citation: SANS 1)(Citation: SANS 2)\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.5\", \"old_value\": \"1.4\"}}, \"iterable_item_added\": {\"root['external_references'][3]\": {\"source_name\": \"SANS 1\", \"description\": \"Joshua Wright. (2020, October 13). Retrieved March 22, 2024.\", \"url\": \"https://www.sans.org/blog/red-team-tactics-hiding-windows-services/\"}, \"root['external_references'][4]\": {\"source_name\": \"SANS 2\", \"description\": \"Joshua Wright. (2020, October 14). Retrieved March 22, 2024.\", \"url\": \"https://www.sans.org/blog/defense-spotlight-finding-hidden-windows-services/\"}, \"root['x_mitre_contributors'][5]\": \"Wirapong Petshagun\"}}",
                    "previous_version": "1.4",
                    "version_change": "1.4 \u2192 1.5",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to5__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to5__0\"><a href=\"#difflib_chg_to5__top\">t</a></td><td class=\"diff_header\" id=\"from5_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;create&nbsp;or&nbsp;modify&nbsp;Windows&nbsp;services&nbsp;to&nbsp;repeate</td><td class=\"diff_next\"><a href=\"#difflib_chg_to5__top\">t</a></td><td class=\"diff_header\" id=\"to5_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;create&nbsp;or&nbsp;modify&nbsp;Windows&nbsp;services&nbsp;to&nbsp;repeate</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">dly&nbsp;execute&nbsp;malicious&nbsp;payloads&nbsp;as&nbsp;part&nbsp;of&nbsp;persistence.&nbsp;When&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">dly&nbsp;execute&nbsp;malicious&nbsp;payloads&nbsp;as&nbsp;part&nbsp;of&nbsp;persistence.&nbsp;When&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Windows&nbsp;boots&nbsp;up,&nbsp;it&nbsp;starts&nbsp;programs&nbsp;or&nbsp;applications&nbsp;called&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Windows&nbsp;boots&nbsp;up,&nbsp;it&nbsp;starts&nbsp;programs&nbsp;or&nbsp;applications&nbsp;called&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">services&nbsp;that&nbsp;perform&nbsp;background&nbsp;system&nbsp;functions.(Citation:</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">services&nbsp;that&nbsp;perform&nbsp;background&nbsp;system&nbsp;functions.(Citation:</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;TechNet&nbsp;Services)&nbsp;Windows&nbsp;service&nbsp;configuration&nbsp;information</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;TechNet&nbsp;Services)&nbsp;Windows&nbsp;service&nbsp;configuration&nbsp;information</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">,&nbsp;including&nbsp;the&nbsp;file&nbsp;path&nbsp;to&nbsp;the&nbsp;service's&nbsp;executable&nbsp;or&nbsp;rec</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">,&nbsp;including&nbsp;the&nbsp;file&nbsp;path&nbsp;to&nbsp;the&nbsp;service's&nbsp;executable&nbsp;or&nbsp;rec</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">overy&nbsp;programs/commands,&nbsp;is&nbsp;stored&nbsp;in&nbsp;the&nbsp;Windows&nbsp;Registry.&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">overy&nbsp;programs/commands,&nbsp;is&nbsp;stored&nbsp;in&nbsp;the&nbsp;Windows&nbsp;Registry.&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Adversaries&nbsp;may&nbsp;install&nbsp;a&nbsp;new&nbsp;service&nbsp;or&nbsp;modify&nbsp;an&nbsp;existing</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Adversaries&nbsp;may&nbsp;install&nbsp;a&nbsp;new&nbsp;service&nbsp;or&nbsp;modify&nbsp;an&nbsp;existing</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;service&nbsp;to&nbsp;execute&nbsp;at&nbsp;startup&nbsp;in&nbsp;order&nbsp;to&nbsp;persist&nbsp;on&nbsp;a&nbsp;syst</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;service&nbsp;to&nbsp;execute&nbsp;at&nbsp;startup&nbsp;in&nbsp;order&nbsp;to&nbsp;persist&nbsp;on&nbsp;a&nbsp;syst</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">em.&nbsp;Service&nbsp;configurations&nbsp;can&nbsp;be&nbsp;set&nbsp;or&nbsp;modified&nbsp;using&nbsp;syst</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">em.&nbsp;Service&nbsp;configurations&nbsp;can&nbsp;be&nbsp;set&nbsp;or&nbsp;modified&nbsp;using&nbsp;syst</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">em&nbsp;utilities&nbsp;(such&nbsp;as&nbsp;sc.exe),&nbsp;by&nbsp;directly&nbsp;modifying&nbsp;the&nbsp;Reg</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">em&nbsp;utilities&nbsp;(such&nbsp;as&nbsp;sc.exe),&nbsp;by&nbsp;directly&nbsp;modifying&nbsp;the&nbsp;Reg</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">istry,&nbsp;or&nbsp;by&nbsp;interacting&nbsp;directly&nbsp;with&nbsp;the&nbsp;Windows&nbsp;API.&nbsp;&nbsp;&nbsp;Ad</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">istry,&nbsp;or&nbsp;by&nbsp;interacting&nbsp;directly&nbsp;with&nbsp;the&nbsp;Windows&nbsp;API.&nbsp;&nbsp;&nbsp;Ad</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">versaries&nbsp;may&nbsp;also&nbsp;use&nbsp;services&nbsp;to&nbsp;install&nbsp;and&nbsp;execute&nbsp;malic</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">versaries&nbsp;may&nbsp;also&nbsp;use&nbsp;services&nbsp;to&nbsp;install&nbsp;and&nbsp;execute&nbsp;malic</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ious&nbsp;drivers.&nbsp;For&nbsp;example,&nbsp;after&nbsp;dropping&nbsp;a&nbsp;driver&nbsp;file&nbsp;(ex:</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ious&nbsp;drivers.&nbsp;For&nbsp;example,&nbsp;after&nbsp;dropping&nbsp;a&nbsp;driver&nbsp;file&nbsp;(ex:</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;`.sys`)&nbsp;to&nbsp;disk,&nbsp;the&nbsp;payload&nbsp;can&nbsp;be&nbsp;loaded&nbsp;and&nbsp;registered&nbsp;v</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;`.sys`)&nbsp;to&nbsp;disk,&nbsp;the&nbsp;payload&nbsp;can&nbsp;be&nbsp;loaded&nbsp;and&nbsp;registered&nbsp;v</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ia&nbsp;[Native&nbsp;API](https://attack.mitre.org/techniques/T1106)&nbsp;f</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ia&nbsp;[Native&nbsp;API](https://attack.mitre.org/techniques/T1106)&nbsp;f</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">unctions&nbsp;such&nbsp;as&nbsp;`CreateServiceW()`&nbsp;(or&nbsp;manually&nbsp;via&nbsp;functio</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">unctions&nbsp;such&nbsp;as&nbsp;`CreateServiceW()`&nbsp;(or&nbsp;manually&nbsp;via&nbsp;functio</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ns&nbsp;such&nbsp;as&nbsp;`ZwLoadDriver()`&nbsp;and&nbsp;`ZwSetValueKey()`),&nbsp;by&nbsp;creat</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ns&nbsp;such&nbsp;as&nbsp;`ZwLoadDriver()`&nbsp;and&nbsp;`ZwSetValueKey()`),&nbsp;by&nbsp;creat</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ing&nbsp;the&nbsp;required&nbsp;service&nbsp;Registry&nbsp;values&nbsp;(i.e.&nbsp;[Modify&nbsp;Regis</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ing&nbsp;the&nbsp;required&nbsp;service&nbsp;Registry&nbsp;values&nbsp;(i.e.&nbsp;[Modify&nbsp;Regis</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">try](https://attack.mitre.org/techniques/T1112)),&nbsp;or&nbsp;by&nbsp;usin</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">try](https://attack.mitre.org/techniques/T1112)),&nbsp;or&nbsp;by&nbsp;usin</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">g&nbsp;command-line&nbsp;utilities&nbsp;such&nbsp;as&nbsp;`PnPUtil.exe`.(Citation:&nbsp;Sy</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">g&nbsp;command-line&nbsp;utilities&nbsp;such&nbsp;as&nbsp;`PnPUtil.exe`.(Citation:&nbsp;Sy</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">mantec&nbsp;W.32&nbsp;Stuxnet&nbsp;Dossier)(Citation:&nbsp;Crowdstrike&nbsp;DriveSlay</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">mantec&nbsp;W.32&nbsp;Stuxnet&nbsp;Dossier)(Citation:&nbsp;Crowdstrike&nbsp;DriveSlay</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">er&nbsp;February&nbsp;2022)(Citation:&nbsp;Unit42&nbsp;AcidBox&nbsp;June&nbsp;2020)&nbsp;Advers</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">er&nbsp;February&nbsp;2022)(Citation:&nbsp;Unit42&nbsp;AcidBox&nbsp;June&nbsp;2020)&nbsp;Advers</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">aries&nbsp;may&nbsp;leverage&nbsp;these&nbsp;drivers&nbsp;as&nbsp;[Rootkit](https://attack</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">aries&nbsp;may&nbsp;leverage&nbsp;these&nbsp;drivers&nbsp;as&nbsp;[Rootkit](https://attack</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">.mitre.org/techniques/T1014)s&nbsp;to&nbsp;hide&nbsp;the&nbsp;presence&nbsp;of&nbsp;malici</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">.mitre.org/techniques/T1014)s&nbsp;to&nbsp;hide&nbsp;the&nbsp;presence&nbsp;of&nbsp;malici</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ous&nbsp;activity&nbsp;on&nbsp;a&nbsp;system.&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;load&nbsp;a&nbsp;signed</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ous&nbsp;activity&nbsp;on&nbsp;a&nbsp;system.&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;load&nbsp;a&nbsp;signed</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;yet&nbsp;vulnerable&nbsp;driver&nbsp;onto&nbsp;a&nbsp;compromised&nbsp;machine&nbsp;(known&nbsp;as&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;yet&nbsp;vulnerable&nbsp;driver&nbsp;onto&nbsp;a&nbsp;compromised&nbsp;machine&nbsp;(known&nbsp;as&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">\"Bring&nbsp;Your&nbsp;Own&nbsp;Vulnerable&nbsp;Driver\"&nbsp;(BYOVD))&nbsp;as&nbsp;part&nbsp;of&nbsp;[Expl</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">\"Bring&nbsp;Your&nbsp;Own&nbsp;Vulnerable&nbsp;Driver\"&nbsp;(BYOVD))&nbsp;as&nbsp;part&nbsp;of&nbsp;[Expl</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">oitation&nbsp;for&nbsp;Privilege&nbsp;Escalation](https://attack.mitre.org/</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">oitation&nbsp;for&nbsp;Privilege&nbsp;Escalation](https://attack.mitre.org/</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">techniques/T1068).(Citation:&nbsp;ESET&nbsp;InvisiMole&nbsp;June&nbsp;2020)(Cita</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">techniques/T1068).(Citation:&nbsp;ESET&nbsp;InvisiMole&nbsp;June&nbsp;2020)(Cita</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tion:&nbsp;Unit42&nbsp;AcidBox&nbsp;June&nbsp;2020)&nbsp;&nbsp;Services&nbsp;may&nbsp;be&nbsp;created&nbsp;wit</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tion:&nbsp;Unit42&nbsp;AcidBox&nbsp;June&nbsp;2020)&nbsp;&nbsp;Services&nbsp;may&nbsp;be&nbsp;created&nbsp;wit</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">h&nbsp;administrator&nbsp;privileges&nbsp;but&nbsp;are&nbsp;executed&nbsp;under&nbsp;SYSTEM&nbsp;pri</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">h&nbsp;administrator&nbsp;privileges&nbsp;but&nbsp;are&nbsp;executed&nbsp;under&nbsp;SYSTEM&nbsp;pri</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">vileges,&nbsp;so&nbsp;an&nbsp;adversary&nbsp;may&nbsp;also&nbsp;use&nbsp;a&nbsp;service&nbsp;to&nbsp;escalate&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">vileges,&nbsp;so&nbsp;an&nbsp;adversary&nbsp;may&nbsp;also&nbsp;use&nbsp;a&nbsp;service&nbsp;to&nbsp;escalate&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">privileges.&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;directly&nbsp;start&nbsp;services&nbsp;thr</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">privileges.&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;directly&nbsp;start&nbsp;services&nbsp;thr</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ough&nbsp;[Service&nbsp;Execution](https://attack.mitre.org/techniques</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ough&nbsp;[Service&nbsp;Execution](https://attack.mitre.org/techniques</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">/T1569/002).&nbsp;To&nbsp;make&nbsp;detection&nbsp;analysis&nbsp;more&nbsp;challenging,&nbsp;ma</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">/T1569/002).&nbsp;<span class=\"diff_add\">&nbsp;</span>To&nbsp;make&nbsp;detection&nbsp;analysis&nbsp;more&nbsp;challenging,&nbsp;m</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">licious&nbsp;services&nbsp;may&nbsp;also&nbsp;incorporate&nbsp;[Masquerade&nbsp;Task&nbsp;or&nbsp;Se</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">alicious&nbsp;services&nbsp;may&nbsp;also&nbsp;incorporate&nbsp;[Masquerade&nbsp;Task&nbsp;or&nbsp;S</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rvice](https://attack.mitre.org/techniques/T1036/004)&nbsp;(ex:&nbsp;u</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ervice](https://attack.mitre.org/techniques/T1036/004)&nbsp;(ex:&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">sing&nbsp;a&nbsp;service&nbsp;and/or&nbsp;payload&nbsp;name&nbsp;related&nbsp;to&nbsp;a&nbsp;legitimate&nbsp;O</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">using&nbsp;a&nbsp;service&nbsp;and/or&nbsp;payload&nbsp;name&nbsp;related&nbsp;to&nbsp;a&nbsp;legitimate&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">S&nbsp;or&nbsp;benign&nbsp;software&nbsp;component).</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">OS&nbsp;or&nbsp;benign&nbsp;software&nbsp;component).<span class=\"diff_add\">&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;creat</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">e&nbsp;\u2018hidden\u2019&nbsp;services&nbsp;(i.e.,&nbsp;[Hide&nbsp;Artifacts](https://attack.m</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">itre.org/techniques/T1564)),&nbsp;for&nbsp;example&nbsp;by&nbsp;using&nbsp;the&nbsp;`sc&nbsp;sd</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">set`&nbsp;command&nbsp;to&nbsp;set&nbsp;service&nbsp;permissions&nbsp;via&nbsp;the&nbsp;Service&nbsp;Desc</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">riptor&nbsp;Definition&nbsp;Language&nbsp;(SDDL).&nbsp;This&nbsp;may&nbsp;hide&nbsp;a&nbsp;Windows&nbsp;s</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ervice&nbsp;from&nbsp;the&nbsp;view&nbsp;of&nbsp;standard&nbsp;service&nbsp;enumeration&nbsp;methods</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;such&nbsp;as&nbsp;`Get-Service`,&nbsp;`sc&nbsp;query`,&nbsp;and&nbsp;`services.exe`.(Cita</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">tion:&nbsp;SANS&nbsp;1)(Citation:&nbsp;SANS&nbsp;2)</span></td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1018: User Account Management",
                            "M1028: Operating System Configuration",
                            "M1040: Behavior Prevention on Endpoint",
                            "M1045: Code Signing",
                            "M1047: Audit"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (OS API Execution)",
                            "DS0009: Process (Process Creation)",
                            "DS0017: Command (Command Execution)",
                            "DS0019: Service (Service Creation)",
                            "DS0019: Service (Service Modification)",
                            "DS0022: File (File Metadata)",
                            "DS0024: Windows Registry (Windows Registry Key Creation)",
                            "DS0024: Windows Registry (Windows Registry Key Modification)",
                            "DS0027: Driver (Driver Load)",
                            "DS0029: Network Traffic (Network Traffic Flow)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--3fc9b85a-2862-4363-a64d-d692e3ffbee0",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-02-11 18:48:28.456000+00:00",
                    "modified": "2024-02-26 14:19:09.417000+00:00",
                    "name": "Credentials from Password Stores",
                    "description": "Adversaries may search for common password storage locations to obtain user credentials.(Citation: F-Secure The Dukes) Passwords are stored in several places on a system, depending on the operating system or application holding the credentials. There are also specific applications and services that store passwords to make them easier for users to manage and maintain, such as password managers and cloud secrets vaults. Once credentials are obtained, they can be used to perform lateral movement and access restricted information.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "credential-access"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1555",
                            "external_id": "T1555"
                        },
                        {
                            "source_name": "F-Secure The Dukes",
                            "description": "F-Secure Labs. (2015, September 17). The Dukes: 7 years of Russian cyberespionage. Retrieved December 10, 2015.",
                            "url": "https://www.f-secure.com/documents/996508/1030745/dukes_whitepaper.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "File: File Access",
                        "Command: Command Execution",
                        "Process: Process Access",
                        "Cloud Service: Cloud Service Enumeration",
                        "Process: Process Creation",
                        "Process: OS API Execution"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor system calls, file read events, and processes for suspicious activity that could indicate searching for a password  or other activity related to performing keyword searches (e.g. password, pwd, login, store, secure, credentials, etc.) in process memory for credentials. File read events should be monitored surrounding known password storage applications.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows",
                        "IaaS"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-02-26 14:19:09.417000+00:00\", \"old_value\": \"2023-09-30 20:16:41.759000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may search for common password storage locations to obtain user credentials.(Citation: F-Secure The Dukes) Passwords are stored in several places on a system, depending on the operating system or application holding the credentials. There are also specific applications and services that store passwords to make them easier for users to manage and maintain, such as password managers and cloud secrets vaults. Once credentials are obtained, they can be used to perform lateral movement and access restricted information.\", \"old_value\": \"Adversaries may search for common password storage locations to obtain user credentials. Passwords are stored in several places on a system, depending on the operating system or application holding the credentials. There are also specific applications and services that store passwords to make them easier for users to manage and maintain, such as password managers and cloud secrets vaults. Once credentials are obtained, they can be used to perform lateral movement and access restricted information.\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}, \"iterable_item_added\": {\"root['external_references'][1]\": {\"source_name\": \"F-Secure The Dukes\", \"description\": \"F-Secure Labs. (2015, September 17). The Dukes: 7 years of Russian cyberespionage. Retrieved December 10, 2015.\", \"url\": \"https://www.f-secure.com/documents/996508/1030745/dukes_whitepaper.pdf\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to96__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to96__0\"><a href=\"#difflib_chg_to96__top\">t</a></td><td class=\"diff_header\" id=\"from96_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;search&nbsp;for&nbsp;common&nbsp;password&nbsp;storage&nbsp;locations</td><td class=\"diff_next\"><a href=\"#difflib_chg_to96__top\">t</a></td><td class=\"diff_header\" id=\"to96_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;search&nbsp;for&nbsp;common&nbsp;password&nbsp;storage&nbsp;locations</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;to&nbsp;obtain&nbsp;user&nbsp;credentials.&nbsp;Passwords&nbsp;are&nbsp;stored&nbsp;in&nbsp;several</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;to&nbsp;obtain&nbsp;user&nbsp;credentials.<span class=\"diff_add\">(Citation:&nbsp;F-Secure&nbsp;The&nbsp;Dukes)</span>&nbsp;P</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;places&nbsp;on&nbsp;a&nbsp;system,&nbsp;depending&nbsp;on&nbsp;the&nbsp;operating&nbsp;system&nbsp;or&nbsp;ap</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">asswords&nbsp;are&nbsp;stored&nbsp;in&nbsp;several&nbsp;places&nbsp;on&nbsp;a&nbsp;system,&nbsp;depending</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">plication&nbsp;holding&nbsp;the&nbsp;credentials.&nbsp;There&nbsp;are&nbsp;also&nbsp;specific&nbsp;a</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;on&nbsp;the&nbsp;operating&nbsp;system&nbsp;or&nbsp;application&nbsp;holding&nbsp;the&nbsp;credenti</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">pplications&nbsp;and&nbsp;services&nbsp;that&nbsp;store&nbsp;passwords&nbsp;to&nbsp;make&nbsp;them&nbsp;e</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">als.&nbsp;There&nbsp;are&nbsp;also&nbsp;specific&nbsp;applications&nbsp;and&nbsp;services&nbsp;that&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">asier&nbsp;for&nbsp;users&nbsp;to&nbsp;manage&nbsp;and&nbsp;maintain,&nbsp;such&nbsp;as&nbsp;password&nbsp;man</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">store&nbsp;passwords&nbsp;to&nbsp;make&nbsp;them&nbsp;easier&nbsp;for&nbsp;users&nbsp;to&nbsp;manage&nbsp;and&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">agers&nbsp;and&nbsp;cloud&nbsp;secrets&nbsp;vaults.&nbsp;Once&nbsp;credentials&nbsp;are&nbsp;obtaine</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">maintain,&nbsp;such&nbsp;as&nbsp;password&nbsp;managers&nbsp;and&nbsp;cloud&nbsp;secrets&nbsp;vaults</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d,&nbsp;they&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;perform&nbsp;lateral&nbsp;movement&nbsp;and&nbsp;access&nbsp;r</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">.&nbsp;Once&nbsp;credentials&nbsp;are&nbsp;obtained,&nbsp;they&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;perform</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">estricted&nbsp;information.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;lateral&nbsp;movement&nbsp;and&nbsp;access&nbsp;restricted&nbsp;information.</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1026: Privileged Account Management",
                            "M1027: Password Policies"
                        ],
                        "new": [
                            "M1051: Update Software"
                        ],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (OS API Execution)",
                            "DS0009: Process (Process Access)",
                            "DS0009: Process (Process Creation)",
                            "DS0017: Command (Command Execution)",
                            "DS0022: File (File Access)",
                            "DS0025: Cloud Service (Cloud Service Enumeration)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--1a80d097-54df-41d8-9d33-34e755ec5e72",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-02-12 18:56:31.051000+00:00",
                    "modified": "2024-03-29 16:37:34.772000+00:00",
                    "name": "Securityd Memory",
                    "description": "An adversary with root access may gather credentials by reading `securityd`\u2019s memory. `securityd` is a service/daemon responsible for implementing security protocols such as encryption and authorization.(Citation: Apple Dev SecurityD) A privileged adversary may be able to scan through `securityd`'s memory to find the correct sequence of keys to decrypt the user\u2019s logon keychain. This may provide the adversary with various plaintext passwords, such as those for users, WiFi, mail, browsers, certificates, secure notes, etc.(Citation: OS X Keychain)(Citation: OSX Keydnap malware)\n\nIn OS X prior to El Capitan, users with root access can read plaintext keychain passwords of logged-in users because Apple\u2019s keychain implementation allows these credentials to be cached so that users are not repeatedly prompted for passwords.(Citation: OS X Keychain)(Citation: External to DA, the OS X Way) Apple\u2019s `securityd` utility takes the user\u2019s logon password, encrypts it with PBKDF2, and stores this master key in memory. Apple also uses a set of keys and algorithms to encrypt the user\u2019s password, but once the master key is found, an adversary need only iterate over the other values to unlock the final password.(Citation: OS X Keychain)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "credential-access"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1555/002",
                            "external_id": "T1555.002"
                        },
                        {
                            "source_name": "External to DA, the OS X Way",
                            "description": "Alex Rymdeko-Harvey, Steve Borosh. (2016, May 14). External to DA, the OS X Way. Retrieved July 3, 2017.",
                            "url": "http://www.slideshare.net/StephanBorosh/external-to-da-the-os-x-way"
                        },
                        {
                            "source_name": "Apple Dev SecurityD",
                            "description": "Apple. (n.d.). Security Server and Security Agent. Retrieved March 29, 2024.",
                            "url": "https://developer.apple.com/library/archive/documentation/Security/Conceptual/Security_Overview/Architecture/Architecture.html"
                        },
                        {
                            "source_name": "OS X Keychain",
                            "description": "Juuso Salonen. (2012, September 5). Breaking into the OS X keychain. Retrieved July 15, 2017.",
                            "url": "http://juusosalonen.com/post/30923743427/breaking-into-the-os-x-keychain"
                        },
                        {
                            "source_name": "OSX Keydnap malware",
                            "description": "Marc-Etienne M.Leveille. (2016, July 6). New OSX/Keydnap malware is hungry for credentials. Retrieved July 3, 2017.",
                            "url": "https://www.welivesecurity.com/2016/07/06/new-osxkeydnap-malware-hungry-credentials/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "Command: Command Execution",
                        "Process: Process Access"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor processes and command-line arguments for activity surrounded users searching for credentials or using automated tools to scan memory for passwords.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"dictionary_item_removed\": {\"root['x_mitre_permissions_required']\": [\"root\"]}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-03-29 16:37:34.772000+00:00\", \"old_value\": \"2022-03-08 21:43:20.609000+00:00\"}, \"root['description']\": {\"new_value\": \"An adversary with root access may gather credentials by reading `securityd`\\u2019s memory. `securityd` is a service/daemon responsible for implementing security protocols such as encryption and authorization.(Citation: Apple Dev SecurityD) A privileged adversary may be able to scan through `securityd`'s memory to find the correct sequence of keys to decrypt the user\\u2019s logon keychain. This may provide the adversary with various plaintext passwords, such as those for users, WiFi, mail, browsers, certificates, secure notes, etc.(Citation: OS X Keychain)(Citation: OSX Keydnap malware)\\n\\nIn OS X prior to El Capitan, users with root access can read plaintext keychain passwords of logged-in users because Apple\\u2019s keychain implementation allows these credentials to be cached so that users are not repeatedly prompted for passwords.(Citation: OS X Keychain)(Citation: External to DA, the OS X Way) Apple\\u2019s `securityd` utility takes the user\\u2019s logon password, encrypts it with PBKDF2, and stores this master key in memory. Apple also uses a set of keys and algorithms to encrypt the user\\u2019s password, but once the master key is found, an adversary need only iterate over the other values to unlock the final password.(Citation: OS X Keychain)\", \"old_value\": \"An adversary may obtain root access (allowing them to read securityd\\u2019s memory), then they can scan through memory to find the correct sequence of keys in relatively few tries to decrypt the user\\u2019s logon keychain. This provides the adversary with all the plaintext passwords for users, WiFi, mail, browsers, certificates, secure notes, etc.(Citation: OS X Keychain)(Citation: OSX Keydnap malware)\\n\\nIn OS X prior to El Capitan, users with root access can read plaintext keychain passwords of logged-in users because Apple\\u2019s keychain implementation allows these credentials to be cached so that users are not repeatedly prompted for passwords.(Citation: OS X Keychain)(Citation: External to DA, the OS X Way) Apple\\u2019s securityd utility takes the user\\u2019s logon password, encrypts it with PBKDF2, and stores this master key in memory. Apple also uses a set of keys and algorithms to encrypt the user\\u2019s password, but once the master key is found, an adversary need only iterate over the other values to unlock the final password.(Citation: OS X Keychain)\", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,3 @@\\n-An adversary may obtain root access (allowing them to read securityd\\u2019s memory), then they can scan through memory to find the correct sequence of keys in relatively few tries to decrypt the user\\u2019s logon keychain. This provides the adversary with all the plaintext passwords for users, WiFi, mail, browsers, certificates, secure notes, etc.(Citation: OS X Keychain)(Citation: OSX Keydnap malware)\\n+An adversary with root access may gather credentials by reading `securityd`\\u2019s memory. `securityd` is a service/daemon responsible for implementing security protocols such as encryption and authorization.(Citation: Apple Dev SecurityD) A privileged adversary may be able to scan through `securityd`'s memory to find the correct sequence of keys to decrypt the user\\u2019s logon keychain. This may provide the adversary with various plaintext passwords, such as those for users, WiFi, mail, browsers, certificates, secure notes, etc.(Citation: OS X Keychain)(Citation: OSX Keydnap malware)\\n \\n-In OS X prior to El Capitan, users with root access can read plaintext keychain passwords of logged-in users because Apple\\u2019s keychain implementation allows these credentials to be cached so that users are not repeatedly prompted for passwords.(Citation: OS X Keychain)(Citation: External to DA, the OS X Way) Apple\\u2019s securityd utility takes the user\\u2019s logon password, encrypts it with PBKDF2, and stores this master key in memory. Apple also uses a set of keys and algorithms to encrypt the user\\u2019s password, but once the master key is found, an adversary need only iterate over the other values to unlock the final password.(Citation: OS X Keychain)\\n+In OS X prior to El Capitan, users with root access can read plaintext keychain passwords of logged-in users because Apple\\u2019s keychain implementation allows these credentials to be cached so that users are not repeatedly prompted for passwords.(Citation: OS X Keychain)(Citation: External to DA, the OS X Way) Apple\\u2019s `securityd` utility takes the user\\u2019s logon password, encrypts it with PBKDF2, and stores this master key in memory. Apple also uses a set of keys and algorithms to encrypt the user\\u2019s password, but once the master key is found, an adversary need only iterate over the other values to unlock the final password.(Citation: OS X Keychain)\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}, \"iterable_item_added\": {\"root['external_references'][2]\": {\"source_name\": \"Apple Dev SecurityD\", \"description\": \"Apple. (n.d.). Security Server and Security Agent. Retrieved March 29, 2024.\", \"url\": \"https://developer.apple.com/library/archive/documentation/Security/Conceptual/Security_Overview/Architecture/Architecture.html\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to37__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to37__0\"><a href=\"#difflib_chg_to37__top\">t</a></td><td class=\"diff_header\" id=\"from37_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_sub\">An&nbsp;adversary&nbsp;may&nbsp;obtain&nbsp;root&nbsp;access&nbsp;(allowing&nbsp;them&nbsp;to&nbsp;read&nbsp;s</span></td><td class=\"diff_next\"><a href=\"#difflib_chg_to37__top\">t</a></td><td class=\"diff_header\" id=\"to37_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_add\">An&nbsp;adversary&nbsp;with&nbsp;root&nbsp;access&nbsp;may&nbsp;gather&nbsp;credentials&nbsp;by&nbsp;read</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ecurityd\u2019s&nbsp;memory),&nbsp;then&nbsp;they&nbsp;can&nbsp;scan&nbsp;through&nbsp;memory&nbsp;to&nbsp;fin</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ing&nbsp;`securityd`\u2019s&nbsp;memory.&nbsp;`securityd`&nbsp;is&nbsp;a&nbsp;service/daemon&nbsp;re</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">d&nbsp;the&nbsp;correct&nbsp;sequence&nbsp;of&nbsp;keys&nbsp;in&nbsp;relatively&nbsp;few&nbsp;tries&nbsp;to&nbsp;de</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">sponsible&nbsp;for&nbsp;implementing&nbsp;security&nbsp;protocols&nbsp;such&nbsp;as&nbsp;encryp</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">crypt&nbsp;the&nbsp;user\u2019s&nbsp;logon&nbsp;keychain.&nbsp;This&nbsp;provides&nbsp;the&nbsp;adversary</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">tion&nbsp;and&nbsp;authorization.(Citation:&nbsp;Apple&nbsp;Dev&nbsp;SecurityD)&nbsp;A&nbsp;pri</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;with&nbsp;all&nbsp;the&nbsp;plaintext&nbsp;passwords&nbsp;for&nbsp;users,&nbsp;WiFi,&nbsp;mail,&nbsp;bro</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">vileged&nbsp;adversary&nbsp;may&nbsp;be&nbsp;able&nbsp;to&nbsp;scan&nbsp;through&nbsp;`securityd`'s&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">wsers,&nbsp;certificates,&nbsp;secure&nbsp;notes,&nbsp;etc.(Citation:&nbsp;OS&nbsp;X&nbsp;Keych</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">memory&nbsp;to&nbsp;find&nbsp;the&nbsp;correct&nbsp;sequence&nbsp;of&nbsp;keys&nbsp;to&nbsp;decrypt&nbsp;the&nbsp;u</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ain)(Citation:&nbsp;OSX&nbsp;Keydnap&nbsp;malware)&nbsp;&nbsp;In&nbsp;OS&nbsp;X&nbsp;prior&nbsp;to&nbsp;El&nbsp;Cap</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ser\u2019s&nbsp;logon&nbsp;keychain.&nbsp;This&nbsp;may&nbsp;provide&nbsp;the&nbsp;adversary&nbsp;with&nbsp;va</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">itan,&nbsp;users&nbsp;with&nbsp;root&nbsp;access&nbsp;can&nbsp;read&nbsp;plaintext&nbsp;keychain&nbsp;pas</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">rious&nbsp;plaintext&nbsp;passwords,&nbsp;such&nbsp;as&nbsp;those&nbsp;for&nbsp;users,&nbsp;WiFi,&nbsp;ma</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">swords&nbsp;of&nbsp;logged-in&nbsp;users&nbsp;because&nbsp;Apple\u2019s&nbsp;keychain&nbsp;implement</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">il,&nbsp;browsers,&nbsp;certificates,&nbsp;secure&nbsp;notes,&nbsp;etc.(Citation:&nbsp;OS&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ation&nbsp;allows&nbsp;these&nbsp;credentials&nbsp;to&nbsp;be&nbsp;cached&nbsp;so&nbsp;that&nbsp;users&nbsp;ar</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">X&nbsp;Keychain)(Citation:&nbsp;OSX&nbsp;Keydnap&nbsp;malware)&nbsp;&nbsp;In&nbsp;OS&nbsp;X&nbsp;prior&nbsp;to</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">e&nbsp;not&nbsp;repeatedly&nbsp;prompted&nbsp;for&nbsp;passwords.(Citation:&nbsp;OS&nbsp;X&nbsp;Keyc</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;El&nbsp;Capitan,&nbsp;users&nbsp;with&nbsp;root&nbsp;access&nbsp;can&nbsp;read&nbsp;plaintext&nbsp;keych</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">hain)(Citation:&nbsp;External&nbsp;to&nbsp;DA,&nbsp;the&nbsp;OS&nbsp;X&nbsp;Way)&nbsp;Apple\u2019s&nbsp;securi</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ain&nbsp;passwords&nbsp;of&nbsp;logged-in&nbsp;users&nbsp;because&nbsp;Apple\u2019s&nbsp;keychain&nbsp;im</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">tyd&nbsp;utility&nbsp;takes&nbsp;the&nbsp;user\u2019s&nbsp;logon&nbsp;password,&nbsp;encrypts&nbsp;it&nbsp;wit</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">plementation&nbsp;allows&nbsp;these&nbsp;credentials&nbsp;to&nbsp;be&nbsp;cached&nbsp;so&nbsp;that&nbsp;u</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">h&nbsp;PBKDF2,&nbsp;and&nbsp;stores&nbsp;this&nbsp;master&nbsp;key&nbsp;in&nbsp;memory.&nbsp;Apple&nbsp;also&nbsp;u</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">sers&nbsp;are&nbsp;not&nbsp;repeatedly&nbsp;prompted&nbsp;for&nbsp;passwords.(Citation:&nbsp;OS</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ses&nbsp;a&nbsp;set&nbsp;of&nbsp;keys&nbsp;and&nbsp;algorithms&nbsp;to&nbsp;encrypt&nbsp;the&nbsp;user\u2019s&nbsp;passw</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;X&nbsp;Keychain)(Citation:&nbsp;External&nbsp;to&nbsp;DA,&nbsp;the&nbsp;OS&nbsp;X&nbsp;Way)&nbsp;Apple\u2019s</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ord,&nbsp;but&nbsp;once&nbsp;the&nbsp;master&nbsp;key&nbsp;is&nbsp;found,&nbsp;an&nbsp;adversary&nbsp;need&nbsp;onl</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;`securityd`&nbsp;utility&nbsp;takes&nbsp;the&nbsp;user\u2019s&nbsp;logon&nbsp;password,&nbsp;encryp</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">y&nbsp;iterate&nbsp;over&nbsp;the&nbsp;other&nbsp;values&nbsp;to&nbsp;unlock&nbsp;the&nbsp;final&nbsp;password</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ts&nbsp;it&nbsp;with&nbsp;PBKDF2,&nbsp;and&nbsp;stores&nbsp;this&nbsp;master&nbsp;key&nbsp;in&nbsp;memory.&nbsp;App</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">.(Citation:&nbsp;OS&nbsp;X&nbsp;Keychain)</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">le&nbsp;also&nbsp;uses&nbsp;a&nbsp;set&nbsp;of&nbsp;keys&nbsp;and&nbsp;algorithms&nbsp;to&nbsp;encrypt&nbsp;the&nbsp;use</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">r\u2019s&nbsp;password,&nbsp;but&nbsp;once&nbsp;the&nbsp;master&nbsp;key&nbsp;is&nbsp;found,&nbsp;an&nbsp;adversary</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;need&nbsp;only&nbsp;iterate&nbsp;over&nbsp;the&nbsp;other&nbsp;values&nbsp;to&nbsp;unlock&nbsp;the&nbsp;final</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;password.(Citation:&nbsp;OS&nbsp;X&nbsp;Keychain)</span></td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (Process Access)",
                            "DS0017: Command (Command Execution)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--d28ef391-8ed4-45dc-bc4a-2f43abf54416",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2018-04-18 17:59:24.739000+00:00",
                    "modified": "2024-03-01 16:27:47.391000+00:00",
                    "name": "Data from Information Repositories",
                    "description": "Adversaries may leverage information repositories to mine valuable information. Information repositories are tools that allow for storage of information, typically to facilitate collaboration or information sharing between users, and can store a wide variety of data that may aid adversaries in further objectives, or direct access to the target information. Adversaries may also abuse external sharing features to share sensitive documents with recipients outside of the organization. \n\nThe following is a brief list of example information that may hold potential value to an adversary and may also be found on an information repository:\n\n* Policies, procedures, and standards\n* Physical / logical network diagrams\n* System architecture diagrams\n* Technical system documentation\n* Testing / development credentials\n* Work / project schedules\n* Source code snippets\n* Links to network shares and other internal resources\n\nInformation stored in a repository may vary based on the specific instance or environment. Specific common information repositories include web-based platforms such as [Sharepoint](https://attack.mitre.org/techniques/T1213/002) and [Confluence](https://attack.mitre.org/techniques/T1213/001), specific services such as Code Repositories, IaaS databases, enterprise databases, and other storage infrastructure such as SQL Server.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "collection"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1213",
                            "external_id": "T1213"
                        },
                        {
                            "source_name": "Atlassian Confluence Logging",
                            "description": "Atlassian. (2018, January 9). How to Enable User Access Logging. Retrieved April 4, 2018.",
                            "url": "https://confluence.atlassian.com/confkb/how-to-enable-user-access-logging-182943.html"
                        },
                        {
                            "source_name": "Microsoft SharePoint Logging",
                            "description": "Microsoft. (2017, July 19). Configure audit settings for a site collection. Retrieved April 4, 2018.",
                            "url": "https://support.office.com/en-us/article/configure-audit-settings-for-a-site-collection-a9920c97-38c0-44f2-8bcb-4cf1e2ae22d2"
                        },
                        {
                            "source_name": "Sharepoint Sharing Events",
                            "description": "Microsoft. (n.d.). Sharepoint Sharing Events. Retrieved October 8, 2021.",
                            "url": "https://docs.microsoft.com/en-us/microsoft-365/compliance/use-sharing-auditing?view=o365-worldwide#sharepoint-sharing-events"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Naveen Vijayaraghavan, Nilesh Dherange (Gurucul)",
                        "Regina Elwell",
                        "Praetorian",
                        "Milos Stojadinovic",
                        "Isif Ibrahima, Mandiant"
                    ],
                    "x_mitre_data_sources": [
                        "Logon Session: Logon Session Creation",
                        "Application Log: Application Log Content"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "As information repositories generally have a considerably large user base, detection of malicious use can be non-trivial. At minimum, access to information repositories performed by privileged users (for example, Active Directory Domain, Enterprise, or Schema Administrators) should be closely monitored and alerted upon, as these types of accounts should generally not be used to access information repositories. If the capability exists, it may be of value to monitor and alert on users that are retrieving and viewing a large number of documents and pages; this behavior may be indicative of programmatic means being used to retrieve all data within the repository. In environments with high-maturity, it may be possible to leverage User-Behavioral Analytics (UBA) platforms to detect and alert on user based anomalies.\n\nThe user access logging within Microsoft's SharePoint can be configured to report access to certain pages and documents. (Citation: Microsoft SharePoint Logging) Sharepoint audit logging can also be configured to report when a user shares a resource. (Citation: Sharepoint Sharing Events) The user access logging within Atlassian's Confluence can also be configured to report access to certain pages and documents through AccessLogFilter. (Citation: Atlassian Confluence Logging) Additional log storage and analysis infrastructure will likely be required for more robust detection capabilities. ",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "Windows",
                        "macOS",
                        "SaaS",
                        "Office 365",
                        "Google Workspace",
                        "IaaS"
                    ],
                    "x_mitre_version": "3.3",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-03-01 16:27:47.391000+00:00\", \"old_value\": \"2022-04-11 22:28:36.395000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"3.3\", \"old_value\": \"3.2\"}}}",
                    "previous_version": "3.2",
                    "version_change": "3.2 \u2192 3.3",
                    "changelog_mitigations": {
                        "shared": [
                            "M1017: User Training",
                            "M1018: User Account Management",
                            "M1047: Audit"
                        ],
                        "new": [
                            "M1032: Multi-factor Authentication"
                        ],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0015: Application Log (Application Log Content)",
                            "DS0028: Logon Session (Logon Session Creation)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--56e0d8b8-3e25-49dd-9050-3aa252f5aa92",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2021-03-29 16:51:26.020000+00:00",
                    "modified": "2024-04-11 21:24:42.680000+00:00",
                    "name": "Deploy Container",
                    "description": "Adversaries may deploy a container into an environment to facilitate execution or evade defenses. In some cases, adversaries may deploy a new container to execute processes associated with a particular image or deployment, such as processes that execute or download malware. In others, an adversary may deploy a new container configured without network rules, user limitations, etc. to bypass existing defenses within the environment. In Kubernetes environments, an adversary may attempt to deploy a privileged or vulnerable container into a specific node in order to [Escape to Host](https://attack.mitre.org/techniques/T1611) and access other containers running on the node. (Citation: AppSecco Kubernetes Namespace Breakout 2020)\n\nContainers can be deployed by various means, such as via Docker's <code>create</code> and <code>start</code> APIs or via a web application such as the Kubernetes dashboard or Kubeflow. (Citation: Docker Containers API)(Citation: Kubernetes Dashboard)(Citation: Kubeflow Pipelines) In Kubernetes environments, containers may be deployed through workloads such as ReplicaSets or DaemonSets, which can allow containers to be deployed across multiple nodes.(Citation: Kubernetes Workload Management) Adversaries may deploy containers based on retrieved or built malicious images or from benign images that download and execute malicious payloads at runtime.(Citation: Aqua Build Images on Hosts)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "defense-evasion"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "execution"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1610",
                            "external_id": "T1610"
                        },
                        {
                            "source_name": "AppSecco Kubernetes Namespace Breakout 2020",
                            "description": "Abhisek Datta. (2020, March 18). Kubernetes Namespace Breakout using Insecure Host Path Volume \u2014 Part 1. Retrieved January 16, 2024.",
                            "url": "https://blog.appsecco.com/kubernetes-namespace-breakout-using-insecure-host-path-volume-part-1-b382f2a6e216"
                        },
                        {
                            "source_name": "Aqua Build Images on Hosts",
                            "description": "Assaf Morag. (2020, July 15). Threat Alert: Attackers Building Malicious Images on Your Hosts. Retrieved March 29, 2021.",
                            "url": "https://blog.aquasec.com/malicious-container-image-docker-container-host"
                        },
                        {
                            "source_name": "Docker Containers API",
                            "description": "Docker. (n.d.). Docker Engine API v1.41 Reference - Container. Retrieved March 29, 2021.",
                            "url": "https://docs.docker.com/engine/api/v1.41/#tag/Container"
                        },
                        {
                            "source_name": "Kubernetes Workload Management",
                            "description": "Kubernetes. (n.d.). Workload Management. Retrieved March 28, 2024.",
                            "url": "https://kubernetes.io/docs/concepts/workloads/controllers/"
                        },
                        {
                            "source_name": "Kubeflow Pipelines",
                            "description": "The Kubeflow Authors. (n.d.). Overview of Kubeflow Pipelines. Retrieved March 29, 2021.",
                            "url": "https://www.kubeflow.org/docs/components/pipelines/overview/pipelines-overview/"
                        },
                        {
                            "source_name": "Kubernetes Dashboard",
                            "description": "The Kubernetes Authors. (n.d.). Kubernetes Web UI (Dashboard). Retrieved March 29, 2021.",
                            "url": "https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Pawan Kinger, @kingerpawan, Trend Micro",
                        "Alfredo Oliveira, Trend Micro",
                        "Idan Frimark, Cisco",
                        "Center for Threat-Informed Defense (CTID)",
                        "Magno Logan, @magnologan, Trend Micro",
                        "Ariel Shuper, Cisco",
                        "Vishwas Manral, McAfee",
                        "Yossi Weizman, Azure Defender Research Team",
                        "Joas Antonio dos Santos, @C0d3Cr4zy"
                    ],
                    "x_mitre_data_sources": [
                        "Container: Container Start",
                        "Application Log: Application Log Content",
                        "Pod: Pod Creation",
                        "Container: Container Creation",
                        "Pod: Pod Modification"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor for suspicious or unknown container images and pods in your environment. Deploy logging agents on Kubernetes nodes and retrieve logs from sidecar proxies for application pods to detect malicious activity at the cluster level. In Docker, the daemon log provides insight into remote API calls, including those that deploy containers. Logs for management services or applications used to deploy containers other than the native technologies themselves should also be monitored.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Containers"
                    ],
                    "x_mitre_remote_support": true,
                    "x_mitre_version": "1.3",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 21:24:42.680000+00:00\", \"old_value\": \"2023-04-15 16:13:40.232000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may deploy a container into an environment to facilitate execution or evade defenses. In some cases, adversaries may deploy a new container to execute processes associated with a particular image or deployment, such as processes that execute or download malware. In others, an adversary may deploy a new container configured without network rules, user limitations, etc. to bypass existing defenses within the environment. In Kubernetes environments, an adversary may attempt to deploy a privileged or vulnerable container into a specific node in order to [Escape to Host](https://attack.mitre.org/techniques/T1611) and access other containers running on the node. (Citation: AppSecco Kubernetes Namespace Breakout 2020)\\n\\nContainers can be deployed by various means, such as via Docker's <code>create</code> and <code>start</code> APIs or via a web application such as the Kubernetes dashboard or Kubeflow. (Citation: Docker Containers API)(Citation: Kubernetes Dashboard)(Citation: Kubeflow Pipelines) In Kubernetes environments, containers may be deployed through workloads such as ReplicaSets or DaemonSets, which can allow containers to be deployed across multiple nodes.(Citation: Kubernetes Workload Management) Adversaries may deploy containers based on retrieved or built malicious images or from benign images that download and execute malicious payloads at runtime.(Citation: Aqua Build Images on Hosts)\", \"old_value\": \"Adversaries may deploy a container into an environment to facilitate execution or evade defenses. In some cases, adversaries may deploy a new container to execute processes associated with a particular image or deployment, such as processes that execute or download malware. In others, an adversary may deploy a new container configured without network rules, user limitations, etc. to bypass existing defenses within the environment.\\n\\nContainers can be deployed by various means, such as via Docker's <code>create</code> and <code>start</code> APIs or via a web application such as the Kubernetes dashboard or Kubeflow.(Citation: Docker Containers API)(Citation: Kubernetes Dashboard)(Citation: Kubeflow Pipelines) Adversaries may deploy containers based on retrieved or built malicious images or from benign images that download and execute malicious payloads at runtime.(Citation: Aqua Build Images on Hosts)\", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,3 @@\\n-Adversaries may deploy a container into an environment to facilitate execution or evade defenses. In some cases, adversaries may deploy a new container to execute processes associated with a particular image or deployment, such as processes that execute or download malware. In others, an adversary may deploy a new container configured without network rules, user limitations, etc. to bypass existing defenses within the environment.\\n+Adversaries may deploy a container into an environment to facilitate execution or evade defenses. In some cases, adversaries may deploy a new container to execute processes associated with a particular image or deployment, such as processes that execute or download malware. In others, an adversary may deploy a new container configured without network rules, user limitations, etc. to bypass existing defenses within the environment. In Kubernetes environments, an adversary may attempt to deploy a privileged or vulnerable container into a specific node in order to [Escape to Host](https://attack.mitre.org/techniques/T1611) and access other containers running on the node. (Citation: AppSecco Kubernetes Namespace Breakout 2020)\\n \\n-Containers can be deployed by various means, such as via Docker's <code>create</code> and <code>start</code> APIs or via a web application such as the Kubernetes dashboard or Kubeflow.(Citation: Docker Containers API)(Citation: Kubernetes Dashboard)(Citation: Kubeflow Pipelines) Adversaries may deploy containers based on retrieved or built malicious images or from benign images that download and execute malicious payloads at runtime.(Citation: Aqua Build Images on Hosts)\\n+Containers can be deployed by various means, such as via Docker's <code>create</code> and <code>start</code> APIs or via a web application such as the Kubernetes dashboard or Kubeflow. (Citation: Docker Containers API)(Citation: Kubernetes Dashboard)(Citation: Kubeflow Pipelines) In Kubernetes environments, containers may be deployed through workloads such as ReplicaSets or DaemonSets, which can allow containers to be deployed across multiple nodes.(Citation: Kubernetes Workload Management) Adversaries may deploy containers based on retrieved or built malicious images or from benign images that download and execute malicious payloads at runtime.(Citation: Aqua Build Images on Hosts)\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.3\", \"old_value\": \"1.2\"}}, \"iterable_item_added\": {\"root['external_references'][1]\": {\"source_name\": \"AppSecco Kubernetes Namespace Breakout 2020\", \"description\": \"Abhisek Datta. (2020, March 18). Kubernetes Namespace Breakout using Insecure Host Path Volume \\u2014 Part 1. Retrieved January 16, 2024.\", \"url\": \"https://blog.appsecco.com/kubernetes-namespace-breakout-using-insecure-host-path-volume-part-1-b382f2a6e216\"}, \"root['external_references'][4]\": {\"source_name\": \"Kubernetes Workload Management\", \"description\": \"Kubernetes. (n.d.). Workload Management. Retrieved March 28, 2024.\", \"url\": \"https://kubernetes.io/docs/concepts/workloads/controllers/\"}, \"root['x_mitre_contributors'][8]\": \"Joas Antonio dos Santos, @C0d3Cr4zy\"}}",
                    "previous_version": "1.2",
                    "version_change": "1.2 \u2192 1.3",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to44__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to44__0\"><a href=\"#difflib_chg_to44__top\">t</a></td><td class=\"diff_header\" id=\"from44_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_sub\">Adversaries&nbsp;may&nbsp;deploy&nbsp;a&nbsp;container&nbsp;into&nbsp;an&nbsp;environment&nbsp;to&nbsp;fa</span></td><td class=\"diff_next\"><a href=\"#difflib_chg_to44__top\">t</a></td><td class=\"diff_header\" id=\"to44_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_add\">Adversaries&nbsp;may&nbsp;deploy&nbsp;a&nbsp;container&nbsp;into&nbsp;an&nbsp;environment&nbsp;to&nbsp;fa</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">cilitate&nbsp;execution&nbsp;or&nbsp;evade&nbsp;defenses.&nbsp;In&nbsp;some&nbsp;cases,&nbsp;adversa</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">cilitate&nbsp;execution&nbsp;or&nbsp;evade&nbsp;defenses.&nbsp;In&nbsp;some&nbsp;cases,&nbsp;adversa</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ries&nbsp;may&nbsp;deploy&nbsp;a&nbsp;new&nbsp;container&nbsp;to&nbsp;execute&nbsp;processes&nbsp;associa</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ries&nbsp;may&nbsp;deploy&nbsp;a&nbsp;new&nbsp;container&nbsp;to&nbsp;execute&nbsp;processes&nbsp;associa</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ted&nbsp;with&nbsp;a&nbsp;particular&nbsp;image&nbsp;or&nbsp;deployment,&nbsp;such&nbsp;as&nbsp;processes</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ted&nbsp;with&nbsp;a&nbsp;particular&nbsp;image&nbsp;or&nbsp;deployment,&nbsp;such&nbsp;as&nbsp;processes</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;that&nbsp;execute&nbsp;or&nbsp;download&nbsp;malware.&nbsp;In&nbsp;others,&nbsp;an&nbsp;adversary&nbsp;m</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;that&nbsp;execute&nbsp;or&nbsp;download&nbsp;malware.&nbsp;In&nbsp;others,&nbsp;an&nbsp;adversary&nbsp;m</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ay&nbsp;deploy&nbsp;a&nbsp;new&nbsp;container&nbsp;configured&nbsp;without&nbsp;network&nbsp;rules,&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ay&nbsp;deploy&nbsp;a&nbsp;new&nbsp;container&nbsp;configured&nbsp;without&nbsp;network&nbsp;rules,&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">user&nbsp;limitations,&nbsp;etc.&nbsp;to&nbsp;bypass&nbsp;existing&nbsp;defenses&nbsp;within&nbsp;th</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">user&nbsp;limitations,&nbsp;etc.&nbsp;to&nbsp;bypass&nbsp;existing&nbsp;defenses&nbsp;within&nbsp;th</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">e&nbsp;environment.&nbsp;&nbsp;Containers&nbsp;can&nbsp;be&nbsp;deployed&nbsp;by&nbsp;various&nbsp;means,</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">e&nbsp;environment.&nbsp;In&nbsp;Kubernetes&nbsp;environments,&nbsp;an&nbsp;adversary&nbsp;may&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;such&nbsp;as&nbsp;via&nbsp;Docker's&nbsp;&lt;code&gt;create&lt;/code&gt;&nbsp;and&nbsp;&lt;code&gt;start&lt;/c</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">attempt&nbsp;to&nbsp;deploy&nbsp;a&nbsp;privileged&nbsp;or&nbsp;vulnerable&nbsp;container&nbsp;into&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ode&gt;&nbsp;APIs&nbsp;or&nbsp;via&nbsp;a&nbsp;web&nbsp;application&nbsp;such&nbsp;as&nbsp;the&nbsp;Kubernetes&nbsp;da</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">a&nbsp;specific&nbsp;node&nbsp;in&nbsp;order&nbsp;to&nbsp;[Escape&nbsp;to&nbsp;Host](https://attack.</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">shboard&nbsp;or&nbsp;Kubeflow.(Citation:&nbsp;Docker&nbsp;Containers&nbsp;API)(Citati</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">mitre.org/techniques/T1611)&nbsp;and&nbsp;access&nbsp;other&nbsp;containers&nbsp;runn</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">on:&nbsp;Kubernetes&nbsp;Dashboard)(Citation:&nbsp;Kubeflow&nbsp;Pipelines)&nbsp;Adve</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ing&nbsp;on&nbsp;the&nbsp;node.&nbsp;(Citation:&nbsp;AppSecco&nbsp;Kubernetes&nbsp;Namespace&nbsp;Br</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">rsaries&nbsp;may&nbsp;deploy&nbsp;containers&nbsp;based&nbsp;on&nbsp;retrieved&nbsp;or&nbsp;built&nbsp;ma</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">eakout&nbsp;2020)&nbsp;&nbsp;Containers&nbsp;can&nbsp;be&nbsp;deployed&nbsp;by&nbsp;various&nbsp;means,&nbsp;s</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">licious&nbsp;images&nbsp;or&nbsp;from&nbsp;benign&nbsp;images&nbsp;that&nbsp;download&nbsp;and&nbsp;execu</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">uch&nbsp;as&nbsp;via&nbsp;Docker's&nbsp;&lt;code&gt;create&lt;/code&gt;&nbsp;and&nbsp;&lt;code&gt;start&lt;/cod</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">te&nbsp;malicious&nbsp;payloads&nbsp;at&nbsp;runtime.(Citation:&nbsp;Aqua&nbsp;Build&nbsp;Image</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">e&gt;&nbsp;APIs&nbsp;or&nbsp;via&nbsp;a&nbsp;web&nbsp;application&nbsp;such&nbsp;as&nbsp;the&nbsp;Kubernetes&nbsp;dash</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">s&nbsp;on&nbsp;Hosts)</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">board&nbsp;or&nbsp;Kubeflow.&nbsp;(Citation:&nbsp;Docker&nbsp;Containers&nbsp;API)(Citatio</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">n:&nbsp;Kubernetes&nbsp;Dashboard)(Citation:&nbsp;Kubeflow&nbsp;Pipelines)&nbsp;In&nbsp;Ku</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">bernetes&nbsp;environments,&nbsp;containers&nbsp;may&nbsp;be&nbsp;deployed&nbsp;through&nbsp;wo</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">rkloads&nbsp;such&nbsp;as&nbsp;ReplicaSets&nbsp;or&nbsp;DaemonSets,&nbsp;which&nbsp;can&nbsp;allow&nbsp;c</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ontainers&nbsp;to&nbsp;be&nbsp;deployed&nbsp;across&nbsp;multiple&nbsp;nodes.(Citation:&nbsp;Ku</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">bernetes&nbsp;Workload&nbsp;Management)&nbsp;Adversaries&nbsp;may&nbsp;deploy&nbsp;contain</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ers&nbsp;based&nbsp;on&nbsp;retrieved&nbsp;or&nbsp;built&nbsp;malicious&nbsp;images&nbsp;or&nbsp;from&nbsp;ben</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ign&nbsp;images&nbsp;that&nbsp;download&nbsp;and&nbsp;execute&nbsp;malicious&nbsp;payloads&nbsp;at&nbsp;r</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">untime.(Citation:&nbsp;Aqua&nbsp;Build&nbsp;Images&nbsp;on&nbsp;Hosts)</span></td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1018: User Account Management",
                            "M1030: Network Segmentation",
                            "M1035: Limit Access to Resource Over Network",
                            "M1047: Audit"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0014: Pod (Pod Creation)",
                            "DS0014: Pod (Pod Modification)",
                            "DS0015: Application Log (Application Log Content)",
                            "DS0032: Container (Container Creation)",
                            "DS0032: Container (Container Start)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--0c8ab3eb-df48-4b9c-ace7-beacaac81cc5",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:30:20.934000+00:00",
                    "modified": "2024-04-16 12:25:24.480000+00:00",
                    "name": "Direct Volume Access",
                    "description": "Adversaries may directly access a volume to bypass file access controls and file system monitoring. Windows allows programs to have direct access to logical volumes. Programs with direct access may read and write files directly from the drive by analyzing file system data structures. This technique may bypass Windows file access controls as well as file system monitoring tools. (Citation: Hakobyan 2009)\n\nUtilities, such as `NinjaCopy`, exist to perform these actions in PowerShell.(Citation: Github PowerSploit Ninjacopy) Adversaries may also use built-in or third-party utilities (such as `vssadmin`, `wbadmin`, and [esentutl](https://attack.mitre.org/software/S0404)) to create shadow copies or backups of data from system volumes.(Citation: LOLBAS Esentutl)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "defense-evasion"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1006",
                            "external_id": "T1006"
                        },
                        {
                            "source_name": "Github PowerSploit Ninjacopy",
                            "description": "Bialek, J. (2015, December 16). Invoke-NinjaCopy.ps1. Retrieved June 2, 2016.",
                            "url": "https://github.com/PowerShellMafia/PowerSploit/blob/master/Exfiltration/Invoke-NinjaCopy.ps1"
                        },
                        {
                            "source_name": "Hakobyan 2009",
                            "description": "Hakobyan, A. (2009, January 8). FDump - Dumping File Sectors Directly from Disk using Logical Offsets. Retrieved November 12, 2014.",
                            "url": "http://www.codeproject.com/Articles/32169/FDump-Dumping-File-Sectors-Directly-from-Disk-usin"
                        },
                        {
                            "source_name": "LOLBAS Esentutl",
                            "description": "LOLBAS. (n.d.). Esentutl.exe. Retrieved September 3, 2019.",
                            "url": "https://lolbas-project.github.io/lolbas/Binaries/Esentutl/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Tom Simpson, CrowdStrike Falcon OverWatch"
                    ],
                    "x_mitre_data_sources": [
                        "File: File Creation",
                        "Drive: Drive Access",
                        "Command: Command Execution"
                    ],
                    "x_mitre_defense_bypassed": [
                        "File monitoring",
                        "File system access controls"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor handle opens on drive volumes that are made by processes to determine when they may directly access logical drives. (Citation: Github PowerSploit Ninjacopy)\n\nMonitor processes and command-line arguments for actions that could be taken to copy files from the logical drive and evade common file system protections. Since this technique may also be used through [PowerShell](https://attack.mitre.org/techniques/T1059/001), additional logging of PowerShell scripts is recommended.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows",
                        "Network"
                    ],
                    "x_mitre_version": "2.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-16 12:25:24.480000+00:00\", \"old_value\": \"2023-10-01 14:19:18.804000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.2\", \"old_value\": \"2.1\"}}, \"iterable_item_added\": {\"root['x_mitre_platforms'][1]\": \"Network\"}}",
                    "previous_version": "2.1",
                    "version_change": "2.1 \u2192 2.2",
                    "changelog_mitigations": {
                        "shared": [
                            "M1018: User Account Management",
                            "M1040: Behavior Prevention on Endpoint"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0016: Drive (Drive Access)",
                            "DS0017: Command (Command Execution)",
                            "DS0022: File (File Creation)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--fb640c43-aa6b-431e-a961-a279010424ac",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-02-20 22:06:41.739000+00:00",
                    "modified": "2024-04-16 13:00:33.303000+00:00",
                    "name": "Disk Content Wipe",
                    "description": "Adversaries may erase the contents of storage devices on specific systems or in large numbers in a network to interrupt availability to system and network resources.\n\nAdversaries may partially or completely overwrite the contents of a storage device rendering the data irrecoverable through the storage interface.(Citation: Novetta Blockbuster)(Citation: Novetta Blockbuster Destructive Malware)(Citation: DOJ Lazarus Sony 2018) Instead of wiping specific disk structures or files, adversaries with destructive intent may wipe arbitrary portions of disk content. To wipe disk content, adversaries may acquire direct access to the hard drive in order to overwrite arbitrarily sized portions of disk with random data.(Citation: Novetta Blockbuster Destructive Malware) Adversaries have also been observed leveraging third-party drivers like [RawDisk](https://attack.mitre.org/software/S0364) to directly access disk content.(Citation: Novetta Blockbuster)(Citation: Novetta Blockbuster Destructive Malware) This behavior is distinct from [Data Destruction](https://attack.mitre.org/techniques/T1485) because sections of the disk are erased instead of individual files.\n\nTo maximize impact on the target organization in operations where network-wide availability interruption is the goal, malware used for wiping disk content may have worm-like features to propagate across a network by leveraging additional techniques like [Valid Accounts](https://attack.mitre.org/techniques/T1078), [OS Credential Dumping](https://attack.mitre.org/techniques/T1003), and [SMB/Windows Admin Shares](https://attack.mitre.org/techniques/T1021/002).(Citation: Novetta Blockbuster Destructive Malware)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "impact"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1561/001",
                            "external_id": "T1561.001"
                        },
                        {
                            "source_name": "DOJ Lazarus Sony 2018",
                            "description": "Department of Justice. (2018, September 6). Criminal Complaint - United States of America v. PARK JIN HYOK. Retrieved March 29, 2019.",
                            "url": "https://www.justice.gov/opa/press-release/file/1092091/download"
                        },
                        {
                            "source_name": "Novetta Blockbuster Destructive Malware",
                            "description": "Novetta Threat Research Group. (2016, February 24). Operation Blockbuster: Destructive Malware Report. Retrieved March 2, 2016.",
                            "url": "https://web.archive.org/web/20160303200515/https://operationblockbuster.com/wp-content/uploads/2016/02/Operation-Blockbuster-Destructive-Malware-Report.pdf"
                        },
                        {
                            "source_name": "Novetta Blockbuster",
                            "description": "Novetta Threat Research Group. (2016, February 24). Operation Blockbuster: Unraveling the Long Thread of the Sony Attack. Retrieved February 25, 2016.",
                            "url": "https://web.archive.org/web/20160226161828/https://www.operationblockbuster.com/wp-content/uploads/2016/02/Operation-Blockbuster-Report.pdf"
                        },
                        {
                            "source_name": "Microsoft Sysmon v6 May 2017",
                            "description": "Russinovich, M. & Garnier, T. (2017, May 22). Sysmon v6.20. Retrieved December 13, 2017.",
                            "url": "https://docs.microsoft.com/sysinternals/downloads/sysmon"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "Drive: Drive Modification",
                        "Drive: Drive Access",
                        "Driver: Driver Load",
                        "Command: Command Execution",
                        "Process: Process Creation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Look for attempts to read/write to sensitive locations like the partition boot sector or BIOS parameter block/superblock. Monitor for direct access read/write attempts using the <code>\\\\\\\\.\\\\</code> notation.(Citation: Microsoft Sysmon v6 May 2017) Monitor for unusual kernel driver installation activity.\n\nFor network infrastructure devices, collect AAA logging to monitor for `erase` commands that delete critical configuration files.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_impact_type": [
                        "Availability"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows",
                        "Network"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-16 13:00:33.303000+00:00\", \"old_value\": \"2023-04-12 23:42:59.868000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}, \"iterable_item_added\": {\"root['x_mitre_platforms'][3]\": \"Network\"}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1",
                    "changelog_mitigations": {
                        "shared": [
                            "M1053: Data Backup"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (Process Creation)",
                            "DS0016: Drive (Drive Access)",
                            "DS0016: Drive (Drive Modification)",
                            "DS0017: Command (Command Execution)",
                            "DS0027: Driver (Driver Load)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--b8902400-e6c5-4ba2-95aa-2d35b442b118",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-03-16 15:33:01.739000+00:00",
                    "modified": "2024-04-16 12:29:47.903000+00:00",
                    "name": "Encrypted Channel",
                    "description": "Adversaries may employ an encryption algorithm to conceal command and control traffic rather than relying on any inherent protections provided by a communication protocol. Despite the use of a secure algorithm, these implementations may be vulnerable to reverse engineering if secret keys are encoded and/or generated within malware samples/configuration files.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "command-and-control"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1573",
                            "external_id": "T1573"
                        },
                        {
                            "source_name": "SANS Decrypting SSL",
                            "description": "Butler, M. (2013, November). Finding Hidden Threats by Decrypting SSL. Retrieved April 5, 2016.",
                            "url": "http://www.sans.org/reading-room/whitepapers/analyst/finding-hidden-threats-decrypting-ssl-34840"
                        },
                        {
                            "source_name": "SEI SSL Inspection Risks",
                            "description": "Dormann, W. (2015, March 13). The Risks of SSL Inspection. Retrieved April 5, 2016.",
                            "url": "https://insights.sei.cmu.edu/cert/2015/03/the-risks-of-ssl-inspection.html"
                        },
                        {
                            "source_name": "University of Birmingham C2",
                            "description": "Gardiner, J.,  Cova, M., Nagaraja, S. (2014, February). Command & Control Understanding, Denying and Detecting. Retrieved April 20, 2016.",
                            "url": "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "Network Traffic: Network Traffic Content"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "SSL/TLS inspection is one way of detecting command and control traffic within some encrypted communication channels.(Citation: SANS Decrypting SSL) SSL/TLS inspection does come with certain risks that should be considered before implementing to avoid potential security issues such as incomplete certificate validation.(Citation: SEI SSL Inspection Risks)\n\nIn general, analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.(Citation: University of Birmingham C2)",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows",
                        "Network"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-16 12:29:47.903000+00:00\", \"old_value\": \"2021-04-20 19:27:46.650000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may employ an encryption algorithm to conceal command and control traffic rather than relying on any inherent protections provided by a communication protocol. Despite the use of a secure algorithm, these implementations may be vulnerable to reverse engineering if secret keys are encoded and/or generated within malware samples/configuration files.\", \"old_value\": \"Adversaries may employ a known encryption algorithm to conceal command and control traffic rather than relying on any inherent protections provided by a communication protocol. Despite the use of a secure algorithm, these implementations may be vulnerable to reverse engineering if secret keys are encoded and/or generated within malware samples/configuration files.\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}, \"iterable_item_added\": {\"root['x_mitre_platforms'][3]\": \"Network\"}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to26__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to26__0\"><a href=\"#difflib_chg_to26__top\">t</a></td><td class=\"diff_header\" id=\"from26_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_sub\">Adversaries&nbsp;may&nbsp;employ&nbsp;a&nbsp;known&nbsp;encryption&nbsp;algorithm&nbsp;to&nbsp;conce</span></td><td class=\"diff_next\"><a href=\"#difflib_chg_to26__top\">t</a></td><td class=\"diff_header\" id=\"to26_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_add\">Adversaries&nbsp;may&nbsp;employ&nbsp;an&nbsp;encryption&nbsp;algorithm&nbsp;to&nbsp;conceal&nbsp;co</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">al&nbsp;command&nbsp;and&nbsp;control&nbsp;traffic&nbsp;rather&nbsp;than&nbsp;relying&nbsp;on&nbsp;any&nbsp;in</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">mmand&nbsp;and&nbsp;control&nbsp;traffic&nbsp;rather&nbsp;than&nbsp;relying&nbsp;on&nbsp;any&nbsp;inheren</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">herent&nbsp;protections&nbsp;provided&nbsp;by&nbsp;a&nbsp;communication&nbsp;protocol.&nbsp;Des</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">t&nbsp;protections&nbsp;provided&nbsp;by&nbsp;a&nbsp;communication&nbsp;protocol.&nbsp;Despite&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">pite&nbsp;the&nbsp;use&nbsp;of&nbsp;a&nbsp;secure&nbsp;algorithm,&nbsp;these&nbsp;implementations&nbsp;ma</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">the&nbsp;use&nbsp;of&nbsp;a&nbsp;secure&nbsp;algorithm,&nbsp;these&nbsp;implementations&nbsp;may&nbsp;be&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">y&nbsp;be&nbsp;vulnerable&nbsp;to&nbsp;reverse&nbsp;engineering&nbsp;if&nbsp;secret&nbsp;keys&nbsp;are&nbsp;en</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">vulnerable&nbsp;to&nbsp;reverse&nbsp;engineering&nbsp;if&nbsp;secret&nbsp;keys&nbsp;are&nbsp;encoded</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">coded&nbsp;and/or&nbsp;generated&nbsp;within&nbsp;malware&nbsp;samples/configuration&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;and/or&nbsp;generated&nbsp;within&nbsp;malware&nbsp;samples/configuration&nbsp;files</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">files.</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">.</span></td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1020: SSL/TLS Inspection",
                            "M1031: Network Intrusion Prevention"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0029: Network Traffic (Network Traffic Content)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--bf176076-b789-408e-8cba-7275e81c0ada",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-03-16 15:48:33.882000+00:00",
                    "modified": "2023-12-26 20:59:21.941000+00:00",
                    "name": "Asymmetric Cryptography",
                    "description": "Adversaries may employ a known asymmetric encryption algorithm to conceal command and control traffic rather than relying on any inherent protections provided by a communication protocol. Asymmetric cryptography, also known as public key cryptography, uses a keypair per party: one public that can be freely distributed, and one private. Due to how the keys are generated, the sender encrypts data with the receiver\u2019s public key and the receiver decrypts the data with their private key. This ensures that only the intended recipient can read the encrypted data. Common public key encryption algorithms include RSA and ElGamal.\n\nFor efficiency, many protocols (including SSL/TLS) use symmetric cryptography once a connection is established, but use asymmetric cryptography to establish or transmit a key. As such, these protocols are classified as [Asymmetric Cryptography](https://attack.mitre.org/techniques/T1573/002).",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "command-and-control"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1573/002",
                            "external_id": "T1573.002"
                        },
                        {
                            "source_name": "SANS Decrypting SSL",
                            "description": "Butler, M. (2013, November). Finding Hidden Threats by Decrypting SSL. Retrieved April 5, 2016.",
                            "url": "http://www.sans.org/reading-room/whitepapers/analyst/finding-hidden-threats-decrypting-ssl-34840"
                        },
                        {
                            "source_name": "SEI SSL Inspection Risks",
                            "description": "Dormann, W. (2015, March 13). The Risks of SSL Inspection. Retrieved April 5, 2016.",
                            "url": "https://insights.sei.cmu.edu/cert/2015/03/the-risks-of-ssl-inspection.html"
                        },
                        {
                            "source_name": "University of Birmingham C2",
                            "description": "Gardiner, J.,  Cova, M., Nagaraja, S. (2014, February). Command & Control Understanding, Denying and Detecting. Retrieved April 20, 2016.",
                            "url": "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "Network Traffic: Network Traffic Content"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "SSL/TLS inspection is one way of detecting command and control traffic within some encrypted communication channels.(Citation: SANS Decrypting SSL) SSL/TLS inspection does come with certain risks that should be considered before implementing to avoid potential security issues such as incomplete certificate validation.(Citation: SEI SSL Inspection Risks)\n\nIn general, analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.(Citation: University of Birmingham C2)",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows",
                        "Network"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2023-12-26 20:59:21.941000+00:00\", \"old_value\": \"2021-04-20 19:27:46.484000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}, \"iterable_item_added\": {\"root['x_mitre_platforms'][3]\": \"Network\"}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1",
                    "changelog_mitigations": {
                        "shared": [
                            "M1020: SSL/TLS Inspection",
                            "M1031: Network Intrusion Prevention"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0029: Network Traffic (Network Traffic Content)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--24bfaeba-cb0d-4525-b3dc-507c77ecec41",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-03-16 15:45:17.032000+00:00",
                    "modified": "2023-12-26 20:58:19.356000+00:00",
                    "name": "Symmetric Cryptography",
                    "description": "Adversaries may employ a known symmetric encryption algorithm to conceal command and control traffic rather than relying on any inherent protections provided by a communication protocol. Symmetric encryption algorithms use the same key for plaintext encryption and ciphertext decryption. Common symmetric encryption algorithms include AES, DES, 3DES, Blowfish, and RC4.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "command-and-control"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1573/001",
                            "external_id": "T1573.001"
                        },
                        {
                            "source_name": "University of Birmingham C2",
                            "description": "Gardiner, J.,  Cova, M., Nagaraja, S. (2014, February). Command & Control Understanding, Denying and Detecting. Retrieved April 20, 2016.",
                            "url": "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "Network Traffic: Network Traffic Content"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "With symmetric encryption, it may be possible to obtain the algorithm and key from samples and use them to decode network traffic to detect malware communications signatures.\n\nIn general, analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.(Citation: University of Birmingham C2)",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "Windows",
                        "macOS",
                        "Network"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2023-12-26 20:58:19.356000+00:00\", \"old_value\": \"2020-03-26 21:25:37.306000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}, \"iterable_item_added\": {\"root['x_mitre_platforms'][3]\": \"Network\"}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1",
                    "changelog_mitigations": {
                        "shared": [
                            "M1031: Network Intrusion Prevention"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0029: Network Traffic (Network Traffic Content)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--4a5b7ade-8bb5-4853-84ed-23f262002665",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2021-03-30 17:38:34.277000+00:00",
                    "modified": "2024-04-19 12:42:18.632000+00:00",
                    "name": "Escape to Host",
                    "description": "Adversaries may break out of a container to gain access to the underlying host. This can allow an adversary access to other containerized resources from the host level or to the host itself. In principle, containerized resources should provide a clear separation of application functionality and be isolated from the host environment.(Citation: Docker Overview)\n\nThere are multiple ways an adversary may escape to a host environment. Examples include creating a container configured to mount the host\u2019s filesystem using the bind parameter, which allows the adversary to drop payloads and execute control utilities such as cron on the host; utilizing a privileged container to run commands or load a malicious kernel module on the underlying host; or abusing system calls such as `unshare` and `keyctl` to escalate privileges and steal secrets.(Citation: Docker Bind Mounts)(Citation: Trend Micro Privileged Container)(Citation: Intezer Doki July 20)(Citation: Container Escape)(Citation: Crowdstrike Kubernetes Container Escape)(Citation: Keyctl-unmask)\n\nAdditionally, an adversary may be able to exploit a compromised container with a mounted container management socket, such as `docker.sock`, to break out of the container via a [Container Administration Command](https://attack.mitre.org/techniques/T1609).(Citation: Container Escape) Adversaries may also escape via [Exploitation for Privilege Escalation](https://attack.mitre.org/techniques/T1068), such as exploiting vulnerabilities in global symbolic links in order to access the root directory of a host machine.(Citation: Windows Server Containers Are Open)\n\nGaining access to the host may provide the adversary with the opportunity to achieve follow-on objectives, such as establishing persistence, moving laterally within the environment, accessing other containers running on the host, or setting up a command and control channel on the host.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "privilege-escalation"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1611",
                            "external_id": "T1611"
                        },
                        {
                            "source_name": "Container Escape",
                            "description": "0xn3va. (n.d.). Escaping. Retrieved May 27, 2022.",
                            "url": "https://0xn3va.gitbook.io/cheat-sheets/container/escaping"
                        },
                        {
                            "source_name": "Windows Server Containers Are Open",
                            "description": "Daniel Prizmant. (2020, July 15). Windows Server Containers Are Open, and Here's How You Can Break Out. Retrieved October 1, 2021.",
                            "url": "https://unit42.paloaltonetworks.com/windows-server-containers-vulnerabilities/"
                        },
                        {
                            "source_name": "Docker Overview",
                            "description": "Docker. (n.d.). Docker Overview. Retrieved March 30, 2021.",
                            "url": "https://docs.docker.com/get-started/overview/"
                        },
                        {
                            "source_name": "Docker Bind Mounts",
                            "description": "Docker. (n.d.). Use Bind Mounts. Retrieved March 30, 2021.",
                            "url": "https://docs.docker.com/storage/bind-mounts/"
                        },
                        {
                            "source_name": "Trend Micro Privileged Container",
                            "description": "Fiser, D., Oliveira, A.. (2019, December 20). Why a Privileged Container in Docker is a Bad Idea. Retrieved March 30, 2021.",
                            "url": "https://www.trendmicro.com/en_us/research/19/l/why-running-a-privileged-container-in-docker-is-a-bad-idea.html"
                        },
                        {
                            "source_name": "Intezer Doki July 20",
                            "description": "Fishbein, N., Kajiloti, M.. (2020, July 28). Watch Your Containers: Doki Infecting Docker Servers in the Cloud. Retrieved March 30, 2021.",
                            "url": "https://www.intezer.com/blog/cloud-security/watch-your-containers-doki-infecting-docker-servers-in-the-cloud/"
                        },
                        {
                            "source_name": "Crowdstrike Kubernetes Container Escape",
                            "description": "Manoj Ahuje. (2022, January 31). CVE-2022-0185: Kubernetes Container Escape Using Linux Kernel Exploit. Retrieved July 6, 2022.",
                            "url": "https://www.crowdstrike.com/blog/cve-2022-0185-kubernetes-container-escape-using-linux-kernel-exploit/"
                        },
                        {
                            "source_name": "Keyctl-unmask",
                            "description": "Mark Manning. (2020, July 23). Keyctl-unmask: \"Going Florida\" on The State Of Containerizing Linux Keyrings. Retrieved July 6, 2022.",
                            "url": "https://www.antitree.com/2020/07/keyctl-unmask-going-florida-on-the-state-of-containerizing-linux-keyrings/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Yuval Avrahami, Palo Alto Networks",
                        "Daniel Prizmant, Palo Alto Networks",
                        "Alfredo Oliveira, Trend Micro",
                        "David Fiser, @anu4is, Trend Micro",
                        "Idan Frimark, Cisco",
                        "Magno Logan, @magnologan, Trend Micro",
                        "Ariel Shuper, Cisco",
                        "Yossi Weizman, Azure Defender Research Team",
                        "Vishwas Manral, McAfee",
                        "CrowdStrike",
                        "Eran Ayalon, Cybereason",
                        "Oren Ofer, Cybereason",
                        "Ilan Sokol, Cybereason",
                        "Joas Antonio dos Santos, @C0d3Cr4zy"
                    ],
                    "x_mitre_data_sources": [
                        "Process: Process Creation",
                        "Kernel: Kernel Module Load",
                        "Container: Container Creation",
                        "Volume: Volume Modification",
                        "Process: OS API Execution"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor for the deployment of suspicious or unknown container images and pods in your environment, particularly containers running as root. Additionally, monitor for unexpected usage of syscalls such as <code>mount</code> (as well as resulting process activity) that may indicate an attempt to escape from a privileged container to host. In Kubernetes, monitor for cluster-level events associated with changing containers' volume configurations.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_permissions_required": [
                        "Administrator",
                        "User",
                        "root"
                    ],
                    "x_mitre_platforms": [
                        "Windows",
                        "Linux",
                        "Containers"
                    ],
                    "x_mitre_version": "1.5",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-19 12:42:18.632000+00:00\", \"old_value\": \"2023-04-15 16:21:04.265000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may break out of a container to gain access to the underlying host. This can allow an adversary access to other containerized resources from the host level or to the host itself. In principle, containerized resources should provide a clear separation of application functionality and be isolated from the host environment.(Citation: Docker Overview)\\n\\nThere are multiple ways an adversary may escape to a host environment. Examples include creating a container configured to mount the host\\u2019s filesystem using the bind parameter, which allows the adversary to drop payloads and execute control utilities such as cron on the host; utilizing a privileged container to run commands or load a malicious kernel module on the underlying host; or abusing system calls such as `unshare` and `keyctl` to escalate privileges and steal secrets.(Citation: Docker Bind Mounts)(Citation: Trend Micro Privileged Container)(Citation: Intezer Doki July 20)(Citation: Container Escape)(Citation: Crowdstrike Kubernetes Container Escape)(Citation: Keyctl-unmask)\\n\\nAdditionally, an adversary may be able to exploit a compromised container with a mounted container management socket, such as `docker.sock`, to break out of the container via a [Container Administration Command](https://attack.mitre.org/techniques/T1609).(Citation: Container Escape) Adversaries may also escape via [Exploitation for Privilege Escalation](https://attack.mitre.org/techniques/T1068), such as exploiting vulnerabilities in global symbolic links in order to access the root directory of a host machine.(Citation: Windows Server Containers Are Open)\\n\\nGaining access to the host may provide the adversary with the opportunity to achieve follow-on objectives, such as establishing persistence, moving laterally within the environment, accessing other containers running on the host, or setting up a command and control channel on the host.\", \"old_value\": \"Adversaries may break out of a container to gain access to the underlying host. This can allow an adversary access to other containerized resources from the host level or to the host itself. In principle, containerized resources should provide a clear separation of application functionality and be isolated from the host environment.(Citation: Docker Overview)\\n\\nThere are multiple ways an adversary may escape to a host environment. Examples include creating a container configured to mount the host\\u2019s filesystem using the bind parameter, which allows the adversary to drop payloads and execute control utilities such as cron on the host; utilizing a privileged container to run commands or load a malicious kernel module on the underlying host; or abusing system calls such as `unshare` and `keyctl` to escalate privileges and steal secrets.(Citation: Docker Bind Mounts)(Citation: Trend Micro Privileged Container)(Citation: Intezer Doki July 20)(Citation: Container Escape)(Citation: Crowdstrike Kubernetes Container Escape)(Citation: Keyctl-unmask)\\n\\nAdditionally, an adversary may be able to exploit a compromised container with a mounted container management socket, such as `docker.sock`, to break out of the container via a [Container Administration Command](https://attack.mitre.org/techniques/T1609).(Citation: Container Escape) Adversaries may also escape via [Exploitation for Privilege Escalation](https://attack.mitre.org/techniques/T1068), such as exploiting vulnerabilities in global symbolic links in order to access the root directory of a host machine.(Citation: Windows Server Containers Are Open)\\n\\nGaining access to the host may provide the adversary with the opportunity to achieve follow-on objectives, such as establishing persistence, moving laterally within the environment, or setting up a command and control channel on the host.\", \"diff\": \"--- \\n+++ \\n@@ -4,4 +4,4 @@\\n \\n Additionally, an adversary may be able to exploit a compromised container with a mounted container management socket, such as `docker.sock`, to break out of the container via a [Container Administration Command](https://attack.mitre.org/techniques/T1609).(Citation: Container Escape) Adversaries may also escape via [Exploitation for Privilege Escalation](https://attack.mitre.org/techniques/T1068), such as exploiting vulnerabilities in global symbolic links in order to access the root directory of a host machine.(Citation: Windows Server Containers Are Open)\\n \\n-Gaining access to the host may provide the adversary with the opportunity to achieve follow-on objectives, such as establishing persistence, moving laterally within the environment, or setting up a command and control channel on the host.\\n+Gaining access to the host may provide the adversary with the opportunity to achieve follow-on objectives, such as establishing persistence, moving laterally within the environment, accessing other containers running on the host, or setting up a command and control channel on the host.\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.5\", \"old_value\": \"1.4\"}}, \"iterable_item_added\": {\"root['x_mitre_contributors'][13]\": \"Joas Antonio dos Santos, @C0d3Cr4zy\"}, \"iterable_item_removed\": {\"root['x_mitre_contributors'][2]\": \"Joas Antonio dos Santos, @C0d3Cr4zy, Inmetrics\"}}",
                    "previous_version": "1.4",
                    "version_change": "1.4 \u2192 1.5",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to20__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to20__0\"><a href=\"#difflib_chg_to20__top\">t</a></td><td class=\"diff_header\" id=\"from20_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;break&nbsp;out&nbsp;of&nbsp;a&nbsp;container&nbsp;to&nbsp;gain&nbsp;access&nbsp;to&nbsp;t</td><td class=\"diff_next\"><a href=\"#difflib_chg_to20__top\">t</a></td><td class=\"diff_header\" id=\"to20_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;break&nbsp;out&nbsp;of&nbsp;a&nbsp;container&nbsp;to&nbsp;gain&nbsp;access&nbsp;to&nbsp;t</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">he&nbsp;underlying&nbsp;host.&nbsp;This&nbsp;can&nbsp;allow&nbsp;an&nbsp;adversary&nbsp;access&nbsp;to&nbsp;ot</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">he&nbsp;underlying&nbsp;host.&nbsp;This&nbsp;can&nbsp;allow&nbsp;an&nbsp;adversary&nbsp;access&nbsp;to&nbsp;ot</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">her&nbsp;containerized&nbsp;resources&nbsp;from&nbsp;the&nbsp;host&nbsp;level&nbsp;or&nbsp;to&nbsp;the&nbsp;ho</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">her&nbsp;containerized&nbsp;resources&nbsp;from&nbsp;the&nbsp;host&nbsp;level&nbsp;or&nbsp;to&nbsp;the&nbsp;ho</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">st&nbsp;itself.&nbsp;In&nbsp;principle,&nbsp;containerized&nbsp;resources&nbsp;should&nbsp;prov</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">st&nbsp;itself.&nbsp;In&nbsp;principle,&nbsp;containerized&nbsp;resources&nbsp;should&nbsp;prov</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ide&nbsp;a&nbsp;clear&nbsp;separation&nbsp;of&nbsp;application&nbsp;functionality&nbsp;and&nbsp;be&nbsp;i</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ide&nbsp;a&nbsp;clear&nbsp;separation&nbsp;of&nbsp;application&nbsp;functionality&nbsp;and&nbsp;be&nbsp;i</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">solated&nbsp;from&nbsp;the&nbsp;host&nbsp;environment.(Citation:&nbsp;Docker&nbsp;Overview</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">solated&nbsp;from&nbsp;the&nbsp;host&nbsp;environment.(Citation:&nbsp;Docker&nbsp;Overview</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">)&nbsp;&nbsp;There&nbsp;are&nbsp;multiple&nbsp;ways&nbsp;an&nbsp;adversary&nbsp;may&nbsp;escape&nbsp;to&nbsp;a&nbsp;host</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">)&nbsp;&nbsp;There&nbsp;are&nbsp;multiple&nbsp;ways&nbsp;an&nbsp;adversary&nbsp;may&nbsp;escape&nbsp;to&nbsp;a&nbsp;host</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;environment.&nbsp;Examples&nbsp;include&nbsp;creating&nbsp;a&nbsp;container&nbsp;configur</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;environment.&nbsp;Examples&nbsp;include&nbsp;creating&nbsp;a&nbsp;container&nbsp;configur</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;to&nbsp;mount&nbsp;the&nbsp;host\u2019s&nbsp;filesystem&nbsp;using&nbsp;the&nbsp;bind&nbsp;parameter,&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;to&nbsp;mount&nbsp;the&nbsp;host\u2019s&nbsp;filesystem&nbsp;using&nbsp;the&nbsp;bind&nbsp;parameter,&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">which&nbsp;allows&nbsp;the&nbsp;adversary&nbsp;to&nbsp;drop&nbsp;payloads&nbsp;and&nbsp;execute&nbsp;cont</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">which&nbsp;allows&nbsp;the&nbsp;adversary&nbsp;to&nbsp;drop&nbsp;payloads&nbsp;and&nbsp;execute&nbsp;cont</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rol&nbsp;utilities&nbsp;such&nbsp;as&nbsp;cron&nbsp;on&nbsp;the&nbsp;host;&nbsp;utilizing&nbsp;a&nbsp;privileg</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rol&nbsp;utilities&nbsp;such&nbsp;as&nbsp;cron&nbsp;on&nbsp;the&nbsp;host;&nbsp;utilizing&nbsp;a&nbsp;privileg</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;container&nbsp;to&nbsp;run&nbsp;commands&nbsp;or&nbsp;load&nbsp;a&nbsp;malicious&nbsp;kernel&nbsp;modu</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;container&nbsp;to&nbsp;run&nbsp;commands&nbsp;or&nbsp;load&nbsp;a&nbsp;malicious&nbsp;kernel&nbsp;modu</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">le&nbsp;on&nbsp;the&nbsp;underlying&nbsp;host;&nbsp;or&nbsp;abusing&nbsp;system&nbsp;calls&nbsp;such&nbsp;as&nbsp;`</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">le&nbsp;on&nbsp;the&nbsp;underlying&nbsp;host;&nbsp;or&nbsp;abusing&nbsp;system&nbsp;calls&nbsp;such&nbsp;as&nbsp;`</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">unshare`&nbsp;and&nbsp;`keyctl`&nbsp;to&nbsp;escalate&nbsp;privileges&nbsp;and&nbsp;steal&nbsp;secre</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">unshare`&nbsp;and&nbsp;`keyctl`&nbsp;to&nbsp;escalate&nbsp;privileges&nbsp;and&nbsp;steal&nbsp;secre</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ts.(Citation:&nbsp;Docker&nbsp;Bind&nbsp;Mounts)(Citation:&nbsp;Trend&nbsp;Micro&nbsp;Priv</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ts.(Citation:&nbsp;Docker&nbsp;Bind&nbsp;Mounts)(Citation:&nbsp;Trend&nbsp;Micro&nbsp;Priv</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ileged&nbsp;Container)(Citation:&nbsp;Intezer&nbsp;Doki&nbsp;July&nbsp;20)(Citation:&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ileged&nbsp;Container)(Citation:&nbsp;Intezer&nbsp;Doki&nbsp;July&nbsp;20)(Citation:&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Container&nbsp;Escape)(Citation:&nbsp;Crowdstrike&nbsp;Kubernetes&nbsp;Container</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Container&nbsp;Escape)(Citation:&nbsp;Crowdstrike&nbsp;Kubernetes&nbsp;Container</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Escape)(Citation:&nbsp;Keyctl-unmask)&nbsp;&nbsp;Additionally,&nbsp;an&nbsp;adversar</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Escape)(Citation:&nbsp;Keyctl-unmask)&nbsp;&nbsp;Additionally,&nbsp;an&nbsp;adversar</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">y&nbsp;may&nbsp;be&nbsp;able&nbsp;to&nbsp;exploit&nbsp;a&nbsp;compromised&nbsp;container&nbsp;with&nbsp;a&nbsp;moun</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">y&nbsp;may&nbsp;be&nbsp;able&nbsp;to&nbsp;exploit&nbsp;a&nbsp;compromised&nbsp;container&nbsp;with&nbsp;a&nbsp;moun</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ted&nbsp;container&nbsp;management&nbsp;socket,&nbsp;such&nbsp;as&nbsp;`docker.sock`,&nbsp;to&nbsp;b</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ted&nbsp;container&nbsp;management&nbsp;socket,&nbsp;such&nbsp;as&nbsp;`docker.sock`,&nbsp;to&nbsp;b</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">reak&nbsp;out&nbsp;of&nbsp;the&nbsp;container&nbsp;via&nbsp;a&nbsp;[Container&nbsp;Administration&nbsp;Co</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">reak&nbsp;out&nbsp;of&nbsp;the&nbsp;container&nbsp;via&nbsp;a&nbsp;[Container&nbsp;Administration&nbsp;Co</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">mmand](https://attack.mitre.org/techniques/T1609).(Citation:</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">mmand](https://attack.mitre.org/techniques/T1609).(Citation:</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Container&nbsp;Escape)&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;escape&nbsp;via&nbsp;[Exploita</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Container&nbsp;Escape)&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;escape&nbsp;via&nbsp;[Exploita</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tion&nbsp;for&nbsp;Privilege&nbsp;Escalation](https://attack.mitre.org/tech</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tion&nbsp;for&nbsp;Privilege&nbsp;Escalation](https://attack.mitre.org/tech</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">niques/T1068),&nbsp;such&nbsp;as&nbsp;exploiting&nbsp;vulnerabilities&nbsp;in&nbsp;global&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">niques/T1068),&nbsp;such&nbsp;as&nbsp;exploiting&nbsp;vulnerabilities&nbsp;in&nbsp;global&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">symbolic&nbsp;links&nbsp;in&nbsp;order&nbsp;to&nbsp;access&nbsp;the&nbsp;root&nbsp;directory&nbsp;of&nbsp;a&nbsp;ho</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">symbolic&nbsp;links&nbsp;in&nbsp;order&nbsp;to&nbsp;access&nbsp;the&nbsp;root&nbsp;directory&nbsp;of&nbsp;a&nbsp;ho</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">st&nbsp;machine.(Citation:&nbsp;Windows&nbsp;Server&nbsp;Containers&nbsp;Are&nbsp;Open)&nbsp;&nbsp;G</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">st&nbsp;machine.(Citation:&nbsp;Windows&nbsp;Server&nbsp;Containers&nbsp;Are&nbsp;Open)&nbsp;&nbsp;G</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">aining&nbsp;access&nbsp;to&nbsp;the&nbsp;host&nbsp;may&nbsp;provide&nbsp;the&nbsp;adversary&nbsp;with&nbsp;the</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">aining&nbsp;access&nbsp;to&nbsp;the&nbsp;host&nbsp;may&nbsp;provide&nbsp;the&nbsp;adversary&nbsp;with&nbsp;the</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;opportunity&nbsp;to&nbsp;achieve&nbsp;follow-on&nbsp;objectives,&nbsp;such&nbsp;as&nbsp;establ</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;opportunity&nbsp;to&nbsp;achieve&nbsp;follow-on&nbsp;objectives,&nbsp;such&nbsp;as&nbsp;establ</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ishing&nbsp;persistence,&nbsp;moving&nbsp;laterally&nbsp;within&nbsp;the&nbsp;environment,</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ishing&nbsp;persistence,&nbsp;moving&nbsp;laterally&nbsp;within&nbsp;the&nbsp;environment,</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;<span class=\"diff_chg\">or&nbsp;setting&nbsp;up&nbsp;a&nbsp;command&nbsp;and&nbsp;control&nbsp;channel&nbsp;on&nbsp;the</span>&nbsp;host.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;<span class=\"diff_chg\">accessing&nbsp;other&nbsp;containers&nbsp;running&nbsp;on&nbsp;the&nbsp;host,&nbsp;or&nbsp;setting&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">up&nbsp;a&nbsp;command&nbsp;and&nbsp;control&nbsp;channel&nbsp;on&nbsp;the</span>&nbsp;host.</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1026: Privileged Account Management",
                            "M1038: Execution Prevention",
                            "M1042: Disable or Remove Feature or Program",
                            "M1048: Application Isolation and Sandboxing"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0008: Kernel (Kernel Module Load)",
                            "DS0009: Process (OS API Execution)",
                            "DS0009: Process (Process Creation)",
                            "DS0032: Container (Container Creation)",
                            "DS0034: Volume (Volume Modification)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--cdfc5f0a-9bb9-4352-b896-553cfa2d8fd8",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-10-01 01:05:42.216000+00:00",
                    "modified": "2024-02-28 21:08:56.520000+00:00",
                    "name": "Establish Accounts",
                    "description": "Adversaries may create and cultivate accounts with services that can be used during targeting. Adversaries can create accounts that can be used to build a persona to further operations. Persona development consists of the development of public information, presence, history and appropriate affiliations. This development could be applied to social media, website, or other publicly available information that could be referenced and scrutinized for legitimacy over the course of an operation using that persona or identity.(Citation: NEWSCASTER2014)(Citation: BlackHatRobinSage)\n\nFor operations incorporating social engineering, the utilization of an online persona may be important. These personas may be fictitious or impersonate real people. The persona may exist on a single site or across multiple sites (ex: Facebook, LinkedIn, Twitter, Google, GitHub, Docker Hub, etc.). Establishing a persona may require development of additional documentation to make them seem real. This could include filling out profile information, developing social networks, or incorporating photos.(Citation: NEWSCASTER2014)(Citation: BlackHatRobinSage)\n\nEstablishing accounts can also include the creation of accounts with email providers, which may be directly leveraged for [Phishing for Information](https://attack.mitre.org/techniques/T1598) or [Phishing](https://attack.mitre.org/techniques/T1566).(Citation: Mandiant APT1) In addition, establishing accounts may allow adversaries to abuse free services, such as registering for trial periods to [Acquire Infrastructure](https://attack.mitre.org/techniques/T1583) for malicious purposes.(Citation: Free Trial PurpleUrchin)\n",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "resource-development"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1585",
                            "external_id": "T1585"
                        },
                        {
                            "source_name": "Free Trial PurpleUrchin",
                            "description": "Gamazo, William. Quist, Nathaniel.. (2023, January 5). PurpleUrchin Bypasses CAPTCHA and Steals Cloud Platform Resources. Retrieved February 28, 2024.",
                            "url": "https://unit42.paloaltonetworks.com/purpleurchin-steals-cloud-resources/"
                        },
                        {
                            "source_name": "NEWSCASTER2014",
                            "description": "Lennon, M. (2014, May 29). Iranian Hackers Targeted US Officials in Elaborate Social Media Attack Operation. Retrieved March 1, 2017.",
                            "url": "https://www.securityweek.com/iranian-hackers-targeted-us-officials-elaborate-social-media-attack-operation"
                        },
                        {
                            "source_name": "Mandiant APT1",
                            "description": "Mandiant. (n.d.). APT1 Exposing One of China\u2019s Cyber Espionage Units. Retrieved July 18, 2016.",
                            "url": "https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/mandiant-apt1-report.pdf"
                        },
                        {
                            "source_name": "BlackHatRobinSage",
                            "description": "Ryan, T. (2010). \u201cGetting In Bed with Robin Sage.\u201d. Retrieved March 6, 2017.",
                            "url": "http://media.blackhat.com/bh-us-10/whitepapers/Ryan/BlackHat-USA-2010-Ryan-Getting-In-Bed-With-Robin-Sage-v1.0.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "Network Traffic: Network Traffic Content",
                        "Persona: Social Media"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Consider monitoring social media activity related to your organization. Suspicious activity may include personas claiming to work for your organization or recently created/modified accounts making numerous connection requests to accounts affiliated with your organization.\n\nMuch of this activity will take place outside the visibility of the target organization, making detection of this behavior difficult. Detection efforts may be focused on related stages of the adversary lifecycle, such as during Initial Access (ex: [Phishing](https://attack.mitre.org/techniques/T1566)).",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "PRE"
                    ],
                    "x_mitre_version": "1.3",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-02-28 21:08:56.520000+00:00\", \"old_value\": \"2021-10-16 17:35:59.386000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may create and cultivate accounts with services that can be used during targeting. Adversaries can create accounts that can be used to build a persona to further operations. Persona development consists of the development of public information, presence, history and appropriate affiliations. This development could be applied to social media, website, or other publicly available information that could be referenced and scrutinized for legitimacy over the course of an operation using that persona or identity.(Citation: NEWSCASTER2014)(Citation: BlackHatRobinSage)\\n\\nFor operations incorporating social engineering, the utilization of an online persona may be important. These personas may be fictitious or impersonate real people. The persona may exist on a single site or across multiple sites (ex: Facebook, LinkedIn, Twitter, Google, GitHub, Docker Hub, etc.). Establishing a persona may require development of additional documentation to make them seem real. This could include filling out profile information, developing social networks, or incorporating photos.(Citation: NEWSCASTER2014)(Citation: BlackHatRobinSage)\\n\\nEstablishing accounts can also include the creation of accounts with email providers, which may be directly leveraged for [Phishing for Information](https://attack.mitre.org/techniques/T1598) or [Phishing](https://attack.mitre.org/techniques/T1566).(Citation: Mandiant APT1) In addition, establishing accounts may allow adversaries to abuse free services, such as registering for trial periods to [Acquire Infrastructure](https://attack.mitre.org/techniques/T1583) for malicious purposes.(Citation: Free Trial PurpleUrchin)\\n\", \"old_value\": \"Adversaries may create and cultivate accounts with services that can be used during targeting. Adversaries can create accounts that can be used to build a persona to further operations. Persona development consists of the development of public information, presence, history and appropriate affiliations. This development could be applied to social media, website, or other publicly available information that could be referenced and scrutinized for legitimacy over the course of an operation using that persona or identity.(Citation: NEWSCASTER2014)(Citation: BlackHatRobinSage)\\n\\nFor operations incorporating social engineering, the utilization of an online persona may be important. These personas may be fictitious or impersonate real people. The persona may exist on a single site or across multiple sites (ex: Facebook, LinkedIn, Twitter, Google, GitHub, Docker Hub, etc.). Establishing a persona may require development of additional documentation to make them seem real. This could include filling out profile information, developing social networks, or incorporating photos.(Citation: NEWSCASTER2014)(Citation: BlackHatRobinSage)\\n\\nEstablishing accounts can also include the creation of accounts with email providers, which may be directly leveraged for [Phishing for Information](https://attack.mitre.org/techniques/T1598) or [Phishing](https://attack.mitre.org/techniques/T1566).(Citation: Mandiant APT1)\", \"diff\": \"--- \\n+++ \\n@@ -2,4 +2,4 @@\\n \\n For operations incorporating social engineering, the utilization of an online persona may be important. These personas may be fictitious or impersonate real people. The persona may exist on a single site or across multiple sites (ex: Facebook, LinkedIn, Twitter, Google, GitHub, Docker Hub, etc.). Establishing a persona may require development of additional documentation to make them seem real. This could include filling out profile information, developing social networks, or incorporating photos.(Citation: NEWSCASTER2014)(Citation: BlackHatRobinSage)\\n \\n-Establishing accounts can also include the creation of accounts with email providers, which may be directly leveraged for [Phishing for Information](https://attack.mitre.org/techniques/T1598) or [Phishing](https://attack.mitre.org/techniques/T1566).(Citation: Mandiant APT1)\\n+Establishing accounts can also include the creation of accounts with email providers, which may be directly leveraged for [Phishing for Information](https://attack.mitre.org/techniques/T1598) or [Phishing](https://attack.mitre.org/techniques/T1566).(Citation: Mandiant APT1) In addition, establishing accounts may allow adversaries to abuse free services, such as registering for trial periods to [Acquire Infrastructure](https://attack.mitre.org/techniques/T1583) for malicious purposes.(Citation: Free Trial PurpleUrchin)\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.3\", \"old_value\": \"1.2\"}}, \"iterable_item_added\": {\"root['external_references'][1]\": {\"source_name\": \"Free Trial PurpleUrchin\", \"description\": \"Gamazo, William. Quist, Nathaniel.. (2023, January 5). PurpleUrchin Bypasses CAPTCHA and Steals Cloud Platform Resources. Retrieved February 28, 2024.\", \"url\": \"https://unit42.paloaltonetworks.com/purpleurchin-steals-cloud-resources/\"}}}",
                    "previous_version": "1.2",
                    "version_change": "1.2 \u2192 1.3",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to69__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to69__0\"><a href=\"#difflib_chg_to69__top\">t</a></td><td class=\"diff_header\" id=\"from69_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;create&nbsp;and&nbsp;cultivate&nbsp;accounts&nbsp;with&nbsp;services&nbsp;</td><td class=\"diff_next\"><a href=\"#difflib_chg_to69__top\">t</a></td><td class=\"diff_header\" id=\"to69_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;create&nbsp;and&nbsp;cultivate&nbsp;accounts&nbsp;with&nbsp;services&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">that&nbsp;can&nbsp;be&nbsp;used&nbsp;during&nbsp;targeting.&nbsp;Adversaries&nbsp;can&nbsp;create&nbsp;ac</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">that&nbsp;can&nbsp;be&nbsp;used&nbsp;during&nbsp;targeting.&nbsp;Adversaries&nbsp;can&nbsp;create&nbsp;ac</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">counts&nbsp;that&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;build&nbsp;a&nbsp;persona&nbsp;to&nbsp;further&nbsp;operat</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">counts&nbsp;that&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;build&nbsp;a&nbsp;persona&nbsp;to&nbsp;further&nbsp;operat</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ions.&nbsp;Persona&nbsp;development&nbsp;consists&nbsp;of&nbsp;the&nbsp;development&nbsp;of&nbsp;pub</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ions.&nbsp;Persona&nbsp;development&nbsp;consists&nbsp;of&nbsp;the&nbsp;development&nbsp;of&nbsp;pub</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">lic&nbsp;information,&nbsp;presence,&nbsp;history&nbsp;and&nbsp;appropriate&nbsp;affiliati</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">lic&nbsp;information,&nbsp;presence,&nbsp;history&nbsp;and&nbsp;appropriate&nbsp;affiliati</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ons.&nbsp;This&nbsp;development&nbsp;could&nbsp;be&nbsp;applied&nbsp;to&nbsp;social&nbsp;media,&nbsp;webs</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ons.&nbsp;This&nbsp;development&nbsp;could&nbsp;be&nbsp;applied&nbsp;to&nbsp;social&nbsp;media,&nbsp;webs</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ite,&nbsp;or&nbsp;other&nbsp;publicly&nbsp;available&nbsp;information&nbsp;that&nbsp;could&nbsp;be&nbsp;r</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ite,&nbsp;or&nbsp;other&nbsp;publicly&nbsp;available&nbsp;information&nbsp;that&nbsp;could&nbsp;be&nbsp;r</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">eferenced&nbsp;and&nbsp;scrutinized&nbsp;for&nbsp;legitimacy&nbsp;over&nbsp;the&nbsp;course&nbsp;of&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">eferenced&nbsp;and&nbsp;scrutinized&nbsp;for&nbsp;legitimacy&nbsp;over&nbsp;the&nbsp;course&nbsp;of&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">an&nbsp;operation&nbsp;using&nbsp;that&nbsp;persona&nbsp;or&nbsp;identity.(Citation:&nbsp;NEWSC</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">an&nbsp;operation&nbsp;using&nbsp;that&nbsp;persona&nbsp;or&nbsp;identity.(Citation:&nbsp;NEWSC</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ASTER2014)(Citation:&nbsp;BlackHatRobinSage)&nbsp;&nbsp;For&nbsp;operations&nbsp;inco</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ASTER2014)(Citation:&nbsp;BlackHatRobinSage)&nbsp;&nbsp;For&nbsp;operations&nbsp;inco</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rporating&nbsp;social&nbsp;engineering,&nbsp;the&nbsp;utilization&nbsp;of&nbsp;an&nbsp;online&nbsp;p</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rporating&nbsp;social&nbsp;engineering,&nbsp;the&nbsp;utilization&nbsp;of&nbsp;an&nbsp;online&nbsp;p</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ersona&nbsp;may&nbsp;be&nbsp;important.&nbsp;These&nbsp;personas&nbsp;may&nbsp;be&nbsp;fictitious&nbsp;or</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ersona&nbsp;may&nbsp;be&nbsp;important.&nbsp;These&nbsp;personas&nbsp;may&nbsp;be&nbsp;fictitious&nbsp;or</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;impersonate&nbsp;real&nbsp;people.&nbsp;The&nbsp;persona&nbsp;may&nbsp;exist&nbsp;on&nbsp;a&nbsp;single&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;impersonate&nbsp;real&nbsp;people.&nbsp;The&nbsp;persona&nbsp;may&nbsp;exist&nbsp;on&nbsp;a&nbsp;single&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">site&nbsp;or&nbsp;across&nbsp;multiple&nbsp;sites&nbsp;(ex:&nbsp;Facebook,&nbsp;LinkedIn,&nbsp;Twitt</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">site&nbsp;or&nbsp;across&nbsp;multiple&nbsp;sites&nbsp;(ex:&nbsp;Facebook,&nbsp;LinkedIn,&nbsp;Twitt</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">er,&nbsp;Google,&nbsp;GitHub,&nbsp;Docker&nbsp;Hub,&nbsp;etc.).&nbsp;Establishing&nbsp;a&nbsp;person</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">er,&nbsp;Google,&nbsp;GitHub,&nbsp;Docker&nbsp;Hub,&nbsp;etc.).&nbsp;Establishing&nbsp;a&nbsp;person</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">a&nbsp;may&nbsp;require&nbsp;development&nbsp;of&nbsp;additional&nbsp;documentation&nbsp;to&nbsp;mak</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">a&nbsp;may&nbsp;require&nbsp;development&nbsp;of&nbsp;additional&nbsp;documentation&nbsp;to&nbsp;mak</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;them&nbsp;seem&nbsp;real.&nbsp;This&nbsp;could&nbsp;include&nbsp;filling&nbsp;out&nbsp;profile&nbsp;inf</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;them&nbsp;seem&nbsp;real.&nbsp;This&nbsp;could&nbsp;include&nbsp;filling&nbsp;out&nbsp;profile&nbsp;inf</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ormation,&nbsp;developing&nbsp;social&nbsp;networks,&nbsp;or&nbsp;incorporating&nbsp;photo</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ormation,&nbsp;developing&nbsp;social&nbsp;networks,&nbsp;or&nbsp;incorporating&nbsp;photo</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s.(Citation:&nbsp;NEWSCASTER2014)(Citation:&nbsp;BlackHatRobinSage)&nbsp;&nbsp;E</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s.(Citation:&nbsp;NEWSCASTER2014)(Citation:&nbsp;BlackHatRobinSage)&nbsp;&nbsp;E</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">stablishing&nbsp;accounts&nbsp;can&nbsp;also&nbsp;include&nbsp;the&nbsp;creation&nbsp;of&nbsp;accoun</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">stablishing&nbsp;accounts&nbsp;can&nbsp;also&nbsp;include&nbsp;the&nbsp;creation&nbsp;of&nbsp;accoun</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ts&nbsp;with&nbsp;email&nbsp;providers,&nbsp;which&nbsp;may&nbsp;be&nbsp;directly&nbsp;leveraged&nbsp;for</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ts&nbsp;with&nbsp;email&nbsp;providers,&nbsp;which&nbsp;may&nbsp;be&nbsp;directly&nbsp;leveraged&nbsp;for</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;[Phishing&nbsp;for&nbsp;Information](https://attack.mitre.org/techniq</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;[Phishing&nbsp;for&nbsp;Information](https://attack.mitre.org/techniq</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ues/T1598)&nbsp;or&nbsp;[Phishing](https://attack.mitre.org/techniques</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ues/T1598)&nbsp;or&nbsp;[Phishing](https://attack.mitre.org/techniques</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">/T1566).(Citation:&nbsp;Mandiant&nbsp;APT1)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">/T1566).(Citation:&nbsp;Mandiant&nbsp;APT1)<span class=\"diff_add\">&nbsp;In&nbsp;addition,&nbsp;establishing&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">accounts&nbsp;may&nbsp;allow&nbsp;adversaries&nbsp;to&nbsp;abuse&nbsp;free&nbsp;services,&nbsp;such&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">as&nbsp;registering&nbsp;for&nbsp;trial&nbsp;periods&nbsp;to&nbsp;[Acquire&nbsp;Infrastructure]</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">(https://attack.mitre.org/techniques/T1583)&nbsp;for&nbsp;malicious&nbsp;pu</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">rposes.(Citation:&nbsp;Free&nbsp;Trial&nbsp;PurpleUrchin)&nbsp;</span></td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1056: Pre-compromise"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0021: Persona (Social Media)",
                            "DS0029: Network Traffic (Network Traffic Content)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--65013dd2-bc61-43e3-afb5-a14c4fa7437a",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-10-01 01:09:53.217000+00:00",
                    "modified": "2024-02-28 21:11:27.088000+00:00",
                    "name": "Email Accounts",
                    "description": "Adversaries may create email accounts that can be used during targeting. Adversaries can use accounts created with email providers to further their operations, such as leveraging them to conduct [Phishing for Information](https://attack.mitre.org/techniques/T1598) or [Phishing](https://attack.mitre.org/techniques/T1566).(Citation: Mandiant APT1) Establishing email accounts may also allow adversaries to abuse free services \u2013 such as trial periods \u2013 to [Acquire Infrastructure](https://attack.mitre.org/techniques/T1583) for follow-on purposes.(Citation: Free Trial PurpleUrchin)\n\nAdversaries may also take steps to cultivate a persona around the email account, such as through use of [Social Media Accounts](https://attack.mitre.org/techniques/T1585/001), to increase the chance of success of follow-on behaviors. Created email accounts can also be used in the acquisition of infrastructure (ex: [Domains](https://attack.mitre.org/techniques/T1583/001)).(Citation: Mandiant APT1)\n\nTo decrease the chance of physically tying back operations to themselves, adversaries may make use of disposable email services.(Citation: Trend Micro R980 2016) ",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "resource-development"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1585/002",
                            "external_id": "T1585.002"
                        },
                        {
                            "source_name": "Trend Micro R980 2016",
                            "description": "Antazo, F. and Yambao, M. (2016, August 10). R980 Ransomware Found Abusing Disposable Email Address Service. Retrieved October 13, 2020.",
                            "url": "https://blog.trendmicro.com/trendlabs-security-intelligence/r980-ransomware-disposable-email-service/"
                        },
                        {
                            "source_name": "Free Trial PurpleUrchin",
                            "description": "Gamazo, William. Quist, Nathaniel.. (2023, January 5). PurpleUrchin Bypasses CAPTCHA and Steals Cloud Platform Resources. Retrieved February 28, 2024.",
                            "url": "https://unit42.paloaltonetworks.com/purpleurchin-steals-cloud-resources/"
                        },
                        {
                            "source_name": "Mandiant APT1",
                            "description": "Mandiant. (n.d.). APT1 Exposing One of China\u2019s Cyber Espionage Units. Retrieved July 18, 2016.",
                            "url": "https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/mandiant-apt1-report.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Much of this activity will take place outside the visibility of the target organization, making detection of this behavior difficult. Detection efforts may be focused on related stages of the adversary lifecycle, such as during Initial Access (ex: [Phishing](https://attack.mitre.org/techniques/T1566)).",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "PRE"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-02-28 21:11:27.088000+00:00\", \"old_value\": \"2021-04-15 03:09:59.862000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may create email accounts that can be used during targeting. Adversaries can use accounts created with email providers to further their operations, such as leveraging them to conduct [Phishing for Information](https://attack.mitre.org/techniques/T1598) or [Phishing](https://attack.mitre.org/techniques/T1566).(Citation: Mandiant APT1) Establishing email accounts may also allow adversaries to abuse free services \\u2013 such as trial periods \\u2013 to [Acquire Infrastructure](https://attack.mitre.org/techniques/T1583) for follow-on purposes.(Citation: Free Trial PurpleUrchin)\\n\\nAdversaries may also take steps to cultivate a persona around the email account, such as through use of [Social Media Accounts](https://attack.mitre.org/techniques/T1585/001), to increase the chance of success of follow-on behaviors. Created email accounts can also be used in the acquisition of infrastructure (ex: [Domains](https://attack.mitre.org/techniques/T1583/001)).(Citation: Mandiant APT1)\\n\\nTo decrease the chance of physically tying back operations to themselves, adversaries may make use of disposable email services.(Citation: Trend Micro R980 2016) \", \"old_value\": \"Adversaries may create email accounts that can be used during targeting. Adversaries can use accounts created with email providers to further their operations, such as leveraging them to conduct [Phishing for Information](https://attack.mitre.org/techniques/T1598) or [Phishing](https://attack.mitre.org/techniques/T1566).(Citation: Mandiant APT1) Adversaries may also take steps to cultivate a persona around the email account, such as through use of [Social Media Accounts](https://attack.mitre.org/techniques/T1585/001), to increase the chance of success of follow-on behaviors. Created email accounts can also be used in the acquisition of infrastructure (ex: [Domains](https://attack.mitre.org/techniques/T1583/001)).(Citation: Mandiant APT1)\\n\\nTo decrease the chance of physically tying back operations to themselves, adversaries may make use of disposable email services.(Citation: Trend Micro R980 2016)\", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,5 @@\\n-Adversaries may create email accounts that can be used during targeting. Adversaries can use accounts created with email providers to further their operations, such as leveraging them to conduct [Phishing for Information](https://attack.mitre.org/techniques/T1598) or [Phishing](https://attack.mitre.org/techniques/T1566).(Citation: Mandiant APT1) Adversaries may also take steps to cultivate a persona around the email account, such as through use of [Social Media Accounts](https://attack.mitre.org/techniques/T1585/001), to increase the chance of success of follow-on behaviors. Created email accounts can also be used in the acquisition of infrastructure (ex: [Domains](https://attack.mitre.org/techniques/T1583/001)).(Citation: Mandiant APT1)\\n+Adversaries may create email accounts that can be used during targeting. Adversaries can use accounts created with email providers to further their operations, such as leveraging them to conduct [Phishing for Information](https://attack.mitre.org/techniques/T1598) or [Phishing](https://attack.mitre.org/techniques/T1566).(Citation: Mandiant APT1) Establishing email accounts may also allow adversaries to abuse free services \\u2013 such as trial periods \\u2013 to [Acquire Infrastructure](https://attack.mitre.org/techniques/T1583) for follow-on purposes.(Citation: Free Trial PurpleUrchin)\\n \\n-To decrease the chance of physically tying back operations to themselves, adversaries may make use of disposable email services.(Citation: Trend Micro R980 2016)\\n+Adversaries may also take steps to cultivate a persona around the email account, such as through use of [Social Media Accounts](https://attack.mitre.org/techniques/T1585/001), to increase the chance of success of follow-on behaviors. Created email accounts can also be used in the acquisition of infrastructure (ex: [Domains](https://attack.mitre.org/techniques/T1583/001)).(Citation: Mandiant APT1)\\n+\\n+To decrease the chance of physically tying back operations to themselves, adversaries may make use of disposable email services.(Citation: Trend Micro R980 2016) \"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}, \"iterable_item_added\": {\"root['external_references'][2]\": {\"source_name\": \"Free Trial PurpleUrchin\", \"description\": \"Gamazo, William. Quist, Nathaniel.. (2023, January 5). PurpleUrchin Bypasses CAPTCHA and Steals Cloud Platform Resources. Retrieved February 28, 2024.\", \"url\": \"https://unit42.paloaltonetworks.com/purpleurchin-steals-cloud-resources/\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to61__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to61__0\"><a href=\"#difflib_chg_to61__top\">t</a></td><td class=\"diff_header\" id=\"from61_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;create&nbsp;email&nbsp;accounts&nbsp;that&nbsp;can&nbsp;be&nbsp;used&nbsp;durin</td><td class=\"diff_next\"><a href=\"#difflib_chg_to61__top\">t</a></td><td class=\"diff_header\" id=\"to61_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;create&nbsp;email&nbsp;accounts&nbsp;that&nbsp;can&nbsp;be&nbsp;used&nbsp;durin</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">g&nbsp;targeting.&nbsp;Adversaries&nbsp;can&nbsp;use&nbsp;accounts&nbsp;created&nbsp;with&nbsp;email</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">g&nbsp;targeting.&nbsp;Adversaries&nbsp;can&nbsp;use&nbsp;accounts&nbsp;created&nbsp;with&nbsp;email</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;providers&nbsp;to&nbsp;further&nbsp;their&nbsp;operations,&nbsp;such&nbsp;as&nbsp;leveraging&nbsp;t</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;providers&nbsp;to&nbsp;further&nbsp;their&nbsp;operations,&nbsp;such&nbsp;as&nbsp;leveraging&nbsp;t</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">hem&nbsp;to&nbsp;conduct&nbsp;[Phishing&nbsp;for&nbsp;Information](https://attack.mit</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">hem&nbsp;to&nbsp;conduct&nbsp;[Phishing&nbsp;for&nbsp;Information](https://attack.mit</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">re.org/techniques/T1598)&nbsp;or&nbsp;[Phishing](https://attack.mitre.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">re.org/techniques/T1598)&nbsp;or&nbsp;[Phishing](https://attack.mitre.</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">org/techniques/T1566).(Citation:&nbsp;Mandiant&nbsp;APT1)&nbsp;Adversaries&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">org/techniques/T1566).(Citation:&nbsp;Mandiant&nbsp;APT1)&nbsp;<span class=\"diff_add\">Establishing</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">may&nbsp;also&nbsp;take&nbsp;steps&nbsp;to&nbsp;cultivate&nbsp;a&nbsp;persona&nbsp;around&nbsp;the&nbsp;email&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;email&nbsp;accounts&nbsp;may&nbsp;also&nbsp;allow&nbsp;adversaries&nbsp;to&nbsp;abuse&nbsp;free&nbsp;ser</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">account,&nbsp;such&nbsp;as&nbsp;through&nbsp;use&nbsp;of&nbsp;[Social&nbsp;Media&nbsp;Accounts](http</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">vices&nbsp;\u2013&nbsp;such&nbsp;as&nbsp;trial&nbsp;periods&nbsp;\u2013&nbsp;to&nbsp;[</span>A<span class=\"diff_add\">cquire&nbsp;Infrastructure](</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s://attack.mitre.org/techniques/T1585/001),&nbsp;to&nbsp;increase&nbsp;the&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">https://attack.mitre.org/techniques/T1583)&nbsp;for&nbsp;follow-on&nbsp;pur</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">chance&nbsp;of&nbsp;success&nbsp;of&nbsp;follow-on&nbsp;behaviors.&nbsp;Created&nbsp;email&nbsp;acco</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">poses.(Citation:&nbsp;Free&nbsp;Trial&nbsp;PurpleUrchin)&nbsp;&nbsp;A</span>dversaries&nbsp;may&nbsp;a</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">unts&nbsp;can&nbsp;also&nbsp;be&nbsp;used&nbsp;in&nbsp;the&nbsp;acquisition&nbsp;of&nbsp;infrastructure&nbsp;(</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">lso&nbsp;take&nbsp;steps&nbsp;to&nbsp;cultivate&nbsp;a&nbsp;persona&nbsp;around&nbsp;the&nbsp;email&nbsp;accou</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ex:&nbsp;[Domains](https://attack.mitre.org/techniques/T1583/001)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nt,&nbsp;such&nbsp;as&nbsp;through&nbsp;use&nbsp;of&nbsp;[Social&nbsp;Media&nbsp;Accounts](https://a</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">).(Citation:&nbsp;Mandiant&nbsp;APT1)&nbsp;&nbsp;To&nbsp;decrease&nbsp;the&nbsp;chance&nbsp;of&nbsp;physi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ttack.mitre.org/techniques/T1585/001),&nbsp;to&nbsp;increase&nbsp;the&nbsp;chanc</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">cally&nbsp;tying&nbsp;back&nbsp;operations&nbsp;to&nbsp;themselves,&nbsp;adversaries&nbsp;may&nbsp;m</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;of&nbsp;success&nbsp;of&nbsp;follow-on&nbsp;behaviors.&nbsp;Created&nbsp;email&nbsp;accounts&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ake&nbsp;use&nbsp;of&nbsp;disposable&nbsp;email&nbsp;services.(Citation:&nbsp;Trend&nbsp;Micro&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">can&nbsp;also&nbsp;be&nbsp;used&nbsp;in&nbsp;the&nbsp;acquisition&nbsp;of&nbsp;infrastructure&nbsp;(ex:&nbsp;[</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">R980&nbsp;2016)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Domains](https://attack.mitre.org/techniques/T1583/001)).(Ci</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tation:&nbsp;Mandiant&nbsp;APT1)&nbsp;&nbsp;To&nbsp;decrease&nbsp;the&nbsp;chance&nbsp;of&nbsp;physically</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;tying&nbsp;back&nbsp;operations&nbsp;to&nbsp;themselves,&nbsp;adversaries&nbsp;may&nbsp;make&nbsp;u</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">se&nbsp;of&nbsp;disposable&nbsp;email&nbsp;services.(Citation:&nbsp;Trend&nbsp;Micro&nbsp;R980&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">2016)<span class=\"diff_add\">&nbsp;</span></td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1056: Pre-compromise"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--b6301b64-ef57-4cce-bb0b-77026f14a8db",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-01-22 21:04:23.285000+00:00",
                    "modified": "2024-03-01 15:49:15.588000+00:00",
                    "name": "Event Triggered Execution",
                    "description": "Adversaries may establish persistence and/or elevate privileges using system mechanisms that trigger execution based on specific events. Various operating systems have means to monitor and subscribe to events such as logons or other user activity such as running specific applications/binaries. Cloud environments may also support various functions and services that monitor and can be invoked in response to specific cloud events.(Citation: Backdooring an AWS account)(Citation: Varonis Power Automate Data Exfiltration)(Citation: Microsoft DART Case Report 001)\n\nAdversaries may abuse these mechanisms as a means of maintaining persistent access to a victim via repeatedly executing malicious code. After gaining access to a victim system, adversaries may create/modify event triggers to point to malicious content that will be executed whenever the event trigger is invoked.(Citation: FireEye WMI 2015)(Citation: Malware Persistence on OS X)(Citation: amnesia malware)\n\nSince the execution can be proxied by an account with higher permissions, such as SYSTEM or service accounts, an adversary may be able to abuse these triggered execution mechanisms to escalate their privileges. ",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "privilege-escalation"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "persistence"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1546",
                            "external_id": "T1546"
                        },
                        {
                            "source_name": "FireEye WMI 2015",
                            "description": "Ballenthin, W., et al. (2015). Windows Management Instrumentation (WMI) Offense, Defense, and Forensics. Retrieved March 30, 2016.",
                            "url": "https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/wp-windows-management-instrumentation.pdf"
                        },
                        {
                            "source_name": "Microsoft DART Case Report 001",
                            "description": "Berk Veral. (2020, March 9). Real-life cybercrime stories from DART, the Microsoft Detection and Response Team. Retrieved May 27, 2022.",
                            "url": "https://www.microsoft.com/security/blog/2020/03/09/real-life-cybercrime-stories-dart-microsoft-detection-and-response-team"
                        },
                        {
                            "source_name": "amnesia malware",
                            "description": "Claud Xiao, Cong Zheng, Yanhui Jia. (2017, April 6). New IoT/Linux Malware Targets DVRs, Forms Botnet. Retrieved February 19, 2018.",
                            "url": "https://researchcenter.paloaltonetworks.com/2017/04/unit42-new-iotlinux-malware-targets-dvrs-forms-botnet/"
                        },
                        {
                            "source_name": "Backdooring an AWS account",
                            "description": "Daniel Grzelak. (2016, July 9). Backdooring an AWS account. Retrieved May 27, 2022.",
                            "url": "https://medium.com/daniel-grzelak/backdooring-an-aws-account-da007d36f8f9"
                        },
                        {
                            "source_name": "Varonis Power Automate Data Exfiltration",
                            "description": "Eric Saraga. (2022, February 2). Using Power Automate for Covert Data Exfiltration in Microsoft 365. Retrieved May 27, 2022.",
                            "url": "https://www.varonis.com/blog/power-automate-data-exfiltration"
                        },
                        {
                            "source_name": "Malware Persistence on OS X",
                            "description": "Patrick Wardle. (2015). Malware Persistence on OS X Yosemite. Retrieved July 10, 2017.",
                            "url": "https://www.virusbulletin.com/uploads/pdf/conference/vb2014/VB2014-Wardle.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "Module: Module Load",
                        "WMI: WMI Creation",
                        "File: File Metadata",
                        "File: File Creation",
                        "File: File Modification",
                        "Windows Registry: Windows Registry Key Modification",
                        "Command: Command Execution",
                        "Cloud Service: Cloud Service Modification",
                        "Process: Process Creation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitoring for additions or modifications of mechanisms that could be used to trigger event-based execution, especially the addition of abnormal commands such as execution of unknown programs, opening network sockets, or reaching out across the network. Also look for changes that do not line up with updates, patches, or other planned administrative activity. \n\nThese mechanisms may vary by OS, but are typically stored in central repositories that store configuration information such as the Windows Registry, Common Information Model (CIM), and/or specific named files, the last of which can be hashed and compared to known good values. \n\nMonitor for processes, API/System calls, and other common ways of manipulating these event repositories. \n\nTools such as Sysinternals Autoruns can be used to detect changes to execution triggers that could be attempts at persistence. Also look for abnormal process call trees for execution of other commands that could relate to Discovery actions or other techniques.  \n\nMonitor DLL loads by processes, specifically looking for DLLs that are not recognized or not normally loaded into a process. Look for abnormal process behavior that may be due to a process loading a malicious DLL. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as making network connections for Command and Control, learning details about the environment through Discovery, and conducting Lateral Movement. ",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows",
                        "SaaS",
                        "IaaS",
                        "Office 365"
                    ],
                    "x_mitre_version": "1.3",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-03-01 15:49:15.588000+00:00\", \"old_value\": \"2022-10-19 15:44:20.456000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.3\", \"old_value\": \"1.2\"}}}",
                    "previous_version": "1.2",
                    "version_change": "1.2 \u2192 1.3",
                    "changelog_mitigations": {
                        "shared": [],
                        "new": [
                            "M1026: Privileged Account Management",
                            "M1051: Update Software"
                        ],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0005: WMI (WMI Creation)",
                            "DS0009: Process (Process Creation)",
                            "DS0011: Module (Module Load)",
                            "DS0017: Command (Command Execution)",
                            "DS0022: File (File Creation)",
                            "DS0022: File (File Metadata)",
                            "DS0022: File (File Modification)",
                            "DS0024: Windows Registry (Windows Registry Key Modification)",
                            "DS0025: Cloud Service (Cloud Service Modification)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--da051493-ae9c-4b1b-9760-c009c46c9b56",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2022-09-27 18:02:16.026000+00:00",
                    "modified": "2024-04-12 02:23:44.583000+00:00",
                    "name": "Installer Packages",
                    "description": "Adversaries may establish persistence and elevate privileges by using an installer to trigger the execution of malicious content. Installer packages are OS specific and contain the resources an operating system needs to install applications on a system. Installer packages can include scripts that run prior to installation as well as after installation is complete. Installer scripts may inherit elevated permissions when executed. Developers often use these scripts to prepare the environment for installation, check requirements, download dependencies, and remove files after installation.(Citation: Installer Package Scripting Rich Trouton)\n\nUsing legitimate applications, adversaries have distributed applications with modified installer scripts to execute malicious content. When a user installs the application, they may be required to grant administrative permissions to allow the installation. At the end of the installation process of the legitimate application, content such as macOS `postinstall` scripts can be executed with the inherited elevated permissions. Adversaries can use these scripts to execute a malicious executable or install other malicious components (such as a [Launch Daemon](https://attack.mitre.org/techniques/T1543/004)) with the elevated permissions.(Citation: Application Bundle Manipulation Brandon Dalton)(Citation: wardle evilquest parti)(Citation: Windows AppleJeus GReAT)(Citation: Debian Manual Maintainer Scripts)\n\nDepending on the distribution, Linux versions of package installer scripts are sometimes called maintainer scripts or post installation scripts. These scripts can include `preinst`, `postinst`, `prerm`, `postrm` scripts and run as root when executed.\n\nFor Windows, the Microsoft Installer services uses `.msi` files to manage the installing, updating, and uninstalling of applications. These installation routines may also include instructions to perform additional actions that may be abused by adversaries.(Citation: Microsoft Installation Procedures)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "privilege-escalation"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "persistence"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1546/016",
                            "external_id": "T1546.016"
                        },
                        {
                            "source_name": "Application Bundle Manipulation Brandon Dalton",
                            "description": "Brandon Dalton. (2022, August 9). A bundle of nerves: Tweaking macOS security controls to thwart application bundle manipulation. Retrieved September 27, 2022.",
                            "url": "https://redcanary.com/blog/mac-application-bundles/"
                        },
                        {
                            "source_name": "Debian Manual Maintainer Scripts",
                            "description": "Debian Policy Manual v4.6.1.1. (2022, August 14). Package maintainer scripts and installation procedure. Retrieved September 27, 2022.",
                            "url": "https://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#s-mscriptsinstact"
                        },
                        {
                            "source_name": "Windows AppleJeus GReAT",
                            "description": "Global Research & Analysis Team, Kaspersky Lab (GReAT). (2018, August 23). Operation AppleJeus: Lazarus hits cryptocurrency exchange with fake installer and macOS malware. Retrieved September 27, 2022.",
                            "url": "https://securelist.com/operation-applejeus/87553/"
                        },
                        {
                            "source_name": "Microsoft Installation Procedures",
                            "description": "Microsoft. (2021, January 7). Installation Procedure Tables Group. Retrieved December 27, 2023.",
                            "url": "https://learn.microsoft.com/windows/win32/msi/installation-procedure-tables-group"
                        },
                        {
                            "source_name": "wardle evilquest parti",
                            "description": "Patrick Wardle. (2020, June 29). OSX.EvilQuest Uncovered part i: infection, persistence, and more!. Retrieved March 18, 2021.",
                            "url": "https://objective-see.com/blog/blog_0x59.html"
                        },
                        {
                            "source_name": "Installer Package Scripting Rich Trouton",
                            "description": "Rich Trouton. (2019, August 9). Installer Package Scripting: Making your deployments easier, one ! at a time. Retrieved September 27, 2022.",
                            "url": "https://cpb-us-e1.wpmucdn.com/sites.psu.edu/dist/4/24696/files/2019/07/psumac2019-345-Installer-Package-Scripting-Making-your-deployments-easier-one-at-a-time.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Brandon Dalton @PartyD0lphin",
                        "Alexander Rodchenko"
                    ],
                    "x_mitre_data_sources": [
                        "Process: Process Creation",
                        "Command: Command Execution",
                        "File: File Creation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_effective_permissions": [
                        "root"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_permissions_required": [
                        "User"
                    ],
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-12 02:23:44.583000+00:00\", \"old_value\": \"2022-10-19 22:44:20.305000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may establish persistence and elevate privileges by using an installer to trigger the execution of malicious content. Installer packages are OS specific and contain the resources an operating system needs to install applications on a system. Installer packages can include scripts that run prior to installation as well as after installation is complete. Installer scripts may inherit elevated permissions when executed. Developers often use these scripts to prepare the environment for installation, check requirements, download dependencies, and remove files after installation.(Citation: Installer Package Scripting Rich Trouton)\\n\\nUsing legitimate applications, adversaries have distributed applications with modified installer scripts to execute malicious content. When a user installs the application, they may be required to grant administrative permissions to allow the installation. At the end of the installation process of the legitimate application, content such as macOS `postinstall` scripts can be executed with the inherited elevated permissions. Adversaries can use these scripts to execute a malicious executable or install other malicious components (such as a [Launch Daemon](https://attack.mitre.org/techniques/T1543/004)) with the elevated permissions.(Citation: Application Bundle Manipulation Brandon Dalton)(Citation: wardle evilquest parti)(Citation: Windows AppleJeus GReAT)(Citation: Debian Manual Maintainer Scripts)\\n\\nDepending on the distribution, Linux versions of package installer scripts are sometimes called maintainer scripts or post installation scripts. These scripts can include `preinst`, `postinst`, `prerm`, `postrm` scripts and run as root when executed.\\n\\nFor Windows, the Microsoft Installer services uses `.msi` files to manage the installing, updating, and uninstalling of applications. These installation routines may also include instructions to perform additional actions that may be abused by adversaries.(Citation: Microsoft Installation Procedures)\", \"old_value\": \"Adversaries may establish persistence and elevate privileges by using an installer to trigger the execution of malicious content. Installer packages are OS specific and contain the resources an operating system needs to install applications on a system. Installer packages can include scripts that run prior to installation as well as after installation is complete. Installer scripts may inherit elevated permissions when executed. Developers often use these scripts to prepare the environment for installation, check requirements, download dependencies, and remove files after installation.(Citation: Installer Package Scripting Rich Trouton)\\n\\nUsing legitimate applications, adversaries have distributed applications with modified installer scripts to execute malicious content. When a user installs the application, they may be required to grant administrative permissions to allow the installation. At the end of the installation process of the legitimate application, content such as macOS `postinstall` scripts can be executed with the inherited elevated permissions. Adversaries can use these scripts to execute a malicious executable or install other malicious components (such as a [Launch Daemon](https://attack.mitre.org/techniques/T1543/004)) with the elevated permissions.(Citation: Application Bundle Manipulation Brandon Dalton)(Citation: wardle evilquest parti)\\n\\nDepending on the distribution, Linux versions of package installer scripts are sometimes called maintainer scripts or post installation scripts. These scripts can include `preinst`, `postinst`, `prerm`, `postrm` scripts and run as root when executed.\\n\\nFor Windows, the Microsoft Installer services uses `.msi` files to manage the installing, updating, and uninstalling of applications. Adversaries have leveraged `Prebuild` and `Postbuild` events to run commands before or after a build when installing .msi files.(Citation: Windows AppleJeus GReAT)(Citation: Debian Manual Maintainer Scripts)\", \"diff\": \"--- \\n+++ \\n@@ -1,7 +1,7 @@\\n Adversaries may establish persistence and elevate privileges by using an installer to trigger the execution of malicious content. Installer packages are OS specific and contain the resources an operating system needs to install applications on a system. Installer packages can include scripts that run prior to installation as well as after installation is complete. Installer scripts may inherit elevated permissions when executed. Developers often use these scripts to prepare the environment for installation, check requirements, download dependencies, and remove files after installation.(Citation: Installer Package Scripting Rich Trouton)\\n \\n-Using legitimate applications, adversaries have distributed applications with modified installer scripts to execute malicious content. When a user installs the application, they may be required to grant administrative permissions to allow the installation. At the end of the installation process of the legitimate application, content such as macOS `postinstall` scripts can be executed with the inherited elevated permissions. Adversaries can use these scripts to execute a malicious executable or install other malicious components (such as a [Launch Daemon](https://attack.mitre.org/techniques/T1543/004)) with the elevated permissions.(Citation: Application Bundle Manipulation Brandon Dalton)(Citation: wardle evilquest parti)\\n+Using legitimate applications, adversaries have distributed applications with modified installer scripts to execute malicious content. When a user installs the application, they may be required to grant administrative permissions to allow the installation. At the end of the installation process of the legitimate application, content such as macOS `postinstall` scripts can be executed with the inherited elevated permissions. Adversaries can use these scripts to execute a malicious executable or install other malicious components (such as a [Launch Daemon](https://attack.mitre.org/techniques/T1543/004)) with the elevated permissions.(Citation: Application Bundle Manipulation Brandon Dalton)(Citation: wardle evilquest parti)(Citation: Windows AppleJeus GReAT)(Citation: Debian Manual Maintainer Scripts)\\n \\n Depending on the distribution, Linux versions of package installer scripts are sometimes called maintainer scripts or post installation scripts. These scripts can include `preinst`, `postinst`, `prerm`, `postrm` scripts and run as root when executed.\\n \\n-For Windows, the Microsoft Installer services uses `.msi` files to manage the installing, updating, and uninstalling of applications. Adversaries have leveraged `Prebuild` and `Postbuild` events to run commands before or after a build when installing .msi files.(Citation: Windows AppleJeus GReAT)(Citation: Debian Manual Maintainer Scripts)\\n+For Windows, the Microsoft Installer services uses `.msi` files to manage the installing, updating, and uninstalling of applications. These installation routines may also include instructions to perform additional actions that may be abused by adversaries.(Citation: Microsoft Installation Procedures)\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}, \"iterable_item_added\": {\"root['external_references'][4]\": {\"source_name\": \"Microsoft Installation Procedures\", \"description\": \"Microsoft. (2021, January 7). Installation Procedure Tables Group. Retrieved December 27, 2023.\", \"url\": \"https://learn.microsoft.com/windows/win32/msi/installation-procedure-tables-group\"}, \"root['x_mitre_contributors'][1]\": \"Alexander Rodchenko\"}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to15__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to15__0\"><a href=\"#difflib_chg_to15__top\">t</a></td><td class=\"diff_header\" id=\"from15_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_sub\">Adversaries&nbsp;may&nbsp;establish&nbsp;persistence&nbsp;and&nbsp;elevate&nbsp;privileges</span></td><td class=\"diff_next\"><a href=\"#difflib_chg_to15__top\">t</a></td><td class=\"diff_header\" id=\"to15_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_add\">Adversaries&nbsp;may&nbsp;establish&nbsp;persistence&nbsp;and&nbsp;elevate&nbsp;privileges</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;by&nbsp;using&nbsp;an&nbsp;installer&nbsp;to&nbsp;trigger&nbsp;the&nbsp;execution&nbsp;of&nbsp;malicious</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;by&nbsp;using&nbsp;an&nbsp;installer&nbsp;to&nbsp;trigger&nbsp;the&nbsp;execution&nbsp;of&nbsp;malicious</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;content.&nbsp;Installer&nbsp;packages&nbsp;are&nbsp;OS&nbsp;specific&nbsp;and&nbsp;contain&nbsp;the</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;content.&nbsp;Installer&nbsp;packages&nbsp;are&nbsp;OS&nbsp;specific&nbsp;and&nbsp;contain&nbsp;the</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;resources&nbsp;an&nbsp;operating&nbsp;system&nbsp;needs&nbsp;to&nbsp;install&nbsp;applications</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;resources&nbsp;an&nbsp;operating&nbsp;system&nbsp;needs&nbsp;to&nbsp;install&nbsp;applications</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;on&nbsp;a&nbsp;system.&nbsp;Installer&nbsp;packages&nbsp;can&nbsp;include&nbsp;scripts&nbsp;that&nbsp;ru</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;on&nbsp;a&nbsp;system.&nbsp;Installer&nbsp;packages&nbsp;can&nbsp;include&nbsp;scripts&nbsp;that&nbsp;ru</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">n&nbsp;prior&nbsp;to&nbsp;installation&nbsp;as&nbsp;well&nbsp;as&nbsp;after&nbsp;installation&nbsp;is&nbsp;com</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">n&nbsp;prior&nbsp;to&nbsp;installation&nbsp;as&nbsp;well&nbsp;as&nbsp;after&nbsp;installation&nbsp;is&nbsp;com</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">plete.&nbsp;Installer&nbsp;scripts&nbsp;may&nbsp;inherit&nbsp;elevated&nbsp;permissions&nbsp;wh</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">plete.&nbsp;Installer&nbsp;scripts&nbsp;may&nbsp;inherit&nbsp;elevated&nbsp;permissions&nbsp;wh</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">en&nbsp;executed.&nbsp;Developers&nbsp;often&nbsp;use&nbsp;these&nbsp;scripts&nbsp;to&nbsp;prepare&nbsp;t</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">en&nbsp;executed.&nbsp;Developers&nbsp;often&nbsp;use&nbsp;these&nbsp;scripts&nbsp;to&nbsp;prepare&nbsp;t</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">he&nbsp;environment&nbsp;for&nbsp;installation,&nbsp;check&nbsp;requirements,&nbsp;downloa</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">he&nbsp;environment&nbsp;for&nbsp;installation,&nbsp;check&nbsp;requirements,&nbsp;downloa</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">d&nbsp;dependencies,&nbsp;and&nbsp;remove&nbsp;files&nbsp;after&nbsp;installation.(Citatio</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">d&nbsp;dependencies,&nbsp;and&nbsp;remove&nbsp;files&nbsp;after&nbsp;installation.(Citatio</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">n:&nbsp;Installer&nbsp;Package&nbsp;Scripting&nbsp;Rich&nbsp;Trouton)&nbsp;&nbsp;Using&nbsp;legitima</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">n:&nbsp;Installer&nbsp;Package&nbsp;Scripting&nbsp;Rich&nbsp;Trouton)&nbsp;&nbsp;Using&nbsp;legitima</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">te&nbsp;applications,&nbsp;adversaries&nbsp;have&nbsp;distributed&nbsp;applications&nbsp;w</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">te&nbsp;applications,&nbsp;adversaries&nbsp;have&nbsp;distributed&nbsp;applications&nbsp;w</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ith&nbsp;modified&nbsp;installer&nbsp;scripts&nbsp;to&nbsp;execute&nbsp;malicious&nbsp;content.</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ith&nbsp;modified&nbsp;installer&nbsp;scripts&nbsp;to&nbsp;execute&nbsp;malicious&nbsp;content.</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;When&nbsp;a&nbsp;user&nbsp;installs&nbsp;the&nbsp;application,&nbsp;they&nbsp;may&nbsp;be&nbsp;required&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;When&nbsp;a&nbsp;user&nbsp;installs&nbsp;the&nbsp;application,&nbsp;they&nbsp;may&nbsp;be&nbsp;required&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">to&nbsp;grant&nbsp;administrative&nbsp;permissions&nbsp;to&nbsp;allow&nbsp;the&nbsp;installatio</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">to&nbsp;grant&nbsp;administrative&nbsp;permissions&nbsp;to&nbsp;allow&nbsp;the&nbsp;installatio</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">n.&nbsp;At&nbsp;the&nbsp;end&nbsp;of&nbsp;the&nbsp;installation&nbsp;process&nbsp;of&nbsp;the&nbsp;legitimate&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">n.&nbsp;At&nbsp;the&nbsp;end&nbsp;of&nbsp;the&nbsp;installation&nbsp;process&nbsp;of&nbsp;the&nbsp;legitimate&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">application,&nbsp;content&nbsp;such&nbsp;as&nbsp;macOS&nbsp;`postinstall`&nbsp;scripts&nbsp;can</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">application,&nbsp;content&nbsp;such&nbsp;as&nbsp;macOS&nbsp;`postinstall`&nbsp;scripts&nbsp;can</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;be&nbsp;executed&nbsp;with&nbsp;the&nbsp;inherited&nbsp;elevated&nbsp;permissions.&nbsp;Advers</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;be&nbsp;executed&nbsp;with&nbsp;the&nbsp;inherited&nbsp;elevated&nbsp;permissions.&nbsp;Advers</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">aries&nbsp;can&nbsp;use&nbsp;these&nbsp;scripts&nbsp;to&nbsp;execute&nbsp;a&nbsp;malicious&nbsp;executabl</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">aries&nbsp;can&nbsp;use&nbsp;these&nbsp;scripts&nbsp;to&nbsp;execute&nbsp;a&nbsp;malicious&nbsp;executabl</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">e&nbsp;or&nbsp;install&nbsp;other&nbsp;malicious&nbsp;components&nbsp;(such&nbsp;as&nbsp;a&nbsp;[Launch&nbsp;D</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">e&nbsp;or&nbsp;install&nbsp;other&nbsp;malicious&nbsp;components&nbsp;(such&nbsp;as&nbsp;a&nbsp;[Launch&nbsp;D</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">aemon](https://attack.mitre.org/techniques/T1543/004))&nbsp;with&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">aemon](https://attack.mitre.org/techniques/T1543/004))&nbsp;with&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">the&nbsp;elevated&nbsp;permissions.(Citation:&nbsp;Application&nbsp;Bundle&nbsp;Manip</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">the&nbsp;elevated&nbsp;permissions.(Citation:&nbsp;Application&nbsp;Bundle&nbsp;Manip</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ulation&nbsp;Brandon&nbsp;Dalton)(Citation:&nbsp;wardle&nbsp;evilquest&nbsp;parti)&nbsp;&nbsp;D</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ulation&nbsp;Brandon&nbsp;Dalton)(Citation:&nbsp;wardle&nbsp;evilquest&nbsp;parti)(Ci</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">epending&nbsp;on&nbsp;the&nbsp;distribution,&nbsp;Linux&nbsp;versions&nbsp;of&nbsp;package&nbsp;inst</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">tation:&nbsp;Windows&nbsp;AppleJeus&nbsp;GReAT)(Citation:&nbsp;Debian&nbsp;Manual&nbsp;Mai</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">aller&nbsp;scripts&nbsp;are&nbsp;sometimes&nbsp;called&nbsp;maintainer&nbsp;scripts&nbsp;or&nbsp;pos</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ntainer&nbsp;Scripts)&nbsp;&nbsp;Depending&nbsp;on&nbsp;the&nbsp;distribution,&nbsp;Linux&nbsp;versi</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">t&nbsp;installation&nbsp;scripts.&nbsp;These&nbsp;scripts&nbsp;can&nbsp;include&nbsp;`preinst`,</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ons&nbsp;of&nbsp;package&nbsp;installer&nbsp;scripts&nbsp;are&nbsp;sometimes&nbsp;called&nbsp;mainta</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;`postinst`,&nbsp;`prerm`,&nbsp;`postrm`&nbsp;scripts&nbsp;and&nbsp;run&nbsp;as&nbsp;root&nbsp;when&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">iner&nbsp;scripts&nbsp;or&nbsp;post&nbsp;installation&nbsp;scripts.&nbsp;These&nbsp;scripts&nbsp;can</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">executed.&nbsp;&nbsp;For&nbsp;Windows,&nbsp;the&nbsp;Microsoft&nbsp;Installer&nbsp;services&nbsp;use</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;include&nbsp;`preinst`,&nbsp;`postinst`,&nbsp;`prerm`,&nbsp;`postrm`&nbsp;scripts&nbsp;an</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">s&nbsp;`.msi`&nbsp;files&nbsp;to&nbsp;manage&nbsp;the&nbsp;installing,&nbsp;updating,&nbsp;and&nbsp;unins</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">d&nbsp;run&nbsp;as&nbsp;root&nbsp;when&nbsp;executed.&nbsp;&nbsp;For&nbsp;Windows,&nbsp;the&nbsp;Microsoft&nbsp;Ins</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">talling&nbsp;of&nbsp;applications.&nbsp;Adversaries&nbsp;have&nbsp;leveraged&nbsp;`Prebuil</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">taller&nbsp;services&nbsp;uses&nbsp;`.msi`&nbsp;files&nbsp;to&nbsp;manage&nbsp;the&nbsp;installing,&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">d`&nbsp;and&nbsp;`Postbuild`&nbsp;events&nbsp;to&nbsp;run&nbsp;commands&nbsp;before&nbsp;or&nbsp;after&nbsp;a&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">updating,&nbsp;and&nbsp;uninstalling&nbsp;of&nbsp;applications.&nbsp;These&nbsp;installati</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">build&nbsp;when&nbsp;installing&nbsp;.msi&nbsp;files.(Citation:&nbsp;Windows&nbsp;AppleJeu</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">on&nbsp;routines&nbsp;may&nbsp;also&nbsp;include&nbsp;instructions&nbsp;to&nbsp;perform&nbsp;additio</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">s&nbsp;GReAT)(Citation:&nbsp;Debian&nbsp;Manual&nbsp;Maintainer&nbsp;Scripts)</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">nal&nbsp;actions&nbsp;that&nbsp;may&nbsp;be&nbsp;abused&nbsp;by&nbsp;adversaries.(Citation:&nbsp;Mic</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">rosoft&nbsp;Installation&nbsp;Procedures)</span></td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (Process Creation)",
                            "DS0017: Command (Command Execution)",
                            "DS0022: File (File Creation)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--910906dd-8c0a-475a-9cc1-5e029e2fad58",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-01-24 14:07:56.276000+00:00",
                    "modified": "2024-04-13 14:08:20.882000+00:00",
                    "name": "Windows Management Instrumentation Event Subscription",
                    "description": "Adversaries may establish persistence and elevate privileges by executing malicious content triggered by a Windows Management Instrumentation (WMI) event subscription. WMI can be used to install event filters, providers, consumers, and bindings that execute code when a defined event occurs. Examples of events that may be subscribed to are the wall clock time, user login, or the computer's uptime.(Citation: Mandiant M-Trends 2015)\n\nAdversaries may use the capabilities of WMI to subscribe to an event and execute arbitrary code when that event occurs, providing persistence on a system.(Citation: FireEye WMI SANS 2015)(Citation: FireEye WMI 2015) Adversaries may also compile WMI scripts \u2013 using `mofcomp.exe`  \u2013into Windows Management Object (MOF) files (.mof extension) that can be used to create a malicious subscription.(Citation: Dell WMI Persistence)(Citation: Microsoft MOF May 2018)\n\nWMI subscription execution is proxied by the WMI Provider Host process (WmiPrvSe.exe) and thus may result in elevated SYSTEM privileges.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "privilege-escalation"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "persistence"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1546/003",
                            "external_id": "T1546.003"
                        },
                        {
                            "source_name": "FireEye WMI 2015",
                            "description": "Ballenthin, W., et al. (2015). Windows Management Instrumentation (WMI) Offense, Defense, and Forensics. Retrieved March 30, 2016.",
                            "url": "https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/wp-windows-management-instrumentation.pdf"
                        },
                        {
                            "source_name": "Dell WMI Persistence",
                            "description": "Dell SecureWorks Counter Threat Unit\u2122 (CTU) Research Team. (2016, March 28). A Novel WMI Persistence Implementation. Retrieved March 30, 2016.",
                            "url": "https://www.secureworks.com/blog/wmi-persistence"
                        },
                        {
                            "source_name": "FireEye WMI SANS 2015",
                            "description": "Devon Kerr. (2015). There's Something About WMI. Retrieved May 4, 2020.",
                            "url": "https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/sans-dfir-2015.pdf"
                        },
                        {
                            "source_name": "Medium Detecting WMI Persistence",
                            "description": "French, D. (2018, October 9). Detecting & Removing an Attacker\u2019s WMI Persistence. Retrieved October 11, 2019.",
                            "url": "https://medium.com/threatpunter/detecting-removing-wmi-persistence-60ccbb7dff96"
                        },
                        {
                            "source_name": "Elastic - Hunting for Persistence Part 1",
                            "description": "French, D., Murphy, B. (2020, March 24). Adversary tradecraft 101: Hunting for persistence using Elastic Security (Part 1). Retrieved December 21, 2020.",
                            "url": "https://www.elastic.co/blog/hunting-for-persistence-using-elastic-security-part-1"
                        },
                        {
                            "source_name": "Mandiant M-Trends 2015",
                            "description": "Mandiant. (2015, February 24). M-Trends 2015: A View from the Front Lines. Retrieved May 18, 2016.",
                            "url": "https://www2.fireeye.com/rs/fireye/images/rpt-m-trends-2015.pdf"
                        },
                        {
                            "source_name": "Microsoft Register-WmiEvent",
                            "description": "Microsoft. (n.d.). Retrieved January 24, 2020.",
                            "url": "https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/register-wmievent?view=powershell-5.1"
                        },
                        {
                            "source_name": "TechNet Autoruns",
                            "description": "Russinovich, M. (2016, January 4). Autoruns for Windows v13.51. Retrieved June 6, 2016.",
                            "url": "https://technet.microsoft.com/en-us/sysinternals/bb963902"
                        },
                        {
                            "source_name": "Microsoft MOF May 2018",
                            "description": "Satran, M. (2018, May 30). Managed Object Format (MOF). Retrieved January 24, 2020.",
                            "url": "https://docs.microsoft.com/en-us/windows/win32/wmisdk/managed-object-format--mof-"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Brent Murphy, Elastic",
                        "David French, Elastic",
                        "Viren Chaudhari, Qualys"
                    ],
                    "x_mitre_data_sources": [
                        "File: File Creation",
                        "Process: Process Creation",
                        "Command: Command Execution",
                        "WMI: WMI Creation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor WMI event subscription entries, comparing current WMI event subscriptions to known good subscriptions for each host. Tools such as Sysinternals Autoruns may also be used to detect WMI changes that could be attempts at persistence.(Citation: TechNet Autoruns)(Citation: Medium Detecting WMI Persistence) Monitor for the creation of new WMI <code>EventFilter</code>, <code>EventConsumer</code>, and <code>FilterToConsumerBinding</code> events. Event ID 5861 is logged on Windows 10 systems when new <code>EventFilterToConsumerBinding</code> events are created.(Citation: Elastic - Hunting for Persistence Part 1)\n\nMonitor processes and command-line arguments that can be used to register WMI persistence, such as the <code> Register-WmiEvent</code> [PowerShell](https://attack.mitre.org/techniques/T1059/001) cmdlet, as well as those that result from the execution of subscriptions (i.e. spawning from the WmiPrvSe.exe WMI Provider Host process).(Citation: Microsoft Register-WmiEvent)",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_permissions_required": [
                        "Administrator",
                        "SYSTEM"
                    ],
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.4",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-13 14:08:20.882000+00:00\", \"old_value\": \"2023-04-21 12:32:38.796000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may establish persistence and elevate privileges by executing malicious content triggered by a Windows Management Instrumentation (WMI) event subscription. WMI can be used to install event filters, providers, consumers, and bindings that execute code when a defined event occurs. Examples of events that may be subscribed to are the wall clock time, user login, or the computer's uptime.(Citation: Mandiant M-Trends 2015)\\n\\nAdversaries may use the capabilities of WMI to subscribe to an event and execute arbitrary code when that event occurs, providing persistence on a system.(Citation: FireEye WMI SANS 2015)(Citation: FireEye WMI 2015) Adversaries may also compile WMI scripts \\u2013 using `mofcomp.exe`  \\u2013into Windows Management Object (MOF) files (.mof extension) that can be used to create a malicious subscription.(Citation: Dell WMI Persistence)(Citation: Microsoft MOF May 2018)\\n\\nWMI subscription execution is proxied by the WMI Provider Host process (WmiPrvSe.exe) and thus may result in elevated SYSTEM privileges.\", \"old_value\": \"Adversaries may establish persistence and elevate privileges by executing malicious content triggered by a Windows Management Instrumentation (WMI) event subscription. WMI can be used to install event filters, providers, consumers, and bindings that execute code when a defined event occurs. Examples of events that may be subscribed to are the wall clock time, user loging, or the computer's uptime.(Citation: Mandiant M-Trends 2015)\\n\\nAdversaries may use the capabilities of WMI to subscribe to an event and execute arbitrary code when that event occurs, providing persistence on a system.(Citation: FireEye WMI SANS 2015)(Citation: FireEye WMI 2015) Adversaries may also compile WMI scripts into Windows Management Object (MOF) files (.mof extension) that can be used to create a malicious subscription.(Citation: Dell WMI Persistence)(Citation: Microsoft MOF May 2018)\\n\\nWMI subscription execution is proxied by the WMI Provider Host process (WmiPrvSe.exe) and thus may result in elevated SYSTEM privileges.\", \"diff\": \"--- \\n+++ \\n@@ -1,5 +1,5 @@\\n-Adversaries may establish persistence and elevate privileges by executing malicious content triggered by a Windows Management Instrumentation (WMI) event subscription. WMI can be used to install event filters, providers, consumers, and bindings that execute code when a defined event occurs. Examples of events that may be subscribed to are the wall clock time, user loging, or the computer's uptime.(Citation: Mandiant M-Trends 2015)\\n+Adversaries may establish persistence and elevate privileges by executing malicious content triggered by a Windows Management Instrumentation (WMI) event subscription. WMI can be used to install event filters, providers, consumers, and bindings that execute code when a defined event occurs. Examples of events that may be subscribed to are the wall clock time, user login, or the computer's uptime.(Citation: Mandiant M-Trends 2015)\\n \\n-Adversaries may use the capabilities of WMI to subscribe to an event and execute arbitrary code when that event occurs, providing persistence on a system.(Citation: FireEye WMI SANS 2015)(Citation: FireEye WMI 2015) Adversaries may also compile WMI scripts into Windows Management Object (MOF) files (.mof extension) that can be used to create a malicious subscription.(Citation: Dell WMI Persistence)(Citation: Microsoft MOF May 2018)\\n+Adversaries may use the capabilities of WMI to subscribe to an event and execute arbitrary code when that event occurs, providing persistence on a system.(Citation: FireEye WMI SANS 2015)(Citation: FireEye WMI 2015) Adversaries may also compile WMI scripts \\u2013 using `mofcomp.exe`  \\u2013into Windows Management Object (MOF) files (.mof extension) that can be used to create a malicious subscription.(Citation: Dell WMI Persistence)(Citation: Microsoft MOF May 2018)\\n \\n WMI subscription execution is proxied by the WMI Provider Host process (WmiPrvSe.exe) and thus may result in elevated SYSTEM privileges.\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.4\", \"old_value\": \"1.3\"}}, \"iterable_item_added\": {\"root['x_mitre_contributors'][2]\": \"Viren Chaudhari, Qualys\", \"root['x_mitre_data_sources'][0]\": \"File: File Creation\"}}",
                    "previous_version": "1.3",
                    "version_change": "1.3 \u2192 1.4",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to22__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to22__0\"><a href=\"#difflib_chg_to22__top\">t</a></td><td class=\"diff_header\" id=\"from22_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;establish&nbsp;persistence&nbsp;and&nbsp;elevate&nbsp;privileges</td><td class=\"diff_next\"><a href=\"#difflib_chg_to22__top\">t</a></td><td class=\"diff_header\" id=\"to22_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;establish&nbsp;persistence&nbsp;and&nbsp;elevate&nbsp;privileges</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;by&nbsp;executing&nbsp;malicious&nbsp;content&nbsp;triggered&nbsp;by&nbsp;a&nbsp;Windows&nbsp;Manag</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;by&nbsp;executing&nbsp;malicious&nbsp;content&nbsp;triggered&nbsp;by&nbsp;a&nbsp;Windows&nbsp;Manag</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ement&nbsp;Instrumentation&nbsp;(WMI)&nbsp;event&nbsp;subscription.&nbsp;WMI&nbsp;can&nbsp;be&nbsp;u</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ement&nbsp;Instrumentation&nbsp;(WMI)&nbsp;event&nbsp;subscription.&nbsp;WMI&nbsp;can&nbsp;be&nbsp;u</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">sed&nbsp;to&nbsp;install&nbsp;event&nbsp;filters,&nbsp;providers,&nbsp;consumers,&nbsp;and&nbsp;bind</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">sed&nbsp;to&nbsp;install&nbsp;event&nbsp;filters,&nbsp;providers,&nbsp;consumers,&nbsp;and&nbsp;bind</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ings&nbsp;that&nbsp;execute&nbsp;code&nbsp;when&nbsp;a&nbsp;defined&nbsp;event&nbsp;occurs.&nbsp;Examples</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ings&nbsp;that&nbsp;execute&nbsp;code&nbsp;when&nbsp;a&nbsp;defined&nbsp;event&nbsp;occurs.&nbsp;Examples</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;of&nbsp;events&nbsp;that&nbsp;may&nbsp;be&nbsp;subscribed&nbsp;to&nbsp;are&nbsp;the&nbsp;wall&nbsp;clock&nbsp;time</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;of&nbsp;events&nbsp;that&nbsp;may&nbsp;be&nbsp;subscribed&nbsp;to&nbsp;are&nbsp;the&nbsp;wall&nbsp;clock&nbsp;time</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">,&nbsp;user&nbsp;login<span class=\"diff_sub\">g</span>,&nbsp;or&nbsp;the&nbsp;computer's&nbsp;uptime.(Citation:&nbsp;Mandiant&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">,&nbsp;user&nbsp;login,&nbsp;or&nbsp;the&nbsp;computer's&nbsp;uptime.(Citation:&nbsp;Mandiant&nbsp;M</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">M-Trends&nbsp;2015)&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;use&nbsp;the&nbsp;capabilities&nbsp;of&nbsp;WMI&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">-Trends&nbsp;2015)&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;use&nbsp;the&nbsp;capabilities&nbsp;of&nbsp;WMI&nbsp;t</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">to&nbsp;subscribe&nbsp;to&nbsp;an&nbsp;event&nbsp;and&nbsp;execute&nbsp;arbitrary&nbsp;code&nbsp;when&nbsp;tha</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">o&nbsp;subscribe&nbsp;to&nbsp;an&nbsp;event&nbsp;and&nbsp;execute&nbsp;arbitrary&nbsp;code&nbsp;when&nbsp;that</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">t&nbsp;event&nbsp;occurs,&nbsp;providing&nbsp;persistence&nbsp;on&nbsp;a&nbsp;system.(Citation:</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;event&nbsp;occurs,&nbsp;providing&nbsp;persistence&nbsp;on&nbsp;a&nbsp;system.(Citation:&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;FireEye&nbsp;WMI&nbsp;SANS&nbsp;2015)(Citation:&nbsp;FireEye&nbsp;WMI&nbsp;2015)&nbsp;Adversar</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">FireEye&nbsp;WMI&nbsp;SANS&nbsp;2015)(Citation:&nbsp;FireEye&nbsp;WMI&nbsp;2015)&nbsp;Adversari</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ies&nbsp;may&nbsp;also&nbsp;compile&nbsp;WMI&nbsp;scripts&nbsp;<span class=\"diff_chg\">into</span>&nbsp;Windows&nbsp;Management&nbsp;Obj</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">es&nbsp;may&nbsp;also&nbsp;compile&nbsp;WMI&nbsp;scripts&nbsp;<span class=\"diff_chg\">\u2013&nbsp;using&nbsp;`mofcomp.exe`&nbsp;&nbsp;\u2013into</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ect&nbsp;(MOF)&nbsp;files&nbsp;(.mof&nbsp;extension)&nbsp;that&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;create&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\"></span>&nbsp;Windows&nbsp;Management&nbsp;Object&nbsp;(MOF)&nbsp;files&nbsp;(.mof&nbsp;extension)&nbsp;that</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">a&nbsp;malicious&nbsp;subscription.(Citation:&nbsp;Dell&nbsp;WMI&nbsp;Persistence)(Ci</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;create&nbsp;a&nbsp;malicious&nbsp;subscription.(Citation:&nbsp;D</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tation:&nbsp;Microsoft&nbsp;MOF&nbsp;May&nbsp;2018)&nbsp;&nbsp;WMI&nbsp;subscription&nbsp;execution&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ell&nbsp;WMI&nbsp;Persistence)(Citation:&nbsp;Microsoft&nbsp;MOF&nbsp;May&nbsp;2018)&nbsp;&nbsp;WMI&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">is&nbsp;proxied&nbsp;by&nbsp;the&nbsp;WMI&nbsp;Provider&nbsp;Host&nbsp;process&nbsp;(WmiPrvSe.exe)&nbsp;a</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">subscription&nbsp;execution&nbsp;is&nbsp;proxied&nbsp;by&nbsp;the&nbsp;WMI&nbsp;Provider&nbsp;Host&nbsp;p</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nd&nbsp;thus&nbsp;may&nbsp;result&nbsp;in&nbsp;elevated&nbsp;SYSTEM&nbsp;privileges.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rocess&nbsp;(WmiPrvSe.exe)&nbsp;and&nbsp;thus&nbsp;may&nbsp;result&nbsp;in&nbsp;elevated&nbsp;SYSTEM</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;privileges.</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1018: User Account Management",
                            "M1026: Privileged Account Management",
                            "M1040: Behavior Prevention on Endpoint"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0005: WMI (WMI Creation)",
                            "DS0009: Process (Process Creation)",
                            "DS0017: Command (Command Execution)"
                        ],
                        "new": [
                            "DS0022: File (File Creation)"
                        ],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--3f886f2a-874f-4333-b794-aa6075009b1c",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2018-04-18 17:59:24.739000+00:00",
                    "modified": "2023-11-28 21:27:35.373000+00:00",
                    "name": "Exploit Public-Facing Application",
                    "description": "Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network. The weakness in the system can be a software bug, a temporary glitch, or a misconfiguration.\n\nExploited applications are often websites/web servers, but can also include databases (like SQL), standard services (like SMB or SSH), network device administration and management protocols (like SNMP and Smart Install), and any other system with Internet accessible open sockets.(Citation: NVD CVE-2016-6662)(Citation: CIS Multiple SMB Vulnerabilities)(Citation: US-CERT TA18-106A Network Infrastructure Devices 2018)(Citation: Cisco Blog Legacy Device Attacks)(Citation: NVD CVE-2014-7169) Depending on the flaw being exploited this may also involve [Exploitation for Defense Evasion](https://attack.mitre.org/techniques/T1211) or [Exploitation for Client Execution](https://attack.mitre.org/techniques/T1203).\n\nIf an application is hosted on cloud-based infrastructure and/or is containerized, then exploiting it may lead to compromise of the underlying instance or container. This can allow an adversary a path to access the cloud or container APIs, exploit container host access via [Escape to Host](https://attack.mitre.org/techniques/T1611), or take advantage of weak identity and access management policies.\n\nAdversaries may also exploit edge network infrastructure and related appliances, specifically targeting devices that do not support robust host-based defenses.(Citation: Mandiant Fortinet Zero Day)(Citation: Wired Russia Cyberwar)\n\nFor websites and databases, the OWASP top 10 and CWE top 25 highlight the most common web-based vulnerabilities.(Citation: OWASP Top 10)(Citation: CWE top 25)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "initial-access"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1190",
                            "external_id": "T1190"
                        },
                        {
                            "source_name": "CWE top 25",
                            "description": "Christey, S., Brown, M., Kirby, D., Martin, B., Paller, A.. (2011, September 13). 2011 CWE/SANS Top 25 Most Dangerous Software Errors. Retrieved April 10, 2019.",
                            "url": "https://cwe.mitre.org/top25/index.html"
                        },
                        {
                            "source_name": "CIS Multiple SMB Vulnerabilities",
                            "description": "CIS. (2017, May 15). Multiple Vulnerabilities in Microsoft Windows SMB Server Could Allow for Remote Code Execution. Retrieved April 3, 2018.",
                            "url": "https://www.cisecurity.org/advisory/multiple-vulnerabilities-in-microsoft-windows-smb-server-could-allow-for-remote-code-execution/"
                        },
                        {
                            "source_name": "Wired Russia Cyberwar",
                            "description": "Greenberg, A. (2022, November 10). Russia\u2019s New Cyberwarfare in Ukraine Is Fast, Dirty, and Relentless. Retrieved March 22, 2023.",
                            "url": "https://www.wired.com/story/russia-ukraine-cyberattacks-mandiant/"
                        },
                        {
                            "source_name": "Mandiant Fortinet Zero Day",
                            "description": "Marvi, A. et al.. (2023, March 16). Fortinet Zero-Day and Custom Malware Used by Suspected Chinese Actor in Espionage Operation. Retrieved March 22, 2023.",
                            "url": "https://www.mandiant.com/resources/blog/fortinet-malware-ecosystem"
                        },
                        {
                            "source_name": "NVD CVE-2016-6662",
                            "description": "National Vulnerability Database. (2017, February 2). CVE-2016-6662 Detail. Retrieved April 3, 2018.",
                            "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-6662"
                        },
                        {
                            "source_name": "NVD CVE-2014-7169",
                            "description": "National Vulnerability Database. (2017, September 24). CVE-2014-7169 Detail. Retrieved April 3, 2018.",
                            "url": "https://nvd.nist.gov/vuln/detail/CVE-2014-7169"
                        },
                        {
                            "source_name": "Cisco Blog Legacy Device Attacks",
                            "description": "Omar Santos. (2020, October 19). Attackers Continue to Target Legacy Devices. Retrieved October 20, 2020.",
                            "url": "https://community.cisco.com/t5/security-blogs/attackers-continue-to-target-legacy-devices/ba-p/4169954"
                        },
                        {
                            "source_name": "OWASP Top 10",
                            "description": "OWASP. (2018, February 23). OWASP Top Ten Project. Retrieved April 3, 2018.",
                            "url": "https://www.owasp.org/index.php/Category:OWASP_Top_Ten_Project"
                        },
                        {
                            "source_name": "US-CERT TA18-106A Network Infrastructure Devices 2018",
                            "description": "US-CERT. (2018, April 20). Russian State-Sponsored Cyber Actors Targeting Network Infrastructure Devices. Retrieved October 19, 2020.",
                            "url": "https://us-cert.cisa.gov/ncas/alerts/TA18-106A"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Yossi Weizman, Azure Defender Research Team",
                        "Praetorian"
                    ],
                    "x_mitre_data_sources": [
                        "Network Traffic: Network Traffic Content",
                        "Application Log: Application Log Content"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor application logs for abnormal behavior that may indicate attempted or successful exploitation. Use deep packet inspection to look for artifacts of common exploit traffic, such as SQL injection. Web Application Firewalls may detect improper inputs attempting exploitation.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows",
                        "IaaS",
                        "Network",
                        "Linux",
                        "macOS",
                        "Containers"
                    ],
                    "x_mitre_version": "2.5",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2023-11-28 21:27:35.373000+00:00\", \"old_value\": \"2023-04-14 22:18:39.190000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network. The weakness in the system can be a software bug, a temporary glitch, or a misconfiguration.\\n\\nExploited applications are often websites/web servers, but can also include databases (like SQL), standard services (like SMB or SSH), network device administration and management protocols (like SNMP and Smart Install), and any other system with Internet accessible open sockets.(Citation: NVD CVE-2016-6662)(Citation: CIS Multiple SMB Vulnerabilities)(Citation: US-CERT TA18-106A Network Infrastructure Devices 2018)(Citation: Cisco Blog Legacy Device Attacks)(Citation: NVD CVE-2014-7169) Depending on the flaw being exploited this may also involve [Exploitation for Defense Evasion](https://attack.mitre.org/techniques/T1211) or [Exploitation for Client Execution](https://attack.mitre.org/techniques/T1203).\\n\\nIf an application is hosted on cloud-based infrastructure and/or is containerized, then exploiting it may lead to compromise of the underlying instance or container. This can allow an adversary a path to access the cloud or container APIs, exploit container host access via [Escape to Host](https://attack.mitre.org/techniques/T1611), or take advantage of weak identity and access management policies.\\n\\nAdversaries may also exploit edge network infrastructure and related appliances, specifically targeting devices that do not support robust host-based defenses.(Citation: Mandiant Fortinet Zero Day)(Citation: Wired Russia Cyberwar)\\n\\nFor websites and databases, the OWASP top 10 and CWE top 25 highlight the most common web-based vulnerabilities.(Citation: OWASP Top 10)(Citation: CWE top 25)\", \"old_value\": \"Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network. The weakness in the system can be a software bug, a temporary glitch, or a misconfiguration.\\n\\nExploited applications are often websites/web servers, but can also include databases (like SQL), standard services (like SMB or SSH), network device administration and management protocols (like SNMP and Smart Install), and any other system with Internet accessible open sockets.(Citation: NVD CVE-2016-6662)(Citation: CIS Multiple SMB Vulnerabilities)(Citation: US-CERT TA18-106A Network Infrastructure Devices 2018)(Citation: Cisco Blog Legacy Device Attacks)(Citation: NVD CVE-2014-7169) Depending on the flaw being exploited this may also involve [Exploitation for Defense Evasion](https://attack.mitre.org/techniques/T1211). \\n\\nIf an application is hosted on cloud-based infrastructure and/or is containerized, then exploiting it may lead to compromise of the underlying instance or container. This can allow an adversary a path to access the cloud or container APIs, exploit container host access via [Escape to Host](https://attack.mitre.org/techniques/T1611), or take advantage of weak identity and access management policies.\\n\\nAdversaries may also exploit edge network infrastructure and related appliances, specifically targeting devices that do not support robust host-based defenses.(Citation: Mandiant Fortinet Zero Day)(Citation: Wired Russia Cyberwar)\\n\\nFor websites and databases, the OWASP top 10 and CWE top 25 highlight the most common web-based vulnerabilities.(Citation: OWASP Top 10)(Citation: CWE top 25)\", \"diff\": \"--- \\n+++ \\n@@ -1,6 +1,6 @@\\n Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network. The weakness in the system can be a software bug, a temporary glitch, or a misconfiguration.\\n \\n-Exploited applications are often websites/web servers, but can also include databases (like SQL), standard services (like SMB or SSH), network device administration and management protocols (like SNMP and Smart Install), and any other system with Internet accessible open sockets.(Citation: NVD CVE-2016-6662)(Citation: CIS Multiple SMB Vulnerabilities)(Citation: US-CERT TA18-106A Network Infrastructure Devices 2018)(Citation: Cisco Blog Legacy Device Attacks)(Citation: NVD CVE-2014-7169) Depending on the flaw being exploited this may also involve [Exploitation for Defense Evasion](https://attack.mitre.org/techniques/T1211). \\n+Exploited applications are often websites/web servers, but can also include databases (like SQL), standard services (like SMB or SSH), network device administration and management protocols (like SNMP and Smart Install), and any other system with Internet accessible open sockets.(Citation: NVD CVE-2016-6662)(Citation: CIS Multiple SMB Vulnerabilities)(Citation: US-CERT TA18-106A Network Infrastructure Devices 2018)(Citation: Cisco Blog Legacy Device Attacks)(Citation: NVD CVE-2014-7169) Depending on the flaw being exploited this may also involve [Exploitation for Defense Evasion](https://attack.mitre.org/techniques/T1211) or [Exploitation for Client Execution](https://attack.mitre.org/techniques/T1203).\\n \\n If an application is hosted on cloud-based infrastructure and/or is containerized, then exploiting it may lead to compromise of the underlying instance or container. This can allow an adversary a path to access the cloud or container APIs, exploit container host access via [Escape to Host](https://attack.mitre.org/techniques/T1611), or take advantage of weak identity and access management policies.\\n \"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.5\", \"old_value\": \"2.4\"}}}",
                    "previous_version": "2.4",
                    "version_change": "2.4 \u2192 2.5",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to67__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to67__0\"><a href=\"#difflib_chg_to67__top\">t</a></td><td class=\"diff_header\" id=\"from67_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;attempt&nbsp;to&nbsp;exploit&nbsp;a&nbsp;weakness&nbsp;in&nbsp;an&nbsp;Internet</td><td class=\"diff_next\"><a href=\"#difflib_chg_to67__top\">t</a></td><td class=\"diff_header\" id=\"to67_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;attempt&nbsp;to&nbsp;exploit&nbsp;a&nbsp;weakness&nbsp;in&nbsp;an&nbsp;Internet</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">-facing&nbsp;host&nbsp;or&nbsp;system&nbsp;to&nbsp;initially&nbsp;access&nbsp;a&nbsp;network.&nbsp;The&nbsp;we</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">-facing&nbsp;host&nbsp;or&nbsp;system&nbsp;to&nbsp;initially&nbsp;access&nbsp;a&nbsp;network.&nbsp;The&nbsp;we</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">akness&nbsp;in&nbsp;the&nbsp;system&nbsp;can&nbsp;be&nbsp;a&nbsp;software&nbsp;bug,&nbsp;a&nbsp;temporary&nbsp;glit</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">akness&nbsp;in&nbsp;the&nbsp;system&nbsp;can&nbsp;be&nbsp;a&nbsp;software&nbsp;bug,&nbsp;a&nbsp;temporary&nbsp;glit</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ch,&nbsp;or&nbsp;a&nbsp;misconfiguration.&nbsp;&nbsp;Exploited&nbsp;applications&nbsp;are&nbsp;often</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ch,&nbsp;or&nbsp;a&nbsp;misconfiguration.&nbsp;&nbsp;Exploited&nbsp;applications&nbsp;are&nbsp;often</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;websites/web&nbsp;servers,&nbsp;but&nbsp;can&nbsp;also&nbsp;include&nbsp;databases&nbsp;(like&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;websites/web&nbsp;servers,&nbsp;but&nbsp;can&nbsp;also&nbsp;include&nbsp;databases&nbsp;(like&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">SQL),&nbsp;standard&nbsp;services&nbsp;(like&nbsp;SMB&nbsp;or&nbsp;SSH),&nbsp;network&nbsp;device&nbsp;ad</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">SQL),&nbsp;standard&nbsp;services&nbsp;(like&nbsp;SMB&nbsp;or&nbsp;SSH),&nbsp;network&nbsp;device&nbsp;ad</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ministration&nbsp;and&nbsp;management&nbsp;protocols&nbsp;(like&nbsp;SNMP&nbsp;and&nbsp;Smart&nbsp;I</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ministration&nbsp;and&nbsp;management&nbsp;protocols&nbsp;(like&nbsp;SNMP&nbsp;and&nbsp;Smart&nbsp;I</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nstall),&nbsp;and&nbsp;any&nbsp;other&nbsp;system&nbsp;with&nbsp;Internet&nbsp;accessible&nbsp;open&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nstall),&nbsp;and&nbsp;any&nbsp;other&nbsp;system&nbsp;with&nbsp;Internet&nbsp;accessible&nbsp;open&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">sockets.(Citation:&nbsp;NVD&nbsp;CVE-2016-6662)(Citation:&nbsp;CIS&nbsp;Multiple</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">sockets.(Citation:&nbsp;NVD&nbsp;CVE-2016-6662)(Citation:&nbsp;CIS&nbsp;Multiple</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;SMB&nbsp;Vulnerabilities)(Citation:&nbsp;US-CERT&nbsp;TA18-106A&nbsp;Network&nbsp;In</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;SMB&nbsp;Vulnerabilities)(Citation:&nbsp;US-CERT&nbsp;TA18-106A&nbsp;Network&nbsp;In</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">frastructure&nbsp;Devices&nbsp;2018)(Citation:&nbsp;Cisco&nbsp;Blog&nbsp;Legacy&nbsp;Devic</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">frastructure&nbsp;Devices&nbsp;2018)(Citation:&nbsp;Cisco&nbsp;Blog&nbsp;Legacy&nbsp;Devic</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;Attacks)(Citation:&nbsp;NVD&nbsp;CVE-2014-7169)&nbsp;Depending&nbsp;on&nbsp;the&nbsp;fla</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;Attacks)(Citation:&nbsp;NVD&nbsp;CVE-2014-7169)&nbsp;Depending&nbsp;on&nbsp;the&nbsp;fla</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">w&nbsp;being&nbsp;exploited&nbsp;this&nbsp;may&nbsp;also&nbsp;involve&nbsp;[Exploitation&nbsp;for&nbsp;De</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">w&nbsp;being&nbsp;exploited&nbsp;this&nbsp;may&nbsp;also&nbsp;involve&nbsp;[Exploitation&nbsp;for&nbsp;De</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">fense&nbsp;Evasion](https://attack.mitre.org/techniques/T1211).<span class=\"diff_chg\">&nbsp;</span>&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">fense&nbsp;Evasion](https://attack.mitre.org/techniques/T1211)<span class=\"diff_add\">&nbsp;or</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;If&nbsp;an&nbsp;application&nbsp;is&nbsp;hosted&nbsp;on&nbsp;cloud-based&nbsp;infrastructure&nbsp;a</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;[Exploitation&nbsp;for&nbsp;Client&nbsp;Execution](https://attack</span>.<span class=\"diff_chg\">mitre.or</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nd/or&nbsp;is&nbsp;containerized,&nbsp;then&nbsp;exploiting&nbsp;it&nbsp;may&nbsp;lead&nbsp;to&nbsp;compr</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">g/techniques/T1203).</span>&nbsp;&nbsp;If&nbsp;an&nbsp;application&nbsp;is&nbsp;hosted&nbsp;on&nbsp;cloud-b</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">omise&nbsp;of&nbsp;the&nbsp;underlying&nbsp;instance&nbsp;or&nbsp;container.&nbsp;This&nbsp;can&nbsp;allo</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ased&nbsp;infrastructure&nbsp;and/or&nbsp;is&nbsp;containerized,&nbsp;then&nbsp;exploiting</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">w&nbsp;an&nbsp;adversary&nbsp;a&nbsp;path&nbsp;to&nbsp;access&nbsp;the&nbsp;cloud&nbsp;or&nbsp;container&nbsp;APIs,</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;it&nbsp;may&nbsp;lead&nbsp;to&nbsp;compromise&nbsp;of&nbsp;the&nbsp;underlying&nbsp;instance&nbsp;or&nbsp;con</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;exploit&nbsp;container&nbsp;host&nbsp;access&nbsp;via&nbsp;[Escape&nbsp;to&nbsp;Host](https://</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tainer.&nbsp;This&nbsp;can&nbsp;allow&nbsp;an&nbsp;adversary&nbsp;a&nbsp;path&nbsp;to&nbsp;access&nbsp;the&nbsp;clo</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">attack.mitre.org/techniques/T1611),&nbsp;or&nbsp;take&nbsp;advantage&nbsp;of&nbsp;wea</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ud&nbsp;or&nbsp;container&nbsp;APIs,&nbsp;exploit&nbsp;container&nbsp;host&nbsp;access&nbsp;via&nbsp;[Esc</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">k&nbsp;identity&nbsp;and&nbsp;access&nbsp;management&nbsp;policies.&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ape&nbsp;to&nbsp;Host](https://attack.mitre.org/techniques/T1611),&nbsp;or&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">also&nbsp;exploit&nbsp;edge&nbsp;network&nbsp;infrastructure&nbsp;and&nbsp;related&nbsp;applian</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">take&nbsp;advantage&nbsp;of&nbsp;weak&nbsp;identity&nbsp;and&nbsp;access&nbsp;management&nbsp;polici</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ces,&nbsp;specifically&nbsp;targeting&nbsp;devices&nbsp;that&nbsp;do&nbsp;not&nbsp;support&nbsp;robu</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">es.&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;exploit&nbsp;edge&nbsp;network&nbsp;infrastructur</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">st&nbsp;host-based&nbsp;defenses.(Citation:&nbsp;Mandiant&nbsp;Fortinet&nbsp;Zero&nbsp;Day</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;and&nbsp;related&nbsp;appliances,&nbsp;specifically&nbsp;targeting&nbsp;devices&nbsp;tha</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">)(Citation:&nbsp;Wired&nbsp;Russia&nbsp;Cyberwar)&nbsp;&nbsp;For&nbsp;websites&nbsp;and&nbsp;databas</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">t&nbsp;do&nbsp;not&nbsp;support&nbsp;robust&nbsp;host-based&nbsp;defenses.(Citation:&nbsp;Mandi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">es,&nbsp;the&nbsp;OWASP&nbsp;top&nbsp;10&nbsp;and&nbsp;CWE&nbsp;top&nbsp;25&nbsp;highlight&nbsp;the&nbsp;most&nbsp;commo</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ant&nbsp;Fortinet&nbsp;Zero&nbsp;Day)(Citation:&nbsp;Wired&nbsp;Russia&nbsp;Cyberwar)&nbsp;&nbsp;For</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n&nbsp;web-based&nbsp;vulnerabilities.(Citation:&nbsp;OWASP&nbsp;Top&nbsp;10)(Citatio</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;websites&nbsp;and&nbsp;databases,&nbsp;the&nbsp;OWASP&nbsp;top&nbsp;10&nbsp;and&nbsp;CWE&nbsp;top&nbsp;25&nbsp;hig</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n:&nbsp;CWE&nbsp;top&nbsp;25)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">hlight&nbsp;the&nbsp;most&nbsp;common&nbsp;web-based&nbsp;vulnerabilities.(Citation:&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">OWASP&nbsp;Top&nbsp;10)(Citation:&nbsp;CWE&nbsp;top&nbsp;25)</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1016: Vulnerability Scanning",
                            "M1026: Privileged Account Management",
                            "M1030: Network Segmentation",
                            "M1048: Application Isolation and Sandboxing",
                            "M1050: Exploit Protection",
                            "M1051: Update Software"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0015: Application Log (Application Log Content)",
                            "DS0029: Network Traffic (Network Traffic Content)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--7bc57495-ea59-4380-be31-a64af124ef18",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:31:04.710000+00:00",
                    "modified": "2024-04-16 12:40:10.978000+00:00",
                    "name": "File and Directory Discovery",
                    "description": "Adversaries may enumerate files and directories or may search in specific locations of a host or network share for certain information within a file system. Adversaries may use the information from [File and Directory Discovery](https://attack.mitre.org/techniques/T1083) during automated discovery to shape follow-on behaviors, including whether or not the adversary fully infects the target and/or attempts specific actions.\n\nMany command shell utilities can be used to obtain this information. Examples include <code>dir</code>, <code>tree</code>, <code>ls</code>, <code>find</code>, and <code>locate</code>.(Citation: Windows Commands JPCERT) Custom tools may also be used to gather file and directory information and interact with the [Native API](https://attack.mitre.org/techniques/T1106). Adversaries may also leverage a [Network Device CLI](https://attack.mitre.org/techniques/T1059/008) on network devices to gather file and directory information (e.g. <code>dir</code>, <code>show flash</code>, and/or <code>nvram</code>).(Citation: US-CERT-TA18-106A)\n\nSome files and directories may require elevated or specific user permissions to access.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "discovery"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1083",
                            "external_id": "T1083"
                        },
                        {
                            "source_name": "Windows Commands JPCERT",
                            "description": "Tomonaga, S. (2016, January 26). Windows Commands Abused by Attackers. Retrieved February 2, 2016.",
                            "url": "https://blogs.jpcert.or.jp/en/2016/01/windows-commands-abused-by-attackers.html"
                        },
                        {
                            "source_name": "US-CERT-TA18-106A",
                            "description": "US-CERT. (2018, April 20). Alert (TA18-106A) Russian State-Sponsored Cyber Actors Targeting Network Infrastructure Devices. Retrieved October 19, 2020.",
                            "url": "https://www.us-cert.gov/ncas/alerts/TA18-106A"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Austin Clark, @c2defense"
                    ],
                    "x_mitre_data_sources": [
                        "Command: Command Execution",
                        "Process: Process Creation",
                        "Process: OS API Execution"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as Collection and Exfiltration, based on the information obtained.\n\nMonitor processes and command-line arguments for actions that could be taken to gather system and network information. Remote access tools with built-in features may interact directly with the Windows API to gather information. Information may also be acquired through Windows system management tools such as [Windows Management Instrumentation](https://attack.mitre.org/techniques/T1047) and [PowerShell](https://attack.mitre.org/techniques/T1059/001). Further, [Network Device CLI](https://attack.mitre.org/techniques/T1059/008) commands may also be used to gather file and directory information with built-in features native to the network device platform.  Monitor CLI activity for unexpected or unauthorized use of commands being run by non-standard users from non-standard locations.  ",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows",
                        "Network"
                    ],
                    "x_mitre_version": "1.6",
                    "detailed_diff": "{\"dictionary_item_removed\": {\"root['x_mitre_system_requirements']\": [\"Some folders may require Administrator, SYSTEM or specific user depending on permission levels and access controls\"]}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-16 12:40:10.978000+00:00\", \"old_value\": \"2023-03-30 21:01:42.631000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may enumerate files and directories or may search in specific locations of a host or network share for certain information within a file system. Adversaries may use the information from [File and Directory Discovery](https://attack.mitre.org/techniques/T1083) during automated discovery to shape follow-on behaviors, including whether or not the adversary fully infects the target and/or attempts specific actions.\\n\\nMany command shell utilities can be used to obtain this information. Examples include <code>dir</code>, <code>tree</code>, <code>ls</code>, <code>find</code>, and <code>locate</code>.(Citation: Windows Commands JPCERT) Custom tools may also be used to gather file and directory information and interact with the [Native API](https://attack.mitre.org/techniques/T1106). Adversaries may also leverage a [Network Device CLI](https://attack.mitre.org/techniques/T1059/008) on network devices to gather file and directory information (e.g. <code>dir</code>, <code>show flash</code>, and/or <code>nvram</code>).(Citation: US-CERT-TA18-106A)\\n\\nSome files and directories may require elevated or specific user permissions to access.\", \"old_value\": \"Adversaries may enumerate files and directories or may search in specific locations of a host or network share for certain information within a file system. Adversaries may use the information from [File and Directory Discovery](https://attack.mitre.org/techniques/T1083) during automated discovery to shape follow-on behaviors, including whether or not the adversary fully infects the target and/or attempts specific actions.\\n\\nMany command shell utilities can be used to obtain this information. Examples include <code>dir</code>, <code>tree</code>, <code>ls</code>, <code>find</code>, and <code>locate</code>.(Citation: Windows Commands JPCERT) Custom tools may also be used to gather file and directory information and interact with the [Native API](https://attack.mitre.org/techniques/T1106). Adversaries may also leverage a [Network Device CLI](https://attack.mitre.org/techniques/T1059/008) on network devices to gather file and directory information (e.g. <code>dir</code>, <code>show flash</code>, and/or <code>nvram</code>).(Citation: US-CERT-TA18-106A)\", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,5 @@\\n Adversaries may enumerate files and directories or may search in specific locations of a host or network share for certain information within a file system. Adversaries may use the information from [File and Directory Discovery](https://attack.mitre.org/techniques/T1083) during automated discovery to shape follow-on behaviors, including whether or not the adversary fully infects the target and/or attempts specific actions.\\n \\n Many command shell utilities can be used to obtain this information. Examples include <code>dir</code>, <code>tree</code>, <code>ls</code>, <code>find</code>, and <code>locate</code>.(Citation: Windows Commands JPCERT) Custom tools may also be used to gather file and directory information and interact with the [Native API](https://attack.mitre.org/techniques/T1106). Adversaries may also leverage a [Network Device CLI](https://attack.mitre.org/techniques/T1059/008) on network devices to gather file and directory information (e.g. <code>dir</code>, <code>show flash</code>, and/or <code>nvram</code>).(Citation: US-CERT-TA18-106A)\\n+\\n+Some files and directories may require elevated or specific user permissions to access.\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.6\", \"old_value\": \"1.5\"}}}",
                    "previous_version": "1.5",
                    "version_change": "1.5 \u2192 1.6",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to39__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to39__0\"><a href=\"#difflib_chg_to39__top\">t</a></td><td class=\"diff_header\" id=\"from39_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;enumerate&nbsp;files&nbsp;and&nbsp;directories&nbsp;or&nbsp;may&nbsp;searc</td><td class=\"diff_next\"><a href=\"#difflib_chg_to39__top\">t</a></td><td class=\"diff_header\" id=\"to39_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;enumerate&nbsp;files&nbsp;and&nbsp;directories&nbsp;or&nbsp;may&nbsp;searc</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">h&nbsp;in&nbsp;specific&nbsp;locations&nbsp;of&nbsp;a&nbsp;host&nbsp;or&nbsp;network&nbsp;share&nbsp;for&nbsp;certa</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">h&nbsp;in&nbsp;specific&nbsp;locations&nbsp;of&nbsp;a&nbsp;host&nbsp;or&nbsp;network&nbsp;share&nbsp;for&nbsp;certa</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">in&nbsp;information&nbsp;within&nbsp;a&nbsp;file&nbsp;system.&nbsp;Adversaries&nbsp;may&nbsp;use&nbsp;the</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">in&nbsp;information&nbsp;within&nbsp;a&nbsp;file&nbsp;system.&nbsp;Adversaries&nbsp;may&nbsp;use&nbsp;the</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;information&nbsp;from&nbsp;[File&nbsp;and&nbsp;Directory&nbsp;Discovery](https://att</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;information&nbsp;from&nbsp;[File&nbsp;and&nbsp;Directory&nbsp;Discovery](https://att</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ack.mitre.org/techniques/T1083)&nbsp;during&nbsp;automated&nbsp;discovery&nbsp;t</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ack.mitre.org/techniques/T1083)&nbsp;during&nbsp;automated&nbsp;discovery&nbsp;t</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">o&nbsp;shape&nbsp;follow-on&nbsp;behaviors,&nbsp;including&nbsp;whether&nbsp;or&nbsp;not&nbsp;the&nbsp;ad</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">o&nbsp;shape&nbsp;follow-on&nbsp;behaviors,&nbsp;including&nbsp;whether&nbsp;or&nbsp;not&nbsp;the&nbsp;ad</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">versary&nbsp;fully&nbsp;infects&nbsp;the&nbsp;target&nbsp;and/or&nbsp;attempts&nbsp;specific&nbsp;ac</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">versary&nbsp;fully&nbsp;infects&nbsp;the&nbsp;target&nbsp;and/or&nbsp;attempts&nbsp;specific&nbsp;ac</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tions.&nbsp;&nbsp;Many&nbsp;command&nbsp;shell&nbsp;utilities&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;obtain&nbsp;t</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tions.&nbsp;&nbsp;Many&nbsp;command&nbsp;shell&nbsp;utilities&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;obtain&nbsp;t</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">his&nbsp;information.&nbsp;Examples&nbsp;include&nbsp;&lt;code&gt;dir&lt;/code&gt;,&nbsp;&lt;code&gt;tr</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">his&nbsp;information.&nbsp;Examples&nbsp;include&nbsp;&lt;code&gt;dir&lt;/code&gt;,&nbsp;&lt;code&gt;tr</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ee&lt;/code&gt;,&nbsp;&lt;code&gt;ls&lt;/code&gt;,&nbsp;&lt;code&gt;find&lt;/code&gt;,&nbsp;and&nbsp;&lt;code&gt;loc</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ee&lt;/code&gt;,&nbsp;&lt;code&gt;ls&lt;/code&gt;,&nbsp;&lt;code&gt;find&lt;/code&gt;,&nbsp;and&nbsp;&lt;code&gt;loc</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ate&lt;/code&gt;.(Citation:&nbsp;Windows&nbsp;Commands&nbsp;JPCERT)&nbsp;Custom&nbsp;tools&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ate&lt;/code&gt;.(Citation:&nbsp;Windows&nbsp;Commands&nbsp;JPCERT)&nbsp;Custom&nbsp;tools&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">may&nbsp;also&nbsp;be&nbsp;used&nbsp;to&nbsp;gather&nbsp;file&nbsp;and&nbsp;directory&nbsp;information&nbsp;an</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">may&nbsp;also&nbsp;be&nbsp;used&nbsp;to&nbsp;gather&nbsp;file&nbsp;and&nbsp;directory&nbsp;information&nbsp;an</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d&nbsp;interact&nbsp;with&nbsp;the&nbsp;[Native&nbsp;API](https://attack.mitre.org/te</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d&nbsp;interact&nbsp;with&nbsp;the&nbsp;[Native&nbsp;API](https://attack.mitre.org/te</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">chniques/T1106).&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;leverage&nbsp;a&nbsp;[Network&nbsp;De</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">chniques/T1106).&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;leverage&nbsp;a&nbsp;[Network&nbsp;De</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">vice&nbsp;CLI](https://attack.mitre.org/techniques/T1059/008)&nbsp;on&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">vice&nbsp;CLI](https://attack.mitre.org/techniques/T1059/008)&nbsp;on&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">network&nbsp;devices&nbsp;to&nbsp;gather&nbsp;file&nbsp;and&nbsp;directory&nbsp;information&nbsp;(e.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">network&nbsp;devices&nbsp;to&nbsp;gather&nbsp;file&nbsp;and&nbsp;directory&nbsp;information&nbsp;(e.</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">g.&nbsp;&lt;code&gt;dir&lt;/code&gt;,&nbsp;&lt;code&gt;show&nbsp;flash&lt;/code&gt;,&nbsp;and/or&nbsp;&lt;code&gt;n</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">g.&nbsp;&lt;code&gt;dir&lt;/code&gt;,&nbsp;&lt;code&gt;show&nbsp;flash&lt;/code&gt;,&nbsp;and/or&nbsp;&lt;code&gt;n</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">vram&lt;/code&gt;).(Citation:&nbsp;US-CERT-TA18-106A)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">vram&lt;/code&gt;).(Citation:&nbsp;US-CERT-TA18-106A)<span class=\"diff_add\">&nbsp;&nbsp;Some&nbsp;files&nbsp;and&nbsp;d</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">irectories&nbsp;may&nbsp;require&nbsp;elevated&nbsp;or&nbsp;specific&nbsp;user&nbsp;permissions</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;to&nbsp;access.</span></td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (OS API Execution)",
                            "DS0009: Process (Process Creation)",
                            "DS0017: Command (Command Execution)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--851e071f-208d-4c79-adc6-5974c85c78f3",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2023-08-18 20:50:04.222000+00:00",
                    "modified": "2024-04-11 20:22:14.359000+00:00",
                    "name": "Financial Theft",
                    "description": "Adversaries may steal monetary resources from targets through extortion, social engineering, technical theft, or other methods aimed at their own financial gain at the expense of the availability of these resources for victims. Financial theft is the ultimate objective of several popular campaign types including extortion by ransomware,(Citation: FBI-ransomware) business email compromise (BEC) and fraud,(Citation: FBI-BEC) \"pig butchering,\"(Citation: wired-pig butchering) bank hacking,(Citation: DOJ-DPRK Heist) and exploiting cryptocurrency networks.(Citation: BBC-Ronin) \n\nAdversaries may [Compromise Accounts](https://attack.mitre.org/techniques/T1586) to conduct unauthorized transfers of funds.(Citation: Internet crime report 2022) In the case of business email compromise or email fraud, an adversary may utilize [Impersonation](https://attack.mitre.org/techniques/T1656) of a trusted entity. Once the social engineering is successful, victims can be deceived into sending money to financial accounts controlled by an adversary.(Citation: FBI-BEC) This creates the potential for multiple victims (i.e., compromised accounts as well as the ultimate monetary loss) in incidents involving financial theft.(Citation: VEC)\n\nExtortion by ransomware may occur, for example, when an adversary demands payment from a victim after [Data Encrypted for Impact](https://attack.mitre.org/techniques/T1486) (Citation: NYT-Colonial) and [Exfiltration](https://attack.mitre.org/tactics/TA0010) of data, followed by threatening to leak sensitive data to the public unless payment is made to the adversary.(Citation: Mandiant-leaks) Adversaries may use dedicated leak sites to distribute victim data.(Citation: Crowdstrike-leaks)\n\nDue to the potentially immense business impact of financial theft, an adversary may abuse the possibility of financial theft and seeking monetary gain to divert attention from their true goals such as [Data Destruction](https://attack.mitre.org/techniques/T1485) and business disruption.(Citation: AP-NotPetya)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "impact"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1657",
                            "external_id": "T1657"
                        },
                        {
                            "source_name": "VEC",
                            "description": "CloudFlare. (n.d.). What is vendor email compromise (VEC)?. Retrieved September 12, 2023.",
                            "url": "https://www.cloudflare.com/learning/email-security/what-is-vendor-email-compromise/#:~:text=Vendor%20email%20compromise%2C%20also%20referred,steal%20from%20that%20vendor%27s%20customers."
                        },
                        {
                            "source_name": "Crowdstrike-leaks",
                            "description": "Crowdstrike. (2020, September 24). Double Trouble: Ransomware with Data Leak Extortion, Part 1. Retrieved December 6, 2023.",
                            "url": "https://www.crowdstrike.com/blog/double-trouble-ransomware-data-leak-extortion-part-1/"
                        },
                        {
                            "source_name": "Mandiant-leaks",
                            "description": "DANIEL KAPELLMANN ZAFRA, COREY HIDELBRANDT, NATHAN BRUBAKER, KEITH LUNDEN. (2022, January 31). 1 in 7 OT Ransomware Extortion Attacks Leak Critical Operational Technology Information. Retrieved August 18, 2023.",
                            "url": "https://www.mandiant.com/resources/blog/ransomware-extortion-ot-docs"
                        },
                        {
                            "source_name": "DOJ-DPRK Heist",
                            "description": "Department of Justice. (2021). 3 North Korean Military Hackers Indicted in Wide-Ranging Scheme to Commit Cyber-attacks and Financial Crimes Across the Globe. Retrieved August 18, 2023.",
                            "url": "https://www.justice.gov/usao-cdca/pr/3-north-korean-military-hackers-indicted-wide-ranging-scheme-commit-cyber-attacks-and"
                        },
                        {
                            "source_name": "FBI-BEC",
                            "description": "FBI. (2022). FBI 2022 Congressional Report on BEC and Real Estate Wire Fraud. Retrieved August 18, 2023.",
                            "url": "https://www.fbi.gov/file-repository/fy-2022-fbi-congressional-report-business-email-compromise-and-real-estate-wire-fraud-111422.pdf/view"
                        },
                        {
                            "source_name": "FBI-ransomware",
                            "description": "FBI. (n.d.). Ransomware. Retrieved August 18, 2023.",
                            "url": "https://www.cisa.gov/sites/default/files/Ransomware_Trifold_e-version.pdf"
                        },
                        {
                            "source_name": "AP-NotPetya",
                            "description": "FRANK BAJAK AND RAPHAEL SATTER. (2017, June 30). Companies still hobbled from fearsome cyberattack. Retrieved August 18, 2023.",
                            "url": "https://apnews.com/article/russia-ukraine-technology-business-europe-hacking-ce7a8aca506742ab8e8873e7f9f229c2"
                        },
                        {
                            "source_name": "Internet crime report 2022",
                            "description": "IC3. (2022). 2022 Internet Crime Report. Retrieved August 18, 2023.",
                            "url": "https://www.ic3.gov/Media/PDF/AnnualReport/2022_IC3Report.pdf"
                        },
                        {
                            "source_name": "BBC-Ronin",
                            "description": "Joe Tidy. (2022, March 30). Ronin Network: What a $600m hack says about the state of crypto. Retrieved August 18, 2023.",
                            "url": "https://www.bbc.com/news/technology-60933174"
                        },
                        {
                            "source_name": "wired-pig butchering",
                            "description": "Lily Hay Newman. (n.d.). \u2018Pig Butchering\u2019 Scams Are Now a $3 Billion Threat. Retrieved August 18, 2023.",
                            "url": "https://www.wired.com/story/pig-butchering-fbi-ic3-2022-report/"
                        },
                        {
                            "source_name": "NYT-Colonial",
                            "description": "Nicole Perlroth. (2021, May 13). Colonial Pipeline paid 75 Bitcoin, or roughly $5 million, to hackers.. Retrieved August 18, 2023.",
                            "url": "https://www.nytimes.com/2021/05/13/technology/colonial-pipeline-ransom.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Blake Strom, Microsoft Threat Intelligence",
                        "Pawel Partyka, Microsoft Threat Intelligence",
                        "Goldstein Menachem"
                    ],
                    "x_mitre_data_sources": [
                        "Application Log: Application Log Content"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_impact_type": [
                        "Availability"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows",
                        "Office 365",
                        "SaaS",
                        "Google Workspace"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 20:22:14.359000+00:00\", \"old_value\": \"2023-09-30 19:54:11.916000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may steal monetary resources from targets through extortion, social engineering, technical theft, or other methods aimed at their own financial gain at the expense of the availability of these resources for victims. Financial theft is the ultimate objective of several popular campaign types including extortion by ransomware,(Citation: FBI-ransomware) business email compromise (BEC) and fraud,(Citation: FBI-BEC) \\\"pig butchering,\\\"(Citation: wired-pig butchering) bank hacking,(Citation: DOJ-DPRK Heist) and exploiting cryptocurrency networks.(Citation: BBC-Ronin) \\n\\nAdversaries may [Compromise Accounts](https://attack.mitre.org/techniques/T1586) to conduct unauthorized transfers of funds.(Citation: Internet crime report 2022) In the case of business email compromise or email fraud, an adversary may utilize [Impersonation](https://attack.mitre.org/techniques/T1656) of a trusted entity. Once the social engineering is successful, victims can be deceived into sending money to financial accounts controlled by an adversary.(Citation: FBI-BEC) This creates the potential for multiple victims (i.e., compromised accounts as well as the ultimate monetary loss) in incidents involving financial theft.(Citation: VEC)\\n\\nExtortion by ransomware may occur, for example, when an adversary demands payment from a victim after [Data Encrypted for Impact](https://attack.mitre.org/techniques/T1486) (Citation: NYT-Colonial) and [Exfiltration](https://attack.mitre.org/tactics/TA0010) of data, followed by threatening to leak sensitive data to the public unless payment is made to the adversary.(Citation: Mandiant-leaks) Adversaries may use dedicated leak sites to distribute victim data.(Citation: Crowdstrike-leaks)\\n\\nDue to the potentially immense business impact of financial theft, an adversary may abuse the possibility of financial theft and seeking monetary gain to divert attention from their true goals such as [Data Destruction](https://attack.mitre.org/techniques/T1485) and business disruption.(Citation: AP-NotPetya)\", \"old_value\": \"Adversaries may steal monetary resources from targets through extortion, social engineering, technical theft, or other methods aimed at their own financial gain at the expense of the availability of these resources for victims. Financial theft is the ultimate objective of several popular campaign types including extortion by ransomware,(Citation: FBI-ransomware) business email compromise (BEC) and fraud,(Citation: FBI-BEC) \\\"pig butchering,\\\"(Citation: wired-pig butchering) bank hacking,(Citation: DOJ-DPRK Heist) and exploiting cryptocurrency networks.(Citation: BBC-Ronin) \\n\\nAdversaries may [Compromise Accounts](https://attack.mitre.org/techniques/T1586) to conduct unauthorized transfers of funds.(Citation: Internet crime report 2022) In the case of business email compromise or email fraud, an adversary may utilize [Impersonation](https://attack.mitre.org/techniques/T1656) of a trusted entity. Once the social engineering is successful, victims can be deceived into sending money to financial accounts controlled by an adversary.(Citation: FBI-BEC) This creates the potential for multiple victims (i.e., compromised accounts as well as the ultimate monetary loss) in incidents involving financial theft.(Citation: VEC)\\n\\nExtortion by ransomware may occur, for example, when an adversary demands payment from a victim after [Data Encrypted for Impact](https://attack.mitre.org/techniques/T1486) (Citation: NYT-Colonial) and [Exfiltration](https://attack.mitre.org/tactics/TA0010) of data, followed by threatening public exposure unless payment is made to the adversary.(Citation: Mandiant-leaks)\\n\\nDue to the potentially immense business impact of financial theft, an adversary may abuse the possibility of financial theft and seeking monetary gain to divert attention from their true goals such as [Data Destruction](https://attack.mitre.org/techniques/T1485) and business disruption.(Citation: AP-NotPetya)\", \"diff\": \"--- \\n+++ \\n@@ -2,6 +2,6 @@\\n \\n Adversaries may [Compromise Accounts](https://attack.mitre.org/techniques/T1586) to conduct unauthorized transfers of funds.(Citation: Internet crime report 2022) In the case of business email compromise or email fraud, an adversary may utilize [Impersonation](https://attack.mitre.org/techniques/T1656) of a trusted entity. Once the social engineering is successful, victims can be deceived into sending money to financial accounts controlled by an adversary.(Citation: FBI-BEC) This creates the potential for multiple victims (i.e., compromised accounts as well as the ultimate monetary loss) in incidents involving financial theft.(Citation: VEC)\\n \\n-Extortion by ransomware may occur, for example, when an adversary demands payment from a victim after [Data Encrypted for Impact](https://attack.mitre.org/techniques/T1486) (Citation: NYT-Colonial) and [Exfiltration](https://attack.mitre.org/tactics/TA0010) of data, followed by threatening public exposure unless payment is made to the adversary.(Citation: Mandiant-leaks)\\n+Extortion by ransomware may occur, for example, when an adversary demands payment from a victim after [Data Encrypted for Impact](https://attack.mitre.org/techniques/T1486) (Citation: NYT-Colonial) and [Exfiltration](https://attack.mitre.org/tactics/TA0010) of data, followed by threatening to leak sensitive data to the public unless payment is made to the adversary.(Citation: Mandiant-leaks) Adversaries may use dedicated leak sites to distribute victim data.(Citation: Crowdstrike-leaks)\\n \\n Due to the potentially immense business impact of financial theft, an adversary may abuse the possibility of financial theft and seeking monetary gain to divert attention from their true goals such as [Data Destruction](https://attack.mitre.org/techniques/T1485) and business disruption.(Citation: AP-NotPetya)\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}, \"iterable_item_added\": {\"root['external_references'][2]\": {\"source_name\": \"Crowdstrike-leaks\", \"description\": \"Crowdstrike. (2020, September 24). Double Trouble: Ransomware with Data Leak Extortion, Part 1. Retrieved December 6, 2023.\", \"url\": \"https://www.crowdstrike.com/blog/double-trouble-ransomware-data-leak-extortion-part-1/\"}, \"root['x_mitre_contributors'][2]\": \"Goldstein Menachem\"}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to52__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to52__0\"><a href=\"#difflib_chg_to52__top\">t</a></td><td class=\"diff_header\" id=\"from52_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;steal&nbsp;monetary&nbsp;resources&nbsp;from&nbsp;targets&nbsp;throug</td><td class=\"diff_next\"><a href=\"#difflib_chg_to52__top\">t</a></td><td class=\"diff_header\" id=\"to52_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;steal&nbsp;monetary&nbsp;resources&nbsp;from&nbsp;targets&nbsp;throug</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">h&nbsp;extortion,&nbsp;social&nbsp;engineering,&nbsp;technical&nbsp;theft,&nbsp;or&nbsp;other&nbsp;m</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">h&nbsp;extortion,&nbsp;social&nbsp;engineering,&nbsp;technical&nbsp;theft,&nbsp;or&nbsp;other&nbsp;m</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ethods&nbsp;aimed&nbsp;at&nbsp;their&nbsp;own&nbsp;financial&nbsp;gain&nbsp;at&nbsp;the&nbsp;expense&nbsp;of&nbsp;t</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ethods&nbsp;aimed&nbsp;at&nbsp;their&nbsp;own&nbsp;financial&nbsp;gain&nbsp;at&nbsp;the&nbsp;expense&nbsp;of&nbsp;t</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">he&nbsp;availability&nbsp;of&nbsp;these&nbsp;resources&nbsp;for&nbsp;victims.&nbsp;Financial&nbsp;th</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">he&nbsp;availability&nbsp;of&nbsp;these&nbsp;resources&nbsp;for&nbsp;victims.&nbsp;Financial&nbsp;th</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">eft&nbsp;is&nbsp;the&nbsp;ultimate&nbsp;objective&nbsp;of&nbsp;several&nbsp;popular&nbsp;campaign&nbsp;ty</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">eft&nbsp;is&nbsp;the&nbsp;ultimate&nbsp;objective&nbsp;of&nbsp;several&nbsp;popular&nbsp;campaign&nbsp;ty</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">pes&nbsp;including&nbsp;extortion&nbsp;by&nbsp;ransomware,(Citation:&nbsp;FBI-ransomw</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">pes&nbsp;including&nbsp;extortion&nbsp;by&nbsp;ransomware,(Citation:&nbsp;FBI-ransomw</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">are)&nbsp;business&nbsp;email&nbsp;compromise&nbsp;(BEC)&nbsp;and&nbsp;fraud,(Citation:&nbsp;FB</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">are)&nbsp;business&nbsp;email&nbsp;compromise&nbsp;(BEC)&nbsp;and&nbsp;fraud,(Citation:&nbsp;FB</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">I-BEC)&nbsp;\"pig&nbsp;butchering,\"(Citation:&nbsp;wired-pig&nbsp;butchering)&nbsp;ban</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">I-BEC)&nbsp;\"pig&nbsp;butchering,\"(Citation:&nbsp;wired-pig&nbsp;butchering)&nbsp;ban</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">k&nbsp;hacking,(Citation:&nbsp;DOJ-DPRK&nbsp;Heist)&nbsp;and&nbsp;exploiting&nbsp;cryptocu</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">k&nbsp;hacking,(Citation:&nbsp;DOJ-DPRK&nbsp;Heist)&nbsp;and&nbsp;exploiting&nbsp;cryptocu</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rrency&nbsp;networks.(Citation:&nbsp;BBC-Ronin)&nbsp;&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;[Com</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rrency&nbsp;networks.(Citation:&nbsp;BBC-Ronin)&nbsp;&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;[Com</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">promise&nbsp;Accounts](https://attack.mitre.org/techniques/T1586)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">promise&nbsp;Accounts](https://attack.mitre.org/techniques/T1586)</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;to&nbsp;conduct&nbsp;unauthorized&nbsp;transfers&nbsp;of&nbsp;funds.(Citation:&nbsp;Inter</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;to&nbsp;conduct&nbsp;unauthorized&nbsp;transfers&nbsp;of&nbsp;funds.(Citation:&nbsp;Inter</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">net&nbsp;crime&nbsp;report&nbsp;2022)&nbsp;In&nbsp;the&nbsp;case&nbsp;of&nbsp;business&nbsp;email&nbsp;comprom</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">net&nbsp;crime&nbsp;report&nbsp;2022)&nbsp;In&nbsp;the&nbsp;case&nbsp;of&nbsp;business&nbsp;email&nbsp;comprom</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ise&nbsp;or&nbsp;email&nbsp;fraud,&nbsp;an&nbsp;adversary&nbsp;may&nbsp;utilize&nbsp;[Impersonation]</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ise&nbsp;or&nbsp;email&nbsp;fraud,&nbsp;an&nbsp;adversary&nbsp;may&nbsp;utilize&nbsp;[Impersonation]</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">(https://attack.mitre.org/techniques/T1656)&nbsp;of&nbsp;a&nbsp;trusted&nbsp;ent</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">(https://attack.mitre.org/techniques/T1656)&nbsp;of&nbsp;a&nbsp;trusted&nbsp;ent</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ity.&nbsp;Once&nbsp;the&nbsp;social&nbsp;engineering&nbsp;is&nbsp;successful,&nbsp;victims&nbsp;can&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ity.&nbsp;Once&nbsp;the&nbsp;social&nbsp;engineering&nbsp;is&nbsp;successful,&nbsp;victims&nbsp;can&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">be&nbsp;deceived&nbsp;into&nbsp;sending&nbsp;money&nbsp;to&nbsp;financial&nbsp;accounts&nbsp;control</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">be&nbsp;deceived&nbsp;into&nbsp;sending&nbsp;money&nbsp;to&nbsp;financial&nbsp;accounts&nbsp;control</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">led&nbsp;by&nbsp;an&nbsp;adversary.(Citation:&nbsp;FBI-BEC)&nbsp;This&nbsp;creates&nbsp;the&nbsp;pot</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">led&nbsp;by&nbsp;an&nbsp;adversary.(Citation:&nbsp;FBI-BEC)&nbsp;This&nbsp;creates&nbsp;the&nbsp;pot</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ential&nbsp;for&nbsp;multiple&nbsp;victims&nbsp;(i.e.,&nbsp;compromised&nbsp;accounts&nbsp;as&nbsp;w</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ential&nbsp;for&nbsp;multiple&nbsp;victims&nbsp;(i.e.,&nbsp;compromised&nbsp;accounts&nbsp;as&nbsp;w</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ell&nbsp;as&nbsp;the&nbsp;ultimate&nbsp;monetary&nbsp;loss)&nbsp;in&nbsp;incidents&nbsp;involving&nbsp;fi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ell&nbsp;as&nbsp;the&nbsp;ultimate&nbsp;monetary&nbsp;loss)&nbsp;in&nbsp;incidents&nbsp;involving&nbsp;fi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nancial&nbsp;theft.(Citation:&nbsp;VEC)&nbsp;&nbsp;Extortion&nbsp;by&nbsp;ransomware&nbsp;may&nbsp;o</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nancial&nbsp;theft.(Citation:&nbsp;VEC)&nbsp;&nbsp;Extortion&nbsp;by&nbsp;ransomware&nbsp;may&nbsp;o</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ccur,&nbsp;for&nbsp;example,&nbsp;when&nbsp;an&nbsp;adversary&nbsp;demands&nbsp;payment&nbsp;from&nbsp;a&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ccur,&nbsp;for&nbsp;example,&nbsp;when&nbsp;an&nbsp;adversary&nbsp;demands&nbsp;payment&nbsp;from&nbsp;a&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">victim&nbsp;after&nbsp;[Data&nbsp;Encrypted&nbsp;for&nbsp;Impact](https://attack.mitr</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">victim&nbsp;after&nbsp;[Data&nbsp;Encrypted&nbsp;for&nbsp;Impact](https://attack.mitr</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e.org/techniques/T1486)&nbsp;(Citation:&nbsp;NYT-Colonial)&nbsp;and&nbsp;[Exfilt</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e.org/techniques/T1486)&nbsp;(Citation:&nbsp;NYT-Colonial)&nbsp;and&nbsp;[Exfilt</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ration](https://attack.mitre.org/tactics/TA0010)&nbsp;of&nbsp;data,&nbsp;fo</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ration](https://attack.mitre.org/tactics/TA0010)&nbsp;of&nbsp;data,&nbsp;fo</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">llowed&nbsp;by&nbsp;threatening&nbsp;public&nbsp;<span class=\"diff_chg\">exposure&nbsp;unless&nbsp;payment&nbsp;is&nbsp;made</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">llowed&nbsp;by&nbsp;threatening<span class=\"diff_add\">&nbsp;to&nbsp;leak&nbsp;sensitive&nbsp;data&nbsp;to&nbsp;the</span>&nbsp;public&nbsp;<span class=\"diff_chg\">u</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">&nbsp;to&nbsp;the</span>&nbsp;adversary.(Citation:&nbsp;Mandiant-leaks)&nbsp;&nbsp;Due&nbsp;to&nbsp;the&nbsp;pot</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">nless&nbsp;payment&nbsp;is&nbsp;made&nbsp;to&nbsp;the</span>&nbsp;adversary.(Citation:&nbsp;Mandiant-l</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">entially&nbsp;immense&nbsp;business&nbsp;impact&nbsp;of&nbsp;financial&nbsp;theft,&nbsp;an&nbsp;adve</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">eaks)&nbsp;<span class=\"diff_add\">Adversaries&nbsp;may&nbsp;use&nbsp;dedicated&nbsp;leak&nbsp;sites&nbsp;to&nbsp;distribute</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rsary&nbsp;may&nbsp;abuse&nbsp;the&nbsp;possibility&nbsp;of&nbsp;financial&nbsp;theft&nbsp;and&nbsp;seeki</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;victim&nbsp;data.(Citation:&nbsp;Crowdstrike-leaks)&nbsp;</span>&nbsp;Due&nbsp;to&nbsp;the&nbsp;poten</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ng&nbsp;monetary&nbsp;gain&nbsp;to&nbsp;divert&nbsp;attention&nbsp;from&nbsp;their&nbsp;true&nbsp;goals&nbsp;s</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tially&nbsp;immense&nbsp;business&nbsp;impact&nbsp;of&nbsp;financial&nbsp;theft,&nbsp;an&nbsp;advers</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">uch&nbsp;as&nbsp;[Data&nbsp;Destruction](https://attack.mitre.org/technique</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ary&nbsp;may&nbsp;abuse&nbsp;the&nbsp;possibility&nbsp;of&nbsp;financial&nbsp;theft&nbsp;and&nbsp;seeking</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s/T1485)&nbsp;and&nbsp;business&nbsp;disruption.(Citation:&nbsp;AP-NotPetya)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;monetary&nbsp;gain&nbsp;to&nbsp;divert&nbsp;attention&nbsp;from&nbsp;their&nbsp;true&nbsp;goals&nbsp;suc</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">h&nbsp;as&nbsp;[Data&nbsp;Destruction](https://attack.mitre.org/techniques/</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">T1485)&nbsp;and&nbsp;business&nbsp;disruption.(Citation:&nbsp;AP-NotPetya)</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1017: User Training",
                            "M1018: User Account Management"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0015: Application Log (Application Log Content)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--1f9c2bae-b441-4f66-a8af-b65946ee72f2",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-12-17 15:24:12.240000+00:00",
                    "modified": "2024-03-01 17:55:56.116000+00:00",
                    "name": "SAML Tokens",
                    "description": "An adversary may forge SAML tokens with any permissions claims and lifetimes if they possess a valid SAML token-signing certificate.(Citation: Microsoft SolarWinds Steps) The default lifetime of a SAML token is one hour, but the validity period can be specified in the <code>NotOnOrAfter</code> value of the <code>conditions ...</code> element in a token. This value can be changed using the <code>AccessTokenLifetime</code> in a <code>LifetimeTokenPolicy</code>.(Citation: Microsoft SAML Token Lifetimes) Forged SAML tokens enable adversaries to authenticate across services that use SAML 2.0 as an SSO (single sign-on) mechanism.(Citation: Cyberark Golden SAML)\n\nAn adversary may utilize [Private Keys](https://attack.mitre.org/techniques/T1552/004) to compromise an organization's token-signing certificate to create forged SAML tokens. If the adversary has sufficient permissions to establish a new federation trust with their own Active Directory Federation Services (AD FS) server, they may instead generate their own trusted token-signing certificate.(Citation: Microsoft SolarWinds Customer Guidance) This differs from [Steal Application Access Token](https://attack.mitre.org/techniques/T1528) and other similar behaviors in that the tokens are new and forged by the adversary, rather than stolen or intercepted from legitimate users.\n\nAn adversary may gain administrative Azure AD privileges if a SAML token is forged which claims to represent a highly privileged account. This may lead to [Use Alternate Authentication Material](https://attack.mitre.org/techniques/T1550), which may bypass multi-factor and other authentication protection mechanisms.(Citation: Microsoft SolarWinds Customer Guidance)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "credential-access"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1606/002",
                            "external_id": "T1606.002"
                        },
                        {
                            "source_name": "Microsoft SolarWinds Steps",
                            "description": "Lambert, J. (2020, December 13). Important steps for customers to protect themselves from recent nation-state cyberattacks. Retrieved December 17, 2020.",
                            "url": "https://blogs.microsoft.com/on-the-issues/2020/12/13/customers-protect-nation-state-cyberattacks/"
                        },
                        {
                            "source_name": "Microsoft SAML Token Lifetimes",
                            "description": "Microsoft. (2020, December 14). Configurable token lifetimes in Microsoft Identity Platform. Retrieved December 22, 2020.",
                            "url": "https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-configurable-token-lifetimes"
                        },
                        {
                            "source_name": "Microsoft SolarWinds Customer Guidance",
                            "description": "MSRC. (2020, December 13). Customer Guidance on Recent Nation-State Cyber Attacks. Retrieved December 17, 2020.",
                            "url": "https://msrc-blog.microsoft.com/2020/12/13/customer-guidance-on-recent-nation-state-cyber-attacks/"
                        },
                        {
                            "source_name": "Cyberark Golden SAML",
                            "description": "Reiner, S. (2017, November 21). Golden SAML: Newly Discovered Attack Technique Forges Authentication to Cloud Apps. Retrieved December 17, 2020.",
                            "url": "https://www.cyberark.com/resources/threat-research-blog/golden-saml-newly-discovered-attack-technique-forges-authentication-to-cloud-apps"
                        },
                        {
                            "source_name": "Sygnia Golden SAML",
                            "description": "Sygnia. (2020, December). Detection and Hunting of Golden SAML Attack. Retrieved January 6, 2021.",
                            "url": "https://www.sygnia.co/golden-saml-advisory"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Blake Strom, Microsoft 365 Defender",
                        "Oleg Kolesnikov, Securonix",
                        "Jack Burns, HubSpot"
                    ],
                    "x_mitre_data_sources": [
                        "Web Credential: Web Credential Usage",
                        "Web Credential: Web Credential Creation",
                        "Logon Session: Logon Session Creation",
                        "User Account: User Account Authentication",
                        "Logon Session: Logon Session Metadata",
                        "Process: Process Creation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "This technique may be difficult to detect as SAML tokens are signed by a trusted certificate. The forging process may not be detectable since it is likely to happen outside of a defender's visibility, but subsequent usage of the forged token may be seen. Monitor for anomalous logins using SAML tokens created by a compromised or adversary generated token-signing certificate. These logins may occur on any on-premises resources as well as from any cloud environment that trusts the certificate.(Citation: Microsoft SolarWinds Customer Guidance) Search for logins to service providers using SAML SSO which do not have corresponding 4769, 1200, and 1202 events in the Domain.(Citation: Sygnia Golden SAML)\n\nConsider modifying SAML responses to include custom elements for each service provider. Monitor these custom elements in service provider access logs to detect any anomalous requests.(Citation: Sygnia Golden SAML)",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Azure AD",
                        "SaaS",
                        "Windows",
                        "Office 365",
                        "Google Workspace",
                        "IaaS"
                    ],
                    "x_mitre_version": "1.3",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-03-01 17:55:56.116000+00:00\", \"old_value\": \"2023-09-19 21:25:46.568000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.3\", \"old_value\": \"1.2\"}}, \"iterable_item_added\": {\"root['x_mitre_data_sources'][5]\": \"Process: Process Creation\"}}",
                    "previous_version": "1.2",
                    "version_change": "1.2 \u2192 1.3",
                    "changelog_mitigations": {
                        "shared": [
                            "M1015: Active Directory Configuration",
                            "M1018: User Account Management",
                            "M1026: Privileged Account Management",
                            "M1047: Audit"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0002: User Account (User Account Authentication)",
                            "DS0006: Web Credential (Web Credential Creation)",
                            "DS0006: Web Credential (Web Credential Usage)",
                            "DS0028: Logon Session (Logon Session Creation)",
                            "DS0028: Logon Session (Logon Session Metadata)"
                        ],
                        "new": [
                            "DS0009: Process (Process Creation)"
                        ],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--5282dd9a-d26d-4e16-88b7-7c0f4553daf4",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-10-02 14:54:59.263000+00:00",
                    "modified": "2024-04-19 04:27:00.005000+00:00",
                    "name": "Gather Victim Identity Information",
                    "description": "Adversaries may gather information about the victim's identity that can be used during targeting. Information about identities may include a variety of details, including personal data (ex: employee names, email addresses, security question responses, etc.) as well as sensitive details such as credentials or multi-factor authentication (MFA) configurations.\n\nAdversaries may gather this information in various ways, such as direct elicitation via [Phishing for Information](https://attack.mitre.org/techniques/T1598). Information about users could also be enumerated via other active means (i.e. [Active Scanning](https://attack.mitre.org/techniques/T1595)) such as probing and analyzing responses from authentication services that may reveal valid usernames in a system or permitted MFA /methods associated with those usernames.(Citation: GrimBlog UsernameEnum)(Citation: Obsidian SSPR Abuse 2023) Information about victims may also be exposed to adversaries via online or other accessible data sets (ex: [Social Media](https://attack.mitre.org/techniques/T1593/001) or [Search Victim-Owned Websites](https://attack.mitre.org/techniques/T1594)).(Citation: OPM Leak)(Citation: Register Deloitte)(Citation: Register Uber)(Citation: Detectify Slack Tokens)(Citation: Forbes GitHub Creds)(Citation: GitHub truffleHog)(Citation: GitHub Gitrob)(Citation: CNET Leaks)\n\nGathering this information may reveal opportunities for other forms of reconnaissance (ex: [Search Open Websites/Domains](https://attack.mitre.org/techniques/T1593) or [Phishing for Information](https://attack.mitre.org/techniques/T1598)), establishing operational resources (ex: [Compromise Accounts](https://attack.mitre.org/techniques/T1586)), and/or initial access (ex: [Phishing](https://attack.mitre.org/techniques/T1566) or [Valid Accounts](https://attack.mitre.org/techniques/T1078)).",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "reconnaissance"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1589",
                            "external_id": "T1589"
                        },
                        {
                            "source_name": "OPM Leak",
                            "description": "Cybersecurity Resource Center. (n.d.). CYBERSECURITY INCIDENTS. Retrieved October 20, 2020.",
                            "url": "https://www.opm.gov/cybersecurity/cybersecurity-incidents/"
                        },
                        {
                            "source_name": "Detectify Slack Tokens",
                            "description": "Detectify. (2016, April 28). Slack bot token leakage exposing business critical information. Retrieved October 19, 2020.",
                            "url": "https://labs.detectify.com/2016/04/28/slack-bot-token-leakage-exposing-business-critical-information/"
                        },
                        {
                            "source_name": "GitHub truffleHog",
                            "description": "Dylan Ayrey. (2016, December 31). truffleHog. Retrieved October 19, 2020.",
                            "url": "https://github.com/dxa4481/truffleHog"
                        },
                        {
                            "source_name": "GrimBlog UsernameEnum",
                            "description": "GrimHacker. (2017, July 24). Office365 ActiveSync Username Enumeration. Retrieved December 9, 2021.",
                            "url": "https://grimhacker.com/2017/07/24/office365-activesync-username-enumeration/"
                        },
                        {
                            "source_name": "Register Uber",
                            "description": "McCarthy, K. (2015, February 28). FORK ME! Uber hauls GitHub into court to find who hacked database of 50,000 drivers. Retrieved October 19, 2020.",
                            "url": "https://www.theregister.com/2015/02/28/uber_subpoenas_github_for_hacker_details/"
                        },
                        {
                            "source_name": "GitHub Gitrob",
                            "description": "Michael Henriksen. (2018, June 9). Gitrob: Putting the Open Source in OSINT. Retrieved October 19, 2020.",
                            "url": "https://github.com/michenriksen/gitrob"
                        },
                        {
                            "source_name": "CNET Leaks",
                            "description": "Ng, A. (2019, January 17). Massive breach leaks 773 million email addresses, 21 million passwords. Retrieved October 20, 2020.",
                            "url": "https://www.cnet.com/news/massive-breach-leaks-773-million-emails-21-million-passwords/"
                        },
                        {
                            "source_name": "Obsidian SSPR Abuse 2023",
                            "description": "Noah Corradin and Shuyang Wang. (2023, August 1). Behind The Breach: Self-Service Password Reset (SSPR) Abuse in Azure AD. Retrieved March 28, 2024.",
                            "url": "https://www.obsidiansecurity.com/blog/behind-the-breach-self-service-password-reset-azure-ad/"
                        },
                        {
                            "source_name": "Forbes GitHub Creds",
                            "description": "Sandvik, R. (2014, January 14). Attackers Scrape GitHub For Cloud Service Credentials, Hijack Account To Mine Virtual Currency. Retrieved October 19, 2020.",
                            "url": "https://www.forbes.com/sites/runasandvik/2014/01/14/attackers-scrape-github-for-cloud-service-credentials-hijack-account-to-mine-virtual-currency/#242c479d3196"
                        },
                        {
                            "source_name": "Register Deloitte",
                            "description": "Thomson, I. (2017, September 26). Deloitte is a sitting duck: Key systems with RDP open, VPN and proxy 'login details leaked'. Retrieved October 19, 2020.",
                            "url": "https://www.theregister.com/2017/09/26/deloitte_leak_github_and_google/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Jannie Li, Microsoft Threat Intelligence\u202fCenter\u202f(MSTIC)",
                        "Obsidian Security"
                    ],
                    "x_mitre_data_sources": [
                        "Network Traffic: Network Traffic Content"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor for suspicious network traffic that could be indicative of probing for user information, such as large/iterative quantities of authentication requests originating from a single source (especially if the source is known to be associated with an adversary/botnet). Analyzing web metadata may also reveal artifacts that can be attributed to potentially malicious activity, such as referer or user-agent string HTTP/S fields.\n\nMuch of this activity may have a very high occurrence and associated false positive rate, as well as potentially taking place outside the visibility of the target organization, making detection difficult for defenders.\n\nDetection efforts may be focused on related stages of the adversary lifecycle, such as during Initial Access.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "PRE"
                    ],
                    "x_mitre_version": "1.3",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-19 04:27:00.005000+00:00\", \"old_value\": \"2022-04-21 14:39:39.857000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may gather information about the victim's identity that can be used during targeting. Information about identities may include a variety of details, including personal data (ex: employee names, email addresses, security question responses, etc.) as well as sensitive details such as credentials or multi-factor authentication (MFA) configurations.\\n\\nAdversaries may gather this information in various ways, such as direct elicitation via [Phishing for Information](https://attack.mitre.org/techniques/T1598). Information about users could also be enumerated via other active means (i.e. [Active Scanning](https://attack.mitre.org/techniques/T1595)) such as probing and analyzing responses from authentication services that may reveal valid usernames in a system or permitted MFA /methods associated with those usernames.(Citation: GrimBlog UsernameEnum)(Citation: Obsidian SSPR Abuse 2023) Information about victims may also be exposed to adversaries via online or other accessible data sets (ex: [Social Media](https://attack.mitre.org/techniques/T1593/001) or [Search Victim-Owned Websites](https://attack.mitre.org/techniques/T1594)).(Citation: OPM Leak)(Citation: Register Deloitte)(Citation: Register Uber)(Citation: Detectify Slack Tokens)(Citation: Forbes GitHub Creds)(Citation: GitHub truffleHog)(Citation: GitHub Gitrob)(Citation: CNET Leaks)\\n\\nGathering this information may reveal opportunities for other forms of reconnaissance (ex: [Search Open Websites/Domains](https://attack.mitre.org/techniques/T1593) or [Phishing for Information](https://attack.mitre.org/techniques/T1598)), establishing operational resources (ex: [Compromise Accounts](https://attack.mitre.org/techniques/T1586)), and/or initial access (ex: [Phishing](https://attack.mitre.org/techniques/T1566) or [Valid Accounts](https://attack.mitre.org/techniques/T1078)).\", \"old_value\": \"Adversaries may gather information about the victim's identity that can be used during targeting. Information about identities may include a variety of details, including personal data (ex: employee names, email addresses, etc.) as well as sensitive details such as credentials.\\n\\nAdversaries may gather this information in various ways, such as direct elicitation via [Phishing for Information](https://attack.mitre.org/techniques/T1598). Information about users could also be enumerated via other active means (i.e. [Active Scanning](https://attack.mitre.org/techniques/T1595)) such as probing and analyzing responses from authentication services that may reveal valid usernames in a system.(Citation: GrimBlog UsernameEnum) Information about victims may also be exposed to adversaries via online or other accessible data sets (ex: [Social Media](https://attack.mitre.org/techniques/T1593/001) or [Search Victim-Owned Websites](https://attack.mitre.org/techniques/T1594)).(Citation: OPM Leak)(Citation: Register Deloitte)(Citation: Register Uber)(Citation: Detectify Slack Tokens)(Citation: Forbes GitHub Creds)(Citation: GitHub truffleHog)(Citation: GitHub Gitrob)(Citation: CNET Leaks)\\n\\nGathering this information may reveal opportunities for other forms of reconnaissance (ex: [Search Open Websites/Domains](https://attack.mitre.org/techniques/T1593) or [Phishing for Information](https://attack.mitre.org/techniques/T1598)), establishing operational resources (ex: [Compromise Accounts](https://attack.mitre.org/techniques/T1586)), and/or initial access (ex: [Phishing](https://attack.mitre.org/techniques/T1566) or [Valid Accounts](https://attack.mitre.org/techniques/T1078)).\", \"diff\": \"--- \\n+++ \\n@@ -1,5 +1,5 @@\\n-Adversaries may gather information about the victim's identity that can be used during targeting. Information about identities may include a variety of details, including personal data (ex: employee names, email addresses, etc.) as well as sensitive details such as credentials.\\n+Adversaries may gather information about the victim's identity that can be used during targeting. Information about identities may include a variety of details, including personal data (ex: employee names, email addresses, security question responses, etc.) as well as sensitive details such as credentials or multi-factor authentication (MFA) configurations.\\n \\n-Adversaries may gather this information in various ways, such as direct elicitation via [Phishing for Information](https://attack.mitre.org/techniques/T1598). Information about users could also be enumerated via other active means (i.e. [Active Scanning](https://attack.mitre.org/techniques/T1595)) such as probing and analyzing responses from authentication services that may reveal valid usernames in a system.(Citation: GrimBlog UsernameEnum) Information about victims may also be exposed to adversaries via online or other accessible data sets (ex: [Social Media](https://attack.mitre.org/techniques/T1593/001) or [Search Victim-Owned Websites](https://attack.mitre.org/techniques/T1594)).(Citation: OPM Leak)(Citation: Register Deloitte)(Citation: Register Uber)(Citation: Detectify Slack Tokens)(Citation: Forbes GitHub Creds)(Citation: GitHub truffleHog)(Citation: GitHub Gitrob)(Citation: CNET Leaks)\\n+Adversaries may gather this information in various ways, such as direct elicitation via [Phishing for Information](https://attack.mitre.org/techniques/T1598). Information about users could also be enumerated via other active means (i.e. [Active Scanning](https://attack.mitre.org/techniques/T1595)) such as probing and analyzing responses from authentication services that may reveal valid usernames in a system or permitted MFA /methods associated with those usernames.(Citation: GrimBlog UsernameEnum)(Citation: Obsidian SSPR Abuse 2023) Information about victims may also be exposed to adversaries via online or other accessible data sets (ex: [Social Media](https://attack.mitre.org/techniques/T1593/001) or [Search Victim-Owned Websites](https://attack.mitre.org/techniques/T1594)).(Citation: OPM Leak)(Citation: Register Deloitte)(Citation: Register Uber)(Citation: Detectify Slack Tokens)(Citation: Forbes GitHub Creds)(Citation: GitHub truffleHog)(Citation: GitHub Gitrob)(Citation: CNET Leaks)\\n \\n Gathering this information may reveal opportunities for other forms of reconnaissance (ex: [Search Open Websites/Domains](https://attack.mitre.org/techniques/T1593) or [Phishing for Information](https://attack.mitre.org/techniques/T1598)), establishing operational resources (ex: [Compromise Accounts](https://attack.mitre.org/techniques/T1586)), and/or initial access (ex: [Phishing](https://attack.mitre.org/techniques/T1566) or [Valid Accounts](https://attack.mitre.org/techniques/T1078)).\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.3\", \"old_value\": \"1.2\"}}, \"iterable_item_added\": {\"root['external_references'][8]\": {\"source_name\": \"Obsidian SSPR Abuse 2023\", \"description\": \"Noah Corradin and Shuyang Wang. (2023, August 1). Behind The Breach: Self-Service Password Reset (SSPR) Abuse in Azure AD. Retrieved March 28, 2024.\", \"url\": \"https://www.obsidiansecurity.com/blog/behind-the-breach-self-service-password-reset-azure-ad/\"}, \"root['x_mitre_contributors'][1]\": \"Obsidian Security\"}}",
                    "previous_version": "1.2",
                    "version_change": "1.2 \u2192 1.3",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to47__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to47__0\"><a href=\"#difflib_chg_to47__top\">t</a></td><td class=\"diff_header\" id=\"from47_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;gather&nbsp;information&nbsp;about&nbsp;the&nbsp;victim's&nbsp;identi</td><td class=\"diff_next\"><a href=\"#difflib_chg_to47__top\">t</a></td><td class=\"diff_header\" id=\"to47_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;gather&nbsp;information&nbsp;about&nbsp;the&nbsp;victim's&nbsp;identi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ty&nbsp;that&nbsp;can&nbsp;be&nbsp;used&nbsp;during&nbsp;targeting.&nbsp;Information&nbsp;about&nbsp;iden</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ty&nbsp;that&nbsp;can&nbsp;be&nbsp;used&nbsp;during&nbsp;targeting.&nbsp;Information&nbsp;about&nbsp;iden</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tities&nbsp;may&nbsp;include&nbsp;a&nbsp;variety&nbsp;of&nbsp;details,&nbsp;including&nbsp;personal&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tities&nbsp;may&nbsp;include&nbsp;a&nbsp;variety&nbsp;of&nbsp;details,&nbsp;including&nbsp;personal&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">data&nbsp;(ex:&nbsp;employee&nbsp;names,&nbsp;email&nbsp;addresses,&nbsp;<span class=\"diff_chg\">etc.)&nbsp;as</span>&nbsp;well&nbsp;as&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">data&nbsp;(ex:&nbsp;employee&nbsp;names,&nbsp;email&nbsp;addresses,&nbsp;<span class=\"diff_chg\">security&nbsp;question</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">sensitive&nbsp;details&nbsp;such&nbsp;as&nbsp;credentials<span class=\"diff_chg\">.&nbsp;&nbsp;</span>Adversaries&nbsp;may&nbsp;gath</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">&nbsp;responses,&nbsp;etc.)&nbsp;as</span>&nbsp;well&nbsp;as&nbsp;sensitive&nbsp;details&nbsp;such&nbsp;as&nbsp;crede</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">er&nbsp;this&nbsp;information&nbsp;in&nbsp;various&nbsp;ways,&nbsp;such&nbsp;as&nbsp;direct&nbsp;elicitat</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ntials<span class=\"diff_chg\">&nbsp;or&nbsp;multi-factor&nbsp;authentication&nbsp;(MF</span>A<span class=\"diff_add\">)&nbsp;configurations.&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ion&nbsp;via&nbsp;[Phishing&nbsp;for&nbsp;Information](https://attack.mitre.org/</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;A</span>dversaries&nbsp;may&nbsp;gather&nbsp;this&nbsp;information&nbsp;in&nbsp;various&nbsp;ways,&nbsp;su</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">techniques/T1598).&nbsp;Information&nbsp;about&nbsp;users&nbsp;could&nbsp;also&nbsp;be&nbsp;enu</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ch&nbsp;as&nbsp;direct&nbsp;elicitation&nbsp;via&nbsp;[Phishing&nbsp;for&nbsp;Information](http</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">merated&nbsp;via&nbsp;other&nbsp;active&nbsp;means&nbsp;(i.e.&nbsp;[Active&nbsp;Scanning](https</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s://attack.mitre.org/techniques/T1598).&nbsp;Information&nbsp;about&nbsp;us</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">://attack.mitre.org/techniques/T1595))&nbsp;such&nbsp;as&nbsp;probing&nbsp;and&nbsp;a</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ers&nbsp;could&nbsp;also&nbsp;be&nbsp;enumerated&nbsp;via&nbsp;other&nbsp;active&nbsp;means&nbsp;(i.e.&nbsp;[A</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nalyzing&nbsp;responses&nbsp;from&nbsp;authentication&nbsp;services&nbsp;that&nbsp;may&nbsp;rev</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ctive&nbsp;Scanning](https://attack.mitre.org/techniques/T1595))&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">eal&nbsp;valid&nbsp;usernames&nbsp;in&nbsp;a&nbsp;system.(Citation:&nbsp;GrimBlog&nbsp;Username</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">such&nbsp;as&nbsp;probing&nbsp;and&nbsp;analyzing&nbsp;responses&nbsp;from&nbsp;authentication&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Enum)&nbsp;Information&nbsp;about&nbsp;victims&nbsp;may&nbsp;also&nbsp;be&nbsp;exposed&nbsp;to&nbsp;adver</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">services&nbsp;that&nbsp;may&nbsp;reveal&nbsp;valid&nbsp;usernames&nbsp;in&nbsp;a&nbsp;system<span class=\"diff_add\">&nbsp;or&nbsp;perm</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">saries&nbsp;via&nbsp;online&nbsp;or&nbsp;other&nbsp;accessible&nbsp;data&nbsp;sets&nbsp;(ex:&nbsp;[Social</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">itted&nbsp;MFA&nbsp;/methods&nbsp;associated&nbsp;with&nbsp;those&nbsp;usernames</span>.(Citation</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Media](https://attack.mitre.org/techniques/T1593/001)&nbsp;or&nbsp;[S</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">:&nbsp;GrimBlog&nbsp;UsernameEnum)<span class=\"diff_add\">(Citation:&nbsp;Obsidian&nbsp;SSPR&nbsp;Abuse&nbsp;2023)</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">earch&nbsp;Victim-Owned&nbsp;Websites](https://attack.mitre.org/techni</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\"></span>&nbsp;Information&nbsp;about&nbsp;victims&nbsp;may&nbsp;also&nbsp;be&nbsp;exposed&nbsp;to&nbsp;adversarie</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ques/T1594)).(Citation:&nbsp;OPM&nbsp;Leak)(Citation:&nbsp;Register&nbsp;Deloitt</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;via&nbsp;online&nbsp;or&nbsp;other&nbsp;accessible&nbsp;data&nbsp;sets&nbsp;(ex:&nbsp;[Social&nbsp;Medi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e)(Citation:&nbsp;Register&nbsp;Uber)(Citation:&nbsp;Detectify&nbsp;Slack&nbsp;Tokens</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">a](https://attack.mitre.org/techniques/T1593/001)&nbsp;or&nbsp;[Search</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">)(Citation:&nbsp;Forbes&nbsp;GitHub&nbsp;Creds)(Citation:&nbsp;GitHub&nbsp;truffleHog</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Victim-Owned&nbsp;Websites](https://attack.mitre.org/techniques/</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">)(Citation:&nbsp;GitHub&nbsp;Gitrob)(Citation:&nbsp;CNET&nbsp;Leaks)&nbsp;&nbsp;Gathering&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">T1594)).(Citation:&nbsp;OPM&nbsp;Leak)(Citation:&nbsp;Register&nbsp;Deloitte)(Ci</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">this&nbsp;information&nbsp;may&nbsp;reveal&nbsp;opportunities&nbsp;for&nbsp;other&nbsp;forms&nbsp;of</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tation:&nbsp;Register&nbsp;Uber)(Citation:&nbsp;Detectify&nbsp;Slack&nbsp;Tokens)(Cit</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;reconnaissance&nbsp;(ex:&nbsp;[Search&nbsp;Open&nbsp;Websites/Domains](https://</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ation:&nbsp;Forbes&nbsp;GitHub&nbsp;Creds)(Citation:&nbsp;GitHub&nbsp;truffleHog)(Cit</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">attack.mitre.org/techniques/T1593)&nbsp;or&nbsp;[Phishing&nbsp;for&nbsp;Informat</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ation:&nbsp;GitHub&nbsp;Gitrob)(Citation:&nbsp;CNET&nbsp;Leaks)&nbsp;&nbsp;Gathering&nbsp;this&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ion](https://attack.mitre.org/techniques/T1598)),&nbsp;establishi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">information&nbsp;may&nbsp;reveal&nbsp;opportunities&nbsp;for&nbsp;other&nbsp;forms&nbsp;of&nbsp;reco</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ng&nbsp;operational&nbsp;resources&nbsp;(ex:&nbsp;[Compromise&nbsp;Accounts](https://</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nnaissance&nbsp;(ex:&nbsp;[Search&nbsp;Open&nbsp;Websites/Domains](https://attac</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">attack.mitre.org/techniques/T1586)),&nbsp;and/or&nbsp;initial&nbsp;access&nbsp;(</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">k.mitre.org/techniques/T1593)&nbsp;or&nbsp;[Phishing&nbsp;for&nbsp;Information](</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ex:&nbsp;[Phishing](https://attack.mitre.org/techniques/T1566)&nbsp;or</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">https://attack.mitre.org/techniques/T1598)),&nbsp;establishing&nbsp;op</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;[Valid&nbsp;Accounts](https://attack.mitre.org/techniques/T1078)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">erational&nbsp;resources&nbsp;(ex:&nbsp;[Compromise&nbsp;Accounts](https://attac</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">).</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">k.mitre.org/techniques/T1586)),&nbsp;and/or&nbsp;initial&nbsp;access&nbsp;(ex:&nbsp;[</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Phishing](https://attack.mitre.org/techniques/T1566)&nbsp;or&nbsp;[Val</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">id&nbsp;Accounts](https://attack.mitre.org/techniques/T1078)).</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1056: Pre-compromise"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0029: Network Traffic (Network Traffic Content)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--22905430-4901-4c2a-84f6-98243cb173f8",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-02-26 17:41:25.933000+00:00",
                    "modified": "2024-03-29 17:45:48.126000+00:00",
                    "name": "Hide Artifacts",
                    "description": "Adversaries may attempt to hide artifacts associated with their behaviors to evade detection. Operating systems may have features to hide various artifacts, such as important system files and administrative task execution, to avoid disrupting user work environments and prevent users from changing files or features on the system. Adversaries may abuse these features to hide artifacts such as files, directories, user accounts, or other system activity to evade detection.(Citation: Sofacy Komplex Trojan)(Citation: Cybereason OSX Pirrit)(Citation: MalwareBytes ADS July 2015)\n\nAdversaries may also attempt to hide artifacts associated with malicious behavior by creating computing regions that are isolated from common security instrumentation, such as through the use of virtualization technology.(Citation: Sophos Ragnar May 2020)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "defense-evasion"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1564",
                            "external_id": "T1564"
                        },
                        {
                            "source_name": "Cybereason OSX Pirrit",
                            "description": "Amit Serper. (2016). Cybereason Lab Analysis OSX.Pirrit. Retrieved December 10, 2021.",
                            "url": "https://cdn2.hubspot.net/hubfs/3354902/Content%20PDFs/Cybereason-Lab-Analysis-OSX-Pirrit-4-6-16.pdf"
                        },
                        {
                            "source_name": "MalwareBytes ADS July 2015",
                            "description": "Arntz, P. (2015, July 22). Introduction to Alternate Data Streams. Retrieved March 21, 2018.",
                            "url": "https://blog.malwarebytes.com/101/2015/07/introduction-to-alternate-data-streams/"
                        },
                        {
                            "source_name": "Sofacy Komplex Trojan",
                            "description": "Dani Creus, Tyler Halfpop, Robert Falcone. (2016, September 26). Sofacy's 'Komplex' OS X Trojan. Retrieved July 8, 2017.",
                            "url": "https://researchcenter.paloaltonetworks.com/2016/09/unit42-sofacys-komplex-os-x-trojan/"
                        },
                        {
                            "source_name": "Sophos Ragnar May 2020",
                            "description": "SophosLabs. (2020, May 21). Ragnar Locker ransomware deploys virtual machine to dodge security. Retrieved June 29, 2020.",
                            "url": "https://news.sophos.com/en-us/2020/05/21/ragnar-locker-ransomware-deploys-virtual-machine-to-dodge-security/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "File: File Metadata",
                        "Application Log: Application Log Content",
                        "Process: Process Creation",
                        "Command: Command Execution",
                        "File: File Modification",
                        "Firmware: Firmware Modification",
                        "Service: Service Creation",
                        "Windows Registry: Windows Registry Key Modification",
                        "Script: Script Execution",
                        "User Account: User Account Creation",
                        "Process: OS API Execution",
                        "User Account: User Account Metadata",
                        "File: File Creation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor files, processes, and command-line arguments for actions indicative of hidden artifacts. Monitor event and authentication logs for records of hidden artifacts being used. Monitor the file system and shell commands for hidden attribute usage.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows",
                        "Office 365"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-03-29 17:45:48.126000+00:00\", \"old_value\": \"2022-03-25 15:59:09.632000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2",
                    "changelog_mitigations": {
                        "shared": [],
                        "new": [
                            "M1013: Application Developer Guidance",
                            "M1033: Limit Software Installation",
                            "M1049: Antivirus/Antimalware"
                        ],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0001: Firmware (Firmware Modification)",
                            "DS0002: User Account (User Account Creation)",
                            "DS0002: User Account (User Account Metadata)",
                            "DS0009: Process (OS API Execution)",
                            "DS0009: Process (Process Creation)",
                            "DS0012: Script (Script Execution)",
                            "DS0015: Application Log (Application Log Content)",
                            "DS0017: Command (Command Execution)",
                            "DS0019: Service (Service Creation)",
                            "DS0022: File (File Creation)",
                            "DS0022: File (File Metadata)",
                            "DS0022: File (File Modification)",
                            "DS0024: Windows Registry (Windows Registry Key Modification)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--cbb66055-0325-4111-aca0-40547b6ad5b0",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-03-13 20:26:49.433000+00:00",
                    "modified": "2024-04-13 14:28:20.651000+00:00",
                    "name": "Hidden Window",
                    "description": "Adversaries may use hidden windows to conceal malicious activity from the plain sight of users. In some cases, windows that would typically be displayed when an application carries out an operation can be hidden. This may be utilized by system administrators to avoid disrupting user work environments when carrying out administrative tasks. \n\nAdversaries may abuse these functionalities to hide otherwise visible windows from users so as not to alert the user to adversary activity on the system.(Citation: Antiquated Mac Malware)\n\nOn macOS, the configurations for how applications run are listed in property list (plist) files. One of the tags in these files can be <code>apple.awt.UIElement</code>, which allows for Java applications to prevent the application's icon from appearing in the Dock. A common use for this is when applications run in the system tray, but don't also want to show up in the Dock.\n\nSimilarly, on Windows there are a variety of features in scripting languages, such as [PowerShell](https://attack.mitre.org/techniques/T1059/001), Jscript, and [Visual Basic](https://attack.mitre.org/techniques/T1059/005) to make windows hidden. One example of this is <code>powershell.exe -WindowStyle Hidden</code>.(Citation: PowerShell About 2019)\n\nIn addition, Windows supports the `CreateDesktop()` API that can create a hidden desktop window with its own corresponding <code>explorer.exe</code> process.(Citation: Hidden VNC)(Citation: Anatomy of an hVNC Attack)  All applications running on the hidden desktop window, such as a hidden VNC (hVNC) session,(Citation: Hidden VNC) will be invisible to other desktops windows.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "defense-evasion"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1564/003",
                            "external_id": "T1564.003"
                        },
                        {
                            "source_name": "Hidden VNC",
                            "description": "Hutchins, Marcus. (2015, September 13). Hidden VNC for Beginners. Retrieved November 28, 2023.",
                            "url": "https://www.malwaretech.com/2015/09/hidden-vnc-for-beginners.html"
                        },
                        {
                            "source_name": "Anatomy of an hVNC Attack",
                            "description": "Keshet, Lior. Kessem, Limor. (2017, January 25). Anatomy of an hVNC Attack. Retrieved November 28, 2023.",
                            "url": "https://securityintelligence.com/anatomy-of-an-hvnc-attack/"
                        },
                        {
                            "source_name": "Antiquated Mac Malware",
                            "description": "Thomas Reed. (2017, January 18). New Mac backdoor using antiquated code. Retrieved July 5, 2017.",
                            "url": "https://blog.malwarebytes.com/threat-analysis/2017/01/new-mac-backdoor-using-antiquated-code/"
                        },
                        {
                            "source_name": "PowerShell About 2019",
                            "description": "Wheeler, S. et al.. (2019, May 1). About PowerShell.exe. Retrieved October 11, 2019.",
                            "url": "https://docs.microsoft.com/en-us/powershell/module/Microsoft.PowerShell.Core/About/about_PowerShell_exe?view=powershell-5.1"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Travis Smith, Tripwire",
                        "Mark Tsipershtein"
                    ],
                    "x_mitre_data_sources": [
                        "File: File Modification",
                        "Command: Command Execution",
                        "Process: Process Creation",
                        "Script: Script Execution"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor processes and command-line arguments for actions indicative of hidden windows. In Windows, enable and configure event logging and PowerShell logging to check for the hidden window style. In MacOS, plist files are ASCII text files with a specific format, so they're relatively easy to parse. File monitoring can check for the <code>apple.awt.UIElement</code> or any other suspicious plist tag in plist files and flag them.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "macOS",
                        "Windows",
                        "Linux"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"dictionary_item_removed\": {\"root['x_mitre_permissions_required']\": [\"User\"]}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-13 14:28:20.651000+00:00\", \"old_value\": \"2022-03-15 21:09:43.489000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may use hidden windows to conceal malicious activity from the plain sight of users. In some cases, windows that would typically be displayed when an application carries out an operation can be hidden. This may be utilized by system administrators to avoid disrupting user work environments when carrying out administrative tasks. \\n\\nAdversaries may abuse these functionalities to hide otherwise visible windows from users so as not to alert the user to adversary activity on the system.(Citation: Antiquated Mac Malware)\\n\\nOn macOS, the configurations for how applications run are listed in property list (plist) files. One of the tags in these files can be <code>apple.awt.UIElement</code>, which allows for Java applications to prevent the application's icon from appearing in the Dock. A common use for this is when applications run in the system tray, but don't also want to show up in the Dock.\\n\\nSimilarly, on Windows there are a variety of features in scripting languages, such as [PowerShell](https://attack.mitre.org/techniques/T1059/001), Jscript, and [Visual Basic](https://attack.mitre.org/techniques/T1059/005) to make windows hidden. One example of this is <code>powershell.exe -WindowStyle Hidden</code>.(Citation: PowerShell About 2019)\\n\\nIn addition, Windows supports the `CreateDesktop()` API that can create a hidden desktop window with its own corresponding <code>explorer.exe</code> process.(Citation: Hidden VNC)(Citation: Anatomy of an hVNC Attack)  All applications running on the hidden desktop window, such as a hidden VNC (hVNC) session,(Citation: Hidden VNC) will be invisible to other desktops windows.\", \"old_value\": \"Adversaries may use hidden windows to conceal malicious activity from the plain sight of users. In some cases, windows that would typically be displayed when an application carries out an operation can be hidden. This may be utilized by system administrators to avoid disrupting user work environments when carrying out administrative tasks. \\n\\nOn Windows, there are a variety of features in scripting languages in Windows, such as [PowerShell](https://attack.mitre.org/techniques/T1059/001), Jscript, and [Visual Basic](https://attack.mitre.org/techniques/T1059/005) to make windows hidden. One example of this is <code>powershell.exe -WindowStyle Hidden</code>. (Citation: PowerShell About 2019)\\n\\nSimilarly, on macOS the configurations for how applications run are listed in property list (plist) files. One of the tags in these files can be <code>apple.awt.UIElement</code>, which allows for Java applications to prevent the application's icon from appearing in the Dock. A common use for this is when applications run in the system tray, but don't also want to show up in the Dock.\\n\\nAdversaries may abuse these functionalities to hide otherwise visible windows from users so as not to alert the user to adversary activity on the system.(Citation: Antiquated Mac Malware)\", \"diff\": \"--- \\n+++ \\n@@ -1,7 +1,9 @@\\n Adversaries may use hidden windows to conceal malicious activity from the plain sight of users. In some cases, windows that would typically be displayed when an application carries out an operation can be hidden. This may be utilized by system administrators to avoid disrupting user work environments when carrying out administrative tasks. \\n \\n-On Windows, there are a variety of features in scripting languages in Windows, such as [PowerShell](https://attack.mitre.org/techniques/T1059/001), Jscript, and [Visual Basic](https://attack.mitre.org/techniques/T1059/005) to make windows hidden. One example of this is <code>powershell.exe -WindowStyle Hidden</code>. (Citation: PowerShell About 2019)\\n+Adversaries may abuse these functionalities to hide otherwise visible windows from users so as not to alert the user to adversary activity on the system.(Citation: Antiquated Mac Malware)\\n \\n-Similarly, on macOS the configurations for how applications run are listed in property list (plist) files. One of the tags in these files can be <code>apple.awt.UIElement</code>, which allows for Java applications to prevent the application's icon from appearing in the Dock. A common use for this is when applications run in the system tray, but don't also want to show up in the Dock.\\n+On macOS, the configurations for how applications run are listed in property list (plist) files. One of the tags in these files can be <code>apple.awt.UIElement</code>, which allows for Java applications to prevent the application's icon from appearing in the Dock. A common use for this is when applications run in the system tray, but don't also want to show up in the Dock.\\n \\n-Adversaries may abuse these functionalities to hide otherwise visible windows from users so as not to alert the user to adversary activity on the system.(Citation: Antiquated Mac Malware)\\n+Similarly, on Windows there are a variety of features in scripting languages, such as [PowerShell](https://attack.mitre.org/techniques/T1059/001), Jscript, and [Visual Basic](https://attack.mitre.org/techniques/T1059/005) to make windows hidden. One example of this is <code>powershell.exe -WindowStyle Hidden</code>.(Citation: PowerShell About 2019)\\n+\\n+In addition, Windows supports the `CreateDesktop()` API that can create a hidden desktop window with its own corresponding <code>explorer.exe</code> process.(Citation: Hidden VNC)(Citation: Anatomy of an hVNC Attack)  All applications running on the hidden desktop window, such as a hidden VNC (hVNC) session,(Citation: Hidden VNC) will be invisible to other desktops windows.\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}, \"iterable_item_added\": {\"root['external_references'][1]\": {\"source_name\": \"Hidden VNC\", \"description\": \"Hutchins, Marcus. (2015, September 13). Hidden VNC for Beginners. Retrieved November 28, 2023.\", \"url\": \"https://www.malwaretech.com/2015/09/hidden-vnc-for-beginners.html\"}, \"root['external_references'][2]\": {\"source_name\": \"Anatomy of an hVNC Attack\", \"description\": \"Keshet, Lior. Kessem, Limor. (2017, January 25). Anatomy of an hVNC Attack. Retrieved November 28, 2023.\", \"url\": \"https://securityintelligence.com/anatomy-of-an-hvnc-attack/\"}, \"root['x_mitre_contributors'][1]\": \"Mark Tsipershtein\"}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to90__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to90__0\"><a href=\"#difflib_chg_to90__top\">t</a></td><td class=\"diff_header\" id=\"from90_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_sub\">Adversaries&nbsp;may&nbsp;use&nbsp;hidden&nbsp;windows&nbsp;to&nbsp;conceal&nbsp;malicious&nbsp;acti</span></td><td class=\"diff_next\"><a href=\"#difflib_chg_to90__top\">t</a></td><td class=\"diff_header\" id=\"to90_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_add\">Adversaries&nbsp;may&nbsp;use&nbsp;hidden&nbsp;windows&nbsp;to&nbsp;conceal&nbsp;malicious&nbsp;acti</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">vity&nbsp;from&nbsp;the&nbsp;plain&nbsp;sight&nbsp;of&nbsp;users.&nbsp;In&nbsp;some&nbsp;cases,&nbsp;windows&nbsp;t</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">vity&nbsp;from&nbsp;the&nbsp;plain&nbsp;sight&nbsp;of&nbsp;users.&nbsp;In&nbsp;some&nbsp;cases,&nbsp;windows&nbsp;t</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">hat&nbsp;would&nbsp;typically&nbsp;be&nbsp;displayed&nbsp;when&nbsp;an&nbsp;application&nbsp;carries</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">hat&nbsp;would&nbsp;typically&nbsp;be&nbsp;displayed&nbsp;when&nbsp;an&nbsp;application&nbsp;carries</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;out&nbsp;an&nbsp;operation&nbsp;can&nbsp;be&nbsp;hidden.&nbsp;This&nbsp;may&nbsp;be&nbsp;utilized&nbsp;by&nbsp;sys</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;out&nbsp;an&nbsp;operation&nbsp;can&nbsp;be&nbsp;hidden.&nbsp;This&nbsp;may&nbsp;be&nbsp;utilized&nbsp;by&nbsp;sys</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">tem&nbsp;administrators&nbsp;to&nbsp;avoid&nbsp;disrupting&nbsp;user&nbsp;work&nbsp;environment</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">tem&nbsp;administrators&nbsp;to&nbsp;avoid&nbsp;disrupting&nbsp;user&nbsp;work&nbsp;environment</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">s&nbsp;when&nbsp;carrying&nbsp;out&nbsp;administrative&nbsp;tasks.&nbsp;&nbsp;&nbsp;On&nbsp;Windows,&nbsp;ther</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">s&nbsp;when&nbsp;carrying&nbsp;out&nbsp;administrative&nbsp;tasks.&nbsp;&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">e&nbsp;are&nbsp;a&nbsp;variety&nbsp;of&nbsp;features&nbsp;in&nbsp;scripting&nbsp;languages&nbsp;in&nbsp;Window</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">abuse&nbsp;these&nbsp;functionalities&nbsp;to&nbsp;hide&nbsp;otherwise&nbsp;visible&nbsp;window</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">s,&nbsp;such&nbsp;as&nbsp;[PowerShell](https://attack.mitre.org/techniques/</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">s&nbsp;from&nbsp;users&nbsp;so&nbsp;as&nbsp;not&nbsp;to&nbsp;alert&nbsp;the&nbsp;user&nbsp;to&nbsp;adversary&nbsp;activi</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">T1059/001),&nbsp;Jscript,&nbsp;and&nbsp;[Visual&nbsp;Basic](https://attack.mitre</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ty&nbsp;on&nbsp;the&nbsp;system.(Citation:&nbsp;Antiquated&nbsp;Mac&nbsp;Malware)&nbsp;&nbsp;On&nbsp;macO</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">.org/techniques/T1059/005)&nbsp;to&nbsp;make&nbsp;windows&nbsp;hidden.&nbsp;One&nbsp;examp</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">S,&nbsp;the&nbsp;configurations&nbsp;for&nbsp;how&nbsp;applications&nbsp;run&nbsp;are&nbsp;listed&nbsp;in</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">le&nbsp;of&nbsp;this&nbsp;is&nbsp;&lt;code&gt;powershell.exe&nbsp;-WindowStyle&nbsp;Hidden&lt;/code</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;property&nbsp;list&nbsp;(plist)&nbsp;files.&nbsp;One&nbsp;of&nbsp;the&nbsp;tags&nbsp;in&nbsp;these&nbsp;files</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&gt;.&nbsp;(Citation:&nbsp;PowerShell&nbsp;About&nbsp;2019)&nbsp;&nbsp;Similarly,&nbsp;on&nbsp;macOS&nbsp;th</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;can&nbsp;be&nbsp;&lt;code&gt;apple.awt.UIElement&lt;/code&gt;,&nbsp;which&nbsp;allows&nbsp;for&nbsp;J</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">e&nbsp;configurations&nbsp;for&nbsp;how&nbsp;applications&nbsp;run&nbsp;are&nbsp;listed&nbsp;in&nbsp;prop</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ava&nbsp;applications&nbsp;to&nbsp;prevent&nbsp;the&nbsp;application's&nbsp;icon&nbsp;from&nbsp;appe</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">erty&nbsp;list&nbsp;(plist)&nbsp;files.&nbsp;One&nbsp;of&nbsp;the&nbsp;tags&nbsp;in&nbsp;these&nbsp;files&nbsp;can&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">aring&nbsp;in&nbsp;the&nbsp;Dock.&nbsp;A&nbsp;common&nbsp;use&nbsp;for&nbsp;this&nbsp;is&nbsp;when&nbsp;application</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">be&nbsp;&lt;code&gt;apple.awt.UIElement&lt;/code&gt;,&nbsp;which&nbsp;allows&nbsp;for&nbsp;Java&nbsp;a</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">s&nbsp;run&nbsp;in&nbsp;the&nbsp;system&nbsp;tray,&nbsp;but&nbsp;don't&nbsp;also&nbsp;want&nbsp;to&nbsp;show&nbsp;up&nbsp;in&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">pplications&nbsp;to&nbsp;prevent&nbsp;the&nbsp;application's&nbsp;icon&nbsp;from&nbsp;appearing</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">the&nbsp;Dock.&nbsp;&nbsp;Similarly,&nbsp;on&nbsp;Windows&nbsp;there&nbsp;are&nbsp;a&nbsp;variety&nbsp;of&nbsp;feat</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;in&nbsp;the&nbsp;Dock.&nbsp;A&nbsp;common&nbsp;use&nbsp;for&nbsp;this&nbsp;is&nbsp;when&nbsp;applications&nbsp;run</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ures&nbsp;in&nbsp;scripting&nbsp;languages,&nbsp;such&nbsp;as&nbsp;[PowerShell](https://at</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;in&nbsp;the&nbsp;system&nbsp;tray,&nbsp;but&nbsp;don't&nbsp;also&nbsp;want&nbsp;to&nbsp;show&nbsp;up&nbsp;in&nbsp;the&nbsp;D</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">tack.mitre.org/techniques/T1059/001),&nbsp;Jscript,&nbsp;and&nbsp;[Visual&nbsp;B</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ock.&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;abuse&nbsp;these&nbsp;functionalities&nbsp;to&nbsp;hide&nbsp;ot</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">asic](https://attack.mitre.org/techniques/T1059/005)&nbsp;to&nbsp;make</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">herwise&nbsp;visible&nbsp;windows&nbsp;from&nbsp;users&nbsp;so&nbsp;as&nbsp;not&nbsp;to&nbsp;alert&nbsp;the&nbsp;us</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;windows&nbsp;hidden.&nbsp;One&nbsp;example&nbsp;of&nbsp;this&nbsp;is&nbsp;&lt;code&gt;powershell.exe</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">er&nbsp;to&nbsp;adversary&nbsp;activity&nbsp;on&nbsp;the&nbsp;system.(Citation:&nbsp;Antiquated</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;-WindowStyle&nbsp;Hidden&lt;/code&gt;.(Citation:&nbsp;PowerShell&nbsp;About&nbsp;2019</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;Mac&nbsp;Malware)</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">)&nbsp;&nbsp;In&nbsp;addition,&nbsp;Windows&nbsp;supports&nbsp;the&nbsp;`CreateDesktop()`&nbsp;API&nbsp;t</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">hat&nbsp;can&nbsp;create&nbsp;a&nbsp;hidden&nbsp;desktop&nbsp;window&nbsp;with&nbsp;its&nbsp;own&nbsp;correspo</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">nding&nbsp;&lt;code&gt;explorer.exe&lt;/code&gt;&nbsp;process.(Citation:&nbsp;Hidden&nbsp;VN</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">C)(Citation:&nbsp;Anatomy&nbsp;of&nbsp;an&nbsp;hVNC&nbsp;Attack)&nbsp;&nbsp;All&nbsp;applications&nbsp;ru</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">nning&nbsp;on&nbsp;the&nbsp;hidden&nbsp;desktop&nbsp;window,&nbsp;such&nbsp;as&nbsp;a&nbsp;hidden&nbsp;VNC&nbsp;(hV</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">NC)&nbsp;session,(Citation:&nbsp;Hidden&nbsp;VNC)&nbsp;will&nbsp;be&nbsp;invisible&nbsp;to&nbsp;othe</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">r&nbsp;desktops&nbsp;windows.</span></td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1038: Execution Prevention"
                        ],
                        "new": [
                            "M1033: Limit Software Installation"
                        ],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (Process Creation)",
                            "DS0012: Script (Script Execution)",
                            "DS0017: Command (Command Execution)",
                            "DS0022: File (File Modification)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--f2857333-11d4-45bf-b064-2c28d8525be5",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-03-13 20:33:00.009000+00:00",
                    "modified": "2024-02-14 21:56:34.831000+00:00",
                    "name": "NTFS File Attributes",
                    "description": "Adversaries may use NTFS file attributes to hide their malicious data in order to evade detection. Every New Technology File System (NTFS) formatted partition contains a Master File Table (MFT) that maintains a record for every file/directory on the partition. (Citation: SpectorOps Host-Based Jul 2017) Within MFT entries are file attributes, (Citation: Microsoft NTFS File Attributes Aug 2010) such as Extended Attributes (EA) and Data [known as Alternate Data Streams (ADSs) when more than one Data attribute is present], that can be used to store arbitrary data (and even complete files). (Citation: SpectorOps Host-Based Jul 2017) (Citation: Microsoft File Streams) (Citation: MalwareBytes ADS July 2015) (Citation: Microsoft ADS Mar 2014)\n\nAdversaries may store malicious data or binaries in file attribute metadata instead of directly in files. This may be done to evade some defenses, such as static indicator scanning tools and anti-virus. (Citation: Journey into IR ZeroAccess NTFS EA) (Citation: MalwareBytes ADS July 2015)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "defense-evasion"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1564/004",
                            "external_id": "T1564.004"
                        },
                        {
                            "source_name": "MalwareBytes ADS July 2015",
                            "description": "Arntz, P. (2015, July 22). Introduction to Alternate Data Streams. Retrieved March 21, 2018.",
                            "url": "https://blog.malwarebytes.com/101/2015/07/introduction-to-alternate-data-streams/"
                        },
                        {
                            "source_name": "SpectorOps Host-Based Jul 2017",
                            "description": "Atkinson, J. (2017, July 18). Host-based Threat Modeling & Indicator Design. Retrieved March 21, 2018.",
                            "url": "https://posts.specterops.io/host-based-threat-modeling-indicator-design-a9dbbb53d5ea"
                        },
                        {
                            "source_name": "Journey into IR ZeroAccess NTFS EA",
                            "description": "Harrell, C. (2012, December 11). Extracting ZeroAccess from NTFS Extended Attributes. Retrieved June 3, 2016.",
                            "url": "http://journeyintoir.blogspot.com/2012/12/extracting-zeroaccess-from-ntfs.html"
                        },
                        {
                            "source_name": "Microsoft NTFS File Attributes Aug 2010",
                            "description": "Hughes, J. (2010, August 25). NTFS File Attributes. Retrieved March 21, 2018.",
                            "url": "https://blogs.technet.microsoft.com/askcore/2010/08/25/ntfs-file-attributes/"
                        },
                        {
                            "source_name": "Microsoft ADS Mar 2014",
                            "description": "Marlin, J. (2013, March 24). Alternate Data Streams in NTFS. Retrieved March 21, 2018.",
                            "url": "https://blogs.technet.microsoft.com/askcore/2013/03/24/alternate-data-streams-in-ntfs/"
                        },
                        {
                            "source_name": "Microsoft File Streams",
                            "description": "Microsoft. (n.d.). File Streams. Retrieved December 2, 2014.",
                            "url": "http://msdn.microsoft.com/en-us/library/aa364404"
                        },
                        {
                            "source_name": "Oddvar Moe ADS2 Apr 2018",
                            "description": "Moe, O. (2018, April 11). Putting Data in Alternate Data Streams and How to Execute It - Part 2. Retrieved June 30, 2018.",
                            "url": "https://oddvar.moe/2018/04/11/putting-data-in-alternate-data-streams-and-how-to-execute-it-part-2/"
                        },
                        {
                            "source_name": "Oddvar Moe ADS1 Jan 2018",
                            "description": "Moe, O. (2018, January 14). Putting Data in Alternate Data Streams and How to Execute It. Retrieved June 30, 2018.",
                            "url": "https://oddvar.moe/2018/01/14/putting-data-in-alternate-data-streams-and-how-to-execute-it/"
                        },
                        {
                            "source_name": "Symantec ADS May 2009",
                            "description": "Pravs. (2009, May 25). What you need to know about alternate data streams in windows? Is your Data secure? Can you restore that?. Retrieved March 21, 2018.",
                            "url": "https://www.symantec.com/connect/articles/what-you-need-know-about-alternate-data-streams-windows-your-data-secure-can-you-restore"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Oddvar Moe, @oddvarmoe",
                        "Red Canary"
                    ],
                    "x_mitre_data_sources": [
                        "Command: Command Execution",
                        "File: File Modification",
                        "Process: Process Creation",
                        "File: File Metadata",
                        "Process: OS API Execution"
                    ],
                    "x_mitre_defense_bypassed": [
                        "Anti-virus",
                        "Host forensic analysis",
                        "Signature-based detection"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Forensic techniques exist to identify information stored in NTFS EA. (Citation: Journey into IR ZeroAccess NTFS EA) Monitor calls to the <code>ZwSetEaFile</code> and <code>ZwQueryEaFile</code> Windows API functions as well as binaries used to interact with EA, (Citation: Oddvar Moe ADS1 Jan 2018) (Citation: Oddvar Moe ADS2 Apr 2018) and consider regularly scanning for the presence of modified information. (Citation: SpectorOps Host-Based Jul 2017)\n\nThere are many ways to create and interact with ADSs using Windows utilities. Monitor for operations (execution, copies, etc.) with file names that contain colons. This syntax (ex: <code>file.ext:ads[.ext]</code>) is commonly associated with ADSs. (Citation: Microsoft ADS Mar 2014) (Citation: Oddvar Moe ADS1 Jan 2018) (Citation: Oddvar Moe ADS2 Apr 2018) For a more exhaustive list of utilities that can be used to execute and create ADSs, see https://gist.github.com/api0cradle/cdd2d0d0ec9abb686f0e89306e277b8f.\n\nThe Streams tool of Sysinternals can be used to uncover files with ADSs. The <code>dir /r</code> command can also be used to display ADSs. (Citation: Symantec ADS May 2009) Many PowerShell commands (such as Get-Item, Set-Item, Remove-Item, and Get-ChildItem) can also accept a <code>-stream</code> parameter to interact with ADSs. (Citation: MalwareBytes ADS July 2015) (Citation: Microsoft ADS Mar 2014)",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_system_requirements": [
                        "NTFS partitioned hard drive"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-02-14 21:56:34.831000+00:00\", \"old_value\": \"2020-03-29 22:46:56.308000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}, \"iterable_item_added\": {\"root['x_mitre_data_sources'][2]\": \"Process: Process Creation\"}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1",
                    "changelog_mitigations": {
                        "shared": [
                            "M1022: Restrict File and Directory Permissions"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (OS API Execution)",
                            "DS0017: Command (Command Execution)",
                            "DS0022: File (File Metadata)",
                            "DS0022: File (File Modification)"
                        ],
                        "new": [
                            "DS0009: Process (Process Creation)"
                        ],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--2fee9321-3e71-4cf4-af24-d4d40d355b34",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-03-13 18:11:08.357000+00:00",
                    "modified": "2024-04-18 22:54:54.668000+00:00",
                    "name": "DLL Search Order Hijacking",
                    "description": "Adversaries may execute their own malicious payloads by hijacking the search order used to load DLLs. Windows systems use a common method to look for required DLLs to load into a program. (Citation: Microsoft Dynamic Link Library Search Order)(Citation: FireEye Hijacking July 2010) Hijacking DLL loads may be for the purpose of establishing persistence as well as elevating privileges and/or evading restrictions on file execution.\n\nThere are many ways an adversary can hijack DLL loads. Adversaries may plant trojan dynamic-link library files (DLLs) in a directory that will be searched before the location of a legitimate library that will be requested by a program, causing Windows to load their malicious library when it is called for by the victim program. Adversaries may also perform DLL preloading, also called binary planting attacks, (Citation: OWASP Binary Planting) by placing a malicious DLL with the same name as an ambiguously specified DLL in a location that Windows searches before the legitimate DLL. Often this location is the current working directory of the program.(Citation: FireEye fxsst June 2011) Remote DLL preloading attacks occur when a program sets its current directory to a remote location such as a Web share before loading a DLL. (Citation: Microsoft Security Advisory 2269637)\n\nPhantom DLL hijacking is a specific type of DLL search order hijacking where adversaries target references to non-existent DLL files.(Citation: Adversaries Hijack DLLs) They may be able to load their own malicious DLL by planting it with the correct name in the location of the missing module.\n\nAdversaries may also directly modify the search order via DLL redirection, which after being enabled (in the Registry and creation of a redirection file) may cause a program to load a different DLL.(Citation: Microsoft Dynamic-Link Library Redirection)(Citation: Microsoft Manifests)(Citation: FireEye DLL Search Order Hijacking)\n\nIf a search order-vulnerable program is configured to run at a higher privilege level, then the adversary-controlled DLL that is loaded will also be executed at the higher level. In this case, the technique could be used for privilege escalation from user to administrator or SYSTEM or from administrator to SYSTEM, depending on the program. Programs that fall victim to path hijacking may appear to behave normally because malicious DLLs may be configured to also load the legitimate DLLs they were meant to replace.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "persistence"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "privilege-escalation"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "defense-evasion"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1574/001",
                            "external_id": "T1574.001"
                        },
                        {
                            "source_name": "Adversaries Hijack DLLs",
                            "description": "CrowdStrike, Falcon OverWatch Team. (2022, December 30). Retrieved October 19, 2023.",
                            "url": "https://www.crowdstrike.com/blog/4-ways-adversaries-hijack-dlls/"
                        },
                        {
                            "source_name": "FireEye Hijacking July 2010",
                            "description": "Harbour, N. (2010, July 15). Malware Persistence without the Windows Registry. Retrieved November 17, 2020.",
                            "url": "https://www.fireeye.com/blog/threat-research/2010/07/malware-persistence-windows-registry.html"
                        },
                        {
                            "source_name": "FireEye fxsst June 2011",
                            "description": "Harbour, N. (2011, June 3). What the fxsst?. Retrieved November 17, 2020.",
                            "url": "https://www.fireeye.com/blog/threat-research/2011/06/fxsst.html"
                        },
                        {
                            "source_name": "Microsoft Security Advisory 2269637",
                            "description": "Microsoft. (, May 23). Microsoft Security Advisory 2269637. Retrieved March 13, 2020.",
                            "url": "https://docs.microsoft.com/en-us/security-updates/securityadvisories/2010/2269637"
                        },
                        {
                            "source_name": "Microsoft Dynamic-Link Library Redirection",
                            "description": "Microsoft. (2018, May 31). Dynamic-Link Library Redirection. Retrieved March 13, 2020.",
                            "url": "https://docs.microsoft.com/en-us/windows/win32/dlls/dynamic-link-library-redirection?redirectedfrom=MSDN"
                        },
                        {
                            "source_name": "Microsoft Dynamic Link Library Search Order",
                            "description": "Microsoft. (2018, May 31). Dynamic-Link Library Search Order. Retrieved November 30, 2014.",
                            "url": "https://docs.microsoft.com/en-us/windows/win32/dlls/dynamic-link-library-search-order?redirectedfrom=MSDN"
                        },
                        {
                            "source_name": "Microsoft Manifests",
                            "description": "Microsoft. (n.d.). Manifests. Retrieved December 5, 2014.",
                            "url": "https://msdn.microsoft.com/en-US/library/aa375365"
                        },
                        {
                            "source_name": "FireEye DLL Search Order Hijacking",
                            "description": "Nick Harbour. (2010, September 1). DLL Search Order Hijacking Revisited. Retrieved March 13, 2020.",
                            "url": "https://www.fireeye.com/blog/threat-research/2010/08/dll-search-order-hijacking-revisited.html"
                        },
                        {
                            "source_name": "OWASP Binary Planting",
                            "description": "OWASP. (2013, January 30). Binary planting. Retrieved June 7, 2016.",
                            "url": "https://www.owasp.org/index.php/Binary_planting"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Travis Smith, Tripwire",
                        "Stefan Kanthak",
                        "Marina Liang",
                        "Will Alexander",
                        "Ami Holeston"
                    ],
                    "x_mitre_data_sources": [
                        "File: File Modification",
                        "Module: Module Load",
                        "File: File Creation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor file systems for moving, renaming, replacing, or modifying DLLs. Changes in the set of DLLs that are loaded by a process (compared with past behavior) that do not correlate with known software, patches, etc., are suspicious. Monitor DLLs loaded into a process and detect DLLs that have the same file name but abnormal paths. Modifications to or creation of `.manifest` and `.local` redirection files that do not correlate with software updates are suspicious.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-18 22:54:54.668000+00:00\", \"old_value\": \"2023-03-30 21:01:51.098000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may execute their own malicious payloads by hijacking the search order used to load DLLs. Windows systems use a common method to look for required DLLs to load into a program. (Citation: Microsoft Dynamic Link Library Search Order)(Citation: FireEye Hijacking July 2010) Hijacking DLL loads may be for the purpose of establishing persistence as well as elevating privileges and/or evading restrictions on file execution.\\n\\nThere are many ways an adversary can hijack DLL loads. Adversaries may plant trojan dynamic-link library files (DLLs) in a directory that will be searched before the location of a legitimate library that will be requested by a program, causing Windows to load their malicious library when it is called for by the victim program. Adversaries may also perform DLL preloading, also called binary planting attacks, (Citation: OWASP Binary Planting) by placing a malicious DLL with the same name as an ambiguously specified DLL in a location that Windows searches before the legitimate DLL. Often this location is the current working directory of the program.(Citation: FireEye fxsst June 2011) Remote DLL preloading attacks occur when a program sets its current directory to a remote location such as a Web share before loading a DLL. (Citation: Microsoft Security Advisory 2269637)\\n\\nPhantom DLL hijacking is a specific type of DLL search order hijacking where adversaries target references to non-existent DLL files.(Citation: Adversaries Hijack DLLs) They may be able to load their own malicious DLL by planting it with the correct name in the location of the missing module.\\n\\nAdversaries may also directly modify the search order via DLL redirection, which after being enabled (in the Registry and creation of a redirection file) may cause a program to load a different DLL.(Citation: Microsoft Dynamic-Link Library Redirection)(Citation: Microsoft Manifests)(Citation: FireEye DLL Search Order Hijacking)\\n\\nIf a search order-vulnerable program is configured to run at a higher privilege level, then the adversary-controlled DLL that is loaded will also be executed at the higher level. In this case, the technique could be used for privilege escalation from user to administrator or SYSTEM or from administrator to SYSTEM, depending on the program. Programs that fall victim to path hijacking may appear to behave normally because malicious DLLs may be configured to also load the legitimate DLLs they were meant to replace.\", \"old_value\": \"Adversaries may execute their own malicious payloads by hijacking the search order used to load DLLs. Windows systems use a common method to look for required DLLs to load into a program. (Citation: Microsoft Dynamic Link Library Search Order)(Citation: FireEye Hijacking July 2010) Hijacking DLL loads may be for the purpose of establishing persistence as well as elevating privileges and/or evading restrictions on file execution.\\n\\nThere are many ways an adversary can hijack DLL loads. Adversaries may plant trojan dynamic-link library files (DLLs) in a directory that will be searched before the location of a legitimate library that will be requested by a program, causing Windows to load their malicious library when it is called for by the victim program. Adversaries may also perform DLL preloading, also called binary planting attacks, (Citation: OWASP Binary Planting) by placing a malicious DLL with the same name as an ambiguously specified DLL in a location that Windows searches before the legitimate DLL. Often this location is the current working directory of the program.(Citation: FireEye fxsst June 2011) Remote DLL preloading attacks occur when a program sets its current directory to a remote location such as a Web share before loading a DLL. (Citation: Microsoft Security Advisory 2269637)\\n\\nAdversaries may also directly modify the search order via DLL redirection, which after being enabled (in the Registry and creation of a redirection file) may cause a program to load a different DLL.(Citation: Microsoft Dynamic-Link Library Redirection)(Citation: Microsoft Manifests)(Citation: FireEye DLL Search Order Hijacking)\\n\\nIf a search order-vulnerable program is configured to run at a higher privilege level, then the adversary-controlled DLL that is loaded will also be executed at the higher level. In this case, the technique could be used for privilege escalation from user to administrator or SYSTEM or from administrator to SYSTEM, depending on the program. Programs that fall victim to path hijacking may appear to behave normally because malicious DLLs may be configured to also load the legitimate DLLs they were meant to replace.\", \"diff\": \"--- \\n+++ \\n@@ -2,6 +2,8 @@\\n \\n There are many ways an adversary can hijack DLL loads. Adversaries may plant trojan dynamic-link library files (DLLs) in a directory that will be searched before the location of a legitimate library that will be requested by a program, causing Windows to load their malicious library when it is called for by the victim program. Adversaries may also perform DLL preloading, also called binary planting attacks, (Citation: OWASP Binary Planting) by placing a malicious DLL with the same name as an ambiguously specified DLL in a location that Windows searches before the legitimate DLL. Often this location is the current working directory of the program.(Citation: FireEye fxsst June 2011) Remote DLL preloading attacks occur when a program sets its current directory to a remote location such as a Web share before loading a DLL. (Citation: Microsoft Security Advisory 2269637)\\n \\n+Phantom DLL hijacking is a specific type of DLL search order hijacking where adversaries target references to non-existent DLL files.(Citation: Adversaries Hijack DLLs) They may be able to load their own malicious DLL by planting it with the correct name in the location of the missing module.\\n+\\n Adversaries may also directly modify the search order via DLL redirection, which after being enabled (in the Registry and creation of a redirection file) may cause a program to load a different DLL.(Citation: Microsoft Dynamic-Link Library Redirection)(Citation: Microsoft Manifests)(Citation: FireEye DLL Search Order Hijacking)\\n \\n If a search order-vulnerable program is configured to run at a higher privilege level, then the adversary-controlled DLL that is loaded will also be executed at the higher level. In this case, the technique could be used for privilege escalation from user to administrator or SYSTEM or from administrator to SYSTEM, depending on the program. Programs that fall victim to path hijacking may appear to behave normally because malicious DLLs may be configured to also load the legitimate DLLs they were meant to replace.\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}, \"iterable_item_added\": {\"root['external_references'][1]\": {\"source_name\": \"Adversaries Hijack DLLs\", \"description\": \"CrowdStrike, Falcon OverWatch Team. (2022, December 30). Retrieved October 19, 2023.\", \"url\": \"https://www.crowdstrike.com/blog/4-ways-adversaries-hijack-dlls/\"}, \"root['x_mitre_contributors'][2]\": \"Marina Liang\", \"root['x_mitre_contributors'][3]\": \"Will Alexander\", \"root['x_mitre_contributors'][4]\": \"Ami Holeston\"}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to65__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to65__0\"><a href=\"#difflib_chg_to65__top\">t</a></td><td class=\"diff_header\" id=\"from65_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;execute&nbsp;their&nbsp;own&nbsp;malicious&nbsp;payloads&nbsp;by&nbsp;hija</td><td class=\"diff_next\"><a href=\"#difflib_chg_to65__top\">t</a></td><td class=\"diff_header\" id=\"to65_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;execute&nbsp;their&nbsp;own&nbsp;malicious&nbsp;payloads&nbsp;by&nbsp;hija</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">cking&nbsp;the&nbsp;search&nbsp;order&nbsp;used&nbsp;to&nbsp;load&nbsp;DLLs.&nbsp;Windows&nbsp;systems&nbsp;us</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">cking&nbsp;the&nbsp;search&nbsp;order&nbsp;used&nbsp;to&nbsp;load&nbsp;DLLs.&nbsp;Windows&nbsp;systems&nbsp;us</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;a&nbsp;common&nbsp;method&nbsp;to&nbsp;look&nbsp;for&nbsp;required&nbsp;DLLs&nbsp;to&nbsp;load&nbsp;into&nbsp;a&nbsp;p</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;a&nbsp;common&nbsp;method&nbsp;to&nbsp;look&nbsp;for&nbsp;required&nbsp;DLLs&nbsp;to&nbsp;load&nbsp;into&nbsp;a&nbsp;p</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rogram.&nbsp;(Citation:&nbsp;Microsoft&nbsp;Dynamic&nbsp;Link&nbsp;Library&nbsp;Search&nbsp;Ord</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rogram.&nbsp;(Citation:&nbsp;Microsoft&nbsp;Dynamic&nbsp;Link&nbsp;Library&nbsp;Search&nbsp;Ord</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">er)(Citation:&nbsp;FireEye&nbsp;Hijacking&nbsp;July&nbsp;2010)&nbsp;Hijacking&nbsp;DLL&nbsp;loa</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">er)(Citation:&nbsp;FireEye&nbsp;Hijacking&nbsp;July&nbsp;2010)&nbsp;Hijacking&nbsp;DLL&nbsp;loa</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ds&nbsp;may&nbsp;be&nbsp;for&nbsp;the&nbsp;purpose&nbsp;of&nbsp;establishing&nbsp;persistence&nbsp;as&nbsp;wel</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ds&nbsp;may&nbsp;be&nbsp;for&nbsp;the&nbsp;purpose&nbsp;of&nbsp;establishing&nbsp;persistence&nbsp;as&nbsp;wel</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">l&nbsp;as&nbsp;elevating&nbsp;privileges&nbsp;and/or&nbsp;evading&nbsp;restrictions&nbsp;on&nbsp;fil</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">l&nbsp;as&nbsp;elevating&nbsp;privileges&nbsp;and/or&nbsp;evading&nbsp;restrictions&nbsp;on&nbsp;fil</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;execution.&nbsp;&nbsp;There&nbsp;are&nbsp;many&nbsp;ways&nbsp;an&nbsp;adversary&nbsp;can&nbsp;hijack&nbsp;DL</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;execution.&nbsp;&nbsp;There&nbsp;are&nbsp;many&nbsp;ways&nbsp;an&nbsp;adversary&nbsp;can&nbsp;hijack&nbsp;DL</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">L&nbsp;loads.&nbsp;Adversaries&nbsp;may&nbsp;plant&nbsp;trojan&nbsp;dynamic-link&nbsp;library&nbsp;f</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">L&nbsp;loads.&nbsp;Adversaries&nbsp;may&nbsp;plant&nbsp;trojan&nbsp;dynamic-link&nbsp;library&nbsp;f</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">iles&nbsp;(DLLs)&nbsp;in&nbsp;a&nbsp;directory&nbsp;that&nbsp;will&nbsp;be&nbsp;searched&nbsp;before&nbsp;the&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">iles&nbsp;(DLLs)&nbsp;in&nbsp;a&nbsp;directory&nbsp;that&nbsp;will&nbsp;be&nbsp;searched&nbsp;before&nbsp;the&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">location&nbsp;of&nbsp;a&nbsp;legitimate&nbsp;library&nbsp;that&nbsp;will&nbsp;be&nbsp;requested&nbsp;by&nbsp;a</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">location&nbsp;of&nbsp;a&nbsp;legitimate&nbsp;library&nbsp;that&nbsp;will&nbsp;be&nbsp;requested&nbsp;by&nbsp;a</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;program,&nbsp;causing&nbsp;Windows&nbsp;to&nbsp;load&nbsp;their&nbsp;malicious&nbsp;library&nbsp;wh</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;program,&nbsp;causing&nbsp;Windows&nbsp;to&nbsp;load&nbsp;their&nbsp;malicious&nbsp;library&nbsp;wh</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">en&nbsp;it&nbsp;is&nbsp;called&nbsp;for&nbsp;by&nbsp;the&nbsp;victim&nbsp;program.&nbsp;Adversaries&nbsp;may&nbsp;a</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">en&nbsp;it&nbsp;is&nbsp;called&nbsp;for&nbsp;by&nbsp;the&nbsp;victim&nbsp;program.&nbsp;Adversaries&nbsp;may&nbsp;a</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">lso&nbsp;perform&nbsp;DLL&nbsp;preloading,&nbsp;also&nbsp;called&nbsp;binary&nbsp;planting&nbsp;atta</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">lso&nbsp;perform&nbsp;DLL&nbsp;preloading,&nbsp;also&nbsp;called&nbsp;binary&nbsp;planting&nbsp;atta</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">cks,&nbsp;(Citation:&nbsp;OWASP&nbsp;Binary&nbsp;Planting)&nbsp;by&nbsp;placing&nbsp;a&nbsp;maliciou</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">cks,&nbsp;(Citation:&nbsp;OWASP&nbsp;Binary&nbsp;Planting)&nbsp;by&nbsp;placing&nbsp;a&nbsp;maliciou</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;DLL&nbsp;with&nbsp;the&nbsp;same&nbsp;name&nbsp;as&nbsp;an&nbsp;ambiguously&nbsp;specified&nbsp;DLL&nbsp;in&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;DLL&nbsp;with&nbsp;the&nbsp;same&nbsp;name&nbsp;as&nbsp;an&nbsp;ambiguously&nbsp;specified&nbsp;DLL&nbsp;in&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">a&nbsp;location&nbsp;that&nbsp;Windows&nbsp;searches&nbsp;before&nbsp;the&nbsp;legitimate&nbsp;DLL.&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">a&nbsp;location&nbsp;that&nbsp;Windows&nbsp;searches&nbsp;before&nbsp;the&nbsp;legitimate&nbsp;DLL.&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Often&nbsp;this&nbsp;location&nbsp;is&nbsp;the&nbsp;current&nbsp;working&nbsp;directory&nbsp;of&nbsp;the&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Often&nbsp;this&nbsp;location&nbsp;is&nbsp;the&nbsp;current&nbsp;working&nbsp;directory&nbsp;of&nbsp;the&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">program.(Citation:&nbsp;FireEye&nbsp;fxsst&nbsp;June&nbsp;2011)&nbsp;Remote&nbsp;DLL&nbsp;prelo</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">program.(Citation:&nbsp;FireEye&nbsp;fxsst&nbsp;June&nbsp;2011)&nbsp;Remote&nbsp;DLL&nbsp;prelo</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ading&nbsp;attacks&nbsp;occur&nbsp;when&nbsp;a&nbsp;program&nbsp;sets&nbsp;its&nbsp;current&nbsp;director</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ading&nbsp;attacks&nbsp;occur&nbsp;when&nbsp;a&nbsp;program&nbsp;sets&nbsp;its&nbsp;current&nbsp;director</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">y&nbsp;to&nbsp;a&nbsp;remote&nbsp;location&nbsp;such&nbsp;as&nbsp;a&nbsp;Web&nbsp;share&nbsp;before&nbsp;loading&nbsp;a&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">y&nbsp;to&nbsp;a&nbsp;remote&nbsp;location&nbsp;such&nbsp;as&nbsp;a&nbsp;Web&nbsp;share&nbsp;before&nbsp;loading&nbsp;a&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">DLL.&nbsp;(Citation:&nbsp;Microsoft&nbsp;Security&nbsp;Advisory&nbsp;2269637)&nbsp;&nbsp;<span class=\"diff_chg\">A</span>dvers</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">DLL.&nbsp;(Citation:&nbsp;Microsoft&nbsp;Security&nbsp;Advisory&nbsp;2269637)&nbsp;&nbsp;<span class=\"diff_chg\">Phanto</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">aries&nbsp;<span class=\"diff_chg\">may&nbsp;also&nbsp;directly&nbsp;modify&nbsp;the&nbsp;search&nbsp;order&nbsp;via</span>&nbsp;DLL&nbsp;<span class=\"diff_chg\">redi</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">m&nbsp;DLL&nbsp;hijacking&nbsp;is&nbsp;a&nbsp;specific&nbsp;type&nbsp;of&nbsp;DLL&nbsp;search&nbsp;order&nbsp;hijac</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">rection,&nbsp;which&nbsp;after&nbsp;being&nbsp;enabled&nbsp;(in&nbsp;the&nbsp;Registry&nbsp;and&nbsp;crea</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">king&nbsp;where&nbsp;a</span>dversaries&nbsp;<span class=\"diff_chg\">target&nbsp;references&nbsp;to&nbsp;non-existent</span>&nbsp;DLL</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">tion&nbsp;of&nbsp;a&nbsp;redirection&nbsp;file)&nbsp;may&nbsp;cause&nbsp;a&nbsp;program&nbsp;to&nbsp;load&nbsp;a&nbsp;di</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;<span class=\"diff_chg\">files</span>.(Citation:&nbsp;<span class=\"diff_add\">Adversaries&nbsp;Hijack&nbsp;DLLs)&nbsp;They&nbsp;may&nbsp;be&nbsp;able&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">fferent&nbsp;DLL</span>.(Citation:&nbsp;Microsoft&nbsp;Dynamic-Link&nbsp;Library&nbsp;Redire</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">to&nbsp;load&nbsp;their&nbsp;own&nbsp;malicious&nbsp;DLL&nbsp;by&nbsp;planting&nbsp;it&nbsp;with&nbsp;the&nbsp;corr</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ction)(Citation:&nbsp;Microsoft&nbsp;Manifests)(Citation:&nbsp;FireEye&nbsp;DLL&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ect&nbsp;name&nbsp;in&nbsp;the&nbsp;location&nbsp;of&nbsp;the&nbsp;missing&nbsp;module.&nbsp;&nbsp;Adversaries</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Search&nbsp;Order&nbsp;Hijacking)&nbsp;&nbsp;If&nbsp;a&nbsp;search&nbsp;order-vulnerable&nbsp;progra</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;may&nbsp;also&nbsp;directly&nbsp;modify&nbsp;the&nbsp;search&nbsp;order&nbsp;via&nbsp;DLL&nbsp;redirecti</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">m&nbsp;is&nbsp;configured&nbsp;to&nbsp;run&nbsp;at&nbsp;a&nbsp;higher&nbsp;privilege&nbsp;level,&nbsp;then&nbsp;the</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">on,&nbsp;which&nbsp;after&nbsp;being&nbsp;enabled&nbsp;(in&nbsp;the&nbsp;Registry&nbsp;and&nbsp;creation&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;adversary-controlled&nbsp;DLL&nbsp;that&nbsp;is&nbsp;loaded&nbsp;will&nbsp;also&nbsp;be&nbsp;execut</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">of&nbsp;a&nbsp;redirection&nbsp;file)&nbsp;may&nbsp;cause&nbsp;a&nbsp;program&nbsp;to&nbsp;load&nbsp;a&nbsp;differe</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;at&nbsp;the&nbsp;higher&nbsp;level.&nbsp;In&nbsp;this&nbsp;case,&nbsp;the&nbsp;technique&nbsp;could&nbsp;be</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">nt&nbsp;DLL.(Citation:&nbsp;</span>Microsoft&nbsp;Dynamic-Link&nbsp;Library&nbsp;Redirection</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;used&nbsp;for&nbsp;privilege&nbsp;escalation&nbsp;from&nbsp;user&nbsp;to&nbsp;administrator&nbsp;or</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">)(Citation:&nbsp;Microsoft&nbsp;Manifests)(Citation:&nbsp;FireEye&nbsp;DLL&nbsp;Searc</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;SYSTEM&nbsp;or&nbsp;from&nbsp;administrator&nbsp;to&nbsp;SYSTEM,&nbsp;depending&nbsp;on&nbsp;the&nbsp;pr</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">h&nbsp;Order&nbsp;Hijacking)&nbsp;&nbsp;If&nbsp;a&nbsp;search&nbsp;order-vulnerable&nbsp;program&nbsp;is&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ogram.&nbsp;Programs&nbsp;that&nbsp;fall&nbsp;victim&nbsp;to&nbsp;path&nbsp;hijacking&nbsp;may&nbsp;appea</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">configured&nbsp;to&nbsp;run&nbsp;at&nbsp;a&nbsp;higher&nbsp;privilege&nbsp;level,&nbsp;then&nbsp;the&nbsp;adve</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">r&nbsp;to&nbsp;behave&nbsp;normally&nbsp;because&nbsp;malicious&nbsp;DLLs&nbsp;may&nbsp;be&nbsp;configure</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rsary-controlled&nbsp;DLL&nbsp;that&nbsp;is&nbsp;loaded&nbsp;will&nbsp;also&nbsp;be&nbsp;executed&nbsp;at</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d&nbsp;to&nbsp;also&nbsp;load&nbsp;the&nbsp;legitimate&nbsp;DLLs&nbsp;they&nbsp;were&nbsp;meant&nbsp;to&nbsp;replac</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;the&nbsp;higher&nbsp;level.&nbsp;In&nbsp;this&nbsp;case,&nbsp;the&nbsp;technique&nbsp;could&nbsp;be&nbsp;used</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;for&nbsp;privilege&nbsp;escalation&nbsp;from&nbsp;user&nbsp;to&nbsp;administrator&nbsp;or&nbsp;SYST</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">EM&nbsp;or&nbsp;from&nbsp;administrator&nbsp;to&nbsp;SYSTEM,&nbsp;depending&nbsp;on&nbsp;the&nbsp;program</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">.&nbsp;Programs&nbsp;that&nbsp;fall&nbsp;victim&nbsp;to&nbsp;path&nbsp;hijacking&nbsp;may&nbsp;appear&nbsp;to&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">behave&nbsp;normally&nbsp;because&nbsp;malicious&nbsp;DLLs&nbsp;may&nbsp;be&nbsp;configured&nbsp;to&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">also&nbsp;load&nbsp;the&nbsp;legitimate&nbsp;DLLs&nbsp;they&nbsp;were&nbsp;meant&nbsp;to&nbsp;replace.</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1038: Execution Prevention",
                            "M1044: Restrict Library Loading",
                            "M1047: Audit"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0011: Module (Module Load)",
                            "DS0022: File (File Creation)",
                            "DS0022: File (File Modification)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--5372c5fe-f424-4def-bcd5-d3a8e770f07b",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-02-21 21:00:48.814000+00:00",
                    "modified": "2024-03-28 00:01:08.337000+00:00",
                    "name": "Disable or Modify System Firewall",
                    "description": "Adversaries may disable or modify system firewalls in order to bypass controls limiting network usage. Changes could be disabling the entire mechanism as well as adding, deleting, or modifying particular rules. This can be done numerous ways depending on the operating system, including via command-line, editing Windows Registry keys, and Windows Control Panel.\n\nModifying or disabling a system firewall may enable adversary C2 communications, lateral movement, and/or data exfiltration that would otherwise not be allowed. For example, adversaries may add a new firewall rule for a well-known protocol (such as RDP) using a non-traditional and potentially less securitized port (i.e. [Non-Standard Port](https://attack.mitre.org/techniques/T1571)).(Citation: change_rdp_port_conti)\n\nAdversaries may also modify host networking settings that indirectly manipulate system firewalls, such as interface bandwidth or network connection request thresholds.(Citation: Huntress BlackCat) Settings related to enabling abuse of various [Remote Services](https://attack.mitre.org/techniques/T1021) may also indirectly modify firewall rules.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "defense-evasion"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1562/004",
                            "external_id": "T1562.004"
                        },
                        {
                            "source_name": "Huntress BlackCat",
                            "description": "Carvey, H. (2024, February 28). BlackCat Ransomware Affiliate TTPs. Retrieved March 27, 2024.",
                            "url": "https://www.huntress.com/blog/blackcat-ransomware-affiliate-ttps"
                        },
                        {
                            "source_name": "change_rdp_port_conti",
                            "description": "The DFIR Report. (2022, March 1). \"Change RDP port\" #ContiLeaks. Retrieved March 1, 2022.",
                            "url": "https://twitter.com/TheDFIRReport/status/1498657772254240768"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "Firewall: Firewall Rule Modification",
                        "Windows Registry: Windows Registry Key Modification",
                        "Command: Command Execution",
                        "Firewall: Firewall Disable"
                    ],
                    "x_mitre_defense_bypassed": [
                        "Firewall"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor processes and command-line arguments to see if firewalls are disabled or modified. Monitor Registry edits to keys that manage firewalls.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows",
                        "Network"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-03-28 00:01:08.337000+00:00\", \"old_value\": \"2023-02-28 22:34:38.316000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may disable or modify system firewalls in order to bypass controls limiting network usage. Changes could be disabling the entire mechanism as well as adding, deleting, or modifying particular rules. This can be done numerous ways depending on the operating system, including via command-line, editing Windows Registry keys, and Windows Control Panel.\\n\\nModifying or disabling a system firewall may enable adversary C2 communications, lateral movement, and/or data exfiltration that would otherwise not be allowed. For example, adversaries may add a new firewall rule for a well-known protocol (such as RDP) using a non-traditional and potentially less securitized port (i.e. [Non-Standard Port](https://attack.mitre.org/techniques/T1571)).(Citation: change_rdp_port_conti)\\n\\nAdversaries may also modify host networking settings that indirectly manipulate system firewalls, such as interface bandwidth or network connection request thresholds.(Citation: Huntress BlackCat) Settings related to enabling abuse of various [Remote Services](https://attack.mitre.org/techniques/T1021) may also indirectly modify firewall rules.\", \"old_value\": \"Adversaries may disable or modify system firewalls in order to bypass controls limiting network usage. Changes could be disabling the entire mechanism as well as adding, deleting, or modifying particular rules. This can be done numerous ways depending on the operating system, including via command-line, editing Windows Registry keys, and Windows Control Panel.\\n\\nModifying or disabling a system firewall may enable adversary C2 communications, lateral movement, and/or data exfiltration that would otherwise not be allowed. For example, adversaries may add a new firewall rule for a well-known protocol (such as RDP) using a non-traditional and potentially less securitized port (i.e. [Non-Standard Port](https://attack.mitre.org/techniques/T1571)).(Citation: change_rdp_port_conti)\", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,5 @@\\n Adversaries may disable or modify system firewalls in order to bypass controls limiting network usage. Changes could be disabling the entire mechanism as well as adding, deleting, or modifying particular rules. This can be done numerous ways depending on the operating system, including via command-line, editing Windows Registry keys, and Windows Control Panel.\\n \\n Modifying or disabling a system firewall may enable adversary C2 communications, lateral movement, and/or data exfiltration that would otherwise not be allowed. For example, adversaries may add a new firewall rule for a well-known protocol (such as RDP) using a non-traditional and potentially less securitized port (i.e. [Non-Standard Port](https://attack.mitre.org/techniques/T1571)).(Citation: change_rdp_port_conti)\\n+\\n+Adversaries may also modify host networking settings that indirectly manipulate system firewalls, such as interface bandwidth or network connection request thresholds.(Citation: Huntress BlackCat) Settings related to enabling abuse of various [Remote Services](https://attack.mitre.org/techniques/T1021) may also indirectly modify firewall rules.\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}, \"iterable_item_added\": {\"root['external_references'][1]\": {\"source_name\": \"Huntress BlackCat\", \"description\": \"Carvey, H. (2024, February 28). BlackCat Ransomware Affiliate TTPs. Retrieved March 27, 2024.\", \"url\": \"https://www.huntress.com/blog/blackcat-ransomware-affiliate-ttps\"}, \"root['x_mitre_platforms'][3]\": \"Network\"}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to94__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to94__0\"><a href=\"#difflib_chg_to94__top\">t</a></td><td class=\"diff_header\" id=\"from94_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;disable&nbsp;or&nbsp;modify&nbsp;system&nbsp;firewalls&nbsp;in&nbsp;order&nbsp;</td><td class=\"diff_next\"><a href=\"#difflib_chg_to94__top\">t</a></td><td class=\"diff_header\" id=\"to94_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;disable&nbsp;or&nbsp;modify&nbsp;system&nbsp;firewalls&nbsp;in&nbsp;order&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">to&nbsp;bypass&nbsp;controls&nbsp;limiting&nbsp;network&nbsp;usage.&nbsp;Changes&nbsp;could&nbsp;be&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">to&nbsp;bypass&nbsp;controls&nbsp;limiting&nbsp;network&nbsp;usage.&nbsp;Changes&nbsp;could&nbsp;be&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">disabling&nbsp;the&nbsp;entire&nbsp;mechanism&nbsp;as&nbsp;well&nbsp;as&nbsp;adding,&nbsp;deleting,&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">disabling&nbsp;the&nbsp;entire&nbsp;mechanism&nbsp;as&nbsp;well&nbsp;as&nbsp;adding,&nbsp;deleting,&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">or&nbsp;modifying&nbsp;particular&nbsp;rules.&nbsp;This&nbsp;can&nbsp;be&nbsp;done&nbsp;numerous&nbsp;way</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">or&nbsp;modifying&nbsp;particular&nbsp;rules.&nbsp;This&nbsp;can&nbsp;be&nbsp;done&nbsp;numerous&nbsp;way</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;depending&nbsp;on&nbsp;the&nbsp;operating&nbsp;system,&nbsp;including&nbsp;via&nbsp;command-l</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;depending&nbsp;on&nbsp;the&nbsp;operating&nbsp;system,&nbsp;including&nbsp;via&nbsp;command-l</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ine,&nbsp;editing&nbsp;Windows&nbsp;Registry&nbsp;keys,&nbsp;and&nbsp;Windows&nbsp;Control&nbsp;Pane</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ine,&nbsp;editing&nbsp;Windows&nbsp;Registry&nbsp;keys,&nbsp;and&nbsp;Windows&nbsp;Control&nbsp;Pane</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">l.&nbsp;&nbsp;Modifying&nbsp;or&nbsp;disabling&nbsp;a&nbsp;system&nbsp;firewall&nbsp;may&nbsp;enable&nbsp;adve</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">l.&nbsp;&nbsp;Modifying&nbsp;or&nbsp;disabling&nbsp;a&nbsp;system&nbsp;firewall&nbsp;may&nbsp;enable&nbsp;adve</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rsary&nbsp;C2&nbsp;communications,&nbsp;lateral&nbsp;movement,&nbsp;and/or&nbsp;data&nbsp;exfil</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rsary&nbsp;C2&nbsp;communications,&nbsp;lateral&nbsp;movement,&nbsp;and/or&nbsp;data&nbsp;exfil</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tration&nbsp;that&nbsp;would&nbsp;otherwise&nbsp;not&nbsp;be&nbsp;allowed.&nbsp;For&nbsp;example,&nbsp;ad</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tration&nbsp;that&nbsp;would&nbsp;otherwise&nbsp;not&nbsp;be&nbsp;allowed.&nbsp;For&nbsp;example,&nbsp;ad</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">versaries&nbsp;may&nbsp;add&nbsp;a&nbsp;new&nbsp;firewall&nbsp;rule&nbsp;for&nbsp;a&nbsp;well-known&nbsp;proto</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">versaries&nbsp;may&nbsp;add&nbsp;a&nbsp;new&nbsp;firewall&nbsp;rule&nbsp;for&nbsp;a&nbsp;well-known&nbsp;proto</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">col&nbsp;(such&nbsp;as&nbsp;RDP)&nbsp;using&nbsp;a&nbsp;non-traditional&nbsp;and&nbsp;potentially&nbsp;le</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">col&nbsp;(such&nbsp;as&nbsp;RDP)&nbsp;using&nbsp;a&nbsp;non-traditional&nbsp;and&nbsp;potentially&nbsp;le</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ss&nbsp;securitized&nbsp;port&nbsp;(i.e.&nbsp;[Non-Standard&nbsp;Port](https://attack</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ss&nbsp;securitized&nbsp;port&nbsp;(i.e.&nbsp;[Non-Standard&nbsp;Port](https://attack</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">.mitre.org/techniques/T1571)).(Citation:&nbsp;change_rdp_port_con</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">.mitre.org/techniques/T1571)).(Citation:&nbsp;change_rdp_port_con</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ti)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ti)<span class=\"diff_add\">&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;modify&nbsp;host&nbsp;networking&nbsp;settings&nbsp;th</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">at&nbsp;indirectly&nbsp;manipulate&nbsp;system&nbsp;firewalls,&nbsp;such&nbsp;as&nbsp;interface</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;bandwidth&nbsp;or&nbsp;network&nbsp;connection&nbsp;request&nbsp;thresholds.(Citatio</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">n:&nbsp;Huntress&nbsp;BlackCat)&nbsp;Settings&nbsp;related&nbsp;to&nbsp;enabling&nbsp;abuse&nbsp;of&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">various&nbsp;[Remote&nbsp;Services](https://attack.mitre.org/technique</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">s/T1021)&nbsp;may&nbsp;also&nbsp;indirectly&nbsp;modify&nbsp;firewall&nbsp;rules.</span></td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1018: User Account Management",
                            "M1022: Restrict File and Directory Permissions",
                            "M1024: Restrict Registry Permissions",
                            "M1047: Audit"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0017: Command (Command Execution)",
                            "DS0018: Firewall (Firewall Disable)",
                            "DS0018: Firewall (Firewall Rule Modification)",
                            "DS0024: Windows Registry (Windows Registry Key Modification)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--74d2a63f-3c7b-4852-92da-02d8fbab16da",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-03-19 19:09:30.329000+00:00",
                    "modified": "2024-02-14 21:50:32.531000+00:00",
                    "name": "Indicator Blocking",
                    "description": "An adversary may attempt to block indicators or events typically captured by sensors from being gathered and analyzed. This could include maliciously redirecting(Citation: Microsoft Lamin Sept 2017) or even disabling host-based sensors, such as Event Tracing for Windows (ETW)(Citation: Microsoft About Event Tracing 2018), by tampering settings that control the collection and flow of event telemetry.(Citation: Medium Event Tracing Tampering 2018) These settings may be stored on the system in configuration files and/or in the Registry as well as being accessible via administrative utilities such as [PowerShell](https://attack.mitre.org/techniques/T1059/001) or [Windows Management Instrumentation](https://attack.mitre.org/techniques/T1047).\n\nFor example, adversaries may modify the `File` value in <code>HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\EventLog\\Security</code> to hide their malicious actions in a new or different .evtx log file. This action does not require a system reboot and takes effect immediately.(Citation: disable_win_evt_logging) \n\nETW interruption can be achieved multiple ways, however most directly by defining conditions using the [PowerShell](https://attack.mitre.org/techniques/T1059/001) <code>Set-EtwTraceProvider</code> cmdlet or by interfacing directly with the Registry to make alterations.\n\nIn the case of network-based reporting of indicators, an adversary may block traffic associated with reporting to prevent central analysis. This may be accomplished by many means, such as stopping a local process responsible for forwarding telemetry and/or creating a host-based firewall rule to block traffic to specific hosts responsible for aggregating events, such as security information and event management (SIEM) products.\n\nIn Linux environments, adversaries may disable or reconfigure log processing tools such as syslog or nxlog to inhibit detection and monitoring capabilities to facilitate follow on behaviors (Citation: LemonDuck).",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "defense-evasion"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1562/006",
                            "external_id": "T1562.006"
                        },
                        {
                            "source_name": "disable_win_evt_logging",
                            "description": "Heiligenstein, L. (n.d.). REP-25: Disable Windows Event Logging. Retrieved April 7, 2022.",
                            "url": "https://ptylu.github.io/content/report/report.html?report=25"
                        },
                        {
                            "source_name": "LemonDuck",
                            "description": "Manoj Ahuje. (2022, April 21). LemonDuck Targets Docker for Cryptomining Operations. Retrieved June 30, 2022.",
                            "url": "https://www.crowdstrike.com/blog/lemonduck-botnet-targets-docker-for-cryptomining-operations/"
                        },
                        {
                            "source_name": "Microsoft Lamin Sept 2017",
                            "description": "Microsoft. (2009, May 17). Backdoor:Win32/Lamin.A. Retrieved September 6, 2018.",
                            "url": "https://www.microsoft.com/en-us/wdsi/threats/malware-encyclopedia-description?name=Backdoor:Win32/Lamin.A"
                        },
                        {
                            "source_name": "Microsoft About Event Tracing 2018",
                            "description": "Microsoft. (2018, May 30). About Event Tracing. Retrieved June 7, 2019.",
                            "url": "https://docs.microsoft.com/en-us/windows/desktop/etw/consuming-events"
                        },
                        {
                            "source_name": "Medium Event Tracing Tampering 2018",
                            "description": "Palantir. (2018, December 24). Tampering with Windows Event Tracing: Background, Offense, and Defense. Retrieved June 7, 2019.",
                            "url": "https://medium.com/palantir/tampering-with-windows-event-tracing-background-offense-and-defense-4be7ac62ac63"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Rob Smith",
                        "Lucas Heiligenstein"
                    ],
                    "x_mitre_data_sources": [
                        "Command: Command Execution",
                        "Sensor Health: Host Status",
                        "Windows Registry: Windows Registry Key Modification",
                        "Process: Process Creation"
                    ],
                    "x_mitre_defense_bypassed": [
                        "Anti-virus",
                        "Host intrusion prevention systems"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Detect lack of reported activity from a host sensor. Different methods of blocking may cause different disruptions in reporting. Systems may suddenly stop reporting all data or only certain kinds of data.\n\nDepending on the types of host information collected, an analyst may be able to detect the event that triggered a process to stop or connection to be blocked. For example, Sysmon will log when its configuration state has changed (Event ID 16) and Windows Management Instrumentation (WMI) may be used to subscribe ETW providers that log any provider removal from a specific trace session. (Citation: Medium Event Tracing Tampering 2018) To detect changes in ETW you can also monitor the registry key which contains configurations for all ETW event providers: <code>HKLM\\SYSTEM\\CurrentControlSet\\Control\\WMI\\Autologger\\AUTOLOGGER_NAME\\{PROVIDER_GUID}</code>",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows",
                        "macOS",
                        "Linux"
                    ],
                    "x_mitre_version": "1.4",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-02-14 21:50:32.531000+00:00\", \"old_value\": \"2023-09-18 22:23:55.329000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.4\", \"old_value\": \"1.3\"}}, \"iterable_item_added\": {\"root['x_mitre_data_sources'][3]\": \"Process: Process Creation\"}}",
                    "previous_version": "1.3",
                    "version_change": "1.3 \u2192 1.4",
                    "changelog_mitigations": {
                        "shared": [
                            "M1018: User Account Management",
                            "M1022: Restrict File and Directory Permissions",
                            "M1054: Software Configuration"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0013: Sensor Health (Host Status)",
                            "DS0017: Command (Command Execution)",
                            "DS0024: Windows Registry (Windows Registry Key Modification)"
                        ],
                        "new": [
                            "DS0009: Process (Process Creation)"
                        ],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--3aef9463-9a7a-43ba-8957-a867e07c1e6a",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-01-31 12:32:08.228000+00:00",
                    "modified": "2024-02-14 20:07:44.756000+00:00",
                    "name": "Clear Command History",
                    "description": "In addition to clearing system logs, an adversary may clear the command history of a compromised account to conceal the actions undertaken during an intrusion. Various command interpreters keep track of the commands users type in their terminal so that users can retrace what they've done.\n\nOn Linux and macOS, these command histories can be accessed in a few different ways. While logged in, this command history is tracked in a file pointed to by the environment variable <code>HISTFILE</code>. When a user logs off a system, this information is flushed to a file in the user's home directory called <code>~/.bash_history</code>. The benefit of this is that it allows users to go back to commands they've used before in different sessions.\n\nAdversaries may delete their commands from these logs by manually clearing the history (<code>history -c</code>) or deleting the bash history file <code>rm ~/.bash_history</code>.  \n\nAdversaries may also leverage a [Network Device CLI](https://attack.mitre.org/techniques/T1059/008) on network devices to clear command history data (<code>clear logging</code> and/or <code>clear history</code>).(Citation: US-CERT-TA18-106A)\n\nOn Windows hosts, PowerShell has two different command history providers: the built-in history and the command history managed by the <code>PSReadLine</code> module. The built-in history only tracks the commands used in the current session. This command history is not available to other sessions and is deleted when the session ends.\n\nThe <code>PSReadLine</code> command history tracks the commands used in all PowerShell sessions and writes them to a file (<code>$env:APPDATA\\Microsoft\\Windows\\PowerShell\\PSReadLine\\ConsoleHost_history.txt</code> by default). This history file is available to all sessions and contains all past history since the file is not deleted when the session ends.(Citation: Microsoft PowerShell Command History)\n\nAdversaries may run the PowerShell command <code>Clear-History</code> to flush the entire command history from a current PowerShell session. This, however, will not delete/flush the <code>ConsoleHost_history.txt</code> file. Adversaries may also delete the <code>ConsoleHost_history.txt</code> file or edit its contents to hide PowerShell commands they have run.(Citation: Sophos PowerShell command audit)(Citation: Sophos PowerShell Command History Forensics)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "defense-evasion"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1070/003",
                            "external_id": "T1070.003"
                        },
                        {
                            "source_name": "Sophos PowerShell command audit",
                            "description": "jak. (2020, June 27). Live Discover - PowerShell command audit. Retrieved August 21, 2020.",
                            "url": "https://community.sophos.com/products/intercept/early-access-program/f/live-discover-response-queries/121529/live-discover---powershell-command-audit"
                        },
                        {
                            "source_name": "Microsoft PowerShell Command History",
                            "description": "Microsoft. (2020, May 13). About History. Retrieved September 4, 2020.",
                            "url": "https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_history?view=powershell-7"
                        },
                        {
                            "source_name": "US-CERT-TA18-106A",
                            "description": "US-CERT. (2018, April 20). Alert (TA18-106A) Russian State-Sponsored Cyber Actors Targeting Network Infrastructure Devices. Retrieved October 19, 2020.",
                            "url": "https://www.us-cert.gov/ncas/alerts/TA18-106A"
                        },
                        {
                            "source_name": "Sophos PowerShell Command History Forensics",
                            "description": "Vikas, S. (2020, August 26). PowerShell Command History Forensics. Retrieved September 4, 2020.",
                            "url": "https://community.sophos.com/products/malware/b/blog/posts/powershell-command-history-forensics"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Vikas Singh, Sophos",
                        "Emile Kenning, Sophos",
                        "Austin Clark, @c2defense"
                    ],
                    "x_mitre_data_sources": [
                        "Process: Process Creation",
                        "File: File Deletion",
                        "File: File Modification",
                        "Command: Command Execution",
                        "User Account: User Account Authentication"
                    ],
                    "x_mitre_defense_bypassed": [
                        "Host forensic analysis",
                        "Log analysis"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "User authentication, especially via remote terminal services like SSH, without new entries in that user's <code>~/.bash_history</code> is suspicious. Additionally, the removal/clearing of the <code>~/.bash_history</code> file can be an indicator of suspicious activity.\n\nMonitor for suspicious modifications or deletion of <code>ConsoleHost_history.txt</code> and use of the <code>Clear-History</code> command.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows",
                        "Network"
                    ],
                    "x_mitre_version": "1.5",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-02-14 20:07:44.756000+00:00\", \"old_value\": \"2023-04-07 17:20:44.770000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.5\", \"old_value\": \"1.4\"}}, \"iterable_item_added\": {\"root['x_mitre_data_sources'][0]\": \"Process: Process Creation\"}}",
                    "previous_version": "1.4",
                    "version_change": "1.4 \u2192 1.5",
                    "changelog_mitigations": {
                        "shared": [
                            "M1022: Restrict File and Directory Permissions",
                            "M1029: Remote Data Storage",
                            "M1039: Environment Variable Permissions"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0002: User Account (User Account Authentication)",
                            "DS0017: Command (Command Execution)",
                            "DS0022: File (File Deletion)",
                            "DS0022: File (File Modification)"
                        ],
                        "new": [
                            "DS0009: Process (Process Creation)"
                        ],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--6495ae23-3ab4-43c5-a94f-5638a2c31fd2",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-01-28 17:05:14.707000+00:00",
                    "modified": "2024-04-16 12:40:58.536000+00:00",
                    "name": "Clear Windows Event Logs",
                    "description": "Adversaries may clear Windows Event Logs to hide the activity of an intrusion. Windows Event Logs are a record of a computer's alerts and notifications. There are three system-defined sources of events: System, Application, and Security, with five event types: Error, Warning, Information, Success Audit, and Failure Audit.\n\n\nWith administrator privileges, the event logs can be cleared with the following utility commands:\n\n* <code>wevtutil cl system</code>\n* <code>wevtutil cl application</code>\n* <code>wevtutil cl security</code>\n\nThese logs may also be cleared through other mechanisms, such as the event viewer GUI or [PowerShell](https://attack.mitre.org/techniques/T1059/001). For example, adversaries may use the PowerShell command <code>Remove-EventLog -LogName Security</code> to delete the Security EventLog and after reboot, disable future logging.  Note: events may still be generated and logged in the .evtx file between the time the command is run and the reboot.(Citation: disable_win_evt_logging)\n\nAdversaries may also attempt to clear logs by directly deleting the stored log files within `C:\\Windows\\System32\\winevt\\logs\\`.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "defense-evasion"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1070/001",
                            "external_id": "T1070.001"
                        },
                        {
                            "source_name": "disable_win_evt_logging",
                            "description": "Heiligenstein, L. (n.d.). REP-25: Disable Windows Event Logging. Retrieved April 7, 2022.",
                            "url": "https://ptylu.github.io/content/report/report.html?report=25"
                        },
                        {
                            "source_name": "Microsoft Clear-EventLog",
                            "description": "Microsoft. (n.d.). Clear-EventLog. Retrieved July 2, 2018.",
                            "url": "https://docs.microsoft.com/powershell/module/microsoft.powershell.management/clear-eventlog"
                        },
                        {
                            "source_name": "Microsoft EventLog.Clear",
                            "description": "Microsoft. (n.d.). EventLog.Clear Method (). Retrieved July 2, 2018.",
                            "url": "https://msdn.microsoft.com/library/system.diagnostics.eventlog.clear.aspx"
                        },
                        {
                            "source_name": "Microsoft wevtutil Oct 2017",
                            "description": "Plett, C. et al.. (2017, October 16). wevtutil. Retrieved July 2, 2018.",
                            "url": "https://docs.microsoft.com/windows-server/administration/windows-commands/wevtutil"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Lucas Heiligenstein"
                    ],
                    "x_mitre_data_sources": [
                        "Command: Command Execution",
                        "File: File Deletion",
                        "Process: OS API Execution",
                        "Process: Process Creation"
                    ],
                    "x_mitre_defense_bypassed": [
                        "Anti Virus",
                        "Host Intrusion Prevention Systems",
                        "Log Analysis"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Deleting Windows event logs (via native binaries (Citation: Microsoft wevtutil Oct 2017), API functions (Citation: Microsoft EventLog.Clear), or [PowerShell](https://attack.mitre.org/techniques/T1059/001) (Citation: Microsoft Clear-EventLog)) may also generate an alterable event (Event ID 1102: \"The audit log was cleared\").",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.4",
                    "detailed_diff": "{\"dictionary_item_removed\": {\"root['x_mitre_system_requirements']\": [\"Clearing the Windows event logs requires Administrator permissions\"]}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-16 12:40:58.536000+00:00\", \"old_value\": \"2023-08-11 21:43:04.568000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may clear Windows Event Logs to hide the activity of an intrusion. Windows Event Logs are a record of a computer's alerts and notifications. There are three system-defined sources of events: System, Application, and Security, with five event types: Error, Warning, Information, Success Audit, and Failure Audit.\\n\\n\\nWith administrator privileges, the event logs can be cleared with the following utility commands:\\n\\n* <code>wevtutil cl system</code>\\n* <code>wevtutil cl application</code>\\n* <code>wevtutil cl security</code>\\n\\nThese logs may also be cleared through other mechanisms, such as the event viewer GUI or [PowerShell](https://attack.mitre.org/techniques/T1059/001). For example, adversaries may use the PowerShell command <code>Remove-EventLog -LogName Security</code> to delete the Security EventLog and after reboot, disable future logging.  Note: events may still be generated and logged in the .evtx file between the time the command is run and the reboot.(Citation: disable_win_evt_logging)\\n\\nAdversaries may also attempt to clear logs by directly deleting the stored log files within `C:\\\\Windows\\\\System32\\\\winevt\\\\logs\\\\`.\", \"old_value\": \"Adversaries may clear Windows Event Logs to hide the activity of an intrusion. Windows Event Logs are a record of a computer's alerts and notifications. There are three system-defined sources of events: System, Application, and Security, with five event types: Error, Warning, Information, Success Audit, and Failure Audit.\\n\\nThe event logs can be cleared with the following utility commands:\\n\\n* <code>wevtutil cl system</code>\\n* <code>wevtutil cl application</code>\\n* <code>wevtutil cl security</code>\\n\\nThese logs may also be cleared through other mechanisms, such as the event viewer GUI or [PowerShell](https://attack.mitre.org/techniques/T1059/001). For example, adversaries may use the PowerShell command <code>Remove-EventLog -LogName Security</code> to delete the Security EventLog and after reboot, disable future logging. Note: events may still be generated and logged in the .evtx file between the time the command is run and the reboot.(Citation: disable_win_evt_logging)\", \"diff\": \"--- \\n+++ \\n@@ -1,9 +1,12 @@\\n Adversaries may clear Windows Event Logs to hide the activity of an intrusion. Windows Event Logs are a record of a computer's alerts and notifications. There are three system-defined sources of events: System, Application, and Security, with five event types: Error, Warning, Information, Success Audit, and Failure Audit.\\n \\n-The event logs can be cleared with the following utility commands:\\n+\\n+With administrator privileges, the event logs can be cleared with the following utility commands:\\n \\n * <code>wevtutil cl system</code>\\n * <code>wevtutil cl application</code>\\n * <code>wevtutil cl security</code>\\n \\n-These logs may also be cleared through other mechanisms, such as the event viewer GUI or [PowerShell](https://attack.mitre.org/techniques/T1059/001). For example, adversaries may use the PowerShell command <code>Remove-EventLog -LogName Security</code> to delete the Security EventLog and after reboot, disable future logging. Note: events may still be generated and logged in the .evtx file between the time the command is run and the reboot.(Citation: disable_win_evt_logging)\\n+These logs may also be cleared through other mechanisms, such as the event viewer GUI or [PowerShell](https://attack.mitre.org/techniques/T1059/001). For example, adversaries may use the PowerShell command <code>Remove-EventLog -LogName Security</code> to delete the Security EventLog and after reboot, disable future logging.  Note: events may still be generated and logged in the .evtx file between the time the command is run and the reboot.(Citation: disable_win_evt_logging)\\n+\\n+Adversaries may also attempt to clear logs by directly deleting the stored log files within `C:\\\\Windows\\\\System32\\\\winevt\\\\logs\\\\`.\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.4\", \"old_value\": \"1.3\"}}}",
                    "previous_version": "1.3",
                    "version_change": "1.3 \u2192 1.4",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to16__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to16__0\"><a href=\"#difflib_chg_to16__top\">t</a></td><td class=\"diff_header\" id=\"from16_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;clear&nbsp;Windows&nbsp;Event&nbsp;Logs&nbsp;to&nbsp;hide&nbsp;the&nbsp;activit</td><td class=\"diff_next\"><a href=\"#difflib_chg_to16__top\">t</a></td><td class=\"diff_header\" id=\"to16_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;clear&nbsp;Windows&nbsp;Event&nbsp;Logs&nbsp;to&nbsp;hide&nbsp;the&nbsp;activit</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">y&nbsp;of&nbsp;an&nbsp;intrusion.&nbsp;Windows&nbsp;Event&nbsp;Logs&nbsp;are&nbsp;a&nbsp;record&nbsp;of&nbsp;a&nbsp;comp</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">y&nbsp;of&nbsp;an&nbsp;intrusion.&nbsp;Windows&nbsp;Event&nbsp;Logs&nbsp;are&nbsp;a&nbsp;record&nbsp;of&nbsp;a&nbsp;comp</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">uter's&nbsp;alerts&nbsp;and&nbsp;notifications.&nbsp;There&nbsp;are&nbsp;three&nbsp;system-defi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">uter's&nbsp;alerts&nbsp;and&nbsp;notifications.&nbsp;There&nbsp;are&nbsp;three&nbsp;system-defi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ned&nbsp;sources&nbsp;of&nbsp;events:&nbsp;System,&nbsp;Application,&nbsp;and&nbsp;Security,&nbsp;wi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ned&nbsp;sources&nbsp;of&nbsp;events:&nbsp;System,&nbsp;Application,&nbsp;and&nbsp;Security,&nbsp;wi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">th&nbsp;five&nbsp;event&nbsp;types:&nbsp;Error,&nbsp;Warning,&nbsp;Information,&nbsp;Success&nbsp;Au</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">th&nbsp;five&nbsp;event&nbsp;types:&nbsp;Error,&nbsp;Warning,&nbsp;Information,&nbsp;Success&nbsp;Au</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">dit,&nbsp;and&nbsp;Failure&nbsp;Audit.&nbsp;&nbsp;<span class=\"diff_chg\">The&nbsp;event&nbsp;logs&nbsp;can</span>&nbsp;be&nbsp;cleared&nbsp;with&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">dit,&nbsp;and&nbsp;Failure&nbsp;Audit.&nbsp;&nbsp;<span class=\"diff_chg\">&nbsp;With&nbsp;administrator&nbsp;privileges,&nbsp;the</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">the&nbsp;following&nbsp;utility&nbsp;commands:&nbsp;&nbsp;*&nbsp;&lt;code&gt;wevtutil&nbsp;cl&nbsp;system&lt;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">&nbsp;event&nbsp;logs&nbsp;can</span>&nbsp;be&nbsp;cleared&nbsp;with&nbsp;the&nbsp;following&nbsp;utility&nbsp;comman</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">/code&gt;&nbsp;*&nbsp;&lt;code&gt;wevtutil&nbsp;cl&nbsp;application&lt;/code&gt;&nbsp;*&nbsp;&lt;code&gt;wevtut</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ds:&nbsp;&nbsp;*&nbsp;&lt;code&gt;wevtutil&nbsp;cl&nbsp;system&lt;/code&gt;&nbsp;*&nbsp;&lt;code&gt;wevtutil&nbsp;cl&nbsp;a</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">il&nbsp;cl&nbsp;security&lt;/code&gt;&nbsp;&nbsp;These&nbsp;logs&nbsp;may&nbsp;also&nbsp;be&nbsp;cleared&nbsp;throug</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">pplication&lt;/code&gt;&nbsp;*&nbsp;&lt;code&gt;wevtutil&nbsp;cl&nbsp;security&lt;/code&gt;&nbsp;&nbsp;These</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">h&nbsp;other&nbsp;mechanisms,&nbsp;such&nbsp;as&nbsp;the&nbsp;event&nbsp;viewer&nbsp;GUI&nbsp;or&nbsp;[PowerSh</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;logs&nbsp;may&nbsp;also&nbsp;be&nbsp;cleared&nbsp;through&nbsp;other&nbsp;mechanisms,&nbsp;such&nbsp;as&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ell](https://attack.mitre.org/techniques/T1059/001).&nbsp;For&nbsp;exa</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">the&nbsp;event&nbsp;viewer&nbsp;GUI&nbsp;or&nbsp;[PowerShell](https://attack.mitre.or</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">mple,&nbsp;adversaries&nbsp;may&nbsp;use&nbsp;the&nbsp;PowerShell&nbsp;command&nbsp;&lt;code&gt;Remov</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">g/techniques/T1059/001).&nbsp;For&nbsp;example,&nbsp;adversaries&nbsp;may&nbsp;use&nbsp;th</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e-EventLog&nbsp;-LogName&nbsp;Security&lt;/code&gt;&nbsp;to&nbsp;delete&nbsp;the&nbsp;Security&nbsp;E</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;PowerShell&nbsp;command&nbsp;&lt;code&gt;Remove-EventLog&nbsp;-LogName&nbsp;Security</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ventLog&nbsp;and&nbsp;after&nbsp;reboot,&nbsp;disable&nbsp;future&nbsp;logging.&nbsp;Note:&nbsp;even</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&lt;/code&gt;&nbsp;to&nbsp;delete&nbsp;the&nbsp;Security&nbsp;EventLog&nbsp;and&nbsp;after&nbsp;reboot,&nbsp;di</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ts&nbsp;may&nbsp;still&nbsp;be&nbsp;generated&nbsp;and&nbsp;logged&nbsp;in&nbsp;the&nbsp;.evtx&nbsp;file&nbsp;betwe</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">sable&nbsp;future&nbsp;logging.&nbsp;<span class=\"diff_add\">&nbsp;</span>Note:&nbsp;events&nbsp;may&nbsp;still&nbsp;be&nbsp;generated&nbsp;a</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">en&nbsp;the&nbsp;time&nbsp;the&nbsp;command&nbsp;is&nbsp;run&nbsp;and&nbsp;the&nbsp;reboot.(Citation:&nbsp;dis</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nd&nbsp;logged&nbsp;in&nbsp;the&nbsp;.evtx&nbsp;file&nbsp;between&nbsp;the&nbsp;time&nbsp;the&nbsp;command&nbsp;is&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">able_win_evt_logging)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">run&nbsp;and&nbsp;the&nbsp;reboot.(Citation:&nbsp;disable_win_evt_logging)<span class=\"diff_add\">&nbsp;&nbsp;Adve</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">rsaries&nbsp;may&nbsp;also&nbsp;attempt&nbsp;to&nbsp;clear&nbsp;logs&nbsp;by&nbsp;directly&nbsp;deleting&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">the&nbsp;stored&nbsp;log&nbsp;files&nbsp;within&nbsp;`C:\\Windows\\System32\\winevt\\logs</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">\\`.</span></td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1022: Restrict File and Directory Permissions",
                            "M1029: Remote Data Storage",
                            "M1041: Encrypt Sensitive Information"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (OS API Execution)",
                            "DS0009: Process (Process Creation)",
                            "DS0017: Command (Command Execution)",
                            "DS0022: File (File Deletion)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--e6919abc-99f9-4c6c-95a5-14761e7b2add",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:31:16.408000+00:00",
                    "modified": "2024-04-11 15:08:01.731000+00:00",
                    "name": "Ingress Tool Transfer",
                    "description": "Adversaries may transfer tools or other files from an external system into a compromised environment. Tools or files may be copied from an external adversary-controlled system to the victim network through the command and control channel or through alternate protocols such as [ftp](https://attack.mitre.org/software/S0095). Once present, adversaries may also transfer/spread tools between victim devices within a compromised environment (i.e. [Lateral Tool Transfer](https://attack.mitre.org/techniques/T1570)). \n\nOn Windows, adversaries may use various utilities to download tools, such as `copy`, `finger`, [certutil](https://attack.mitre.org/software/S0160), and [PowerShell](https://attack.mitre.org/techniques/T1059/001) commands such as <code>IEX(New-Object Net.WebClient).downloadString()</code> and <code>Invoke-WebRequest</code>. On Linux and macOS systems, a variety of utilities also exist, such as `curl`, `scp`, `sftp`, `tftp`, `rsync`, `finger`, and `wget`.(Citation: t1105_lolbas)\n\nAdversaries may also abuse installers and package managers, such as `yum` or `winget`, to download tools to victim hosts. Adversaries have also abused file application features, such as the Windows `search-ms` protocol handler, to deliver malicious files to victims through remote file searches invoked by [User Execution](https://attack.mitre.org/techniques/T1204) (typically after interacting with [Phishing](https://attack.mitre.org/techniques/T1566) lures).(Citation: T1105: Trellix_search-ms)\n\nFiles can also be transferred using various [Web Service](https://attack.mitre.org/techniques/T1102)s as well as native or otherwise present tools on the victim system.(Citation: PTSecurity Cobalt Dec 2016) In some cases, adversaries may be able to leverage services that sync between a web-based and an on-premises client, such as Dropbox or OneDrive, to transfer files onto victim systems. For example, by compromising a cloud account and logging into the service's web portal, an adversary may be able to trigger an automatic syncing process that transfers the file onto the victim's machine.(Citation: Dropbox Malware Sync)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "command-and-control"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1105",
                            "external_id": "T1105"
                        },
                        {
                            "source_name": "T1105: Trellix_search-ms",
                            "description": " Mathanraj Thangaraju, Sijo Jacob. (2023, July 26). Beyond File Search: A Novel Method for Exploiting the \"search-ms\" URI Protocol Handler. Retrieved March 15, 2024.",
                            "url": "https://www.trellix.com/blogs/research/beyond-file-search-a-novel-method/"
                        },
                        {
                            "source_name": "Dropbox Malware Sync",
                            "description": "David Talbot. (2013, August 21). Dropbox and Similar Services Can Sync Malware. Retrieved May 31, 2023.",
                            "url": "https://www.technologyreview.com/2013/08/21/83143/dropbox-and-similar-services-can-sync-malware/"
                        },
                        {
                            "source_name": "University of Birmingham C2",
                            "description": "Gardiner, J.,  Cova, M., Nagaraja, S. (2014, February). Command & Control Understanding, Denying and Detecting. Retrieved April 20, 2016.",
                            "url": "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf"
                        },
                        {
                            "source_name": "t1105_lolbas",
                            "description": "LOLBAS. (n.d.). LOLBAS Mapped to T1105. Retrieved March 11, 2022.",
                            "url": "https://lolbas-project.github.io/#t1105"
                        },
                        {
                            "source_name": "PTSecurity Cobalt Dec 2016",
                            "description": "Positive Technologies. (2016, December 16). Cobalt Snatch. Retrieved October 9, 2018.",
                            "url": "https://www.ptsecurity.com/upload/corporate/ww-en/analytics/Cobalt-Snatch-eng.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "John Page (aka hyp3rlinx), ApparitionSec",
                        "Mark Wee",
                        "Shailesh Tiwary (Indian Army)",
                        "The DFIR Report",
                        "Alain Homewood",
                        "Joe Wise",
                        "Jeremy Hedges",
                        "Selena Larson, @selenalarson"
                    ],
                    "x_mitre_data_sources": [
                        "File: File Creation",
                        "Network Traffic: Network Traffic Content",
                        "Network Traffic: Network Traffic Flow",
                        "Command: Command Execution",
                        "Network Traffic: Network Connection Creation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor for file creation and files transferred into the network. Unusual processes with external network connections creating files on-system may be suspicious. Use of utilities, such as [ftp](https://attack.mitre.org/software/S0095), that does not normally occur may also be suspicious.\n\nAnalyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Specifically, for the finger utility on Windows and Linux systems, monitor command line or terminal execution for the finger command. Monitor network activity for TCP port 79, which is used by the finger utility, and Windows <code>netsh interface portproxy</code> modifications to well-known ports such as 80 and 443. Furthermore, monitor file system for the download/creation and execution of suspicious files, which may indicate adversary-downloaded payloads. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.(Citation: University of Birmingham C2)",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows",
                        "Network"
                    ],
                    "x_mitre_version": "2.4",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 15:08:01.731000+00:00\", \"old_value\": \"2023-10-03 21:27:20.702000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may transfer tools or other files from an external system into a compromised environment. Tools or files may be copied from an external adversary-controlled system to the victim network through the command and control channel or through alternate protocols such as [ftp](https://attack.mitre.org/software/S0095). Once present, adversaries may also transfer/spread tools between victim devices within a compromised environment (i.e. [Lateral Tool Transfer](https://attack.mitre.org/techniques/T1570)). \\n\\nOn Windows, adversaries may use various utilities to download tools, such as `copy`, `finger`, [certutil](https://attack.mitre.org/software/S0160), and [PowerShell](https://attack.mitre.org/techniques/T1059/001) commands such as <code>IEX(New-Object Net.WebClient).downloadString()</code> and <code>Invoke-WebRequest</code>. On Linux and macOS systems, a variety of utilities also exist, such as `curl`, `scp`, `sftp`, `tftp`, `rsync`, `finger`, and `wget`.(Citation: t1105_lolbas)\\n\\nAdversaries may also abuse installers and package managers, such as `yum` or `winget`, to download tools to victim hosts. Adversaries have also abused file application features, such as the Windows `search-ms` protocol handler, to deliver malicious files to victims through remote file searches invoked by [User Execution](https://attack.mitre.org/techniques/T1204) (typically after interacting with [Phishing](https://attack.mitre.org/techniques/T1566) lures).(Citation: T1105: Trellix_search-ms)\\n\\nFiles can also be transferred using various [Web Service](https://attack.mitre.org/techniques/T1102)s as well as native or otherwise present tools on the victim system.(Citation: PTSecurity Cobalt Dec 2016) In some cases, adversaries may be able to leverage services that sync between a web-based and an on-premises client, such as Dropbox or OneDrive, to transfer files onto victim systems. For example, by compromising a cloud account and logging into the service's web portal, an adversary may be able to trigger an automatic syncing process that transfers the file onto the victim's machine.(Citation: Dropbox Malware Sync)\", \"old_value\": \"Adversaries may transfer tools or other files from an external system into a compromised environment. Tools or files may be copied from an external adversary-controlled system to the victim network through the command and control channel or through alternate protocols such as [ftp](https://attack.mitre.org/software/S0095). Once present, adversaries may also transfer/spread tools between victim devices within a compromised environment (i.e. [Lateral Tool Transfer](https://attack.mitre.org/techniques/T1570)). \\n\\nOn Windows, adversaries may use various utilities to download tools, such as `copy`, `finger`, [certutil](https://attack.mitre.org/software/S0160), and [PowerShell](https://attack.mitre.org/techniques/T1059/001) commands such as <code>IEX(New-Object Net.WebClient).downloadString()</code> and <code>Invoke-WebRequest</code>. On Linux and macOS systems, a variety of utilities also exist, such as `curl`, `scp`, `sftp`, `tftp`, `rsync`, `finger`, and `wget`.(Citation: t1105_lolbas)\\n\\nAdversaries may also abuse installers and package managers, such as `yum` or `winget`, to download tools to victim hosts.\\n\\nFiles can also be transferred using various [Web Service](https://attack.mitre.org/techniques/T1102)s as well as native or otherwise present tools on the victim system.(Citation: PTSecurity Cobalt Dec 2016) In some cases, adversaries may be able to leverage services that sync between a web-based and an on-premises client, such as Dropbox or OneDrive, to transfer files onto victim systems. For example, by compromising a cloud account and logging into the service's web portal, an adversary may be able to trigger an automatic syncing process that transfers the file onto the victim's machine.(Citation: Dropbox Malware Sync)\", \"diff\": \"--- \\n+++ \\n@@ -2,6 +2,6 @@\\n \\n On Windows, adversaries may use various utilities to download tools, such as `copy`, `finger`, [certutil](https://attack.mitre.org/software/S0160), and [PowerShell](https://attack.mitre.org/techniques/T1059/001) commands such as <code>IEX(New-Object Net.WebClient).downloadString()</code> and <code>Invoke-WebRequest</code>. On Linux and macOS systems, a variety of utilities also exist, such as `curl`, `scp`, `sftp`, `tftp`, `rsync`, `finger`, and `wget`.(Citation: t1105_lolbas)\\n \\n-Adversaries may also abuse installers and package managers, such as `yum` or `winget`, to download tools to victim hosts.\\n+Adversaries may also abuse installers and package managers, such as `yum` or `winget`, to download tools to victim hosts. Adversaries have also abused file application features, such as the Windows `search-ms` protocol handler, to deliver malicious files to victims through remote file searches invoked by [User Execution](https://attack.mitre.org/techniques/T1204) (typically after interacting with [Phishing](https://attack.mitre.org/techniques/T1566) lures).(Citation: T1105: Trellix_search-ms)\\n \\n Files can also be transferred using various [Web Service](https://attack.mitre.org/techniques/T1102)s as well as native or otherwise present tools on the victim system.(Citation: PTSecurity Cobalt Dec 2016) In some cases, adversaries may be able to leverage services that sync between a web-based and an on-premises client, such as Dropbox or OneDrive, to transfer files onto victim systems. For example, by compromising a cloud account and logging into the service's web portal, an adversary may be able to trigger an automatic syncing process that transfers the file onto the victim's machine.(Citation: Dropbox Malware Sync)\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.4\", \"old_value\": \"2.3\"}}, \"iterable_item_added\": {\"root['external_references'][1]\": {\"source_name\": \"T1105: Trellix_search-ms\", \"description\": \" Mathanraj Thangaraju, Sijo Jacob. (2023, July 26). Beyond File Search: A Novel Method for Exploiting the \\\"search-ms\\\" URI Protocol Handler. Retrieved March 15, 2024.\", \"url\": \"https://www.trellix.com/blogs/research/beyond-file-search-a-novel-method/\"}, \"root['x_mitre_contributors'][5]\": \"Joe Wise\", \"root['x_mitre_contributors'][6]\": \"Jeremy Hedges\", \"root['x_mitre_contributors'][7]\": \"Selena Larson, @selenalarson\", \"root['x_mitre_platforms'][3]\": \"Network\"}}",
                    "previous_version": "2.3",
                    "version_change": "2.3 \u2192 2.4",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to10__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to10__0\"><a href=\"#difflib_chg_to10__top\">t</a></td><td class=\"diff_header\" id=\"from10_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;transfer&nbsp;tools&nbsp;or&nbsp;other&nbsp;files&nbsp;from&nbsp;an&nbsp;extern</td><td class=\"diff_next\"><a href=\"#difflib_chg_to10__top\">t</a></td><td class=\"diff_header\" id=\"to10_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;transfer&nbsp;tools&nbsp;or&nbsp;other&nbsp;files&nbsp;from&nbsp;an&nbsp;extern</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">al&nbsp;system&nbsp;into&nbsp;a&nbsp;compromised&nbsp;environment.&nbsp;Tools&nbsp;or&nbsp;files&nbsp;may</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">al&nbsp;system&nbsp;into&nbsp;a&nbsp;compromised&nbsp;environment.&nbsp;Tools&nbsp;or&nbsp;files&nbsp;may</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;be&nbsp;copied&nbsp;from&nbsp;an&nbsp;external&nbsp;adversary-controlled&nbsp;system&nbsp;to&nbsp;t</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;be&nbsp;copied&nbsp;from&nbsp;an&nbsp;external&nbsp;adversary-controlled&nbsp;system&nbsp;to&nbsp;t</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">he&nbsp;victim&nbsp;network&nbsp;through&nbsp;the&nbsp;command&nbsp;and&nbsp;control&nbsp;channel&nbsp;or</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">he&nbsp;victim&nbsp;network&nbsp;through&nbsp;the&nbsp;command&nbsp;and&nbsp;control&nbsp;channel&nbsp;or</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;through&nbsp;alternate&nbsp;protocols&nbsp;such&nbsp;as&nbsp;[ftp](https://attack.mi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;through&nbsp;alternate&nbsp;protocols&nbsp;such&nbsp;as&nbsp;[ftp](https://attack.mi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tre.org/software/S0095).&nbsp;Once&nbsp;present,&nbsp;adversaries&nbsp;may&nbsp;also&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tre.org/software/S0095).&nbsp;Once&nbsp;present,&nbsp;adversaries&nbsp;may&nbsp;also&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">transfer/spread&nbsp;tools&nbsp;between&nbsp;victim&nbsp;devices&nbsp;within&nbsp;a&nbsp;compro</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">transfer/spread&nbsp;tools&nbsp;between&nbsp;victim&nbsp;devices&nbsp;within&nbsp;a&nbsp;compro</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">mised&nbsp;environment&nbsp;(i.e.&nbsp;[Lateral&nbsp;Tool&nbsp;Transfer](https://atta</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">mised&nbsp;environment&nbsp;(i.e.&nbsp;[Lateral&nbsp;Tool&nbsp;Transfer](https://atta</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ck.mitre.org/techniques/T1570)).&nbsp;&nbsp;&nbsp;On&nbsp;Windows,&nbsp;adversaries&nbsp;m</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ck.mitre.org/techniques/T1570)).&nbsp;&nbsp;&nbsp;On&nbsp;Windows,&nbsp;adversaries&nbsp;m</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ay&nbsp;use&nbsp;various&nbsp;utilities&nbsp;to&nbsp;download&nbsp;tools,&nbsp;such&nbsp;as&nbsp;`copy`,&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ay&nbsp;use&nbsp;various&nbsp;utilities&nbsp;to&nbsp;download&nbsp;tools,&nbsp;such&nbsp;as&nbsp;`copy`,&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">`finger`,&nbsp;[certutil](https://attack.mitre.org/software/S0160</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">`finger`,&nbsp;[certutil](https://attack.mitre.org/software/S0160</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">),&nbsp;and&nbsp;[PowerShell](https://attack.mitre.org/techniques/T105</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">),&nbsp;and&nbsp;[PowerShell](https://attack.mitre.org/techniques/T105</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">9/001)&nbsp;commands&nbsp;such&nbsp;as&nbsp;&lt;code&gt;IEX(New-Object&nbsp;Net.WebClient).</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">9/001)&nbsp;commands&nbsp;such&nbsp;as&nbsp;&lt;code&gt;IEX(New-Object&nbsp;Net.WebClient).</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">downloadString()&lt;/code&gt;&nbsp;and&nbsp;&lt;code&gt;Invoke-WebRequest&lt;/code&gt;.&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">downloadString()&lt;/code&gt;&nbsp;and&nbsp;&lt;code&gt;Invoke-WebRequest&lt;/code&gt;.&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">On&nbsp;Linux&nbsp;and&nbsp;macOS&nbsp;systems,&nbsp;a&nbsp;variety&nbsp;of&nbsp;utilities&nbsp;also&nbsp;exis</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">On&nbsp;Linux&nbsp;and&nbsp;macOS&nbsp;systems,&nbsp;a&nbsp;variety&nbsp;of&nbsp;utilities&nbsp;also&nbsp;exis</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">t,&nbsp;such&nbsp;as&nbsp;`curl`,&nbsp;`scp`,&nbsp;`sftp`,&nbsp;`tftp`,&nbsp;`rsync`,&nbsp;`finger`,</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">t,&nbsp;such&nbsp;as&nbsp;`curl`,&nbsp;`scp`,&nbsp;`sftp`,&nbsp;`tftp`,&nbsp;`rsync`,&nbsp;`finger`,</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;and&nbsp;`wget`.(Citation:&nbsp;t1105_lolbas)&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;a</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;and&nbsp;`wget`.(Citation:&nbsp;t1105_lolbas)&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;a</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">buse&nbsp;installers&nbsp;and&nbsp;package&nbsp;managers,&nbsp;such&nbsp;as&nbsp;`yum`&nbsp;or&nbsp;`wing</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">buse&nbsp;installers&nbsp;and&nbsp;package&nbsp;managers,&nbsp;such&nbsp;as&nbsp;`yum`&nbsp;or&nbsp;`wing</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">et`,&nbsp;to&nbsp;download&nbsp;tools&nbsp;to&nbsp;victim&nbsp;hosts.&nbsp;&nbsp;Files&nbsp;can&nbsp;also&nbsp;be&nbsp;t</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">et`,&nbsp;to&nbsp;download&nbsp;tools&nbsp;to&nbsp;victim&nbsp;hosts.<span class=\"diff_add\">&nbsp;Adversaries&nbsp;have&nbsp;als</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ransferred&nbsp;using&nbsp;various&nbsp;[Web&nbsp;Service](https://attack.mitre.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">o&nbsp;abused&nbsp;file&nbsp;application&nbsp;features,&nbsp;such&nbsp;as&nbsp;the&nbsp;Windows&nbsp;`sea</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">org/techniques/T1102)s&nbsp;as&nbsp;well&nbsp;as&nbsp;native&nbsp;or&nbsp;otherwise&nbsp;presen</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">rch-ms`&nbsp;protocol&nbsp;handler,&nbsp;to&nbsp;deliver&nbsp;malicious&nbsp;files&nbsp;to&nbsp;vict</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">t&nbsp;tools&nbsp;on&nbsp;the&nbsp;victim&nbsp;system.(Citation:&nbsp;PTSecurity&nbsp;Cobalt&nbsp;De</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ims&nbsp;through&nbsp;remote&nbsp;file&nbsp;searches&nbsp;invoked&nbsp;by&nbsp;[User&nbsp;Execution]</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">c&nbsp;2016)&nbsp;In&nbsp;some&nbsp;cases,&nbsp;adversaries&nbsp;may&nbsp;be&nbsp;able&nbsp;to&nbsp;leverage&nbsp;s</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">(https://attack.mitre.org/techniques/T1204)&nbsp;(typically&nbsp;after</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ervices&nbsp;that&nbsp;sync&nbsp;between&nbsp;a&nbsp;web-based&nbsp;and&nbsp;an&nbsp;on-premises&nbsp;cli</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;interacting&nbsp;with&nbsp;[Phishing](https://attack.mitre.org/techni</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ent,&nbsp;such&nbsp;as&nbsp;Dropbox&nbsp;or&nbsp;OneDrive,&nbsp;to&nbsp;transfer&nbsp;files&nbsp;onto&nbsp;vic</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ques/T1566)&nbsp;lures).(Citation:&nbsp;T1105:&nbsp;Trellix_search-ms)</span>&nbsp;&nbsp;Fil</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tim&nbsp;systems.&nbsp;For&nbsp;example,&nbsp;by&nbsp;compromising&nbsp;a&nbsp;cloud&nbsp;account&nbsp;an</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">es&nbsp;can&nbsp;also&nbsp;be&nbsp;transferred&nbsp;using&nbsp;various&nbsp;[Web&nbsp;Service](https</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d&nbsp;logging&nbsp;into&nbsp;the&nbsp;service's&nbsp;web&nbsp;portal,&nbsp;an&nbsp;adversary&nbsp;may&nbsp;be</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">://attack.mitre.org/techniques/T1102)s&nbsp;as&nbsp;well&nbsp;as&nbsp;native&nbsp;or&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;able&nbsp;to&nbsp;trigger&nbsp;an&nbsp;automatic&nbsp;syncing&nbsp;process&nbsp;that&nbsp;transfers</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">otherwise&nbsp;present&nbsp;tools&nbsp;on&nbsp;the&nbsp;victim&nbsp;system.(Citation:&nbsp;PTSe</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;the&nbsp;file&nbsp;onto&nbsp;the&nbsp;victim's&nbsp;machine.(Citation:&nbsp;Dropbox&nbsp;Malwa</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">curity&nbsp;Cobalt&nbsp;Dec&nbsp;2016)&nbsp;In&nbsp;some&nbsp;cases,&nbsp;adversaries&nbsp;may&nbsp;be&nbsp;ab</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">re&nbsp;Sync)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">le&nbsp;to&nbsp;leverage&nbsp;services&nbsp;that&nbsp;sync&nbsp;between&nbsp;a&nbsp;web-based&nbsp;and&nbsp;an</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;on-premises&nbsp;client,&nbsp;such&nbsp;as&nbsp;Dropbox&nbsp;or&nbsp;OneDrive,&nbsp;to&nbsp;transfe</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">r&nbsp;files&nbsp;onto&nbsp;victim&nbsp;systems.&nbsp;For&nbsp;example,&nbsp;by&nbsp;compromising&nbsp;a&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">cloud&nbsp;account&nbsp;and&nbsp;logging&nbsp;into&nbsp;the&nbsp;service's&nbsp;web&nbsp;portal,&nbsp;an&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">adversary&nbsp;may&nbsp;be&nbsp;able&nbsp;to&nbsp;trigger&nbsp;an&nbsp;automatic&nbsp;syncing&nbsp;proces</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;that&nbsp;transfers&nbsp;the&nbsp;file&nbsp;onto&nbsp;the&nbsp;victim's&nbsp;machine.(Citatio</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n:&nbsp;Dropbox&nbsp;Malware&nbsp;Sync)</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1031: Network Intrusion Prevention"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0017: Command (Command Execution)",
                            "DS0022: File (File Creation)",
                            "DS0029: Network Traffic (Network Connection Creation)",
                            "DS0029: Network Traffic (Network Traffic Content)",
                            "DS0029: Network Traffic (Network Traffic Flow)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--f5d8eed6-48a9-4cdf-a3d7-d1ffa99c3d2a",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-04-02 13:54:43.136000+00:00",
                    "modified": "2024-04-12 02:30:08.379000+00:00",
                    "name": "Inhibit System Recovery",
                    "description": "Adversaries may delete or remove built-in data and turn off services designed to aid in the recovery of a corrupted system to prevent recovery.(Citation: Talos Olympic Destroyer 2018)(Citation: FireEye WannaCry 2017) This may deny access to available backups and recovery options.\n\nOperating systems may contain features that can help fix corrupted systems, such as a backup catalog, volume shadow copies, and automatic repair features. Adversaries may disable or delete system recovery features to augment the effects of [Data Destruction](https://attack.mitre.org/techniques/T1485) and [Data Encrypted for Impact](https://attack.mitre.org/techniques/T1486).(Citation: Talos Olympic Destroyer 2018)(Citation: FireEye WannaCry 2017) Furthermore, adversaries may disable recovery notifications, then corrupt backups.(Citation: disable_notif_synology_ransom)\n\nA number of native Windows utilities have been used by adversaries to disable or delete system recovery features:\n\n* <code>vssadmin.exe</code> can be used to delete all volume shadow copies on a system - <code>vssadmin.exe delete shadows /all /quiet</code>\n* [Windows Management Instrumentation](https://attack.mitre.org/techniques/T1047) can be used to delete volume shadow copies - <code>wmic shadowcopy delete</code>\n* <code>wbadmin.exe</code> can be used to delete the Windows Backup Catalog - <code>wbadmin.exe delete catalog -quiet</code>\n* <code>bcdedit.exe</code> can be used to disable automatic Windows recovery features by modifying boot configuration data - <code>bcdedit.exe /set {default} bootstatuspolicy ignoreallfailures & bcdedit /set {default} recoveryenabled no</code>\n* <code>REAgentC.exe</code> can be used to disable Windows Recovery Environment (WinRE) repair/recovery options of an infected system\n* <code>diskshadow.exe</code> can be used to delete all volume shadow copies on a system - <code>diskshadow delete shadows all</code> (Citation: Diskshadow) (Citation: Crytox Ransomware)\n\nOn network devices, adversaries may leverage [Disk Wipe](https://attack.mitre.org/techniques/T1561) to delete backup firmware images and reformat the file system, then [System Shutdown/Reboot](https://attack.mitre.org/techniques/T1529) to reload the device. Together this activity may leave network devices completely inoperable and inhibit recovery operations.\n\nAdversaries may also delete \u201conline\u201d backups that are connected to their network \u2013 whether via network storage media or through folders that sync to cloud services.(Citation: ZDNet Ransomware Backups 2020) In cloud environments, adversaries may disable versioning and backup policies and delete snapshots, machine images, and prior versions of objects designed to be used in disaster recovery scenarios.(Citation: Dark Reading Code Spaces Cyber Attack)(Citation: Rhino Security Labs AWS S3 Ransomware)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "impact"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1490",
                            "external_id": "T1490"
                        },
                        {
                            "source_name": "Dark Reading Code Spaces Cyber Attack",
                            "description": " Brian Prince. (2014, June 20). Code Hosting Service Shuts Down After Cyber Attack. Retrieved March 21, 2023.",
                            "url": "https://www.darkreading.com/attacks-breaches/code-hosting-service-shuts-down-after-cyber-attack"
                        },
                        {
                            "source_name": "FireEye WannaCry 2017",
                            "description": "Berry, A., Homan, J., and Eitzman, R. (2017, May 23). WannaCry Malware Profile. Retrieved March 15, 2019.",
                            "url": "https://www.fireeye.com/blog/threat-research/2017/05/wannacry-malware-profile.html"
                        },
                        {
                            "source_name": "Talos Olympic Destroyer 2018",
                            "description": "Mercer, W. and Rascagneres, P. (2018, February 12). Olympic Destroyer Takes Aim At Winter Olympics. Retrieved March 14, 2019.",
                            "url": "https://blog.talosintelligence.com/2018/02/olympic-destroyer.html"
                        },
                        {
                            "source_name": "Diskshadow",
                            "description": "Microsoft Windows Server. (2023, February 3). Diskshadow. Retrieved November 21, 2023.",
                            "url": "https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/diskshadow"
                        },
                        {
                            "source_name": "Crytox Ransomware",
                            "description": "Romain Dumont . (2022, September 21). Technical Analysis of Crytox Ransomware. Retrieved November 22, 2023.",
                            "url": "https://www.zscaler.com/blogs/security-research/technical-analysis-crytox-ransomware"
                        },
                        {
                            "source_name": "Rhino Security Labs AWS S3 Ransomware",
                            "description": "Spencer Gietzen. (n.d.). AWS Simple Storage Service S3 Ransomware Part 2: Prevention and Defense. Retrieved March 21, 2023.",
                            "url": "https://rhinosecuritylabs.com/aws/s3-ransomware-part-2-prevention-and-defense/"
                        },
                        {
                            "source_name": "ZDNet Ransomware Backups 2020",
                            "description": "Steve Ranger. (2020, February 27). Ransomware victims thought their backups were safe. They were wrong. Retrieved March 21, 2023.",
                            "url": "https://www.zdnet.com/article/ransomware-victims-thought-their-backups-were-safe-they-were-wrong/"
                        },
                        {
                            "source_name": "disable_notif_synology_ransom",
                            "description": "TheDFIRReport. (2022, March 1). Disabling notifications on Synology servers before ransom. Retrieved October 19, 2022.",
                            "url": "https://twitter.com/TheDFIRReport/status/1498657590259109894"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Yonatan Gotlib, Deep Instinct",
                        "Austin Clark, @c2defense",
                        "Pallavi Sivakumaran, WithSecure",
                        "Joey Lei",
                        "Harjot Shah Singh"
                    ],
                    "x_mitre_data_sources": [
                        "Process: Process Creation",
                        "Windows Registry: Windows Registry Key Modification",
                        "Cloud Storage: Cloud Storage Deletion",
                        "Command: Command Execution",
                        "Service: Service Metadata",
                        "Snapshot: Snapshot Deletion",
                        "File: File Deletion"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Use process monitoring to monitor the execution and command line parameters of binaries involved in inhibiting system recovery, such as vssadmin, wbadmin, bcdedit, REAgentC, and diskshadow. The Windows event logs, ex. Event ID 524 indicating a system catalog was deleted, may contain entries associated with suspicious activity.\n\nMonitor the status of services involved in system recovery. Monitor the registry for changes associated with system recovery features (ex: the creation of <code>HKEY_CURRENT_USER\\Software\\Policies\\Microsoft\\PreviousVersions\\DisableLocalPage</code>).\n\nFor network infrastructure devices, collect AAA logging to monitor for `erase`, `format`, and `reload` commands being run in succession.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_impact_type": [
                        "Availability"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows",
                        "macOS",
                        "Linux",
                        "Network",
                        "IaaS",
                        "Containers"
                    ],
                    "x_mitre_version": "1.4",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-12 02:30:08.379000+00:00\", \"old_value\": \"2023-10-03 17:30:59.482000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may delete or remove built-in data and turn off services designed to aid in the recovery of a corrupted system to prevent recovery.(Citation: Talos Olympic Destroyer 2018)(Citation: FireEye WannaCry 2017) This may deny access to available backups and recovery options.\\n\\nOperating systems may contain features that can help fix corrupted systems, such as a backup catalog, volume shadow copies, and automatic repair features. Adversaries may disable or delete system recovery features to augment the effects of [Data Destruction](https://attack.mitre.org/techniques/T1485) and [Data Encrypted for Impact](https://attack.mitre.org/techniques/T1486).(Citation: Talos Olympic Destroyer 2018)(Citation: FireEye WannaCry 2017) Furthermore, adversaries may disable recovery notifications, then corrupt backups.(Citation: disable_notif_synology_ransom)\\n\\nA number of native Windows utilities have been used by adversaries to disable or delete system recovery features:\\n\\n* <code>vssadmin.exe</code> can be used to delete all volume shadow copies on a system - <code>vssadmin.exe delete shadows /all /quiet</code>\\n* [Windows Management Instrumentation](https://attack.mitre.org/techniques/T1047) can be used to delete volume shadow copies - <code>wmic shadowcopy delete</code>\\n* <code>wbadmin.exe</code> can be used to delete the Windows Backup Catalog - <code>wbadmin.exe delete catalog -quiet</code>\\n* <code>bcdedit.exe</code> can be used to disable automatic Windows recovery features by modifying boot configuration data - <code>bcdedit.exe /set {default} bootstatuspolicy ignoreallfailures & bcdedit /set {default} recoveryenabled no</code>\\n* <code>REAgentC.exe</code> can be used to disable Windows Recovery Environment (WinRE) repair/recovery options of an infected system\\n* <code>diskshadow.exe</code> can be used to delete all volume shadow copies on a system - <code>diskshadow delete shadows all</code> (Citation: Diskshadow) (Citation: Crytox Ransomware)\\n\\nOn network devices, adversaries may leverage [Disk Wipe](https://attack.mitre.org/techniques/T1561) to delete backup firmware images and reformat the file system, then [System Shutdown/Reboot](https://attack.mitre.org/techniques/T1529) to reload the device. Together this activity may leave network devices completely inoperable and inhibit recovery operations.\\n\\nAdversaries may also delete \\u201conline\\u201d backups that are connected to their network \\u2013 whether via network storage media or through folders that sync to cloud services.(Citation: ZDNet Ransomware Backups 2020) In cloud environments, adversaries may disable versioning and backup policies and delete snapshots, machine images, and prior versions of objects designed to be used in disaster recovery scenarios.(Citation: Dark Reading Code Spaces Cyber Attack)(Citation: Rhino Security Labs AWS S3 Ransomware)\", \"old_value\": \"Adversaries may delete or remove built-in data and turn off services designed to aid in the recovery of a corrupted system to prevent recovery.(Citation: Talos Olympic Destroyer 2018)(Citation: FireEye WannaCry 2017) This may deny access to available backups and recovery options.\\n\\nOperating systems may contain features that can help fix corrupted systems, such as a backup catalog, volume shadow copies, and automatic repair features. Adversaries may disable or delete system recovery features to augment the effects of [Data Destruction](https://attack.mitre.org/techniques/T1485) and [Data Encrypted for Impact](https://attack.mitre.org/techniques/T1486).(Citation: Talos Olympic Destroyer 2018)(Citation: FireEye WannaCry 2017) Furthermore, adversaries may disable recovery notifications, then corrupt backups.(Citation: disable_notif_synology_ransom)\\n\\nA number of native Windows utilities have been used by adversaries to disable or delete system recovery features:\\n\\n* <code>vssadmin.exe</code> can be used to delete all volume shadow copies on a system - <code>vssadmin.exe delete shadows /all /quiet</code>\\n* [Windows Management Instrumentation](https://attack.mitre.org/techniques/T1047) can be used to delete volume shadow copies - <code>wmic shadowcopy delete</code>\\n* <code>wbadmin.exe</code> can be used to delete the Windows Backup Catalog - <code>wbadmin.exe delete catalog -quiet</code>\\n* <code>bcdedit.exe</code> can be used to disable automatic Windows recovery features by modifying boot configuration data - <code>bcdedit.exe /set {default} bootstatuspolicy ignoreallfailures & bcdedit /set {default} recoveryenabled no</code>\\n* <code>REAgentC.exe</code> can be used to disable Windows Recovery Environment (WinRE) repair/recovery options of an infected system\\n\\nOn network devices, adversaries may leverage [Disk Wipe](https://attack.mitre.org/techniques/T1561) to delete backup firmware images and reformat the file system, then [System Shutdown/Reboot](https://attack.mitre.org/techniques/T1529) to reload the device. Together this activity may leave network devices completely inoperable and inhibit recovery operations.\\n\\nAdversaries may also delete \\u201conline\\u201d backups that are connected to their network \\u2013 whether via network storage media or through folders that sync to cloud services.(Citation: ZDNet Ransomware Backups 2020) In cloud environments, adversaries may disable versioning and backup policies and delete snapshots, machine images, and prior versions of objects designed to be used in disaster recovery scenarios.(Citation: Dark Reading Code Spaces Cyber Attack)(Citation: Rhino Security Labs AWS S3 Ransomware)\", \"diff\": \"--- \\n+++ \\n@@ -9,6 +9,7 @@\\n * <code>wbadmin.exe</code> can be used to delete the Windows Backup Catalog - <code>wbadmin.exe delete catalog -quiet</code>\\n * <code>bcdedit.exe</code> can be used to disable automatic Windows recovery features by modifying boot configuration data - <code>bcdedit.exe /set {default} bootstatuspolicy ignoreallfailures & bcdedit /set {default} recoveryenabled no</code>\\n * <code>REAgentC.exe</code> can be used to disable Windows Recovery Environment (WinRE) repair/recovery options of an infected system\\n+* <code>diskshadow.exe</code> can be used to delete all volume shadow copies on a system - <code>diskshadow delete shadows all</code> (Citation: Diskshadow) (Citation: Crytox Ransomware)\\n \\n On network devices, adversaries may leverage [Disk Wipe](https://attack.mitre.org/techniques/T1561) to delete backup firmware images and reformat the file system, then [System Shutdown/Reboot](https://attack.mitre.org/techniques/T1529) to reload the device. Together this activity may leave network devices completely inoperable and inhibit recovery operations.\\n \"}, \"root['x_mitre_detection']\": {\"new_value\": \"Use process monitoring to monitor the execution and command line parameters of binaries involved in inhibiting system recovery, such as vssadmin, wbadmin, bcdedit, REAgentC, and diskshadow. The Windows event logs, ex. Event ID 524 indicating a system catalog was deleted, may contain entries associated with suspicious activity.\\n\\nMonitor the status of services involved in system recovery. Monitor the registry for changes associated with system recovery features (ex: the creation of <code>HKEY_CURRENT_USER\\\\Software\\\\Policies\\\\Microsoft\\\\PreviousVersions\\\\DisableLocalPage</code>).\\n\\nFor network infrastructure devices, collect AAA logging to monitor for `erase`, `format`, and `reload` commands being run in succession.\", \"old_value\": \"Use process monitoring to monitor the execution and command line parameters of binaries involved in inhibiting system recovery, such as vssadmin, wbadmin, bcdedit and REAgentC. The Windows event logs, ex. Event ID 524 indicating a system catalog was deleted, may contain entries associated with suspicious activity.\\n\\nMonitor the status of services involved in system recovery. Monitor the registry for changes associated with system recovery features (ex: the creation of <code>HKEY_CURRENT_USER\\\\Software\\\\Policies\\\\Microsoft\\\\PreviousVersions\\\\DisableLocalPage</code>).\\n\\nFor network infrastructure devices, collect AAA logging to monitor for `erase`, `format`, and `reload` commands being run in succession.\", \"diff\": \"--- \\n+++ \\n@@ -1,4 +1,4 @@\\n-Use process monitoring to monitor the execution and command line parameters of binaries involved in inhibiting system recovery, such as vssadmin, wbadmin, bcdedit and REAgentC. The Windows event logs, ex. Event ID 524 indicating a system catalog was deleted, may contain entries associated with suspicious activity.\\n+Use process monitoring to monitor the execution and command line parameters of binaries involved in inhibiting system recovery, such as vssadmin, wbadmin, bcdedit, REAgentC, and diskshadow. The Windows event logs, ex. Event ID 524 indicating a system catalog was deleted, may contain entries associated with suspicious activity.\\n \\n Monitor the status of services involved in system recovery. Monitor the registry for changes associated with system recovery features (ex: the creation of <code>HKEY_CURRENT_USER\\\\Software\\\\Policies\\\\Microsoft\\\\PreviousVersions\\\\DisableLocalPage</code>).\\n \"}, \"root['x_mitre_version']\": {\"new_value\": \"1.4\", \"old_value\": \"1.3\"}}, \"iterable_item_added\": {\"root['external_references'][4]\": {\"source_name\": \"Diskshadow\", \"description\": \"Microsoft Windows Server. (2023, February 3). Diskshadow. Retrieved November 21, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/diskshadow\"}, \"root['external_references'][5]\": {\"source_name\": \"Crytox Ransomware\", \"description\": \"Romain Dumont . (2022, September 21). Technical Analysis of Crytox Ransomware. Retrieved November 22, 2023.\", \"url\": \"https://www.zscaler.com/blogs/security-research/technical-analysis-crytox-ransomware\"}, \"root['x_mitre_contributors'][4]\": \"Harjot Shah Singh\"}}",
                    "previous_version": "1.3",
                    "version_change": "1.3 \u2192 1.4",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to86__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to86__0\"><a href=\"#difflib_chg_to86__top\">t</a></td><td class=\"diff_header\" id=\"from86_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;delete&nbsp;or&nbsp;remove&nbsp;built-in&nbsp;data&nbsp;and&nbsp;turn&nbsp;off&nbsp;</td><td class=\"diff_next\"><a href=\"#difflib_chg_to86__top\">t</a></td><td class=\"diff_header\" id=\"to86_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;delete&nbsp;or&nbsp;remove&nbsp;built-in&nbsp;data&nbsp;and&nbsp;turn&nbsp;off&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">services&nbsp;designed&nbsp;to&nbsp;aid&nbsp;in&nbsp;the&nbsp;recovery&nbsp;of&nbsp;a&nbsp;corrupted&nbsp;syst</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">services&nbsp;designed&nbsp;to&nbsp;aid&nbsp;in&nbsp;the&nbsp;recovery&nbsp;of&nbsp;a&nbsp;corrupted&nbsp;syst</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">em&nbsp;to&nbsp;prevent&nbsp;recovery.(Citation:&nbsp;Talos&nbsp;Olympic&nbsp;Destroyer&nbsp;20</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">em&nbsp;to&nbsp;prevent&nbsp;recovery.(Citation:&nbsp;Talos&nbsp;Olympic&nbsp;Destroyer&nbsp;20</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">18)(Citation:&nbsp;FireEye&nbsp;WannaCry&nbsp;2017)&nbsp;This&nbsp;may&nbsp;deny&nbsp;access&nbsp;to</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">18)(Citation:&nbsp;FireEye&nbsp;WannaCry&nbsp;2017)&nbsp;This&nbsp;may&nbsp;deny&nbsp;access&nbsp;to</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;available&nbsp;backups&nbsp;and&nbsp;recovery&nbsp;options.&nbsp;&nbsp;Operating&nbsp;systems&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;available&nbsp;backups&nbsp;and&nbsp;recovery&nbsp;options.&nbsp;&nbsp;Operating&nbsp;systems&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">may&nbsp;contain&nbsp;features&nbsp;that&nbsp;can&nbsp;help&nbsp;fix&nbsp;corrupted&nbsp;systems,&nbsp;su</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">may&nbsp;contain&nbsp;features&nbsp;that&nbsp;can&nbsp;help&nbsp;fix&nbsp;corrupted&nbsp;systems,&nbsp;su</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ch&nbsp;as&nbsp;a&nbsp;backup&nbsp;catalog,&nbsp;volume&nbsp;shadow&nbsp;copies,&nbsp;and&nbsp;automatic&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ch&nbsp;as&nbsp;a&nbsp;backup&nbsp;catalog,&nbsp;volume&nbsp;shadow&nbsp;copies,&nbsp;and&nbsp;automatic&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">repair&nbsp;features.&nbsp;Adversaries&nbsp;may&nbsp;disable&nbsp;or&nbsp;delete&nbsp;system&nbsp;re</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">repair&nbsp;features.&nbsp;Adversaries&nbsp;may&nbsp;disable&nbsp;or&nbsp;delete&nbsp;system&nbsp;re</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">covery&nbsp;features&nbsp;to&nbsp;augment&nbsp;the&nbsp;effects&nbsp;of&nbsp;[Data&nbsp;Destruction]</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">covery&nbsp;features&nbsp;to&nbsp;augment&nbsp;the&nbsp;effects&nbsp;of&nbsp;[Data&nbsp;Destruction]</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">(https://attack.mitre.org/techniques/T1485)&nbsp;and&nbsp;[Data&nbsp;Encryp</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">(https://attack.mitre.org/techniques/T1485)&nbsp;and&nbsp;[Data&nbsp;Encryp</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ted&nbsp;for&nbsp;Impact](https://attack.mitre.org/techniques/T1486).(</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ted&nbsp;for&nbsp;Impact](https://attack.mitre.org/techniques/T1486).(</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Citation:&nbsp;Talos&nbsp;Olympic&nbsp;Destroyer&nbsp;2018)(Citation:&nbsp;FireEye&nbsp;Wa</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Citation:&nbsp;Talos&nbsp;Olympic&nbsp;Destroyer&nbsp;2018)(Citation:&nbsp;FireEye&nbsp;Wa</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nnaCry&nbsp;2017)&nbsp;Furthermore,&nbsp;adversaries&nbsp;may&nbsp;disable&nbsp;recovery&nbsp;n</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nnaCry&nbsp;2017)&nbsp;Furthermore,&nbsp;adversaries&nbsp;may&nbsp;disable&nbsp;recovery&nbsp;n</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">otifications,&nbsp;then&nbsp;corrupt&nbsp;backups.(Citation:&nbsp;disable_notif_</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">otifications,&nbsp;then&nbsp;corrupt&nbsp;backups.(Citation:&nbsp;disable_notif_</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">synology_ransom)&nbsp;&nbsp;A&nbsp;number&nbsp;of&nbsp;native&nbsp;Windows&nbsp;utilities&nbsp;have&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">synology_ransom)&nbsp;&nbsp;A&nbsp;number&nbsp;of&nbsp;native&nbsp;Windows&nbsp;utilities&nbsp;have&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">been&nbsp;used&nbsp;by&nbsp;adversaries&nbsp;to&nbsp;disable&nbsp;or&nbsp;delete&nbsp;system&nbsp;recover</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">been&nbsp;used&nbsp;by&nbsp;adversaries&nbsp;to&nbsp;disable&nbsp;or&nbsp;delete&nbsp;system&nbsp;recover</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">y&nbsp;features:&nbsp;&nbsp;*&nbsp;&lt;code&gt;vssadmin.exe&lt;/code&gt;&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;dele</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">y&nbsp;features:&nbsp;&nbsp;*&nbsp;&lt;code&gt;vssadmin.exe&lt;/code&gt;&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;dele</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">te&nbsp;all&nbsp;volume&nbsp;shadow&nbsp;copies&nbsp;on&nbsp;a&nbsp;system&nbsp;-&nbsp;&lt;code&gt;vssadmin.exe</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">te&nbsp;all&nbsp;volume&nbsp;shadow&nbsp;copies&nbsp;on&nbsp;a&nbsp;system&nbsp;-&nbsp;&lt;code&gt;vssadmin.exe</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;delete&nbsp;shadows&nbsp;/all&nbsp;/quiet&lt;/code&gt;&nbsp;*&nbsp;[Windows&nbsp;Management&nbsp;Ins</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;delete&nbsp;shadows&nbsp;/all&nbsp;/quiet&lt;/code&gt;&nbsp;*&nbsp;[Windows&nbsp;Management&nbsp;Ins</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">trumentation](https://attack.mitre.org/techniques/T1047)&nbsp;can</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">trumentation](https://attack.mitre.org/techniques/T1047)&nbsp;can</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;be&nbsp;used&nbsp;to&nbsp;delete&nbsp;volume&nbsp;shadow&nbsp;copies&nbsp;-&nbsp;&lt;code&gt;wmic&nbsp;shadowc</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;be&nbsp;used&nbsp;to&nbsp;delete&nbsp;volume&nbsp;shadow&nbsp;copies&nbsp;-&nbsp;&lt;code&gt;wmic&nbsp;shadowc</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">opy&nbsp;delete&lt;/code&gt;&nbsp;*&nbsp;&lt;code&gt;wbadmin.exe&lt;/code&gt;&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">opy&nbsp;delete&lt;/code&gt;&nbsp;*&nbsp;&lt;code&gt;wbadmin.exe&lt;/code&gt;&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">delete&nbsp;the&nbsp;Windows&nbsp;Backup&nbsp;Catalog&nbsp;-&nbsp;&lt;code&gt;wbadmin.exe&nbsp;delete</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">delete&nbsp;the&nbsp;Windows&nbsp;Backup&nbsp;Catalog&nbsp;-&nbsp;&lt;code&gt;wbadmin.exe&nbsp;delete</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;catalog&nbsp;-quiet&lt;/code&gt;&nbsp;*&nbsp;&lt;code&gt;bcdedit.exe&lt;/code&gt;&nbsp;can&nbsp;be&nbsp;use</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;catalog&nbsp;-quiet&lt;/code&gt;&nbsp;*&nbsp;&lt;code&gt;bcdedit.exe&lt;/code&gt;&nbsp;can&nbsp;be&nbsp;use</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d&nbsp;to&nbsp;disable&nbsp;automatic&nbsp;Windows&nbsp;recovery&nbsp;features&nbsp;by&nbsp;modifyin</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d&nbsp;to&nbsp;disable&nbsp;automatic&nbsp;Windows&nbsp;recovery&nbsp;features&nbsp;by&nbsp;modifyin</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">g&nbsp;boot&nbsp;configuration&nbsp;data&nbsp;-&nbsp;&lt;code&gt;bcdedit.exe&nbsp;/set&nbsp;{default}</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">g&nbsp;boot&nbsp;configuration&nbsp;data&nbsp;-&nbsp;&lt;code&gt;bcdedit.exe&nbsp;/set&nbsp;{default}</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;bootstatuspolicy&nbsp;ignoreallfailures&nbsp;&amp;&nbsp;bcdedit&nbsp;/set&nbsp;{default}</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;bootstatuspolicy&nbsp;ignoreallfailures&nbsp;&amp;&nbsp;bcdedit&nbsp;/set&nbsp;{default}</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;recoveryenabled&nbsp;no&lt;/code&gt;&nbsp;*&nbsp;&lt;code&gt;REAgentC.exe&lt;/code&gt;&nbsp;can&nbsp;b</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;recoveryenabled&nbsp;no&lt;/code&gt;&nbsp;*&nbsp;&lt;code&gt;REAgentC.exe&lt;/code&gt;&nbsp;can&nbsp;b</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;used&nbsp;to&nbsp;disable&nbsp;Windows&nbsp;Recovery&nbsp;Environment&nbsp;(WinRE)&nbsp;repai</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;used&nbsp;to&nbsp;disable&nbsp;Windows&nbsp;Recovery&nbsp;Environment&nbsp;(WinRE)&nbsp;repai</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">r/recovery&nbsp;options&nbsp;of&nbsp;an&nbsp;infected&nbsp;system&nbsp;&nbsp;On&nbsp;network&nbsp;devices</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">r/recovery&nbsp;options&nbsp;of&nbsp;an&nbsp;infected&nbsp;system<span class=\"diff_add\">&nbsp;*&nbsp;&lt;code&gt;diskshadow.</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">,&nbsp;adversaries&nbsp;may&nbsp;leverage&nbsp;[Disk&nbsp;Wipe](https://attack.mitre.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">exe&lt;/code&gt;&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;delete&nbsp;all&nbsp;volume&nbsp;shadow&nbsp;copies&nbsp;on</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">org/techniques/T1561)&nbsp;to&nbsp;delete&nbsp;backup&nbsp;firmware&nbsp;images&nbsp;and&nbsp;r</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;a&nbsp;system&nbsp;-&nbsp;&lt;code&gt;diskshadow&nbsp;delete&nbsp;shadows&nbsp;all&lt;/code&gt;&nbsp;(Cita</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">eformat&nbsp;the&nbsp;file&nbsp;system,&nbsp;then&nbsp;[System&nbsp;Shutdown/Reboot](https</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">tion:&nbsp;Diskshadow)&nbsp;(Citation:&nbsp;Crytox&nbsp;Ransomware)</span>&nbsp;&nbsp;On&nbsp;network&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">://attack.mitre.org/techniques/T1529)&nbsp;to&nbsp;reload&nbsp;the&nbsp;device.&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">devices,&nbsp;adversaries&nbsp;may&nbsp;leverage&nbsp;[Disk&nbsp;Wipe](https://attack</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Together&nbsp;this&nbsp;activity&nbsp;may&nbsp;leave&nbsp;network&nbsp;devices&nbsp;completely&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">.mitre.org/techniques/T1561)&nbsp;to&nbsp;delete&nbsp;backup&nbsp;firmware&nbsp;image</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">inoperable&nbsp;and&nbsp;inhibit&nbsp;recovery&nbsp;operations.&nbsp;&nbsp;Adversaries&nbsp;may</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;and&nbsp;reformat&nbsp;the&nbsp;file&nbsp;system,&nbsp;then&nbsp;[System&nbsp;Shutdown/Reboot</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;also&nbsp;delete&nbsp;\u201conline\u201d&nbsp;backups&nbsp;that&nbsp;are&nbsp;connected&nbsp;to&nbsp;their&nbsp;ne</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">](https://attack.mitre.org/techniques/T1529)&nbsp;to&nbsp;reload&nbsp;the&nbsp;d</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">twork&nbsp;\u2013&nbsp;whether&nbsp;via&nbsp;network&nbsp;storage&nbsp;media&nbsp;or&nbsp;through&nbsp;folders</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">evice.&nbsp;Together&nbsp;this&nbsp;activity&nbsp;may&nbsp;leave&nbsp;network&nbsp;devices&nbsp;comp</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;that&nbsp;sync&nbsp;to&nbsp;cloud&nbsp;services.(Citation:&nbsp;ZDNet&nbsp;Ransomware&nbsp;Bac</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">letely&nbsp;inoperable&nbsp;and&nbsp;inhibit&nbsp;recovery&nbsp;operations.&nbsp;&nbsp;Adversar</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">kups&nbsp;2020)&nbsp;In&nbsp;cloud&nbsp;environments,&nbsp;adversaries&nbsp;may&nbsp;disable&nbsp;ve</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ies&nbsp;may&nbsp;also&nbsp;delete&nbsp;\u201conline\u201d&nbsp;backups&nbsp;that&nbsp;are&nbsp;connected&nbsp;to&nbsp;t</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rsioning&nbsp;and&nbsp;backup&nbsp;policies&nbsp;and&nbsp;delete&nbsp;snapshots,&nbsp;machine&nbsp;i</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">heir&nbsp;network&nbsp;\u2013&nbsp;whether&nbsp;via&nbsp;network&nbsp;storage&nbsp;media&nbsp;or&nbsp;through&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">mages,&nbsp;and&nbsp;prior&nbsp;versions&nbsp;of&nbsp;objects&nbsp;designed&nbsp;to&nbsp;be&nbsp;used&nbsp;in&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">folders&nbsp;that&nbsp;sync&nbsp;to&nbsp;cloud&nbsp;services.(Citation:&nbsp;ZDNet&nbsp;Ransomw</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">disaster&nbsp;recovery&nbsp;scenarios.(Citation:&nbsp;Dark&nbsp;Reading&nbsp;Code&nbsp;Spa</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">are&nbsp;Backups&nbsp;2020)&nbsp;In&nbsp;cloud&nbsp;environments,&nbsp;adversaries&nbsp;may&nbsp;dis</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ces&nbsp;Cyber&nbsp;Attack)(Citation:&nbsp;Rhino&nbsp;Security&nbsp;Labs&nbsp;AWS&nbsp;S3&nbsp;Ranso</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">able&nbsp;versioning&nbsp;and&nbsp;backup&nbsp;policies&nbsp;and&nbsp;delete&nbsp;snapshots,&nbsp;ma</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">mware)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">chine&nbsp;images,&nbsp;and&nbsp;prior&nbsp;versions&nbsp;of&nbsp;objects&nbsp;designed&nbsp;to&nbsp;be&nbsp;u</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">sed&nbsp;in&nbsp;disaster&nbsp;recovery&nbsp;scenarios.(Citation:&nbsp;Dark&nbsp;Reading&nbsp;C</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ode&nbsp;Spaces&nbsp;Cyber&nbsp;Attack)(Citation:&nbsp;Rhino&nbsp;Security&nbsp;Labs&nbsp;AWS&nbsp;S</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">3&nbsp;Ransomware)</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1018: User Account Management",
                            "M1028: Operating System Configuration",
                            "M1053: Data Backup"
                        ],
                        "new": [
                            "M1038: Execution Prevention"
                        ],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (Process Creation)",
                            "DS0010: Cloud Storage (Cloud Storage Deletion)",
                            "DS0017: Command (Command Execution)",
                            "DS0019: Service (Service Metadata)",
                            "DS0020: Snapshot (Snapshot Deletion)",
                            "DS0022: File (File Deletion)",
                            "DS0024: Windows Registry (Windows Registry Key Modification)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--a2029942-0a85-4947-b23c-ca434698171d",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-02-11 18:58:45.908000+00:00",
                    "modified": "2024-04-15 23:39:31.474000+00:00",
                    "name": "GUI Input Capture",
                    "description": "Adversaries may mimic common operating system GUI components to prompt users for credentials with a seemingly legitimate prompt. When programs are executed that need additional privileges than are present in the current user context, it is common for the operating system to prompt the user for proper credentials to authorize the elevated privileges for the task (ex: [Bypass User Account Control](https://attack.mitre.org/techniques/T1548/002)).\n\nAdversaries may mimic this functionality to prompt users for credentials with a seemingly legitimate prompt for a number of reasons that mimic normal usage, such as a fake installer requiring additional access or a fake malware removal suite.(Citation: OSX Malware Exploits MacKeeper) This type of prompt can be used to collect credentials via various languages such as [AppleScript](https://attack.mitre.org/techniques/T1059/002)(Citation: LogRhythm Do You Trust Oct 2014)(Citation: OSX Keydnap malware)(Citation: Spoofing credential dialogs) and [PowerShell](https://attack.mitre.org/techniques/T1059/001).(Citation: LogRhythm Do You Trust Oct 2014)(Citation: Enigma Phishing for Credentials Jan 2015)(Citation: Spoofing credential dialogs) On Linux systems adversaries may launch dialog boxes prompting users for credentials from malicious shell scripts or the command line (i.e. [Unix Shell](https://attack.mitre.org/techniques/T1059/004)).(Citation: Spoofing credential dialogs)\n\nAdversaries may also mimic common software authentication requests, such as those from browsers or email clients. This may also be paired with user activity monitoring (i.e., [Browser Information Discovery](https://attack.mitre.org/techniques/T1217) and/or [Application Window Discovery](https://attack.mitre.org/techniques/T1010)) to spoof prompts when users are naturally accessing sensitive sites/data.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "collection"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "credential-access"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1056/002",
                            "external_id": "T1056.002"
                        },
                        {
                            "source_name": "LogRhythm Do You Trust Oct 2014",
                            "description": "Foss, G. (2014, October 3). Do You Trust Your Computer?. Retrieved December 17, 2018.",
                            "url": "https://logrhythm.com/blog/do-you-trust-your-computer/"
                        },
                        {
                            "source_name": "Spoofing credential dialogs",
                            "description": "Johann Rehberger. (2021, April 18). Spoofing credential dialogs on macOS Linux and Windows. Retrieved August 19, 2021.",
                            "url": "https://embracethered.com/blog/posts/2021/spoofing-credential-dialogs/"
                        },
                        {
                            "source_name": "OSX Keydnap malware",
                            "description": "Marc-Etienne M.Leveille. (2016, July 6). New OSX/Keydnap malware is hungry for credentials. Retrieved July 3, 2017.",
                            "url": "https://www.welivesecurity.com/2016/07/06/new-osxkeydnap-malware-hungry-credentials/"
                        },
                        {
                            "source_name": "Enigma Phishing for Credentials Jan 2015",
                            "description": "Nelson, M. (2015, January 21). Phishing for Credentials: If you want it, just ask!. Retrieved December 17, 2018.",
                            "url": "https://enigma0x3.net/2015/01/21/phishing-for-credentials-if-you-want-it-just-ask/"
                        },
                        {
                            "source_name": "OSX Malware Exploits MacKeeper",
                            "description": "Sergei Shevchenko. (2015, June 4). New Mac OS Malware Exploits Mackeeper. Retrieved July 3, 2017.",
                            "url": "https://baesystemsai.blogspot.com/2015/06/new-mac-os-malware-exploits-mackeeper.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Matthew Molyett, @s1air, Cisco Talos"
                    ],
                    "x_mitre_data_sources": [
                        "Script: Script Execution",
                        "Command: Command Execution",
                        "Process: Process Creation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor process execution for unusual programs as well as malicious instances of [Command and Scripting Interpreter](https://attack.mitre.org/techniques/T1059) that could be used to prompt users for credentials. For example, command/script history including abnormal parameters (such as requests for credentials and/or strings related to creating password prompts) may be malicious.(Citation: Spoofing credential dialogs) \n\nInspect and scrutinize input prompts for indicators of illegitimacy, such as non-traditional banners, text, timing, and/or sources. ",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "macOS",
                        "Windows",
                        "Linux"
                    ],
                    "x_mitre_version": "1.3",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"dictionary_item_removed\": {\"root['x_mitre_permissions_required']\": [\"User\"]}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-15 23:39:31.474000+00:00\", \"old_value\": \"2023-03-30 21:01:48.279000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may mimic common operating system GUI components to prompt users for credentials with a seemingly legitimate prompt. When programs are executed that need additional privileges than are present in the current user context, it is common for the operating system to prompt the user for proper credentials to authorize the elevated privileges for the task (ex: [Bypass User Account Control](https://attack.mitre.org/techniques/T1548/002)).\\n\\nAdversaries may mimic this functionality to prompt users for credentials with a seemingly legitimate prompt for a number of reasons that mimic normal usage, such as a fake installer requiring additional access or a fake malware removal suite.(Citation: OSX Malware Exploits MacKeeper) This type of prompt can be used to collect credentials via various languages such as [AppleScript](https://attack.mitre.org/techniques/T1059/002)(Citation: LogRhythm Do You Trust Oct 2014)(Citation: OSX Keydnap malware)(Citation: Spoofing credential dialogs) and [PowerShell](https://attack.mitre.org/techniques/T1059/001).(Citation: LogRhythm Do You Trust Oct 2014)(Citation: Enigma Phishing for Credentials Jan 2015)(Citation: Spoofing credential dialogs) On Linux systems adversaries may launch dialog boxes prompting users for credentials from malicious shell scripts or the command line (i.e. [Unix Shell](https://attack.mitre.org/techniques/T1059/004)).(Citation: Spoofing credential dialogs)\\n\\nAdversaries may also mimic common software authentication requests, such as those from browsers or email clients. This may also be paired with user activity monitoring (i.e., [Browser Information Discovery](https://attack.mitre.org/techniques/T1217) and/or [Application Window Discovery](https://attack.mitre.org/techniques/T1010)) to spoof prompts when users are naturally accessing sensitive sites/data.\", \"old_value\": \"Adversaries may mimic common operating system GUI components to prompt users for credentials with a seemingly legitimate prompt. When programs are executed that need additional privileges than are present in the current user context, it is common for the operating system to prompt the user for proper credentials to authorize the elevated privileges for the task (ex: [Bypass User Account Control](https://attack.mitre.org/techniques/T1548/002)).\\n\\nAdversaries may mimic this functionality to prompt users for credentials with a seemingly legitimate prompt for a number of reasons that mimic normal usage, such as a fake installer requiring additional access or a fake malware removal suite.(Citation: OSX Malware Exploits MacKeeper) This type of prompt can be used to collect credentials via various languages such as [AppleScript](https://attack.mitre.org/techniques/T1059/002)(Citation: LogRhythm Do You Trust Oct 2014)(Citation: OSX Keydnap malware)(Citation: Spoofing credential dialogs) and [PowerShell](https://attack.mitre.org/techniques/T1059/001).(Citation: LogRhythm Do You Trust Oct 2014)(Citation: Enigma Phishing for Credentials Jan 2015)(Citation: Spoofing credential dialogs) On Linux systems adversaries may launch dialog boxes prompting users for credentials from malicious shell scripts or the command line (i.e. [Unix Shell](https://attack.mitre.org/techniques/T1059/004)).(Citation: Spoofing credential dialogs) \", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,5 @@\\n Adversaries may mimic common operating system GUI components to prompt users for credentials with a seemingly legitimate prompt. When programs are executed that need additional privileges than are present in the current user context, it is common for the operating system to prompt the user for proper credentials to authorize the elevated privileges for the task (ex: [Bypass User Account Control](https://attack.mitre.org/techniques/T1548/002)).\\n \\n-Adversaries may mimic this functionality to prompt users for credentials with a seemingly legitimate prompt for a number of reasons that mimic normal usage, such as a fake installer requiring additional access or a fake malware removal suite.(Citation: OSX Malware Exploits MacKeeper) This type of prompt can be used to collect credentials via various languages such as [AppleScript](https://attack.mitre.org/techniques/T1059/002)(Citation: LogRhythm Do You Trust Oct 2014)(Citation: OSX Keydnap malware)(Citation: Spoofing credential dialogs) and [PowerShell](https://attack.mitre.org/techniques/T1059/001).(Citation: LogRhythm Do You Trust Oct 2014)(Citation: Enigma Phishing for Credentials Jan 2015)(Citation: Spoofing credential dialogs) On Linux systems adversaries may launch dialog boxes prompting users for credentials from malicious shell scripts or the command line (i.e. [Unix Shell](https://attack.mitre.org/techniques/T1059/004)).(Citation: Spoofing credential dialogs) \\n+Adversaries may mimic this functionality to prompt users for credentials with a seemingly legitimate prompt for a number of reasons that mimic normal usage, such as a fake installer requiring additional access or a fake malware removal suite.(Citation: OSX Malware Exploits MacKeeper) This type of prompt can be used to collect credentials via various languages such as [AppleScript](https://attack.mitre.org/techniques/T1059/002)(Citation: LogRhythm Do You Trust Oct 2014)(Citation: OSX Keydnap malware)(Citation: Spoofing credential dialogs) and [PowerShell](https://attack.mitre.org/techniques/T1059/001).(Citation: LogRhythm Do You Trust Oct 2014)(Citation: Enigma Phishing for Credentials Jan 2015)(Citation: Spoofing credential dialogs) On Linux systems adversaries may launch dialog boxes prompting users for credentials from malicious shell scripts or the command line (i.e. [Unix Shell](https://attack.mitre.org/techniques/T1059/004)).(Citation: Spoofing credential dialogs)\\n+\\n+Adversaries may also mimic common software authentication requests, such as those from browsers or email clients. This may also be paired with user activity monitoring (i.e., [Browser Information Discovery](https://attack.mitre.org/techniques/T1217) and/or [Application Window Discovery](https://attack.mitre.org/techniques/T1010)) to spoof prompts when users are naturally accessing sensitive sites/data.\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.3\", \"old_value\": \"1.2\"}}}",
                    "previous_version": "1.2",
                    "version_change": "1.2 \u2192 1.3",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to63__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to63__0\"><a href=\"#difflib_chg_to63__top\">t</a></td><td class=\"diff_header\" id=\"from63_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;mimic&nbsp;common&nbsp;operating&nbsp;system&nbsp;GUI&nbsp;components</td><td class=\"diff_next\"><a href=\"#difflib_chg_to63__top\">t</a></td><td class=\"diff_header\" id=\"to63_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;mimic&nbsp;common&nbsp;operating&nbsp;system&nbsp;GUI&nbsp;components</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;to&nbsp;prompt&nbsp;users&nbsp;for&nbsp;credentials&nbsp;with&nbsp;a&nbsp;seemingly&nbsp;legitimate</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;to&nbsp;prompt&nbsp;users&nbsp;for&nbsp;credentials&nbsp;with&nbsp;a&nbsp;seemingly&nbsp;legitimate</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;prompt.&nbsp;When&nbsp;programs&nbsp;are&nbsp;executed&nbsp;that&nbsp;need&nbsp;additional&nbsp;pri</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;prompt.&nbsp;When&nbsp;programs&nbsp;are&nbsp;executed&nbsp;that&nbsp;need&nbsp;additional&nbsp;pri</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">vileges&nbsp;than&nbsp;are&nbsp;present&nbsp;in&nbsp;the&nbsp;current&nbsp;user&nbsp;context,&nbsp;it&nbsp;is&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">vileges&nbsp;than&nbsp;are&nbsp;present&nbsp;in&nbsp;the&nbsp;current&nbsp;user&nbsp;context,&nbsp;it&nbsp;is&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">common&nbsp;for&nbsp;the&nbsp;operating&nbsp;system&nbsp;to&nbsp;prompt&nbsp;the&nbsp;user&nbsp;for&nbsp;prope</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">common&nbsp;for&nbsp;the&nbsp;operating&nbsp;system&nbsp;to&nbsp;prompt&nbsp;the&nbsp;user&nbsp;for&nbsp;prope</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">r&nbsp;credentials&nbsp;to&nbsp;authorize&nbsp;the&nbsp;elevated&nbsp;privileges&nbsp;for&nbsp;the&nbsp;t</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">r&nbsp;credentials&nbsp;to&nbsp;authorize&nbsp;the&nbsp;elevated&nbsp;privileges&nbsp;for&nbsp;the&nbsp;t</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ask&nbsp;(ex:&nbsp;[Bypass&nbsp;User&nbsp;Account&nbsp;Control](https://attack.mitre.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ask&nbsp;(ex:&nbsp;[Bypass&nbsp;User&nbsp;Account&nbsp;Control](https://attack.mitre.</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">org/techniques/T1548/002)).&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;mimic&nbsp;this&nbsp;func</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">org/techniques/T1548/002)).&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;mimic&nbsp;this&nbsp;func</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tionality&nbsp;to&nbsp;prompt&nbsp;users&nbsp;for&nbsp;credentials&nbsp;with&nbsp;a&nbsp;seemingly&nbsp;l</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tionality&nbsp;to&nbsp;prompt&nbsp;users&nbsp;for&nbsp;credentials&nbsp;with&nbsp;a&nbsp;seemingly&nbsp;l</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">egitimate&nbsp;prompt&nbsp;for&nbsp;a&nbsp;number&nbsp;of&nbsp;reasons&nbsp;that&nbsp;mimic&nbsp;normal&nbsp;u</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">egitimate&nbsp;prompt&nbsp;for&nbsp;a&nbsp;number&nbsp;of&nbsp;reasons&nbsp;that&nbsp;mimic&nbsp;normal&nbsp;u</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">sage,&nbsp;such&nbsp;as&nbsp;a&nbsp;fake&nbsp;installer&nbsp;requiring&nbsp;additional&nbsp;access&nbsp;o</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">sage,&nbsp;such&nbsp;as&nbsp;a&nbsp;fake&nbsp;installer&nbsp;requiring&nbsp;additional&nbsp;access&nbsp;o</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">r&nbsp;a&nbsp;fake&nbsp;malware&nbsp;removal&nbsp;suite.(Citation:&nbsp;OSX&nbsp;Malware&nbsp;Exploi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">r&nbsp;a&nbsp;fake&nbsp;malware&nbsp;removal&nbsp;suite.(Citation:&nbsp;OSX&nbsp;Malware&nbsp;Exploi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ts&nbsp;MacKeeper)&nbsp;This&nbsp;type&nbsp;of&nbsp;prompt&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;collect&nbsp;cre</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ts&nbsp;MacKeeper)&nbsp;This&nbsp;type&nbsp;of&nbsp;prompt&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;collect&nbsp;cre</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">dentials&nbsp;via&nbsp;various&nbsp;languages&nbsp;such&nbsp;as&nbsp;[AppleScript](https:/</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">dentials&nbsp;via&nbsp;various&nbsp;languages&nbsp;such&nbsp;as&nbsp;[AppleScript](https:/</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">/attack.mitre.org/techniques/T1059/002)(Citation:&nbsp;LogRhythm&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">/attack.mitre.org/techniques/T1059/002)(Citation:&nbsp;LogRhythm&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Do&nbsp;You&nbsp;Trust&nbsp;Oct&nbsp;2014)(Citation:&nbsp;OSX&nbsp;Keydnap&nbsp;malware)(Citati</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Do&nbsp;You&nbsp;Trust&nbsp;Oct&nbsp;2014)(Citation:&nbsp;OSX&nbsp;Keydnap&nbsp;malware)(Citati</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">on:&nbsp;Spoofing&nbsp;credential&nbsp;dialogs)&nbsp;and&nbsp;[PowerShell](https://at</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">on:&nbsp;Spoofing&nbsp;credential&nbsp;dialogs)&nbsp;and&nbsp;[PowerShell](https://at</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tack.mitre.org/techniques/T1059/001).(Citation:&nbsp;LogRhythm&nbsp;Do</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tack.mitre.org/techniques/T1059/001).(Citation:&nbsp;LogRhythm&nbsp;Do</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;You&nbsp;Trust&nbsp;Oct&nbsp;2014)(Citation:&nbsp;Enigma&nbsp;Phishing&nbsp;for&nbsp;Credentia</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;You&nbsp;Trust&nbsp;Oct&nbsp;2014)(Citation:&nbsp;Enigma&nbsp;Phishing&nbsp;for&nbsp;Credentia</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ls&nbsp;Jan&nbsp;2015)(Citation:&nbsp;Spoofing&nbsp;credential&nbsp;dialogs)&nbsp;On&nbsp;Linux</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ls&nbsp;Jan&nbsp;2015)(Citation:&nbsp;Spoofing&nbsp;credential&nbsp;dialogs)&nbsp;On&nbsp;Linux</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;systems&nbsp;adversaries&nbsp;may&nbsp;launch&nbsp;dialog&nbsp;boxes&nbsp;prompting&nbsp;users</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;systems&nbsp;adversaries&nbsp;may&nbsp;launch&nbsp;dialog&nbsp;boxes&nbsp;prompting&nbsp;users</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;for&nbsp;credentials&nbsp;from&nbsp;malicious&nbsp;shell&nbsp;scripts&nbsp;or&nbsp;the&nbsp;command</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;for&nbsp;credentials&nbsp;from&nbsp;malicious&nbsp;shell&nbsp;scripts&nbsp;or&nbsp;the&nbsp;command</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;line&nbsp;(i.e.&nbsp;[Unix&nbsp;Shell](https://attack.mitre.org/techniques</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;line&nbsp;(i.e.&nbsp;[Unix&nbsp;Shell](https://attack.mitre.org/techniques</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">/T1059/004)).(Citation:&nbsp;Spoofing&nbsp;credential&nbsp;dialogs)&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">/T1059/004)).(Citation:&nbsp;Spoofing&nbsp;credential&nbsp;dialogs)&nbsp;<span class=\"diff_add\">&nbsp;Advers</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">aries&nbsp;may&nbsp;also&nbsp;mimic&nbsp;common&nbsp;software&nbsp;authentication&nbsp;requests</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">,&nbsp;such&nbsp;as&nbsp;those&nbsp;from&nbsp;browsers&nbsp;or&nbsp;email&nbsp;clients.&nbsp;This&nbsp;may&nbsp;als</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">o&nbsp;be&nbsp;paired&nbsp;with&nbsp;user&nbsp;activity&nbsp;monitoring&nbsp;(i.e.,&nbsp;[Browser&nbsp;In</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">formation&nbsp;Discovery](https://attack.mitre.org/techniques/T12</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">17)&nbsp;and/or&nbsp;[Application&nbsp;Window&nbsp;Discovery](https://attack.mit</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">re.org/techniques/T1010))&nbsp;to&nbsp;spoof&nbsp;prompts&nbsp;when&nbsp;users&nbsp;are&nbsp;na</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">turally&nbsp;accessing&nbsp;sensitive&nbsp;sites/data.</span></td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1017: User Training"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (Process Creation)",
                            "DS0012: Script (Script Execution)",
                            "DS0017: Command (Command Execution)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--9e7452df-5144-4b6e-b04a-b66dd4016747",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-09-04 19:26:12.441000+00:00",
                    "modified": "2024-02-16 13:09:39.215000+00:00",
                    "name": "Internal Spearphishing",
                    "description": "After they already have access to accounts or systems within the environment, adversaries may use internal spearphishing to gain access to additional information or compromise other users within the same organization. Internal spearphishing is multi-staged campaign where a legitimate account is initially compromised either by controlling the user's device or by compromising the account credentials of the user. Adversaries may then attempt to take advantage of the trusted internal account to increase the likelihood of tricking more victims into falling for phish attempts, often incorporating [Impersonation](https://attack.mitre.org/techniques/T1656).(Citation: Trend Micro - Int SP)\n\nFor example, adversaries may leverage [Spearphishing Attachment](https://attack.mitre.org/techniques/T1566/001) or [Spearphishing Link](https://attack.mitre.org/techniques/T1566/002) as part of internal spearphishing to deliver a payload or redirect to an external site to capture credentials through [Input Capture](https://attack.mitre.org/techniques/T1056) on sites that mimic login interfaces.\n\nAdversaries may also leverage internal chat apps, such as Microsoft Teams, to spread malicious content or engage users in attempts to capture sensitive information and/or credentials.(Citation: Int SP - chat apps)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "lateral-movement"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1534",
                            "external_id": "T1534"
                        },
                        {
                            "source_name": "Trend Micro When Phishing Starts from the Inside 2017",
                            "description": "Chris Taylor. (2017, October 5). When Phishing Starts from the Inside. Retrieved October 8, 2019.",
                            "url": "https://blog.trendmicro.com/phishing-starts-inside/"
                        },
                        {
                            "source_name": "Int SP - chat apps",
                            "description": "Microsoft Threat Intelligence. (2023, August 2). Midnight Blizzard conducts targeted social engineering over Microsoft Teams. Retrieved February 16, 2024.",
                            "url": "https://www.microsoft.com/en-us/security/blog/2023/08/02/midnight-blizzard-conducts-targeted-social-engineering-over-microsoft-teams/"
                        },
                        {
                            "source_name": "Trend Micro - Int SP",
                            "description": "Trend Micro. (n.d.). Retrieved February 16, 2024.",
                            "url": "https://www.trendmicro.com/en_us/research.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Tim MalcomVetter",
                        "Swetha Prabakaran, Microsoft Threat Intelligence Center (MSTIC)"
                    ],
                    "x_mitre_data_sources": [
                        "Network Traffic: Network Traffic Content",
                        "Network Traffic: Network Traffic Flow",
                        "Application Log: Application Log Content"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Network intrusion detection systems and email gateways usually do not scan internal email, but an organization can leverage the journaling-based solution which sends a copy of emails to a security service for offline analysis or incorporate service-integrated solutions using on-premise or API-based integrations to help detect internal spearphishing campaigns.(Citation: Trend Micro When Phishing Starts from the Inside 2017)",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows",
                        "macOS",
                        "Linux",
                        "Office 365",
                        "SaaS",
                        "Google Workspace"
                    ],
                    "x_mitre_version": "1.3",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"dictionary_item_removed\": {\"root['x_mitre_permissions_required']\": [\"User\"]}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-02-16 13:09:39.215000+00:00\", \"old_value\": \"2022-03-08 21:29:30.249000+00:00\"}, \"root['description']\": {\"new_value\": \"After they already have access to accounts or systems within the environment, adversaries may use internal spearphishing to gain access to additional information or compromise other users within the same organization. Internal spearphishing is multi-staged campaign where a legitimate account is initially compromised either by controlling the user's device or by compromising the account credentials of the user. Adversaries may then attempt to take advantage of the trusted internal account to increase the likelihood of tricking more victims into falling for phish attempts, often incorporating [Impersonation](https://attack.mitre.org/techniques/T1656).(Citation: Trend Micro - Int SP)\\n\\nFor example, adversaries may leverage [Spearphishing Attachment](https://attack.mitre.org/techniques/T1566/001) or [Spearphishing Link](https://attack.mitre.org/techniques/T1566/002) as part of internal spearphishing to deliver a payload or redirect to an external site to capture credentials through [Input Capture](https://attack.mitre.org/techniques/T1056) on sites that mimic login interfaces.\\n\\nAdversaries may also leverage internal chat apps, such as Microsoft Teams, to spread malicious content or engage users in attempts to capture sensitive information and/or credentials.(Citation: Int SP - chat apps)\", \"old_value\": \"Adversaries may use internal spearphishing to gain access to additional information or exploit other users within the same organization after they already have access to accounts or systems within the environment. Internal spearphishing is multi-staged campaign where an email account is owned either by controlling the user's device with previously installed malware or by compromising the account credentials of the user. Adversaries attempt to take advantage of a trusted internal account to increase the likelihood of tricking the target into falling for the phish attempt.(Citation: Trend Micro When Phishing Starts from the Inside 2017)\\n\\nAdversaries may leverage [Spearphishing Attachment](https://attack.mitre.org/techniques/T1566/001) or [Spearphishing Link](https://attack.mitre.org/techniques/T1566/002) as part of internal spearphishing to deliver a payload or redirect to an external site to capture credentials through [Input Capture](https://attack.mitre.org/techniques/T1056) on sites that mimic email login interfaces.\\n\\nThere have been notable incidents where internal spearphishing has been used. The Eye Pyramid campaign used phishing emails with malicious attachments for lateral movement between victims, compromising nearly 18,000 email accounts in the process.(Citation: Trend Micro When Phishing Starts from the Inside 2017) The Syrian Electronic Army (SEA) compromised email accounts at the Financial Times (FT) to steal additional account credentials. Once FT learned of the campaign and began warning employees of the threat, the SEA sent phishing emails mimicking the Financial Times IT department and were able to compromise even more users.(Citation: THE FINANCIAL TIMES LTD 2019.)\", \"diff\": \"--- \\n+++ \\n@@ -1,5 +1,5 @@\\n-Adversaries may use internal spearphishing to gain access to additional information or exploit other users within the same organization after they already have access to accounts or systems within the environment. Internal spearphishing is multi-staged campaign where an email account is owned either by controlling the user's device with previously installed malware or by compromising the account credentials of the user. Adversaries attempt to take advantage of a trusted internal account to increase the likelihood of tricking the target into falling for the phish attempt.(Citation: Trend Micro When Phishing Starts from the Inside 2017)\\n+After they already have access to accounts or systems within the environment, adversaries may use internal spearphishing to gain access to additional information or compromise other users within the same organization. Internal spearphishing is multi-staged campaign where a legitimate account is initially compromised either by controlling the user's device or by compromising the account credentials of the user. Adversaries may then attempt to take advantage of the trusted internal account to increase the likelihood of tricking more victims into falling for phish attempts, often incorporating [Impersonation](https://attack.mitre.org/techniques/T1656).(Citation: Trend Micro - Int SP)\\n \\n-Adversaries may leverage [Spearphishing Attachment](https://attack.mitre.org/techniques/T1566/001) or [Spearphishing Link](https://attack.mitre.org/techniques/T1566/002) as part of internal spearphishing to deliver a payload or redirect to an external site to capture credentials through [Input Capture](https://attack.mitre.org/techniques/T1056) on sites that mimic email login interfaces.\\n+For example, adversaries may leverage [Spearphishing Attachment](https://attack.mitre.org/techniques/T1566/001) or [Spearphishing Link](https://attack.mitre.org/techniques/T1566/002) as part of internal spearphishing to deliver a payload or redirect to an external site to capture credentials through [Input Capture](https://attack.mitre.org/techniques/T1056) on sites that mimic login interfaces.\\n \\n-There have been notable incidents where internal spearphishing has been used. The Eye Pyramid campaign used phishing emails with malicious attachments for lateral movement between victims, compromising nearly 18,000 email accounts in the process.(Citation: Trend Micro When Phishing Starts from the Inside 2017) The Syrian Electronic Army (SEA) compromised email accounts at the Financial Times (FT) to steal additional account credentials. Once FT learned of the campaign and began warning employees of the threat, the SEA sent phishing emails mimicking the Financial Times IT department and were able to compromise even more users.(Citation: THE FINANCIAL TIMES LTD 2019.)\\n+Adversaries may also leverage internal chat apps, such as Microsoft Teams, to spread malicious content or engage users in attempts to capture sensitive information and/or credentials.(Citation: Int SP - chat apps)\"}, \"root['external_references'][2]['source_name']\": {\"new_value\": \"Int SP - chat apps\", \"old_value\": \"THE FINANCIAL TIMES LTD 2019.\"}, \"root['external_references'][2]['description']\": {\"new_value\": \"Microsoft Threat Intelligence. (2023, August 2). Midnight Blizzard conducts targeted social engineering over Microsoft Teams. Retrieved February 16, 2024.\", \"old_value\": \"THE FINANCIAL TIMES. (2019, September 2). A sobering day. Retrieved October 8, 2019.\"}, \"root['external_references'][2]['url']\": {\"new_value\": \"https://www.microsoft.com/en-us/security/blog/2023/08/02/midnight-blizzard-conducts-targeted-social-engineering-over-microsoft-teams/\", \"old_value\": \"https://labs.ft.com/2013/05/a-sobering-day/?mhq5j=e6\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.3\", \"old_value\": \"1.2\"}}, \"iterable_item_added\": {\"root['external_references'][3]\": {\"source_name\": \"Trend Micro - Int SP\", \"description\": \"Trend Micro. (n.d.). Retrieved February 16, 2024.\", \"url\": \"https://www.trendmicro.com/en_us/research.html\"}}}",
                    "previous_version": "1.2",
                    "version_change": "1.2 \u2192 1.3",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to13__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to13__0\"><a href=\"#difflib_chg_to13__top\">t</a></td><td class=\"diff_header\" id=\"from13_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_sub\">Adversaries&nbsp;may&nbsp;use&nbsp;internal&nbsp;spearphishing&nbsp;to&nbsp;gain&nbsp;access&nbsp;to</span></td><td class=\"diff_next\"><a href=\"#difflib_chg_to13__top\">t</a></td><td class=\"diff_header\" id=\"to13_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_add\">After&nbsp;they&nbsp;already&nbsp;have&nbsp;access&nbsp;to&nbsp;accounts&nbsp;or&nbsp;systems&nbsp;within</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;additional&nbsp;information&nbsp;or&nbsp;exploit&nbsp;other&nbsp;users&nbsp;within&nbsp;the&nbsp;sa</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;the&nbsp;environment,&nbsp;adversaries&nbsp;may&nbsp;use&nbsp;internal&nbsp;spearphishing</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">me&nbsp;organization&nbsp;after&nbsp;they&nbsp;already&nbsp;have&nbsp;access&nbsp;to&nbsp;accounts&nbsp;o</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;to&nbsp;gain&nbsp;access&nbsp;to&nbsp;additional&nbsp;information&nbsp;or&nbsp;compromise&nbsp;othe</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">r&nbsp;systems&nbsp;within&nbsp;the&nbsp;environment.&nbsp;Internal&nbsp;spearphishing&nbsp;is&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">r&nbsp;users&nbsp;within&nbsp;the&nbsp;same&nbsp;organization.&nbsp;Internal&nbsp;spearphishing</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">multi-staged&nbsp;campaign&nbsp;where&nbsp;an&nbsp;email&nbsp;account&nbsp;is&nbsp;owned&nbsp;either</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;is&nbsp;multi-staged&nbsp;campaign&nbsp;where&nbsp;a&nbsp;legitimate&nbsp;account&nbsp;is&nbsp;init</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;by&nbsp;controlling&nbsp;the&nbsp;user's&nbsp;device&nbsp;with&nbsp;previously&nbsp;installed&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ially&nbsp;compromised&nbsp;either&nbsp;by&nbsp;controlling&nbsp;the&nbsp;user's&nbsp;device&nbsp;or</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">malware&nbsp;or&nbsp;by&nbsp;compromising&nbsp;the&nbsp;account&nbsp;credentials&nbsp;of&nbsp;the&nbsp;us</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;by&nbsp;compromising&nbsp;the&nbsp;account&nbsp;credentials&nbsp;of&nbsp;the&nbsp;user.&nbsp;Advers</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">er.&nbsp;Adversaries&nbsp;attempt&nbsp;to&nbsp;take&nbsp;advantage&nbsp;of&nbsp;a&nbsp;trusted&nbsp;inter</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">aries&nbsp;may&nbsp;then&nbsp;attempt&nbsp;to&nbsp;take&nbsp;advantage&nbsp;of&nbsp;the&nbsp;trusted&nbsp;inte</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">nal&nbsp;account&nbsp;to&nbsp;increase&nbsp;the&nbsp;likelihood&nbsp;of&nbsp;tricking&nbsp;the&nbsp;targe</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">rnal&nbsp;account&nbsp;to&nbsp;increase&nbsp;the&nbsp;likelihood&nbsp;of&nbsp;tricking&nbsp;more&nbsp;vic</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">t&nbsp;into&nbsp;falling&nbsp;for&nbsp;the&nbsp;phish&nbsp;attempt.(Citation:&nbsp;Trend&nbsp;Micro&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">tims&nbsp;into&nbsp;falling&nbsp;for&nbsp;phish&nbsp;attempts,&nbsp;often&nbsp;incorporating&nbsp;[I</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">When&nbsp;Phishing&nbsp;Starts&nbsp;from&nbsp;the&nbsp;Inside&nbsp;2017)&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">mpersonation](https://attack.mitre.org/techniques/T1656).(Ci</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">leverage&nbsp;[Spearphishing&nbsp;Attachment](https://attack.mitre.org</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">tation:&nbsp;Trend&nbsp;Micro&nbsp;-&nbsp;Int&nbsp;SP)&nbsp;&nbsp;For&nbsp;example,&nbsp;adversaries&nbsp;may&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">/techniques/T1566/001)&nbsp;or&nbsp;[Spearphishing&nbsp;Link](https://attac</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">leverage&nbsp;[Spearphishing&nbsp;Attachment](https://attack.mitre.org</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">k.mitre.org/techniques/T1566/002)&nbsp;as&nbsp;part&nbsp;of&nbsp;internal&nbsp;spearp</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">/techniques/T1566/001)&nbsp;or&nbsp;[Spearphishing&nbsp;Link](https://attac</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">hishing&nbsp;to&nbsp;deliver&nbsp;a&nbsp;payload&nbsp;or&nbsp;redirect&nbsp;to&nbsp;an&nbsp;external&nbsp;site</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">k.mitre.org/techniques/T1566/002)&nbsp;as&nbsp;part&nbsp;of&nbsp;internal&nbsp;spearp</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;to&nbsp;capture&nbsp;credentials&nbsp;through&nbsp;[Input&nbsp;Capture](https://atta</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">hishing&nbsp;to&nbsp;deliver&nbsp;a&nbsp;payload&nbsp;or&nbsp;redirect&nbsp;to&nbsp;an&nbsp;external&nbsp;site</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ck.mitre.org/techniques/T1056)&nbsp;on&nbsp;sites&nbsp;that&nbsp;mimic&nbsp;email&nbsp;log</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;to&nbsp;capture&nbsp;credentials&nbsp;through&nbsp;[Input&nbsp;Capture](https://atta</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">in&nbsp;interfaces.&nbsp;&nbsp;There&nbsp;have&nbsp;been&nbsp;notable&nbsp;incidents&nbsp;where&nbsp;inte</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ck.mitre.org/techniques/T1056)&nbsp;on&nbsp;sites&nbsp;that&nbsp;mimic&nbsp;login&nbsp;int</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">rnal&nbsp;spearphishing&nbsp;has&nbsp;been&nbsp;used.&nbsp;The&nbsp;Eye&nbsp;Pyramid&nbsp;campaign&nbsp;u</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">erfaces.&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;leverage&nbsp;internal&nbsp;chat&nbsp;apps,&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">sed&nbsp;phishing&nbsp;emails&nbsp;with&nbsp;malicious&nbsp;attachments&nbsp;for&nbsp;lateral&nbsp;m</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">such&nbsp;as&nbsp;Microsoft&nbsp;Teams,&nbsp;to&nbsp;spread&nbsp;malicious&nbsp;content&nbsp;or&nbsp;enga</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ovement&nbsp;between&nbsp;victims,&nbsp;compromising&nbsp;nearly&nbsp;18,000&nbsp;email&nbsp;ac</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ge&nbsp;users&nbsp;in&nbsp;attempts&nbsp;to&nbsp;capture&nbsp;sensitive&nbsp;information&nbsp;and/or</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">counts&nbsp;in&nbsp;the&nbsp;process.(Citation:&nbsp;Trend&nbsp;Micro&nbsp;When&nbsp;Phishing&nbsp;S</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;credentials.(Citation:&nbsp;Int&nbsp;SP&nbsp;-&nbsp;chat&nbsp;apps)</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">tarts&nbsp;from&nbsp;the&nbsp;Inside&nbsp;2017)&nbsp;The&nbsp;Syrian&nbsp;Electronic&nbsp;Army&nbsp;(SEA)</span></td><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;compromised&nbsp;email&nbsp;accounts&nbsp;at&nbsp;the&nbsp;Financial&nbsp;Times&nbsp;(FT)&nbsp;to&nbsp;s</span></td><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">teal&nbsp;additional&nbsp;account&nbsp;credentials.&nbsp;Once&nbsp;FT&nbsp;learned&nbsp;of&nbsp;the&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">campaign&nbsp;and&nbsp;began&nbsp;warning&nbsp;employees&nbsp;of&nbsp;the&nbsp;threat,&nbsp;the&nbsp;SEA&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">sent&nbsp;phishing&nbsp;emails&nbsp;mimicking&nbsp;the&nbsp;Financial&nbsp;Times&nbsp;IT&nbsp;depart</span></td><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ment&nbsp;and&nbsp;were&nbsp;able&nbsp;to&nbsp;compromise&nbsp;even&nbsp;more&nbsp;users.(Citation:&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">THE&nbsp;FINANCIAL&nbsp;TIMES&nbsp;LTD&nbsp;2019.)</span></td><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0015: Application Log (Application Log Content)",
                            "DS0029: Network Traffic (Network Traffic Content)",
                            "DS0029: Network Traffic (Network Traffic Flow)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--42e8de7b-37b2-4258-905a-6897815e58e0",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:30:38.511000+00:00",
                    "modified": "2024-03-08 17:00:59.133000+00:00",
                    "name": "Masquerading",
                    "description": "Adversaries may attempt to manipulate features of their artifacts to make them appear legitimate or benign to users and/or security tools. Masquerading occurs when the name or location of an object, legitimate or malicious, is manipulated or abused for the sake of evading defenses and observation. This may include manipulating file metadata, tricking users into misidentifying the file type, and giving legitimate task or service names.\n\nRenaming abusable system utilities to evade security monitoring is also a form of [Masquerading](https://attack.mitre.org/techniques/T1036).(Citation: LOLBAS Main Site)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "defense-evasion"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1036",
                            "external_id": "T1036"
                        },
                        {
                            "source_name": "Twitter ItsReallyNick Masquerading Update",
                            "description": "Carr, N.. (2018, October 25). Nick Carr Status Update Masquerading. Retrieved April 22, 2019.",
                            "url": "https://twitter.com/ItsReallyNick/status/1055321652777619457"
                        },
                        {
                            "source_name": "Elastic Masquerade Ball",
                            "description": "Ewing, P. (2016, October 31). How to Hunt: The Masquerade Ball. Retrieved October 31, 2016.",
                            "url": "https://www.elastic.co/blog/how-hunt-masquerade-ball"
                        },
                        {
                            "source_name": "LOLBAS Main Site",
                            "description": "LOLBAS. (n.d.). Living Off The Land Binaries and Scripts (and also Libraries). Retrieved February 10, 2020.",
                            "url": "https://lolbas-project.github.io/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Oleg Kolesnikov, Securonix",
                        "Nick Carr, Mandiant",
                        "David Lu, Tripwire",
                        "Felipe Esp\u00f3sito, @Pr0teus",
                        "Elastic",
                        "Bartosz Jerzman",
                        "Goldstein Menachem"
                    ],
                    "x_mitre_data_sources": [
                        "File: File Modification",
                        "Process: Process Metadata",
                        "Service: Service Creation",
                        "Service: Service Metadata",
                        "Process: Process Creation",
                        "Image: Image Metadata",
                        "Scheduled Job: Scheduled Job Metadata",
                        "File: File Metadata",
                        "Scheduled Job: Scheduled Job Modification",
                        "Command: Command Execution",
                        "Process: OS API Execution"
                    ],
                    "x_mitre_defense_bypassed": [
                        "Application Control"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Collect file hashes; file names that do not match their expected hash are suspect. Perform file monitoring; files with known names but in unusual locations are suspect. Likewise, files that are modified outside of an update or patch are suspect.\n\nIf file names are mismatched between the file name on disk and that of the binary's PE metadata, this is a likely indicator that a binary was renamed after it was compiled. Collecting and comparing disk and resource filenames for binaries by looking to see if the InternalName, OriginalFilename, and/or ProductName match what is expected could provide useful leads, but may not always be indicative of malicious activity. (Citation: Elastic Masquerade Ball) Do not focus on the possible names a file could have, but instead on the command-line arguments that are known to be used and are distinct because it will have a better rate of detection.(Citation: Twitter ItsReallyNick Masquerading Update)\n\nLook for indications of common characters that may indicate an attempt to trick users into misidentifying the file type, such as a space as the last character of a file name or the right-to-left override characters\"\\u202E\", \"[U+202E]\", and \"%E2%80%AE\u201d.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows",
                        "Containers"
                    ],
                    "x_mitre_version": "1.7",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-03-08 17:00:59.133000+00:00\", \"old_value\": \"2023-10-15 09:52:11.875000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may attempt to manipulate features of their artifacts to make them appear legitimate or benign to users and/or security tools. Masquerading occurs when the name or location of an object, legitimate or malicious, is manipulated or abused for the sake of evading defenses and observation. This may include manipulating file metadata, tricking users into misidentifying the file type, and giving legitimate task or service names.\\n\\nRenaming abusable system utilities to evade security monitoring is also a form of [Masquerading](https://attack.mitre.org/techniques/T1036).(Citation: LOLBAS Main Site)\", \"old_value\": \"Adversaries may attempt to manipulate features of their artifacts to make them appear legitimate or benign to users and/or security tools. Masquerading occurs when the name or location of an object, legitimate or malicious, is manipulated or abused for the sake of evading defenses and observation. This may include manipulating file metadata, tricking users into misidentifying the file type, and giving legitimate task or service names.\\n\\nRenaming abusable system utilities to evade security monitoring is also a form of [Masquerading](https://attack.mitre.org/techniques/T1036).(Citation: LOLBAS Main Site) Masquerading may also include the use of [Proxy](https://attack.mitre.org/techniques/T1090) or VPNs to disguise IP addresses, which can allow adversaries to blend in with normal network traffic and bypass conditional access policies or anti-abuse protections.\", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,3 @@\\n Adversaries may attempt to manipulate features of their artifacts to make them appear legitimate or benign to users and/or security tools. Masquerading occurs when the name or location of an object, legitimate or malicious, is manipulated or abused for the sake of evading defenses and observation. This may include manipulating file metadata, tricking users into misidentifying the file type, and giving legitimate task or service names.\\n \\n-Renaming abusable system utilities to evade security monitoring is also a form of [Masquerading](https://attack.mitre.org/techniques/T1036).(Citation: LOLBAS Main Site) Masquerading may also include the use of [Proxy](https://attack.mitre.org/techniques/T1090) or VPNs to disguise IP addresses, which can allow adversaries to blend in with normal network traffic and bypass conditional access policies or anti-abuse protections.\\n+Renaming abusable system utilities to evade security monitoring is also a form of [Masquerading](https://attack.mitre.org/techniques/T1036).(Citation: LOLBAS Main Site)\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.7\", \"old_value\": \"1.6\"}}}",
                    "previous_version": "1.6",
                    "version_change": "1.6 \u2192 1.7",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to70__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to70__0\"><a href=\"#difflib_chg_to70__top\">t</a></td><td class=\"diff_header\" id=\"from70_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;attempt&nbsp;to&nbsp;manipulate&nbsp;features&nbsp;of&nbsp;their&nbsp;arti</td><td class=\"diff_next\"><a href=\"#difflib_chg_to70__top\">t</a></td><td class=\"diff_header\" id=\"to70_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;attempt&nbsp;to&nbsp;manipulate&nbsp;features&nbsp;of&nbsp;their&nbsp;arti</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">facts&nbsp;to&nbsp;make&nbsp;them&nbsp;appear&nbsp;legitimate&nbsp;or&nbsp;benign&nbsp;to&nbsp;users&nbsp;and/</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">facts&nbsp;to&nbsp;make&nbsp;them&nbsp;appear&nbsp;legitimate&nbsp;or&nbsp;benign&nbsp;to&nbsp;users&nbsp;and/</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">or&nbsp;security&nbsp;tools.&nbsp;Masquerading&nbsp;occurs&nbsp;when&nbsp;the&nbsp;name&nbsp;or&nbsp;loca</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">or&nbsp;security&nbsp;tools.&nbsp;Masquerading&nbsp;occurs&nbsp;when&nbsp;the&nbsp;name&nbsp;or&nbsp;loca</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tion&nbsp;of&nbsp;an&nbsp;object,&nbsp;legitimate&nbsp;or&nbsp;malicious,&nbsp;is&nbsp;manipulated&nbsp;o</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tion&nbsp;of&nbsp;an&nbsp;object,&nbsp;legitimate&nbsp;or&nbsp;malicious,&nbsp;is&nbsp;manipulated&nbsp;o</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">r&nbsp;abused&nbsp;for&nbsp;the&nbsp;sake&nbsp;of&nbsp;evading&nbsp;defenses&nbsp;and&nbsp;observation.&nbsp;T</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">r&nbsp;abused&nbsp;for&nbsp;the&nbsp;sake&nbsp;of&nbsp;evading&nbsp;defenses&nbsp;and&nbsp;observation.&nbsp;T</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">his&nbsp;may&nbsp;include&nbsp;manipulating&nbsp;file&nbsp;metadata,&nbsp;tricking&nbsp;users&nbsp;i</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">his&nbsp;may&nbsp;include&nbsp;manipulating&nbsp;file&nbsp;metadata,&nbsp;tricking&nbsp;users&nbsp;i</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nto&nbsp;misidentifying&nbsp;the&nbsp;file&nbsp;type,&nbsp;and&nbsp;giving&nbsp;legitimate&nbsp;task</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nto&nbsp;misidentifying&nbsp;the&nbsp;file&nbsp;type,&nbsp;and&nbsp;giving&nbsp;legitimate&nbsp;task</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;or&nbsp;service&nbsp;names.&nbsp;&nbsp;Renaming&nbsp;abusable&nbsp;system&nbsp;utilities&nbsp;to&nbsp;ev</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;or&nbsp;service&nbsp;names.&nbsp;&nbsp;Renaming&nbsp;abusable&nbsp;system&nbsp;utilities&nbsp;to&nbsp;ev</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ade&nbsp;security&nbsp;monitoring&nbsp;is&nbsp;also&nbsp;a&nbsp;form&nbsp;of&nbsp;[Masquerading](htt</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ade&nbsp;security&nbsp;monitoring&nbsp;is&nbsp;also&nbsp;a&nbsp;form&nbsp;of&nbsp;[Masquerading](htt</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ps://attack.mitre.org/techniques/T1036).(Citation:&nbsp;LOLBAS&nbsp;Ma</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ps://attack.mitre.org/techniques/T1036).(Citation:&nbsp;LOLBAS&nbsp;Ma</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">in&nbsp;Site)<span class=\"diff_sub\">&nbsp;Masquerading&nbsp;may&nbsp;also&nbsp;include&nbsp;the&nbsp;use&nbsp;of&nbsp;[Proxy](ht</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">in&nbsp;Site)</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">tps://attack.mitre.org/techniques/T1090)&nbsp;or&nbsp;VPNs&nbsp;to&nbsp;disguise</span></td><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;IP&nbsp;addresses,&nbsp;which&nbsp;can&nbsp;allow&nbsp;adversaries&nbsp;to&nbsp;blend&nbsp;in&nbsp;with&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">normal&nbsp;network&nbsp;traffic&nbsp;and&nbsp;bypass&nbsp;conditional&nbsp;access&nbsp;policie</span></td><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">s&nbsp;or&nbsp;anti-abuse&nbsp;protections.</span></td><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1017: User Training",
                            "M1022: Restrict File and Directory Permissions",
                            "M1038: Execution Prevention",
                            "M1040: Behavior Prevention on Endpoint",
                            "M1045: Code Signing",
                            "M1049: Antivirus/Antimalware"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0003: Scheduled Job (Scheduled Job Metadata)",
                            "DS0003: Scheduled Job (Scheduled Job Modification)",
                            "DS0007: Image (Image Metadata)",
                            "DS0009: Process (OS API Execution)",
                            "DS0009: Process (Process Creation)",
                            "DS0009: Process (Process Metadata)",
                            "DS0017: Command (Command Execution)",
                            "DS0019: Service (Service Creation)",
                            "DS0019: Service (Service Metadata)",
                            "DS0022: File (File Metadata)",
                            "DS0022: File (File Modification)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--f4c1826f-a322-41cd-9557-562100848c84",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-02-11 19:01:56.887000+00:00",
                    "modified": "2024-04-11 21:51:44.851000+00:00",
                    "name": "Modify Authentication Process",
                    "description": "Adversaries may modify authentication mechanisms and processes to access user credentials or enable otherwise unwarranted access to accounts. The authentication process is handled by mechanisms, such as the Local Security Authentication Server (LSASS) process and the Security Accounts Manager (SAM) on Windows, pluggable authentication modules (PAM) on Unix-based systems, and authorization plugins on MacOS systems, responsible for gathering, storing, and validating credentials. By modifying an authentication process, an adversary may be able to authenticate to a service or system without using [Valid Accounts](https://attack.mitre.org/techniques/T1078).\n\nAdversaries may maliciously modify a part of this process to either reveal credentials or bypass authentication mechanisms. Compromised credentials or access may be used to bypass access controls placed on various resources on systems within the network and may even be used for persistent access to remote systems and externally available services, such as VPNs, Outlook Web Access and remote desktop.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "credential-access"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "defense-evasion"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "persistence"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1556",
                            "external_id": "T1556"
                        },
                        {
                            "source_name": "Clymb3r Function Hook Passwords Sept 2013",
                            "description": "Bialek, J. (2013, September 15). Intercepting Password Changes With Function Hooking. Retrieved November 21, 2017.",
                            "url": "https://clymb3r.wordpress.com/2013/09/15/intercepting-password-changes-with-function-hooking/"
                        },
                        {
                            "source_name": "Xorrior Authorization Plugins",
                            "description": "Chris Ross. (2018, October 17). Persistent Credential Theft with Authorization Plugins. Retrieved April 22, 2021.",
                            "url": "https://xorrior.com/persistent-credential-theft/"
                        },
                        {
                            "source_name": "Dell Skeleton",
                            "description": "Dell SecureWorks. (2015, January 12). Skeleton Key Malware Analysis. Retrieved April 8, 2019.",
                            "url": "https://www.secureworks.com/research/skeleton-key-malware-analysis"
                        },
                        {
                            "source_name": "dump_pwd_dcsync",
                            "description": "Metcalf, S. (2015, November 22). Dump Clear-Text Passwords for All Admins in the Domain Using Mimikatz DCSync. Retrieved November 15, 2021.",
                            "url": "https://adsecurity.org/?p=2053"
                        },
                        {
                            "source_name": "TechNet Audit Policy",
                            "description": "Microsoft. (2016, April 15). Audit Policy Recommendations. Retrieved June 3, 2016.",
                            "url": "https://technet.microsoft.com/en-us/library/dn487457.aspx"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Chris Ross @xorrior"
                    ],
                    "x_mitre_data_sources": [
                        "Application Log: Application Log Content",
                        "Process: Process Access",
                        "Logon Session: Logon Session Creation",
                        "Active Directory: Active Directory Object Modification",
                        "User Account: User Account Authentication",
                        "Process: OS API Execution",
                        "Windows Registry: Windows Registry Key Creation",
                        "File: File Creation",
                        "User Account: User Account Modification",
                        "File: File Modification",
                        "Module: Module Load",
                        "Cloud Service: Cloud Service Modification",
                        "Windows Registry: Windows Registry Key Modification"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor for new, unfamiliar DLL files written to a domain controller and/or local computer. Monitor for changes to Registry entries for password filters (ex: <code>HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Lsa\\Notification Packages</code>) and correlate then investigate the DLL files these files reference. \n\nPassword filters will also show up as an autorun and loaded DLL in lsass.exe.(Citation: Clymb3r Function Hook Passwords Sept 2013)\n\nMonitor for calls to <code>OpenProcess</code> that can be used to manipulate lsass.exe running on a domain controller as well as for malicious modifications to functions exported from authentication-related system DLLs (such as cryptdll.dll and samsrv.dll).(Citation: Dell Skeleton) \n\nMonitor PAM configuration and module paths (ex: <code>/etc/pam.d/</code>) for changes. Use system-integrity tools such as AIDE and monitoring tools such as auditd to monitor PAM files.\n\nMonitor for suspicious additions to the /Library/Security/SecurityAgentPlugins directory.(Citation: Xorrior Authorization Plugins)\n\nConfigure robust, consistent account activity audit policies across the enterprise and with externally accessible services. (Citation: TechNet Audit Policy) Look for suspicious account behavior across systems that share accounts, either user, admin, or service accounts. Examples: one account logged into multiple systems simultaneously; multiple accounts logged into the same machine simultaneously; accounts logged in at odd times or outside of business hours. Activity may be from interactive login sessions or process ownership from accounts being used to execute binaries on a remote system as a particular account. Correlate other security systems with login information (e.g., a user has an active login session but has not entered the building or does not have VPN access).\n\nMonitor property changes in Group Policy that manage authentication mechanisms (i.e. [Group Policy Modification](https://attack.mitre.org/techniques/T1484/001)). The <code>Store passwords using reversible encryption</code> configuration should be set to Disabled. Additionally, monitor and/or block suspicious command/script execution of <code>-AllowReversiblePasswordEncryption $true</code>, <code>Set-ADUser</code> and <code>Set-ADAccountControl</code>. Finally, monitor Fine-Grained Password Policies and regularly audit user accounts and group settings.(Citation: dump_pwd_dcsync)\n",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows",
                        "Linux",
                        "macOS",
                        "Network",
                        "Azure AD",
                        "Google Workspace",
                        "IaaS",
                        "Office 365",
                        "SaaS"
                    ],
                    "x_mitre_version": "2.4",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 21:51:44.851000+00:00\", \"old_value\": \"2023-04-11 03:17:32.211000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.4\", \"old_value\": \"2.3\"}}, \"iterable_item_added\": {\"root['x_mitre_data_sources'][11]\": \"Cloud Service: Cloud Service Modification\"}}",
                    "previous_version": "2.3",
                    "version_change": "2.3 \u2192 2.4",
                    "changelog_mitigations": {
                        "shared": [
                            "M1018: User Account Management",
                            "M1022: Restrict File and Directory Permissions",
                            "M1024: Restrict Registry Permissions",
                            "M1025: Privileged Process Integrity",
                            "M1026: Privileged Account Management",
                            "M1027: Password Policies",
                            "M1028: Operating System Configuration",
                            "M1032: Multi-factor Authentication",
                            "M1047: Audit"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0002: User Account (User Account Authentication)",
                            "DS0002: User Account (User Account Modification)",
                            "DS0009: Process (OS API Execution)",
                            "DS0009: Process (Process Access)",
                            "DS0011: Module (Module Load)",
                            "DS0015: Application Log (Application Log Content)",
                            "DS0022: File (File Creation)",
                            "DS0022: File (File Modification)",
                            "DS0024: Windows Registry (Windows Registry Key Creation)",
                            "DS0024: Windows Registry (Windows Registry Key Modification)",
                            "DS0026: Active Directory (Active Directory Object Modification)",
                            "DS0028: Logon Session (Logon Session Creation)"
                        ],
                        "new": [
                            "DS0025: Cloud Service (Cloud Service Modification)"
                        ],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--b4409cd8-0da9-46e1-a401-a241afd4d1cc",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2022-05-31 19:31:38.431000+00:00",
                    "modified": "2024-04-16 00:20:21.488000+00:00",
                    "name": "Multi-Factor Authentication",
                    "description": "Adversaries may disable or modify multi-factor authentication (MFA) mechanisms to enable persistent access to compromised accounts.\n\nOnce adversaries have gained access to a network by either compromising an account lacking MFA or by employing an MFA bypass method such as [Multi-Factor Authentication Request Generation](https://attack.mitre.org/techniques/T1621), adversaries may leverage their access to modify or completely disable MFA defenses. This can be accomplished by abusing legitimate features, such as excluding users from Azure AD Conditional Access Policies, registering a new yet vulnerable/adversary-controlled MFA method, or by manually patching MFA programs and configuration files to bypass expected functionality.(Citation: Mandiant APT42)(Citation: Azure AD Conditional Access Exclusions)\n\nFor example, modifying the Windows hosts file (`C:\\windows\\system32\\drivers\\etc\\hosts`) to redirect MFA calls to localhost instead of an MFA server may cause the MFA process to fail. If a \"fail open\" policy is in place, any otherwise successful authentication attempt may be granted access without enforcing MFA. (Citation: Russians Exploit Default MFA Protocol - CISA March 2022) \n\nDepending on the scope, goals, and privileges of the adversary, MFA defenses may be disabled for individual accounts or for all accounts tied to a larger group, such as all domain accounts in a victim's network environment.(Citation: Russians Exploit Default MFA Protocol - CISA March 2022) ",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "credential-access"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "defense-evasion"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "persistence"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1556/006",
                            "external_id": "T1556.006"
                        },
                        {
                            "source_name": "Russians Exploit Default MFA Protocol - CISA March 2022",
                            "description": "Cyber Security Infrastructure Agency. (2022, March 15). Russian State-Sponsored Cyber Actors Gain Network Access by Exploiting Default Multifactor Authentication Protocols and \u201cPrintNightmare\u201d Vulnerability. Retrieved May 31, 2022.",
                            "url": "https://www.cisa.gov/uscert/ncas/alerts/aa22-074a"
                        },
                        {
                            "source_name": "Mandiant APT42",
                            "description": "Mandiant. (n.d.). APT42: Crooked Charms, Cons and Compromise. Retrieved September 16, 2022.",
                            "url": "https://www.mandiant.com/media/17826"
                        },
                        {
                            "source_name": "Azure AD Conditional Access Exclusions",
                            "description": "Microsoft. (2022, August 26). Use Azure AD access reviews to manage users excluded from Conditional Access policies. Retrieved August 30, 2022.",
                            "url": "https://docs.microsoft.com/en-us/azure/active-directory/governance/conditional-access-exclusion"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Liran Ravich, CardinalOps",
                        "Muhammad Moiz Arshad, @5T34L7H"
                    ],
                    "x_mitre_data_sources": [
                        "Logon Session: Logon Session Creation",
                        "Application Log: Application Log Content",
                        "Active Directory: Active Directory Object Modification",
                        "User Account: User Account Authentication",
                        "User Account: User Account Modification"
                    ],
                    "x_mitre_defense_bypassed": [
                        "Multi-Factor Authentication"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows",
                        "Azure AD",
                        "Office 365",
                        "SaaS",
                        "IaaS",
                        "Google Workspace",
                        "Linux",
                        "macOS"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-16 00:20:21.488000+00:00\", \"old_value\": \"2023-10-16 16:47:26.119000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}, \"iterable_item_added\": {\"root['x_mitre_data_sources'][1]\": \"Application Log: Application Log Content\"}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2",
                    "changelog_mitigations": {
                        "shared": [
                            "M1018: User Account Management",
                            "M1032: Multi-factor Authentication",
                            "M1047: Audit"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0002: User Account (User Account Authentication)",
                            "DS0002: User Account (User Account Modification)",
                            "DS0026: Active Directory (Active Directory Object Modification)",
                            "DS0028: Logon Session (Logon Session Creation)"
                        ],
                        "new": [
                            "DS0015: Application Log (Application Log Content)"
                        ],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--954a1639-f2d6-407d-aef3-4917622ca493",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2022-04-01 02:15:49.754000+00:00",
                    "modified": "2024-04-19 04:26:29.365000+00:00",
                    "name": "Multi-Factor Authentication Request Generation",
                    "description": "Adversaries may attempt to bypass multi-factor authentication (MFA) mechanisms and gain access to accounts by generating MFA requests sent to users.\n\nAdversaries in possession of credentials to [Valid Accounts](https://attack.mitre.org/techniques/T1078) may be unable to complete the login process if they lack access to the 2FA or MFA mechanisms required as an additional credential and security control. To circumvent this, adversaries may abuse the automatic generation of push notifications to MFA services such as Duo Push, Microsoft Authenticator, Okta, or similar services to have the user grant access to their account. If adversaries lack credentials to victim accounts, they may also abuse automatic push notification generation when this option is configured for self-service password reset (SSPR).(Citation: Obsidian SSPR Abuse 2023)\n\nIn some cases, adversaries may continuously repeat login attempts in order to bombard users with MFA push notifications, SMS messages, and phone calls, potentially resulting in the user finally accepting the authentication request in response to \u201cMFA fatigue.\u201d(Citation: Russian 2FA Push Annoyance - Cimpanu)(Citation: MFA Fatigue Attacks - PortSwigger)(Citation: Suspected Russian Activity Targeting Government and Business Entities Around the Globe)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "credential-access"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1621",
                            "external_id": "T1621"
                        },
                        {
                            "source_name": "Russian 2FA Push Annoyance - Cimpanu",
                            "description": "Catalin Cimpanu. (2021, December 9). Russian hackers bypass 2FA by annoying victims with repeated push notifications. Retrieved March 31, 2022.",
                            "url": "https://therecord.media/russian-hackers-bypass-2fa-by-annoying-victims-with-repeated-push-notifications/"
                        },
                        {
                            "source_name": "MFA Fatigue Attacks - PortSwigger",
                            "description": "Jessica Haworth. (2022, February 16). MFA fatigue attacks: Users tricked into allowing device access due to overload of push notifications. Retrieved March 31, 2022.",
                            "url": "https://portswigger.net/daily-swig/mfa-fatigue-attacks-users-tricked-into-allowing-device-access-due-to-overload-of-push-notifications"
                        },
                        {
                            "source_name": "Suspected Russian Activity Targeting Government and Business Entities Around the Globe",
                            "description": "Luke Jenkins, Sarah Hawley, Parnian Najafi, Doug Bienstock. (2021, December 6). Suspected Russian Activity Targeting Government and Business Entities Around the Globe. Retrieved April 15, 2022.",
                            "url": "https://www.mandiant.com/resources/russian-targeting-gov-business"
                        },
                        {
                            "source_name": "Obsidian SSPR Abuse 2023",
                            "description": "Noah Corradin and Shuyang Wang. (2023, August 1). Behind The Breach: Self-Service Password Reset (SSPR) Abuse in Azure AD. Retrieved March 28, 2024.",
                            "url": "https://www.obsidiansecurity.com/blog/behind-the-breach-self-service-password-reset-azure-ad/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Jon Sternstein, Stern Security",
                        "Pawel Partyka, Microsoft 365 Defender",
                        "Shanief Webb",
                        "Obsidian Security"
                    ],
                    "x_mitre_data_sources": [
                        "User Account: User Account Authentication",
                        "Logon Session: Logon Session Metadata",
                        "Application Log: Application Log Content",
                        "Logon Session: Logon Session Creation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor user account logs as well as 2FA/MFA application logs for suspicious events: unusual login attempt source location, mismatch in location of login attempt and smart device receiving 2FA/MFA request prompts, and high volume of repeated login attempts, all of which may indicate user's primary credentials have been compromised minus 2FA/MFA mechanism. ",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows",
                        "Office 365",
                        "Linux",
                        "macOS",
                        "IaaS",
                        "SaaS",
                        "Azure AD",
                        "Google Workspace"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-19 04:26:29.365000+00:00\", \"old_value\": \"2023-04-04 03:06:34.448000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may attempt to bypass multi-factor authentication (MFA) mechanisms and gain access to accounts by generating MFA requests sent to users.\\n\\nAdversaries in possession of credentials to [Valid Accounts](https://attack.mitre.org/techniques/T1078) may be unable to complete the login process if they lack access to the 2FA or MFA mechanisms required as an additional credential and security control. To circumvent this, adversaries may abuse the automatic generation of push notifications to MFA services such as Duo Push, Microsoft Authenticator, Okta, or similar services to have the user grant access to their account. If adversaries lack credentials to victim accounts, they may also abuse automatic push notification generation when this option is configured for self-service password reset (SSPR).(Citation: Obsidian SSPR Abuse 2023)\\n\\nIn some cases, adversaries may continuously repeat login attempts in order to bombard users with MFA push notifications, SMS messages, and phone calls, potentially resulting in the user finally accepting the authentication request in response to \\u201cMFA fatigue.\\u201d(Citation: Russian 2FA Push Annoyance - Cimpanu)(Citation: MFA Fatigue Attacks - PortSwigger)(Citation: Suspected Russian Activity Targeting Government and Business Entities Around the Globe)\", \"old_value\": \"Adversaries may attempt to bypass multi-factor authentication (MFA) mechanisms and gain access to accounts by generating MFA requests sent to users.\\n\\nAdversaries in possession of credentials to [Valid Accounts](https://attack.mitre.org/techniques/T1078) may be unable to complete the login process if they lack access to the 2FA or MFA mechanisms required as an additional credential and security control. To circumvent this, adversaries may abuse the automatic generation of push notifications to MFA services such as Duo Push, Microsoft Authenticator, Okta, or similar services to have the user grant access to their account.\\n\\nIn some cases, adversaries may continuously repeat login attempts in order to bombard users with MFA push notifications, SMS messages, and phone calls, potentially resulting in the user finally accepting the authentication request in response to \\u201cMFA fatigue.\\u201d(Citation: Russian 2FA Push Annoyance - Cimpanu)(Citation: MFA Fatigue Attacks - PortSwigger)(Citation: Suspected Russian Activity Targeting Government and Business Entities Around the Globe)\", \"diff\": \"--- \\n+++ \\n@@ -1,5 +1,5 @@\\n Adversaries may attempt to bypass multi-factor authentication (MFA) mechanisms and gain access to accounts by generating MFA requests sent to users.\\n \\n-Adversaries in possession of credentials to [Valid Accounts](https://attack.mitre.org/techniques/T1078) may be unable to complete the login process if they lack access to the 2FA or MFA mechanisms required as an additional credential and security control. To circumvent this, adversaries may abuse the automatic generation of push notifications to MFA services such as Duo Push, Microsoft Authenticator, Okta, or similar services to have the user grant access to their account.\\n+Adversaries in possession of credentials to [Valid Accounts](https://attack.mitre.org/techniques/T1078) may be unable to complete the login process if they lack access to the 2FA or MFA mechanisms required as an additional credential and security control. To circumvent this, adversaries may abuse the automatic generation of push notifications to MFA services such as Duo Push, Microsoft Authenticator, Okta, or similar services to have the user grant access to their account. If adversaries lack credentials to victim accounts, they may also abuse automatic push notification generation when this option is configured for self-service password reset (SSPR).(Citation: Obsidian SSPR Abuse 2023)\\n \\n In some cases, adversaries may continuously repeat login attempts in order to bombard users with MFA push notifications, SMS messages, and phone calls, potentially resulting in the user finally accepting the authentication request in response to \\u201cMFA fatigue.\\u201d(Citation: Russian 2FA Push Annoyance - Cimpanu)(Citation: MFA Fatigue Attacks - PortSwigger)(Citation: Suspected Russian Activity Targeting Government and Business Entities Around the Globe)\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}, \"iterable_item_added\": {\"root['external_references'][4]\": {\"source_name\": \"Obsidian SSPR Abuse 2023\", \"description\": \"Noah Corradin and Shuyang Wang. (2023, August 1). Behind The Breach: Self-Service Password Reset (SSPR) Abuse in Azure AD. Retrieved March 28, 2024.\", \"url\": \"https://www.obsidiansecurity.com/blog/behind-the-breach-self-service-password-reset-azure-ad/\"}, \"root['x_mitre_contributors'][3]\": \"Obsidian Security\"}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to75__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to75__0\"><a href=\"#difflib_chg_to75__top\">t</a></td><td class=\"diff_header\" id=\"from75_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;attempt&nbsp;to&nbsp;bypass&nbsp;multi-factor&nbsp;authenticatio</td><td class=\"diff_next\"><a href=\"#difflib_chg_to75__top\">t</a></td><td class=\"diff_header\" id=\"to75_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;attempt&nbsp;to&nbsp;bypass&nbsp;multi-factor&nbsp;authenticatio</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n&nbsp;(MFA)&nbsp;mechanisms&nbsp;and&nbsp;gain&nbsp;access&nbsp;to&nbsp;accounts&nbsp;by&nbsp;generating</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n&nbsp;(MFA)&nbsp;mechanisms&nbsp;and&nbsp;gain&nbsp;access&nbsp;to&nbsp;accounts&nbsp;by&nbsp;generating</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;MFA&nbsp;requests&nbsp;sent&nbsp;to&nbsp;users.&nbsp;&nbsp;Adversaries&nbsp;in&nbsp;possession&nbsp;of&nbsp;c</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;MFA&nbsp;requests&nbsp;sent&nbsp;to&nbsp;users.&nbsp;&nbsp;Adversaries&nbsp;in&nbsp;possession&nbsp;of&nbsp;c</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">redentials&nbsp;to&nbsp;[Valid&nbsp;Accounts](https://attack.mitre.org/tech</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">redentials&nbsp;to&nbsp;[Valid&nbsp;Accounts](https://attack.mitre.org/tech</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">niques/T1078)&nbsp;may&nbsp;be&nbsp;unable&nbsp;to&nbsp;complete&nbsp;the&nbsp;login&nbsp;process&nbsp;if</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">niques/T1078)&nbsp;may&nbsp;be&nbsp;unable&nbsp;to&nbsp;complete&nbsp;the&nbsp;login&nbsp;process&nbsp;if</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;they&nbsp;lack&nbsp;access&nbsp;to&nbsp;the&nbsp;2FA&nbsp;or&nbsp;MFA&nbsp;mechanisms&nbsp;required&nbsp;as&nbsp;a</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;they&nbsp;lack&nbsp;access&nbsp;to&nbsp;the&nbsp;2FA&nbsp;or&nbsp;MFA&nbsp;mechanisms&nbsp;required&nbsp;as&nbsp;a</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n&nbsp;additional&nbsp;credential&nbsp;and&nbsp;security&nbsp;control.&nbsp;To&nbsp;circumvent&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n&nbsp;additional&nbsp;credential&nbsp;and&nbsp;security&nbsp;control.&nbsp;To&nbsp;circumvent&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">this,&nbsp;adversaries&nbsp;may&nbsp;abuse&nbsp;the&nbsp;automatic&nbsp;generation&nbsp;of&nbsp;push</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">this,&nbsp;adversaries&nbsp;may&nbsp;abuse&nbsp;the&nbsp;automatic&nbsp;generation&nbsp;of&nbsp;push</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;notifications&nbsp;to&nbsp;MFA&nbsp;services&nbsp;such&nbsp;as&nbsp;Duo&nbsp;Push,&nbsp;Microsoft&nbsp;A</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;notifications&nbsp;to&nbsp;MFA&nbsp;services&nbsp;such&nbsp;as&nbsp;Duo&nbsp;Push,&nbsp;Microsoft&nbsp;A</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">uthenticator,&nbsp;Okta,&nbsp;or&nbsp;similar&nbsp;services&nbsp;to&nbsp;have&nbsp;the&nbsp;user&nbsp;gra</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">uthenticator,&nbsp;Okta,&nbsp;or&nbsp;similar&nbsp;services&nbsp;to&nbsp;have&nbsp;the&nbsp;user&nbsp;gra</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nt&nbsp;access&nbsp;to&nbsp;their&nbsp;account.&nbsp;<span class=\"diff_sub\">&nbsp;</span>I<span class=\"diff_chg\">n&nbsp;some&nbsp;case</span>s,&nbsp;<span class=\"diff_chg\">ad</span>v<span class=\"diff_chg\">ersaries&nbsp;may&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nt&nbsp;access&nbsp;to&nbsp;their&nbsp;account.&nbsp;I<span class=\"diff_chg\">f&nbsp;adversaries&nbsp;lack&nbsp;credentials&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">continuously&nbsp;repeat&nbsp;login&nbsp;attempts&nbsp;in&nbsp;order&nbsp;to&nbsp;</span>b<span class=\"diff_chg\">om</span>b<span class=\"diff_chg\">ard&nbsp;users</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">to&nbsp;victim&nbsp;account</span>s,&nbsp;<span class=\"diff_chg\">they&nbsp;may&nbsp;also&nbsp;abuse&nbsp;automatic&nbsp;push&nbsp;notif</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\"></span>&nbsp;with&nbsp;MFA&nbsp;push&nbsp;notifications,&nbsp;SMS&nbsp;messages,&nbsp;and&nbsp;phone&nbsp;calls,</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">ication&nbsp;generation&nbsp;when&nbsp;this&nbsp;option&nbsp;is&nbsp;configured&nbsp;for&nbsp;self-s</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;potentially&nbsp;resulting&nbsp;in&nbsp;the&nbsp;user&nbsp;finally&nbsp;accepting&nbsp;the&nbsp;aut</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">er</span>v<span class=\"diff_chg\">ice&nbsp;password&nbsp;reset&nbsp;(SSPR).(Citation:&nbsp;O</span>b<span class=\"diff_chg\">sidian&nbsp;SSPR&nbsp;A</span>b<span class=\"diff_chg\">use&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">hentication&nbsp;request&nbsp;in&nbsp;response&nbsp;to&nbsp;\u201cMFA&nbsp;fatigue.\u201d(Citation:&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">2023)&nbsp;&nbsp;In&nbsp;some&nbsp;cases,&nbsp;adversaries&nbsp;may&nbsp;continuously&nbsp;repeat&nbsp;lo</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Russian&nbsp;2FA&nbsp;Push&nbsp;Annoyance&nbsp;-&nbsp;Cimpanu)(Citation:&nbsp;MFA&nbsp;Fatigue&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">gin&nbsp;attempts&nbsp;in&nbsp;order&nbsp;to&nbsp;bombard&nbsp;users</span>&nbsp;with&nbsp;MFA&nbsp;push&nbsp;notific</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Attacks&nbsp;-&nbsp;PortSwigger)(Citation:&nbsp;Suspected&nbsp;Russian&nbsp;Activity&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ations,&nbsp;SMS&nbsp;messages,&nbsp;and&nbsp;phone&nbsp;calls,&nbsp;potentially&nbsp;resulting</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Targeting&nbsp;Government&nbsp;and&nbsp;Business&nbsp;Entities&nbsp;Around&nbsp;the&nbsp;Globe)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;in&nbsp;the&nbsp;user&nbsp;finally&nbsp;accepting&nbsp;the&nbsp;authentication&nbsp;request&nbsp;in</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;response&nbsp;to&nbsp;\u201cMFA&nbsp;fatigue.\u201d(Citation:&nbsp;Russian&nbsp;2FA&nbsp;Push&nbsp;Annoy</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ance&nbsp;-&nbsp;Cimpanu)(Citation:&nbsp;MFA&nbsp;Fatigue&nbsp;Attacks&nbsp;-&nbsp;PortSwigger)</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">(Citation:&nbsp;Suspected&nbsp;Russian&nbsp;Activity&nbsp;Targeting&nbsp;Government&nbsp;a</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nd&nbsp;Business&nbsp;Entities&nbsp;Around&nbsp;the&nbsp;Globe)</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1017: User Training",
                            "M1032: Multi-factor Authentication",
                            "M1036: Account Use Policies"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0002: User Account (User Account Authentication)",
                            "DS0015: Application Log (Application Log Content)",
                            "DS0028: Logon Session (Logon Session Creation)",
                            "DS0028: Logon Session (Logon Session Metadata)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--3257eb21-f9a7-4430-8de1-d8b6e288f529",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:30:41.399000+00:00",
                    "modified": "2024-04-19 12:32:44.370000+00:00",
                    "name": "Network Sniffing",
                    "description": "Adversaries may passively sniff network traffic to capture information about an environment, including authentication material passed over the network. Network sniffing refers to using the network interface on a system to monitor or capture information sent over a wired or wireless connection. An adversary may place a network interface into promiscuous mode to passively access data in transit over the network, or use span ports to capture a larger amount of data.\n\nData captured via this technique may include user credentials, especially those sent over an insecure, unencrypted protocol. Techniques for name service resolution poisoning, such as [LLMNR/NBT-NS Poisoning and SMB Relay](https://attack.mitre.org/techniques/T1557/001), can also be used to capture credentials to websites, proxies, and internal systems by redirecting traffic to an adversary.\n\nNetwork sniffing may reveal configuration details, such as running services, version numbers, and other network characteristics (e.g. IP addresses, hostnames, VLAN IDs) necessary for subsequent [Lateral Movement](https://attack.mitre.org/tactics/TA0008) and/or [Defense Evasion](https://attack.mitre.org/tactics/TA0005) activities. Adversaries may likely also utilize network sniffing during [Adversary-in-the-Middle](https://attack.mitre.org/techniques/T1557) (AiTM) to passively gain additional knowledge about the environment.\n\nIn cloud-based environments, adversaries may still be able to use traffic mirroring services to sniff network traffic from virtual machines. For example, AWS Traffic Mirroring, GCP Packet Mirroring, and Azure vTap allow users to define specified instances to collect traffic from and specified targets to send collected traffic to.(Citation: AWS Traffic Mirroring)(Citation: GCP Packet Mirroring)(Citation: Azure Virtual Network TAP) Often, much of this traffic will be in cleartext due to the use of TLS termination at the load balancer level to reduce the strain of encrypting and decrypting traffic.(Citation: Rhino Security Labs AWS VPC Traffic Mirroring)(Citation: SpecterOps AWS Traffic Mirroring) The adversary can then use exfiltration techniques such as Transfer Data to Cloud Account in order to access the sniffed traffic.(Citation: Rhino Security Labs AWS VPC Traffic Mirroring)\n\nOn network devices, adversaries may perform network captures using [Network Device CLI](https://attack.mitre.org/techniques/T1059/008) commands such as `monitor capture`.(Citation: US-CERT-TA18-106A)(Citation: capture_embedded_packet_on_software)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "credential-access"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "discovery"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1040",
                            "external_id": "T1040"
                        },
                        {
                            "source_name": "AWS Traffic Mirroring",
                            "description": "Amazon Web Services. (n.d.). How Traffic Mirroring works. Retrieved March 17, 2022.",
                            "url": "https://docs.aws.amazon.com/vpc/latest/mirroring/traffic-mirroring-how-it-works.html"
                        },
                        {
                            "source_name": "capture_embedded_packet_on_software",
                            "description": "Cisco. (2022, August 17). Configure and Capture Embedded Packet on Software. Retrieved July 13, 2022.",
                            "url": "https://www.cisco.com/c/en/us/support/docs/ios-nx-os-software/ios-embedded-packet-capture/116045-productconfig-epc-00.html"
                        },
                        {
                            "source_name": "GCP Packet Mirroring",
                            "description": "Google Cloud. (n.d.). Packet Mirroring overview. Retrieved March 17, 2022.",
                            "url": "https://cloud.google.com/vpc/docs/packet-mirroring"
                        },
                        {
                            "source_name": "SpecterOps AWS Traffic Mirroring",
                            "description": "Luke Paine. (2020, March 11). Through the Looking Glass \u2014 Part 1. Retrieved March 17, 2022.",
                            "url": "https://posts.specterops.io/through-the-looking-glass-part-1-f539ae308512"
                        },
                        {
                            "source_name": "Azure Virtual Network TAP",
                            "description": "Microsoft. (2022, February 9). Virtual network TAP. Retrieved March 17, 2022.",
                            "url": "https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-tap-overview"
                        },
                        {
                            "source_name": "Rhino Security Labs AWS VPC Traffic Mirroring",
                            "description": "Spencer Gietzen. (2019, September 17). Abusing VPC Traffic Mirroring in AWS. Retrieved March 17, 2022.",
                            "url": "https://rhinosecuritylabs.com/aws/abusing-vpc-traffic-mirroring-in-aws/"
                        },
                        {
                            "source_name": "US-CERT-TA18-106A",
                            "description": "US-CERT. (2018, April 20). Alert (TA18-106A) Russian State-Sponsored Cyber Actors Targeting Network Infrastructure Devices. Retrieved October 19, 2020.",
                            "url": "https://www.us-cert.gov/ncas/alerts/TA18-106A"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Oleg Kolesnikov, Securonix",
                        "Tiago Faria, 3CORESec",
                        "Austin Clark, @c2defense",
                        "Itamar Mizrahi, Cymptom",
                        "Eliraz Levi, Hunters"
                    ],
                    "x_mitre_data_sources": [
                        "Command: Command Execution",
                        "Process: Process Creation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Detecting the events leading up to sniffing network traffic may be the best method of detection. From the host level, an adversary would likely need to perform a [Adversary-in-the-Middle](https://attack.mitre.org/techniques/T1557) attack against other devices on a wired network in order to capture traffic that was not to or from the current compromised system. This change in the flow of information is detectable at the enclave network level. Monitor for ARP spoofing and gratuitous ARP broadcasts. Detecting compromised network devices is a bit more challenging. Auditing administrator logins, configuration changes, and device images is required to detect malicious changes.\n\nIn cloud-based environments, monitor for the creation of new traffic mirrors or modification of existing traffic mirrors. For network infrastructure devices, collect AAA logging to monitor for the capture of network traffic.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows",
                        "Network",
                        "IaaS"
                    ],
                    "x_mitre_system_requirements": [
                        "Network interface access and packet capture driver"
                    ],
                    "x_mitre_version": "1.6",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-19 12:32:44.370000+00:00\", \"old_value\": \"2023-07-10 15:48:01.560000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may passively sniff network traffic to capture information about an environment, including authentication material passed over the network. Network sniffing refers to using the network interface on a system to monitor or capture information sent over a wired or wireless connection. An adversary may place a network interface into promiscuous mode to passively access data in transit over the network, or use span ports to capture a larger amount of data.\\n\\nData captured via this technique may include user credentials, especially those sent over an insecure, unencrypted protocol. Techniques for name service resolution poisoning, such as [LLMNR/NBT-NS Poisoning and SMB Relay](https://attack.mitre.org/techniques/T1557/001), can also be used to capture credentials to websites, proxies, and internal systems by redirecting traffic to an adversary.\\n\\nNetwork sniffing may reveal configuration details, such as running services, version numbers, and other network characteristics (e.g. IP addresses, hostnames, VLAN IDs) necessary for subsequent [Lateral Movement](https://attack.mitre.org/tactics/TA0008) and/or [Defense Evasion](https://attack.mitre.org/tactics/TA0005) activities. Adversaries may likely also utilize network sniffing during [Adversary-in-the-Middle](https://attack.mitre.org/techniques/T1557) (AiTM) to passively gain additional knowledge about the environment.\\n\\nIn cloud-based environments, adversaries may still be able to use traffic mirroring services to sniff network traffic from virtual machines. For example, AWS Traffic Mirroring, GCP Packet Mirroring, and Azure vTap allow users to define specified instances to collect traffic from and specified targets to send collected traffic to.(Citation: AWS Traffic Mirroring)(Citation: GCP Packet Mirroring)(Citation: Azure Virtual Network TAP) Often, much of this traffic will be in cleartext due to the use of TLS termination at the load balancer level to reduce the strain of encrypting and decrypting traffic.(Citation: Rhino Security Labs AWS VPC Traffic Mirroring)(Citation: SpecterOps AWS Traffic Mirroring) The adversary can then use exfiltration techniques such as Transfer Data to Cloud Account in order to access the sniffed traffic.(Citation: Rhino Security Labs AWS VPC Traffic Mirroring)\\n\\nOn network devices, adversaries may perform network captures using [Network Device CLI](https://attack.mitre.org/techniques/T1059/008) commands such as `monitor capture`.(Citation: US-CERT-TA18-106A)(Citation: capture_embedded_packet_on_software)\", \"old_value\": \"Adversaries may sniff network traffic to capture information about an environment, including authentication material passed over the network. Network sniffing refers to using the network interface on a system to monitor or capture information sent over a wired or wireless connection. An adversary may place a network interface into promiscuous mode to passively access data in transit over the network, or use span ports to capture a larger amount of data.\\n\\nData captured via this technique may include user credentials, especially those sent over an insecure, unencrypted protocol. Techniques for name service resolution poisoning, such as [LLMNR/NBT-NS Poisoning and SMB Relay](https://attack.mitre.org/techniques/T1557/001), can also be used to capture credentials to websites, proxies, and internal systems by redirecting traffic to an adversary.\\n\\nNetwork sniffing may also reveal configuration details, such as running services, version numbers, and other network characteristics (e.g. IP addresses, hostnames, VLAN IDs) necessary for subsequent Lateral Movement and/or Defense Evasion activities.\\n\\nIn cloud-based environments, adversaries may still be able to use traffic mirroring services to sniff network traffic from virtual machines. For example, AWS Traffic Mirroring, GCP Packet Mirroring, and Azure vTap allow users to define specified instances to collect traffic from and specified targets to send collected traffic to.(Citation: AWS Traffic Mirroring)(Citation: GCP Packet Mirroring)(Citation: Azure Virtual Network TAP) Often, much of this traffic will be in cleartext due to the use of TLS termination at the load balancer level to reduce the strain of encrypting and decrypting traffic.(Citation: Rhino Security Labs AWS VPC Traffic Mirroring)(Citation: SpecterOps AWS Traffic Mirroring) The adversary can then use exfiltration techniques such as Transfer Data to Cloud Account in order to access the sniffed traffic.(Citation: Rhino Security Labs AWS VPC Traffic Mirroring)\\n\\nOn network devices, adversaries may perform network captures using [Network Device CLI](https://attack.mitre.org/techniques/T1059/008) commands such as `monitor capture`.(Citation: US-CERT-TA18-106A)(Citation: capture_embedded_packet_on_software)\", \"diff\": \"--- \\n+++ \\n@@ -1,8 +1,8 @@\\n-Adversaries may sniff network traffic to capture information about an environment, including authentication material passed over the network. Network sniffing refers to using the network interface on a system to monitor or capture information sent over a wired or wireless connection. An adversary may place a network interface into promiscuous mode to passively access data in transit over the network, or use span ports to capture a larger amount of data.\\n+Adversaries may passively sniff network traffic to capture information about an environment, including authentication material passed over the network. Network sniffing refers to using the network interface on a system to monitor or capture information sent over a wired or wireless connection. An adversary may place a network interface into promiscuous mode to passively access data in transit over the network, or use span ports to capture a larger amount of data.\\n \\n Data captured via this technique may include user credentials, especially those sent over an insecure, unencrypted protocol. Techniques for name service resolution poisoning, such as [LLMNR/NBT-NS Poisoning and SMB Relay](https://attack.mitre.org/techniques/T1557/001), can also be used to capture credentials to websites, proxies, and internal systems by redirecting traffic to an adversary.\\n \\n-Network sniffing may also reveal configuration details, such as running services, version numbers, and other network characteristics (e.g. IP addresses, hostnames, VLAN IDs) necessary for subsequent Lateral Movement and/or Defense Evasion activities.\\n+Network sniffing may reveal configuration details, such as running services, version numbers, and other network characteristics (e.g. IP addresses, hostnames, VLAN IDs) necessary for subsequent [Lateral Movement](https://attack.mitre.org/tactics/TA0008) and/or [Defense Evasion](https://attack.mitre.org/tactics/TA0005) activities. Adversaries may likely also utilize network sniffing during [Adversary-in-the-Middle](https://attack.mitre.org/techniques/T1557) (AiTM) to passively gain additional knowledge about the environment.\\n \\n In cloud-based environments, adversaries may still be able to use traffic mirroring services to sniff network traffic from virtual machines. For example, AWS Traffic Mirroring, GCP Packet Mirroring, and Azure vTap allow users to define specified instances to collect traffic from and specified targets to send collected traffic to.(Citation: AWS Traffic Mirroring)(Citation: GCP Packet Mirroring)(Citation: Azure Virtual Network TAP) Often, much of this traffic will be in cleartext due to the use of TLS termination at the load balancer level to reduce the strain of encrypting and decrypting traffic.(Citation: Rhino Security Labs AWS VPC Traffic Mirroring)(Citation: SpecterOps AWS Traffic Mirroring) The adversary can then use exfiltration techniques such as Transfer Data to Cloud Account in order to access the sniffed traffic.(Citation: Rhino Security Labs AWS VPC Traffic Mirroring)\\n \"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.6\", \"old_value\": \"1.5\"}}, \"iterable_item_added\": {\"root['x_mitre_contributors'][4]\": \"Eliraz Levi, Hunters\"}}",
                    "previous_version": "1.5",
                    "version_change": "1.5 \u2192 1.6",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to29__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to29__0\"><a href=\"#difflib_chg_to29__top\">t</a></td><td class=\"diff_header\" id=\"from29_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;<span class=\"diff_chg\">sniff</span>&nbsp;network&nbsp;traffic&nbsp;to&nbsp;capture&nbsp;information</td><td class=\"diff_next\"><a href=\"#difflib_chg_to29__top\">t</a></td><td class=\"diff_header\" id=\"to29_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;<span class=\"diff_chg\">passively&nbsp;sniff</span>&nbsp;network&nbsp;traffic&nbsp;to&nbsp;capture&nbsp;i</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;about&nbsp;an&nbsp;environment,&nbsp;including&nbsp;authentication&nbsp;material&nbsp;pas</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nformation&nbsp;about&nbsp;an&nbsp;environment,&nbsp;including&nbsp;authentication&nbsp;ma</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">sed&nbsp;over&nbsp;the&nbsp;network.&nbsp;Network&nbsp;sniffing&nbsp;refers&nbsp;to&nbsp;using&nbsp;the&nbsp;n</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">terial&nbsp;passed&nbsp;over&nbsp;the&nbsp;network.&nbsp;Network&nbsp;sniffing&nbsp;refers&nbsp;to&nbsp;u</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">etwork&nbsp;interface&nbsp;on&nbsp;a&nbsp;system&nbsp;to&nbsp;monitor&nbsp;or&nbsp;capture&nbsp;informati</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">sing&nbsp;the&nbsp;network&nbsp;interface&nbsp;on&nbsp;a&nbsp;system&nbsp;to&nbsp;monitor&nbsp;or&nbsp;capture</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">on&nbsp;sent&nbsp;over&nbsp;a&nbsp;wired&nbsp;or&nbsp;wireless&nbsp;connection.&nbsp;An&nbsp;adversary&nbsp;ma</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;information&nbsp;sent&nbsp;over&nbsp;a&nbsp;wired&nbsp;or&nbsp;wireless&nbsp;connection.&nbsp;An&nbsp;ad</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">y&nbsp;place&nbsp;a&nbsp;network&nbsp;interface&nbsp;into&nbsp;promiscuous&nbsp;mode&nbsp;to&nbsp;passive</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">versary&nbsp;may&nbsp;place&nbsp;a&nbsp;network&nbsp;interface&nbsp;into&nbsp;promiscuous&nbsp;mode&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ly&nbsp;access&nbsp;data&nbsp;in&nbsp;transit&nbsp;over&nbsp;the&nbsp;network,&nbsp;or&nbsp;use&nbsp;span&nbsp;port</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">to&nbsp;passively&nbsp;access&nbsp;data&nbsp;in&nbsp;transit&nbsp;over&nbsp;the&nbsp;network,&nbsp;or&nbsp;use</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;to&nbsp;capture&nbsp;a&nbsp;larger&nbsp;amount&nbsp;of&nbsp;data.&nbsp;&nbsp;Data&nbsp;captured&nbsp;via&nbsp;thi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;span&nbsp;ports&nbsp;to&nbsp;capture&nbsp;a&nbsp;larger&nbsp;amount&nbsp;of&nbsp;data.&nbsp;&nbsp;Data&nbsp;captur</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;technique&nbsp;may&nbsp;include&nbsp;user&nbsp;credentials,&nbsp;especially&nbsp;those&nbsp;s</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;via&nbsp;this&nbsp;technique&nbsp;may&nbsp;include&nbsp;user&nbsp;credentials,&nbsp;especial</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ent&nbsp;over&nbsp;an&nbsp;insecure,&nbsp;unencrypted&nbsp;protocol.&nbsp;Techniques&nbsp;for&nbsp;n</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ly&nbsp;those&nbsp;sent&nbsp;over&nbsp;an&nbsp;insecure,&nbsp;unencrypted&nbsp;protocol.&nbsp;Techni</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ame&nbsp;service&nbsp;resolution&nbsp;poisoning,&nbsp;such&nbsp;as&nbsp;[LLMNR/NBT-NS&nbsp;Pois</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ques&nbsp;for&nbsp;name&nbsp;service&nbsp;resolution&nbsp;poisoning,&nbsp;such&nbsp;as&nbsp;[LLMNR/N</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">oning&nbsp;and&nbsp;SMB&nbsp;Relay](https://attack.mitre.org/techniques/T15</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">BT-NS&nbsp;Poisoning&nbsp;and&nbsp;SMB&nbsp;Relay](https://attack.mitre.org/tech</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">57/001),&nbsp;can&nbsp;also&nbsp;be&nbsp;used&nbsp;to&nbsp;capture&nbsp;credentials&nbsp;to&nbsp;websites</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">niques/T1557/001),&nbsp;can&nbsp;also&nbsp;be&nbsp;used&nbsp;to&nbsp;capture&nbsp;credentials&nbsp;t</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">,&nbsp;proxies,&nbsp;and&nbsp;internal&nbsp;systems&nbsp;by&nbsp;redirecting&nbsp;traffic&nbsp;to&nbsp;an</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">o&nbsp;websites,&nbsp;proxies,&nbsp;and&nbsp;internal&nbsp;systems&nbsp;by&nbsp;redirecting&nbsp;tra</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;adversary.&nbsp;&nbsp;Network&nbsp;sniffing&nbsp;may&nbsp;<span class=\"diff_chg\">also&nbsp;reveal&nbsp;configuration</span>&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ffic&nbsp;to&nbsp;an&nbsp;adversary.&nbsp;&nbsp;Network&nbsp;sniffing&nbsp;may&nbsp;<span class=\"diff_chg\">reveal&nbsp;configura</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">details,&nbsp;such&nbsp;as&nbsp;running&nbsp;services,&nbsp;version&nbsp;numbers,&nbsp;and&nbsp;othe</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">tion</span>&nbsp;details,&nbsp;such&nbsp;as&nbsp;running&nbsp;services,&nbsp;version&nbsp;numbers,&nbsp;and</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">r&nbsp;network&nbsp;characteristics&nbsp;(e.g.&nbsp;IP&nbsp;addresses,&nbsp;hostnames,&nbsp;VLA</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;other&nbsp;network&nbsp;characteristics&nbsp;(e.g.&nbsp;IP&nbsp;addresses,&nbsp;hostnames</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">N&nbsp;IDs)&nbsp;necessary&nbsp;for&nbsp;subsequent&nbsp;Lateral&nbsp;Movement<span class=\"diff_chg\">&nbsp;and</span>/<span class=\"diff_chg\">or&nbsp;</span>Defe</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">,&nbsp;VLAN&nbsp;IDs)&nbsp;necessary&nbsp;for&nbsp;subsequent&nbsp;<span class=\"diff_add\">[</span>Lateral&nbsp;Movement<span class=\"diff_chg\">](http</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nse&nbsp;Evasion<span class=\"diff_chg\">&nbsp;activities</span>.&nbsp;&nbsp;In&nbsp;cloud-based&nbsp;environments,&nbsp;advers</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">s:</span>/<span class=\"diff_chg\">/attack.mitre.org/tactics/TA0008)&nbsp;and/or&nbsp;[</span>Defense&nbsp;Evasion</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">aries&nbsp;may&nbsp;still&nbsp;be&nbsp;able&nbsp;to&nbsp;use&nbsp;traffic&nbsp;mirroring&nbsp;services&nbsp;to</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">](https://attack</span>.<span class=\"diff_add\">mitre.org/tactics/TA0005)&nbsp;activities.&nbsp;Adver</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;sniff&nbsp;network&nbsp;traffic&nbsp;from&nbsp;virtual&nbsp;machines.&nbsp;For&nbsp;example,&nbsp;A</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">saries&nbsp;may&nbsp;likely&nbsp;also&nbsp;utilize&nbsp;network&nbsp;sniffing&nbsp;during&nbsp;[Adve</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">WS&nbsp;Traffic&nbsp;Mirroring,&nbsp;GCP&nbsp;Packet&nbsp;Mirroring,&nbsp;and&nbsp;Azure&nbsp;vTap&nbsp;a</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">rsary-in-the-Middle](https://attack.mitre.org/techniques/T15</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">llow&nbsp;users&nbsp;to&nbsp;define&nbsp;specified&nbsp;instances&nbsp;to&nbsp;collect&nbsp;traffic&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">57)&nbsp;(AiTM)&nbsp;to&nbsp;passively&nbsp;gain&nbsp;additional&nbsp;knowledge&nbsp;about&nbsp;the&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">from&nbsp;and&nbsp;specified&nbsp;targets&nbsp;to&nbsp;send&nbsp;collected&nbsp;traffic&nbsp;to.(Cit</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">environment.</span>&nbsp;&nbsp;In&nbsp;cloud-based&nbsp;environments,&nbsp;adversaries&nbsp;may&nbsp;s</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ation:&nbsp;AWS&nbsp;Traffic&nbsp;Mirroring)(Citation:&nbsp;GCP&nbsp;Packet&nbsp;Mirroring</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">till&nbsp;be&nbsp;able&nbsp;to&nbsp;use&nbsp;traffic&nbsp;mirroring&nbsp;services&nbsp;to&nbsp;sniff&nbsp;netw</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">)(Citation:&nbsp;Azure&nbsp;Virtual&nbsp;Network&nbsp;TAP)&nbsp;Often,&nbsp;much&nbsp;of&nbsp;this&nbsp;t</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ork&nbsp;traffic&nbsp;from&nbsp;virtual&nbsp;machines.&nbsp;For&nbsp;example,&nbsp;AWS&nbsp;Traffic&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">raffic&nbsp;will&nbsp;be&nbsp;in&nbsp;cleartext&nbsp;due&nbsp;to&nbsp;the&nbsp;use&nbsp;of&nbsp;TLS&nbsp;terminatio</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Mirroring,&nbsp;GCP&nbsp;Packet&nbsp;Mirroring,&nbsp;and&nbsp;Azure&nbsp;vTap&nbsp;allow&nbsp;users&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n&nbsp;at&nbsp;the&nbsp;load&nbsp;balancer&nbsp;level&nbsp;to&nbsp;reduce&nbsp;the&nbsp;strain&nbsp;of&nbsp;encrypt</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">to&nbsp;define&nbsp;specified&nbsp;instances&nbsp;to&nbsp;collect&nbsp;traffic&nbsp;from&nbsp;and&nbsp;sp</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ing&nbsp;and&nbsp;decrypting&nbsp;traffic.(Citation:&nbsp;Rhino&nbsp;Security&nbsp;Labs&nbsp;AW</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ecified&nbsp;targets&nbsp;to&nbsp;send&nbsp;collected&nbsp;traffic&nbsp;to.(Citation:&nbsp;AWS&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">S&nbsp;VPC&nbsp;Traffic&nbsp;Mirroring)(Citation:&nbsp;SpecterOps&nbsp;AWS&nbsp;Traffic&nbsp;Mi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Traffic&nbsp;Mirroring)(Citation:&nbsp;GCP&nbsp;Packet&nbsp;Mirroring)(Citation:</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rroring)&nbsp;The&nbsp;adversary&nbsp;can&nbsp;then&nbsp;use&nbsp;exfiltration&nbsp;techniques&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Azure&nbsp;Virtual&nbsp;Network&nbsp;TAP)&nbsp;Often,&nbsp;much&nbsp;of&nbsp;this&nbsp;traffic&nbsp;will</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">such&nbsp;as&nbsp;Transfer&nbsp;Data&nbsp;to&nbsp;Cloud&nbsp;Account&nbsp;in&nbsp;order&nbsp;to&nbsp;access&nbsp;th</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;be&nbsp;in&nbsp;cleartext&nbsp;due&nbsp;to&nbsp;the&nbsp;use&nbsp;of&nbsp;TLS&nbsp;termination&nbsp;at&nbsp;the&nbsp;lo</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;sniffed&nbsp;traffic.(Citation:&nbsp;Rhino&nbsp;Security&nbsp;Labs&nbsp;AWS&nbsp;VPC&nbsp;Tra</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ad&nbsp;balancer&nbsp;level&nbsp;to&nbsp;reduce&nbsp;the&nbsp;strain&nbsp;of&nbsp;encrypting&nbsp;and&nbsp;dec</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ffic&nbsp;Mirroring)&nbsp;&nbsp;On&nbsp;network&nbsp;devices,&nbsp;adversaries&nbsp;may&nbsp;perform</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rypting&nbsp;traffic.(Citation:&nbsp;Rhino&nbsp;Security&nbsp;Labs&nbsp;AWS&nbsp;VPC&nbsp;Traff</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;network&nbsp;captures&nbsp;using&nbsp;[Network&nbsp;Device&nbsp;CLI](https://attack.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ic&nbsp;Mirroring)(Citation:&nbsp;SpecterOps&nbsp;AWS&nbsp;Traffic&nbsp;Mirroring)&nbsp;Th</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">mitre.org/techniques/T1059/008)&nbsp;commands&nbsp;such&nbsp;as&nbsp;`monitor&nbsp;ca</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;adversary&nbsp;can&nbsp;then&nbsp;use&nbsp;exfiltration&nbsp;techniques&nbsp;such&nbsp;as&nbsp;Tra</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">pture`.(Citation:&nbsp;US-CERT-TA18-106A)(Citation:&nbsp;capture_embed</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nsfer&nbsp;Data&nbsp;to&nbsp;Cloud&nbsp;Account&nbsp;in&nbsp;order&nbsp;to&nbsp;access&nbsp;the&nbsp;sniffed&nbsp;t</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ded_packet_on_software)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">raffic.(Citation:&nbsp;Rhino&nbsp;Security&nbsp;Labs&nbsp;AWS&nbsp;VPC&nbsp;Traffic&nbsp;Mirror</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ing)&nbsp;&nbsp;On&nbsp;network&nbsp;devices,&nbsp;adversaries&nbsp;may&nbsp;perform&nbsp;network&nbsp;ca</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ptures&nbsp;using&nbsp;[Network&nbsp;Device&nbsp;CLI](https://attack.mitre.org/t</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">echniques/T1059/008)&nbsp;commands&nbsp;such&nbsp;as&nbsp;`monitor&nbsp;capture`.(Cit</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ation:&nbsp;US-CERT-TA18-106A)(Citation:&nbsp;capture_embedded_packet_</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">on_software)</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1018: User Account Management",
                            "M1030: Network Segmentation",
                            "M1032: Multi-factor Authentication",
                            "M1041: Encrypt Sensitive Information"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (Process Creation)",
                            "DS0017: Command (Command Execution)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--0a3ead4e-6d47-4ccb-854c-a6a4f9d96b22",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:30:19.735000+00:00",
                    "modified": "2024-04-18 23:47:41.667000+00:00",
                    "name": "OS Credential Dumping",
                    "description": "Adversaries may attempt to dump credentials to obtain account login and credential material, normally in the form of a hash or a clear text password. Credentials can be obtained from OS caches, memory, or structures.(Citation: Brining MimiKatz to Unix) Credentials can then be used to perform [Lateral Movement](https://attack.mitre.org/tactics/TA0008) and access restricted information.\n\nSeveral of the tools mentioned in associated sub-techniques may be used by both adversaries and professional security testers. Additional custom tools likely exist as well.\n",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "credential-access"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1003",
                            "external_id": "T1003"
                        },
                        {
                            "source_name": "Medium Detecting Attempts to Steal Passwords from Memory",
                            "description": "French, D. (2018, October 2). Detecting Attempts to Steal Passwords from Memory. Retrieved October 11, 2019.",
                            "url": "https://medium.com/threatpunter/detecting-attempts-to-steal-passwords-from-memory-558f16dce4ea"
                        },
                        {
                            "source_name": "AdSecurity DCSync Sept 2015",
                            "description": "Metcalf, S. (2015, September 25). Mimikatz DCSync Usage, Exploitation, and Detection. Retrieved December 4, 2017.",
                            "url": "https://adsecurity.org/?p=1729"
                        },
                        {
                            "source_name": "Microsoft DRSR Dec 2017",
                            "description": "Microsoft. (2017, December 1). MS-DRSR Directory Replication Service (DRS) Remote Protocol. Retrieved December 4, 2017.",
                            "url": "https://msdn.microsoft.com/library/cc228086.aspx"
                        },
                        {
                            "source_name": "Microsoft NRPC Dec 2017",
                            "description": "Microsoft. (2017, December 1). MS-NRPC - Netlogon Remote Protocol. Retrieved December 6, 2017.",
                            "url": "https://msdn.microsoft.com/library/cc237008.aspx"
                        },
                        {
                            "source_name": "Microsoft GetNCCChanges",
                            "description": "Microsoft. (n.d.). IDL_DRSGetNCChanges (Opnum 3). Retrieved December 4, 2017.",
                            "url": "https://msdn.microsoft.com/library/dd207691.aspx"
                        },
                        {
                            "source_name": "Microsoft SAMR",
                            "description": "Microsoft. (n.d.). MS-SAMR Security Account Manager (SAM) Remote Protocol (Client-to-Server) - Transport. Retrieved December 4, 2017.",
                            "url": "https://msdn.microsoft.com/library/cc245496.aspx"
                        },
                        {
                            "source_name": "Powersploit",
                            "description": "PowerSploit. (n.d.). Retrieved December 4, 2014.",
                            "url": "https://github.com/mattifestation/PowerSploit"
                        },
                        {
                            "source_name": "Samba DRSUAPI",
                            "description": "SambaWiki. (n.d.). DRSUAPI. Retrieved December 4, 2017.",
                            "url": "https://wiki.samba.org/index.php/DRSUAPI"
                        },
                        {
                            "source_name": "Harmj0y DCSync Sept 2015",
                            "description": "Schroeder, W. (2015, September 22). Mimikatz and DCSync and ExtraSids, Oh My. Retrieved December 4, 2017.",
                            "url": "http://www.harmj0y.net/blog/redteaming/mimikatz-and-dcsync-and-extrasids-oh-my/"
                        },
                        {
                            "source_name": "Brining MimiKatz to Unix",
                            "description": "Tim Wadhwa-Brown. (2018, November). Where 2 worlds collide Bringing Mimikatz et al to UNIX. Retrieved October 13, 2021.",
                            "url": "https://labs.portcullis.co.uk/download/eu-18-Wadhwa-Brown-Where-2-worlds-collide-Bringing-Mimikatz-et-al-to-UNIX.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Vincent Le Toux",
                        "Ed Williams, Trustwave, SpiderLabs",
                        "Tim (Wadhwa-)Brown",
                        "Yves Yonan"
                    ],
                    "x_mitre_data_sources": [
                        "Network Traffic: Network Traffic Content",
                        "Process: Process Creation",
                        "Network Traffic: Network Traffic Flow",
                        "File: File Creation",
                        "Windows Registry: Windows Registry Key Access",
                        "Process: OS API Execution",
                        "File: File Access",
                        "Process: Process Access",
                        "Command: Command Execution",
                        "Active Directory: Active Directory Object Access"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "### Windows\nMonitor for unexpected processes interacting with lsass.exe.(Citation: Medium Detecting Attempts to Steal Passwords from Memory) Common credential dumpers such as [Mimikatz](https://attack.mitre.org/software/S0002) access the LSA Subsystem Service (LSASS) process by opening the process, locating the LSA secrets key, and decrypting the sections in memory where credential details are stored. Credential dumpers may also use methods for reflective [Process Injection](https://attack.mitre.org/techniques/T1055) to reduce potential indicators of malicious activity.\n\nHash dumpers open the Security Accounts Manager (SAM) on the local file system (%SystemRoot%/system32/config/SAM) or create a dump of the Registry SAM key to access stored account password hashes. Some hash dumpers will open the local file system as a device and parse to the SAM table to avoid file access defenses. Others will make an in-memory copy of the SAM table before reading hashes. Detection of compromised [Valid Accounts](https://attack.mitre.org/techniques/T1078) in-use by adversaries may help as well. \n\nOn Windows 8.1 and Windows Server 2012 R2, monitor Windows Logs for LSASS.exe creation to verify that LSASS started as a protected process.\n\nMonitor processes and command-line arguments for program execution that may be indicative of credential dumping. Remote access tools may contain built-in features or incorporate existing tools like [Mimikatz](https://attack.mitre.org/software/S0002). [PowerShell](https://attack.mitre.org/techniques/T1059/001) scripts also exist that contain credential dumping functionality, such as PowerSploit's Invoke-Mimikatz module, (Citation: Powersploit) which may require additional logging features to be configured in the operating system to collect necessary information for analysis.\n\nMonitor domain controller logs for replication requests and other unscheduled activity possibly associated with DCSync. (Citation: Microsoft DRSR Dec 2017) (Citation: Microsoft GetNCCChanges) (Citation: Samba DRSUAPI) Note: Domain controllers may not log replication requests originating from the default domain controller account. (Citation: Harmj0y DCSync Sept 2015). Also monitor for network protocols  (Citation: Microsoft DRSR Dec 2017) (Citation: Microsoft NRPC Dec 2017) and other replication requests (Citation: Microsoft SAMR) from IPs not associated with known domain controllers. (Citation: AdSecurity DCSync Sept 2015)\n\n### Linux\nTo obtain the passwords and hashes stored in memory, processes must open a maps file in the `/proc` filesystem for the process being analyzed. This file is stored under the path `/proc/<pid>/maps`, where the `<pid>` directory is the unique pid of the program being interrogated for such authentication data. The AuditD monitoring tool, which ships stock in many Linux distributions, can be used to watch for hostile processes opening this file in the proc file system, alerting on the pid, process name, and arguments of such programs.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows",
                        "Linux",
                        "macOS"
                    ],
                    "x_mitre_version": "2.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"dictionary_item_removed\": {\"root['x_mitre_permissions_required']\": [\"Administrator\", \"SYSTEM\", \"root\"]}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-18 23:47:41.667000+00:00\", \"old_value\": \"2022-03-08 21:00:53.436000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may attempt to dump credentials to obtain account login and credential material, normally in the form of a hash or a clear text password. Credentials can be obtained from OS caches, memory, or structures.(Citation: Brining MimiKatz to Unix) Credentials can then be used to perform [Lateral Movement](https://attack.mitre.org/tactics/TA0008) and access restricted information.\\n\\nSeveral of the tools mentioned in associated sub-techniques may be used by both adversaries and professional security testers. Additional custom tools likely exist as well.\\n\", \"old_value\": \"Adversaries may attempt to dump credentials to obtain account login and credential material, normally in the form of a hash or a clear text password, from the operating system and software. Credentials can then be used to perform [Lateral Movement](https://attack.mitre.org/tactics/TA0008) and access restricted information.\\n\\nSeveral of the tools mentioned in associated sub-techniques may be used by both adversaries and professional security testers. Additional custom tools likely exist as well.\\n\", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,3 @@\\n-Adversaries may attempt to dump credentials to obtain account login and credential material, normally in the form of a hash or a clear text password, from the operating system and software. Credentials can then be used to perform [Lateral Movement](https://attack.mitre.org/tactics/TA0008) and access restricted information.\\n+Adversaries may attempt to dump credentials to obtain account login and credential material, normally in the form of a hash or a clear text password. Credentials can be obtained from OS caches, memory, or structures.(Citation: Brining MimiKatz to Unix) Credentials can then be used to perform [Lateral Movement](https://attack.mitre.org/tactics/TA0008) and access restricted information.\\n \\n Several of the tools mentioned in associated sub-techniques may be used by both adversaries and professional security testers. Additional custom tools likely exist as well.\"}, \"root['x_mitre_detection']\": {\"new_value\": \"### Windows\\nMonitor for unexpected processes interacting with lsass.exe.(Citation: Medium Detecting Attempts to Steal Passwords from Memory) Common credential dumpers such as [Mimikatz](https://attack.mitre.org/software/S0002) access the LSA Subsystem Service (LSASS) process by opening the process, locating the LSA secrets key, and decrypting the sections in memory where credential details are stored. Credential dumpers may also use methods for reflective [Process Injection](https://attack.mitre.org/techniques/T1055) to reduce potential indicators of malicious activity.\\n\\nHash dumpers open the Security Accounts Manager (SAM) on the local file system (%SystemRoot%/system32/config/SAM) or create a dump of the Registry SAM key to access stored account password hashes. Some hash dumpers will open the local file system as a device and parse to the SAM table to avoid file access defenses. Others will make an in-memory copy of the SAM table before reading hashes. Detection of compromised [Valid Accounts](https://attack.mitre.org/techniques/T1078) in-use by adversaries may help as well. \\n\\nOn Windows 8.1 and Windows Server 2012 R2, monitor Windows Logs for LSASS.exe creation to verify that LSASS started as a protected process.\\n\\nMonitor processes and command-line arguments for program execution that may be indicative of credential dumping. Remote access tools may contain built-in features or incorporate existing tools like [Mimikatz](https://attack.mitre.org/software/S0002). [PowerShell](https://attack.mitre.org/techniques/T1059/001) scripts also exist that contain credential dumping functionality, such as PowerSploit's Invoke-Mimikatz module, (Citation: Powersploit) which may require additional logging features to be configured in the operating system to collect necessary information for analysis.\\n\\nMonitor domain controller logs for replication requests and other unscheduled activity possibly associated with DCSync. (Citation: Microsoft DRSR Dec 2017) (Citation: Microsoft GetNCCChanges) (Citation: Samba DRSUAPI) Note: Domain controllers may not log replication requests originating from the default domain controller account. (Citation: Harmj0y DCSync Sept 2015). Also monitor for network protocols  (Citation: Microsoft DRSR Dec 2017) (Citation: Microsoft NRPC Dec 2017) and other replication requests (Citation: Microsoft SAMR) from IPs not associated with known domain controllers. (Citation: AdSecurity DCSync Sept 2015)\\n\\n### Linux\\nTo obtain the passwords and hashes stored in memory, processes must open a maps file in the `/proc` filesystem for the process being analyzed. This file is stored under the path `/proc/<pid>/maps`, where the `<pid>` directory is the unique pid of the program being interrogated for such authentication data. The AuditD monitoring tool, which ships stock in many Linux distributions, can be used to watch for hostile processes opening this file in the proc file system, alerting on the pid, process name, and arguments of such programs.\", \"old_value\": \"### Windows\\nMonitor for unexpected processes interacting with lsass.exe.(Citation: Medium Detecting Attempts to Steal Passwords from Memory) Common credential dumpers such as [Mimikatz](https://attack.mitre.org/software/S0002) access the LSA Subsystem Service (LSASS) process by opening the process, locating the LSA secrets key, and decrypting the sections in memory where credential details are stored. Credential dumpers may also use methods for reflective [Process Injection](https://attack.mitre.org/techniques/T1055) to reduce potential indicators of malicious activity.\\n\\nHash dumpers open the Security Accounts Manager (SAM) on the local file system (%SystemRoot%/system32/config/SAM) or create a dump of the Registry SAM key to access stored account password hashes. Some hash dumpers will open the local file system as a device and parse to the SAM table to avoid file access defenses. Others will make an in-memory copy of the SAM table before reading hashes. Detection of compromised [Valid Accounts](https://attack.mitre.org/techniques/T1078) in-use by adversaries may help as well. \\n\\nOn Windows 8.1 and Windows Server 2012 R2, monitor Windows Logs for LSASS.exe creation to verify that LSASS started as a protected process.\\n\\nMonitor processes and command-line arguments for program execution that may be indicative of credential dumping. Remote access tools may contain built-in features or incorporate existing tools like [Mimikatz](https://attack.mitre.org/software/S0002). [PowerShell](https://attack.mitre.org/techniques/T1059/001) scripts also exist that contain credential dumping functionality, such as PowerSploit's Invoke-Mimikatz module, (Citation: Powersploit) which may require additional logging features to be configured in the operating system to collect necessary information for analysis.\\n\\nMonitor domain controller logs for replication requests and other unscheduled activity possibly associated with DCSync. (Citation: Microsoft DRSR Dec 2017) (Citation: Microsoft GetNCCChanges) (Citation: Samba DRSUAPI) Note: Domain controllers may not log replication requests originating from the default domain controller account. (Citation: Harmj0y DCSync Sept 2015). Also monitor for network protocols  (Citation: Microsoft DRSR Dec 2017) (Citation: Microsoft NRPC Dec 2017) and other replication requests (Citation: Microsoft SAMR) from IPs not associated with known domain controllers. (Citation: AdSecurity DCSync Sept 2015)\\n\\n### Linux\\nTo obtain the passwords and hashes stored in memory, processes must open a maps file in the /proc filesystem for the process being analyzed. This file is stored under the path <code>/proc/<pid>/maps</code>, where the <code><pid></code> directory is the unique pid of the program being interrogated for such authentication data. The AuditD monitoring tool, which ships stock in many Linux distributions, can be used to watch for hostile processes opening this file in the proc file system, alerting on the pid, process name, and arguments of such programs.\", \"diff\": \"--- \\n+++ \\n@@ -10,4 +10,4 @@\\n Monitor domain controller logs for replication requests and other unscheduled activity possibly associated with DCSync. (Citation: Microsoft DRSR Dec 2017) (Citation: Microsoft GetNCCChanges) (Citation: Samba DRSUAPI) Note: Domain controllers may not log replication requests originating from the default domain controller account. (Citation: Harmj0y DCSync Sept 2015). Also monitor for network protocols  (Citation: Microsoft DRSR Dec 2017) (Citation: Microsoft NRPC Dec 2017) and other replication requests (Citation: Microsoft SAMR) from IPs not associated with known domain controllers. (Citation: AdSecurity DCSync Sept 2015)\\n \\n ### Linux\\n-To obtain the passwords and hashes stored in memory, processes must open a maps file in the /proc filesystem for the process being analyzed. This file is stored under the path <code>/proc/<pid>/maps</code>, where the <code><pid></code> directory is the unique pid of the program being interrogated for such authentication data. The AuditD monitoring tool, which ships stock in many Linux distributions, can be used to watch for hostile processes opening this file in the proc file system, alerting on the pid, process name, and arguments of such programs.\\n+To obtain the passwords and hashes stored in memory, processes must open a maps file in the `/proc` filesystem for the process being analyzed. This file is stored under the path `/proc/<pid>/maps`, where the `<pid>` directory is the unique pid of the program being interrogated for such authentication data. The AuditD monitoring tool, which ships stock in many Linux distributions, can be used to watch for hostile processes opening this file in the proc file system, alerting on the pid, process name, and arguments of such programs.\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.2\", \"old_value\": \"2.1\"}}, \"iterable_item_added\": {\"root['external_references'][10]\": {\"source_name\": \"Brining MimiKatz to Unix\", \"description\": \"Tim Wadhwa-Brown. (2018, November). Where 2 worlds collide Bringing Mimikatz et al to UNIX. Retrieved October 13, 2021.\", \"url\": \"https://labs.portcullis.co.uk/download/eu-18-Wadhwa-Brown-Where-2-worlds-collide-Bringing-Mimikatz-et-al-to-UNIX.pdf\"}, \"root['x_mitre_contributors'][2]\": \"Tim (Wadhwa-)Brown\", \"root['x_mitre_contributors'][3]\": \"Yves Yonan\", \"root['x_mitre_data_sources'][3]\": \"File: File Creation\"}}",
                    "previous_version": "2.1",
                    "version_change": "2.1 \u2192 2.2",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to59__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to59__0\"><a href=\"#difflib_chg_to59__top\">t</a></td><td class=\"diff_header\" id=\"from59_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;attempt&nbsp;to&nbsp;dump&nbsp;credentials&nbsp;to&nbsp;obtain&nbsp;accoun</td><td class=\"diff_next\"><a href=\"#difflib_chg_to59__top\">t</a></td><td class=\"diff_header\" id=\"to59_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;attempt&nbsp;to&nbsp;dump&nbsp;credentials&nbsp;to&nbsp;obtain&nbsp;accoun</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">t&nbsp;login&nbsp;and&nbsp;credential&nbsp;material,&nbsp;normally&nbsp;in&nbsp;the&nbsp;form&nbsp;of&nbsp;a&nbsp;h</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">t&nbsp;login&nbsp;and&nbsp;credential&nbsp;material,&nbsp;normally&nbsp;in&nbsp;the&nbsp;form&nbsp;of&nbsp;a&nbsp;h</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ash&nbsp;or&nbsp;a&nbsp;clear&nbsp;text&nbsp;password,&nbsp;<span class=\"diff_chg\">from&nbsp;the&nbsp;o</span>per<span class=\"diff_chg\">ating&nbsp;system&nbsp;and&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ash&nbsp;or&nbsp;a&nbsp;clear&nbsp;text&nbsp;password<span class=\"diff_add\">.&nbsp;Credentials&nbsp;can&nbsp;be&nbsp;obtained&nbsp;fr</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">software.&nbsp;Credentials&nbsp;can&nbsp;then&nbsp;be&nbsp;used&nbsp;to&nbsp;perform</span>&nbsp;[Lateral&nbsp;M</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">om&nbsp;OS&nbsp;caches</span>,&nbsp;<span class=\"diff_chg\">memory,&nbsp;or&nbsp;structures.(Citation:&nbsp;Brining&nbsp;MimiK</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ovement](https://attack.mitre.org/tactics/TA0008)&nbsp;and&nbsp;access</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">atz&nbsp;to&nbsp;Unix)&nbsp;Credentials&nbsp;can&nbsp;then&nbsp;be&nbsp;used&nbsp;to&nbsp;</span>per<span class=\"diff_chg\">form</span>&nbsp;[Latera</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;restricted&nbsp;information.&nbsp;&nbsp;Several&nbsp;of&nbsp;the&nbsp;tools&nbsp;mentioned&nbsp;in&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">l&nbsp;Movement](https://attack.mitre.org/tactics/TA0008)&nbsp;and&nbsp;acc</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">associated&nbsp;sub-techniques&nbsp;may&nbsp;be&nbsp;used&nbsp;by&nbsp;both&nbsp;adversaries&nbsp;an</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ess&nbsp;restricted&nbsp;information.&nbsp;&nbsp;Several&nbsp;of&nbsp;the&nbsp;tools&nbsp;mentioned&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d&nbsp;professional&nbsp;security&nbsp;testers.&nbsp;Additional&nbsp;custom&nbsp;tools&nbsp;lik</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">in&nbsp;associated&nbsp;sub-techniques&nbsp;may&nbsp;be&nbsp;used&nbsp;by&nbsp;both&nbsp;adversaries</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ely&nbsp;exist&nbsp;as&nbsp;well.&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;and&nbsp;professional&nbsp;security&nbsp;testers.&nbsp;Additional&nbsp;custom&nbsp;tools&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">likely&nbsp;exist&nbsp;as&nbsp;well.&nbsp;</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1015: Active Directory Configuration",
                            "M1017: User Training",
                            "M1025: Privileged Process Integrity",
                            "M1026: Privileged Account Management",
                            "M1027: Password Policies",
                            "M1028: Operating System Configuration",
                            "M1040: Behavior Prevention on Endpoint",
                            "M1041: Encrypt Sensitive Information",
                            "M1043: Credential Access Protection"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (OS API Execution)",
                            "DS0009: Process (Process Access)",
                            "DS0009: Process (Process Creation)",
                            "DS0017: Command (Command Execution)",
                            "DS0022: File (File Access)",
                            "DS0024: Windows Registry (Windows Registry Key Access)",
                            "DS0026: Active Directory (Active Directory Object Access)",
                            "DS0029: Network Traffic (Network Traffic Content)",
                            "DS0029: Network Traffic (Network Traffic Flow)"
                        ],
                        "new": [
                            "DS0022: File (File Creation)"
                        ],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--6add2ab5-2711-4e9d-87c8-7a0be8531530",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-02-21 15:42:25.991000+00:00",
                    "modified": "2024-04-18 23:47:54.553000+00:00",
                    "name": "Cached Domain Credentials",
                    "description": "Adversaries may attempt to access cached domain credentials used to allow authentication to occur in the event a domain controller is unavailable.(Citation: Microsoft - Cached Creds)\n\nOn Windows Vista and newer, the hash format is DCC2 (Domain Cached Credentials version 2) hash, also known as MS-Cache v2 hash.(Citation: PassLib mscache) The number of default cached credentials varies and can be altered per system. This hash does not allow pass-the-hash style attacks, and instead requires [Password Cracking](https://attack.mitre.org/techniques/T1110/002) to recover the plaintext password.(Citation: ired mscache)\n\nOn Linux systems, Active Directory credentials can be accessed through caches maintained by software like System Security Services Daemon (SSSD) or Quest Authentication Services (formerly VAS). Cached credential hashes are typically located at `/var/lib/sss/db/cache.[domain].ldb` for SSSD or `/var/opt/quest/vas/authcache/vas_auth.vdb` for Quest. Adversaries can use utilities, such as `tdbdump`, on these database files to dump the cached hashes and use [Password Cracking](https://attack.mitre.org/techniques/T1110/002) to obtain the plaintext password.(Citation: Brining MimiKatz to Unix) \n\nWith SYSTEM or sudo access, the tools/utilities such as [Mimikatz](https://attack.mitre.org/software/S0002), [Reg](https://attack.mitre.org/software/S0075), and secretsdump.py for Windows or Linikatz for Linux can be used to extract the cached credentials.(Citation: Brining MimiKatz to Unix)\n\nNote: Cached credentials for Windows Vista are derived using PBKDF2.(Citation: PassLib mscache)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "credential-access"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1003/005",
                            "external_id": "T1003.005"
                        },
                        {
                            "source_name": "PassLib mscache",
                            "description": "Eli Collins. (2016, November 25). Windows' Domain Cached Credentials v2. Retrieved February 21, 2020.",
                            "url": "https://passlib.readthedocs.io/en/stable/lib/passlib.hash.msdcc2.html"
                        },
                        {
                            "source_name": "ired mscache",
                            "description": "Mantvydas Baranauskas. (2019, November 16). Dumping and Cracking mscash - Cached Domain Credentials. Retrieved February 21, 2020.",
                            "url": "https://ired.team/offensive-security/credential-access-and-credential-dumping/dumping-and-cracking-mscash-cached-domain-credentials"
                        },
                        {
                            "source_name": "Microsoft - Cached Creds",
                            "description": "Microsoft. (2016, August 21). Cached and Stored Credentials Technical Overview. Retrieved February 21, 2020.",
                            "url": "https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/hh994565(v%3Dws.11)"
                        },
                        {
                            "source_name": "Powersploit",
                            "description": "PowerSploit. (n.d.). Retrieved December 4, 2014.",
                            "url": "https://github.com/mattifestation/PowerSploit"
                        },
                        {
                            "source_name": "Brining MimiKatz to Unix",
                            "description": "Tim Wadhwa-Brown. (2018, November). Where 2 worlds collide Bringing Mimikatz et al to UNIX. Retrieved October 13, 2021.",
                            "url": "https://labs.portcullis.co.uk/download/eu-18-Wadhwa-Brown-Where-2-worlds-collide-Bringing-Mimikatz-et-al-to-UNIX.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Ed Williams, Trustwave, SpiderLabs",
                        "Tim (Wadhwa-)Brown",
                        "Yves Yonan"
                    ],
                    "x_mitre_data_sources": [
                        "Command: Command Execution"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor processes and command-line arguments for program execution that may be indicative of credential dumping. Remote access tools may contain built-in features or incorporate existing tools like Mimikatz. PowerShell scripts also exist that contain credential dumping functionality, such as PowerSploit's Invoke-Mimikatz module,(Citation: Powersploit) which may require additional logging features to be configured in the operating system to collect necessary information for analysis.\n\nDetection of compromised [Valid Accounts](https://attack.mitre.org/techniques/T1078) in-use by adversaries may help as well.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows",
                        "Linux"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-18 23:47:54.553000+00:00\", \"old_value\": \"2023-10-19 18:37:57.025000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may attempt to access cached domain credentials used to allow authentication to occur in the event a domain controller is unavailable.(Citation: Microsoft - Cached Creds)\\n\\nOn Windows Vista and newer, the hash format is DCC2 (Domain Cached Credentials version 2) hash, also known as MS-Cache v2 hash.(Citation: PassLib mscache) The number of default cached credentials varies and can be altered per system. This hash does not allow pass-the-hash style attacks, and instead requires [Password Cracking](https://attack.mitre.org/techniques/T1110/002) to recover the plaintext password.(Citation: ired mscache)\\n\\nOn Linux systems, Active Directory credentials can be accessed through caches maintained by software like System Security Services Daemon (SSSD) or Quest Authentication Services (formerly VAS). Cached credential hashes are typically located at `/var/lib/sss/db/cache.[domain].ldb` for SSSD or `/var/opt/quest/vas/authcache/vas_auth.vdb` for Quest. Adversaries can use utilities, such as `tdbdump`, on these database files to dump the cached hashes and use [Password Cracking](https://attack.mitre.org/techniques/T1110/002) to obtain the plaintext password.(Citation: Brining MimiKatz to Unix) \\n\\nWith SYSTEM or sudo access, the tools/utilities such as [Mimikatz](https://attack.mitre.org/software/S0002), [Reg](https://attack.mitre.org/software/S0075), and secretsdump.py for Windows or Linikatz for Linux can be used to extract the cached credentials.(Citation: Brining MimiKatz to Unix)\\n\\nNote: Cached credentials for Windows Vista are derived using PBKDF2.(Citation: PassLib mscache)\", \"old_value\": \"Adversaries may attempt to access cached domain credentials used to allow authentication to occur in the event a domain controller is unavailable.(Citation: Microsoft - Cached Creds)\\n\\nOn Windows Vista and newer, the hash format is DCC2 (Domain Cached Credentials version 2) hash, also known as MS-Cache v2 hash.(Citation: PassLib mscache) The number of default cached credentials varies and can be altered per system. This hash does not allow pass-the-hash style attacks, and instead requires [Password Cracking](https://attack.mitre.org/techniques/T1110/002) to recover the plaintext password.(Citation: ired mscache)\\n\\nWith SYSTEM access, the tools/utilities such as [Mimikatz](https://attack.mitre.org/software/S0002), [Reg](https://attack.mitre.org/software/S0075), and secretsdump.py can be used to extract the cached credentials.\\n\\nNote: Cached credentials for Windows Vista are derived using PBKDF2.(Citation: PassLib mscache)\", \"diff\": \"--- \\n+++ \\n@@ -2,6 +2,8 @@\\n \\n On Windows Vista and newer, the hash format is DCC2 (Domain Cached Credentials version 2) hash, also known as MS-Cache v2 hash.(Citation: PassLib mscache) The number of default cached credentials varies and can be altered per system. This hash does not allow pass-the-hash style attacks, and instead requires [Password Cracking](https://attack.mitre.org/techniques/T1110/002) to recover the plaintext password.(Citation: ired mscache)\\n \\n-With SYSTEM access, the tools/utilities such as [Mimikatz](https://attack.mitre.org/software/S0002), [Reg](https://attack.mitre.org/software/S0075), and secretsdump.py can be used to extract the cached credentials.\\n+On Linux systems, Active Directory credentials can be accessed through caches maintained by software like System Security Services Daemon (SSSD) or Quest Authentication Services (formerly VAS). Cached credential hashes are typically located at `/var/lib/sss/db/cache.[domain].ldb` for SSSD or `/var/opt/quest/vas/authcache/vas_auth.vdb` for Quest. Adversaries can use utilities, such as `tdbdump`, on these database files to dump the cached hashes and use [Password Cracking](https://attack.mitre.org/techniques/T1110/002) to obtain the plaintext password.(Citation: Brining MimiKatz to Unix) \\n+\\n+With SYSTEM or sudo access, the tools/utilities such as [Mimikatz](https://attack.mitre.org/software/S0002), [Reg](https://attack.mitre.org/software/S0075), and secretsdump.py for Windows or Linikatz for Linux can be used to extract the cached credentials.(Citation: Brining MimiKatz to Unix)\\n \\n Note: Cached credentials for Windows Vista are derived using PBKDF2.(Citation: PassLib mscache)\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}, \"iterable_item_added\": {\"root['external_references'][5]\": {\"source_name\": \"Brining MimiKatz to Unix\", \"description\": \"Tim Wadhwa-Brown. (2018, November). Where 2 worlds collide Bringing Mimikatz et al to UNIX. Retrieved October 13, 2021.\", \"url\": \"https://labs.portcullis.co.uk/download/eu-18-Wadhwa-Brown-Where-2-worlds-collide-Bringing-Mimikatz-et-al-to-UNIX.pdf\"}, \"root['x_mitre_contributors'][1]\": \"Tim (Wadhwa-)Brown\", \"root['x_mitre_contributors'][2]\": \"Yves Yonan\", \"root['x_mitre_platforms'][1]\": \"Linux\"}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to95__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to95__0\"><a href=\"#difflib_chg_to95__top\">t</a></td><td class=\"diff_header\" id=\"from95_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_sub\">Adversaries&nbsp;may&nbsp;attempt&nbsp;to&nbsp;access&nbsp;cached&nbsp;domain&nbsp;credentials&nbsp;</span></td><td class=\"diff_next\"><a href=\"#difflib_chg_to95__top\">t</a></td><td class=\"diff_header\" id=\"to95_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_add\">Adversaries&nbsp;may&nbsp;attempt&nbsp;to&nbsp;access&nbsp;cached&nbsp;domain&nbsp;credentials&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">used&nbsp;to&nbsp;allow&nbsp;authentication&nbsp;to&nbsp;occur&nbsp;in&nbsp;the&nbsp;event&nbsp;a&nbsp;domain&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">used&nbsp;to&nbsp;allow&nbsp;authentication&nbsp;to&nbsp;occur&nbsp;in&nbsp;the&nbsp;event&nbsp;a&nbsp;domain&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">controller&nbsp;is&nbsp;unavailable.(Citation:&nbsp;Microsoft&nbsp;-&nbsp;Cached&nbsp;Cred</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">controller&nbsp;is&nbsp;unavailable.(Citation:&nbsp;Microsoft&nbsp;-&nbsp;Cached&nbsp;Cred</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">s)&nbsp;&nbsp;On&nbsp;Windows&nbsp;Vista&nbsp;and&nbsp;newer,&nbsp;the&nbsp;hash&nbsp;format&nbsp;is&nbsp;DCC2&nbsp;(Dom</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">s)&nbsp;&nbsp;On&nbsp;Windows&nbsp;Vista&nbsp;and&nbsp;newer,&nbsp;the&nbsp;hash&nbsp;format&nbsp;is&nbsp;DCC2&nbsp;(Dom</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ain&nbsp;Cached&nbsp;Credentials&nbsp;version&nbsp;2)&nbsp;hash,&nbsp;also&nbsp;known&nbsp;as&nbsp;MS-Cac</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ain&nbsp;Cached&nbsp;Credentials&nbsp;version&nbsp;2)&nbsp;hash,&nbsp;also&nbsp;known&nbsp;as&nbsp;MS-Cac</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">he&nbsp;v2&nbsp;hash.(Citation:&nbsp;PassLib&nbsp;mscache)&nbsp;The&nbsp;number&nbsp;of&nbsp;default</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">he&nbsp;v2&nbsp;hash.(Citation:&nbsp;PassLib&nbsp;mscache)&nbsp;The&nbsp;number&nbsp;of&nbsp;default</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;cached&nbsp;credentials&nbsp;varies&nbsp;and&nbsp;can&nbsp;be&nbsp;altered&nbsp;per&nbsp;system.&nbsp;Th</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;cached&nbsp;credentials&nbsp;varies&nbsp;and&nbsp;can&nbsp;be&nbsp;altered&nbsp;per&nbsp;system.&nbsp;Th</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">is&nbsp;hash&nbsp;does&nbsp;not&nbsp;allow&nbsp;pass-the-hash&nbsp;style&nbsp;attacks,&nbsp;and&nbsp;inst</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">is&nbsp;hash&nbsp;does&nbsp;not&nbsp;allow&nbsp;pass-the-hash&nbsp;style&nbsp;attacks,&nbsp;and&nbsp;inst</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ead&nbsp;requires&nbsp;[Password&nbsp;Cracking](https://attack.mitre.org/te</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ead&nbsp;requires&nbsp;[Password&nbsp;Cracking](https://attack.mitre.org/te</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">chniques/T1110/002)&nbsp;to&nbsp;recover&nbsp;the&nbsp;plaintext&nbsp;password.(Citat</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">chniques/T1110/002)&nbsp;to&nbsp;recover&nbsp;the&nbsp;plaintext&nbsp;password.(Citat</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ion:&nbsp;ired&nbsp;mscache)&nbsp;&nbsp;With&nbsp;SYSTEM&nbsp;access,&nbsp;the&nbsp;tools/utilities&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ion:&nbsp;ired&nbsp;mscache)&nbsp;&nbsp;On&nbsp;Linux&nbsp;systems,&nbsp;Active&nbsp;Directory&nbsp;crede</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">such&nbsp;as&nbsp;[Mimikatz](https://attack.mitre.org/software/S0002),</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ntials&nbsp;can&nbsp;be&nbsp;accessed&nbsp;through&nbsp;caches&nbsp;maintained&nbsp;by&nbsp;software</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;[Reg](https://attack.mitre.org/software/S0075),&nbsp;and&nbsp;secrets</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;like&nbsp;System&nbsp;Security&nbsp;Services&nbsp;Daemon&nbsp;(SSSD)&nbsp;or&nbsp;Quest&nbsp;Authen</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">dump.py&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;extract&nbsp;the&nbsp;cached&nbsp;credentials.&nbsp;&nbsp;Note</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">tication&nbsp;Services&nbsp;(formerly&nbsp;VAS).&nbsp;Cached&nbsp;credential&nbsp;hashes&nbsp;a</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">:&nbsp;Cached&nbsp;credentials&nbsp;for&nbsp;Windows&nbsp;Vista&nbsp;are&nbsp;derived&nbsp;using&nbsp;PBK</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">re&nbsp;typically&nbsp;located&nbsp;at&nbsp;`/var/lib/sss/db/cache.[domain].ldb`</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">DF2.(Citation:&nbsp;PassLib&nbsp;mscache)</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;for&nbsp;SSSD&nbsp;or&nbsp;`/var/opt/quest/vas/authcache/vas_auth.vdb`&nbsp;for</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;Quest.&nbsp;Adversaries&nbsp;can&nbsp;use&nbsp;utilities,&nbsp;such&nbsp;as&nbsp;`tdbdump`,&nbsp;on</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;these&nbsp;database&nbsp;files&nbsp;to&nbsp;dump&nbsp;the&nbsp;cached&nbsp;hashes&nbsp;and&nbsp;use&nbsp;[Pas</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">sword&nbsp;Cracking](https://attack.mitre.org/techniques/T1110/00</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">2)&nbsp;to&nbsp;obtain&nbsp;the&nbsp;plaintext&nbsp;password.(Citation:&nbsp;Brining&nbsp;MimiK</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">atz&nbsp;to&nbsp;Unix)&nbsp;&nbsp;&nbsp;With&nbsp;SYSTEM&nbsp;or&nbsp;sudo&nbsp;access,&nbsp;the&nbsp;tools/utiliti</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">es&nbsp;such&nbsp;as&nbsp;[Mimikatz](https://attack.mitre.org/software/S000</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">2),&nbsp;[Reg](https://attack.mitre.org/software/S0075),&nbsp;and&nbsp;secr</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">etsdump.py&nbsp;for&nbsp;Windows&nbsp;or&nbsp;Linikatz&nbsp;for&nbsp;Linux&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">extract&nbsp;the&nbsp;cached&nbsp;credentials.(Citation:&nbsp;Brining&nbsp;MimiKatz&nbsp;t</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">o&nbsp;Unix)&nbsp;&nbsp;Note:&nbsp;Cached&nbsp;credentials&nbsp;for&nbsp;Windows&nbsp;Vista&nbsp;are&nbsp;deri</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ved&nbsp;using&nbsp;PBKDF2.(Citation:&nbsp;PassLib&nbsp;mscache)</span></td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1015: Active Directory Configuration",
                            "M1017: User Training",
                            "M1026: Privileged Account Management",
                            "M1027: Password Policies",
                            "M1028: Operating System Configuration"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0017: Command (Command Execution)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--65f2d882-3f41-4d48-8a06-29af77ec9f90",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-02-11 18:41:44.783000+00:00",
                    "modified": "2023-12-27 17:57:20.003000+00:00",
                    "name": "LSASS Memory",
                    "description": "Adversaries may attempt to access credential material stored in the process memory of the Local Security Authority Subsystem Service (LSASS). After a user logs on, the system generates and stores a variety of credential materials in LSASS process memory. These credential materials can be harvested by an administrative user or SYSTEM and used to conduct [Lateral Movement](https://attack.mitre.org/tactics/TA0008) using [Use Alternate Authentication Material](https://attack.mitre.org/techniques/T1550).\n\nAs well as in-memory techniques, the LSASS process memory can be dumped from the target host and analyzed on a local system.\n\nFor example, on the target host use procdump:\n\n* <code>procdump -ma lsass.exe lsass_dump</code>\n\nLocally, mimikatz can be run using:\n\n* <code>sekurlsa::Minidump lsassdump.dmp</code>\n* <code>sekurlsa::logonPasswords</code>\n\nBuilt-in Windows tools such as `comsvcs.dll` can also be used:\n\n* <code>rundll32.exe C:\\Windows\\System32\\comsvcs.dll MiniDump PID  lsass.dmp full</code>(Citation: Volexity Exchange Marauder March 2021)(Citation: Symantec Attacks Against Government Sector)\n\nSimilar to [Image File Execution Options Injection](https://attack.mitre.org/techniques/T1546/012), the silent process exit mechanism can be abused to create a memory dump of `lsass.exe` through Windows Error Reporting (`WerFault.exe`).(Citation: Deep Instinct LSASS)\n\nWindows Security Support Provider (SSP) DLLs are loaded into LSASS process at system start. Once loaded into the LSA, SSP DLLs have access to encrypted and plaintext passwords that are stored in Windows, such as any logged-on user's Domain password or smart card PINs. The SSP configuration is stored in two Registry keys: <code>HKLM\\SYSTEM\\CurrentControlSet\\Control\\Lsa\\Security Packages</code> and <code>HKLM\\SYSTEM\\CurrentControlSet\\Control\\Lsa\\OSConfig\\Security Packages</code>. An adversary may modify these Registry keys to add new SSPs, which will be loaded the next time the system boots, or when the AddSecurityPackage Windows API function is called.(Citation: Graeber 2014)\n\nThe following SSPs can be used to access credentials:\n\n* Msv: Interactive logons, batch logons, and service logons are done through the MSV authentication package.\n* Wdigest: The Digest Authentication protocol is designed for use with Hypertext Transfer Protocol (HTTP) and Simple Authentication Security Layer (SASL) exchanges.(Citation: TechNet Blogs Credential Protection)\n* Kerberos: Preferred for mutual client-server domain authentication in Windows 2000 and later.\n* CredSSP:  Provides SSO and Network Level Authentication for Remote Desktop Services.(Citation: TechNet Blogs Credential Protection)\n",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "credential-access"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1003/001",
                            "external_id": "T1003.001"
                        },
                        {
                            "source_name": "Medium Detecting Attempts to Steal Passwords from Memory",
                            "description": "French, D. (2018, October 2). Detecting Attempts to Steal Passwords from Memory. Retrieved October 11, 2019.",
                            "url": "https://medium.com/threatpunter/detecting-attempts-to-steal-passwords-from-memory-558f16dce4ea"
                        },
                        {
                            "source_name": "Deep Instinct LSASS",
                            "description": "Gilboa, A. (2021, February 16). LSASS Memory Dumps are Stealthier than Ever Before - Part 2. Retrieved December 27, 2023.",
                            "url": "https://www.deepinstinct.com/blog/lsass-memory-dumps-are-stealthier-than-ever-before-part-2"
                        },
                        {
                            "source_name": "Graeber 2014",
                            "description": "Graeber, M. (2014, October). Analysis of Malicious Security Support Provider DLLs. Retrieved March 1, 2017.",
                            "url": "http://docplayer.net/20839173-Analysis-of-malicious-security-support-provider-dlls.html"
                        },
                        {
                            "source_name": "Volexity Exchange Marauder March 2021",
                            "description": "Gruzweig, J. et al. (2021, March 2). Operation Exchange Marauder: Active Exploitation of Multiple Zero-Day Microsoft Exchange Vulnerabilities. Retrieved March 3, 2021.",
                            "url": "https://www.volexity.com/blog/2021/03/02/active-exploitation-of-microsoft-exchange-zero-day-vulnerabilities/"
                        },
                        {
                            "source_name": "Powersploit",
                            "description": "PowerSploit. (n.d.). Retrieved December 4, 2014.",
                            "url": "https://github.com/mattifestation/PowerSploit"
                        },
                        {
                            "source_name": "Symantec Attacks Against Government Sector",
                            "description": "Symantec. (2021, June 10). Attacks Against the Government Sector. Retrieved September 28, 2021.",
                            "url": "https://symantec.broadcom.com/hubfs/Attacks-Against-Government-Sector.pdf"
                        },
                        {
                            "source_name": "TechNet Blogs Credential Protection",
                            "description": "Wilson, B. (2016, April 18). The Importance of KB2871997 and KB2928120 for Credential Protection. Retrieved April 11, 2018.",
                            "url": "https://blogs.technet.microsoft.com/askpfeplat/2016/04/18/the-importance-of-kb2871997-and-kb2928120-for-credential-protection/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Edward Millington",
                        "Ed Williams, Trustwave, SpiderLabs",
                        "Olaf Hartong, Falcon Force"
                    ],
                    "x_mitre_data_sources": [
                        "Process: Process Access",
                        "Windows Registry: Windows Registry Key Modification",
                        "Process: Process Creation",
                        "Process: OS API Execution",
                        "Logon Session: Logon Session Creation",
                        "Command: Command Execution",
                        "File: File Creation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor for unexpected processes interacting with LSASS.exe.(Citation: Medium Detecting Attempts to Steal Passwords from Memory) Common credential dumpers such as Mimikatz access LSASS.exe by opening the process, locating the LSA secrets key, and decrypting the sections in memory where credential details are stored. Credential dumpers may also use methods for reflective [Process Injection](https://attack.mitre.org/techniques/T1055) to reduce potential indicators of malicious activity.\n\nOn Windows 8.1 and Windows Server 2012 R2, monitor Windows Logs for LSASS.exe creation to verify that LSASS started as a protected process.\n\nMonitor processes and command-line arguments for program execution that may be indicative of credential dumping. Remote access tools may contain built-in features or incorporate existing tools like Mimikatz. PowerShell scripts also exist that contain credential dumping functionality, such as PowerSploit's Invoke-Mimikatz module,(Citation: Powersploit) which may require additional logging features to be configured in the operating system to collect necessary information for analysis.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.4",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2023-12-27 17:57:20.003000+00:00\", \"old_value\": \"2023-07-24 18:52:29.338000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may attempt to access credential material stored in the process memory of the Local Security Authority Subsystem Service (LSASS). After a user logs on, the system generates and stores a variety of credential materials in LSASS process memory. These credential materials can be harvested by an administrative user or SYSTEM and used to conduct [Lateral Movement](https://attack.mitre.org/tactics/TA0008) using [Use Alternate Authentication Material](https://attack.mitre.org/techniques/T1550).\\n\\nAs well as in-memory techniques, the LSASS process memory can be dumped from the target host and analyzed on a local system.\\n\\nFor example, on the target host use procdump:\\n\\n* <code>procdump -ma lsass.exe lsass_dump</code>\\n\\nLocally, mimikatz can be run using:\\n\\n* <code>sekurlsa::Minidump lsassdump.dmp</code>\\n* <code>sekurlsa::logonPasswords</code>\\n\\nBuilt-in Windows tools such as `comsvcs.dll` can also be used:\\n\\n* <code>rundll32.exe C:\\\\Windows\\\\System32\\\\comsvcs.dll MiniDump PID  lsass.dmp full</code>(Citation: Volexity Exchange Marauder March 2021)(Citation: Symantec Attacks Against Government Sector)\\n\\nSimilar to [Image File Execution Options Injection](https://attack.mitre.org/techniques/T1546/012), the silent process exit mechanism can be abused to create a memory dump of `lsass.exe` through Windows Error Reporting (`WerFault.exe`).(Citation: Deep Instinct LSASS)\\n\\nWindows Security Support Provider (SSP) DLLs are loaded into LSASS process at system start. Once loaded into the LSA, SSP DLLs have access to encrypted and plaintext passwords that are stored in Windows, such as any logged-on user's Domain password or smart card PINs. The SSP configuration is stored in two Registry keys: <code>HKLM\\\\SYSTEM\\\\CurrentControlSet\\\\Control\\\\Lsa\\\\Security Packages</code> and <code>HKLM\\\\SYSTEM\\\\CurrentControlSet\\\\Control\\\\Lsa\\\\OSConfig\\\\Security Packages</code>. An adversary may modify these Registry keys to add new SSPs, which will be loaded the next time the system boots, or when the AddSecurityPackage Windows API function is called.(Citation: Graeber 2014)\\n\\nThe following SSPs can be used to access credentials:\\n\\n* Msv: Interactive logons, batch logons, and service logons are done through the MSV authentication package.\\n* Wdigest: The Digest Authentication protocol is designed for use with Hypertext Transfer Protocol (HTTP) and Simple Authentication Security Layer (SASL) exchanges.(Citation: TechNet Blogs Credential Protection)\\n* Kerberos: Preferred for mutual client-server domain authentication in Windows 2000 and later.\\n* CredSSP:  Provides SSO and Network Level Authentication for Remote Desktop Services.(Citation: TechNet Blogs Credential Protection)\\n\", \"old_value\": \"Adversaries may attempt to access credential material stored in the process memory of the Local Security Authority Subsystem Service (LSASS). After a user logs on, the system generates and stores a variety of credential materials in LSASS process memory. These credential materials can be harvested by an administrative user or SYSTEM and used to conduct [Lateral Movement](https://attack.mitre.org/tactics/TA0008) using [Use Alternate Authentication Material](https://attack.mitre.org/techniques/T1550).\\n\\nAs well as in-memory techniques, the LSASS process memory can be dumped from the target host and analyzed on a local system.\\n\\nFor example, on the target host use procdump:\\n\\n* <code>procdump -ma lsass.exe lsass_dump</code>\\n\\nLocally, mimikatz can be run using:\\n\\n* <code>sekurlsa::Minidump lsassdump.dmp</code>\\n* <code>sekurlsa::logonPasswords</code>\\n\\nBuilt-in Windows tools such as comsvcs.dll can also be used:\\n\\n* <code>rundll32.exe C:\\\\Windows\\\\System32\\\\comsvcs.dll MiniDump PID  lsass.dmp full</code>(Citation: Volexity Exchange Marauder March 2021)(Citation: Symantec Attacks Against Government Sector)\\n\\n\\nWindows Security Support Provider (SSP) DLLs are loaded into LSASS process at system start. Once loaded into the LSA, SSP DLLs have access to encrypted and plaintext passwords that are stored in Windows, such as any logged-on user's Domain password or smart card PINs. The SSP configuration is stored in two Registry keys: <code>HKLM\\\\SYSTEM\\\\CurrentControlSet\\\\Control\\\\Lsa\\\\Security Packages</code> and <code>HKLM\\\\SYSTEM\\\\CurrentControlSet\\\\Control\\\\Lsa\\\\OSConfig\\\\Security Packages</code>. An adversary may modify these Registry keys to add new SSPs, which will be loaded the next time the system boots, or when the AddSecurityPackage Windows API function is called.(Citation: Graeber 2014)\\n\\nThe following SSPs can be used to access credentials:\\n\\n* Msv: Interactive logons, batch logons, and service logons are done through the MSV authentication package.\\n* Wdigest: The Digest Authentication protocol is designed for use with Hypertext Transfer Protocol (HTTP) and Simple Authentication Security Layer (SASL) exchanges.(Citation: TechNet Blogs Credential Protection)\\n* Kerberos: Preferred for mutual client-server domain authentication in Windows 2000 and later.\\n* CredSSP:  Provides SSO and Network Level Authentication for Remote Desktop Services.(Citation: TechNet Blogs Credential Protection)\\n\", \"diff\": \"--- \\n+++ \\n@@ -11,10 +11,11 @@\\n * <code>sekurlsa::Minidump lsassdump.dmp</code>\\n * <code>sekurlsa::logonPasswords</code>\\n \\n-Built-in Windows tools such as comsvcs.dll can also be used:\\n+Built-in Windows tools such as `comsvcs.dll` can also be used:\\n \\n * <code>rundll32.exe C:\\\\Windows\\\\System32\\\\comsvcs.dll MiniDump PID  lsass.dmp full</code>(Citation: Volexity Exchange Marauder March 2021)(Citation: Symantec Attacks Against Government Sector)\\n \\n+Similar to [Image File Execution Options Injection](https://attack.mitre.org/techniques/T1546/012), the silent process exit mechanism can be abused to create a memory dump of `lsass.exe` through Windows Error Reporting (`WerFault.exe`).(Citation: Deep Instinct LSASS)\\n \\n Windows Security Support Provider (SSP) DLLs are loaded into LSASS process at system start. Once loaded into the LSA, SSP DLLs have access to encrypted and plaintext passwords that are stored in Windows, such as any logged-on user's Domain password or smart card PINs. The SSP configuration is stored in two Registry keys: <code>HKLM\\\\SYSTEM\\\\CurrentControlSet\\\\Control\\\\Lsa\\\\Security Packages</code> and <code>HKLM\\\\SYSTEM\\\\CurrentControlSet\\\\Control\\\\Lsa\\\\OSConfig\\\\Security Packages</code>. An adversary may modify these Registry keys to add new SSPs, which will be loaded the next time the system boots, or when the AddSecurityPackage Windows API function is called.(Citation: Graeber 2014)\\n \"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.4\", \"old_value\": \"1.3\"}}, \"iterable_item_added\": {\"root['external_references'][2]\": {\"source_name\": \"Deep Instinct LSASS\", \"description\": \"Gilboa, A. (2021, February 16). LSASS Memory Dumps are Stealthier than Ever Before - Part 2. Retrieved December 27, 2023.\", \"url\": \"https://www.deepinstinct.com/blog/lsass-memory-dumps-are-stealthier-than-ever-before-part-2\"}, \"root['x_mitre_data_sources'][6]\": \"File: File Creation\"}}",
                    "previous_version": "1.3",
                    "version_change": "1.3 \u2192 1.4",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to4__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to4__0\"><a href=\"#difflib_chg_to4__top\">t</a></td><td class=\"diff_header\" id=\"from4_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;attempt&nbsp;to&nbsp;access&nbsp;credential&nbsp;material&nbsp;stored</td><td class=\"diff_next\"><a href=\"#difflib_chg_to4__top\">t</a></td><td class=\"diff_header\" id=\"to4_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;attempt&nbsp;to&nbsp;access&nbsp;credential&nbsp;material&nbsp;stored</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;in&nbsp;the&nbsp;process&nbsp;memory&nbsp;of&nbsp;the&nbsp;Local&nbsp;Security&nbsp;Authority&nbsp;Subsy</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;in&nbsp;the&nbsp;process&nbsp;memory&nbsp;of&nbsp;the&nbsp;Local&nbsp;Security&nbsp;Authority&nbsp;Subsy</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">stem&nbsp;Service&nbsp;(LSASS).&nbsp;After&nbsp;a&nbsp;user&nbsp;logs&nbsp;on,&nbsp;the&nbsp;system&nbsp;gener</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">stem&nbsp;Service&nbsp;(LSASS).&nbsp;After&nbsp;a&nbsp;user&nbsp;logs&nbsp;on,&nbsp;the&nbsp;system&nbsp;gener</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ates&nbsp;and&nbsp;stores&nbsp;a&nbsp;variety&nbsp;of&nbsp;credential&nbsp;materials&nbsp;in&nbsp;LSASS&nbsp;p</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ates&nbsp;and&nbsp;stores&nbsp;a&nbsp;variety&nbsp;of&nbsp;credential&nbsp;materials&nbsp;in&nbsp;LSASS&nbsp;p</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rocess&nbsp;memory.&nbsp;These&nbsp;credential&nbsp;materials&nbsp;can&nbsp;be&nbsp;harvested&nbsp;b</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rocess&nbsp;memory.&nbsp;These&nbsp;credential&nbsp;materials&nbsp;can&nbsp;be&nbsp;harvested&nbsp;b</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">y&nbsp;an&nbsp;administrative&nbsp;user&nbsp;or&nbsp;SYSTEM&nbsp;and&nbsp;used&nbsp;to&nbsp;conduct&nbsp;[Late</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">y&nbsp;an&nbsp;administrative&nbsp;user&nbsp;or&nbsp;SYSTEM&nbsp;and&nbsp;used&nbsp;to&nbsp;conduct&nbsp;[Late</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ral&nbsp;Movement](https://attack.mitre.org/tactics/TA0008)&nbsp;using</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ral&nbsp;Movement](https://attack.mitre.org/tactics/TA0008)&nbsp;using</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;[Use&nbsp;Alternate&nbsp;Authentication&nbsp;Material](https://attack.mitr</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;[Use&nbsp;Alternate&nbsp;Authentication&nbsp;Material](https://attack.mitr</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e.org/techniques/T1550).&nbsp;&nbsp;As&nbsp;well&nbsp;as&nbsp;in-memory&nbsp;techniques,&nbsp;t</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e.org/techniques/T1550).&nbsp;&nbsp;As&nbsp;well&nbsp;as&nbsp;in-memory&nbsp;techniques,&nbsp;t</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">he&nbsp;LSASS&nbsp;process&nbsp;memory&nbsp;can&nbsp;be&nbsp;dumped&nbsp;from&nbsp;the&nbsp;target&nbsp;host&nbsp;a</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">he&nbsp;LSASS&nbsp;process&nbsp;memory&nbsp;can&nbsp;be&nbsp;dumped&nbsp;from&nbsp;the&nbsp;target&nbsp;host&nbsp;a</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nd&nbsp;analyzed&nbsp;on&nbsp;a&nbsp;local&nbsp;system.&nbsp;&nbsp;For&nbsp;example,&nbsp;on&nbsp;the&nbsp;target&nbsp;h</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nd&nbsp;analyzed&nbsp;on&nbsp;a&nbsp;local&nbsp;system.&nbsp;&nbsp;For&nbsp;example,&nbsp;on&nbsp;the&nbsp;target&nbsp;h</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ost&nbsp;use&nbsp;procdump:&nbsp;&nbsp;*&nbsp;&lt;code&gt;procdump&nbsp;-ma&nbsp;lsass.exe&nbsp;lsass_dump</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ost&nbsp;use&nbsp;procdump:&nbsp;&nbsp;*&nbsp;&lt;code&gt;procdump&nbsp;-ma&nbsp;lsass.exe&nbsp;lsass_dump</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&lt;/code&gt;&nbsp;&nbsp;Locally,&nbsp;mimikatz&nbsp;can&nbsp;be&nbsp;run&nbsp;using:&nbsp;&nbsp;*&nbsp;&lt;code&gt;sekurl</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&lt;/code&gt;&nbsp;&nbsp;Locally,&nbsp;mimikatz&nbsp;can&nbsp;be&nbsp;run&nbsp;using:&nbsp;&nbsp;*&nbsp;&lt;code&gt;sekurl</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">sa::Minidump&nbsp;lsassdump.dmp&lt;/code&gt;&nbsp;*&nbsp;&lt;code&gt;sekurlsa::logonPas</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">sa::Minidump&nbsp;lsassdump.dmp&lt;/code&gt;&nbsp;*&nbsp;&lt;code&gt;sekurlsa::logonPas</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">swords&lt;/code&gt;&nbsp;&nbsp;Built-in&nbsp;Windows&nbsp;tools&nbsp;such&nbsp;as&nbsp;comsvcs.dll<span class=\"diff_chg\">&nbsp;ca</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">swords&lt;/code&gt;&nbsp;&nbsp;Built-in&nbsp;Windows&nbsp;tools&nbsp;such&nbsp;as&nbsp;<span class=\"diff_add\">`</span>comsvcs.dll<span class=\"diff_chg\">`&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">n&nbsp;also</span>&nbsp;be&nbsp;used:&nbsp;&nbsp;*&nbsp;&lt;code&gt;rundll32.exe&nbsp;C:\\Windows\\System32\\co</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">can&nbsp;also</span>&nbsp;be&nbsp;used:&nbsp;&nbsp;*&nbsp;&lt;code&gt;rundll32.exe&nbsp;C:\\Windows\\System32\\</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">msvcs.dll&nbsp;MiniDump&nbsp;PID&nbsp;&nbsp;lsass.dmp&nbsp;full&lt;/code&gt;(Citation:&nbsp;Vole</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">comsvcs.dll&nbsp;MiniDump&nbsp;PID&nbsp;&nbsp;lsass.dmp&nbsp;full&lt;/code&gt;(Citation:&nbsp;Vo</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">xity&nbsp;Exchange&nbsp;Marauder&nbsp;March&nbsp;2021)(Citation:&nbsp;Symantec&nbsp;Attack</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">lexity&nbsp;Exchange&nbsp;Marauder&nbsp;March&nbsp;2021)(Citation:&nbsp;Symantec&nbsp;Atta</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;Against&nbsp;Government&nbsp;Sector)&nbsp;&nbsp;&nbsp;Windows&nbsp;<span class=\"diff_chg\">Security&nbsp;Support</span>&nbsp;Prov</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">cks&nbsp;Against&nbsp;Government&nbsp;Sector)&nbsp;&nbsp;<span class=\"diff_add\">Similar&nbsp;to&nbsp;[Image&nbsp;File&nbsp;Execu</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ider&nbsp;(SSP)&nbsp;DLLs&nbsp;are&nbsp;loaded&nbsp;into&nbsp;LSASS&nbsp;process&nbsp;at&nbsp;system&nbsp;star</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">tion&nbsp;Options&nbsp;Injection](https://attack.mitre.org/techniques/</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">t.&nbsp;Once&nbsp;loaded&nbsp;into&nbsp;the&nbsp;LSA,&nbsp;SSP&nbsp;DLLs&nbsp;have&nbsp;access&nbsp;to&nbsp;encrypt</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">T1546/012),&nbsp;the&nbsp;silent&nbsp;process&nbsp;exit&nbsp;mechanism&nbsp;can&nbsp;be&nbsp;abused&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;and&nbsp;plaintext&nbsp;passwords&nbsp;that&nbsp;are&nbsp;stored&nbsp;in&nbsp;Windows,&nbsp;such&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">to&nbsp;create&nbsp;a&nbsp;memory&nbsp;dump&nbsp;of&nbsp;`lsass.exe`&nbsp;through</span>&nbsp;Windows&nbsp;<span class=\"diff_chg\">Error</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">as&nbsp;any&nbsp;logged-on&nbsp;user's&nbsp;Domain&nbsp;password&nbsp;or&nbsp;smart&nbsp;card&nbsp;PINs.&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">&nbsp;Reporting&nbsp;(`WerFault.exe`).(Citation:&nbsp;Deep&nbsp;Instinct&nbsp;LSASS)&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">The&nbsp;SSP&nbsp;configuration&nbsp;is&nbsp;stored&nbsp;in&nbsp;two&nbsp;Registry&nbsp;keys:&nbsp;&lt;code&gt;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">&nbsp;Windows&nbsp;Security&nbsp;Support</span>&nbsp;Provider&nbsp;(SSP)&nbsp;DLLs&nbsp;are&nbsp;loaded&nbsp;int</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">HKLM\\SYSTEM\\CurrentControlSet\\Control\\Lsa\\Security&nbsp;Packages&lt;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">o&nbsp;LSASS&nbsp;process&nbsp;at&nbsp;system&nbsp;start.&nbsp;Once&nbsp;loaded&nbsp;into&nbsp;the&nbsp;LSA,&nbsp;S</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">/code&gt;&nbsp;and&nbsp;&lt;code&gt;HKLM\\SYSTEM\\CurrentControlSet\\Control\\Lsa\\O</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">SP&nbsp;DLLs&nbsp;have&nbsp;access&nbsp;to&nbsp;encrypted&nbsp;and&nbsp;plaintext&nbsp;passwords&nbsp;tha</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">SConfig\\Security&nbsp;Packages&lt;/code&gt;.&nbsp;An&nbsp;adversary&nbsp;may&nbsp;modify&nbsp;th</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">t&nbsp;are&nbsp;stored&nbsp;in&nbsp;Windows,&nbsp;such&nbsp;as&nbsp;any&nbsp;logged-on&nbsp;user's&nbsp;Domain</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ese&nbsp;Registry&nbsp;keys&nbsp;to&nbsp;add&nbsp;new&nbsp;SSPs,&nbsp;which&nbsp;will&nbsp;be&nbsp;loaded&nbsp;the&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;password&nbsp;or&nbsp;smart&nbsp;card&nbsp;PINs.&nbsp;The&nbsp;SSP&nbsp;configuration&nbsp;is&nbsp;store</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">next&nbsp;time&nbsp;the&nbsp;system&nbsp;boots,&nbsp;or&nbsp;when&nbsp;the&nbsp;AddSecurityPackage&nbsp;W</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d&nbsp;in&nbsp;two&nbsp;Registry&nbsp;keys:&nbsp;&lt;code&gt;HKLM\\SYSTEM\\CurrentControlSet\\</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">indows&nbsp;API&nbsp;function&nbsp;is&nbsp;called.(Citation:&nbsp;Graeber&nbsp;2014)&nbsp;&nbsp;The&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Control\\Lsa\\Security&nbsp;Packages&lt;/code&gt;&nbsp;and&nbsp;&lt;code&gt;HKLM\\SYSTEM\\C</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">following&nbsp;SSPs&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;access&nbsp;credentials:&nbsp;&nbsp;*&nbsp;Msv:&nbsp;In</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">urrentControlSet\\Control\\Lsa\\OSConfig\\Security&nbsp;Packages&lt;/cod</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">teractive&nbsp;logons,&nbsp;batch&nbsp;logons,&nbsp;and&nbsp;service&nbsp;logons&nbsp;are&nbsp;done&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&gt;.&nbsp;An&nbsp;adversary&nbsp;may&nbsp;modify&nbsp;these&nbsp;Registry&nbsp;keys&nbsp;to&nbsp;add&nbsp;new&nbsp;S</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">through&nbsp;the&nbsp;MSV&nbsp;authentication&nbsp;package.&nbsp;*&nbsp;Wdigest:&nbsp;The&nbsp;Diges</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">SPs,&nbsp;which&nbsp;will&nbsp;be&nbsp;loaded&nbsp;the&nbsp;next&nbsp;time&nbsp;the&nbsp;system&nbsp;boots,&nbsp;or</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">t&nbsp;Authentication&nbsp;protocol&nbsp;is&nbsp;designed&nbsp;for&nbsp;use&nbsp;with&nbsp;Hypertext</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;when&nbsp;the&nbsp;AddSecurityPackage&nbsp;Windows&nbsp;API&nbsp;function&nbsp;is&nbsp;called.</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Transfer&nbsp;Protocol&nbsp;(HTTP)&nbsp;and&nbsp;Simple&nbsp;Authentication&nbsp;Security</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">(Citation:&nbsp;Graeber&nbsp;2014)&nbsp;&nbsp;The&nbsp;following&nbsp;SSPs&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Layer&nbsp;(SASL)&nbsp;exchanges.(Citation:&nbsp;TechNet&nbsp;Blogs&nbsp;Credential&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">access&nbsp;credentials:&nbsp;&nbsp;*&nbsp;Msv:&nbsp;Interactive&nbsp;logons,&nbsp;batch&nbsp;logons</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Protection)&nbsp;*&nbsp;Kerberos:&nbsp;Preferred&nbsp;for&nbsp;mutual&nbsp;client-server&nbsp;d</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">,&nbsp;and&nbsp;service&nbsp;logons&nbsp;are&nbsp;done&nbsp;through&nbsp;the&nbsp;MSV&nbsp;authentication</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">omain&nbsp;authentication&nbsp;in&nbsp;Windows&nbsp;2000&nbsp;and&nbsp;later.&nbsp;*&nbsp;CredSSP:&nbsp;&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;package.&nbsp;*&nbsp;Wdigest:&nbsp;The&nbsp;Digest&nbsp;Authentication&nbsp;protocol&nbsp;is&nbsp;d</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Provides&nbsp;SSO&nbsp;and&nbsp;Network&nbsp;Level&nbsp;Authentication&nbsp;for&nbsp;Remote&nbsp;Des</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">esigned&nbsp;for&nbsp;use&nbsp;with&nbsp;Hypertext&nbsp;Transfer&nbsp;Protocol&nbsp;(HTTP)&nbsp;and&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ktop&nbsp;Services.(Citation:&nbsp;TechNet&nbsp;Blogs&nbsp;Credential&nbsp;Protection</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Simple&nbsp;Authentication&nbsp;Security&nbsp;Layer&nbsp;(SASL)&nbsp;exchanges.(Citat</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">)&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ion:&nbsp;TechNet&nbsp;Blogs&nbsp;Credential&nbsp;Protection)&nbsp;*&nbsp;Kerberos:&nbsp;Prefer</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">red&nbsp;for&nbsp;mutual&nbsp;client-server&nbsp;domain&nbsp;authentication&nbsp;in&nbsp;Window</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;2000&nbsp;and&nbsp;later.&nbsp;*&nbsp;CredSSP:&nbsp;&nbsp;Provides&nbsp;SSO&nbsp;and&nbsp;Network&nbsp;Level</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Authentication&nbsp;for&nbsp;Remote&nbsp;Desktop&nbsp;Services.(Citation:&nbsp;TechN</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">et&nbsp;Blogs&nbsp;Credential&nbsp;Protection)&nbsp;</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1017: User Training",
                            "M1025: Privileged Process Integrity",
                            "M1026: Privileged Account Management",
                            "M1027: Password Policies",
                            "M1028: Operating System Configuration",
                            "M1040: Behavior Prevention on Endpoint",
                            "M1043: Credential Access Protection"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (OS API Execution)",
                            "DS0009: Process (Process Access)",
                            "DS0009: Process (Process Creation)",
                            "DS0017: Command (Command Execution)",
                            "DS0024: Windows Registry (Windows Registry Key Modification)",
                            "DS0028: Logon Session (Logon Session Creation)"
                        ],
                        "new": [
                            "DS0022: File (File Creation)"
                        ],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--3120b9fa-23b8-4500-ae73-09494f607b7d",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-02-11 18:46:24.434000+00:00",
                    "modified": "2024-04-10 16:41:01.496000+00:00",
                    "name": "Proc Filesystem",
                    "description": "Adversaries may gather credentials from the proc filesystem or `/proc`. The proc filesystem is a pseudo-filesystem used as an interface to kernel data structures for Linux based systems managing virtual memory. For each process, the `/proc/<PID>/maps` file shows how memory is mapped within the process\u2019s virtual address space. And `/proc/<PID>/mem`, exposed for debugging purposes, provides access to the process\u2019s virtual address space.(Citation: Picus Labs Proc cump 2022)(Citation: baeldung Linux proc map 2022)\n\nWhen executing with root privileges, adversaries can search these memory locations for all processes on a system that contain patterns indicative of credentials. Adversaries may use regex patterns, such as <code>grep -E \"^[0-9a-f-]* r\" /proc/\"$pid\"/maps | cut -d' ' -f 1</code>, to look for fixed strings in memory structures or cached hashes.(Citation: atomic-red proc file system) When running without privileged access, processes can still view their own virtual memory locations. Some services or programs may save credentials in clear text inside the process\u2019s memory.(Citation: MimiPenguin GitHub May 2017)(Citation: Polop Linux PrivEsc Gitbook)\n\nIf running as or with the permissions of a web browser, a process can search the `/maps` & `/mem` locations for common website credential patterns (that can also be used to find adjacent memory within the same structure) in which hashes or cleartext credentials may be located.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "credential-access"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1003/007",
                            "external_id": "T1003.007"
                        },
                        {
                            "source_name": "atomic-red proc file system",
                            "description": "Atomic Red Team. (2023, November). T1003.007 - OS Credential Dumping: Proc Filesystem. Retrieved March 28, 2024.",
                            "url": "https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1003.007/T1003.007.md"
                        },
                        {
                            "source_name": "baeldung Linux proc map 2022",
                            "description": "baeldung. (2022, April 8). Understanding the Linux /proc/id/maps File. Retrieved March 31, 2023.",
                            "url": "https://www.baeldung.com/linux/proc-id-maps"
                        },
                        {
                            "source_name": "Polop Linux PrivEsc Gitbook",
                            "description": "Carlos Polop. (2023, March 5). Linux Privilege Escalation. Retrieved March 31, 2023.",
                            "url": "https://book.hacktricks.xyz/linux-hardening/privilege-escalation#proc-usdpid-maps-and-proc-usdpid-mem"
                        },
                        {
                            "source_name": "MimiPenguin GitHub May 2017",
                            "description": "Gregal, H. (2017, May 12). MimiPenguin. Retrieved December 5, 2017.",
                            "url": "https://github.com/huntergregal/mimipenguin"
                        },
                        {
                            "source_name": "Picus Labs Proc cump 2022",
                            "description": "Huseyin Can YUCEEL & Picus Labs. (2022, March 22). Retrieved March 31, 2023.",
                            "url": "https://www.picussecurity.com/resource/the-mitre-attck-t1003-os-credential-dumping-technique-and-its-adversary-use"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Tim (Wadhwa-)Brown"
                    ],
                    "x_mitre_data_sources": [
                        "Command: Command Execution",
                        "File: File Access"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "To obtain the passwords and hashes stored in memory, processes must open a maps file in the `/proc` filesystem for the process being analyzed. This file is stored under the path `/proc/PID/maps`, where the `PID` directory is the unique pid of the program being interrogated for such authentication data. The AuditD monitoring tool, which ships stock in many Linux distributions, can be used to watch for hostile processes opening this file in the proc file system, alerting on the pid, process name, and arguments of such programs.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-10 16:41:01.496000+00:00\", \"old_value\": \"2023-04-15 01:16:25.566000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may gather credentials from the proc filesystem or `/proc`. The proc filesystem is a pseudo-filesystem used as an interface to kernel data structures for Linux based systems managing virtual memory. For each process, the `/proc/<PID>/maps` file shows how memory is mapped within the process\\u2019s virtual address space. And `/proc/<PID>/mem`, exposed for debugging purposes, provides access to the process\\u2019s virtual address space.(Citation: Picus Labs Proc cump 2022)(Citation: baeldung Linux proc map 2022)\\n\\nWhen executing with root privileges, adversaries can search these memory locations for all processes on a system that contain patterns indicative of credentials. Adversaries may use regex patterns, such as <code>grep -E \\\"^[0-9a-f-]* r\\\" /proc/\\\"$pid\\\"/maps | cut -d' ' -f 1</code>, to look for fixed strings in memory structures or cached hashes.(Citation: atomic-red proc file system) When running without privileged access, processes can still view their own virtual memory locations. Some services or programs may save credentials in clear text inside the process\\u2019s memory.(Citation: MimiPenguin GitHub May 2017)(Citation: Polop Linux PrivEsc Gitbook)\\n\\nIf running as or with the permissions of a web browser, a process can search the `/maps` & `/mem` locations for common website credential patterns (that can also be used to find adjacent memory within the same structure) in which hashes or cleartext credentials may be located.\", \"old_value\": \"Adversaries may gather credentials from the proc filesystem or `/proc`. The proc filesystem is a pseudo-filesystem used as an interface to kernel data structures for Linux based systems managing virtual memory. For each process, the `/proc/<PID>/maps` file shows how memory is mapped within the process\\u2019s virtual address space. And `/proc/<PID>/mem`, exposed for debugging purposes, provides access to the process\\u2019s virtual address space.(Citation: Picus Labs Proc cump 2022)(Citation: baeldung Linux proc map 2022)\\n\\nWhen executing with root privileges, adversaries can search these memory locations for all processes on a system that contain patterns that are indicative of credentials, such as looking for fixed strings in memory structures or cached hashes. When running without privileged access, processes can still view their own virtual memory locations. Some services or programs may save credentials in clear text inside the process\\u2019s memory.(Citation: MimiPenguin GitHub May 2017)(Citation: Polop Linux PrivEsc Gitbook)\\n\\nIf running as or with the permissions of a web browser, a process can search the `/maps` & `/mem` locations for common website credential patterns (that can also be used to find adjacent memory within the same structure) in which hashes or cleartext credentials may be located.\", \"diff\": \"--- \\n+++ \\n@@ -1,5 +1,5 @@\\n Adversaries may gather credentials from the proc filesystem or `/proc`. The proc filesystem is a pseudo-filesystem used as an interface to kernel data structures for Linux based systems managing virtual memory. For each process, the `/proc/<PID>/maps` file shows how memory is mapped within the process\\u2019s virtual address space. And `/proc/<PID>/mem`, exposed for debugging purposes, provides access to the process\\u2019s virtual address space.(Citation: Picus Labs Proc cump 2022)(Citation: baeldung Linux proc map 2022)\\n \\n-When executing with root privileges, adversaries can search these memory locations for all processes on a system that contain patterns that are indicative of credentials, such as looking for fixed strings in memory structures or cached hashes. When running without privileged access, processes can still view their own virtual memory locations. Some services or programs may save credentials in clear text inside the process\\u2019s memory.(Citation: MimiPenguin GitHub May 2017)(Citation: Polop Linux PrivEsc Gitbook)\\n+When executing with root privileges, adversaries can search these memory locations for all processes on a system that contain patterns indicative of credentials. Adversaries may use regex patterns, such as <code>grep -E \\\"^[0-9a-f-]* r\\\" /proc/\\\"$pid\\\"/maps | cut -d' ' -f 1</code>, to look for fixed strings in memory structures or cached hashes.(Citation: atomic-red proc file system) When running without privileged access, processes can still view their own virtual memory locations. Some services or programs may save credentials in clear text inside the process\\u2019s memory.(Citation: MimiPenguin GitHub May 2017)(Citation: Polop Linux PrivEsc Gitbook)\\n \\n If running as or with the permissions of a web browser, a process can search the `/maps` & `/mem` locations for common website credential patterns (that can also be used to find adjacent memory within the same structure) in which hashes or cleartext credentials may be located.\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_detection']\": {\"new_value\": \"To obtain the passwords and hashes stored in memory, processes must open a maps file in the `/proc` filesystem for the process being analyzed. This file is stored under the path `/proc/PID/maps`, where the `PID` directory is the unique pid of the program being interrogated for such authentication data. The AuditD monitoring tool, which ships stock in many Linux distributions, can be used to watch for hostile processes opening this file in the proc file system, alerting on the pid, process name, and arguments of such programs.\", \"old_value\": \"To obtain the passwords and hashes stored in memory, processes must open a maps file in the /proc filesystem for the process being analyzed. This file is stored under the path <code>/proc/\\\\*/maps</code>, where the <code>\\\\*</code> directory is the unique pid of the program being interrogated for such authentication data. The AuditD monitoring tool, which ships stock in many Linux distributions, can be used to watch for hostile processes opening this file in the proc file system, alerting on the pid, process name, and arguments of such programs.\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}, \"iterable_item_added\": {\"root['external_references'][1]\": {\"source_name\": \"atomic-red proc file system\", \"description\": \"Atomic Red Team. (2023, November). T1003.007 - OS Credential Dumping: Proc Filesystem. Retrieved March 28, 2024.\", \"url\": \"https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1003.007/T1003.007.md\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to77__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to77__0\"><a href=\"#difflib_chg_to77__top\">t</a></td><td class=\"diff_header\" id=\"from77_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;gather&nbsp;credentials&nbsp;from&nbsp;the&nbsp;proc&nbsp;filesystem&nbsp;</td><td class=\"diff_next\"><a href=\"#difflib_chg_to77__top\">t</a></td><td class=\"diff_header\" id=\"to77_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;gather&nbsp;credentials&nbsp;from&nbsp;the&nbsp;proc&nbsp;filesystem&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">or&nbsp;`/proc`.&nbsp;The&nbsp;proc&nbsp;filesystem&nbsp;is&nbsp;a&nbsp;pseudo-filesystem&nbsp;used&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">or&nbsp;`/proc`.&nbsp;The&nbsp;proc&nbsp;filesystem&nbsp;is&nbsp;a&nbsp;pseudo-filesystem&nbsp;used&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">as&nbsp;an&nbsp;interface&nbsp;to&nbsp;kernel&nbsp;data&nbsp;structures&nbsp;for&nbsp;Linux&nbsp;based&nbsp;sy</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">as&nbsp;an&nbsp;interface&nbsp;to&nbsp;kernel&nbsp;data&nbsp;structures&nbsp;for&nbsp;Linux&nbsp;based&nbsp;sy</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">stems&nbsp;managing&nbsp;virtual&nbsp;memory.&nbsp;For&nbsp;each&nbsp;process,&nbsp;the&nbsp;`/proc/</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">stems&nbsp;managing&nbsp;virtual&nbsp;memory.&nbsp;For&nbsp;each&nbsp;process,&nbsp;the&nbsp;`/proc/</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&lt;PID&gt;/maps`&nbsp;file&nbsp;shows&nbsp;how&nbsp;memory&nbsp;is&nbsp;mapped&nbsp;within&nbsp;the&nbsp;proce</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&lt;PID&gt;/maps`&nbsp;file&nbsp;shows&nbsp;how&nbsp;memory&nbsp;is&nbsp;mapped&nbsp;within&nbsp;the&nbsp;proce</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ss\u2019s&nbsp;virtual&nbsp;address&nbsp;space.&nbsp;And&nbsp;`/proc/&lt;PID&gt;/mem`,&nbsp;exposed&nbsp;f</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ss\u2019s&nbsp;virtual&nbsp;address&nbsp;space.&nbsp;And&nbsp;`/proc/&lt;PID&gt;/mem`,&nbsp;exposed&nbsp;f</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">or&nbsp;debugging&nbsp;purposes,&nbsp;provides&nbsp;access&nbsp;to&nbsp;the&nbsp;process\u2019s&nbsp;virt</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">or&nbsp;debugging&nbsp;purposes,&nbsp;provides&nbsp;access&nbsp;to&nbsp;the&nbsp;process\u2019s&nbsp;virt</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ual&nbsp;address&nbsp;space.(Citation:&nbsp;Picus&nbsp;Labs&nbsp;Proc&nbsp;cump&nbsp;2022)(Cita</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ual&nbsp;address&nbsp;space.(Citation:&nbsp;Picus&nbsp;Labs&nbsp;Proc&nbsp;cump&nbsp;2022)(Cita</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tion:&nbsp;baeldung&nbsp;Linux&nbsp;proc&nbsp;map&nbsp;2022)&nbsp;&nbsp;When&nbsp;executing&nbsp;with&nbsp;roo</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tion:&nbsp;baeldung&nbsp;Linux&nbsp;proc&nbsp;map&nbsp;2022)&nbsp;&nbsp;When&nbsp;executing&nbsp;with&nbsp;roo</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">t&nbsp;privileges,&nbsp;adversaries&nbsp;can&nbsp;search&nbsp;these&nbsp;memory&nbsp;locations&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">t&nbsp;privileges,&nbsp;adversaries&nbsp;can&nbsp;search&nbsp;these&nbsp;memory&nbsp;locations&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">for&nbsp;all&nbsp;processes&nbsp;on&nbsp;a&nbsp;system&nbsp;that&nbsp;contain&nbsp;patterns<span class=\"diff_sub\">&nbsp;that&nbsp;are</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">for&nbsp;all&nbsp;processes&nbsp;on&nbsp;a&nbsp;system&nbsp;that&nbsp;contain&nbsp;patterns&nbsp;indicati</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\"></span>&nbsp;indicative&nbsp;of&nbsp;credentials,&nbsp;such&nbsp;as&nbsp;look<span class=\"diff_chg\">ing&nbsp;for</span>&nbsp;fixed&nbsp;string</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ve&nbsp;of&nbsp;credential<span class=\"diff_add\">s.&nbsp;Adversaries&nbsp;may&nbsp;use&nbsp;regex&nbsp;pattern</span>s,&nbsp;such&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;in&nbsp;memory&nbsp;structures&nbsp;or&nbsp;cached&nbsp;hashes<span class=\"diff_sub\">.&nbsp;When&nbsp;running&nbsp;withou</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">as<span class=\"diff_add\">&nbsp;&lt;code&gt;grep&nbsp;-E&nbsp;\"^[0-9a-f-]*&nbsp;r\"&nbsp;/proc/\"$pid\"/maps&nbsp;|&nbsp;cut&nbsp;-d'</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">t&nbsp;privileged&nbsp;access,&nbsp;processes&nbsp;can&nbsp;still&nbsp;view&nbsp;their&nbsp;own&nbsp;virt</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;'&nbsp;-f&nbsp;1&lt;/code&gt;,&nbsp;to</span>&nbsp;look<span class=\"diff_chg\">&nbsp;for</span>&nbsp;fixed&nbsp;strings&nbsp;in&nbsp;memory&nbsp;structur</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ual&nbsp;memory&nbsp;locations.&nbsp;Some&nbsp;services&nbsp;or&nbsp;programs&nbsp;may&nbsp;save&nbsp;cre</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">es&nbsp;or&nbsp;cached&nbsp;hashes.(Citation:&nbsp;<span class=\"diff_add\">atomic-red&nbsp;proc&nbsp;file&nbsp;system)&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">dentials&nbsp;in&nbsp;clear&nbsp;text&nbsp;inside&nbsp;the&nbsp;process\u2019s&nbsp;memory</span>.(Citation</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">When&nbsp;running&nbsp;without&nbsp;privileged&nbsp;access,&nbsp;processes&nbsp;can&nbsp;still&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">:&nbsp;MimiPenguin&nbsp;GitHub&nbsp;May&nbsp;2017)(Citation:&nbsp;Polop&nbsp;Linux&nbsp;PrivEsc</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">view&nbsp;their&nbsp;own&nbsp;virtual&nbsp;memory&nbsp;locations.&nbsp;Some&nbsp;services&nbsp;or&nbsp;pr</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Gitbook)&nbsp;&nbsp;If&nbsp;running&nbsp;as&nbsp;or&nbsp;with&nbsp;the&nbsp;permissions&nbsp;of&nbsp;a&nbsp;web&nbsp;br</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ograms&nbsp;may&nbsp;save&nbsp;credentials&nbsp;in&nbsp;clear&nbsp;text&nbsp;inside&nbsp;the&nbsp;process</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">owser,&nbsp;a&nbsp;process&nbsp;can&nbsp;search&nbsp;the&nbsp;`/maps`&nbsp;&amp;&nbsp;`/mem`&nbsp;locations&nbsp;f</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">\u2019s&nbsp;memory.(Citation:&nbsp;</span>MimiPenguin&nbsp;GitHub&nbsp;May&nbsp;2017)(Citation:&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">or&nbsp;common&nbsp;website&nbsp;credential&nbsp;patterns&nbsp;(that&nbsp;can&nbsp;also&nbsp;be&nbsp;used</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Polop&nbsp;Linux&nbsp;PrivEsc&nbsp;Gitbook)&nbsp;&nbsp;If&nbsp;running&nbsp;as&nbsp;or&nbsp;with&nbsp;the&nbsp;perm</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;to&nbsp;find&nbsp;adjacent&nbsp;memory&nbsp;within&nbsp;the&nbsp;same&nbsp;structure)&nbsp;in&nbsp;which</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">issions&nbsp;of&nbsp;a&nbsp;web&nbsp;browser,&nbsp;a&nbsp;process&nbsp;can&nbsp;search&nbsp;the&nbsp;`/maps`&nbsp;&amp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;hashes&nbsp;or&nbsp;cleartext&nbsp;credentials&nbsp;may&nbsp;be&nbsp;located.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;`/mem`&nbsp;locations&nbsp;for&nbsp;common&nbsp;website&nbsp;credential&nbsp;patterns&nbsp;(th</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">at&nbsp;can&nbsp;also&nbsp;be&nbsp;used&nbsp;to&nbsp;find&nbsp;adjacent&nbsp;memory&nbsp;within&nbsp;the&nbsp;same&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">structure)&nbsp;in&nbsp;which&nbsp;hashes&nbsp;or&nbsp;cleartext&nbsp;credentials&nbsp;may&nbsp;be&nbsp;l</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ocated.</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1026: Privileged Account Management",
                            "M1027: Password Policies"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0017: Command (Command Execution)",
                            "DS0022: File (File Access)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--b3d682b6-98f2-4fb0-aa3b-b4df007ca70a",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:30:32.662000+00:00",
                    "modified": "2024-04-16 12:27:18.945000+00:00",
                    "name": "Obfuscated Files or Information",
                    "description": "Adversaries may attempt to make an executable or file difficult to discover or analyze by encrypting, encoding, or otherwise obfuscating its contents on the system or in transit. This is common behavior that can be used across different platforms and the network to evade defenses. \n\nPayloads may be compressed, archived, or encrypted in order to avoid detection. These payloads may be used during Initial Access or later to mitigate detection. Sometimes a user's action may be required to open and [Deobfuscate/Decode Files or Information](https://attack.mitre.org/techniques/T1140) for [User Execution](https://attack.mitre.org/techniques/T1204). The user may also be required to input a password to open a password protected compressed/encrypted file that was provided by the adversary. (Citation: Volexity PowerDuke November 2016) Adversaries may also use compressed or archived scripts, such as JavaScript. \n\nPortions of files can also be encoded to hide the plain-text strings that would otherwise help defenders with discovery. (Citation: Linux/Cdorked.A We Live Security Analysis) Payloads may also be split into separate, seemingly benign files that only reveal malicious functionality when reassembled. (Citation: Carbon Black Obfuscation Sept 2016)\n\nAdversaries may also abuse [Command Obfuscation](https://attack.mitre.org/techniques/T1027/010) to obscure commands executed from payloads or directly via [Command and Scripting Interpreter](https://attack.mitre.org/techniques/T1059). Environment variables, aliases, characters, and other platform/language specific semantics can be used to evade signature based detections and application control mechanisms. (Citation: FireEye Obfuscation June 2017) (Citation: FireEye Revoke-Obfuscation July 2017)(Citation: PaloAlto EncodedCommand March 2017) ",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "defense-evasion"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1027",
                            "external_id": "T1027"
                        },
                        {
                            "source_name": "Volexity PowerDuke November 2016",
                            "description": "Adair, S.. (2016, November 9). PowerDuke: Widespread Post-Election Spear Phishing Campaigns Targeting Think Tanks and NGOs. Retrieved January 11, 2017.",
                            "url": "https://www.volexity.com/blog/2016/11/09/powerduke-post-election-spear-phishing-campaigns-targeting-think-tanks-and-ngos/"
                        },
                        {
                            "source_name": "GitHub Revoke-Obfuscation",
                            "description": "Bohannon, D. (2017, July 27). Revoke-Obfuscation. Retrieved February 12, 2018.",
                            "url": "https://github.com/danielbohannon/Revoke-Obfuscation"
                        },
                        {
                            "source_name": "FireEye Obfuscation June 2017",
                            "description": "Bohannon, D. & Carr N. (2017, June 30). Obfuscation in the Wild: Targeted Attackers Lead the Way in Evasion Techniques. Retrieved February 12, 2018.",
                            "url": "https://web.archive.org/web/20170923102302/https://www.fireeye.com/blog/threat-research/2017/06/obfuscation-in-the-wild.html"
                        },
                        {
                            "source_name": "FireEye Revoke-Obfuscation July 2017",
                            "description": "Bohannon, D. & Holmes, L. (2017, July 27). Revoke-Obfuscation: PowerShell Obfuscation Detection Using Science. Retrieved February 12, 2018.",
                            "url": "https://www.fireeye.com/content/dam/fireeye-www/blog/pdfs/revoke-obfuscation-report.pdf"
                        },
                        {
                            "source_name": "GitHub Office-Crackros Aug 2016",
                            "description": "Carr, N. (2016, August 14). OfficeCrackros. Retrieved February 12, 2018.",
                            "url": "https://github.com/itsreallynick/office-crackros"
                        },
                        {
                            "source_name": "Linux/Cdorked.A We Live Security Analysis",
                            "description": "Pierre-Marc Bureau. (2013, April 26). Linux/Cdorked.A: New Apache backdoor being used in the wild to serve Blackhole. Retrieved September 10, 2017.",
                            "url": "https://www.welivesecurity.com/2013/04/26/linuxcdorked-new-apache-backdoor-in-the-wild-serves-blackhole/"
                        },
                        {
                            "source_name": "Carbon Black Obfuscation Sept 2016",
                            "description": "Tedesco, B. (2016, September 23). Security Alert Summary. Retrieved February 12, 2018.",
                            "url": "https://www.carbonblack.com/2016/09/23/security-advisory-variants-well-known-adware-families-discovered-include-sophisticated-obfuscation-techniques-previously-associated-nation-state-attacks/"
                        },
                        {
                            "source_name": "PaloAlto EncodedCommand March 2017",
                            "description": "White, J. (2017, March 10). Pulling Back the Curtains on EncodedCommand PowerShell Attacks. Retrieved February 12, 2018.",
                            "url": "https://researchcenter.paloaltonetworks.com/2017/03/unit42-pulling-back-the-curtains-on-encodedcommand-powershell-attacks/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Red Canary",
                        "Christiaan Beek, @ChristiaanBeek"
                    ],
                    "x_mitre_data_sources": [
                        "WMI: WMI Creation",
                        "Script: Script Execution",
                        "File: File Creation",
                        "Module: Module Load",
                        "Command: Command Execution",
                        "File: File Metadata",
                        "Process: OS API Execution",
                        "Windows Registry: Windows Registry Key Creation",
                        "Process: Process Creation"
                    ],
                    "x_mitre_defense_bypassed": [
                        "Host Forensic Analysis",
                        "Signature-based Detection",
                        "Host Intrusion Prevention Systems",
                        "Application Control",
                        "Log Analysis"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Detection of file obfuscation is difficult unless artifacts are left behind by the obfuscation process that are uniquely detectable with a signature. If detection of the obfuscation itself is not possible, it may be possible to detect the malicious activity that caused the obfuscated file (for example, the method that was used to write, read, or modify the file on the file system). \n\nFlag and analyze commands containing indicators of obfuscation and known suspicious syntax such as uninterpreted escape characters like '''^''' and '''\"'''. Windows' Sysmon and Event ID 4688 displays command-line arguments for processes. Deobfuscation tools can be used to detect these indicators in files/payloads. (Citation: GitHub Revoke-Obfuscation) (Citation: FireEye Revoke-Obfuscation July 2017) (Citation: GitHub Office-Crackros Aug 2016) \n\nObfuscation used in payloads for Initial Access can be detected at the network. Use network intrusion detection systems and email gateway filtering to identify compressed and encrypted attachments and scripts. Some email attachment detonation systems can open compressed and encrypted attachments. Payloads delivered over an encrypted connection from a website require encrypted network traffic inspection. \n\nThe first detection of a malicious tool may trigger an anti-virus or other security tool alert. Similar events may also occur at the boundary through network IDS, email scanning appliance, etc. The initial detection should be treated as an indication of a potentially more invasive intrusion. The alerting system should be thoroughly investigated beyond that initial alert for activity that was not detected. Adversaries may continue with an operation, assuming that individual events like an anti-virus detect will not be investigated or that an analyst will not be able to conclusively link that event to other activity occurring on the network. ",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows",
                        "Network"
                    ],
                    "x_mitre_version": "1.6",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-16 12:27:18.945000+00:00\", \"old_value\": \"2023-08-28 19:17:53.015000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.6\", \"old_value\": \"1.5\"}}, \"iterable_item_added\": {\"root['x_mitre_platforms'][3]\": \"Network\"}}",
                    "previous_version": "1.5",
                    "version_change": "1.5 \u2192 1.6",
                    "changelog_mitigations": {
                        "shared": [
                            "M1017: User Training",
                            "M1040: Behavior Prevention on Endpoint",
                            "M1047: Audit",
                            "M1049: Antivirus/Antimalware"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0005: WMI (WMI Creation)",
                            "DS0009: Process (OS API Execution)",
                            "DS0009: Process (Process Creation)",
                            "DS0011: Module (Module Load)",
                            "DS0012: Script (Script Execution)",
                            "DS0017: Command (Command Execution)",
                            "DS0022: File (File Creation)",
                            "DS0022: File (File Metadata)",
                            "DS0024: Windows Registry (Windows Registry Key Creation)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--2f41939b-54c3-41d6-8f8b-35f1ec18ed97",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2022-09-29 18:30:12.244000+00:00",
                    "modified": "2024-04-16 12:26:49.584000+00:00",
                    "name": "Stripped Payloads",
                    "description": "Adversaries may attempt to make a payload difficult to analyze by removing symbols, strings, and other human readable information. Scripts and executables may contain variables names and other strings that help developers document code functionality. Symbols are often created by an operating system\u2019s `linker` when executable payloads are compiled. Reverse engineers use these symbols and strings to analyze code and to identify functionality in payloads.(Citation: Mandiant golang stripped binaries explanation)(Citation: intezer stripped binaries elf files 2018)\n\nAdversaries may use stripped payloads in order to make malware analysis more difficult. For example, compilers and other tools may provide features to remove or obfuscate strings and symbols. Adversaries have also used stripped payload formats, such as run-only AppleScripts, a compiled and stripped version of [AppleScript](https://attack.mitre.org/techniques/T1059/002), to evade detection and analysis. The lack of human-readable information may directly hinder detection and analysis of payloads.(Citation: SentinelLabs reversing run-only applescripts 2021)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "defense-evasion"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1027/008",
                            "external_id": "T1027.008"
                        },
                        {
                            "source_name": "intezer stripped binaries elf files 2018",
                            "description": "Ignacio Sanmillan. (2018, February 7). Executable and Linkable Format 101. Part 2: Symbols. Retrieved September 29, 2022.",
                            "url": "https://www.intezer.com/blog/malware-analysis/executable-linkable-format-101-part-2-symbols/"
                        },
                        {
                            "source_name": "SentinelLabs reversing run-only applescripts 2021",
                            "description": "Phil Stokes. (2021, January 11). FADE DEAD | Adventures in Reversing Malicious Run-Only AppleScripts. Retrieved September 29, 2022.",
                            "url": "https://www.sentinelone.com/labs/fade-dead-adventures-in-reversing-malicious-run-only-applescripts/"
                        },
                        {
                            "source_name": "Mandiant golang stripped binaries explanation",
                            "description": "STEPHEN ECKELS. (2022, February 28). Ready, Set, Go \u2014 Golang Internals and Symbol Recovery. Retrieved September 29, 2022.",
                            "url": "https://www.mandiant.com/resources/blog/golang-internals-symbol-recovery"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "File: File Metadata"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "macOS",
                        "Linux",
                        "Windows",
                        "Network"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-16 12:26:49.584000+00:00\", \"old_value\": \"2022-10-20 17:03:30.462000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}, \"iterable_item_added\": {\"root['x_mitre_platforms'][3]\": \"Network\"}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1",
                    "changelog_mitigations": {
                        "shared": [],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0022: File (File Metadata)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--ed7efd4d-ce28-4a19-a8e6-c58011eb2c7a",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-11-07 19:44:04.475000+00:00",
                    "modified": "2024-04-16 12:41:55.175000+00:00",
                    "name": "Office Test",
                    "description": "Adversaries may abuse the Microsoft Office \"Office Test\" Registry key to obtain persistence on a compromised system. An Office Test Registry location exists that allows a user to specify an arbitrary DLL that will be executed every time an Office application is started. This Registry key is thought to be used by Microsoft to load DLLs for testing and debugging purposes while developing Office applications. This Registry key is not created by default during an Office installation.(Citation: Hexacorn Office Test)(Citation: Palo Alto Office Test Sofacy)\n\nThere exist user and global Registry keys for the Office Test feature, such as:\n\n* <code>HKEY_CURRENT_USER\\Software\\Microsoft\\Office test\\Special\\Perf</code>\n* <code>HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Office test\\Special\\Perf</code>\n\nAdversaries may add this Registry key and specify a malicious DLL that will be executed whenever an Office application, such as Word or Excel, is started.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "persistence"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1137/002",
                            "external_id": "T1137.002"
                        },
                        {
                            "source_name": "Palo Alto Office Test Sofacy",
                            "description": "Falcone, R. (2016, July 20). Technical Walkthrough: Office Test Persistence Method Used In Recent Sofacy Attacks. Retrieved July 3, 2017.",
                            "url": "https://researchcenter.paloaltonetworks.com/2016/07/unit42-technical-walkthrough-office-test-persistence-method-used-in-recent-sofacy-attacks/"
                        },
                        {
                            "source_name": "Hexacorn Office Test",
                            "description": "Hexacorn. (2014, April 16). Beyond good ol\u2019 Run key, Part 10. Retrieved July 3, 2017.",
                            "url": "http://www.hexacorn.com/blog/2014/04/16/beyond-good-ol-run-key-part-10/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "Windows Registry: Windows Registry Key Creation",
                        "Command: Command Execution",
                        "File: File Modification",
                        "Windows Registry: Windows Registry Key Modification",
                        "File: File Creation",
                        "Process: Process Creation",
                        "Module: Module Load"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor for the creation of the Office Test Registry key. Many Office-related persistence mechanisms require changes to the Registry and for binaries, files, or scripts to be written to disk or existing files modified to include malicious scripts. Collect events related to Registry key creation and modification for keys that could be used for Office-based persistence. Since v13.52, Autoruns can detect tasks set up using the Office Test Registry key.(Citation: Palo Alto Office Test Sofacy)\n\nConsider monitoring Office processes for anomalous DLL loads.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows",
                        "Office 365"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"dictionary_item_removed\": {\"root['x_mitre_permissions_required']\": [\"Administrator\", \"User\"], \"root['x_mitre_system_requirements']\": [\"Office 2007, 2010, 2013, and 2016\"]}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-16 12:41:55.175000+00:00\", \"old_value\": \"2021-08-16 21:35:17.618000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may abuse the Microsoft Office \\\"Office Test\\\" Registry key to obtain persistence on a compromised system. An Office Test Registry location exists that allows a user to specify an arbitrary DLL that will be executed every time an Office application is started. This Registry key is thought to be used by Microsoft to load DLLs for testing and debugging purposes while developing Office applications. This Registry key is not created by default during an Office installation.(Citation: Hexacorn Office Test)(Citation: Palo Alto Office Test Sofacy)\\n\\nThere exist user and global Registry keys for the Office Test feature, such as:\\n\\n* <code>HKEY_CURRENT_USER\\\\Software\\\\Microsoft\\\\Office test\\\\Special\\\\Perf</code>\\n* <code>HKEY_LOCAL_MACHINE\\\\Software\\\\Microsoft\\\\Office test\\\\Special\\\\Perf</code>\\n\\nAdversaries may add this Registry key and specify a malicious DLL that will be executed whenever an Office application, such as Word or Excel, is started.\", \"old_value\": \"Adversaries may abuse the Microsoft Office \\\"Office Test\\\" Registry key to obtain persistence on a compromised system. An Office Test Registry location exists that allows a user to specify an arbitrary DLL that will be executed every time an Office application is started. This Registry key is thought to be used by Microsoft to load DLLs for testing and debugging purposes while developing Office applications. This Registry key is not created by default during an Office installation.(Citation: Hexacorn Office Test)(Citation: Palo Alto Office Test Sofacy)\\n\\nThere exist user and global Registry keys for the Office Test feature:\\n\\n* <code>HKEY_CURRENT_USER\\\\Software\\\\Microsoft\\\\Office test\\\\Special\\\\Perf</code>\\n* <code>HKEY_LOCAL_MACHINE\\\\Software\\\\Microsoft\\\\Office test\\\\Special\\\\Perf</code>\\n\\nAdversaries may add this Registry key and specify a malicious DLL that will be executed whenever an Office application, such as Word or Excel, is started.\", \"diff\": \"--- \\n+++ \\n@@ -1,6 +1,6 @@\\n Adversaries may abuse the Microsoft Office \\\"Office Test\\\" Registry key to obtain persistence on a compromised system. An Office Test Registry location exists that allows a user to specify an arbitrary DLL that will be executed every time an Office application is started. This Registry key is thought to be used by Microsoft to load DLLs for testing and debugging purposes while developing Office applications. This Registry key is not created by default during an Office installation.(Citation: Hexacorn Office Test)(Citation: Palo Alto Office Test Sofacy)\\n \\n-There exist user and global Registry keys for the Office Test feature:\\n+There exist user and global Registry keys for the Office Test feature, such as:\\n \\n * <code>HKEY_CURRENT_USER\\\\Software\\\\Microsoft\\\\Office test\\\\Special\\\\Perf</code>\\n * <code>HKEY_LOCAL_MACHINE\\\\Software\\\\Microsoft\\\\Office test\\\\Special\\\\Perf</code>\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to91__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to91__0\"><a href=\"#difflib_chg_to91__top\">t</a></td><td class=\"diff_header\" id=\"from91_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;abuse&nbsp;the&nbsp;Microsoft&nbsp;Office&nbsp;\"Office&nbsp;Test\"&nbsp;Reg</td><td class=\"diff_next\"><a href=\"#difflib_chg_to91__top\">t</a></td><td class=\"diff_header\" id=\"to91_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;abuse&nbsp;the&nbsp;Microsoft&nbsp;Office&nbsp;\"Office&nbsp;Test\"&nbsp;Reg</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">istry&nbsp;key&nbsp;to&nbsp;obtain&nbsp;persistence&nbsp;on&nbsp;a&nbsp;compromised&nbsp;system.&nbsp;An&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">istry&nbsp;key&nbsp;to&nbsp;obtain&nbsp;persistence&nbsp;on&nbsp;a&nbsp;compromised&nbsp;system.&nbsp;An&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Office&nbsp;Test&nbsp;Registry&nbsp;location&nbsp;exists&nbsp;that&nbsp;allows&nbsp;a&nbsp;user&nbsp;to&nbsp;s</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Office&nbsp;Test&nbsp;Registry&nbsp;location&nbsp;exists&nbsp;that&nbsp;allows&nbsp;a&nbsp;user&nbsp;to&nbsp;s</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">pecify&nbsp;an&nbsp;arbitrary&nbsp;DLL&nbsp;that&nbsp;will&nbsp;be&nbsp;executed&nbsp;every&nbsp;time&nbsp;an&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">pecify&nbsp;an&nbsp;arbitrary&nbsp;DLL&nbsp;that&nbsp;will&nbsp;be&nbsp;executed&nbsp;every&nbsp;time&nbsp;an&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Office&nbsp;application&nbsp;is&nbsp;started.&nbsp;This&nbsp;Registry&nbsp;key&nbsp;is&nbsp;thought&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Office&nbsp;application&nbsp;is&nbsp;started.&nbsp;This&nbsp;Registry&nbsp;key&nbsp;is&nbsp;thought&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">to&nbsp;be&nbsp;used&nbsp;by&nbsp;Microsoft&nbsp;to&nbsp;load&nbsp;DLLs&nbsp;for&nbsp;testing&nbsp;and&nbsp;debuggi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">to&nbsp;be&nbsp;used&nbsp;by&nbsp;Microsoft&nbsp;to&nbsp;load&nbsp;DLLs&nbsp;for&nbsp;testing&nbsp;and&nbsp;debuggi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ng&nbsp;purposes&nbsp;while&nbsp;developing&nbsp;Office&nbsp;applications.&nbsp;This&nbsp;Regis</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ng&nbsp;purposes&nbsp;while&nbsp;developing&nbsp;Office&nbsp;applications.&nbsp;This&nbsp;Regis</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">try&nbsp;key&nbsp;is&nbsp;not&nbsp;created&nbsp;by&nbsp;default&nbsp;during&nbsp;an&nbsp;Office&nbsp;installat</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">try&nbsp;key&nbsp;is&nbsp;not&nbsp;created&nbsp;by&nbsp;default&nbsp;during&nbsp;an&nbsp;Office&nbsp;installat</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ion.(Citation:&nbsp;Hexacorn&nbsp;Office&nbsp;Test)(Citation:&nbsp;Palo&nbsp;Alto&nbsp;Off</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ion.(Citation:&nbsp;Hexacorn&nbsp;Office&nbsp;Test)(Citation:&nbsp;Palo&nbsp;Alto&nbsp;Off</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ice&nbsp;Test&nbsp;Sofacy)&nbsp;&nbsp;There&nbsp;exist&nbsp;user&nbsp;and&nbsp;global&nbsp;Registry&nbsp;keys&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ice&nbsp;Test&nbsp;Sofacy)&nbsp;&nbsp;There&nbsp;exist&nbsp;user&nbsp;and&nbsp;global&nbsp;Registry&nbsp;keys&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">for&nbsp;the&nbsp;Office&nbsp;Test&nbsp;feature:&nbsp;&nbsp;*&nbsp;&lt;code&gt;HKEY_CURRENT_USER\\Soft</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">for&nbsp;the&nbsp;Office&nbsp;Test&nbsp;feature<span class=\"diff_add\">,&nbsp;such&nbsp;as</span>:&nbsp;&nbsp;*&nbsp;&lt;code&gt;HKEY_CURRENT_</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ware\\Microsoft\\Office&nbsp;test\\Special\\Perf&lt;/code&gt;&nbsp;*&nbsp;&lt;code&gt;HKEY_</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">USER\\Software\\Microsoft\\Office&nbsp;test\\Special\\Perf&lt;/code&gt;&nbsp;*&nbsp;&lt;c</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">LOCAL_MACHINE\\Software\\Microsoft\\Office&nbsp;test\\Special\\Perf&lt;/c</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ode&gt;HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Office&nbsp;test\\Specia</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ode&gt;&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;add&nbsp;this&nbsp;Registry&nbsp;key&nbsp;and&nbsp;specify&nbsp;a&nbsp;ma</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">l\\Perf&lt;/code&gt;&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;add&nbsp;this&nbsp;Registry&nbsp;key&nbsp;and&nbsp;spe</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">licious&nbsp;DLL&nbsp;that&nbsp;will&nbsp;be&nbsp;executed&nbsp;whenever&nbsp;an&nbsp;Office&nbsp;applica</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">cify&nbsp;a&nbsp;malicious&nbsp;DLL&nbsp;that&nbsp;will&nbsp;be&nbsp;executed&nbsp;whenever&nbsp;an&nbsp;Offic</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tion,&nbsp;such&nbsp;as&nbsp;Word&nbsp;or&nbsp;Excel,&nbsp;is&nbsp;started.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;application,&nbsp;such&nbsp;as&nbsp;Word&nbsp;or&nbsp;Excel,&nbsp;is&nbsp;started.</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1040: Behavior Prevention on Endpoint",
                            "M1054: Software Configuration"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (Process Creation)",
                            "DS0011: Module (Module Load)",
                            "DS0017: Command (Command Execution)",
                            "DS0022: File (File Creation)",
                            "DS0022: File (File Modification)",
                            "DS0024: Windows Registry (Windows Registry Key Creation)",
                            "DS0024: Windows Registry (Windows Registry Key Modification)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--a62a8db3-f23a-4d8f-afd6-9dbc77e7813b",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-03-02 18:45:07.892000+00:00",
                    "modified": "2024-03-01 16:56:32.245000+00:00",
                    "name": "Phishing",
                    "description": "Adversaries may send phishing messages to gain access to victim systems. All forms of phishing are electronically delivered social engineering. Phishing can be targeted, known as spearphishing. In spearphishing, a specific individual, company, or industry will be targeted by the adversary. More generally, adversaries can conduct non-targeted phishing, such as in mass malware spam campaigns.\n\nAdversaries may send victims emails containing malicious attachments or links, typically to execute malicious code on victim systems. Phishing may also be conducted via third-party services, like social media platforms. Phishing may also involve social engineering techniques, such as posing as a trusted source, as well as evasive techniques such as removing or manipulating emails or metadata/headers from compromised accounts being abused to send messages (e.g., [Email Hiding Rules](https://attack.mitre.org/techniques/T1564/008)).(Citation: Microsoft OAuth Spam 2022)(Citation: Palo Alto Unit 42 VBA Infostealer 2014) Another way to accomplish this is by forging or spoofing(Citation: Proofpoint-spoof) the identity of the sender which can be used to fool both the human recipient as well as automated security tools.(Citation: cyberproof-double-bounce) \n\nVictims may also receive phishing messages that instruct them to call a phone number where they are directed to visit a malicious URL, download malware,(Citation: sygnia Luna Month)(Citation: CISA Remote Monitoring and Management Software) or install adversary-accessible remote management tools onto their computer (i.e., [User Execution](https://attack.mitre.org/techniques/T1204)).(Citation: Unit42 Luna Moth)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "initial-access"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1566",
                            "external_id": "T1566"
                        },
                        {
                            "source_name": "ACSC Email Spoofing",
                            "description": "Australian Cyber Security Centre. (2012, December). Mitigating Spoofed Emails Using Sender Policy Framework. Retrieved October 19, 2020.",
                            "url": "https://www.cyber.gov.au/sites/default/files/2019-03/spoof_email_sender_policy_framework.pdf"
                        },
                        {
                            "source_name": "CISA Remote Monitoring and Management Software",
                            "description": "CISA. (n.d.). Protecting Against Malicious Use of Remote Monitoring and Management Software. Retrieved February 2, 2023.",
                            "url": "https://www.cisa.gov/uscert/ncas/alerts/aa23-025a"
                        },
                        {
                            "source_name": "cyberproof-double-bounce",
                            "description": "Itkin, Liora. (2022, September 1). Double-bounced attacks with email spoofing . Retrieved February 24, 2023.",
                            "url": "https://blog.cyberproof.com/blog/double-bounced-attacks-with-email-spoofing-2022-trends"
                        },
                        {
                            "source_name": "Unit42 Luna Moth",
                            "description": "Kristopher Russo. (n.d.). Luna Moth Callback Phishing Campaign. Retrieved February 2, 2023.",
                            "url": "https://unit42.paloaltonetworks.com/luna-moth-callback-phishing/"
                        },
                        {
                            "source_name": "Microsoft Anti Spoofing",
                            "description": "Microsoft. (2020, October 13). Anti-spoofing protection in EOP. Retrieved October 19, 2020.",
                            "url": "https://docs.microsoft.com/en-us/microsoft-365/security/office-365-security/anti-spoofing-protection?view=o365-worldwide"
                        },
                        {
                            "source_name": "Microsoft OAuth Spam 2022",
                            "description": "Microsoft. (2023, September 22). Malicious OAuth applications abuse cloud email services to spread spam. Retrieved March 13, 2023.",
                            "url": "https://www.microsoft.com/en-us/security/blog/2022/09/22/malicious-oauth-applications-used-to-compromise-email-servers-and-spread-spam/"
                        },
                        {
                            "source_name": "sygnia Luna Month",
                            "description": "Oren Biderman, Tomer Lahiyani, Noam Lifshitz, Ori Porag. (n.d.). LUNA MOTH: THE THREAT ACTORS BEHIND RECENT FALSE SUBSCRIPTION SCAMS. Retrieved February 2, 2023.",
                            "url": "https://blog.sygnia.co/luna-moth-false-subscription-scams"
                        },
                        {
                            "source_name": "Proofpoint-spoof",
                            "description": "Proofpoint. (n.d.). What Is Email Spoofing?. Retrieved February 24, 2023.",
                            "url": "https://www.proofpoint.com/us/threat-reference/email-spoofing"
                        },
                        {
                            "source_name": "Palo Alto Unit 42 VBA Infostealer 2014",
                            "description": "Vicky Ray and Rob Downs. (2014, October 29). Examining a VBA-Initiated Infostealer Campaign. Retrieved March 13, 2023.",
                            "url": "https://unit42.paloaltonetworks.com/examining-vba-initiated-infostealer-campaign/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Philip Winther",
                        "Ohad Zaidenberg, @ohad_mz",
                        "Liora Itkin",
                        "Liran Ravich, CardinalOps",
                        "Scott Cook, Capital One"
                    ],
                    "x_mitre_data_sources": [
                        "File: File Creation",
                        "Network Traffic: Network Traffic Flow",
                        "Application Log: Application Log Content",
                        "Network Traffic: Network Traffic Content"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Network intrusion detection systems and email gateways can be used to detect phishing with malicious attachments in transit. Detonation chambers may also be used to identify malicious attachments. Solutions can be signature and behavior based, but adversaries may construct attachments in a way to avoid these systems.\n\nFiltering based on DKIM+SPF or header analysis can help detect when the email sender is spoofed.(Citation: Microsoft Anti Spoofing)(Citation: ACSC Email Spoofing)\n\nURL inspection within email (including expanding shortened links) can help detect links leading to known malicious sites. Detonation chambers can be used to detect these links and either automatically go to these sites to determine if they're potentially malicious, or wait and capture the content if a user visits the link.\n\nBecause most common third-party services used for phishing via service leverage TLS encryption, SSL/TLS inspection is generally required to detect the initial communication/delivery. With SSL/TLS inspection intrusion detection signatures or other security gateway appliances may be able to detect malware.\n\nAnti-virus can potentially detect malicious documents and files that are downloaded on the user's computer. Many possible detections of follow-on behavior may take place once [User Execution](https://attack.mitre.org/techniques/T1204) occurs.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows",
                        "SaaS",
                        "Office 365",
                        "Google Workspace"
                    ],
                    "x_mitre_version": "2.5",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-03-01 16:56:32.245000+00:00\", \"old_value\": \"2023-09-08 20:27:52.947000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.5\", \"old_value\": \"2.4\"}}}",
                    "previous_version": "2.4",
                    "version_change": "2.4 \u2192 2.5",
                    "changelog_mitigations": {
                        "shared": [
                            "M1017: User Training",
                            "M1021: Restrict Web-Based Content",
                            "M1031: Network Intrusion Prevention",
                            "M1049: Antivirus/Antimalware",
                            "M1054: Software Configuration"
                        ],
                        "new": [
                            "M1047: Audit"
                        ],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0015: Application Log (Application Log Content)",
                            "DS0022: File (File Creation)",
                            "DS0029: Network Traffic (Network Traffic Content)",
                            "DS0029: Network Traffic (Network Traffic Flow)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--2b742742-28c3-4e1b-bab7-8350d6300fa7",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-03-02 19:15:44.182000+00:00",
                    "modified": "2024-04-15 23:51:25.037000+00:00",
                    "name": "Spearphishing Link",
                    "description": "Adversaries may send spearphishing emails with a malicious link in an attempt to gain access to victim systems. Spearphishing with a link is a specific variant of spearphishing. It is different from other forms of spearphishing in that it employs the use of links to download malware contained in email, instead of attaching malicious files to the email itself, to avoid defenses that may inspect email attachments. Spearphishing may also involve social engineering techniques, such as posing as a trusted source.\n\nAll forms of spearphishing are electronically delivered social engineering targeted at a specific individual, company, or industry. In this case, the malicious emails contain links. Generally, the links will be accompanied by social engineering text and require the user to actively click or copy and paste a URL into a browser, leveraging [User Execution](https://attack.mitre.org/techniques/T1204). The visited website may compromise the web browser using an exploit, or the user will be prompted to download applications, documents, zip files, or even executables depending on the pretext for the email in the first place.\n\nAdversaries may also include links that are intended to interact directly with an email reader, including embedded images intended to exploit the end system directly. Additionally, adversaries may use seemingly benign links that abuse special characters to mimic legitimate websites (known as an \"IDN homograph attack\").(Citation: CISA IDN ST05-016) URLs may also be obfuscated by taking advantage of quirks in the URL schema, such as the acceptance of integer- or hexadecimal-based hostname formats and the automatic discarding of text before an \u201c@\u201d symbol: for example, `hxxp://google.com@1157586937`.(Citation: Mandiant URL Obfuscation 2023)\n\nAdversaries may also utilize links to perform consent phishing, typically with OAuth 2.0 request URLs that when accepted by the user provide permissions/access for malicious applications, allowing adversaries to  [Steal Application Access Token](https://attack.mitre.org/techniques/T1528)s.(Citation: Trend Micro Pawn Storm OAuth 2017) These stolen access tokens allow the adversary to perform various actions on behalf of the user via API calls. (Citation: Microsoft OAuth 2.0 Consent Phishing 2021)\n\nAdversaries may also utilize spearphishing links to [Steal Application Access Token](https://attack.mitre.org/techniques/T1528)s that grant immediate access to the victim environment. For example, a user may be lured through \u201cconsent phishing\u201d into granting adversaries permissions/access via a malicious OAuth 2.0 request URL .(Citation: Trend Micro Pawn Storm OAuth 2017)(Citation: Microsoft OAuth 2.0 Consent Phishing 2021)\n\nSimilarly, malicious links may also target device-based authorization, such as OAuth 2.0 device authorization grant flow which is typically used to authenticate devices without UIs/browsers. Known as \u201cdevice code phishing,\u201d an adversary may send a link that directs the victim to a malicious authorization page where the user is tricked into entering a code/credentials that produces a device token.(Citation: SecureWorks Device Code Phishing 2021)(Citation: Netskope Device Code Phishing 2021)(Citation: Optiv Device Code Phishing 2021)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "initial-access"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1566/002",
                            "external_id": "T1566.002"
                        },
                        {
                            "source_name": "ACSC Email Spoofing",
                            "description": "Australian Cyber Security Centre. (2012, December). Mitigating Spoofed Emails Using Sender Policy Framework. Retrieved October 19, 2020.",
                            "url": "https://www.cyber.gov.au/sites/default/files/2019-03/spoof_email_sender_policy_framework.pdf"
                        },
                        {
                            "source_name": "CISA IDN ST05-016",
                            "description": "CISA. (2019, September 27). Security Tip (ST05-016): Understanding Internationalized Domain Names. Retrieved October 20, 2020.",
                            "url": "https://us-cert.cisa.gov/ncas/tips/ST05-016"
                        },
                        {
                            "source_name": "Trend Micro Pawn Storm OAuth 2017",
                            "description": "Hacquebord, F.. (2017, April 25). Pawn Storm Abuses Open Authentication in Advanced Social Engineering Attacks. Retrieved October 4, 2019.",
                            "url": "https://blog.trendmicro.com/trendlabs-security-intelligence/pawn-storm-abuses-open-authentication-advanced-social-engineering-attacks"
                        },
                        {
                            "source_name": "Netskope Device Code Phishing 2021",
                            "description": "Jenko Hwong. (2021, August 10). New Phishing Attacks Exploiting OAuth Authorization Flows (Part 1). Retrieved March 19, 2024.",
                            "url": "https://www.netskope.com/blog/new-phishing-attacks-exploiting-oauth-authorization-flows-part-1"
                        },
                        {
                            "source_name": "Microsoft OAuth 2.0 Consent Phishing 2021",
                            "description": "Microsoft 365 Defender Threat Intelligence Team. (2021, June 14). Microsoft delivers comprehensive solution to battle rise in consent phishing emails. Retrieved December 13, 2021.",
                            "url": "https://www.microsoft.com/security/blog/2021/07/14/microsoft-delivers-comprehensive-solution-to-battle-rise-in-consent-phishing-emails/"
                        },
                        {
                            "source_name": "Microsoft Anti Spoofing",
                            "description": "Microsoft. (2020, October 13). Anti-spoofing protection in EOP. Retrieved October 19, 2020.",
                            "url": "https://docs.microsoft.com/en-us/microsoft-365/security/office-365-security/anti-spoofing-protection?view=o365-worldwide"
                        },
                        {
                            "source_name": "Mandiant URL Obfuscation 2023",
                            "description": "Nick Simonian. (2023, May 22). Don't @ Me: URL Obfuscation Through Schema Abuse. Retrieved August 4, 2023.",
                            "url": "https://www.mandiant.com/resources/blog/url-obfuscation-schema-abuse"
                        },
                        {
                            "source_name": "Optiv Device Code Phishing 2021",
                            "description": "Optiv. (2021, August 17). Microsoft 365 OAuth Device Code Flow and Phishing. Retrieved March 19, 2024.",
                            "url": "https://www.optiv.com/insights/source-zero/blog/microsoft-365-oauth-device-code-flow-and-phishing"
                        },
                        {
                            "source_name": "SecureWorks Device Code Phishing 2021",
                            "description": "SecureWorks Counter Threat Unit Research Team. (2021, June 3). OAuth\u2019S Device Code Flow Abused in Phishing Attacks. Retrieved March 19, 2024.",
                            "url": "https://www.secureworks.com/blog/oauths-device-code-flow-abused-in-phishing-attacks"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Philip Winther",
                        "Shailesh Tiwary (Indian Army)",
                        "Mark Wee",
                        "Jeff Sakowicz, Microsoft Identity Developer Platform Services (IDPM Services)",
                        "Saisha Agrawal, Microsoft Threat Intelligent Center (MSTIC)",
                        "Kobi Haimovich, CardinalOps",
                        "Menachem Goldstein"
                    ],
                    "x_mitre_data_sources": [
                        "Network Traffic: Network Traffic Flow",
                        "Application Log: Application Log Content",
                        "Network Traffic: Network Traffic Content"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "URL inspection within email (including expanding shortened links) can help detect links leading to known malicious sites as well as links redirecting to adversary infrastructure based by upon suspicious OAuth patterns with unusual TLDs.(Citation: Microsoft OAuth 2.0 Consent Phishing 2021). Detonation chambers can be used to detect these links and either automatically go to these sites to determine if they're potentially malicious, or wait and capture the content if a user visits the link.\n\nFiltering based on DKIM+SPF or header analysis can help detect when the email sender is spoofed.(Citation: Microsoft Anti Spoofing)(Citation: ACSC Email Spoofing)\n\nBecause this technique usually involves user interaction on the endpoint, many of the possible detections take place once [User Execution](https://attack.mitre.org/techniques/T1204) occurs.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows",
                        "Office 365",
                        "SaaS",
                        "Google Workspace"
                    ],
                    "x_mitre_version": "2.6",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-15 23:51:25.037000+00:00\", \"old_value\": \"2023-09-06 14:08:51.616000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may send spearphishing emails with a malicious link in an attempt to gain access to victim systems. Spearphishing with a link is a specific variant of spearphishing. It is different from other forms of spearphishing in that it employs the use of links to download malware contained in email, instead of attaching malicious files to the email itself, to avoid defenses that may inspect email attachments. Spearphishing may also involve social engineering techniques, such as posing as a trusted source.\\n\\nAll forms of spearphishing are electronically delivered social engineering targeted at a specific individual, company, or industry. In this case, the malicious emails contain links. Generally, the links will be accompanied by social engineering text and require the user to actively click or copy and paste a URL into a browser, leveraging [User Execution](https://attack.mitre.org/techniques/T1204). The visited website may compromise the web browser using an exploit, or the user will be prompted to download applications, documents, zip files, or even executables depending on the pretext for the email in the first place.\\n\\nAdversaries may also include links that are intended to interact directly with an email reader, including embedded images intended to exploit the end system directly. Additionally, adversaries may use seemingly benign links that abuse special characters to mimic legitimate websites (known as an \\\"IDN homograph attack\\\").(Citation: CISA IDN ST05-016) URLs may also be obfuscated by taking advantage of quirks in the URL schema, such as the acceptance of integer- or hexadecimal-based hostname formats and the automatic discarding of text before an \\u201c@\\u201d symbol: for example, `hxxp://google.com@1157586937`.(Citation: Mandiant URL Obfuscation 2023)\\n\\nAdversaries may also utilize links to perform consent phishing, typically with OAuth 2.0 request URLs that when accepted by the user provide permissions/access for malicious applications, allowing adversaries to  [Steal Application Access Token](https://attack.mitre.org/techniques/T1528)s.(Citation: Trend Micro Pawn Storm OAuth 2017) These stolen access tokens allow the adversary to perform various actions on behalf of the user via API calls. (Citation: Microsoft OAuth 2.0 Consent Phishing 2021)\\n\\nAdversaries may also utilize spearphishing links to [Steal Application Access Token](https://attack.mitre.org/techniques/T1528)s that grant immediate access to the victim environment. For example, a user may be lured through \\u201cconsent phishing\\u201d into granting adversaries permissions/access via a malicious OAuth 2.0 request URL .(Citation: Trend Micro Pawn Storm OAuth 2017)(Citation: Microsoft OAuth 2.0 Consent Phishing 2021)\\n\\nSimilarly, malicious links may also target device-based authorization, such as OAuth 2.0 device authorization grant flow which is typically used to authenticate devices without UIs/browsers. Known as \\u201cdevice code phishing,\\u201d an adversary may send a link that directs the victim to a malicious authorization page where the user is tricked into entering a code/credentials that produces a device token.(Citation: SecureWorks Device Code Phishing 2021)(Citation: Netskope Device Code Phishing 2021)(Citation: Optiv Device Code Phishing 2021)\", \"old_value\": \"Adversaries may send spearphishing emails with a malicious link in an attempt to gain access to victim systems. Spearphishing with a link is a specific variant of spearphishing. It is different from other forms of spearphishing in that it employs the use of links to download malware contained in email, instead of attaching malicious files to the email itself, to avoid defenses that may inspect email attachments. Spearphishing may also involve social engineering techniques, such as posing as a trusted source.\\n\\nAll forms of spearphishing are electronically delivered social engineering targeted at a specific individual, company, or industry. In this case, the malicious emails contain links. Generally, the links will be accompanied by social engineering text and require the user to actively click or copy and paste a URL into a browser, leveraging [User Execution](https://attack.mitre.org/techniques/T1204). The visited website may compromise the web browser using an exploit, or the user will be prompted to download applications, documents, zip files, or even executables depending on the pretext for the email in the first place.\\n\\nAdversaries may also include links that are intended to interact directly with an email reader, including embedded images intended to exploit the end system directly. Additionally, adversaries may use seemingly benign links that abuse special characters to mimic legitimate websites (known as an \\\"IDN homograph attack\\\").(Citation: CISA IDN ST05-016) URLs may also be obfuscated by taking advantage of quirks in the URL schema, such as the acceptance of integer- or hexadecimal-based hostname formats and the automatic discarding of text before an \\u201c@\\u201d symbol: for example, `hxxp://google.com@1157586937`.(Citation: Mandiant URL Obfuscation 2023)\\n\\nAdversaries may also utilize links to perform consent phishing, typically with OAuth 2.0 request URLs that when accepted by the user provide permissions/access for malicious applications, allowing adversaries to  [Steal Application Access Token](https://attack.mitre.org/techniques/T1528)s.(Citation: Trend Micro Pawn Storm OAuth 2017) These stolen access tokens allow the adversary to perform various actions on behalf of the user via API calls. (Citation: Microsoft OAuth 2.0 Consent Phishing 2021)\", \"diff\": \"--- \\n+++ \\n@@ -5,3 +5,7 @@\\n Adversaries may also include links that are intended to interact directly with an email reader, including embedded images intended to exploit the end system directly. Additionally, adversaries may use seemingly benign links that abuse special characters to mimic legitimate websites (known as an \\\"IDN homograph attack\\\").(Citation: CISA IDN ST05-016) URLs may also be obfuscated by taking advantage of quirks in the URL schema, such as the acceptance of integer- or hexadecimal-based hostname formats and the automatic discarding of text before an \\u201c@\\u201d symbol: for example, `hxxp://google.com@1157586937`.(Citation: Mandiant URL Obfuscation 2023)\\n \\n Adversaries may also utilize links to perform consent phishing, typically with OAuth 2.0 request URLs that when accepted by the user provide permissions/access for malicious applications, allowing adversaries to  [Steal Application Access Token](https://attack.mitre.org/techniques/T1528)s.(Citation: Trend Micro Pawn Storm OAuth 2017) These stolen access tokens allow the adversary to perform various actions on behalf of the user via API calls. (Citation: Microsoft OAuth 2.0 Consent Phishing 2021)\\n+\\n+Adversaries may also utilize spearphishing links to [Steal Application Access Token](https://attack.mitre.org/techniques/T1528)s that grant immediate access to the victim environment. For example, a user may be lured through \\u201cconsent phishing\\u201d into granting adversaries permissions/access via a malicious OAuth 2.0 request URL .(Citation: Trend Micro Pawn Storm OAuth 2017)(Citation: Microsoft OAuth 2.0 Consent Phishing 2021)\\n+\\n+Similarly, malicious links may also target device-based authorization, such as OAuth 2.0 device authorization grant flow which is typically used to authenticate devices without UIs/browsers. Known as \\u201cdevice code phishing,\\u201d an adversary may send a link that directs the victim to a malicious authorization page where the user is tricked into entering a code/credentials that produces a device token.(Citation: SecureWorks Device Code Phishing 2021)(Citation: Netskope Device Code Phishing 2021)(Citation: Optiv Device Code Phishing 2021)\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.6\", \"old_value\": \"2.5\"}}, \"iterable_item_added\": {\"root['external_references'][4]\": {\"source_name\": \"Netskope Device Code Phishing 2021\", \"description\": \"Jenko Hwong. (2021, August 10). New Phishing Attacks Exploiting OAuth Authorization Flows (Part 1). Retrieved March 19, 2024.\", \"url\": \"https://www.netskope.com/blog/new-phishing-attacks-exploiting-oauth-authorization-flows-part-1\"}, \"root['external_references'][8]\": {\"source_name\": \"Optiv Device Code Phishing 2021\", \"description\": \"Optiv. (2021, August 17). Microsoft 365 OAuth Device Code Flow and Phishing. Retrieved March 19, 2024.\", \"url\": \"https://www.optiv.com/insights/source-zero/blog/microsoft-365-oauth-device-code-flow-and-phishing\"}, \"root['external_references'][9]\": {\"source_name\": \"SecureWorks Device Code Phishing 2021\", \"description\": \"SecureWorks Counter Threat Unit Research Team. (2021, June 3). OAuth\\u2019S Device Code Flow Abused in Phishing Attacks. Retrieved March 19, 2024.\", \"url\": \"https://www.secureworks.com/blog/oauths-device-code-flow-abused-in-phishing-attacks\"}}}",
                    "previous_version": "2.5",
                    "version_change": "2.5 \u2192 2.6",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to81__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to81__0\"><a href=\"#difflib_chg_to81__top\">t</a></td><td class=\"diff_header\" id=\"from81_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;send&nbsp;spearphishing&nbsp;emails&nbsp;with&nbsp;a&nbsp;malicious&nbsp;l</td><td class=\"diff_next\"><a href=\"#difflib_chg_to81__top\">t</a></td><td class=\"diff_header\" id=\"to81_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;send&nbsp;spearphishing&nbsp;emails&nbsp;with&nbsp;a&nbsp;malicious&nbsp;l</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ink&nbsp;in&nbsp;an&nbsp;attempt&nbsp;to&nbsp;gain&nbsp;access&nbsp;to&nbsp;victim&nbsp;systems.&nbsp;Spearphi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ink&nbsp;in&nbsp;an&nbsp;attempt&nbsp;to&nbsp;gain&nbsp;access&nbsp;to&nbsp;victim&nbsp;systems.&nbsp;Spearphi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">shing&nbsp;with&nbsp;a&nbsp;link&nbsp;is&nbsp;a&nbsp;specific&nbsp;variant&nbsp;of&nbsp;spearphishing.&nbsp;It</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">shing&nbsp;with&nbsp;a&nbsp;link&nbsp;is&nbsp;a&nbsp;specific&nbsp;variant&nbsp;of&nbsp;spearphishing.&nbsp;It</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;is&nbsp;different&nbsp;from&nbsp;other&nbsp;forms&nbsp;of&nbsp;spearphishing&nbsp;in&nbsp;that&nbsp;it&nbsp;e</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;is&nbsp;different&nbsp;from&nbsp;other&nbsp;forms&nbsp;of&nbsp;spearphishing&nbsp;in&nbsp;that&nbsp;it&nbsp;e</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">mploys&nbsp;the&nbsp;use&nbsp;of&nbsp;links&nbsp;to&nbsp;download&nbsp;malware&nbsp;contained&nbsp;in&nbsp;ema</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">mploys&nbsp;the&nbsp;use&nbsp;of&nbsp;links&nbsp;to&nbsp;download&nbsp;malware&nbsp;contained&nbsp;in&nbsp;ema</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">il,&nbsp;instead&nbsp;of&nbsp;attaching&nbsp;malicious&nbsp;files&nbsp;to&nbsp;the&nbsp;email&nbsp;itself</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">il,&nbsp;instead&nbsp;of&nbsp;attaching&nbsp;malicious&nbsp;files&nbsp;to&nbsp;the&nbsp;email&nbsp;itself</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">,&nbsp;to&nbsp;avoid&nbsp;defenses&nbsp;that&nbsp;may&nbsp;inspect&nbsp;email&nbsp;attachments.&nbsp;Spea</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">,&nbsp;to&nbsp;avoid&nbsp;defenses&nbsp;that&nbsp;may&nbsp;inspect&nbsp;email&nbsp;attachments.&nbsp;Spea</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rphishing&nbsp;may&nbsp;also&nbsp;involve&nbsp;social&nbsp;engineering&nbsp;techniques,&nbsp;su</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rphishing&nbsp;may&nbsp;also&nbsp;involve&nbsp;social&nbsp;engineering&nbsp;techniques,&nbsp;su</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ch&nbsp;as&nbsp;posing&nbsp;as&nbsp;a&nbsp;trusted&nbsp;source.&nbsp;&nbsp;All&nbsp;forms&nbsp;of&nbsp;spearphishin</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ch&nbsp;as&nbsp;posing&nbsp;as&nbsp;a&nbsp;trusted&nbsp;source.&nbsp;&nbsp;All&nbsp;forms&nbsp;of&nbsp;spearphishin</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">g&nbsp;are&nbsp;electronically&nbsp;delivered&nbsp;social&nbsp;engineering&nbsp;targeted&nbsp;a</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">g&nbsp;are&nbsp;electronically&nbsp;delivered&nbsp;social&nbsp;engineering&nbsp;targeted&nbsp;a</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">t&nbsp;a&nbsp;specific&nbsp;individual,&nbsp;company,&nbsp;or&nbsp;industry.&nbsp;In&nbsp;this&nbsp;case,</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">t&nbsp;a&nbsp;specific&nbsp;individual,&nbsp;company,&nbsp;or&nbsp;industry.&nbsp;In&nbsp;this&nbsp;case,</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;the&nbsp;malicious&nbsp;emails&nbsp;contain&nbsp;links.&nbsp;Generally,&nbsp;the&nbsp;links&nbsp;wi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;the&nbsp;malicious&nbsp;emails&nbsp;contain&nbsp;links.&nbsp;Generally,&nbsp;the&nbsp;links&nbsp;wi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ll&nbsp;be&nbsp;accompanied&nbsp;by&nbsp;social&nbsp;engineering&nbsp;text&nbsp;and&nbsp;require&nbsp;the</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ll&nbsp;be&nbsp;accompanied&nbsp;by&nbsp;social&nbsp;engineering&nbsp;text&nbsp;and&nbsp;require&nbsp;the</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;user&nbsp;to&nbsp;actively&nbsp;click&nbsp;or&nbsp;copy&nbsp;and&nbsp;paste&nbsp;a&nbsp;URL&nbsp;into&nbsp;a&nbsp;brows</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;user&nbsp;to&nbsp;actively&nbsp;click&nbsp;or&nbsp;copy&nbsp;and&nbsp;paste&nbsp;a&nbsp;URL&nbsp;into&nbsp;a&nbsp;brows</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">er,&nbsp;leveraging&nbsp;[User&nbsp;Execution](https://attack.mitre.org/tec</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">er,&nbsp;leveraging&nbsp;[User&nbsp;Execution](https://attack.mitre.org/tec</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">hniques/T1204).&nbsp;The&nbsp;visited&nbsp;website&nbsp;may&nbsp;compromise&nbsp;the&nbsp;web&nbsp;b</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">hniques/T1204).&nbsp;The&nbsp;visited&nbsp;website&nbsp;may&nbsp;compromise&nbsp;the&nbsp;web&nbsp;b</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rowser&nbsp;using&nbsp;an&nbsp;exploit,&nbsp;or&nbsp;the&nbsp;user&nbsp;will&nbsp;be&nbsp;prompted&nbsp;to&nbsp;dow</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rowser&nbsp;using&nbsp;an&nbsp;exploit,&nbsp;or&nbsp;the&nbsp;user&nbsp;will&nbsp;be&nbsp;prompted&nbsp;to&nbsp;dow</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nload&nbsp;applications,&nbsp;documents,&nbsp;zip&nbsp;files,&nbsp;or&nbsp;even&nbsp;executable</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nload&nbsp;applications,&nbsp;documents,&nbsp;zip&nbsp;files,&nbsp;or&nbsp;even&nbsp;executable</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;depending&nbsp;on&nbsp;the&nbsp;pretext&nbsp;for&nbsp;the&nbsp;email&nbsp;in&nbsp;the&nbsp;first&nbsp;place.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;depending&nbsp;on&nbsp;the&nbsp;pretext&nbsp;for&nbsp;the&nbsp;email&nbsp;in&nbsp;the&nbsp;first&nbsp;place.</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;include&nbsp;links&nbsp;that&nbsp;are&nbsp;intended&nbsp;to&nbsp;in</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;include&nbsp;links&nbsp;that&nbsp;are&nbsp;intended&nbsp;to&nbsp;in</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">teract&nbsp;directly&nbsp;with&nbsp;an&nbsp;email&nbsp;reader,&nbsp;including&nbsp;embedded&nbsp;ima</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">teract&nbsp;directly&nbsp;with&nbsp;an&nbsp;email&nbsp;reader,&nbsp;including&nbsp;embedded&nbsp;ima</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ges&nbsp;intended&nbsp;to&nbsp;exploit&nbsp;the&nbsp;end&nbsp;system&nbsp;directly.&nbsp;Additionall</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ges&nbsp;intended&nbsp;to&nbsp;exploit&nbsp;the&nbsp;end&nbsp;system&nbsp;directly.&nbsp;Additionall</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">y,&nbsp;adversaries&nbsp;may&nbsp;use&nbsp;seemingly&nbsp;benign&nbsp;links&nbsp;that&nbsp;abuse&nbsp;spe</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">y,&nbsp;adversaries&nbsp;may&nbsp;use&nbsp;seemingly&nbsp;benign&nbsp;links&nbsp;that&nbsp;abuse&nbsp;spe</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">cial&nbsp;characters&nbsp;to&nbsp;mimic&nbsp;legitimate&nbsp;websites&nbsp;(known&nbsp;as&nbsp;an&nbsp;\"I</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">cial&nbsp;characters&nbsp;to&nbsp;mimic&nbsp;legitimate&nbsp;websites&nbsp;(known&nbsp;as&nbsp;an&nbsp;\"I</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">DN&nbsp;homograph&nbsp;attack\").(Citation:&nbsp;CISA&nbsp;IDN&nbsp;ST05-016)&nbsp;URLs&nbsp;may</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">DN&nbsp;homograph&nbsp;attack\").(Citation:&nbsp;CISA&nbsp;IDN&nbsp;ST05-016)&nbsp;URLs&nbsp;may</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;also&nbsp;be&nbsp;obfuscated&nbsp;by&nbsp;taking&nbsp;advantage&nbsp;of&nbsp;quirks&nbsp;in&nbsp;the&nbsp;URL</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;also&nbsp;be&nbsp;obfuscated&nbsp;by&nbsp;taking&nbsp;advantage&nbsp;of&nbsp;quirks&nbsp;in&nbsp;the&nbsp;URL</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;schema,&nbsp;such&nbsp;as&nbsp;the&nbsp;acceptance&nbsp;of&nbsp;integer-&nbsp;or&nbsp;hexadecimal-b</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;schema,&nbsp;such&nbsp;as&nbsp;the&nbsp;acceptance&nbsp;of&nbsp;integer-&nbsp;or&nbsp;hexadecimal-b</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ased&nbsp;hostname&nbsp;formats&nbsp;and&nbsp;the&nbsp;automatic&nbsp;discarding&nbsp;of&nbsp;text&nbsp;b</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ased&nbsp;hostname&nbsp;formats&nbsp;and&nbsp;the&nbsp;automatic&nbsp;discarding&nbsp;of&nbsp;text&nbsp;b</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">efore&nbsp;an&nbsp;\u201c@\u201d&nbsp;symbol:&nbsp;for&nbsp;example,&nbsp;`hxxp://google.com@1157586</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">efore&nbsp;an&nbsp;\u201c@\u201d&nbsp;symbol:&nbsp;for&nbsp;example,&nbsp;`hxxp://google.com@1157586</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">937`.(Citation:&nbsp;Mandiant&nbsp;URL&nbsp;Obfuscation&nbsp;2023)&nbsp;&nbsp;Adversaries&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">937`.(Citation:&nbsp;Mandiant&nbsp;URL&nbsp;Obfuscation&nbsp;2023)&nbsp;&nbsp;Adversaries&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">may&nbsp;also&nbsp;utilize&nbsp;links&nbsp;to&nbsp;perform&nbsp;consent&nbsp;phishing,&nbsp;typicall</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">may&nbsp;also&nbsp;utilize&nbsp;links&nbsp;to&nbsp;perform&nbsp;consent&nbsp;phishing,&nbsp;typicall</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">y&nbsp;with&nbsp;OAuth&nbsp;2.0&nbsp;request&nbsp;URLs&nbsp;that&nbsp;when&nbsp;accepted&nbsp;by&nbsp;the&nbsp;user</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">y&nbsp;with&nbsp;OAuth&nbsp;2.0&nbsp;request&nbsp;URLs&nbsp;that&nbsp;when&nbsp;accepted&nbsp;by&nbsp;the&nbsp;user</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;provide&nbsp;permissions/access&nbsp;for&nbsp;malicious&nbsp;applications,&nbsp;allo</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;provide&nbsp;permissions/access&nbsp;for&nbsp;malicious&nbsp;applications,&nbsp;allo</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">wing&nbsp;adversaries&nbsp;to&nbsp;&nbsp;[Steal&nbsp;Application&nbsp;Access&nbsp;Token](https:</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">wing&nbsp;adversaries&nbsp;to&nbsp;&nbsp;[Steal&nbsp;Application&nbsp;Access&nbsp;Token](https:</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">//attack.mitre.org/techniques/T1528)s.(Citation:&nbsp;Trend&nbsp;Micro</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">//attack.mitre.org/techniques/T1528)s.(Citation:&nbsp;Trend&nbsp;Micro</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Pawn&nbsp;Storm&nbsp;OAuth&nbsp;2017)&nbsp;These&nbsp;stolen&nbsp;access&nbsp;tokens&nbsp;allow&nbsp;the</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Pawn&nbsp;Storm&nbsp;OAuth&nbsp;2017)&nbsp;These&nbsp;stolen&nbsp;access&nbsp;tokens&nbsp;allow&nbsp;the</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;adversary&nbsp;to&nbsp;perform&nbsp;various&nbsp;actions&nbsp;on&nbsp;behalf&nbsp;of&nbsp;the&nbsp;user&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;adversary&nbsp;to&nbsp;perform&nbsp;various&nbsp;actions&nbsp;on&nbsp;behalf&nbsp;of&nbsp;the&nbsp;user&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">via&nbsp;API&nbsp;calls.&nbsp;(Citation:&nbsp;Microsoft&nbsp;OAuth&nbsp;2.0&nbsp;Consent&nbsp;Phishi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">via&nbsp;API&nbsp;calls.&nbsp;(Citation:&nbsp;Microsoft&nbsp;OAuth&nbsp;2.0&nbsp;Consent&nbsp;Phishi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ng&nbsp;2021)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ng&nbsp;2021)<span class=\"diff_add\">&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;utilize&nbsp;spearphishing&nbsp;links&nbsp;t</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">o&nbsp;[Steal&nbsp;Application&nbsp;Access&nbsp;Token](https://attack.mitre.org/</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">techniques/T1528)s&nbsp;that&nbsp;grant&nbsp;immediate&nbsp;access&nbsp;to&nbsp;the&nbsp;victim</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;environment.&nbsp;For&nbsp;example,&nbsp;a&nbsp;user&nbsp;may&nbsp;be&nbsp;lured&nbsp;through&nbsp;\u201ccons</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ent&nbsp;phishing\u201d&nbsp;into&nbsp;granting&nbsp;adversaries&nbsp;permissions/access&nbsp;v</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ia&nbsp;a&nbsp;malicious&nbsp;OAuth&nbsp;2.0&nbsp;request&nbsp;URL&nbsp;.(Citation:&nbsp;Trend&nbsp;Micro</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;Pawn&nbsp;Storm&nbsp;OAuth&nbsp;2017)(Citation:&nbsp;Microsoft&nbsp;OAuth&nbsp;2.0&nbsp;Consen</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">t&nbsp;Phishing&nbsp;2021)&nbsp;&nbsp;Similarly,&nbsp;malicious&nbsp;links&nbsp;may&nbsp;also&nbsp;target</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;device-based&nbsp;authorization,&nbsp;such&nbsp;as&nbsp;OAuth&nbsp;2.0&nbsp;device&nbsp;author</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ization&nbsp;grant&nbsp;flow&nbsp;which&nbsp;is&nbsp;typically&nbsp;used&nbsp;to&nbsp;authenticate&nbsp;d</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">evices&nbsp;without&nbsp;UIs/browsers.&nbsp;Known&nbsp;as&nbsp;\u201cdevice&nbsp;code&nbsp;phishing,</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">\u201d&nbsp;an&nbsp;adversary&nbsp;may&nbsp;send&nbsp;a&nbsp;link&nbsp;that&nbsp;directs&nbsp;the&nbsp;victim&nbsp;to&nbsp;a&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">malicious&nbsp;authorization&nbsp;page&nbsp;where&nbsp;the&nbsp;user&nbsp;is&nbsp;tricked&nbsp;into&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">entering&nbsp;a&nbsp;code/credentials&nbsp;that&nbsp;produces&nbsp;a&nbsp;device&nbsp;token.(Ci</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">tation:&nbsp;SecureWorks&nbsp;Device&nbsp;Code&nbsp;Phishing&nbsp;2021)(Citation:&nbsp;Net</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">skope&nbsp;Device&nbsp;Code&nbsp;Phishing&nbsp;2021)(Citation:&nbsp;Optiv&nbsp;Device&nbsp;Code</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;Phishing&nbsp;2021)</span></td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1017: User Training",
                            "M1018: User Account Management",
                            "M1021: Restrict Web-Based Content",
                            "M1047: Audit",
                            "M1054: Software Configuration"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0015: Application Log (Application Log Content)",
                            "DS0029: Network Traffic (Network Traffic Content)",
                            "DS0029: Network Traffic (Network Traffic Flow)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--2d3f5b3c-54ca-4f4d-bb1f-849346d31230",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-10-02 17:09:50.723000+00:00",
                    "modified": "2024-04-19 13:26:16.082000+00:00",
                    "name": "Spearphishing Link",
                    "description": "Adversaries may send spearphishing messages with a malicious link to elicit sensitive information that can be used during targeting. Spearphishing for information is an attempt to trick targets into divulging information, frequently credentials or other actionable information. Spearphishing for information frequently involves social engineering techniques, such as posing as a source with a reason to collect information (ex: [Establish Accounts](https://attack.mitre.org/techniques/T1585) or [Compromise Accounts](https://attack.mitre.org/techniques/T1586)) and/or sending multiple, seemingly urgent messages.\n\nAll forms of spearphishing are electronically delivered social engineering targeted at a specific individual, company, or industry. In this scenario, the malicious emails contain links generally accompanied by social engineering text to coax the user to actively click or copy and paste a URL into a browser.(Citation: TrendMictro Phishing)(Citation: PCMag FakeLogin) The given website may be a clone of a legitimate site (such as an online or corporate login portal) or may closely resemble a legitimate site in appearance and have a URL containing elements from the real site. URLs may also be obfuscated by taking advantage of quirks in the URL schema, such as the acceptance of integer- or hexadecimal-based hostname formats and the automatic discarding of text before an \u201c@\u201d symbol: for example, `hxxp://google.com@1157586937`.(Citation: Mandiant URL Obfuscation 2023)\n\nAdversaries may also embed \u201ctracking pixels\u201d, \"web bugs\", or \"web beacons\" within phishing messages to verify the receipt of an email, while also potentially profiling and tracking victim information such as IP address.(Citation: NIST Web Bug) (Citation: Ryte Wiki) These mechanisms often appear as small images (typically one pixel in size) or otherwise obfuscated objects and are typically delivered as HTML code containing a link to a remote server. (Citation: Ryte Wiki)(Citation: IAPP)\n\nAdversaries may also be able to spoof a complete website using what is known as a \"browser-in-the-browser\" (BitB) attack. By generating a fake browser popup window with an HTML-based address bar that appears to contain a legitimate URL (such as an authentication portal), they may be able to prompt users to enter their credentials while bypassing typical URL verification methods.(Citation: ZScaler BitB 2020)(Citation: Mr. D0x BitB 2022)\n\nAdversaries can use phishing kits such as `EvilProxy` and `Evilginx2` to perform adversary-in-the-middle phishing by proxying the connection between the victim and the legitimate website. On a successful login, the victim is redirected to the legitimate website, while the adversary captures their session cookie (i.e., [Steal Web Session Cookie](https://attack.mitre.org/techniques/T1539)) in addition to their username and password. This may enable the adversary to then bypass MFA via [Web Session Cookie](https://attack.mitre.org/techniques/T1550/004).(Citation: Proofpoint Human Factor)\n\nAdversaries may also send a malicious link in the form of Quick Response (QR) Codes (also known as \u201cquishing\u201d). These links may direct a victim to a credential phishing page.(Citation: QR-campaign-energy-firm) By using a QR code, the URL may not be exposed in the email and may thus go undetected by most automated email security scans.(Citation: qr-phish-agriculture) These QR codes may be scanned by or delivered directly  to a user\u2019s mobile device (i.e., [Phishing](https://attack.mitre.org/techniques/T1660)), which may be less secure in several relevant ways.(Citation: qr-phish-agriculture) For example, mobile users may not be able to notice minor differences between genuine and credential harvesting websites due to mobile\u2019s smaller form factor.\n\nFrom the fake website, information is gathered in web forms and sent to the adversary. Adversaries may also use information from previous reconnaissance efforts (ex: [Search Open Websites/Domains](https://attack.mitre.org/techniques/T1593) or [Search Victim-Owned Websites](https://attack.mitre.org/techniques/T1594)) to craft persuasive and believable lures.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "reconnaissance"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1598/003",
                            "external_id": "T1598.003"
                        },
                        {
                            "source_name": "ACSC Email Spoofing",
                            "description": "Australian Cyber Security Centre. (2012, December). Mitigating Spoofed Emails Using Sender Policy Framework. Retrieved October 19, 2020.",
                            "url": "https://www.cyber.gov.au/sites/default/files/2019-03/spoof_email_sender_policy_framework.pdf"
                        },
                        {
                            "source_name": "TrendMictro Phishing",
                            "description": "Babon, P. (2020, September 3). Tricky 'Forms' of Phishing. Retrieved October 20, 2020.",
                            "url": "https://www.trendmicro.com/en_us/research/20/i/tricky-forms-of-phishing.html"
                        },
                        {
                            "source_name": "IAPP",
                            "description": "IAPP. (n.d.). Retrieved March 5, 2024.",
                            "url": "https://iapp.org/resources/article/web-beacon/"
                        },
                        {
                            "source_name": "QR-campaign-energy-firm",
                            "description": "Jonathan Greig. (2023, August 16). Phishing campaign used QR codes to target large energy company. Retrieved November 27, 2023.",
                            "url": "https://therecord.media/phishing-campaign-used-qr-codes-to-target-energy-firm"
                        },
                        {
                            "source_name": "PCMag FakeLogin",
                            "description": "Kan, M. (2019, October 24). Hackers Try to Phish United Nations Staffers With Fake Login Pages. Retrieved October 20, 2020.",
                            "url": "https://www.pcmag.com/news/hackers-try-to-phish-united-nations-staffers-with-fake-login-pages"
                        },
                        {
                            "source_name": "Microsoft Anti Spoofing",
                            "description": "Microsoft. (2020, October 13). Anti-spoofing protection in EOP. Retrieved October 19, 2020.",
                            "url": "https://docs.microsoft.com/en-us/microsoft-365/security/office-365-security/anti-spoofing-protection?view=o365-worldwide"
                        },
                        {
                            "source_name": "Mr. D0x BitB 2022",
                            "description": "mr.d0x. (2022, March 15). Browser In The Browser (BITB) Attack. Retrieved March 8, 2023.",
                            "url": "https://mrd0x.com/browser-in-the-browser-phishing-attack/"
                        },
                        {
                            "source_name": "Mandiant URL Obfuscation 2023",
                            "description": "Nick Simonian. (2023, May 22). Don't @ Me: URL Obfuscation Through Schema Abuse. Retrieved August 4, 2023.",
                            "url": "https://www.mandiant.com/resources/blog/url-obfuscation-schema-abuse"
                        },
                        {
                            "source_name": "NIST Web Bug",
                            "description": "NIST Information Technology Laboratory. (n.d.). web bug. Retrieved March 22, 2023.",
                            "url": "https://csrc.nist.gov/glossary/term/web_bug"
                        },
                        {
                            "source_name": "Proofpoint Human Factor",
                            "description": "Proofpoint. (n.d.). The Human Factor 2023: Analyzing the cyber attack chain. Retrieved July 20, 2023.",
                            "url": "https://www.proofpoint.com/sites/default/files/threat-reports/pfpt-us-tr-human-factor-report.pdf"
                        },
                        {
                            "source_name": "Ryte Wiki",
                            "description": "Ryte Wiki. (n.d.). Retrieved March 5, 2024.",
                            "url": "https://en.ryte.com/wiki/Tracking_Pixel"
                        },
                        {
                            "source_name": "qr-phish-agriculture",
                            "description": "Tim Bedard and Tyler Johnson. (2023, October 4). QR Code Scams & Phishing. Retrieved November 27, 2023.",
                            "url": "https://www.proofpoint.com/us/blog/email-and-cloud-threats/cybersecurity-stop-month-qr-code-phishing"
                        },
                        {
                            "source_name": "ZScaler BitB 2020",
                            "description": "ZScaler. (2020, February 11). Fake Sites Stealing Steam Credentials. Retrieved March 8, 2023.",
                            "url": "https://www.zscaler.com/blogs/security-research/fake-sites-stealing-steam-credentials"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Philip Winther",
                        "Sebastian Salla, McAfee",
                        "Menachem Goldstein",
                        "Robert Simmons, @MalwareUtkonos",
                        "Elpidoforos Maragkos, @emaragkos",
                        "Joas Antonio dos Santos, @C0d3Cr4zy",
                        "Austin Herrin",
                        "Obsidian Security",
                        "Sam Seabrook, Duke Energy"
                    ],
                    "x_mitre_data_sources": [
                        "Application Log: Application Log Content",
                        "Network Traffic: Network Traffic Flow",
                        "Network Traffic: Network Traffic Content"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor for suspicious email activity, such as numerous accounts receiving messages from a single unusual/unknown sender. Filtering based on DKIM+SPF or header analysis can help detect when the email sender is spoofed.(Citation: Microsoft Anti Spoofing)(Citation: ACSC Email Spoofing)\n\nMonitor for references to uncategorized or known-bad sites. URL inspection within email (including expanding shortened links) can also help detect links leading to known malicious sites.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "PRE"
                    ],
                    "x_mitre_version": "1.6",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-19 13:26:16.082000+00:00\", \"old_value\": \"2023-10-02 01:44:28.081000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may send spearphishing messages with a malicious link to elicit sensitive information that can be used during targeting. Spearphishing for information is an attempt to trick targets into divulging information, frequently credentials or other actionable information. Spearphishing for information frequently involves social engineering techniques, such as posing as a source with a reason to collect information (ex: [Establish Accounts](https://attack.mitre.org/techniques/T1585) or [Compromise Accounts](https://attack.mitre.org/techniques/T1586)) and/or sending multiple, seemingly urgent messages.\\n\\nAll forms of spearphishing are electronically delivered social engineering targeted at a specific individual, company, or industry. In this scenario, the malicious emails contain links generally accompanied by social engineering text to coax the user to actively click or copy and paste a URL into a browser.(Citation: TrendMictro Phishing)(Citation: PCMag FakeLogin) The given website may be a clone of a legitimate site (such as an online or corporate login portal) or may closely resemble a legitimate site in appearance and have a URL containing elements from the real site. URLs may also be obfuscated by taking advantage of quirks in the URL schema, such as the acceptance of integer- or hexadecimal-based hostname formats and the automatic discarding of text before an \\u201c@\\u201d symbol: for example, `hxxp://google.com@1157586937`.(Citation: Mandiant URL Obfuscation 2023)\\n\\nAdversaries may also embed \\u201ctracking pixels\\u201d, \\\"web bugs\\\", or \\\"web beacons\\\" within phishing messages to verify the receipt of an email, while also potentially profiling and tracking victim information such as IP address.(Citation: NIST Web Bug) (Citation: Ryte Wiki) These mechanisms often appear as small images (typically one pixel in size) or otherwise obfuscated objects and are typically delivered as HTML code containing a link to a remote server. (Citation: Ryte Wiki)(Citation: IAPP)\\n\\nAdversaries may also be able to spoof a complete website using what is known as a \\\"browser-in-the-browser\\\" (BitB) attack. By generating a fake browser popup window with an HTML-based address bar that appears to contain a legitimate URL (such as an authentication portal), they may be able to prompt users to enter their credentials while bypassing typical URL verification methods.(Citation: ZScaler BitB 2020)(Citation: Mr. D0x BitB 2022)\\n\\nAdversaries can use phishing kits such as `EvilProxy` and `Evilginx2` to perform adversary-in-the-middle phishing by proxying the connection between the victim and the legitimate website. On a successful login, the victim is redirected to the legitimate website, while the adversary captures their session cookie (i.e., [Steal Web Session Cookie](https://attack.mitre.org/techniques/T1539)) in addition to their username and password. This may enable the adversary to then bypass MFA via [Web Session Cookie](https://attack.mitre.org/techniques/T1550/004).(Citation: Proofpoint Human Factor)\\n\\nAdversaries may also send a malicious link in the form of Quick Response (QR) Codes (also known as \\u201cquishing\\u201d). These links may direct a victim to a credential phishing page.(Citation: QR-campaign-energy-firm) By using a QR code, the URL may not be exposed in the email and may thus go undetected by most automated email security scans.(Citation: qr-phish-agriculture) These QR codes may be scanned by or delivered directly  to a user\\u2019s mobile device (i.e., [Phishing](https://attack.mitre.org/techniques/T1660)), which may be less secure in several relevant ways.(Citation: qr-phish-agriculture) For example, mobile users may not be able to notice minor differences between genuine and credential harvesting websites due to mobile\\u2019s smaller form factor.\\n\\nFrom the fake website, information is gathered in web forms and sent to the adversary. Adversaries may also use information from previous reconnaissance efforts (ex: [Search Open Websites/Domains](https://attack.mitre.org/techniques/T1593) or [Search Victim-Owned Websites](https://attack.mitre.org/techniques/T1594)) to craft persuasive and believable lures.\", \"old_value\": \"Adversaries may send spearphishing messages with a malicious link to elicit sensitive information that can be used during targeting. Spearphishing for information is an attempt to trick targets into divulging information, frequently credentials or other actionable information. Spearphishing for information frequently involves social engineering techniques, such as posing as a source with a reason to collect information (ex: [Establish Accounts](https://attack.mitre.org/techniques/T1585) or [Compromise Accounts](https://attack.mitre.org/techniques/T1586)) and/or sending multiple, seemingly urgent messages.\\n\\nAll forms of spearphishing are electronically delivered social engineering targeted at a specific individual, company, or industry. In this scenario, the malicious emails contain links generally accompanied by social engineering text to coax the user to actively click or copy and paste a URL into a browser.(Citation: TrendMictro Phishing)(Citation: PCMag FakeLogin) The given website may be a clone of a legitimate site (such as an online or corporate login portal) or may closely resemble a legitimate site in appearance and have a URL containing elements from the real site. URLs may also be obfuscated by taking advantage of quirks in the URL schema, such as the acceptance of integer- or hexadecimal-based hostname formats and the automatic discarding of text before an \\u201c@\\u201d symbol: for example, `hxxp://google.com@1157586937`.(Citation: Mandiant URL Obfuscation 2023)\\n\\nAdversaries may also link to \\\"web bugs\\\" or \\\"web beacons\\\" within phishing messages to verify the receipt of an email, while also potentially profiling and tracking victim information such as IP address.(Citation: NIST Web Bug)\\n\\nAdversaries may also be able to spoof a complete website using what is known as a \\\"browser-in-the-browser\\\" (BitB) attack. By generating a fake browser popup window with an HTML-based address bar that appears to contain a legitimate URL (such as an authentication portal), they may be able to prompt users to enter their credentials while bypassing typical URL verification methods.(Citation: ZScaler BitB 2020)(Citation: Mr. D0x BitB 2022)\\n\\nAdversaries can use phishing kits such as `EvilProxy` and `Evilginx2` to proxy the connection between the victim and the legitimate website. On a successful login, the victim is redirected to the legitimate website, while the adversary captures their session cookie (i.e., [Steal Web Session Cookie](https://attack.mitre.org/techniques/T1539)) in addition to their username and password. This may enable the adversary to then bypass MFA via [Web Session Cookie](https://attack.mitre.org/techniques/T1550/004).(Citation: Proofpoint Human Factor)\\n\\nFrom the fake website, information is gathered in web forms and sent to the adversary. Adversaries may also use information from previous reconnaissance efforts (ex: [Search Open Websites/Domains](https://attack.mitre.org/techniques/T1593) or [Search Victim-Owned Websites](https://attack.mitre.org/techniques/T1594)) to craft persuasive and believable lures.\", \"diff\": \"--- \\n+++ \\n@@ -2,10 +2,12 @@\\n \\n All forms of spearphishing are electronically delivered social engineering targeted at a specific individual, company, or industry. In this scenario, the malicious emails contain links generally accompanied by social engineering text to coax the user to actively click or copy and paste a URL into a browser.(Citation: TrendMictro Phishing)(Citation: PCMag FakeLogin) The given website may be a clone of a legitimate site (such as an online or corporate login portal) or may closely resemble a legitimate site in appearance and have a URL containing elements from the real site. URLs may also be obfuscated by taking advantage of quirks in the URL schema, such as the acceptance of integer- or hexadecimal-based hostname formats and the automatic discarding of text before an \\u201c@\\u201d symbol: for example, `hxxp://google.com@1157586937`.(Citation: Mandiant URL Obfuscation 2023)\\n \\n-Adversaries may also link to \\\"web bugs\\\" or \\\"web beacons\\\" within phishing messages to verify the receipt of an email, while also potentially profiling and tracking victim information such as IP address.(Citation: NIST Web Bug)\\n+Adversaries may also embed \\u201ctracking pixels\\u201d, \\\"web bugs\\\", or \\\"web beacons\\\" within phishing messages to verify the receipt of an email, while also potentially profiling and tracking victim information such as IP address.(Citation: NIST Web Bug) (Citation: Ryte Wiki) These mechanisms often appear as small images (typically one pixel in size) or otherwise obfuscated objects and are typically delivered as HTML code containing a link to a remote server. (Citation: Ryte Wiki)(Citation: IAPP)\\n \\n Adversaries may also be able to spoof a complete website using what is known as a \\\"browser-in-the-browser\\\" (BitB) attack. By generating a fake browser popup window with an HTML-based address bar that appears to contain a legitimate URL (such as an authentication portal), they may be able to prompt users to enter their credentials while bypassing typical URL verification methods.(Citation: ZScaler BitB 2020)(Citation: Mr. D0x BitB 2022)\\n \\n-Adversaries can use phishing kits such as `EvilProxy` and `Evilginx2` to proxy the connection between the victim and the legitimate website. On a successful login, the victim is redirected to the legitimate website, while the adversary captures their session cookie (i.e., [Steal Web Session Cookie](https://attack.mitre.org/techniques/T1539)) in addition to their username and password. This may enable the adversary to then bypass MFA via [Web Session Cookie](https://attack.mitre.org/techniques/T1550/004).(Citation: Proofpoint Human Factor)\\n+Adversaries can use phishing kits such as `EvilProxy` and `Evilginx2` to perform adversary-in-the-middle phishing by proxying the connection between the victim and the legitimate website. On a successful login, the victim is redirected to the legitimate website, while the adversary captures their session cookie (i.e., [Steal Web Session Cookie](https://attack.mitre.org/techniques/T1539)) in addition to their username and password. This may enable the adversary to then bypass MFA via [Web Session Cookie](https://attack.mitre.org/techniques/T1550/004).(Citation: Proofpoint Human Factor)\\n+\\n+Adversaries may also send a malicious link in the form of Quick Response (QR) Codes (also known as \\u201cquishing\\u201d). These links may direct a victim to a credential phishing page.(Citation: QR-campaign-energy-firm) By using a QR code, the URL may not be exposed in the email and may thus go undetected by most automated email security scans.(Citation: qr-phish-agriculture) These QR codes may be scanned by or delivered directly  to a user\\u2019s mobile device (i.e., [Phishing](https://attack.mitre.org/techniques/T1660)), which may be less secure in several relevant ways.(Citation: qr-phish-agriculture) For example, mobile users may not be able to notice minor differences between genuine and credential harvesting websites due to mobile\\u2019s smaller form factor.\\n \\n From the fake website, information is gathered in web forms and sent to the adversary. Adversaries may also use information from previous reconnaissance efforts (ex: [Search Open Websites/Domains](https://attack.mitre.org/techniques/T1593) or [Search Victim-Owned Websites](https://attack.mitre.org/techniques/T1594)) to craft persuasive and believable lures.\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.6\", \"old_value\": \"1.5\"}}, \"iterable_item_added\": {\"root['external_references'][3]\": {\"source_name\": \"IAPP\", \"description\": \"IAPP. (n.d.). Retrieved March 5, 2024.\", \"url\": \"https://iapp.org/resources/article/web-beacon/\"}, \"root['external_references'][4]\": {\"source_name\": \"QR-campaign-energy-firm\", \"description\": \"Jonathan Greig. (2023, August 16). Phishing campaign used QR codes to target large energy company. Retrieved November 27, 2023.\", \"url\": \"https://therecord.media/phishing-campaign-used-qr-codes-to-target-energy-firm\"}, \"root['external_references'][11]\": {\"source_name\": \"Ryte Wiki\", \"description\": \"Ryte Wiki. (n.d.). Retrieved March 5, 2024.\", \"url\": \"https://en.ryte.com/wiki/Tracking_Pixel\"}, \"root['external_references'][12]\": {\"source_name\": \"qr-phish-agriculture\", \"description\": \"Tim Bedard and Tyler Johnson. (2023, October 4). QR Code Scams & Phishing. Retrieved November 27, 2023.\", \"url\": \"https://www.proofpoint.com/us/blog/email-and-cloud-threats/cybersecurity-stop-month-qr-code-phishing\"}, \"root['x_mitre_contributors'][7]\": \"Obsidian Security\", \"root['x_mitre_contributors'][8]\": \"Sam Seabrook, Duke Energy\"}}",
                    "previous_version": "1.5",
                    "version_change": "1.5 \u2192 1.6",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to7__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to7__0\"><a href=\"#difflib_chg_to7__top\">t</a></td><td class=\"diff_header\" id=\"from7_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;send&nbsp;spearphishing&nbsp;messages&nbsp;with&nbsp;a&nbsp;malicious</td><td class=\"diff_next\"><a href=\"#difflib_chg_to7__top\">t</a></td><td class=\"diff_header\" id=\"to7_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;send&nbsp;spearphishing&nbsp;messages&nbsp;with&nbsp;a&nbsp;malicious</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;link&nbsp;to&nbsp;elicit&nbsp;sensitive&nbsp;information&nbsp;that&nbsp;can&nbsp;be&nbsp;used&nbsp;durin</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;link&nbsp;to&nbsp;elicit&nbsp;sensitive&nbsp;information&nbsp;that&nbsp;can&nbsp;be&nbsp;used&nbsp;durin</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">g&nbsp;targeting.&nbsp;Spearphishing&nbsp;for&nbsp;information&nbsp;is&nbsp;an&nbsp;attempt&nbsp;to&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">g&nbsp;targeting.&nbsp;Spearphishing&nbsp;for&nbsp;information&nbsp;is&nbsp;an&nbsp;attempt&nbsp;to&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">trick&nbsp;targets&nbsp;into&nbsp;divulging&nbsp;information,&nbsp;frequently&nbsp;credent</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">trick&nbsp;targets&nbsp;into&nbsp;divulging&nbsp;information,&nbsp;frequently&nbsp;credent</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ials&nbsp;or&nbsp;other&nbsp;actionable&nbsp;information.&nbsp;Spearphishing&nbsp;for&nbsp;info</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ials&nbsp;or&nbsp;other&nbsp;actionable&nbsp;information.&nbsp;Spearphishing&nbsp;for&nbsp;info</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rmation&nbsp;frequently&nbsp;involves&nbsp;social&nbsp;engineering&nbsp;techniques,&nbsp;s</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rmation&nbsp;frequently&nbsp;involves&nbsp;social&nbsp;engineering&nbsp;techniques,&nbsp;s</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">uch&nbsp;as&nbsp;posing&nbsp;as&nbsp;a&nbsp;source&nbsp;with&nbsp;a&nbsp;reason&nbsp;to&nbsp;collect&nbsp;informati</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">uch&nbsp;as&nbsp;posing&nbsp;as&nbsp;a&nbsp;source&nbsp;with&nbsp;a&nbsp;reason&nbsp;to&nbsp;collect&nbsp;informati</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">on&nbsp;(ex:&nbsp;[Establish&nbsp;Accounts](https://attack.mitre.org/techni</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">on&nbsp;(ex:&nbsp;[Establish&nbsp;Accounts](https://attack.mitre.org/techni</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ques/T1585)&nbsp;or&nbsp;[Compromise&nbsp;Accounts](https://attack.mitre.or</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ques/T1585)&nbsp;or&nbsp;[Compromise&nbsp;Accounts](https://attack.mitre.or</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">g/techniques/T1586))&nbsp;and/or&nbsp;sending&nbsp;multiple,&nbsp;seemingly&nbsp;urge</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">g/techniques/T1586))&nbsp;and/or&nbsp;sending&nbsp;multiple,&nbsp;seemingly&nbsp;urge</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nt&nbsp;messages.&nbsp;&nbsp;All&nbsp;forms&nbsp;of&nbsp;spearphishing&nbsp;are&nbsp;electronically&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nt&nbsp;messages.&nbsp;&nbsp;All&nbsp;forms&nbsp;of&nbsp;spearphishing&nbsp;are&nbsp;electronically&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">delivered&nbsp;social&nbsp;engineering&nbsp;targeted&nbsp;at&nbsp;a&nbsp;specific&nbsp;individu</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">delivered&nbsp;social&nbsp;engineering&nbsp;targeted&nbsp;at&nbsp;a&nbsp;specific&nbsp;individu</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">al,&nbsp;company,&nbsp;or&nbsp;industry.&nbsp;In&nbsp;this&nbsp;scenario,&nbsp;the&nbsp;malicious&nbsp;em</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">al,&nbsp;company,&nbsp;or&nbsp;industry.&nbsp;In&nbsp;this&nbsp;scenario,&nbsp;the&nbsp;malicious&nbsp;em</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ails&nbsp;contain&nbsp;links&nbsp;generally&nbsp;accompanied&nbsp;by&nbsp;social&nbsp;engineeri</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ails&nbsp;contain&nbsp;links&nbsp;generally&nbsp;accompanied&nbsp;by&nbsp;social&nbsp;engineeri</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ng&nbsp;text&nbsp;to&nbsp;coax&nbsp;the&nbsp;user&nbsp;to&nbsp;actively&nbsp;click&nbsp;or&nbsp;copy&nbsp;and&nbsp;paste</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ng&nbsp;text&nbsp;to&nbsp;coax&nbsp;the&nbsp;user&nbsp;to&nbsp;actively&nbsp;click&nbsp;or&nbsp;copy&nbsp;and&nbsp;paste</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;a&nbsp;URL&nbsp;into&nbsp;a&nbsp;browser.(Citation:&nbsp;TrendMictro&nbsp;Phishing)(Citat</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;a&nbsp;URL&nbsp;into&nbsp;a&nbsp;browser.(Citation:&nbsp;TrendMictro&nbsp;Phishing)(Citat</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ion:&nbsp;PCMag&nbsp;FakeLogin)&nbsp;The&nbsp;given&nbsp;website&nbsp;may&nbsp;be&nbsp;a&nbsp;clone&nbsp;of&nbsp;a&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ion:&nbsp;PCMag&nbsp;FakeLogin)&nbsp;The&nbsp;given&nbsp;website&nbsp;may&nbsp;be&nbsp;a&nbsp;clone&nbsp;of&nbsp;a&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">legitimate&nbsp;site&nbsp;(such&nbsp;as&nbsp;an&nbsp;online&nbsp;or&nbsp;corporate&nbsp;login&nbsp;portal</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">legitimate&nbsp;site&nbsp;(such&nbsp;as&nbsp;an&nbsp;online&nbsp;or&nbsp;corporate&nbsp;login&nbsp;portal</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">)&nbsp;or&nbsp;may&nbsp;closely&nbsp;resemble&nbsp;a&nbsp;legitimate&nbsp;site&nbsp;in&nbsp;appearance&nbsp;an</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">)&nbsp;or&nbsp;may&nbsp;closely&nbsp;resemble&nbsp;a&nbsp;legitimate&nbsp;site&nbsp;in&nbsp;appearance&nbsp;an</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d&nbsp;have&nbsp;a&nbsp;URL&nbsp;containing&nbsp;elements&nbsp;from&nbsp;the&nbsp;real&nbsp;site.&nbsp;URLs&nbsp;ma</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d&nbsp;have&nbsp;a&nbsp;URL&nbsp;containing&nbsp;elements&nbsp;from&nbsp;the&nbsp;real&nbsp;site.&nbsp;URLs&nbsp;ma</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">y&nbsp;also&nbsp;be&nbsp;obfuscated&nbsp;by&nbsp;taking&nbsp;advantage&nbsp;of&nbsp;quirks&nbsp;in&nbsp;the&nbsp;UR</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">y&nbsp;also&nbsp;be&nbsp;obfuscated&nbsp;by&nbsp;taking&nbsp;advantage&nbsp;of&nbsp;quirks&nbsp;in&nbsp;the&nbsp;UR</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">L&nbsp;schema,&nbsp;such&nbsp;as&nbsp;the&nbsp;acceptance&nbsp;of&nbsp;integer-&nbsp;or&nbsp;hexadecimal-</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">L&nbsp;schema,&nbsp;such&nbsp;as&nbsp;the&nbsp;acceptance&nbsp;of&nbsp;integer-&nbsp;or&nbsp;hexadecimal-</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">based&nbsp;hostname&nbsp;formats&nbsp;and&nbsp;the&nbsp;automatic&nbsp;discarding&nbsp;of&nbsp;text&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">based&nbsp;hostname&nbsp;formats&nbsp;and&nbsp;the&nbsp;automatic&nbsp;discarding&nbsp;of&nbsp;text&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">before&nbsp;an&nbsp;\u201c@\u201d&nbsp;symbol:&nbsp;for&nbsp;example,&nbsp;`hxxp://google.com@115758</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">before&nbsp;an&nbsp;\u201c@\u201d&nbsp;symbol:&nbsp;for&nbsp;example,&nbsp;`hxxp://google.com@115758</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">6937`.(Citation:&nbsp;Mandiant&nbsp;URL&nbsp;Obfuscation&nbsp;2023)&nbsp;&nbsp;Adversaries</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">6937`.(Citation:&nbsp;Mandiant&nbsp;URL&nbsp;Obfuscation&nbsp;2023)&nbsp;&nbsp;Adversaries</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;may&nbsp;also&nbsp;<span class=\"diff_chg\">lin</span>k<span class=\"diff_chg\">&nbsp;to</span>&nbsp;\"web&nbsp;bugs\"<span class=\"diff_chg\">&nbsp;or</span>&nbsp;\"web&nbsp;beacons\"&nbsp;within&nbsp;phishin</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;may&nbsp;also&nbsp;<span class=\"diff_chg\">embed&nbsp;\u201ctrac</span>k<span class=\"diff_chg\">ing&nbsp;pixels\u201d,</span>&nbsp;\"web&nbsp;bugs\"<span class=\"diff_chg\">,&nbsp;or</span>&nbsp;\"web&nbsp;beaco</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">g&nbsp;messages&nbsp;to&nbsp;verify&nbsp;the&nbsp;receipt&nbsp;of&nbsp;an&nbsp;email,&nbsp;while&nbsp;also&nbsp;pot</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ns\"&nbsp;within&nbsp;phishing&nbsp;messages&nbsp;to&nbsp;verify&nbsp;the&nbsp;receipt&nbsp;of&nbsp;an&nbsp;ema</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">entially&nbsp;profiling&nbsp;and&nbsp;tracking&nbsp;victim&nbsp;information&nbsp;such&nbsp;as&nbsp;I</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">il,&nbsp;while&nbsp;also&nbsp;potentially&nbsp;profiling&nbsp;and&nbsp;tracking&nbsp;victim&nbsp;inf</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">P&nbsp;address.(Citation:&nbsp;NIST&nbsp;Web&nbsp;Bug)&nbsp;<span class=\"diff_chg\">&nbsp;</span>Adversaries&nbsp;may&nbsp;also&nbsp;be&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ormation&nbsp;such&nbsp;as&nbsp;IP&nbsp;address.(Citation:&nbsp;NIST&nbsp;Web&nbsp;Bug)&nbsp;<span class=\"diff_chg\">(Citati</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">able&nbsp;to&nbsp;spoof&nbsp;a&nbsp;complete&nbsp;website&nbsp;using&nbsp;what&nbsp;is&nbsp;known&nbsp;as&nbsp;a&nbsp;\"b</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">on:&nbsp;Ryte&nbsp;Wiki)&nbsp;These&nbsp;mechanisms&nbsp;often&nbsp;appear&nbsp;as&nbsp;small&nbsp;images</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rowser-in-the-browser\"&nbsp;(BitB)&nbsp;attack.&nbsp;By&nbsp;generating&nbsp;a&nbsp;fake&nbsp;b</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">&nbsp;(typically&nbsp;one&nbsp;pixel&nbsp;in&nbsp;size)&nbsp;or&nbsp;otherwise&nbsp;obfuscated&nbsp;objec</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rowser&nbsp;popup&nbsp;window&nbsp;with&nbsp;an&nbsp;HTML-based&nbsp;address&nbsp;bar&nbsp;that&nbsp;appe</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">ts&nbsp;and&nbsp;are&nbsp;typically&nbsp;delivered&nbsp;as&nbsp;HTML&nbsp;code&nbsp;containing&nbsp;a&nbsp;lin</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ars&nbsp;to&nbsp;contain&nbsp;a&nbsp;legitimate&nbsp;URL&nbsp;(such&nbsp;as&nbsp;an&nbsp;authentication&nbsp;p</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">k&nbsp;to&nbsp;a&nbsp;remote&nbsp;server.&nbsp;(Citation:&nbsp;Ryte&nbsp;Wiki)(Citation:&nbsp;I</span>A<span class=\"diff_add\">PP)&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ortal),&nbsp;they&nbsp;may&nbsp;be&nbsp;able&nbsp;to&nbsp;prompt&nbsp;users&nbsp;to&nbsp;enter&nbsp;their&nbsp;cred</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;A</span>dversaries&nbsp;may&nbsp;also&nbsp;be&nbsp;able&nbsp;to&nbsp;spoof&nbsp;a&nbsp;complete&nbsp;website&nbsp;us</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">entials&nbsp;while&nbsp;bypassing&nbsp;typical&nbsp;URL&nbsp;verification&nbsp;methods.(Ci</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ing&nbsp;what&nbsp;is&nbsp;known&nbsp;as&nbsp;a&nbsp;\"browser-in-the-browser\"&nbsp;(BitB)&nbsp;attac</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tation:&nbsp;ZScaler&nbsp;BitB&nbsp;2020)(Citation:&nbsp;Mr.&nbsp;D0x&nbsp;BitB&nbsp;2022)&nbsp;&nbsp;Adv</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">k.&nbsp;By&nbsp;generating&nbsp;a&nbsp;fake&nbsp;browser&nbsp;popup&nbsp;window&nbsp;with&nbsp;an&nbsp;HTML-ba</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ersaries&nbsp;can&nbsp;use&nbsp;phishing&nbsp;kits&nbsp;such&nbsp;as&nbsp;`EvilProxy`&nbsp;and&nbsp;`Evil</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">sed&nbsp;address&nbsp;bar&nbsp;that&nbsp;appears&nbsp;to&nbsp;contain&nbsp;a&nbsp;legitimate&nbsp;URL&nbsp;(su</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ginx2`&nbsp;to&nbsp;proxy<span class=\"diff_chg\">&nbsp;the&nbsp;connection</span>&nbsp;between&nbsp;the&nbsp;victim&nbsp;and&nbsp;the&nbsp;le</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ch&nbsp;as&nbsp;an&nbsp;authentication&nbsp;portal),&nbsp;they&nbsp;may&nbsp;be&nbsp;able&nbsp;to&nbsp;prompt&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">gitimate&nbsp;website.&nbsp;On&nbsp;a&nbsp;successful&nbsp;login,&nbsp;the&nbsp;victim&nbsp;is&nbsp;redir</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">users&nbsp;to&nbsp;enter&nbsp;their&nbsp;credentials&nbsp;while&nbsp;bypassing&nbsp;typical&nbsp;URL</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ected&nbsp;to&nbsp;the&nbsp;legitimate&nbsp;website,&nbsp;while&nbsp;the&nbsp;adversary&nbsp;capture</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;verification&nbsp;methods.(Citation:&nbsp;ZScaler&nbsp;BitB&nbsp;2020)(Citation</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;their&nbsp;session&nbsp;cookie&nbsp;(i.e.,&nbsp;[Steal&nbsp;Web&nbsp;Session&nbsp;Cookie](htt</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">:&nbsp;Mr.&nbsp;D0x&nbsp;BitB&nbsp;2022)&nbsp;&nbsp;Adversaries&nbsp;can&nbsp;use&nbsp;phishing&nbsp;kits&nbsp;such</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ps://attack.mitre.org/techniques/T1539))&nbsp;in&nbsp;addition&nbsp;to&nbsp;thei</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;as&nbsp;`EvilProxy`&nbsp;and&nbsp;`Evilginx2`&nbsp;to<span class=\"diff_add\">&nbsp;perform&nbsp;adversary-in-the-</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">r&nbsp;username&nbsp;and&nbsp;password.&nbsp;This&nbsp;may&nbsp;enable&nbsp;the&nbsp;adversary&nbsp;to&nbsp;th</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">middle&nbsp;phishing&nbsp;by</span>&nbsp;proxy<span class=\"diff_chg\">ing&nbsp;the&nbsp;connection</span>&nbsp;between&nbsp;the&nbsp;victi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">en&nbsp;bypass&nbsp;MFA&nbsp;via&nbsp;[Web&nbsp;Session&nbsp;Cookie](https://attack.mitre.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">m&nbsp;and&nbsp;the&nbsp;legitimate&nbsp;website.&nbsp;On&nbsp;a&nbsp;successful&nbsp;login,&nbsp;the&nbsp;vic</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">org/techniques/T1550/004).(Citation:&nbsp;Proofpoint&nbsp;Human&nbsp;Factor</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tim&nbsp;is&nbsp;redirected&nbsp;to&nbsp;the&nbsp;legitimate&nbsp;website,&nbsp;while&nbsp;the&nbsp;adver</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">)&nbsp;&nbsp;F<span class=\"diff_chg\">rom&nbsp;the</span>&nbsp;fake&nbsp;website,&nbsp;information&nbsp;is&nbsp;gathered&nbsp;in&nbsp;web&nbsp;for</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">sary&nbsp;captures&nbsp;their&nbsp;session&nbsp;cookie&nbsp;(i.e.,&nbsp;[Steal&nbsp;Web&nbsp;Session</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ms&nbsp;and&nbsp;sent&nbsp;to&nbsp;the&nbsp;adversary.&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;use&nbsp;infor</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Cookie](https://attack.mitre.org/techniques/T1539))&nbsp;in&nbsp;addi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">mation&nbsp;from&nbsp;previous&nbsp;reconnaissance&nbsp;efforts&nbsp;(ex:&nbsp;[Search&nbsp;Ope</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tion&nbsp;to&nbsp;their&nbsp;username&nbsp;and&nbsp;password.&nbsp;This&nbsp;may&nbsp;enable&nbsp;the&nbsp;adv</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n&nbsp;Websites/Domains](https://attack.mitre.org/techniques/T159</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ersary&nbsp;to&nbsp;then&nbsp;bypass&nbsp;MFA&nbsp;via&nbsp;[Web&nbsp;Session&nbsp;Cookie](https://a</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">3)&nbsp;or&nbsp;[Search&nbsp;Victim-Owned&nbsp;Websites](https://attack.mitre.or</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ttack.mitre.org/techniques/T1550/004).(Citation:&nbsp;Proofpoint&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">g/techniques/T1594))&nbsp;to&nbsp;craft&nbsp;persuasive&nbsp;and&nbsp;believable&nbsp;lure</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Human&nbsp;Factor)&nbsp;&nbsp;<span class=\"diff_add\">Adversaries&nbsp;may&nbsp;also&nbsp;send&nbsp;a&nbsp;malicious&nbsp;link&nbsp;in</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;the&nbsp;form&nbsp;of&nbsp;Quick&nbsp;Response&nbsp;(QR)&nbsp;Codes&nbsp;(also&nbsp;known&nbsp;as&nbsp;\u201cquish</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ing\u201d).&nbsp;These&nbsp;links&nbsp;may&nbsp;direct&nbsp;a&nbsp;victim&nbsp;to&nbsp;a&nbsp;credential&nbsp;phish</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ing&nbsp;page.(Citation:&nbsp;QR-campaign-energy-firm)&nbsp;By&nbsp;using&nbsp;a&nbsp;QR&nbsp;c</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ode,&nbsp;the&nbsp;URL&nbsp;may&nbsp;not&nbsp;be&nbsp;exposed&nbsp;in&nbsp;the&nbsp;email&nbsp;and&nbsp;may&nbsp;thus&nbsp;go</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;undetected&nbsp;by&nbsp;most&nbsp;automated&nbsp;email&nbsp;security&nbsp;scans.(Citation</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">:&nbsp;qr-phish-agriculture)&nbsp;These&nbsp;QR&nbsp;codes&nbsp;may&nbsp;be&nbsp;scanned&nbsp;by&nbsp;or&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">delivered&nbsp;directly&nbsp;&nbsp;to&nbsp;a&nbsp;user\u2019s&nbsp;mobile&nbsp;device&nbsp;(i.e.,&nbsp;[Phishi</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ng](https://attack.mitre.org/techniques/T1660)),&nbsp;which&nbsp;may&nbsp;b</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">e&nbsp;less&nbsp;secure&nbsp;in&nbsp;several&nbsp;relevant&nbsp;ways.(Citation:&nbsp;qr-phish-a</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">griculture)&nbsp;</span>F<span class=\"diff_chg\">or&nbsp;example,&nbsp;mobile&nbsp;users&nbsp;may&nbsp;not&nbsp;be&nbsp;able&nbsp;to&nbsp;not</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">ice&nbsp;minor&nbsp;differences&nbsp;between&nbsp;genuine&nbsp;and&nbsp;credential&nbsp;harvest</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">ing&nbsp;websites&nbsp;due&nbsp;to&nbsp;mobile\u2019s&nbsp;smaller&nbsp;form&nbsp;factor.&nbsp;&nbsp;From&nbsp;the</span>&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">fake&nbsp;website,&nbsp;information&nbsp;is&nbsp;gathered&nbsp;in&nbsp;web&nbsp;forms&nbsp;and&nbsp;sent&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">to&nbsp;the&nbsp;adversary.&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;use&nbsp;information&nbsp;from&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">previous&nbsp;reconnaissance&nbsp;efforts&nbsp;(ex:&nbsp;[Search&nbsp;Open&nbsp;Websites/D</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">omains](https://attack.mitre.org/techniques/T1593)&nbsp;or&nbsp;[Searc</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">h&nbsp;Victim-Owned&nbsp;Websites](https://attack.mitre.org/techniques</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">/T1594))&nbsp;to&nbsp;craft&nbsp;persuasive&nbsp;and&nbsp;believable&nbsp;lures.</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1017: User Training",
                            "M1054: Software Configuration"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0015: Application Log (Application Log Content)",
                            "DS0029: Network Traffic (Network Traffic Content)",
                            "DS0029: Network Traffic (Network Traffic Flow)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--7f0ca133-88c4-40c6-a62f-b3083a7fbc2e",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-11-13 14:44:49.439000+00:00",
                    "modified": "2024-02-26 14:26:14.364000+00:00",
                    "name": "Pre-OS Boot",
                    "description": "Adversaries may abuse Pre-OS Boot mechanisms as a way to establish persistence on a system. During the booting process of a computer, firmware and various startup services are loaded before the operating system. These programs control flow of execution before the operating system takes control.(Citation: Wikipedia Booting)\n\nAdversaries may overwrite data in boot drivers or firmware such as BIOS (Basic Input/Output System) and The Unified Extensible Firmware Interface (UEFI) to persist on systems at a layer below the operating system. This can be particularly difficult to detect as malware at this level will not be detected by host software-based defenses.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "defense-evasion"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "persistence"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1542",
                            "external_id": "T1542"
                        },
                        {
                            "source_name": "ITWorld Hard Disk Health Dec 2014",
                            "description": "Pinola, M. (2014, December 14). 3 tools to check your hard drive's health and make sure it's not already dying on you. Retrieved October 2, 2018.",
                            "url": "https://www.itworld.com/article/2853992/3-tools-to-check-your-hard-drives-health-and-make-sure-its-not-already-dying-on-you.html"
                        },
                        {
                            "source_name": "Wikipedia Booting",
                            "description": "Wikipedia. (n.d.). Booting. Retrieved November 13, 2019.",
                            "url": "https://en.wikipedia.org/wiki/Booting"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "Drive: Drive Modification",
                        "Network Traffic: Network Connection Creation",
                        "Process: OS API Execution",
                        "Driver: Driver Metadata",
                        "Command: Command Execution",
                        "Firmware: Firmware Modification"
                    ],
                    "x_mitre_defense_bypassed": [
                        "Anti-virus",
                        "Host intrusion prevention systems",
                        "File monitoring"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Perform integrity checking on pre-OS boot mechanisms that can be manipulated for malicious purposes. Take snapshots of boot records and firmware and compare against known good images. Log changes to boot records, BIOS, and EFI, which can be performed by API calls, and compare against known good behavior and patching.\n\nDisk check, forensic utilities, and data from device drivers (i.e. processes and API calls) may reveal anomalies that warrant deeper investigation.(Citation: ITWorld Hard Disk Health Dec 2014)",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "Windows",
                        "Network",
                        "macOS"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-02-26 14:26:14.364000+00:00\", \"old_value\": \"2022-04-19 02:50:42.074000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2",
                    "changelog_mitigations": {
                        "shared": [
                            "M1026: Privileged Account Management",
                            "M1046: Boot Integrity",
                            "M1051: Update Software"
                        ],
                        "new": [
                            "M1035: Limit Access to Resource Over Network",
                            "M1047: Audit"
                        ],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0001: Firmware (Firmware Modification)",
                            "DS0009: Process (OS API Execution)",
                            "DS0016: Drive (Drive Modification)",
                            "DS0017: Command (Command Execution)",
                            "DS0027: Driver (Driver Metadata)",
                            "DS0029: Network Traffic (Network Connection Creation)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--16ab6452-c3c1-497c-a47d-206018ca1ada",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-12-19 19:43:34.507000+00:00",
                    "modified": "2024-04-16 12:21:51.311000+00:00",
                    "name": "System Firmware",
                    "description": "Adversaries may modify system firmware to persist on systems.The BIOS (Basic Input/Output System) and The Unified Extensible Firmware Interface (UEFI) or Extensible Firmware Interface (EFI) are examples of system firmware that operate as the software interface between the operating system and hardware of a computer.(Citation: Wikipedia BIOS)(Citation: Wikipedia UEFI)(Citation: About UEFI)\n\nSystem firmware like BIOS and (U)EFI underly the functionality of a computer and may be modified by an adversary to perform or assist in malicious activity. Capabilities exist to overwrite the system firmware, which may give sophisticated adversaries a means to install malicious firmware updates as a means of persistence on a system that may be difficult to detect.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "persistence"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "defense-evasion"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1542/001",
                            "external_id": "T1542.001"
                        },
                        {
                            "source_name": "McAfee CHIPSEC Blog",
                            "description": "Beek, C., Samani, R. (2017, March 8). CHIPSEC Support Against Vault 7 Disclosure Scanning. Retrieved March 13, 2017.",
                            "url": "https://securingtomorrow.mcafee.com/business/chipsec-support-vault-7-disclosure-scanning/"
                        },
                        {
                            "source_name": "MITRE Copernicus",
                            "description": "Butterworth, J. (2013, July 30). Copernicus: Question Your Assumptions about BIOS Security. Retrieved December 11, 2015.",
                            "url": "http://www.mitre.org/capabilities/cybersecurity/overview/cybersecurity-blog/copernicus-question-your-assumptions-about"
                        },
                        {
                            "source_name": "Intel HackingTeam UEFI Rootkit",
                            "description": "Intel Security. (2005, July 16). HackingTeam's UEFI Rootkit Details. Retrieved March 20, 2017.",
                            "url": "http://www.intelsecurity.com/advanced-threat-research/content/data/HT-UEFI-rootkit.html"
                        },
                        {
                            "source_name": "Github CHIPSEC",
                            "description": "Intel. (2017, March 18). CHIPSEC Platform Security Assessment Framework. Retrieved March 20, 2017.",
                            "url": "https://github.com/chipsec/chipsec"
                        },
                        {
                            "source_name": "About UEFI",
                            "description": "UEFI Forum. (n.d.). About UEFI Forum. Retrieved January 5, 2016.",
                            "url": "http://www.uefi.org/about"
                        },
                        {
                            "source_name": "MITRE Trustworthy Firmware Measurement",
                            "description": "Upham, K. (2014, March). Going Deep into the BIOS with MITRE Firmware Security Research. Retrieved January 5, 2016.",
                            "url": "http://www.mitre.org/publications/project-stories/going-deep-into-the-bios-with-mitre-firmware-security-research"
                        },
                        {
                            "source_name": "Wikipedia UEFI",
                            "description": "Wikipedia. (2017, July 10). Unified Extensible Firmware Interface. Retrieved July 11, 2017.",
                            "url": "https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface"
                        },
                        {
                            "source_name": "Wikipedia BIOS",
                            "description": "Wikipedia. (n.d.). BIOS. Retrieved January 5, 2016.",
                            "url": "https://en.wikipedia.org/wiki/BIOS"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Jean-Ian Boutin, ESET",
                        "McAfee",
                        "Ryan Becwar"
                    ],
                    "x_mitre_data_sources": [
                        "Firmware: Firmware Modification"
                    ],
                    "x_mitre_defense_bypassed": [
                        "Host intrusion prevention systems",
                        "Anti-virus",
                        "File monitoring"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "System firmware manipulation may be detected. (Citation: MITRE Trustworthy Firmware Measurement) Dump and inspect BIOS images on vulnerable systems and compare against known good images. (Citation: MITRE Copernicus) Analyze differences to determine if malicious changes have occurred. Log attempts to read/write to BIOS and compare against known patching behavior.\n\nLikewise, EFI modules can be collected and compared against a known-clean list of EFI executable binaries to detect potentially malicious modules. The CHIPSEC framework can be used for analysis to determine if firmware modifications have been performed. (Citation: McAfee CHIPSEC Blog) (Citation: Github CHIPSEC) (Citation: Intel HackingTeam UEFI Rootkit)",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows",
                        "Network"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"dictionary_item_removed\": {\"root['x_mitre_permissions_required']\": [\"Administrator\", \"SYSTEM\"]}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-16 12:21:51.311000+00:00\", \"old_value\": \"2023-03-30 21:01:49.493000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may modify system firmware to persist on systems.The BIOS (Basic Input/Output System) and The Unified Extensible Firmware Interface (UEFI) or Extensible Firmware Interface (EFI) are examples of system firmware that operate as the software interface between the operating system and hardware of a computer.(Citation: Wikipedia BIOS)(Citation: Wikipedia UEFI)(Citation: About UEFI)\\n\\nSystem firmware like BIOS and (U)EFI underly the functionality of a computer and may be modified by an adversary to perform or assist in malicious activity. Capabilities exist to overwrite the system firmware, which may give sophisticated adversaries a means to install malicious firmware updates as a means of persistence on a system that may be difficult to detect.\", \"old_value\": \"Adversaries may modify system firmware to persist on systems.The BIOS (Basic Input/Output System) and The Unified Extensible Firmware Interface (UEFI) or Extensible Firmware Interface (EFI) are examples of system firmware that operate as the software interface between the operating system and hardware of a computer. (Citation: Wikipedia BIOS) (Citation: Wikipedia UEFI) (Citation: About UEFI)\\n\\nSystem firmware like BIOS and (U)EFI underly the functionality of a computer and may be modified by an adversary to perform or assist in malicious activity. Capabilities exist to overwrite the system firmware, which may give sophisticated adversaries a means to install malicious firmware updates as a means of persistence on a system that may be difficult to detect.\", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,3 @@\\n-Adversaries may modify system firmware to persist on systems.The BIOS (Basic Input/Output System) and The Unified Extensible Firmware Interface (UEFI) or Extensible Firmware Interface (EFI) are examples of system firmware that operate as the software interface between the operating system and hardware of a computer. (Citation: Wikipedia BIOS) (Citation: Wikipedia UEFI) (Citation: About UEFI)\\n+Adversaries may modify system firmware to persist on systems.The BIOS (Basic Input/Output System) and The Unified Extensible Firmware Interface (UEFI) or Extensible Firmware Interface (EFI) are examples of system firmware that operate as the software interface between the operating system and hardware of a computer.(Citation: Wikipedia BIOS)(Citation: Wikipedia UEFI)(Citation: About UEFI)\\n \\n System firmware like BIOS and (U)EFI underly the functionality of a computer and may be modified by an adversary to perform or assist in malicious activity. Capabilities exist to overwrite the system firmware, which may give sophisticated adversaries a means to install malicious firmware updates as a means of persistence on a system that may be difficult to detect.\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}, \"iterable_item_added\": {\"root['x_mitre_platforms'][1]\": \"Network\"}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to31__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to31__0\"><a href=\"#difflib_chg_to31__top\">t</a></td><td class=\"diff_header\" id=\"from31_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;modify&nbsp;system&nbsp;firmware&nbsp;to&nbsp;persist&nbsp;on&nbsp;systems</td><td class=\"diff_next\"><a href=\"#difflib_chg_to31__top\">t</a></td><td class=\"diff_header\" id=\"to31_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;modify&nbsp;system&nbsp;firmware&nbsp;to&nbsp;persist&nbsp;on&nbsp;systems</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">.The&nbsp;BIOS&nbsp;(Basic&nbsp;Input/Output&nbsp;System)&nbsp;and&nbsp;The&nbsp;Unified&nbsp;Extens</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">.The&nbsp;BIOS&nbsp;(Basic&nbsp;Input/Output&nbsp;System)&nbsp;and&nbsp;The&nbsp;Unified&nbsp;Extens</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ible&nbsp;Firmware&nbsp;Interface&nbsp;(UEFI)&nbsp;or&nbsp;Extensible&nbsp;Firmware&nbsp;Interf</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ible&nbsp;Firmware&nbsp;Interface&nbsp;(UEFI)&nbsp;or&nbsp;Extensible&nbsp;Firmware&nbsp;Interf</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ace&nbsp;(EFI)&nbsp;are&nbsp;examples&nbsp;of&nbsp;system&nbsp;firmware&nbsp;that&nbsp;operate&nbsp;as&nbsp;th</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ace&nbsp;(EFI)&nbsp;are&nbsp;examples&nbsp;of&nbsp;system&nbsp;firmware&nbsp;that&nbsp;operate&nbsp;as&nbsp;th</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;software&nbsp;interface&nbsp;between&nbsp;the&nbsp;operating&nbsp;system&nbsp;and&nbsp;hardwa</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;software&nbsp;interface&nbsp;between&nbsp;the&nbsp;operating&nbsp;system&nbsp;and&nbsp;hardwa</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">re&nbsp;of&nbsp;a&nbsp;computer.<span class=\"diff_sub\">&nbsp;</span>(Citation:&nbsp;Wikipedia&nbsp;BIOS)<span class=\"diff_sub\">&nbsp;</span>(Citation:&nbsp;Wiki</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">re&nbsp;of&nbsp;a&nbsp;computer.(Citation:&nbsp;Wikipedia&nbsp;BIOS)(Citation:&nbsp;Wikipe</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">pedia&nbsp;UEFI)<span class=\"diff_sub\">&nbsp;</span>(Citation:&nbsp;About&nbsp;UEFI)&nbsp;&nbsp;System&nbsp;firmware&nbsp;like&nbsp;BIO</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">dia&nbsp;UEFI)(Citation:&nbsp;About&nbsp;UEFI)&nbsp;&nbsp;System&nbsp;firmware&nbsp;like&nbsp;BIOS&nbsp;a</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">S&nbsp;and&nbsp;(U)EFI&nbsp;underly&nbsp;the&nbsp;functionality&nbsp;of&nbsp;a&nbsp;computer&nbsp;and&nbsp;may</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nd&nbsp;(U)EFI&nbsp;underly&nbsp;the&nbsp;functionality&nbsp;of&nbsp;a&nbsp;computer&nbsp;and&nbsp;may&nbsp;be</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;be&nbsp;modified&nbsp;by&nbsp;an&nbsp;adversary&nbsp;to&nbsp;perform&nbsp;or&nbsp;assist&nbsp;in&nbsp;malicio</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;modified&nbsp;by&nbsp;an&nbsp;adversary&nbsp;to&nbsp;perform&nbsp;or&nbsp;assist&nbsp;in&nbsp;malicious&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">us&nbsp;activity.&nbsp;Capabilities&nbsp;exist&nbsp;to&nbsp;overwrite&nbsp;the&nbsp;system&nbsp;firm</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">activity.&nbsp;Capabilities&nbsp;exist&nbsp;to&nbsp;overwrite&nbsp;the&nbsp;system&nbsp;firmwar</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ware,&nbsp;which&nbsp;may&nbsp;give&nbsp;sophisticated&nbsp;adversaries&nbsp;a&nbsp;means&nbsp;to&nbsp;in</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e,&nbsp;which&nbsp;may&nbsp;give&nbsp;sophisticated&nbsp;adversaries&nbsp;a&nbsp;means&nbsp;to&nbsp;insta</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">stall&nbsp;malicious&nbsp;firmware&nbsp;updates&nbsp;as&nbsp;a&nbsp;means&nbsp;of&nbsp;persistence&nbsp;o</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ll&nbsp;malicious&nbsp;firmware&nbsp;updates&nbsp;as&nbsp;a&nbsp;means&nbsp;of&nbsp;persistence&nbsp;on&nbsp;a</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n&nbsp;a&nbsp;system&nbsp;that&nbsp;may&nbsp;be&nbsp;difficult&nbsp;to&nbsp;detect.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;system&nbsp;that&nbsp;may&nbsp;be&nbsp;difficult&nbsp;to&nbsp;detect.</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1026: Privileged Account Management",
                            "M1046: Boot Integrity",
                            "M1051: Update Software"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0001: Firmware (Firmware Modification)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--8f4a33ec-8b1f-4b80-a2f6-642b2e479580",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:30:48.728000+00:00",
                    "modified": "2024-04-16 12:43:55.369000+00:00",
                    "name": "Process Discovery",
                    "description": "Adversaries may attempt to get information about running processes on a system. Information obtained could be used to gain an understanding of common software/applications running on systems within the network. Administrator or otherwise elevated access may provide better process details. Adversaries may use the information from [Process Discovery](https://attack.mitre.org/techniques/T1057) during automated discovery to shape follow-on behaviors, including whether or not the adversary fully infects the target and/or attempts specific actions.\n\nIn Windows environments, adversaries could obtain details on running processes using the [Tasklist](https://attack.mitre.org/software/S0057) utility via [cmd](https://attack.mitre.org/software/S0106) or <code>Get-Process</code> via [PowerShell](https://attack.mitre.org/techniques/T1059/001). Information about processes can also be extracted from the output of [Native API](https://attack.mitre.org/techniques/T1106) calls such as <code>CreateToolhelp32Snapshot</code>. In Mac and Linux, this is accomplished with the <code>ps</code> command. Adversaries may also opt to enumerate processes via `/proc`. \n\nOn network devices, [Network Device CLI](https://attack.mitre.org/techniques/T1059/008) commands such as `show processes` can be used to display current running processes.(Citation: US-CERT-TA18-106A)(Citation: show_processes_cisco_cmd)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "discovery"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1057",
                            "external_id": "T1057"
                        },
                        {
                            "source_name": "show_processes_cisco_cmd",
                            "description": "Cisco. (2022, August 16). show processes - . Retrieved July 13, 2022.",
                            "url": "https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/fundamentals/command/cf_command_ref/show_monitor_permit_list_through_show_process_memory.html#wp3599497760"
                        },
                        {
                            "source_name": "US-CERT-TA18-106A",
                            "description": "US-CERT. (2018, April 20). Alert (TA18-106A) Russian State-Sponsored Cyber Actors Targeting Network Infrastructure Devices. Retrieved October 19, 2020.",
                            "url": "https://www.us-cert.gov/ncas/alerts/TA18-106A"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Austin Clark, @c2defense"
                    ],
                    "x_mitre_data_sources": [
                        "Process: Process Creation",
                        "Process: OS API Execution",
                        "Command: Command Execution"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as Lateral Movement, based on the information obtained.\n\nNormal, benign system and network events that look like process discovery may be uncommon, depending on the environment and how they are used. Monitor processes and command-line arguments for actions that could be taken to gather system and network information. Remote access tools with built-in features may interact directly with the Windows API to gather information. Information may also be acquired through Windows system management tools such as [Windows Management Instrumentation](https://attack.mitre.org/techniques/T1047) and [PowerShell](https://attack.mitre.org/techniques/T1059/001).\n\nFor network infrastructure devices, collect AAA logging to monitor for `show` commands being run by non-standard users from non-standard locations.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows",
                        "Network"
                    ],
                    "x_mitre_version": "1.5",
                    "detailed_diff": "{\"dictionary_item_removed\": {\"root['x_mitre_system_requirements']\": [\"Administrator, SYSTEM may provide better process ownership details\"]}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-16 12:43:55.369000+00:00\", \"old_value\": \"2023-08-11 21:40:56.448000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may attempt to get information about running processes on a system. Information obtained could be used to gain an understanding of common software/applications running on systems within the network. Administrator or otherwise elevated access may provide better process details. Adversaries may use the information from [Process Discovery](https://attack.mitre.org/techniques/T1057) during automated discovery to shape follow-on behaviors, including whether or not the adversary fully infects the target and/or attempts specific actions.\\n\\nIn Windows environments, adversaries could obtain details on running processes using the [Tasklist](https://attack.mitre.org/software/S0057) utility via [cmd](https://attack.mitre.org/software/S0106) or <code>Get-Process</code> via [PowerShell](https://attack.mitre.org/techniques/T1059/001). Information about processes can also be extracted from the output of [Native API](https://attack.mitre.org/techniques/T1106) calls such as <code>CreateToolhelp32Snapshot</code>. In Mac and Linux, this is accomplished with the <code>ps</code> command. Adversaries may also opt to enumerate processes via `/proc`. \\n\\nOn network devices, [Network Device CLI](https://attack.mitre.org/techniques/T1059/008) commands such as `show processes` can be used to display current running processes.(Citation: US-CERT-TA18-106A)(Citation: show_processes_cisco_cmd)\", \"old_value\": \"Adversaries may attempt to get information about running processes on a system. Information obtained could be used to gain an understanding of common software/applications running on systems within the network. Adversaries may use the information from [Process Discovery](https://attack.mitre.org/techniques/T1057) during automated discovery to shape follow-on behaviors, including whether or not the adversary fully infects the target and/or attempts specific actions.\\n\\nIn Windows environments, adversaries could obtain details on running processes using the [Tasklist](https://attack.mitre.org/software/S0057) utility via [cmd](https://attack.mitre.org/software/S0106) or <code>Get-Process</code> via [PowerShell](https://attack.mitre.org/techniques/T1059/001). Information about processes can also be extracted from the output of [Native API](https://attack.mitre.org/techniques/T1106) calls such as <code>CreateToolhelp32Snapshot</code>. In Mac and Linux, this is accomplished with the <code>ps</code> command. Adversaries may also opt to enumerate processes via /proc.\\n\\nOn network devices, [Network Device CLI](https://attack.mitre.org/techniques/T1059/008) commands such as `show processes` can be used to display current running processes.(Citation: US-CERT-TA18-106A)(Citation: show_processes_cisco_cmd)\", \"diff\": \"--- \\n+++ \\n@@ -1,5 +1,5 @@\\n-Adversaries may attempt to get information about running processes on a system. Information obtained could be used to gain an understanding of common software/applications running on systems within the network. Adversaries may use the information from [Process Discovery](https://attack.mitre.org/techniques/T1057) during automated discovery to shape follow-on behaviors, including whether or not the adversary fully infects the target and/or attempts specific actions.\\n+Adversaries may attempt to get information about running processes on a system. Information obtained could be used to gain an understanding of common software/applications running on systems within the network. Administrator or otherwise elevated access may provide better process details. Adversaries may use the information from [Process Discovery](https://attack.mitre.org/techniques/T1057) during automated discovery to shape follow-on behaviors, including whether or not the adversary fully infects the target and/or attempts specific actions.\\n \\n-In Windows environments, adversaries could obtain details on running processes using the [Tasklist](https://attack.mitre.org/software/S0057) utility via [cmd](https://attack.mitre.org/software/S0106) or <code>Get-Process</code> via [PowerShell](https://attack.mitre.org/techniques/T1059/001). Information about processes can also be extracted from the output of [Native API](https://attack.mitre.org/techniques/T1106) calls such as <code>CreateToolhelp32Snapshot</code>. In Mac and Linux, this is accomplished with the <code>ps</code> command. Adversaries may also opt to enumerate processes via /proc.\\n+In Windows environments, adversaries could obtain details on running processes using the [Tasklist](https://attack.mitre.org/software/S0057) utility via [cmd](https://attack.mitre.org/software/S0106) or <code>Get-Process</code> via [PowerShell](https://attack.mitre.org/techniques/T1059/001). Information about processes can also be extracted from the output of [Native API](https://attack.mitre.org/techniques/T1106) calls such as <code>CreateToolhelp32Snapshot</code>. In Mac and Linux, this is accomplished with the <code>ps</code> command. Adversaries may also opt to enumerate processes via `/proc`. \\n \\n On network devices, [Network Device CLI](https://attack.mitre.org/techniques/T1059/008) commands such as `show processes` can be used to display current running processes.(Citation: US-CERT-TA18-106A)(Citation: show_processes_cisco_cmd)\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.5\", \"old_value\": \"1.4\"}}}",
                    "previous_version": "1.4",
                    "version_change": "1.4 \u2192 1.5",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to53__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to53__0\"><a href=\"#difflib_chg_to53__top\">t</a></td><td class=\"diff_header\" id=\"from53_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;attempt&nbsp;to&nbsp;get&nbsp;information&nbsp;about&nbsp;running&nbsp;pro</td><td class=\"diff_next\"><a href=\"#difflib_chg_to53__top\">t</a></td><td class=\"diff_header\" id=\"to53_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;attempt&nbsp;to&nbsp;get&nbsp;information&nbsp;about&nbsp;running&nbsp;pro</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">cesses&nbsp;on&nbsp;a&nbsp;system.&nbsp;Information&nbsp;obtained&nbsp;could&nbsp;be&nbsp;used&nbsp;to&nbsp;ga</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">cesses&nbsp;on&nbsp;a&nbsp;system.&nbsp;Information&nbsp;obtained&nbsp;could&nbsp;be&nbsp;used&nbsp;to&nbsp;ga</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">in&nbsp;an&nbsp;understanding&nbsp;of&nbsp;common&nbsp;software/applications&nbsp;running&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">in&nbsp;an&nbsp;understanding&nbsp;of&nbsp;common&nbsp;software/applications&nbsp;running&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">on&nbsp;systems&nbsp;within&nbsp;the&nbsp;network.&nbsp;Ad<span class=\"diff_chg\">versaries</span>&nbsp;may&nbsp;<span class=\"diff_chg\">use&nbsp;the&nbsp;infor</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">on&nbsp;systems&nbsp;within&nbsp;the&nbsp;network.&nbsp;Ad<span class=\"diff_chg\">ministrator&nbsp;or&nbsp;otherwise&nbsp;el</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">mation&nbsp;from</span>&nbsp;[Process&nbsp;Discovery](https://attack.mitre.org/tec</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">evated&nbsp;access</span>&nbsp;may&nbsp;<span class=\"diff_chg\">provide&nbsp;better&nbsp;process&nbsp;details.&nbsp;Adversarie</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">hniques/T1057)&nbsp;during&nbsp;automated&nbsp;discovery&nbsp;to&nbsp;shape&nbsp;follow-on</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">s&nbsp;may&nbsp;use&nbsp;the&nbsp;information&nbsp;from</span>&nbsp;[Process&nbsp;Discovery](https://a</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;behaviors,&nbsp;including&nbsp;whether&nbsp;or&nbsp;not&nbsp;the&nbsp;adversary&nbsp;fully&nbsp;inf</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ttack.mitre.org/techniques/T1057)&nbsp;during&nbsp;automated&nbsp;discovery</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ects&nbsp;the&nbsp;target&nbsp;and/or&nbsp;attempts&nbsp;specific&nbsp;actions.&nbsp;&nbsp;In&nbsp;Window</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;to&nbsp;shape&nbsp;follow-on&nbsp;behaviors,&nbsp;including&nbsp;whether&nbsp;or&nbsp;not&nbsp;the&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;environments,&nbsp;adversaries&nbsp;could&nbsp;obtain&nbsp;details&nbsp;on&nbsp;running&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">adversary&nbsp;fully&nbsp;infects&nbsp;the&nbsp;target&nbsp;and/or&nbsp;attempts&nbsp;specific&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">processes&nbsp;using&nbsp;the&nbsp;[Tasklist](https://attack.mitre.org/soft</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">actions.&nbsp;&nbsp;In&nbsp;Windows&nbsp;environments,&nbsp;adversaries&nbsp;could&nbsp;obtain&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ware/S0057)&nbsp;utility&nbsp;via&nbsp;[cmd](https://attack.mitre.org/softw</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">details&nbsp;on&nbsp;running&nbsp;processes&nbsp;using&nbsp;the&nbsp;[Tasklist](https://at</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">are/S0106)&nbsp;or&nbsp;&lt;code&gt;Get-Process&lt;/code&gt;&nbsp;via&nbsp;[PowerShell](http</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tack.mitre.org/software/S0057)&nbsp;utility&nbsp;via&nbsp;[cmd](https://att</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s://attack.mitre.org/techniques/T1059/001).&nbsp;Information&nbsp;abou</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ack.mitre.org/software/S0106)&nbsp;or&nbsp;&lt;code&gt;Get-Process&lt;/code&gt;&nbsp;vi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">t&nbsp;processes&nbsp;can&nbsp;also&nbsp;be&nbsp;extracted&nbsp;from&nbsp;the&nbsp;output&nbsp;of&nbsp;[Native</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">a&nbsp;[PowerShell](https://attack.mitre.org/techniques/T1059/001</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;API](https://attack.mitre.org/techniques/T1106)&nbsp;calls&nbsp;such&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">).&nbsp;Information&nbsp;about&nbsp;processes&nbsp;can&nbsp;also&nbsp;be&nbsp;extracted&nbsp;from&nbsp;th</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">as&nbsp;&lt;code&gt;CreateToolhelp32Snapshot&lt;/code&gt;.&nbsp;In&nbsp;Mac&nbsp;and&nbsp;Linux,&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;output&nbsp;of&nbsp;[Native&nbsp;API](https://attack.mitre.org/techniques</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">this&nbsp;is&nbsp;accomplished&nbsp;with&nbsp;the&nbsp;&lt;code&gt;ps&lt;/code&gt;&nbsp;command.&nbsp;Adver</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">/T1106)&nbsp;calls&nbsp;such&nbsp;as&nbsp;&lt;code&gt;CreateToolhelp32Snapshot&lt;/code&gt;.</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">saries&nbsp;may&nbsp;also&nbsp;opt&nbsp;to&nbsp;enumerate&nbsp;processes&nbsp;via&nbsp;<span class=\"diff_chg\">/proc.</span>&nbsp;&nbsp;On&nbsp;ne</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;In&nbsp;Mac&nbsp;and&nbsp;Linux,&nbsp;this&nbsp;is&nbsp;accomplished&nbsp;with&nbsp;the&nbsp;&lt;code&gt;ps&lt;/c</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">twork&nbsp;devices,&nbsp;[Network&nbsp;Device&nbsp;CLI](https://attack.mitre.org</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ode&gt;&nbsp;command.&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;opt&nbsp;to&nbsp;enumerate&nbsp;processe</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">/techniques/T1059/008)&nbsp;commands&nbsp;such&nbsp;as&nbsp;`show&nbsp;processes`&nbsp;can</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;via&nbsp;<span class=\"diff_chg\">`/proc`.&nbsp;</span>&nbsp;&nbsp;On&nbsp;network&nbsp;devices,&nbsp;[Network&nbsp;Device&nbsp;CLI](ht</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;be&nbsp;used&nbsp;to&nbsp;display&nbsp;current&nbsp;running&nbsp;processes.(Citation:&nbsp;US-</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tps://attack.mitre.org/techniques/T1059/008)&nbsp;commands&nbsp;such&nbsp;a</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">CERT-TA18-106A)(Citation:&nbsp;show_processes_cisco_cmd)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;`show&nbsp;processes`&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;display&nbsp;current&nbsp;running&nbsp;pr</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ocesses.(Citation:&nbsp;US-CERT-TA18-106A)(Citation:&nbsp;show_process</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">es_cisco_cmd)</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (OS API Execution)",
                            "DS0009: Process (Process Creation)",
                            "DS0017: Command (Command Execution)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--69b8fd78-40e8-4600-ae4d-662c9d7afdb3",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-03-14 23:12:18.466000+00:00",
                    "modified": "2024-04-16 12:19:08.953000+00:00",
                    "name": "External Proxy",
                    "description": "Adversaries may use an external proxy to act as an intermediary for network communications to a command and control server to avoid direct connections to their infrastructure. Many tools exist that enable traffic redirection through proxies or port redirection, including [HTRAN](https://attack.mitre.org/software/S0040), ZXProxy, and ZXPortMap. (Citation: Trend Micro APT Attack Tools) Adversaries use these types of proxies to manage command and control communications, to provide resiliency in the face of connection loss, or to ride over existing trusted communications paths to avoid suspicion.\n\nExternal connection proxies are used to mask the destination of C2 traffic and are typically implemented with port redirectors. Compromised systems outside of the victim environment may be used for these purposes, as well as purchased infrastructure such as cloud-based resources or virtual private servers. Proxies may be chosen based on the low likelihood that a connection to them from a compromised system would be investigated. Victim systems would communicate directly with the external proxy on the Internet and then the proxy would forward communications to the C2 server.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "command-and-control"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1090/002",
                            "external_id": "T1090.002"
                        },
                        {
                            "source_name": "University of Birmingham C2",
                            "description": "Gardiner, J.,  Cova, M., Nagaraja, S. (2014, February). Command & Control Understanding, Denying and Detecting. Retrieved April 20, 2016.",
                            "url": "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf"
                        },
                        {
                            "source_name": "Trend Micro APT Attack Tools",
                            "description": "Wilhoit, K. (2013, March 4). In-Depth Look: APT Attack Tools of the Trade. Retrieved December 2, 2015.",
                            "url": "http://blog.trendmicro.com/trendlabs-security-intelligence/in-depth-look-apt-attack-tools-of-the-trade/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "Network Traffic: Network Connection Creation",
                        "Network Traffic: Network Traffic Content",
                        "Network Traffic: Network Traffic Flow"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Analyze network data for uncommon data flows, such as a client sending significantly more data than it receives from an external server. Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.(Citation: University of Birmingham C2)",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows",
                        "Network"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-16 12:19:08.953000+00:00\", \"old_value\": \"2020-03-27 17:50:37.411000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}, \"iterable_item_added\": {\"root['x_mitre_platforms'][3]\": \"Network\"}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1",
                    "changelog_mitigations": {
                        "shared": [
                            "M1031: Network Intrusion Prevention"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0029: Network Traffic (Network Connection Creation)",
                            "DS0029: Network Traffic (Network Traffic Content)",
                            "DS0029: Network Traffic (Network Traffic Flow)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--f6dacc85-b37d-458e-b58d-74fc4bbf5755",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-03-14 23:08:20.244000+00:00",
                    "modified": "2024-03-07 14:29:02.408000+00:00",
                    "name": "Internal Proxy",
                    "description": "Adversaries may use an internal proxy to direct command and control traffic between two or more systems in a compromised environment. Many tools exist that enable traffic redirection through proxies or port redirection, including [HTRAN](https://attack.mitre.org/software/S0040), ZXProxy, and ZXPortMap. (Citation: Trend Micro APT Attack Tools) Adversaries use internal proxies to manage command and control communications inside a compromised environment, to reduce the number of simultaneous outbound network connections, to provide resiliency in the face of connection loss, or to ride over existing trusted communications paths between infected systems to avoid suspicion. Internal proxy connections may use common peer-to-peer (p2p) networking protocols, such as SMB, to better blend in with the environment.\n\nBy using a compromised internal system as a proxy, adversaries may conceal the true destination of C2 traffic while reducing the need for numerous connections to external systems.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "command-and-control"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1090/001",
                            "external_id": "T1090.001"
                        },
                        {
                            "source_name": "University of Birmingham C2",
                            "description": "Gardiner, J.,  Cova, M., Nagaraja, S. (2014, February). Command & Control Understanding, Denying and Detecting. Retrieved April 20, 2016.",
                            "url": "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf"
                        },
                        {
                            "source_name": "Trend Micro APT Attack Tools",
                            "description": "Wilhoit, K. (2013, March 4). In-Depth Look: APT Attack Tools of the Trade. Retrieved December 2, 2015.",
                            "url": "http://blog.trendmicro.com/trendlabs-security-intelligence/in-depth-look-apt-attack-tools-of-the-trade/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "Network Traffic: Network Traffic Flow",
                        "Network Traffic: Network Traffic Content",
                        "Network Traffic: Network Connection Creation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Analyze network data for uncommon data flows between clients that should not or often do not communicate with one another. Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.(Citation: University of Birmingham C2)",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows",
                        "Network"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-03-07 14:29:02.408000+00:00\", \"old_value\": \"2020-03-15 00:46:26.598000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}, \"iterable_item_added\": {\"root['x_mitre_platforms'][3]\": \"Network\"}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1",
                    "changelog_mitigations": {
                        "shared": [
                            "M1031: Network Intrusion Prevention"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0029: Network Traffic (Network Connection Creation)",
                            "DS0029: Network Traffic (Network Traffic Content)",
                            "DS0029: Network Traffic (Network Traffic Flow)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--a782ebe2-daba-42c7-bc82-e8e9d923162d",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-03-14 23:23:41.770000+00:00",
                    "modified": "2024-04-19 13:24:36.872000+00:00",
                    "name": "Multi-hop Proxy",
                    "description": "Adversaries may chain together multiple proxies to disguise the source of malicious traffic. Typically, a defender will be able to identify the last proxy traffic traversed before it enters their network; the defender may or may not be able to identify any previous proxies before the last-hop proxy. This technique makes identifying the original source of the malicious traffic even more difficult by requiring the defender to trace malicious traffic through several proxies to identify its source.\n\nFor example, adversaries may construct or use onion routing networks \u2013 such as the publicly available [Tor](https://attack.mitre.org/software/S0183) network \u2013 to transport encrypted C2 traffic through a compromised population, allowing communication with any device within the network.(Citation: Onion Routing)\n\nIn the case of network infrastructure, it is possible for an adversary to leverage multiple compromised devices to create a multi-hop proxy chain (i.e., [Network Devices](https://attack.mitre.org/techniques/T1584/008)). By leveraging [Patch System Image](https://attack.mitre.org/techniques/T1601/001) on routers, adversaries can add custom code to the affected network devices that will implement onion routing between those nodes. This method is dependent upon the [Network Boundary Bridging](https://attack.mitre.org/techniques/T1599) method allowing the adversaries to cross the protected network boundary of the Internet perimeter and into the organization\u2019s Wide-Area Network (WAN).  Protocols such as ICMP may be used as a transport.\n\nSimilarly, adversaries may abuse peer-to-peer (P2P) and blockchain-oriented infrastructure to implement routing between a decentralized network of peers.(Citation: NGLite Trojan)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "command-and-control"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1090/003",
                            "external_id": "T1090.003"
                        },
                        {
                            "source_name": "NGLite Trojan",
                            "description": "Robert Falcone, Jeff White, and Peter Renals. (2021, November 7). Targeted Attack Campaign Against ManageEngine ADSelfService Plus Delivers Godzilla Webshells, NGLite Trojan and KdcSponge Stealer. Retrieved February 8, 2024.",
                            "url": "https://unit42.paloaltonetworks.com/manageengine-godzilla-nglite-kdcsponge/"
                        },
                        {
                            "source_name": "Onion Routing",
                            "description": "Wikipedia. (n.d.). Onion Routing. Retrieved October 20, 2020.",
                            "url": "https://en.wikipedia.org/wiki/Onion_routing"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Eduardo Chavarro Ovalle"
                    ],
                    "x_mitre_data_sources": [
                        "Network Traffic: Network Traffic Flow",
                        "Network Traffic: Network Traffic Content",
                        "Network Traffic: Network Connection Creation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "When observing use of Multi-hop proxies, network data from the actual command and control servers could allow correlating incoming and outgoing flows to trace malicious traffic back to its source. Multi-hop proxies can also be detected by alerting on traffic to known anonymity networks (such as [Tor](https://attack.mitre.org/software/S0183)) or known adversary infrastructure that uses this technique.\n\nIn context of network devices, monitor traffic for encrypted communications from the Internet that is addressed to border routers.  Compare this traffic with the configuration to determine whether it matches with any configured site-to-site Virtual Private Network (VPN) connections the device was intended to have. Monitor traffic for encrypted communications originating from potentially breached routers that is addressed to other routers within the organization.  Compare the source and destination with the configuration of the device to determine if these channels are an authorized Virtual Private Network (VPN) connections or other encrypted modes of communication. Monitor ICMP traffic from the Internet that is addressed to border routers and is encrypted.  Few if any legitimate use cases exist for sending encrypted data to a network device via ICMP.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows",
                        "Network"
                    ],
                    "x_mitre_version": "2.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_contributors']\": [\"Eduardo Chavarro Ovalle\"], \"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-19 13:24:36.872000+00:00\", \"old_value\": \"2020-10-21 17:54:28.280000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may chain together multiple proxies to disguise the source of malicious traffic. Typically, a defender will be able to identify the last proxy traffic traversed before it enters their network; the defender may or may not be able to identify any previous proxies before the last-hop proxy. This technique makes identifying the original source of the malicious traffic even more difficult by requiring the defender to trace malicious traffic through several proxies to identify its source.\\n\\nFor example, adversaries may construct or use onion routing networks \\u2013 such as the publicly available [Tor](https://attack.mitre.org/software/S0183) network \\u2013 to transport encrypted C2 traffic through a compromised population, allowing communication with any device within the network.(Citation: Onion Routing)\\n\\nIn the case of network infrastructure, it is possible for an adversary to leverage multiple compromised devices to create a multi-hop proxy chain (i.e., [Network Devices](https://attack.mitre.org/techniques/T1584/008)). By leveraging [Patch System Image](https://attack.mitre.org/techniques/T1601/001) on routers, adversaries can add custom code to the affected network devices that will implement onion routing between those nodes. This method is dependent upon the [Network Boundary Bridging](https://attack.mitre.org/techniques/T1599) method allowing the adversaries to cross the protected network boundary of the Internet perimeter and into the organization\\u2019s Wide-Area Network (WAN).  Protocols such as ICMP may be used as a transport.\\n\\nSimilarly, adversaries may abuse peer-to-peer (P2P) and blockchain-oriented infrastructure to implement routing between a decentralized network of peers.(Citation: NGLite Trojan)\", \"old_value\": \"To disguise the source of malicious traffic, adversaries may chain together multiple proxies. Typically, a defender will be able to identify the last proxy traffic traversed before it enters their network; the defender may or may not be able to identify any previous proxies before the last-hop proxy. This technique makes identifying the original source of the malicious traffic even more difficult by requiring the defender to trace malicious traffic through several proxies to identify its source. A particular variant of this behavior is to use onion routing networks, such as the publicly available TOR network. (Citation: Onion Routing)\\n\\nIn the case of network infrastructure, particularly routers, it is possible for an adversary to leverage multiple compromised devices to create a multi-hop proxy chain within the Wide-Area Network (WAN) of the enterprise.  By leveraging [Patch System Image](https://attack.mitre.org/techniques/T1601/001), adversaries can add custom code to the affected network devices that will implement onion routing between those nodes.  This custom onion routing network will transport the encrypted C2 traffic through the compromised population, allowing adversaries to communicate with any device within the onion routing network.  This method is dependent upon the [Network Boundary Bridging](https://attack.mitre.org/techniques/T1599) method in order to allow the adversaries to cross the protected network boundary of the Internet perimeter and into the organization\\u2019s WAN. Protocols such as ICMP may be used as a transport.\", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,7 @@\\n-To disguise the source of malicious traffic, adversaries may chain together multiple proxies. Typically, a defender will be able to identify the last proxy traffic traversed before it enters their network; the defender may or may not be able to identify any previous proxies before the last-hop proxy. This technique makes identifying the original source of the malicious traffic even more difficult by requiring the defender to trace malicious traffic through several proxies to identify its source. A particular variant of this behavior is to use onion routing networks, such as the publicly available TOR network. (Citation: Onion Routing)\\n+Adversaries may chain together multiple proxies to disguise the source of malicious traffic. Typically, a defender will be able to identify the last proxy traffic traversed before it enters their network; the defender may or may not be able to identify any previous proxies before the last-hop proxy. This technique makes identifying the original source of the malicious traffic even more difficult by requiring the defender to trace malicious traffic through several proxies to identify its source.\\n \\n-In the case of network infrastructure, particularly routers, it is possible for an adversary to leverage multiple compromised devices to create a multi-hop proxy chain within the Wide-Area Network (WAN) of the enterprise.  By leveraging [Patch System Image](https://attack.mitre.org/techniques/T1601/001), adversaries can add custom code to the affected network devices that will implement onion routing between those nodes.  This custom onion routing network will transport the encrypted C2 traffic through the compromised population, allowing adversaries to communicate with any device within the onion routing network.  This method is dependent upon the [Network Boundary Bridging](https://attack.mitre.org/techniques/T1599) method in order to allow the adversaries to cross the protected network boundary of the Internet perimeter and into the organization\\u2019s WAN. Protocols such as ICMP may be used as a transport.\\n+For example, adversaries may construct or use onion routing networks \\u2013 such as the publicly available [Tor](https://attack.mitre.org/software/S0183) network \\u2013 to transport encrypted C2 traffic through a compromised population, allowing communication with any device within the network.(Citation: Onion Routing)\\n+\\n+In the case of network infrastructure, it is possible for an adversary to leverage multiple compromised devices to create a multi-hop proxy chain (i.e., [Network Devices](https://attack.mitre.org/techniques/T1584/008)). By leveraging [Patch System Image](https://attack.mitre.org/techniques/T1601/001) on routers, adversaries can add custom code to the affected network devices that will implement onion routing between those nodes. This method is dependent upon the [Network Boundary Bridging](https://attack.mitre.org/techniques/T1599) method allowing the adversaries to cross the protected network boundary of the Internet perimeter and into the organization\\u2019s Wide-Area Network (WAN).  Protocols such as ICMP may be used as a transport.\\n+\\n+Similarly, adversaries may abuse peer-to-peer (P2P) and blockchain-oriented infrastructure to implement routing between a decentralized network of peers.(Citation: NGLite Trojan)\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.1\", \"old_value\": \"2.0\"}}, \"iterable_item_added\": {\"root['external_references'][1]\": {\"source_name\": \"NGLite Trojan\", \"description\": \"Robert Falcone, Jeff White, and Peter Renals. (2021, November 7). Targeted Attack Campaign Against ManageEngine ADSelfService Plus Delivers Godzilla Webshells, NGLite Trojan and KdcSponge Stealer. Retrieved February 8, 2024.\", \"url\": \"https://unit42.paloaltonetworks.com/manageengine-godzilla-nglite-kdcsponge/\"}}}",
                    "previous_version": "2.0",
                    "version_change": "2.0 \u2192 2.1",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to34__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to34__0\"><a href=\"#difflib_chg_to34__top\">t</a></td><td class=\"diff_header\" id=\"from34_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_sub\">To&nbsp;disguise&nbsp;the&nbsp;source&nbsp;of&nbsp;malicious&nbsp;traffic,&nbsp;adversaries&nbsp;may</span></td><td class=\"diff_next\"><a href=\"#difflib_chg_to34__top\">t</a></td><td class=\"diff_header\" id=\"to34_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_add\">Adversaries&nbsp;may&nbsp;chain&nbsp;together&nbsp;multiple&nbsp;proxies&nbsp;to&nbsp;disguise&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;chain&nbsp;together&nbsp;multiple&nbsp;proxies.&nbsp;Typically,&nbsp;a&nbsp;defender&nbsp;will</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">the&nbsp;source&nbsp;of&nbsp;malicious&nbsp;traffic.&nbsp;Typically,&nbsp;a&nbsp;defender&nbsp;will&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;be&nbsp;able&nbsp;to&nbsp;identify&nbsp;the&nbsp;last&nbsp;proxy&nbsp;traffic&nbsp;traversed&nbsp;before</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">be&nbsp;able&nbsp;to&nbsp;identify&nbsp;the&nbsp;last&nbsp;proxy&nbsp;traffic&nbsp;traversed&nbsp;before&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;it&nbsp;enters&nbsp;their&nbsp;network;&nbsp;the&nbsp;defender&nbsp;may&nbsp;or&nbsp;may&nbsp;not&nbsp;be&nbsp;abl</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">it&nbsp;enters&nbsp;their&nbsp;network;&nbsp;the&nbsp;defender&nbsp;may&nbsp;or&nbsp;may&nbsp;not&nbsp;be&nbsp;able</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">e&nbsp;to&nbsp;identify&nbsp;any&nbsp;previous&nbsp;proxies&nbsp;before&nbsp;the&nbsp;last-hop&nbsp;proxy</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;to&nbsp;identify&nbsp;any&nbsp;previous&nbsp;proxies&nbsp;before&nbsp;the&nbsp;last-hop&nbsp;proxy.</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">.&nbsp;This&nbsp;technique&nbsp;makes&nbsp;identifying&nbsp;the&nbsp;original&nbsp;source&nbsp;of&nbsp;th</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;This&nbsp;technique&nbsp;makes&nbsp;identifying&nbsp;the&nbsp;original&nbsp;source&nbsp;of&nbsp;the</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">e&nbsp;malicious&nbsp;traffic&nbsp;even&nbsp;more&nbsp;difficult&nbsp;by&nbsp;requiring&nbsp;the&nbsp;def</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;malicious&nbsp;traffic&nbsp;even&nbsp;more&nbsp;difficult&nbsp;by&nbsp;requiring&nbsp;the&nbsp;defe</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ender&nbsp;to&nbsp;trace&nbsp;malicious&nbsp;traffic&nbsp;through&nbsp;several&nbsp;proxies&nbsp;to&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">nder&nbsp;to&nbsp;trace&nbsp;malicious&nbsp;traffic&nbsp;through&nbsp;several&nbsp;proxies&nbsp;to&nbsp;i</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">identify&nbsp;its&nbsp;source.&nbsp;A&nbsp;particular&nbsp;variant&nbsp;of&nbsp;this&nbsp;behavior&nbsp;i</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">dentify&nbsp;its&nbsp;source.&nbsp;&nbsp;For&nbsp;example,&nbsp;adversaries&nbsp;may&nbsp;construct&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">s&nbsp;to&nbsp;use&nbsp;onion&nbsp;routing&nbsp;networks,&nbsp;such&nbsp;as&nbsp;the&nbsp;publicly&nbsp;availa</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">or&nbsp;use&nbsp;onion&nbsp;routing&nbsp;networks&nbsp;\u2013&nbsp;such&nbsp;as&nbsp;the&nbsp;publicly&nbsp;availab</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ble&nbsp;TOR&nbsp;network.&nbsp;(Citation:&nbsp;Onion&nbsp;Routing)&nbsp;&nbsp;In&nbsp;the&nbsp;case&nbsp;of&nbsp;n</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">le&nbsp;[Tor](https://attack.mitre.org/software/S0183)&nbsp;network&nbsp;\u2013&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">etwork&nbsp;infrastructure,&nbsp;particularly&nbsp;routers,&nbsp;it&nbsp;is&nbsp;possible&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">to&nbsp;transport&nbsp;encrypted&nbsp;C2&nbsp;traffic&nbsp;through&nbsp;a&nbsp;compromised&nbsp;popu</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">for&nbsp;an&nbsp;adversary&nbsp;to&nbsp;leverage&nbsp;multiple&nbsp;compromised&nbsp;devices&nbsp;to</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">lation,&nbsp;allowing&nbsp;communication&nbsp;with&nbsp;any&nbsp;device&nbsp;within&nbsp;the&nbsp;ne</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;create&nbsp;a&nbsp;multi-hop&nbsp;proxy&nbsp;chain&nbsp;within&nbsp;the&nbsp;Wide-Area&nbsp;Network</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">twork.(Citation:&nbsp;Onion&nbsp;Routing)&nbsp;&nbsp;In&nbsp;the&nbsp;case&nbsp;of&nbsp;network&nbsp;infr</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;(WAN)&nbsp;of&nbsp;the&nbsp;enterprise.&nbsp;&nbsp;By&nbsp;leveraging&nbsp;[Patch&nbsp;System&nbsp;Image</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">astructure,&nbsp;it&nbsp;is&nbsp;possible&nbsp;for&nbsp;an&nbsp;adversary&nbsp;to&nbsp;leverage&nbsp;mult</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">](https://attack.mitre.org/techniques/T1601/001),&nbsp;adversarie</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">iple&nbsp;compromised&nbsp;devices&nbsp;to&nbsp;create&nbsp;a&nbsp;multi-hop&nbsp;proxy&nbsp;chain&nbsp;(</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">s&nbsp;can&nbsp;add&nbsp;custom&nbsp;code&nbsp;to&nbsp;the&nbsp;affected&nbsp;network&nbsp;devices&nbsp;that&nbsp;w</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">i.e.,&nbsp;[Network&nbsp;Devices](https://attack.mitre.org/techniques/</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ill&nbsp;implement&nbsp;onion&nbsp;routing&nbsp;between&nbsp;those&nbsp;nodes.&nbsp;&nbsp;This&nbsp;custo</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">T1584/008)).&nbsp;By&nbsp;leveraging&nbsp;[Patch&nbsp;System&nbsp;Image](https://atta</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">m&nbsp;onion&nbsp;routing&nbsp;network&nbsp;will&nbsp;transport&nbsp;the&nbsp;encrypted&nbsp;C2&nbsp;traf</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ck.mitre.org/techniques/T1601/001)&nbsp;on&nbsp;routers,&nbsp;adversaries&nbsp;c</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">fic&nbsp;through&nbsp;the&nbsp;compromised&nbsp;population,&nbsp;allowing&nbsp;adversaries</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">an&nbsp;add&nbsp;custom&nbsp;code&nbsp;to&nbsp;the&nbsp;affected&nbsp;network&nbsp;devices&nbsp;that&nbsp;will</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;to&nbsp;communicate&nbsp;with&nbsp;any&nbsp;device&nbsp;within&nbsp;the&nbsp;onion&nbsp;routing&nbsp;net</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;implement&nbsp;onion&nbsp;routing&nbsp;between&nbsp;those&nbsp;nodes.&nbsp;This&nbsp;method&nbsp;is</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">work.&nbsp;&nbsp;This&nbsp;method&nbsp;is&nbsp;dependent&nbsp;upon&nbsp;the&nbsp;[Network&nbsp;Boundary&nbsp;B</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;dependent&nbsp;upon&nbsp;the&nbsp;[Network&nbsp;Boundary&nbsp;Bridging](https://atta</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ridging](https://attack.mitre.org/techniques/T1599)&nbsp;method&nbsp;i</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ck.mitre.org/techniques/T1599)&nbsp;method&nbsp;allowing&nbsp;the&nbsp;adversari</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">n&nbsp;order&nbsp;to&nbsp;allow&nbsp;the&nbsp;adversaries&nbsp;to&nbsp;cross&nbsp;the&nbsp;protected&nbsp;netw</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">es&nbsp;to&nbsp;cross&nbsp;the&nbsp;protected&nbsp;network&nbsp;boundary&nbsp;of&nbsp;the&nbsp;Internet&nbsp;p</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ork&nbsp;boundary&nbsp;of&nbsp;the&nbsp;Internet&nbsp;perimeter&nbsp;and&nbsp;into&nbsp;the&nbsp;organiza</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">erimeter&nbsp;and&nbsp;into&nbsp;the&nbsp;organization\u2019s&nbsp;Wide-Area&nbsp;Network&nbsp;(WAN)</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">tion\u2019s&nbsp;WAN.&nbsp;Protocols&nbsp;such&nbsp;as&nbsp;ICMP&nbsp;may&nbsp;be&nbsp;used&nbsp;as&nbsp;a&nbsp;transpor</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">.&nbsp;&nbsp;Protocols&nbsp;such&nbsp;as&nbsp;ICMP&nbsp;may&nbsp;be&nbsp;used&nbsp;as&nbsp;a&nbsp;transport.&nbsp;&nbsp;Simil</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">t.</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">arly,&nbsp;adversaries&nbsp;may&nbsp;abuse&nbsp;peer-to-peer&nbsp;(P2P)&nbsp;and&nbsp;blockchai</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">n-oriented&nbsp;infrastructure&nbsp;to&nbsp;implement&nbsp;routing&nbsp;between&nbsp;a&nbsp;dec</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">entralized&nbsp;network&nbsp;of&nbsp;peers.(Citation:&nbsp;NGLite&nbsp;Trojan)</span></td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1037: Filter Network Traffic"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0029: Network Traffic (Network Connection Creation)",
                            "DS0029: Network Traffic (Network Traffic Content)",
                            "DS0029: Network Traffic (Network Traffic Flow)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--4933e63b-9b77-476e-ab29-761bc5b7d15a",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2021-10-05 01:15:06.293000+00:00",
                    "modified": "2024-02-09 18:49:08.428000+00:00",
                    "name": "Reflective Code Loading",
                    "description": "Adversaries may reflectively load code into a process in order to conceal the execution of malicious payloads. Reflective loading involves allocating then executing payloads directly within the memory of the process, vice creating a thread or process backed by a file path on disk (e.g., [Shared Modules](https://attack.mitre.org/techniques/T1129)).\n\nReflectively loaded payloads may be compiled binaries, anonymous files (only present in RAM), or just snubs of fileless executable code (ex: position-independent shellcode).(Citation: Introducing Donut)(Citation: S1 Custom Shellcode Tool)(Citation: Stuart ELF Memory)(Citation: 00sec Droppers)(Citation: Mandiant BYOL) For example, the `Assembly.Load()` method executed by [PowerShell](https://attack.mitre.org/techniques/T1059/001) may be abused to load raw code into the running process.(Citation: Microsoft AssemblyLoad)\n\nReflective code injection is very similar to [Process Injection](https://attack.mitre.org/techniques/T1055) except that the \u201cinjection\u201d loads code into the processes\u2019 own memory instead of that of a separate process. Reflective loading may evade process-based detections since the execution of the arbitrary code may be masked within a legitimate or otherwise benign process. Reflectively loading payloads directly into memory may also avoid creating files or other artifacts on disk, while also enabling malware to keep these payloads encrypted (or otherwise obfuscated) until execution.(Citation: Stuart ELF Memory)(Citation: 00sec Droppers)(Citation: Intezer ACBackdoor)(Citation: S1 Old Rat New Tricks)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "defense-evasion"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1620",
                            "external_id": "T1620"
                        },
                        {
                            "source_name": "00sec Droppers",
                            "description": "0x00pico. (2017, September 25). Super-Stealthy Droppers. Retrieved October 4, 2021.",
                            "url": "https://0x00sec.org/t/super-stealthy-droppers/3715"
                        },
                        {
                            "source_name": "S1 Custom Shellcode Tool",
                            "description": "Bunce, D. (2019, October 31). Building A Custom Tool For Shellcode Analysis. Retrieved October 4, 2021.",
                            "url": "https://www.sentinelone.com/blog/building-a-custom-tool-for-shellcode-analysis/"
                        },
                        {
                            "source_name": "Mandiant BYOL",
                            "description": "Kirk, N. (2018, June 18). Bring Your Own Land (BYOL) \u2013 A Novel Red Teaming Technique. Retrieved October 4, 2021.",
                            "url": "https://www.mandiant.com/resources/bring-your-own-land-novel-red-teaming-technique"
                        },
                        {
                            "source_name": "S1 Old Rat New Tricks",
                            "description": "Landry, J. (2016, April 21). Teaching an old RAT new tricks. Retrieved October 4, 2021.",
                            "url": "https://www.sentinelone.com/blog/teaching-an-old-rat-new-tricks/"
                        },
                        {
                            "source_name": "MDSec Detecting DOTNET",
                            "description": "MDSec Research. (n.d.). Detecting and Advancing In-Memory .NET Tradecraft. Retrieved October 4, 2021.",
                            "url": "https://www.mdsec.co.uk/2020/06/detecting-and-advancing-in-memory-net-tradecraft/"
                        },
                        {
                            "source_name": "Microsoft AssemblyLoad",
                            "description": "Microsoft. (n.d.). Assembly.Load Method. Retrieved February 9, 2024.",
                            "url": "https://learn.microsoft.com/dotnet/api/system.reflection.assembly.load"
                        },
                        {
                            "source_name": "Intezer ACBackdoor",
                            "description": "Sanmillan, I. (2019, November 18). ACBackdoor: Analysis of a New Multiplatform Backdoor. Retrieved October 4, 2021.",
                            "url": "https://www.intezer.com/blog/research/acbackdoor-analysis-of-a-new-multiplatform-backdoor/"
                        },
                        {
                            "source_name": "Stuart ELF Memory",
                            "description": "Stuart. (2018, March 31). In-Memory-Only ELF Execution (Without tmpfs). Retrieved October 4, 2021.",
                            "url": "https://magisterquis.github.io/2018/03/31/in-memory-only-elf-execution.html"
                        },
                        {
                            "source_name": "Introducing Donut",
                            "description": "The Wover. (2019, May 9). Donut - Injecting .NET Assemblies as Shellcode. Retrieved October 4, 2021.",
                            "url": "https://thewover.github.io/Introducing-Donut/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Jo\u00e3o Paulo de A. Filho, @Hug1nN__",
                        "Shlomi Salem, SentinelOne",
                        "Lior Ribak, SentinelOne",
                        "Rex Guo, @Xiaofei_REX, Confluera",
                        "Joas Antonio dos Santos, @C0d3Cr4zy, Inmetrics",
                        "Jiraput Thamsongkrah"
                    ],
                    "x_mitre_data_sources": [
                        "Module: Module Load",
                        "Script: Script Execution",
                        "Process: OS API Execution"
                    ],
                    "x_mitre_defense_bypassed": [
                        "Application control",
                        "Anti-virus"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor for code artifacts associated with reflectively loading code, such as the abuse of .NET functions such as <code>Assembly.Load()</code> and [Native API](https://attack.mitre.org/techniques/T1106) functions such as <code>CreateThread()</code>, <code>memfd_create()</code>, <code>execve()</code>, and/or <code>execveat()</code>.(Citation: 00sec Droppers)(Citation: S1 Old Rat New Tricks)\n\nMonitor for artifacts of abnormal process execution. For example, a common signature related to reflective code loading on Windows is mechanisms related to the .NET Common Language Runtime (CLR) -- such as mscor.dll, mscoree.dll, and clr.dll -- loading into abnormal processes (such as notepad.exe). Similarly, AMSI / ETW traces can be used to identify signs of arbitrary code execution from within the memory of potentially compromised processes.(Citation: MDSec Detecting DOTNET)(Citation: Introducing Donut)\n\nAnalyze process behavior to determine if a process is performing actions it usually does not, such as opening network connections, reading files, or other suspicious actions that could relate to post-compromise behavior. ",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "macOS",
                        "Linux",
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-02-09 18:49:08.428000+00:00\", \"old_value\": \"2023-09-29 21:09:49.267000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may reflectively load code into a process in order to conceal the execution of malicious payloads. Reflective loading involves allocating then executing payloads directly within the memory of the process, vice creating a thread or process backed by a file path on disk (e.g., [Shared Modules](https://attack.mitre.org/techniques/T1129)).\\n\\nReflectively loaded payloads may be compiled binaries, anonymous files (only present in RAM), or just snubs of fileless executable code (ex: position-independent shellcode).(Citation: Introducing Donut)(Citation: S1 Custom Shellcode Tool)(Citation: Stuart ELF Memory)(Citation: 00sec Droppers)(Citation: Mandiant BYOL) For example, the `Assembly.Load()` method executed by [PowerShell](https://attack.mitre.org/techniques/T1059/001) may be abused to load raw code into the running process.(Citation: Microsoft AssemblyLoad)\\n\\nReflective code injection is very similar to [Process Injection](https://attack.mitre.org/techniques/T1055) except that the \\u201cinjection\\u201d loads code into the processes\\u2019 own memory instead of that of a separate process. Reflective loading may evade process-based detections since the execution of the arbitrary code may be masked within a legitimate or otherwise benign process. Reflectively loading payloads directly into memory may also avoid creating files or other artifacts on disk, while also enabling malware to keep these payloads encrypted (or otherwise obfuscated) until execution.(Citation: Stuart ELF Memory)(Citation: 00sec Droppers)(Citation: Intezer ACBackdoor)(Citation: S1 Old Rat New Tricks)\", \"old_value\": \"Adversaries may reflectively load code into a process in order to conceal the execution of malicious payloads. Reflective loading involves allocating then executing payloads directly within the memory of the process, vice creating a thread or process backed by a file path on disk. Reflectively loaded payloads may be compiled binaries, anonymous files (only present in RAM), or just snubs of fileless executable code (ex: position-independent shellcode).(Citation: Introducing Donut)(Citation: S1 Custom Shellcode Tool)(Citation: Stuart ELF Memory)(Citation: 00sec Droppers)(Citation: Mandiant BYOL)\\n\\nReflective code injection is very similar to [Process Injection](https://attack.mitre.org/techniques/T1055) except that the \\u201cinjection\\u201d loads code into the processes\\u2019 own memory instead of that of a separate process. Reflective loading may evade process-based detections since the execution of the arbitrary code may be masked within a legitimate or otherwise benign process. Reflectively loading payloads directly into memory may also avoid creating files or other artifacts on disk, while also enabling malware to keep these payloads encrypted (or otherwise obfuscated) until execution.(Citation: Stuart ELF Memory)(Citation: 00sec Droppers)(Citation: Intezer ACBackdoor)(Citation: S1 Old Rat New Tricks)\", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,5 @@\\n-Adversaries may reflectively load code into a process in order to conceal the execution of malicious payloads. Reflective loading involves allocating then executing payloads directly within the memory of the process, vice creating a thread or process backed by a file path on disk. Reflectively loaded payloads may be compiled binaries, anonymous files (only present in RAM), or just snubs of fileless executable code (ex: position-independent shellcode).(Citation: Introducing Donut)(Citation: S1 Custom Shellcode Tool)(Citation: Stuart ELF Memory)(Citation: 00sec Droppers)(Citation: Mandiant BYOL)\\n+Adversaries may reflectively load code into a process in order to conceal the execution of malicious payloads. Reflective loading involves allocating then executing payloads directly within the memory of the process, vice creating a thread or process backed by a file path on disk (e.g., [Shared Modules](https://attack.mitre.org/techniques/T1129)).\\n+\\n+Reflectively loaded payloads may be compiled binaries, anonymous files (only present in RAM), or just snubs of fileless executable code (ex: position-independent shellcode).(Citation: Introducing Donut)(Citation: S1 Custom Shellcode Tool)(Citation: Stuart ELF Memory)(Citation: 00sec Droppers)(Citation: Mandiant BYOL) For example, the `Assembly.Load()` method executed by [PowerShell](https://attack.mitre.org/techniques/T1059/001) may be abused to load raw code into the running process.(Citation: Microsoft AssemblyLoad)\\n \\n Reflective code injection is very similar to [Process Injection](https://attack.mitre.org/techniques/T1055) except that the \\u201cinjection\\u201d loads code into the processes\\u2019 own memory instead of that of a separate process. Reflective loading may evade process-based detections since the execution of the arbitrary code may be masked within a legitimate or otherwise benign process. Reflectively loading payloads directly into memory may also avoid creating files or other artifacts on disk, while also enabling malware to keep these payloads encrypted (or otherwise obfuscated) until execution.(Citation: Stuart ELF Memory)(Citation: 00sec Droppers)(Citation: Intezer ACBackdoor)(Citation: S1 Old Rat New Tricks)\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}, \"iterable_item_added\": {\"root['external_references'][6]\": {\"source_name\": \"Microsoft AssemblyLoad\", \"description\": \"Microsoft. (n.d.). Assembly.Load Method. Retrieved February 9, 2024.\", \"url\": \"https://learn.microsoft.com/dotnet/api/system.reflection.assembly.load\"}, \"root['x_mitre_contributors'][5]\": \"Jiraput Thamsongkrah\"}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to45__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to45__0\"><a href=\"#difflib_chg_to45__top\">t</a></td><td class=\"diff_header\" id=\"from45_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;reflectively&nbsp;load&nbsp;code&nbsp;into&nbsp;a&nbsp;process&nbsp;in&nbsp;ord</td><td class=\"diff_next\"><a href=\"#difflib_chg_to45__top\">t</a></td><td class=\"diff_header\" id=\"to45_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;reflectively&nbsp;load&nbsp;code&nbsp;into&nbsp;a&nbsp;process&nbsp;in&nbsp;ord</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">er&nbsp;to&nbsp;conceal&nbsp;the&nbsp;execution&nbsp;of&nbsp;malicious&nbsp;payloads.&nbsp;Reflectiv</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">er&nbsp;to&nbsp;conceal&nbsp;the&nbsp;execution&nbsp;of&nbsp;malicious&nbsp;payloads.&nbsp;Reflectiv</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;loading&nbsp;involves&nbsp;allocating&nbsp;then&nbsp;executing&nbsp;payloads&nbsp;direct</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;loading&nbsp;involves&nbsp;allocating&nbsp;then&nbsp;executing&nbsp;payloads&nbsp;direct</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ly&nbsp;within&nbsp;the&nbsp;memory&nbsp;of&nbsp;the&nbsp;process,&nbsp;vice&nbsp;creating&nbsp;a&nbsp;thread&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ly&nbsp;within&nbsp;the&nbsp;memory&nbsp;of&nbsp;the&nbsp;process,&nbsp;vice&nbsp;creating&nbsp;a&nbsp;thread&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">or&nbsp;process&nbsp;backed&nbsp;by&nbsp;a&nbsp;file&nbsp;path&nbsp;on&nbsp;disk.&nbsp;Reflectively&nbsp;loade</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">or&nbsp;process&nbsp;backed&nbsp;by&nbsp;a&nbsp;file&nbsp;path&nbsp;on&nbsp;dis<span class=\"diff_add\">k&nbsp;(e.g.,&nbsp;[Shared&nbsp;Modu</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d&nbsp;payloads&nbsp;may&nbsp;be&nbsp;compiled&nbsp;binaries,&nbsp;anonymous&nbsp;files&nbsp;(only&nbsp;p</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">les](https://attac</span>k.<span class=\"diff_add\">mitre.org/techniques/T1129)).&nbsp;</span>&nbsp;Reflectiv</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">resent&nbsp;in&nbsp;RAM),&nbsp;or&nbsp;just&nbsp;snubs&nbsp;of&nbsp;fileless&nbsp;executable&nbsp;code&nbsp;(e</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ely&nbsp;loaded&nbsp;payloads&nbsp;may&nbsp;be&nbsp;compiled&nbsp;binaries,&nbsp;anonymous&nbsp;file</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">x:&nbsp;position-independent&nbsp;shellcode).(Citation:&nbsp;Introducing&nbsp;Do</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;(only&nbsp;present&nbsp;in&nbsp;RAM),&nbsp;or&nbsp;just&nbsp;snubs&nbsp;of&nbsp;fileless&nbsp;executabl</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nut)(Citation:&nbsp;S1&nbsp;Custom&nbsp;Shellcode&nbsp;Tool)(Citation:&nbsp;Stuart&nbsp;EL</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;code&nbsp;(ex:&nbsp;position-independent&nbsp;shellcode).(Citation:&nbsp;Intro</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">F&nbsp;Memory)(Citation:&nbsp;00sec&nbsp;Droppers)(Citation:&nbsp;Mandiant&nbsp;BYOL)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ducing&nbsp;Donut)(Citation:&nbsp;S1&nbsp;Custom&nbsp;Shellcode&nbsp;Tool)(Citation:&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;<span class=\"diff_chg\">&nbsp;Reflective&nbsp;code&nbsp;injection&nbsp;is&nbsp;very&nbsp;similar&nbsp;to</span>&nbsp;[P<span class=\"diff_chg\">rocess</span>&nbsp;Inje</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Stuart&nbsp;ELF&nbsp;Memory)(Citation:&nbsp;00sec&nbsp;Droppers)(Citation:&nbsp;Mandi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ction](https://attack.mitre.org/techniques/T1055)&nbsp;except&nbsp;tha</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ant&nbsp;BYOL)&nbsp;<span class=\"diff_chg\">For&nbsp;example,&nbsp;the&nbsp;`Assembly.Load()`&nbsp;method&nbsp;executed</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">t&nbsp;the&nbsp;\u201cinjection\u201d&nbsp;loads&nbsp;code&nbsp;into&nbsp;the&nbsp;processes\u2019&nbsp;own&nbsp;memory&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">&nbsp;by</span>&nbsp;[P<span class=\"diff_chg\">owerShell](https://attack.mitre.org/techniques/T1059/0</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">instead&nbsp;of&nbsp;that&nbsp;of&nbsp;a&nbsp;separate&nbsp;process.&nbsp;Reflective&nbsp;loading&nbsp;ma</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">01)&nbsp;may&nbsp;be&nbsp;abused&nbsp;to&nbsp;load&nbsp;raw&nbsp;code&nbsp;into&nbsp;the&nbsp;running&nbsp;process.</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">y&nbsp;evade&nbsp;process-based&nbsp;detections&nbsp;since&nbsp;the&nbsp;execution&nbsp;of&nbsp;the&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">(Citation:&nbsp;Microsoft&nbsp;AssemblyLoad)&nbsp;&nbsp;Reflective&nbsp;code&nbsp;injectio</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">arbitrary&nbsp;code&nbsp;may&nbsp;be&nbsp;masked&nbsp;within&nbsp;a&nbsp;legitimate&nbsp;or&nbsp;otherwis</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">n&nbsp;is&nbsp;very&nbsp;similar&nbsp;to&nbsp;[Process</span>&nbsp;Injection](https://attack.mitr</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;benign&nbsp;process.&nbsp;Reflectively&nbsp;loading&nbsp;payloads&nbsp;directly&nbsp;int</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e.org/techniques/T1055)&nbsp;except&nbsp;that&nbsp;the&nbsp;\u201cinjection\u201d&nbsp;loads&nbsp;co</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">o&nbsp;memory&nbsp;may&nbsp;also&nbsp;avoid&nbsp;creating&nbsp;files&nbsp;or&nbsp;other&nbsp;artifacts&nbsp;on</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">de&nbsp;into&nbsp;the&nbsp;processes\u2019&nbsp;own&nbsp;memory&nbsp;instead&nbsp;of&nbsp;that&nbsp;of&nbsp;a&nbsp;separ</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;disk,&nbsp;while&nbsp;also&nbsp;enabling&nbsp;malware&nbsp;to&nbsp;keep&nbsp;these&nbsp;payloads&nbsp;en</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ate&nbsp;process.&nbsp;Reflective&nbsp;loading&nbsp;may&nbsp;evade&nbsp;process-based&nbsp;dete</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">crypted&nbsp;(or&nbsp;otherwise&nbsp;obfuscated)&nbsp;until&nbsp;execution.(Citation:</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ctions&nbsp;since&nbsp;the&nbsp;execution&nbsp;of&nbsp;the&nbsp;arbitrary&nbsp;code&nbsp;may&nbsp;be&nbsp;mask</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Stuart&nbsp;ELF&nbsp;Memory)(Citation:&nbsp;00sec&nbsp;Droppers)(Citation:&nbsp;Inte</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;within&nbsp;a&nbsp;legitimate&nbsp;or&nbsp;otherwise&nbsp;benign&nbsp;process.&nbsp;Reflecti</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">zer&nbsp;ACBackdoor)(Citation:&nbsp;S1&nbsp;Old&nbsp;Rat&nbsp;New&nbsp;Tricks)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">vely&nbsp;loading&nbsp;payloads&nbsp;directly&nbsp;into&nbsp;memory&nbsp;may&nbsp;also&nbsp;avoid&nbsp;cr</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">eating&nbsp;files&nbsp;or&nbsp;other&nbsp;artifacts&nbsp;on&nbsp;disk,&nbsp;while&nbsp;also&nbsp;enabling</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;malware&nbsp;to&nbsp;keep&nbsp;these&nbsp;payloads&nbsp;encrypted&nbsp;(or&nbsp;otherwise&nbsp;obfu</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">scated)&nbsp;until&nbsp;execution.(Citation:&nbsp;Stuart&nbsp;ELF&nbsp;Memory)(Citati</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">on:&nbsp;00sec&nbsp;Droppers)(Citation:&nbsp;Intezer&nbsp;ACBackdoor)(Citation:&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">S1&nbsp;Old&nbsp;Rat&nbsp;New&nbsp;Tricks)</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (OS API Execution)",
                            "DS0011: Module (Module Load)",
                            "DS0012: Script (Script Execution)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--4061e78c-1284-44b4-9116-73e4ac3912f7",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2018-04-18 17:59:24.739000+00:00",
                    "modified": "2024-04-12 23:52:30.489000+00:00",
                    "name": "Remote Access Software",
                    "description": "An adversary may use legitimate desktop support and remote access software to establish an interactive command and control channel to target systems within networks. These services, such as `VNC`, `Team Viewer`, `AnyDesk`, `ScreenConnect`, `LogMein`, `AmmyyAdmin`, and other remote monitoring and management (RMM) tools, are commonly used as legitimate technical support software and may be allowed by application control within a target environment.(Citation: Symantec Living off the Land)(Citation: CrowdStrike 2015 Global Threat Report)(Citation: CrySyS Blog TeamSpy)\n\nRemote access software may be installed and used post-compromise as an alternate communications channel for redundant access or as a way to establish an interactive remote desktop session with the target system. They may also be used as a component of malware to establish a reverse connection or back-connect to a service or adversary-controlled system.\n \nAdversaries may similarly abuse response features included in EDR and other defensive tools that enable remote access.\n\nInstallation of many remote access software may also include persistence (e.g., the software's installation routine creates a [Windows Service](https://attack.mitre.org/techniques/T1543/003)). Remote access modules/features may also exist as part of otherwise existing software (e.g., Google Chrome\u2019s Remote Desktop).(Citation: Google Chrome Remote Desktop)(Citation: Chrome Remote Desktop)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "command-and-control"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1219",
                            "external_id": "T1219"
                        },
                        {
                            "source_name": "CrowdStrike 2015 Global Threat Report",
                            "description": "CrowdStrike Intelligence. (2016). 2015 Global Threat Report. Retrieved April 11, 2018.",
                            "url": "https://go.crowdstrike.com/rs/281-OBQ-266/images/15GlobalThreatReport.pdf"
                        },
                        {
                            "source_name": "CrySyS Blog TeamSpy",
                            "description": "CrySyS Lab. (2013, March 20). TeamSpy \u2013 Obshie manevri. Ispolzovat\u2019 tolko s razreshenija S-a. Retrieved April 11, 2018.",
                            "url": "https://blog.crysys.hu/2013/03/teamspy/"
                        },
                        {
                            "source_name": "Google Chrome Remote Desktop",
                            "description": "Google. (n.d.). Retrieved March 14, 2024.",
                            "url": "https://support.google.com/chrome/answer/1649523"
                        },
                        {
                            "source_name": "Chrome Remote Desktop",
                            "description": "Huntress. (n.d.). Retrieved March 14, 2024.",
                            "url": "https://www.huntress.com/blog/slashandgrab-screen-connect-post-exploitation-in-the-wild-cve-2024-1709-cve-2024-1708"
                        },
                        {
                            "source_name": "Symantec Living off the Land",
                            "description": "Wueest, C., Anand, H. (2017, July). Living off the land and fileless attack techniques. Retrieved April 10, 2018.",
                            "url": "https://www.symantec.com/content/dam/symantec/docs/security-center/white-papers/istr-living-off-the-land-and-fileless-attack-techniques-en.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Matt Kelly, @breakersall",
                        "Zachary Stanford, @svch0st",
                        "Dray Agha, @Purp1eW0lf, Huntress Labs"
                    ],
                    "x_mitre_data_sources": [
                        "Process: Process Creation",
                        "Network Traffic: Network Traffic Flow",
                        "Network Traffic: Network Traffic Content",
                        "Network Traffic: Network Connection Creation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor for applications and processes related to remote admin tools. Correlate activity with other suspicious behavior that may reduce false positives if these tools are used by legitimate users and administrators.\n\nAnalyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect application layer protocols that do not follow the expected protocol for the port that is being used.\n\n[Domain Fronting](https://attack.mitre.org/techniques/T1090/004) may be used in conjunction to avoid defenses. Adversaries will likely need to deploy and/or install these remote tools to compromised systems. It may be possible to detect or prevent the installation of these tools with host-based solutions.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "Windows",
                        "macOS"
                    ],
                    "x_mitre_version": "2.3",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-12 23:52:30.489000+00:00\", \"old_value\": \"2023-09-28 16:23:51.194000+00:00\"}, \"root['description']\": {\"new_value\": \"An adversary may use legitimate desktop support and remote access software to establish an interactive command and control channel to target systems within networks. These services, such as `VNC`, `Team Viewer`, `AnyDesk`, `ScreenConnect`, `LogMein`, `AmmyyAdmin`, and other remote monitoring and management (RMM) tools, are commonly used as legitimate technical support software and may be allowed by application control within a target environment.(Citation: Symantec Living off the Land)(Citation: CrowdStrike 2015 Global Threat Report)(Citation: CrySyS Blog TeamSpy)\\n\\nRemote access software may be installed and used post-compromise as an alternate communications channel for redundant access or as a way to establish an interactive remote desktop session with the target system. They may also be used as a component of malware to establish a reverse connection or back-connect to a service or adversary-controlled system.\\n \\nAdversaries may similarly abuse response features included in EDR and other defensive tools that enable remote access.\\n\\nInstallation of many remote access software may also include persistence (e.g., the software's installation routine creates a [Windows Service](https://attack.mitre.org/techniques/T1543/003)). Remote access modules/features may also exist as part of otherwise existing software (e.g., Google Chrome\\u2019s Remote Desktop).(Citation: Google Chrome Remote Desktop)(Citation: Chrome Remote Desktop)\", \"old_value\": \"An adversary may use legitimate desktop support and remote access software to establish an interactive command and control channel to target systems within networks. These services, such as `VNC`, `Team Viewer`, `AnyDesk`, `ScreenConnect`, `LogMein`, `AmmyyAdmin`, and other remote monitoring and management (RMM) tools, are commonly used as legitimate technical support software and may be allowed by application control within a target environment.(Citation: Symantec Living off the Land)(Citation: CrowdStrike 2015 Global Threat Report)(Citation: CrySyS Blog TeamSpy)\\n\\nRemote access software may be installed and used post-compromise as an alternate communications channel for redundant access or as a way to establish an interactive remote desktop session with the target system. They may also be used as a component of malware to establish a reverse connection or back-connect to a service or adversary controlled system.\\n \\nAdversaries may similarly abuse response features included in EDR and other defensive tools that enable remote access.\\n\\nInstallation of many remote access software may also include persistence (e.g., the software's installation routine creates a [Windows Service](https://attack.mitre.org/techniques/T1543/003)).\", \"diff\": \"--- \\n+++ \\n@@ -1,7 +1,7 @@\\n An adversary may use legitimate desktop support and remote access software to establish an interactive command and control channel to target systems within networks. These services, such as `VNC`, `Team Viewer`, `AnyDesk`, `ScreenConnect`, `LogMein`, `AmmyyAdmin`, and other remote monitoring and management (RMM) tools, are commonly used as legitimate technical support software and may be allowed by application control within a target environment.(Citation: Symantec Living off the Land)(Citation: CrowdStrike 2015 Global Threat Report)(Citation: CrySyS Blog TeamSpy)\\n \\n-Remote access software may be installed and used post-compromise as an alternate communications channel for redundant access or as a way to establish an interactive remote desktop session with the target system. They may also be used as a component of malware to establish a reverse connection or back-connect to a service or adversary controlled system.\\n+Remote access software may be installed and used post-compromise as an alternate communications channel for redundant access or as a way to establish an interactive remote desktop session with the target system. They may also be used as a component of malware to establish a reverse connection or back-connect to a service or adversary-controlled system.\\n  \\n Adversaries may similarly abuse response features included in EDR and other defensive tools that enable remote access.\\n \\n-Installation of many remote access software may also include persistence (e.g., the software's installation routine creates a [Windows Service](https://attack.mitre.org/techniques/T1543/003)).\\n+Installation of many remote access software may also include persistence (e.g., the software's installation routine creates a [Windows Service](https://attack.mitre.org/techniques/T1543/003)). Remote access modules/features may also exist as part of otherwise existing software (e.g., Google Chrome\\u2019s Remote Desktop).(Citation: Google Chrome Remote Desktop)(Citation: Chrome Remote Desktop)\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.3\", \"old_value\": \"2.2\"}}, \"iterable_item_added\": {\"root['external_references'][3]\": {\"source_name\": \"Google Chrome Remote Desktop\", \"description\": \"Google. (n.d.). Retrieved March 14, 2024.\", \"url\": \"https://support.google.com/chrome/answer/1649523\"}, \"root['external_references'][4]\": {\"source_name\": \"Chrome Remote Desktop\", \"description\": \"Huntress. (n.d.). Retrieved March 14, 2024.\", \"url\": \"https://www.huntress.com/blog/slashandgrab-screen-connect-post-exploitation-in-the-wild-cve-2024-1709-cve-2024-1708\"}, \"root['x_mitre_contributors'][2]\": \"Dray Agha, @Purp1eW0lf, Huntress Labs\"}}",
                    "previous_version": "2.2",
                    "version_change": "2.2 \u2192 2.3",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to33__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to33__0\"><a href=\"#difflib_chg_to33__top\">t</a></td><td class=\"diff_header\" id=\"from33_1\">1</td><td nowrap=\"nowrap\">An&nbsp;adversary&nbsp;may&nbsp;use&nbsp;legitimate&nbsp;desktop&nbsp;support&nbsp;and&nbsp;remote&nbsp;a</td><td class=\"diff_next\"><a href=\"#difflib_chg_to33__top\">t</a></td><td class=\"diff_header\" id=\"to33_1\">1</td><td nowrap=\"nowrap\">An&nbsp;adversary&nbsp;may&nbsp;use&nbsp;legitimate&nbsp;desktop&nbsp;support&nbsp;and&nbsp;remote&nbsp;a</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ccess&nbsp;software&nbsp;to&nbsp;establish&nbsp;an&nbsp;interactive&nbsp;command&nbsp;and&nbsp;contr</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ccess&nbsp;software&nbsp;to&nbsp;establish&nbsp;an&nbsp;interactive&nbsp;command&nbsp;and&nbsp;contr</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ol&nbsp;channel&nbsp;to&nbsp;target&nbsp;systems&nbsp;within&nbsp;networks.&nbsp;These&nbsp;services</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ol&nbsp;channel&nbsp;to&nbsp;target&nbsp;systems&nbsp;within&nbsp;networks.&nbsp;These&nbsp;services</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">,&nbsp;such&nbsp;as&nbsp;`VNC`,&nbsp;`Team&nbsp;Viewer`,&nbsp;`AnyDesk`,&nbsp;`ScreenConnect`,&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">,&nbsp;such&nbsp;as&nbsp;`VNC`,&nbsp;`Team&nbsp;Viewer`,&nbsp;`AnyDesk`,&nbsp;`ScreenConnect`,&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">`LogMein`,&nbsp;`AmmyyAdmin`,&nbsp;and&nbsp;other&nbsp;remote&nbsp;monitoring&nbsp;and&nbsp;man</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">`LogMein`,&nbsp;`AmmyyAdmin`,&nbsp;and&nbsp;other&nbsp;remote&nbsp;monitoring&nbsp;and&nbsp;man</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">agement&nbsp;(RMM)&nbsp;tools,&nbsp;are&nbsp;commonly&nbsp;used&nbsp;as&nbsp;legitimate&nbsp;technic</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">agement&nbsp;(RMM)&nbsp;tools,&nbsp;are&nbsp;commonly&nbsp;used&nbsp;as&nbsp;legitimate&nbsp;technic</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">al&nbsp;support&nbsp;software&nbsp;and&nbsp;may&nbsp;be&nbsp;allowed&nbsp;by&nbsp;application&nbsp;contro</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">al&nbsp;support&nbsp;software&nbsp;and&nbsp;may&nbsp;be&nbsp;allowed&nbsp;by&nbsp;application&nbsp;contro</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">l&nbsp;within&nbsp;a&nbsp;target&nbsp;environment.(Citation:&nbsp;Symantec&nbsp;Living&nbsp;off</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">l&nbsp;within&nbsp;a&nbsp;target&nbsp;environment.(Citation:&nbsp;Symantec&nbsp;Living&nbsp;off</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;the&nbsp;Land)(Citation:&nbsp;CrowdStrike&nbsp;2015&nbsp;Global&nbsp;Threat&nbsp;Report)(</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;the&nbsp;Land)(Citation:&nbsp;CrowdStrike&nbsp;2015&nbsp;Global&nbsp;Threat&nbsp;Report)(</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Citation:&nbsp;CrySyS&nbsp;Blog&nbsp;TeamSpy)&nbsp;&nbsp;Remote&nbsp;access&nbsp;software&nbsp;may&nbsp;b</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Citation:&nbsp;CrySyS&nbsp;Blog&nbsp;TeamSpy)&nbsp;&nbsp;Remote&nbsp;access&nbsp;software&nbsp;may&nbsp;b</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;installed&nbsp;and&nbsp;used&nbsp;post-compromise&nbsp;as&nbsp;an&nbsp;alternate&nbsp;communi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;installed&nbsp;and&nbsp;used&nbsp;post-compromise&nbsp;as&nbsp;an&nbsp;alternate&nbsp;communi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">cations&nbsp;channel&nbsp;for&nbsp;redundant&nbsp;access&nbsp;or&nbsp;as&nbsp;a&nbsp;way&nbsp;to&nbsp;establis</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">cations&nbsp;channel&nbsp;for&nbsp;redundant&nbsp;access&nbsp;or&nbsp;as&nbsp;a&nbsp;way&nbsp;to&nbsp;establis</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">h&nbsp;an&nbsp;interactive&nbsp;remote&nbsp;desktop&nbsp;session&nbsp;with&nbsp;the&nbsp;target&nbsp;syst</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">h&nbsp;an&nbsp;interactive&nbsp;remote&nbsp;desktop&nbsp;session&nbsp;with&nbsp;the&nbsp;target&nbsp;syst</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">em.&nbsp;They&nbsp;may&nbsp;also&nbsp;be&nbsp;used&nbsp;as&nbsp;a&nbsp;component&nbsp;of&nbsp;malware&nbsp;to&nbsp;estab</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">em.&nbsp;They&nbsp;may&nbsp;also&nbsp;be&nbsp;used&nbsp;as&nbsp;a&nbsp;component&nbsp;of&nbsp;malware&nbsp;to&nbsp;estab</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">lish&nbsp;a&nbsp;reverse&nbsp;connection&nbsp;or&nbsp;back-connect&nbsp;to&nbsp;a&nbsp;service&nbsp;or&nbsp;ad</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">lish&nbsp;a&nbsp;reverse&nbsp;connection&nbsp;or&nbsp;back-connect&nbsp;to&nbsp;a&nbsp;service&nbsp;or&nbsp;ad</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">versary<span class=\"diff_chg\">&nbsp;controlled</span>&nbsp;system.&nbsp;&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;similarly&nbsp;abuse</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">versary<span class=\"diff_chg\">-controlled</span>&nbsp;system.&nbsp;&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;similarly&nbsp;abuse</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;response&nbsp;features&nbsp;included&nbsp;in&nbsp;EDR&nbsp;and&nbsp;other&nbsp;defensive&nbsp;tools</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;response&nbsp;features&nbsp;included&nbsp;in&nbsp;EDR&nbsp;and&nbsp;other&nbsp;defensive&nbsp;tools</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;that&nbsp;enable&nbsp;remote&nbsp;access.&nbsp;&nbsp;Installation&nbsp;of&nbsp;many&nbsp;remote&nbsp;acc</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;that&nbsp;enable&nbsp;remote&nbsp;access.&nbsp;&nbsp;Installation&nbsp;of&nbsp;many&nbsp;remote&nbsp;acc</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ess&nbsp;software&nbsp;may&nbsp;also&nbsp;include&nbsp;persistence&nbsp;(e.g.,&nbsp;the&nbsp;softwar</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ess&nbsp;software&nbsp;may&nbsp;also&nbsp;include&nbsp;persistence&nbsp;(e.g.,&nbsp;the&nbsp;softwar</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e's&nbsp;installation&nbsp;routine&nbsp;creates&nbsp;a&nbsp;[Windows&nbsp;Service](https:/</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e's&nbsp;installation&nbsp;routine&nbsp;creates&nbsp;a&nbsp;[Windows&nbsp;Service](https:/</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">/attack.mitre.org/techniques/T1543/003)).</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">/attack.mitre.org/techniques/T1543/003)).<span class=\"diff_add\">&nbsp;Remote&nbsp;access&nbsp;modu</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">les/features&nbsp;may&nbsp;also&nbsp;exist&nbsp;as&nbsp;part&nbsp;of&nbsp;otherwise&nbsp;existing&nbsp;so</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ftware&nbsp;(e.g.,&nbsp;Google&nbsp;Chrome\u2019s&nbsp;Remote&nbsp;Desktop).(Citation:&nbsp;Goo</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">gle&nbsp;Chrome&nbsp;Remote&nbsp;Desktop)(Citation:&nbsp;Chrome&nbsp;Remote&nbsp;Desktop)</span></td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1031: Network Intrusion Prevention",
                            "M1037: Filter Network Traffic",
                            "M1038: Execution Prevention"
                        ],
                        "new": [
                            "M1042: Disable or Remove Feature or Program"
                        ],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (Process Creation)",
                            "DS0029: Network Traffic (Network Connection Creation)",
                            "DS0029: Network Traffic (Network Traffic Content)",
                            "DS0029: Network Traffic (Network Traffic Flow)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--5b0ad6f8-6a16-4966-a4ef-d09ea6e2a9f5",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-02-25 18:26:16.994000+00:00",
                    "modified": "2024-02-26 14:21:37.818000+00:00",
                    "name": "Remote Service Session Hijacking",
                    "description": "Adversaries may take control of preexisting sessions with remote services to move laterally in an environment. Users may use valid credentials to log into a service specifically designed to accept remote connections, such as telnet, SSH, and RDP. When a user logs into a service, a session will be established that will allow them to maintain a continuous interaction with that service.\n\nAdversaries may commandeer these sessions to carry out actions on remote systems. [Remote Service Session Hijacking](https://attack.mitre.org/techniques/T1563) differs from use of [Remote Services](https://attack.mitre.org/techniques/T1021) because it hijacks an existing session rather than creating a new session using [Valid Accounts](https://attack.mitre.org/techniques/T1078).(Citation: RDP Hijacking Medium)(Citation: Breach Post-mortem SSH Hijack)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "lateral-movement"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1563",
                            "external_id": "T1563"
                        },
                        {
                            "source_name": "RDP Hijacking Medium",
                            "description": "Beaumont, K. (2017, March 19). RDP hijacking\u200a\u2014\u200ahow to hijack RDS and RemoteApp sessions transparently to move through an organisation. Retrieved December 11, 2017.",
                            "url": "https://medium.com/@networksecurity/rdp-hijacking-how-to-hijack-rds-and-remoteapp-sessions-transparently-to-move-through-an-da2a1e73a5f6"
                        },
                        {
                            "source_name": "Breach Post-mortem SSH Hijack",
                            "description": "Hodgson, M. (2019, May 8). Post-mortem and remediations for Apr 11 security incident. Retrieved February 17, 2020.",
                            "url": "https://matrix.org/blog/2019/05/08/post-mortem-and-remediations-for-apr-11-security-incident"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "Network Traffic: Network Traffic Flow",
                        "Network Traffic: Network Traffic Content",
                        "Command: Command Execution",
                        "Process: Process Creation",
                        "Logon Session: Logon Session Creation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Use of these services may be legitimate, depending upon the network environment and how it is used. Other factors, such as access patterns and activity that occurs after a remote login, may indicate suspicious or malicious behavior with that service. Monitor for user accounts logged into systems they would not normally access or access patterns to multiple systems over a relatively short period of time.\n\nMonitor for processes and command-line arguments associated with hijacking service sessions.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"dictionary_item_removed\": {\"root['x_mitre_permissions_required']\": [\"SYSTEM\", \"root\"]}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-02-26 14:21:37.818000+00:00\", \"old_value\": \"2020-03-23 23:35:58.129000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1",
                    "changelog_mitigations": {
                        "shared": [
                            "M1018: User Account Management",
                            "M1026: Privileged Account Management",
                            "M1030: Network Segmentation",
                            "M1042: Disable or Remove Feature or Program"
                        ],
                        "new": [
                            "M1027: Password Policies"
                        ],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (Process Creation)",
                            "DS0017: Command (Command Execution)",
                            "DS0028: Logon Session (Logon Session Creation)",
                            "DS0029: Network Traffic (Network Traffic Content)",
                            "DS0029: Network Traffic (Network Traffic Flow)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--54a649ff-439a-41a4-9856-8d144a2551ba",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:30:29.858000+00:00",
                    "modified": "2024-03-01 15:35:38.299000+00:00",
                    "name": "Remote Services",
                    "description": "Adversaries may use [Valid Accounts](https://attack.mitre.org/techniques/T1078) to log into a service that accepts remote connections, such as telnet, SSH, and VNC. The adversary may then perform actions as the logged-on user.\n\nIn an enterprise environment, servers and workstations can be organized into domains. Domains provide centralized identity management, allowing users to login using one set of credentials across the entire network. If an adversary is able to obtain a set of valid domain credentials, they could login to many different machines using remote access protocols such as secure shell (SSH) or remote desktop protocol (RDP).(Citation: SSH Secure Shell)(Citation: TechNet Remote Desktop Services) They could also login to accessible SaaS or IaaS services, such as those that federate their identities to the domain. \n\nLegitimate applications (such as [Software Deployment Tools](https://attack.mitre.org/techniques/T1072) and other administrative programs) may utilize [Remote Services](https://attack.mitre.org/techniques/T1021) to access remote hosts. For example, Apple Remote Desktop (ARD) on macOS is native software used for remote management. ARD leverages a blend of protocols, including [VNC](https://attack.mitre.org/techniques/T1021/005) to send the screen and control buffers and [SSH](https://attack.mitre.org/techniques/T1021/004) for secure file transfer.(Citation: Remote Management MDM macOS)(Citation: Kickstart Apple Remote Desktop commands)(Citation: Apple Remote Desktop Admin Guide 3.3) Adversaries can abuse applications such as ARD to gain remote code execution and perform lateral movement. In versions of macOS prior to 10.14, an adversary can escalate an SSH session to an ARD session which enables an adversary to accept TCC (Transparency, Consent, and Control) prompts without user interaction and gain access to data.(Citation: FireEye 2019 Apple Remote Desktop)(Citation: Lockboxx ARD 2019)(Citation: Kickstart Apple Remote Desktop commands)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "lateral-movement"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1021",
                            "external_id": "T1021"
                        },
                        {
                            "source_name": "Apple Remote Desktop Admin Guide 3.3",
                            "description": "Apple. (n.d.). Apple Remote Desktop Administrator Guide Version 3.3. Retrieved October 5, 2021.",
                            "url": "https://images.apple.com/remotedesktop/pdf/ARD_Admin_Guide_v3.3.pdf"
                        },
                        {
                            "source_name": "Remote Management MDM macOS",
                            "description": "Apple. (n.d.). Use MDM to enable Remote Management in macOS. Retrieved September 23, 2021.",
                            "url": "https://support.apple.com/en-us/HT209161"
                        },
                        {
                            "source_name": "Kickstart Apple Remote Desktop commands",
                            "description": "Apple. (n.d.). Use the kickstart command-line utility in Apple Remote Desktop. Retrieved September 23, 2021.",
                            "url": "https://support.apple.com/en-us/HT201710"
                        },
                        {
                            "source_name": "Lockboxx ARD 2019",
                            "description": "Dan Borges. (2019, July 21). MacOS Red Teaming 206: ARD (Apple Remote Desktop Protocol). Retrieved September 10, 2021.",
                            "url": "http://lockboxx.blogspot.com/2019/07/macos-red-teaming-206-ard-apple-remote.html"
                        },
                        {
                            "source_name": "FireEye 2019 Apple Remote Desktop",
                            "description": "Jake Nicastro, Willi Ballenthin. (2019, October 9). Living off the Orchard: Leveraging Apple Remote Desktop for Good and Evil. Retrieved August 16, 2021.",
                            "url": "https://www.fireeye.com/blog/threat-research/2019/10/leveraging-apple-remote-desktop-for-good-and-evil.html"
                        },
                        {
                            "source_name": "TechNet Remote Desktop Services",
                            "description": "Microsoft. (n.d.). Remote Desktop Services. Retrieved June 1, 2016.",
                            "url": "https://technet.microsoft.com/en-us/windowsserver/ee236407.aspx"
                        },
                        {
                            "source_name": "Apple Unified Log Analysis Remote Login and Screen Sharing",
                            "description": "Sarah Edwards. (2020, April 30). Analysis of Apple Unified Logs: Quarantine Edition [Entry 6] \u2013 Working From Home? Remote Logins. Retrieved August 19, 2021.",
                            "url": "https://sarah-edwards-xzkc.squarespace.com/blog/2020/4/30/analysis-of-apple-unified-logs-quarantine-edition-entry-6-working-from-home-remote-logins"
                        },
                        {
                            "source_name": "SSH Secure Shell",
                            "description": "SSH.COM. (n.d.). SSH (Secure Shell). Retrieved March 23, 2020.",
                            "url": "https://www.ssh.com/ssh"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Dan Borges, @1njection"
                    ],
                    "x_mitre_data_sources": [
                        "Module: Module Load",
                        "Network Traffic: Network Connection Creation",
                        "Command: Command Execution",
                        "Network Share: Network Share Access",
                        "WMI: WMI Creation",
                        "Logon Session: Logon Session Creation",
                        "Network Traffic: Network Traffic Flow",
                        "Process: Process Creation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Correlate use of login activity related to remote services with unusual behavior or other malicious or suspicious activity. Adversaries will likely need to learn about an environment and the relationships between systems through Discovery techniques prior to attempting Lateral Movement. \n\nUse of applications such as ARD may be legitimate depending on the environment and how it\u2019s used. Other factors, such as access patterns and activity that occurs after a remote login, may indicate suspicious or malicious behavior using these applications. Monitor for user accounts logged into systems they would not normally access or access patterns to multiple systems over a relatively short period of time. \n\nIn macOS, you can review logs for \"screensharingd\" and \"Authentication\" event messages. Monitor network connections regarding remote management (ports tcp:3283 and tcp:5900) and for remote login (port tcp:22).(Citation: Lockboxx ARD 2019)(Citation: Apple Unified Log Analysis Remote Login and Screen Sharing)",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows",
                        "IaaS"
                    ],
                    "x_mitre_system_requirements": [
                        "Active remote service accepting connections and valid credentials"
                    ],
                    "x_mitre_version": "1.5",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-03-01 15:35:38.299000+00:00\", \"old_value\": \"2023-06-02 15:31:40.498000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.5\", \"old_value\": \"1.4\"}}}",
                    "previous_version": "1.4",
                    "version_change": "1.4 \u2192 1.5",
                    "changelog_mitigations": {
                        "shared": [
                            "M1018: User Account Management",
                            "M1032: Multi-factor Authentication",
                            "M1042: Disable or Remove Feature or Program"
                        ],
                        "new": [
                            "M1027: Password Policies",
                            "M1035: Limit Access to Resource Over Network",
                            "M1047: Audit"
                        ],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0005: WMI (WMI Creation)",
                            "DS0009: Process (Process Creation)",
                            "DS0011: Module (Module Load)",
                            "DS0017: Command (Command Execution)",
                            "DS0028: Logon Session (Logon Session Creation)",
                            "DS0029: Network Traffic (Network Connection Creation)",
                            "DS0029: Network Traffic (Network Traffic Flow)",
                            "DS0033: Network Share (Network Share Access)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--cd25c1b4-935c-4f0e-ba8d-552f28bc4783",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-04-17 14:50:05.682000+00:00",
                    "modified": "2024-02-14 21:00:00.467000+00:00",
                    "name": "Resource Hijacking",
                    "description": "Adversaries may leverage the resources of co-opted systems to complete resource-intensive tasks, which may impact system and/or hosted service availability. \n\nOne common purpose for Resource Hijacking is to validate transactions of cryptocurrency networks and earn virtual currency. Adversaries may consume enough system resources to negatively impact and/or cause affected machines to become unresponsive.(Citation: Kaspersky Lazarus Under The Hood Blog 2017) Servers and cloud-based systems are common targets because of the high potential for available resources, but user endpoint systems may also be compromised and used for Resource Hijacking and cryptocurrency mining.(Citation: CloudSploit - Unused AWS Regions) Containerized environments may also be targeted due to the ease of deployment via exposed APIs and the potential for scaling mining activities by deploying or compromising multiple containers within an environment or cluster.(Citation: Unit 42 Hildegard Malware)(Citation: Trend Micro Exposed Docker APIs)\n\nAdditionally, some cryptocurrency mining malware identify then kill off processes for competing malware to ensure it\u2019s not competing for resources.(Citation: Trend Micro War of Crypto Miners)\n\nAdversaries may also use malware that leverages a system's network bandwidth as part of a botnet in order to facilitate [Network Denial of Service](https://attack.mitre.org/techniques/T1498) campaigns and/or to seed malicious torrents.(Citation: GoBotKR) Alternatively, they may engage in proxyjacking by selling use of the victims' network bandwidth and IP address to proxyware services.(Citation: Sysdig Proxyjacking)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "impact"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1496",
                            "external_id": "T1496"
                        },
                        {
                            "source_name": "Unit 42 Hildegard Malware",
                            "description": "Chen, J. et al. (2021, February 3). Hildegard: New TeamTNT Cryptojacking Malware Targeting Kubernetes. Retrieved April 5, 2021.",
                            "url": "https://unit42.paloaltonetworks.com/hildegard-malware-teamtnt/"
                        },
                        {
                            "source_name": "CloudSploit - Unused AWS Regions",
                            "description": "CloudSploit. (2019, June 8). The Danger of Unused AWS Regions. Retrieved October 8, 2019.",
                            "url": "https://medium.com/cloudsploit/the-danger-of-unused-aws-regions-af0bf1b878fc"
                        },
                        {
                            "source_name": "Sysdig Proxyjacking",
                            "description": "Crystal Morin. (2023, April 4). Proxyjacking has Entered the Chat. Retrieved July 6, 2023.",
                            "url": "https://sysdig.com/blog/proxyjacking-attackers-log4j-exploited/"
                        },
                        {
                            "source_name": "Kaspersky Lazarus Under The Hood Blog 2017",
                            "description": "GReAT. (2017, April 3). Lazarus Under the Hood. Retrieved April 17, 2019.",
                            "url": "https://securelist.com/lazarus-under-the-hood/77908/"
                        },
                        {
                            "source_name": "Trend Micro Exposed Docker APIs",
                            "description": "Oliveira, A. (2019, May 30). Infected Containers Target Docker via Exposed APIs. Retrieved April 6, 2021.",
                            "url": "https://www.trendmicro.com/en_us/research/19/e/infected-cryptocurrency-mining-containers-target-docker-hosts-with-exposed-apis-use-shodan-to-find-additional-victims.html"
                        },
                        {
                            "source_name": "Trend Micro War of Crypto Miners",
                            "description": "Oliveira, A., Fiser, D. (2020, September 10). War of Linux Cryptocurrency Miners: A Battle for Resources. Retrieved April 6, 2021.",
                            "url": "https://www.trendmicro.com/en_us/research/20/i/war-of-linux-cryptocurrency-miners-a-battle-for-resources.html"
                        },
                        {
                            "source_name": "GoBotKR",
                            "description": "Zuzana Hromcov\u00e1. (2019, July 8). Malicious campaign targets South Korean users with backdoor\u2011laced torrents. Retrieved March 31, 2022.",
                            "url": "https://www.welivesecurity.com/2019/07/08/south-korean-users-backdoor-torrents/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "David Fiser, @anu4is, Trend Micro",
                        "Alfredo Oliveira, Trend Micro",
                        "Jay Chen, Palo Alto Networks",
                        "Magno Logan, @magnologan, Trend Micro",
                        "Vishwas Manral, McAfee",
                        "Yossi Weizman, Azure Defender Research Team",
                        "Goldstein Menachem"
                    ],
                    "x_mitre_data_sources": [
                        "Network Traffic: Network Traffic Content",
                        "Network Traffic: Network Traffic Flow",
                        "File: File Creation",
                        "Network Traffic: Network Connection Creation",
                        "Sensor Health: Host Status",
                        "Process: Process Creation",
                        "Command: Command Execution"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Consider monitoring process resource usage to determine anomalous activity associated with malicious hijacking of computer resources such as CPU, memory, and graphics processing resources. Monitor for suspicious use of network resources associated with cryptocurrency mining software. Monitor for common cryptomining software process names and files on local systems that may indicate compromise and resource usage.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_impact_type": [
                        "Availability"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows",
                        "IaaS",
                        "Linux",
                        "macOS",
                        "Containers"
                    ],
                    "x_mitre_version": "1.5",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-02-14 21:00:00.467000+00:00\", \"old_value\": \"2023-10-02 01:11:32.822000+00:00\"}, \"root['external_references'][2]['url']\": {\"new_value\": \"https://medium.com/cloudsploit/the-danger-of-unused-aws-regions-af0bf1b878fc\", \"old_value\": \"https://blog.cloudsploit.com/the-danger-of-unused-aws-regions-af0bf1b878fc\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.5\", \"old_value\": \"1.4\"}}, \"iterable_item_added\": {\"root['x_mitre_data_sources'][0]\": \"Network Traffic: Network Traffic Content\"}}",
                    "previous_version": "1.4",
                    "version_change": "1.4 \u2192 1.5",
                    "changelog_mitigations": {
                        "shared": [],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (Process Creation)",
                            "DS0013: Sensor Health (Host Status)",
                            "DS0017: Command (Command Execution)",
                            "DS0022: File (File Creation)",
                            "DS0029: Network Traffic (Network Connection Creation)",
                            "DS0029: Network Traffic (Network Traffic Flow)"
                        ],
                        "new": [
                            "DS0029: Network Traffic (Network Traffic Content)"
                        ],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--35dd844a-b219-4e2b-a6bb-efa9a75995a9",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:30:46.977000+00:00",
                    "modified": "2024-03-01 15:29:46.832000+00:00",
                    "name": "Scheduled Task/Job",
                    "description": "Adversaries may abuse task scheduling functionality to facilitate initial or recurring execution of malicious code. Utilities exist within all major operating systems to schedule programs or scripts to be executed at a specified date and time. A task can also be scheduled on a remote system, provided the proper authentication is met (ex: RPC and file and printer sharing in Windows environments). Scheduling a task on a remote system typically may require being a member of an admin or otherwise privileged group on the remote system.(Citation: TechNet Task Scheduler Security)\n\nAdversaries may use task scheduling to execute programs at system startup or on a scheduled basis for persistence. These mechanisms can also be abused to run a process under the context of a specified account (such as one with elevated permissions/privileges). Similar to [System Binary Proxy Execution](https://attack.mitre.org/techniques/T1218), adversaries have also abused task scheduling to potentially mask one-time execution under a trusted system process.(Citation: ProofPoint Serpent)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "execution"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "persistence"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "privilege-escalation"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1053",
                            "external_id": "T1053"
                        },
                        {
                            "source_name": "ProofPoint Serpent",
                            "description": "Campbell, B. et al. (2022, March 21). Serpent, No Swiping! New Backdoor Targets French Entities with Unique Attack Chain. Retrieved April 11, 2022.",
                            "url": "https://www.proofpoint.com/us/blog/threat-insight/serpent-no-swiping-new-backdoor-targets-french-entities-unique-attack-chain"
                        },
                        {
                            "source_name": "TechNet Task Scheduler Security",
                            "description": "Microsoft. (2005, January 21). Task Scheduler and security. Retrieved June 8, 2016.",
                            "url": "https://technet.microsoft.com/en-us/library/cc785125.aspx"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Prashant Verma, Paladion",
                        "Leo Loobeek, @leoloobeek",
                        "Travis Smith, Tripwire",
                        "Alain Homewood, Insomnia Security",
                        "Andrew Northern, @ex_raritas",
                        "Bryan Campbell, @bry_campbell",
                        "Zachary Abzug, @ZackDoesML",
                        "Selena Larson, @selenalarson"
                    ],
                    "x_mitre_data_sources": [
                        "Scheduled Job: Scheduled Job Creation",
                        "File: File Creation",
                        "Process: Process Creation",
                        "Container: Container Creation",
                        "Command: Command Execution",
                        "File: File Modification"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor scheduled task creation from common utilities using command-line invocation. Legitimate scheduled tasks may be created during installation of new software or through system administration functions. Look for changes to tasks that do not correlate with known software, patch cycles, etc. \n\nSuspicious program execution through scheduled tasks may show up as outlier processes that have not been seen before when compared against historical data. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as network connections made for Command and Control, learning details about the environment through Discovery, and Lateral Movement.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_effective_permissions": [
                        "SYSTEM",
                        "Administrator",
                        "User"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_permissions_required": [
                        "Administrator",
                        "SYSTEM",
                        "User"
                    ],
                    "x_mitre_platforms": [
                        "Windows",
                        "Linux",
                        "macOS",
                        "Containers"
                    ],
                    "x_mitre_remote_support": true,
                    "x_mitre_version": "2.3",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-03-01 15:29:46.832000+00:00\", \"old_value\": \"2023-03-30 21:01:52.697000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.3\", \"old_value\": \"2.2\"}}}",
                    "previous_version": "2.2",
                    "version_change": "2.2 \u2192 2.3",
                    "changelog_mitigations": {
                        "shared": [
                            "M1018: User Account Management",
                            "M1026: Privileged Account Management",
                            "M1028: Operating System Configuration",
                            "M1047: Audit"
                        ],
                        "new": [
                            "M1022: Restrict File and Directory Permissions"
                        ],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0003: Scheduled Job (Scheduled Job Creation)",
                            "DS0009: Process (Process Creation)",
                            "DS0017: Command (Command Execution)",
                            "DS0022: File (File Creation)",
                            "DS0022: File (File Modification)",
                            "DS0032: Container (Container Creation)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--f3d95a1f-bba2-44ce-9af7-37866cd63fd0",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-11-27 13:52:45.853000+00:00",
                    "modified": "2023-11-15 14:38:10.876000+00:00",
                    "name": "At",
                    "description": "Adversaries may abuse the [at](https://attack.mitre.org/software/S0110) utility to perform task scheduling for initial or recurring execution of malicious code. The [at](https://attack.mitre.org/software/S0110) utility exists as an executable within Windows, Linux, and macOS for scheduling tasks at a specified time and date. Although deprecated in favor of [Scheduled Task](https://attack.mitre.org/techniques/T1053/005)'s [schtasks](https://attack.mitre.org/software/S0111) in Windows environments, using [at](https://attack.mitre.org/software/S0110) requires that the Task Scheduler service be running, and the user to be logged on as a member of the local Administrators group.\n\nOn Linux and macOS, [at](https://attack.mitre.org/software/S0110) may be invoked by the superuser as well as any users added to the <code>at.allow</code> file. If the <code>at.allow</code> file does not exist, the <code>at.deny</code> file is checked. Every username not listed in <code>at.deny</code> is allowed to invoke [at](https://attack.mitre.org/software/S0110). If the <code>at.deny</code> exists and is empty, global use of [at](https://attack.mitre.org/software/S0110) is permitted. If neither file exists (which is often the baseline) only the superuser is allowed to use [at](https://attack.mitre.org/software/S0110).(Citation: Linux at)\n\nAdversaries may use [at](https://attack.mitre.org/software/S0110) to execute programs at system startup or on a scheduled basis for [Persistence](https://attack.mitre.org/tactics/TA0003). [at](https://attack.mitre.org/software/S0110) can also be abused to conduct remote [Execution](https://attack.mitre.org/tactics/TA0002) as part of [Lateral Movement](https://attack.mitre.org/tactics/TA0008) and/or to run a process under the context of a specified account (such as SYSTEM).\n\nIn Linux environments, adversaries may also abuse [at](https://attack.mitre.org/software/S0110) to break out of restricted environments by using a task to spawn an interactive system shell or to run system commands. Similarly, [at](https://attack.mitre.org/software/S0110) may also be used for [Privilege Escalation](https://attack.mitre.org/tactics/TA0004) if the binary is allowed to run as superuser via <code>sudo</code>.(Citation: GTFObins at)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "execution"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "persistence"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "privilege-escalation"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1053/002",
                            "external_id": "T1053.002"
                        },
                        {
                            "source_name": "rowland linux at 2019",
                            "description": "Craig Rowland. (2019, July 25). Getting an Attacker IP Address from a Malicious Linux At Job. Retrieved October 15, 2021.",
                            "url": "https://www.linkedin.com/pulse/getting-attacker-ip-address-from-malicious-linux-job-craig-rowland/"
                        },
                        {
                            "source_name": "GTFObins at",
                            "description": "Emilio Pinna, Andrea Cardaci. (n.d.). gtfobins at. Retrieved September 28, 2021.",
                            "url": "https://gtfobins.github.io/gtfobins/at/"
                        },
                        {
                            "source_name": "Linux at",
                            "description": "IEEE/The Open Group. (2017). at(1p) \u2014 Linux manual page. Retrieved February 25, 2022.",
                            "url": "https://man7.org/linux/man-pages/man1/at.1p.html"
                        },
                        {
                            "source_name": "Twitter Leoloobeek Scheduled Task",
                            "description": "Loobeek, L. (2017, December 8). leoloobeek Status. Retrieved December 12, 2017.",
                            "url": "https://twitter.com/leoloobeek/status/939248813465853953"
                        },
                        {
                            "source_name": "Microsoft Scheduled Task Events Win10",
                            "description": "Microsoft. (2017, May 28). Audit Other Object Access Events. Retrieved June 27, 2019.",
                            "url": "https://docs.microsoft.com/en-us/windows/security/threat-protection/auditing/audit-other-object-access-events"
                        },
                        {
                            "source_name": "TechNet Scheduled Task Events",
                            "description": "Microsoft. (n.d.). General Task Registration. Retrieved December 12, 2017.",
                            "url": "https://technet.microsoft.com/library/dd315590.aspx"
                        },
                        {
                            "source_name": "TechNet Autoruns",
                            "description": "Russinovich, M. (2016, January 4). Autoruns for Windows v13.51. Retrieved June 6, 2016.",
                            "url": "https://technet.microsoft.com/en-us/sysinternals/bb963902"
                        },
                        {
                            "source_name": "TechNet Forum Scheduled Task Operational Setting",
                            "description": "Satyajit321. (2015, November 3). Scheduled Tasks History Retention settings. Retrieved December 12, 2017.",
                            "url": "https://social.technet.microsoft.com/Forums/en-US/e5bca729-52e7-4fcb-ba12-3225c564674c/scheduled-tasks-history-retention-settings?forum=winserver8gen"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "Command: Command Execution",
                        "Scheduled Job: Scheduled Job Creation",
                        "Network Traffic: Network Traffic Flow",
                        "Process: Process Creation",
                        "File: File Modification"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor process execution from the svchost.exe in Windows 10 and the Windows Task Scheduler taskeng.exe for older versions of Windows. (Citation: Twitter Leoloobeek Scheduled Task) If scheduled tasks are not used for persistence, then the adversary is likely to remove the task when the action is complete. Monitor Windows Task Scheduler stores in %systemroot%\\System32\\Tasks for change entries related to scheduled tasks that do not correlate with known software, patch cycles, etc.\n\nConfigure event logging for scheduled task creation and changes by enabling the \"Microsoft-Windows-TaskScheduler/Operational\" setting within the event logging service. (Citation: TechNet Forum Scheduled Task Operational Setting) Several events will then be logged on scheduled task activity, including: (Citation: TechNet Scheduled Task Events)(Citation: Microsoft Scheduled Task Events Win10)\n\n* Event ID 106 on Windows 7, Server 2008 R2 - Scheduled task registered\n* Event ID 140 on Windows 7, Server 2008 R2 / 4702 on Windows 10, Server 2016 - Scheduled task updated\n* Event ID 141 on Windows 7, Server 2008 R2 / 4699 on Windows 10, Server 2016 - Scheduled task deleted\n* Event ID 4698 on Windows 10, Server 2016 - Scheduled task created\n* Event ID 4700 on Windows 10, Server 2016 - Scheduled task enabled\n* Event ID 4701 on Windows 10, Server 2016 - Scheduled task disabled\n\nTools such as Sysinternals Autoruns may also be used to detect system changes that could be attempts at persistence, including listing current scheduled tasks. (Citation: TechNet Autoruns)\n\nRemote access tools with built-in features may interact directly with the Windows API to perform these functions outside of typical system utilities. Tasks may also be created through Windows system management tools such as [Windows Management Instrumentation](https://attack.mitre.org/techniques/T1047) and [PowerShell](https://attack.mitre.org/techniques/T1059/001), so additional logging may need to be configured to gather the appropriate data.\n\nIn Linux and macOS environments, monitor scheduled task creation using command-line invocation. Legitimate scheduled tasks may be created during installation of new software or through system administration functions. Look for changes to tasks that do not correlate with known software, patch cycles, etc. \n\nReview all jobs using the <code>atq</code> command and ensure IP addresses stored in the <code>SSH_CONNECTION</code> and <code>SSH_CLIENT</code> variables, machines that created the jobs, are trusted hosts. All [at](https://attack.mitre.org/software/S0110) jobs are stored in <code>/var/spool/cron/atjobs/</code>.(Citation: rowland linux at 2019)\n\nSuspicious program execution through scheduled tasks may show up as outlier processes that have not been seen before when compared against historical data. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as network connections made for [Command and Control](https://attack.mitre.org/tactics/TA0011), learning details about the environment through [Discovery](https://attack.mitre.org/tactics/TA0007), and [Lateral Movement](https://attack.mitre.org/tactics/TA0008).",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_permissions_required": [
                        "Administrator",
                        "User"
                    ],
                    "x_mitre_platforms": [
                        "Windows",
                        "Linux",
                        "macOS"
                    ],
                    "x_mitre_remote_support": true,
                    "x_mitre_version": "2.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2023-11-15 14:38:10.876000+00:00\", \"old_value\": \"2023-08-11 21:13:52.767000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.2\", \"old_value\": \"2.1\"}}}",
                    "previous_version": "2.1",
                    "version_change": "2.1 \u2192 2.2",
                    "changelog_mitigations": {
                        "shared": [
                            "M1018: User Account Management",
                            "M1026: Privileged Account Management",
                            "M1028: Operating System Configuration",
                            "M1047: Audit"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0003: Scheduled Job (Scheduled Job Creation)",
                            "DS0009: Process (Process Creation)",
                            "DS0017: Command (Command Execution)",
                            "DS0022: File (File Modification)",
                            "DS0029: Network Traffic (Network Traffic Flow)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--005a06c6-14bf-4118-afa0-ebcd8aebb0c9",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-11-27 14:58:00.429000+00:00",
                    "modified": "2023-11-15 14:33:53.354000+00:00",
                    "name": "Scheduled Task",
                    "description": "Adversaries may abuse the Windows Task Scheduler to perform task scheduling for initial or recurring execution of malicious code. There are multiple ways to access the Task Scheduler in Windows. The [schtasks](https://attack.mitre.org/software/S0111) utility can be run directly on the command line, or the Task Scheduler can be opened through the GUI within the Administrator Tools section of the Control Panel. In some cases, adversaries have used a .NET wrapper for the Windows Task Scheduler, and alternatively, adversaries have used the Windows netapi32 library to create a scheduled task.\n\nThe deprecated [at](https://attack.mitre.org/software/S0110) utility could also be abused by adversaries (ex: [At](https://attack.mitre.org/techniques/T1053/002)), though <code>at.exe</code> can not access tasks created with <code>schtasks</code> or the Control Panel.\n\nAn adversary may use Windows Task Scheduler to execute programs at system startup or on a scheduled basis for persistence. The Windows Task Scheduler can also be abused to conduct remote Execution as part of Lateral Movement and/or to run a process under the context of a specified account (such as SYSTEM). Similar to [System Binary Proxy Execution](https://attack.mitre.org/techniques/T1218), adversaries have also abused the Windows Task Scheduler to potentially mask one-time execution under signed/trusted system processes.(Citation: ProofPoint Serpent)\n\nAdversaries may also create \"hidden\" scheduled tasks (i.e. [Hide Artifacts](https://attack.mitre.org/techniques/T1564)) that may not be visible to defender tools and manual queries used to enumerate tasks. Specifically, an adversary may hide a task from `schtasks /query` and the Task Scheduler by deleting the associated Security Descriptor (SD) registry value (where deletion of this value must be completed using SYSTEM permissions).(Citation: SigmaHQ)(Citation: Tarrask scheduled task) Adversaries may also employ alternate methods to hide tasks, such as altering the metadata (e.g., `Index` value) within associated registry keys.(Citation: Defending Against Scheduled Task Attacks in Windows Environments) ",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "execution"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "persistence"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "privilege-escalation"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1053/005",
                            "external_id": "T1053.005"
                        },
                        {
                            "source_name": "ProofPoint Serpent",
                            "description": "Campbell, B. et al. (2022, March 21). Serpent, No Swiping! New Backdoor Targets French Entities with Unique Attack Chain. Retrieved April 11, 2022.",
                            "url": "https://www.proofpoint.com/us/blog/threat-insight/serpent-no-swiping-new-backdoor-targets-french-entities-unique-attack-chain"
                        },
                        {
                            "source_name": "Defending Against Scheduled Task Attacks in Windows Environments",
                            "description": "Harshal Tupsamudre. (2022, June 20). Defending Against Scheduled Tasks. Retrieved July 5, 2022.",
                            "url": "https://blog.qualys.com/vulnerabilities-threat-research/2022/06/20/defending-against-scheduled-task-attacks-in-windows-environments"
                        },
                        {
                            "source_name": "Twitter Leoloobeek Scheduled Task",
                            "description": "Loobeek, L. (2017, December 8). leoloobeek Status. Retrieved December 12, 2017.",
                            "url": "https://twitter.com/leoloobeek/status/939248813465853953"
                        },
                        {
                            "source_name": "Tarrask scheduled task",
                            "description": "Microsoft Threat Intelligence Team & Detection and Response Team . (2022, April 12). Tarrask malware uses scheduled tasks for defense evasion. Retrieved June 1, 2022.",
                            "url": "https://www.microsoft.com/security/blog/2022/04/12/tarrask-malware-uses-scheduled-tasks-for-defense-evasion/"
                        },
                        {
                            "source_name": "Microsoft Scheduled Task Events Win10",
                            "description": "Microsoft. (2017, May 28). Audit Other Object Access Events. Retrieved June 27, 2019.",
                            "url": "https://docs.microsoft.com/en-us/windows/security/threat-protection/auditing/audit-other-object-access-events"
                        },
                        {
                            "source_name": "TechNet Scheduled Task Events",
                            "description": "Microsoft. (n.d.). General Task Registration. Retrieved December 12, 2017.",
                            "url": "https://technet.microsoft.com/library/dd315590.aspx"
                        },
                        {
                            "source_name": "TechNet Autoruns",
                            "description": "Russinovich, M. (2016, January 4). Autoruns for Windows v13.51. Retrieved June 6, 2016.",
                            "url": "https://technet.microsoft.com/en-us/sysinternals/bb963902"
                        },
                        {
                            "source_name": "TechNet Forum Scheduled Task Operational Setting",
                            "description": "Satyajit321. (2015, November 3). Scheduled Tasks History Retention settings. Retrieved December 12, 2017.",
                            "url": "https://social.technet.microsoft.com/Forums/en-US/e5bca729-52e7-4fcb-ba12-3225c564674c/scheduled-tasks-history-retention-settings?forum=winserver8gen"
                        },
                        {
                            "source_name": "SigmaHQ",
                            "description": "Sittikorn S. (2022, April 15). Removal Of SD Value to Hide Schedule Task - Registry. Retrieved June 1, 2022.",
                            "url": "https://github.com/SigmaHQ/sigma/blob/master/rules/windows/registry/registry_delete/registry_delete_schtasks_hide_task_via_sd_value_removal.yml"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Andrew Northern, @ex_raritas",
                        "Bryan Campbell, @bry_campbell",
                        "Zachary Abzug, @ZackDoesML",
                        "Selena Larson, @selenalarson",
                        "Sittikorn Sangrattanapitak"
                    ],
                    "x_mitre_data_sources": [
                        "Windows Registry: Windows Registry Key Creation",
                        "File: File Modification",
                        "File: File Creation",
                        "Process: Process Creation",
                        "Command: Command Execution",
                        "Network Traffic: Network Traffic Flow",
                        "Scheduled Job: Scheduled Job Creation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor process execution from the <code>svchost.exe</code> in Windows 10 and the Windows Task Scheduler <code>taskeng.exe</code> for older versions of Windows. (Citation: Twitter Leoloobeek Scheduled Task) If scheduled tasks are not used for persistence, then the adversary is likely to remove the task when the action is complete. Monitor Windows Task Scheduler stores in %systemroot%\\System32\\Tasks for change entries related to scheduled tasks that do not correlate with known software, patch cycles, etc.\n\nConfigure event logging for scheduled task creation and changes by enabling the \"Microsoft-Windows-TaskScheduler/Operational\" setting within the event logging service. (Citation: TechNet Forum Scheduled Task Operational Setting) Several events will then be logged on scheduled task activity, including: (Citation: TechNet Scheduled Task Events)(Citation: Microsoft Scheduled Task Events Win10)\n\n* Event ID 106 on Windows 7, Server 2008 R2 - Scheduled task registered\n* Event ID 140 on Windows 7, Server 2008 R2 / 4702 on Windows 10, Server 2016 - Scheduled task updated\n* Event ID 141 on Windows 7, Server 2008 R2 / 4699 on Windows 10, Server 2016 - Scheduled task deleted\n* Event ID 4698 on Windows 10, Server 2016 - Scheduled task created\n* Event ID 4700 on Windows 10, Server 2016 - Scheduled task enabled\n* Event ID 4701 on Windows 10, Server 2016 - Scheduled task disabled\n\nTools such as Sysinternals Autoruns may also be used to detect system changes that could be attempts at persistence, including listing current scheduled tasks. (Citation: TechNet Autoruns)\n\nRemote access tools with built-in features may interact directly with the Windows API to perform these functions outside of typical system utilities. Tasks may also be created through Windows system management tools such as Windows Management Instrumentation and PowerShell, so additional logging may need to be configured to gather the appropriate data.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_permissions_required": [
                        "Administrator"
                    ],
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_remote_support": true,
                    "x_mitre_version": "1.5",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2023-11-15 14:33:53.354000+00:00\", \"old_value\": \"2023-08-11 21:20:10.882000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.5\", \"old_value\": \"1.4\"}}}",
                    "previous_version": "1.4",
                    "version_change": "1.4 \u2192 1.5",
                    "changelog_mitigations": {
                        "shared": [
                            "M1018: User Account Management",
                            "M1026: Privileged Account Management",
                            "M1028: Operating System Configuration",
                            "M1047: Audit"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0003: Scheduled Job (Scheduled Job Creation)",
                            "DS0009: Process (Process Creation)",
                            "DS0017: Command (Command Execution)",
                            "DS0022: File (File Creation)",
                            "DS0022: File (File Modification)",
                            "DS0024: Windows Registry (Windows Registry Key Creation)",
                            "DS0029: Network Traffic (Network Traffic Flow)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--5d0d3609-d06d-49e1-b9c9-b544e0c618cb",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-12-13 16:46:18.927000+00:00",
                    "modified": "2024-04-16 12:45:06.434000+00:00",
                    "name": "Web Shell",
                    "description": "Adversaries may backdoor web servers with web shells to establish persistent access to systems. A Web shell is a Web script that is placed on an openly accessible Web server to allow an adversary to access the Web server as a gateway into a network. A Web shell may provide a set of functions to execute or a command-line interface on the system that hosts the Web server.(Citation: volexity_0day_sophos_FW)\n\nIn addition to a server-side script, a Web shell may have a client interface program that is used to talk to the Web server (e.g. [China Chopper](https://attack.mitre.org/software/S0020) Web shell client).(Citation: Lee 2013)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "persistence"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1505/003",
                            "external_id": "T1505.003"
                        },
                        {
                            "source_name": "NSA Cyber Mitigating Web Shells",
                            "description": " NSA Cybersecurity Directorate. (n.d.). Mitigating Web Shells. Retrieved July 22, 2021.",
                            "url": "https://github.com/nsacyber/Mitigating-Web-Shells"
                        },
                        {
                            "source_name": "volexity_0day_sophos_FW",
                            "description": "Adair, S., Lancaster, T., Volexity Threat Research. (2022, June 15). DriftingCloud: Zero-Day Sophos Firewall Exploitation and an Insidious Breach. Retrieved July 1, 2022.",
                            "url": "https://www.volexity.com/blog/2022/06/15/driftingcloud-zero-day-sophos-firewall-exploitation-and-an-insidious-breach/"
                        },
                        {
                            "source_name": "Lee 2013",
                            "description": "Lee, T., Hanzlik, D., Ahl, I. (2013, August 7). Breaking Down the China Chopper Web Shell - Part I. Retrieved March 27, 2015.",
                            "url": "https://www.fireeye.com/blog/threat-research/2013/08/breaking-down-the-china-chopper-web-shell-part-i.html"
                        },
                        {
                            "source_name": "US-CERT Alert TA15-314A Web Shells",
                            "description": "US-CERT. (2015, November 13). Compromised Web Servers and Web Shells - Threat Awareness and Guidance. Retrieved June 8, 2016.",
                            "url": "https://www.us-cert.gov/ncas/alerts/TA15-314A"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Arnim Rupp, Deutsche Lufthansa AG"
                    ],
                    "x_mitre_data_sources": [
                        "Application Log: Application Log Content",
                        "Process: Process Creation",
                        "File: File Creation",
                        "Network Traffic: Network Traffic Content",
                        "Network Traffic: Network Traffic Flow",
                        "File: File Modification"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Web shells can be difficult to detect. Unlike other forms of persistent remote access, they do not initiate connections. The portion of the Web shell that is on the server may be small and innocuous looking. The PHP version of the China Chopper Web shell, for example, is the following short payload: (Citation: Lee 2013) \n\n<code>&lt;?php @eval($_POST['password']);&gt;</code>\n\nNevertheless, detection mechanisms exist. Process monitoring may be used to detect Web servers that perform suspicious actions such as spawning cmd.exe or accessing files that are not in the Web directory.(Citation: NSA Cyber Mitigating Web Shells)\n\nFile monitoring may be used to detect changes to files in the Web directory of a Web server that do not match with updates to the Web server's content and may indicate implantation of a Web shell script.(Citation: NSA Cyber Mitigating Web Shells)\n\nLog authentication attempts to the server and any unusual traffic patterns to or from the server and internal network. (Citation: US-CERT Alert TA15-314A Web Shells)",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "Windows",
                        "macOS",
                        "Network"
                    ],
                    "x_mitre_version": "1.4",
                    "detailed_diff": "{\"dictionary_item_removed\": {\"root['x_mitre_system_requirements']\": [\"Adversary access to Web server with vulnerability or account to upload and serve the Web shell file.\"]}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-16 12:45:06.434000+00:00\", \"old_value\": \"2023-03-30 21:01:53.223000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may backdoor web servers with web shells to establish persistent access to systems. A Web shell is a Web script that is placed on an openly accessible Web server to allow an adversary to access the Web server as a gateway into a network. A Web shell may provide a set of functions to execute or a command-line interface on the system that hosts the Web server.(Citation: volexity_0day_sophos_FW)\\n\\nIn addition to a server-side script, a Web shell may have a client interface program that is used to talk to the Web server (e.g. [China Chopper](https://attack.mitre.org/software/S0020) Web shell client).(Citation: Lee 2013)\", \"old_value\": \"Adversaries may backdoor web servers with web shells to establish persistent access to systems. A Web shell is a Web script that is placed on an openly accessible Web server to allow an adversary to use the Web server as a gateway into a network. A Web shell may provide a set of functions to execute or a command-line interface on the system that hosts the Web server.(Citation: volexity_0day_sophos_FW)\\n\\nIn addition to a server-side script, a Web shell may have a client interface program that is used to talk to the Web server (e.g. [China Chopper](https://attack.mitre.org/software/S0020) Web shell client).(Citation: Lee 2013)\", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,3 @@\\n-Adversaries may backdoor web servers with web shells to establish persistent access to systems. A Web shell is a Web script that is placed on an openly accessible Web server to allow an adversary to use the Web server as a gateway into a network. A Web shell may provide a set of functions to execute or a command-line interface on the system that hosts the Web server.(Citation: volexity_0day_sophos_FW)\\n+Adversaries may backdoor web servers with web shells to establish persistent access to systems. A Web shell is a Web script that is placed on an openly accessible Web server to allow an adversary to access the Web server as a gateway into a network. A Web shell may provide a set of functions to execute or a command-line interface on the system that hosts the Web server.(Citation: volexity_0day_sophos_FW)\\n \\n In addition to a server-side script, a Web shell may have a client interface program that is used to talk to the Web server (e.g. [China Chopper](https://attack.mitre.org/software/S0020) Web shell client).(Citation: Lee 2013)\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.4\", \"old_value\": \"1.3\"}}}",
                    "previous_version": "1.3",
                    "version_change": "1.3 \u2192 1.4",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to87__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to87__0\"><a href=\"#difflib_chg_to87__top\">t</a></td><td class=\"diff_header\" id=\"from87_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;backdoor&nbsp;web&nbsp;servers&nbsp;with&nbsp;web&nbsp;shells&nbsp;to&nbsp;esta</td><td class=\"diff_next\"><a href=\"#difflib_chg_to87__top\">t</a></td><td class=\"diff_header\" id=\"to87_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;backdoor&nbsp;web&nbsp;servers&nbsp;with&nbsp;web&nbsp;shells&nbsp;to&nbsp;esta</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">blish&nbsp;persistent&nbsp;access&nbsp;to&nbsp;systems.&nbsp;A&nbsp;Web&nbsp;shell&nbsp;is&nbsp;a&nbsp;Web&nbsp;scr</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">blish&nbsp;persistent&nbsp;access&nbsp;to&nbsp;systems.&nbsp;A&nbsp;Web&nbsp;shell&nbsp;is&nbsp;a&nbsp;Web&nbsp;scr</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ipt&nbsp;that&nbsp;is&nbsp;placed&nbsp;on&nbsp;an&nbsp;openly&nbsp;accessible&nbsp;Web&nbsp;server&nbsp;to&nbsp;all</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ipt&nbsp;that&nbsp;is&nbsp;placed&nbsp;on&nbsp;an&nbsp;openly&nbsp;accessible&nbsp;Web&nbsp;server&nbsp;to&nbsp;all</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ow&nbsp;an&nbsp;adversary&nbsp;to&nbsp;<span class=\"diff_chg\">use&nbsp;the&nbsp;Web&nbsp;server&nbsp;as&nbsp;a</span>&nbsp;gateway&nbsp;into&nbsp;a&nbsp;ne</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ow&nbsp;an&nbsp;adversary&nbsp;to&nbsp;<span class=\"diff_chg\">access&nbsp;the&nbsp;Web&nbsp;server&nbsp;as&nbsp;a</span>&nbsp;gateway&nbsp;into&nbsp;a</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">twork.&nbsp;A&nbsp;Web&nbsp;shell&nbsp;may&nbsp;provide&nbsp;a&nbsp;set&nbsp;of&nbsp;functions&nbsp;to&nbsp;execute</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;network.&nbsp;A&nbsp;Web&nbsp;shell&nbsp;may&nbsp;provide&nbsp;a&nbsp;set&nbsp;of&nbsp;functions&nbsp;to&nbsp;exec</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;or&nbsp;a&nbsp;command-line&nbsp;interface&nbsp;on&nbsp;the&nbsp;system&nbsp;that&nbsp;hosts&nbsp;the&nbsp;We</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ute&nbsp;or&nbsp;a&nbsp;command-line&nbsp;interface&nbsp;on&nbsp;the&nbsp;system&nbsp;that&nbsp;hosts&nbsp;the</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">b&nbsp;server.(Citation:&nbsp;volexity_0day_sophos_FW)&nbsp;&nbsp;In&nbsp;addition&nbsp;to</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Web&nbsp;server.(Citation:&nbsp;volexity_0day_sophos_FW)&nbsp;&nbsp;In&nbsp;addition</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;a&nbsp;server-side&nbsp;script,&nbsp;a&nbsp;Web&nbsp;shell&nbsp;may&nbsp;have&nbsp;a&nbsp;client&nbsp;interfa</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;to&nbsp;a&nbsp;server-side&nbsp;script,&nbsp;a&nbsp;Web&nbsp;shell&nbsp;may&nbsp;have&nbsp;a&nbsp;client&nbsp;inte</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ce&nbsp;program&nbsp;that&nbsp;is&nbsp;used&nbsp;to&nbsp;talk&nbsp;to&nbsp;the&nbsp;Web&nbsp;server&nbsp;(e.g.&nbsp;[Chi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rface&nbsp;program&nbsp;that&nbsp;is&nbsp;used&nbsp;to&nbsp;talk&nbsp;to&nbsp;the&nbsp;Web&nbsp;server&nbsp;(e.g.&nbsp;[</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">na&nbsp;Chopper](https://attack.mitre.org/software/S0020)&nbsp;Web&nbsp;she</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">China&nbsp;Chopper](https://attack.mitre.org/software/S0020)&nbsp;Web&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ll&nbsp;client).(Citation:&nbsp;Lee&nbsp;2013)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">shell&nbsp;client).(Citation:&nbsp;Lee&nbsp;2013)</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1018: User Account Management",
                            "M1042: Disable or Remove Feature or Program"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (Process Creation)",
                            "DS0015: Application Log (Application Log Content)",
                            "DS0022: File (File Creation)",
                            "DS0022: File (File Modification)",
                            "DS0029: Network Traffic (Network Traffic Content)",
                            "DS0029: Network Traffic (Network Traffic Flow)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--e3b6daca-e963-4a69-aee6-ed4fd653ad58",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-09-16 17:52:44.147000+00:00",
                    "modified": "2024-04-16 00:16:06.689000+00:00",
                    "name": "Software Discovery",
                    "description": "Adversaries may attempt to get a listing of software and software versions that are installed on a system or in a cloud environment. Adversaries may use the information from [Software Discovery](https://attack.mitre.org/techniques/T1518) during automated discovery to shape follow-on behaviors, including whether or not the adversary fully infects the target and/or attempts specific actions.\n\nSuch software may be deployed widely across the environment for configuration management or security reasons, such as [Software Deployment Tools](https://attack.mitre.org/techniques/T1072), and may allow adversaries broad access to infect devices or move laterally.\n\nAdversaries may attempt to enumerate software for a variety of reasons, such as figuring out what security measures are present or if the compromised system has a version of software that is vulnerable to [Exploitation for Privilege Escalation](https://attack.mitre.org/techniques/T1068).",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "discovery"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1518",
                            "external_id": "T1518"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "Process: OS API Execution",
                        "Command: Command Execution",
                        "Process: Process Creation",
                        "Firewall: Firewall Enumeration",
                        "Firewall: Firewall Metadata"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as lateral movement, based on the information obtained.\n\nMonitor processes and command-line arguments for actions that could be taken to gather system and network information. Remote access tools with built-in features may interact directly with the Windows API to gather information. Information may also be acquired through Windows system management tools such as [Windows Management Instrumentation](https://attack.mitre.org/techniques/T1047) and [PowerShell](https://attack.mitre.org/techniques/T1059/001).",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows",
                        "IaaS",
                        "Linux",
                        "macOS"
                    ],
                    "x_mitre_version": "1.4",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"dictionary_item_removed\": {\"root['x_mitre_permissions_required']\": [\"User\", \"Administrator\"]}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-16 00:16:06.689000+00:00\", \"old_value\": \"2023-03-30 21:01:50.920000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may attempt to get a listing of software and software versions that are installed on a system or in a cloud environment. Adversaries may use the information from [Software Discovery](https://attack.mitre.org/techniques/T1518) during automated discovery to shape follow-on behaviors, including whether or not the adversary fully infects the target and/or attempts specific actions.\\n\\nSuch software may be deployed widely across the environment for configuration management or security reasons, such as [Software Deployment Tools](https://attack.mitre.org/techniques/T1072), and may allow adversaries broad access to infect devices or move laterally.\\n\\nAdversaries may attempt to enumerate software for a variety of reasons, such as figuring out what security measures are present or if the compromised system has a version of software that is vulnerable to [Exploitation for Privilege Escalation](https://attack.mitre.org/techniques/T1068).\", \"old_value\": \"Adversaries may attempt to get a listing of software and software versions that are installed on a system or in a cloud environment. Adversaries may use the information from [Software Discovery](https://attack.mitre.org/techniques/T1518) during automated discovery to shape follow-on behaviors, including whether or not the adversary fully infects the target and/or attempts specific actions.\\n\\nAdversaries may attempt to enumerate software for a variety of reasons, such as figuring out what security measures are present or if the compromised system has a version of software that is vulnerable to [Exploitation for Privilege Escalation](https://attack.mitre.org/techniques/T1068).\", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,5 @@\\n Adversaries may attempt to get a listing of software and software versions that are installed on a system or in a cloud environment. Adversaries may use the information from [Software Discovery](https://attack.mitre.org/techniques/T1518) during automated discovery to shape follow-on behaviors, including whether or not the adversary fully infects the target and/or attempts specific actions.\\n \\n+Such software may be deployed widely across the environment for configuration management or security reasons, such as [Software Deployment Tools](https://attack.mitre.org/techniques/T1072), and may allow adversaries broad access to infect devices or move laterally.\\n+\\n Adversaries may attempt to enumerate software for a variety of reasons, such as figuring out what security measures are present or if the compromised system has a version of software that is vulnerable to [Exploitation for Privilege Escalation](https://attack.mitre.org/techniques/T1068).\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.4\", \"old_value\": \"1.3\"}}, \"iterable_item_removed\": {\"root['x_mitre_platforms'][1]\": \"Azure AD\", \"root['x_mitre_platforms'][2]\": \"Office 365\", \"root['x_mitre_platforms'][3]\": \"SaaS\", \"root['x_mitre_platforms'][7]\": \"Google Workspace\"}}",
                    "previous_version": "1.3",
                    "version_change": "1.3 \u2192 1.4",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to62__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to62__0\"><a href=\"#difflib_chg_to62__top\">t</a></td><td class=\"diff_header\" id=\"from62_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;attempt&nbsp;to&nbsp;get&nbsp;a&nbsp;listing&nbsp;of&nbsp;software&nbsp;and&nbsp;sof</td><td class=\"diff_next\"><a href=\"#difflib_chg_to62__top\">t</a></td><td class=\"diff_header\" id=\"to62_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;attempt&nbsp;to&nbsp;get&nbsp;a&nbsp;listing&nbsp;of&nbsp;software&nbsp;and&nbsp;sof</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tware&nbsp;versions&nbsp;that&nbsp;are&nbsp;installed&nbsp;on&nbsp;a&nbsp;system&nbsp;or&nbsp;in&nbsp;a&nbsp;cloud&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tware&nbsp;versions&nbsp;that&nbsp;are&nbsp;installed&nbsp;on&nbsp;a&nbsp;system&nbsp;or&nbsp;in&nbsp;a&nbsp;cloud&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">environment.&nbsp;Adversaries&nbsp;may&nbsp;use&nbsp;the&nbsp;information&nbsp;from&nbsp;[Softw</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">environment.&nbsp;Adversaries&nbsp;may&nbsp;use&nbsp;the&nbsp;information&nbsp;from&nbsp;[Softw</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">are&nbsp;Discovery](https://attack.mitre.org/techniques/T1518)&nbsp;du</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">are&nbsp;Discovery](https://attack.mitre.org/techniques/T1518)&nbsp;du</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ring&nbsp;automated&nbsp;discovery&nbsp;to&nbsp;shape&nbsp;follow-on&nbsp;behaviors,&nbsp;inclu</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ring&nbsp;automated&nbsp;discovery&nbsp;to&nbsp;shape&nbsp;follow-on&nbsp;behaviors,&nbsp;inclu</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ding&nbsp;whether&nbsp;or&nbsp;not&nbsp;the&nbsp;adversary&nbsp;fully&nbsp;infects&nbsp;the&nbsp;target&nbsp;a</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ding&nbsp;whether&nbsp;or&nbsp;not&nbsp;the&nbsp;adversary&nbsp;fully&nbsp;infects&nbsp;the&nbsp;target&nbsp;a</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nd/or&nbsp;attempts&nbsp;specific&nbsp;actions.&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;attempt&nbsp;to</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nd/or&nbsp;attempts&nbsp;specific&nbsp;actions.&nbsp;&nbsp;<span class=\"diff_add\">Such&nbsp;software&nbsp;may&nbsp;be&nbsp;deplo</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;enumerate&nbsp;software&nbsp;for&nbsp;a&nbsp;variety&nbsp;of&nbsp;reasons,&nbsp;such&nbsp;as&nbsp;figuri</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">yed&nbsp;widely&nbsp;across&nbsp;the&nbsp;environment&nbsp;for&nbsp;configuration&nbsp;manageme</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ng&nbsp;out&nbsp;what&nbsp;security&nbsp;measures&nbsp;are&nbsp;present&nbsp;or&nbsp;if&nbsp;the&nbsp;compromi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">nt&nbsp;or&nbsp;security&nbsp;reasons,&nbsp;such&nbsp;as&nbsp;[Software&nbsp;Deployment&nbsp;Tools](</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">sed&nbsp;system&nbsp;has&nbsp;a&nbsp;version&nbsp;of&nbsp;software&nbsp;that&nbsp;is&nbsp;vulnerable&nbsp;to&nbsp;[</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">https://attack.mitre.org/techniques/T1072),&nbsp;and&nbsp;may&nbsp;allow&nbsp;ad</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Exploitation&nbsp;for&nbsp;Privilege&nbsp;Escalation](https://attack.mitre.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">versaries&nbsp;broad&nbsp;access&nbsp;to&nbsp;infect&nbsp;devices&nbsp;or&nbsp;move&nbsp;laterally.&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">org/techniques/T1068).</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;</span>Adversaries&nbsp;may&nbsp;attempt&nbsp;to&nbsp;enumerate&nbsp;software&nbsp;for&nbsp;a&nbsp;variety</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;of&nbsp;reasons,&nbsp;such&nbsp;as&nbsp;figuring&nbsp;out&nbsp;what&nbsp;security&nbsp;measures&nbsp;are</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;present&nbsp;or&nbsp;if&nbsp;the&nbsp;compromised&nbsp;system&nbsp;has&nbsp;a&nbsp;version&nbsp;of&nbsp;softw</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">are&nbsp;that&nbsp;is&nbsp;vulnerable&nbsp;to&nbsp;[Exploitation&nbsp;for&nbsp;Privilege&nbsp;Escala</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tion](https://attack.mitre.org/techniques/T1068).</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (OS API Execution)",
                            "DS0009: Process (Process Creation)",
                            "DS0017: Command (Command Execution)",
                            "DS0018: Firewall (Firewall Enumeration)",
                            "DS0018: Firewall (Firewall Metadata)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--cba37adb-d6fb-4610-b069-dd04c0643384",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-02-21 21:16:18.066000+00:00",
                    "modified": "2024-04-16 00:15:53.303000+00:00",
                    "name": "Security Software Discovery",
                    "description": "Adversaries may attempt to get a listing of security software, configurations, defensive tools, and sensors that are installed on a system or in a cloud environment. This may include things such as cloud monitoring agents and anti-virus. Adversaries may use the information from [Security Software Discovery](https://attack.mitre.org/techniques/T1518/001) during automated discovery to shape follow-on behaviors, including whether or not the adversary fully infects the target and/or attempts specific actions.\n\nExample commands that can be used to obtain security software information are [netsh](https://attack.mitre.org/software/S0108), <code>reg query</code> with [Reg](https://attack.mitre.org/software/S0075), <code>dir</code> with [cmd](https://attack.mitre.org/software/S0106), and [Tasklist](https://attack.mitre.org/software/S0057), but other indicators of discovery behavior may be more specific to the type of software or security system the adversary is looking for. It is becoming more common to see macOS malware perform checks for LittleSnitch and KnockKnock software.\n\nAdversaries may also utilize the [Cloud API](https://attack.mitre.org/techniques/T1059/009) to discover cloud-native security software installed on compute infrastructure, such as the AWS CloudWatch agent, Azure VM Agent, and Google Cloud Monitor agent. These agents  may collect  metrics and logs from the VM, which may be centrally aggregated in a cloud-based monitoring platform.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "discovery"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1518/001",
                            "external_id": "T1518.001"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Isif Ibrahima, Mandiant"
                    ],
                    "x_mitre_data_sources": [
                        "Process: Process Creation",
                        "Firewall: Firewall Metadata",
                        "Command: Command Execution",
                        "Process: OS API Execution",
                        "Firewall: Firewall Enumeration"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as lateral movement, based on the information obtained.\n\nMonitor processes and command-line arguments for actions that could be taken to gather system and network information. Remote access tools with built-in features may interact directly with the Windows API to gather information. Information may also be acquired through Windows system management tools such as [Windows Management Instrumentation](https://attack.mitre.org/techniques/T1047) and [PowerShell](https://attack.mitre.org/techniques/T1059/001).\n\nIn cloud environments, additionally monitor logs for the usage of APIs that may be used to gather information about security software configurations within the environment.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows",
                        "IaaS",
                        "Linux",
                        "macOS"
                    ],
                    "x_mitre_version": "1.5",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-16 00:15:53.303000+00:00\", \"old_value\": \"2023-04-21 12:30:00.939000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may attempt to get a listing of security software, configurations, defensive tools, and sensors that are installed on a system or in a cloud environment. This may include things such as cloud monitoring agents and anti-virus. Adversaries may use the information from [Security Software Discovery](https://attack.mitre.org/techniques/T1518/001) during automated discovery to shape follow-on behaviors, including whether or not the adversary fully infects the target and/or attempts specific actions.\\n\\nExample commands that can be used to obtain security software information are [netsh](https://attack.mitre.org/software/S0108), <code>reg query</code> with [Reg](https://attack.mitre.org/software/S0075), <code>dir</code> with [cmd](https://attack.mitre.org/software/S0106), and [Tasklist](https://attack.mitre.org/software/S0057), but other indicators of discovery behavior may be more specific to the type of software or security system the adversary is looking for. It is becoming more common to see macOS malware perform checks for LittleSnitch and KnockKnock software.\\n\\nAdversaries may also utilize the [Cloud API](https://attack.mitre.org/techniques/T1059/009) to discover cloud-native security software installed on compute infrastructure, such as the AWS CloudWatch agent, Azure VM Agent, and Google Cloud Monitor agent. These agents  may collect  metrics and logs from the VM, which may be centrally aggregated in a cloud-based monitoring platform.\", \"old_value\": \"Adversaries may attempt to get a listing of security software, configurations, defensive tools, and sensors that are installed on a system or in a cloud environment. This may include things such as firewall rules and anti-virus. Adversaries may use the information from [Security Software Discovery](https://attack.mitre.org/techniques/T1518/001) during automated discovery to shape follow-on behaviors, including whether or not the adversary fully infects the target and/or attempts specific actions.\\n\\nExample commands that can be used to obtain security software information are [netsh](https://attack.mitre.org/software/S0108), <code>reg query</code> with [Reg](https://attack.mitre.org/software/S0075), <code>dir</code> with [cmd](https://attack.mitre.org/software/S0106), and [Tasklist](https://attack.mitre.org/software/S0057), but other indicators of discovery behavior may be more specific to the type of software or security system the adversary is looking for. It is becoming more common to see macOS malware perform checks for LittleSnitch and KnockKnock software.\\n\\nAdversaries may also utilize cloud APIs to discover the configurations of firewall rules within an environment.(Citation: Expel IO Evil in AWS) For example, the permitted IP ranges, ports or user accounts for the inbound/outbound rules of security groups, virtual firewalls established within AWS for EC2 and/or VPC instances, can be revealed by the <code>DescribeSecurityGroups</code> action with various request parameters. (Citation: DescribeSecurityGroups - Amazon Elastic Compute Cloud)\", \"diff\": \"--- \\n+++ \\n@@ -1,5 +1,5 @@\\n-Adversaries may attempt to get a listing of security software, configurations, defensive tools, and sensors that are installed on a system or in a cloud environment. This may include things such as firewall rules and anti-virus. Adversaries may use the information from [Security Software Discovery](https://attack.mitre.org/techniques/T1518/001) during automated discovery to shape follow-on behaviors, including whether or not the adversary fully infects the target and/or attempts specific actions.\\n+Adversaries may attempt to get a listing of security software, configurations, defensive tools, and sensors that are installed on a system or in a cloud environment. This may include things such as cloud monitoring agents and anti-virus. Adversaries may use the information from [Security Software Discovery](https://attack.mitre.org/techniques/T1518/001) during automated discovery to shape follow-on behaviors, including whether or not the adversary fully infects the target and/or attempts specific actions.\\n \\n Example commands that can be used to obtain security software information are [netsh](https://attack.mitre.org/software/S0108), <code>reg query</code> with [Reg](https://attack.mitre.org/software/S0075), <code>dir</code> with [cmd](https://attack.mitre.org/software/S0106), and [Tasklist](https://attack.mitre.org/software/S0057), but other indicators of discovery behavior may be more specific to the type of software or security system the adversary is looking for. It is becoming more common to see macOS malware perform checks for LittleSnitch and KnockKnock software.\\n \\n-Adversaries may also utilize cloud APIs to discover the configurations of firewall rules within an environment.(Citation: Expel IO Evil in AWS) For example, the permitted IP ranges, ports or user accounts for the inbound/outbound rules of security groups, virtual firewalls established within AWS for EC2 and/or VPC instances, can be revealed by the <code>DescribeSecurityGroups</code> action with various request parameters. (Citation: DescribeSecurityGroups - Amazon Elastic Compute Cloud)\\n+Adversaries may also utilize the [Cloud API](https://attack.mitre.org/techniques/T1059/009) to discover cloud-native security software installed on compute infrastructure, such as the AWS CloudWatch agent, Azure VM Agent, and Google Cloud Monitor agent. These agents  may collect  metrics and logs from the VM, which may be centrally aggregated in a cloud-based monitoring platform.\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.5\", \"old_value\": \"1.4\"}}, \"iterable_item_removed\": {\"root['external_references'][1]\": {\"source_name\": \"Expel IO Evil in AWS\", \"description\": \"A. Randazzo, B. Manahan and S. Lipton. (2020, April 28). Finding Evil in AWS. Retrieved June 25, 2020.\", \"url\": \"https://expel.io/blog/finding-evil-in-aws/\"}, \"root['external_references'][2]\": {\"source_name\": \"DescribeSecurityGroups - Amazon Elastic Compute Cloud\", \"description\": \"Amazon Web Services, Inc. . (2022). DescribeSecurityGroups. Retrieved January 28, 2022.\", \"url\": \"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSecurityGroups.html\"}, \"root['x_mitre_platforms'][1]\": \"Azure AD\", \"root['x_mitre_platforms'][2]\": \"Office 365\", \"root['x_mitre_platforms'][3]\": \"SaaS\", \"root['x_mitre_platforms'][7]\": \"Google Workspace\"}}",
                    "previous_version": "1.4",
                    "version_change": "1.4 \u2192 1.5",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to85__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to85__0\"><a href=\"#difflib_chg_to85__top\">t</a></td><td class=\"diff_header\" id=\"from85_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_sub\">Adversaries&nbsp;may&nbsp;attempt&nbsp;to&nbsp;get&nbsp;a&nbsp;listing&nbsp;of&nbsp;security&nbsp;softwar</span></td><td class=\"diff_next\"><a href=\"#difflib_chg_to85__top\">t</a></td><td class=\"diff_header\" id=\"to85_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_add\">Adversaries&nbsp;may&nbsp;attempt&nbsp;to&nbsp;get&nbsp;a&nbsp;listing&nbsp;of&nbsp;security&nbsp;softwar</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">e,&nbsp;configurations,&nbsp;defensive&nbsp;tools,&nbsp;and&nbsp;sensors&nbsp;that&nbsp;are&nbsp;ins</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">e,&nbsp;configurations,&nbsp;defensive&nbsp;tools,&nbsp;and&nbsp;sensors&nbsp;that&nbsp;are&nbsp;ins</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">talled&nbsp;on&nbsp;a&nbsp;system&nbsp;or&nbsp;in&nbsp;a&nbsp;cloud&nbsp;environment.&nbsp;This&nbsp;may&nbsp;inclu</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">talled&nbsp;on&nbsp;a&nbsp;system&nbsp;or&nbsp;in&nbsp;a&nbsp;cloud&nbsp;environment.&nbsp;This&nbsp;may&nbsp;inclu</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">de&nbsp;things&nbsp;such&nbsp;as&nbsp;firewall&nbsp;rules&nbsp;and&nbsp;anti-virus.&nbsp;Adversaries</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">de&nbsp;things&nbsp;such&nbsp;as&nbsp;cloud&nbsp;monitoring&nbsp;agents&nbsp;and&nbsp;anti-virus.&nbsp;Ad</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;may&nbsp;use&nbsp;the&nbsp;information&nbsp;from&nbsp;[Security&nbsp;Software&nbsp;Discovery](</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">versaries&nbsp;may&nbsp;use&nbsp;the&nbsp;information&nbsp;from&nbsp;[Security&nbsp;Software&nbsp;Di</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">https://attack.mitre.org/techniques/T1518/001)&nbsp;during&nbsp;automa</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">scovery](https://attack.mitre.org/techniques/T1518/001)&nbsp;duri</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ted&nbsp;discovery&nbsp;to&nbsp;shape&nbsp;follow-on&nbsp;behaviors,&nbsp;including&nbsp;whethe</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ng&nbsp;automated&nbsp;discovery&nbsp;to&nbsp;shape&nbsp;follow-on&nbsp;behaviors,&nbsp;includi</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">r&nbsp;or&nbsp;not&nbsp;the&nbsp;adversary&nbsp;fully&nbsp;infects&nbsp;the&nbsp;target&nbsp;and/or&nbsp;attem</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ng&nbsp;whether&nbsp;or&nbsp;not&nbsp;the&nbsp;adversary&nbsp;fully&nbsp;infects&nbsp;the&nbsp;target&nbsp;and</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">pts&nbsp;specific&nbsp;actions.&nbsp;&nbsp;Example&nbsp;commands&nbsp;that&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">/or&nbsp;attempts&nbsp;specific&nbsp;actions.&nbsp;&nbsp;Example&nbsp;commands&nbsp;that&nbsp;can&nbsp;be</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">obtain&nbsp;security&nbsp;software&nbsp;information&nbsp;are&nbsp;[netsh](https://att</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;used&nbsp;to&nbsp;obtain&nbsp;security&nbsp;software&nbsp;information&nbsp;are&nbsp;[netsh](ht</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ack.mitre.org/software/S0108),&nbsp;&lt;code&gt;reg&nbsp;query&lt;/code&gt;&nbsp;with&nbsp;[</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">tps://attack.mitre.org/software/S0108),&nbsp;&lt;code&gt;reg&nbsp;query&lt;/cod</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">Reg](https://attack.mitre.org/software/S0075),&nbsp;&lt;code&gt;dir&lt;/co</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">e&gt;&nbsp;with&nbsp;[Reg](https://attack.mitre.org/software/S0075),&nbsp;&lt;cod</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">de&gt;&nbsp;with&nbsp;[cmd](https://attack.mitre.org/software/S0106),&nbsp;and</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">e&gt;dir&lt;/code&gt;&nbsp;with&nbsp;[cmd](https://attack.mitre.org/software/S0</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;[Tasklist](https://attack.mitre.org/software/S0057),&nbsp;but&nbsp;ot</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">106),&nbsp;and&nbsp;[Tasklist](https://attack.mitre.org/software/S0057</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">her&nbsp;indicators&nbsp;of&nbsp;discovery&nbsp;behavior&nbsp;may&nbsp;be&nbsp;more&nbsp;specific&nbsp;to</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">),&nbsp;but&nbsp;other&nbsp;indicators&nbsp;of&nbsp;discovery&nbsp;behavior&nbsp;may&nbsp;be&nbsp;more&nbsp;sp</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;the&nbsp;type&nbsp;of&nbsp;software&nbsp;or&nbsp;security&nbsp;system&nbsp;the&nbsp;adversary&nbsp;is&nbsp;lo</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ecific&nbsp;to&nbsp;the&nbsp;type&nbsp;of&nbsp;software&nbsp;or&nbsp;security&nbsp;system&nbsp;the&nbsp;advers</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">oking&nbsp;for.&nbsp;It&nbsp;is&nbsp;becoming&nbsp;more&nbsp;common&nbsp;to&nbsp;see&nbsp;macOS&nbsp;malware&nbsp;p</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ary&nbsp;is&nbsp;looking&nbsp;for.&nbsp;It&nbsp;is&nbsp;becoming&nbsp;more&nbsp;common&nbsp;to&nbsp;see&nbsp;macOS&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">erform&nbsp;checks&nbsp;for&nbsp;LittleSnitch&nbsp;and&nbsp;KnockKnock&nbsp;software.&nbsp;&nbsp;Adv</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">malware&nbsp;perform&nbsp;checks&nbsp;for&nbsp;LittleSnitch&nbsp;and&nbsp;KnockKnock&nbsp;softw</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ersaries&nbsp;may&nbsp;also&nbsp;utilize&nbsp;cloud&nbsp;APIs&nbsp;to&nbsp;discover&nbsp;the&nbsp;configu</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">are.&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;utilize&nbsp;the&nbsp;[Cloud&nbsp;API](https://a</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">rations&nbsp;of&nbsp;firewall&nbsp;rules&nbsp;within&nbsp;an&nbsp;environment.(Citation:&nbsp;E</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ttack.mitre.org/techniques/T1059/009)&nbsp;to&nbsp;discover&nbsp;cloud-nati</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">xpel&nbsp;IO&nbsp;Evil&nbsp;in&nbsp;AWS)&nbsp;For&nbsp;example,&nbsp;the&nbsp;permitted&nbsp;IP&nbsp;ranges,&nbsp;p</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ve&nbsp;security&nbsp;software&nbsp;installed&nbsp;on&nbsp;compute&nbsp;infrastructure,&nbsp;su</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">orts&nbsp;or&nbsp;user&nbsp;accounts&nbsp;for&nbsp;the&nbsp;inbound/outbound&nbsp;rules&nbsp;of&nbsp;secu</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ch&nbsp;as&nbsp;the&nbsp;AWS&nbsp;CloudWatch&nbsp;agent,&nbsp;Azure&nbsp;VM&nbsp;Agent,&nbsp;and&nbsp;Google&nbsp;C</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">rity&nbsp;groups,&nbsp;virtual&nbsp;firewalls&nbsp;established&nbsp;within&nbsp;AWS&nbsp;for&nbsp;EC</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">loud&nbsp;Monitor&nbsp;agent.&nbsp;These&nbsp;agents&nbsp;&nbsp;may&nbsp;collect&nbsp;&nbsp;metrics&nbsp;and&nbsp;l</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">2&nbsp;and/or&nbsp;VPC&nbsp;instances,&nbsp;can&nbsp;be&nbsp;revealed&nbsp;by&nbsp;the&nbsp;&lt;code&gt;Describ</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ogs&nbsp;from&nbsp;the&nbsp;VM,&nbsp;which&nbsp;may&nbsp;be&nbsp;centrally&nbsp;aggregated&nbsp;in&nbsp;a&nbsp;clou</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">eSecurityGroups&lt;/code&gt;&nbsp;action&nbsp;with&nbsp;various&nbsp;request&nbsp;parameter</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">d-based&nbsp;monitoring&nbsp;platform.</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">s.&nbsp;(Citation:&nbsp;DescribeSecurityGroups&nbsp;-&nbsp;Amazon&nbsp;Elastic&nbsp;Comput</span></td><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">e&nbsp;Cloud)</span></td><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (OS API Execution)",
                            "DS0009: Process (Process Creation)",
                            "DS0017: Command (Command Execution)",
                            "DS0018: Firewall (Firewall Enumeration)",
                            "DS0018: Firewall (Firewall Metadata)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--84ae8255-b4f4-4237-b5c5-e717405a9701",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2021-03-17 20:35:08.429000+00:00",
                    "modified": "2024-04-13 14:03:24.673000+00:00",
                    "name": "Link Target",
                    "description": "Adversaries may put in place resources that are referenced by a link that can be used during targeting. An adversary may rely upon a user clicking a malicious link in order to divulge information (including credentials) or to gain execution, as in [Malicious Link](https://attack.mitre.org/techniques/T1204/001). Links can be used for spearphishing, such as sending an email accompanied by social engineering text to coax the user to actively click or copy and paste a URL into a browser. Prior to a phish for information (as in [Spearphishing Link](https://attack.mitre.org/techniques/T1598/003)) or a phish to gain initial access to a system (as in [Spearphishing Link](https://attack.mitre.org/techniques/T1566/002)), an adversary must set up the resources for a link target for the spearphishing link. \n\nTypically, the resources for a link target will be an HTML page that may include some client-side script such as [JavaScript](https://attack.mitre.org/techniques/T1059/007) to decide what content to serve to the user. Adversaries may clone legitimate sites to serve as the link target, this can include cloning of login pages of legitimate web services or organization login pages in an effort to harvest credentials during [Spearphishing Link](https://attack.mitre.org/techniques/T1598/003).(Citation: Malwarebytes Silent Librarian October 2020)(Citation: Proofpoint TA407 September 2019) Adversaries may also [Upload Malware](https://attack.mitre.org/techniques/T1608/001) and have the link target point to malware for download/execution by the user.\n\nAdversaries may purchase domains similar to legitimate domains (ex: homoglyphs, typosquatting, different top-level domain, etc.) during acquisition of infrastructure ([Domains](https://attack.mitre.org/techniques/T1583/001)) to help facilitate [Malicious Link](https://attack.mitre.org/techniques/T1204/001).\n\nLinks can be written by adversaries to mask the true destination in order to deceive victims by abusing the URL schema and increasing the effectiveness of phishing.(Citation: Kaspersky-masking)(Citation: mandiant-masking)\n\nAdversaries may also use free or paid accounts on link shortening services and Platform-as-a-Service providers to host link targets while taking advantage of the widely trusted domains of those providers to avoid being blocked while redirecting victims to malicious pages.(Citation: Netskope GCP Redirection)(Citation: Netskope Cloud Phishing)(Citation: Intezer App Service Phishing)(Citation: Cofense-redirect) In addition, adversaries may serve a variety of malicious links through uniquely generated URIs/URLs.(Citation: iOS URL Scheme)(Citation: URI)(Citation: URI Use)(Citation: URI Unique) Finally, adversaries may take advantage of the decentralized nature of the InterPlanetary File System (IPFS) to host link targets that are difficult to remove.(Citation: Talos IPFS 2022)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "resource-development"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1608/005",
                            "external_id": "T1608.005"
                        },
                        {
                            "source_name": "Netskope GCP Redirection",
                            "description": "Ashwin Vamshi. (2019, January 24). Targeted Attacks Abusing Google Cloud Platform Open Redirection. Retrieved August 18, 2022.",
                            "url": "https://www.netskope.com/blog/targeted-attacks-abusing-google-cloud-platform-open-redirection"
                        },
                        {
                            "source_name": "Netskope Cloud Phishing",
                            "description": "Ashwin Vamshi. (2020, August 12). A Big Catch: Cloud Phishing from Google App Engine and Azure App Service. Retrieved August 18, 2022.",
                            "url": "https://www.netskope.com/blog/a-big-catch-cloud-phishing-from-google-app-engine-and-azure-app-service"
                        },
                        {
                            "source_name": "URI Unique",
                            "description": "Australian Cyber Security Centre. National Security Agency. (2020, April 21). Detect and Prevent Web Shell Malware. Retrieved February 9, 2024.",
                            "url": "https://media.defense.gov/2020/Jun/09/2002313081/-1/-1/0/CSI-DETECT-AND-PREVENT-WEB-SHELL-MALWARE-20200422.PDF"
                        },
                        {
                            "source_name": "Kaspersky-masking",
                            "description": "Dedenok, Roman. (2023, December 12). How cybercriminals disguise URLs. Retrieved January 17, 2024.",
                            "url": "https://www.kaspersky.com/blog/malicious-redirect-methods/50045/"
                        },
                        {
                            "source_name": "Talos IPFS 2022",
                            "description": "Edmund Brumaghin. (2022, November 9). Threat Spotlight: Cyber Criminal Adoption of IPFS for Phishing, Malware Campaigns. Retrieved March 8, 2023.",
                            "url": "https://blog.talosintelligence.com/ipfs-abuse/"
                        },
                        {
                            "source_name": "Malwarebytes Silent Librarian October 2020",
                            "description": "Malwarebytes Threat Intelligence Team. (2020, October 14). Silent Librarian APT right on schedule for 20/21 academic year. Retrieved February 3, 2021.",
                            "url": "https://blog.malwarebytes.com/malwarebytes-news/2020/10/silent-librarian-apt-phishing-attack/"
                        },
                        {
                            "source_name": "URI",
                            "description": "Michael Cobb. (2007, October 11). Preparing for uniform resource identifier (URI) exploits. Retrieved February 9, 2024.",
                            "url": "https://www.techtarget.com/searchsecurity/tip/Preparing-for-uniform-resource-identifier-URI-exploits"
                        },
                        {
                            "source_name": "URI Use",
                            "description": "Nathan McFeters. Billy Kim Rios. Rob Carter.. (2008). URI Use and Abuse. Retrieved February 9, 2024.",
                            "url": "https://www.blackhat.com/presentations/bh-dc-08/McFeters-Rios-Carter/Presentation/bh-dc-08-mcfeters-rios-carter.pdf"
                        },
                        {
                            "source_name": "iOS URL Scheme",
                            "description": "Ostorlab. (n.d.). iOS URL Scheme Hijacking. Retrieved February 9, 2024.",
                            "url": "https://docs.ostorlab.co/kb/IPA_URL_SCHEME_HIJACKING/index.html"
                        },
                        {
                            "source_name": "Intezer App Service Phishing",
                            "description": "Paul Litvak. (2020, October 8). Kud I Enter Your Server? New Vulnerabilities in Microsoft Azure. Retrieved August 18, 2022.",
                            "url": "https://www.intezer.com/blog/malware-analysis/kud-i-enter-your-server-new-vulnerabilities-in-microsoft-azure/"
                        },
                        {
                            "source_name": "Proofpoint TA407 September 2019",
                            "description": "Proofpoint Threat Insight Team. (2019, September 5). Threat Actor Profile: TA407, the Silent Librarian. Retrieved February 3, 2021.",
                            "url": "https://www.proofpoint.com/us/threat-insight/post/threat-actor-profile-ta407-silent-librarian"
                        },
                        {
                            "source_name": "Cofense-redirect",
                            "description": "Raymond, Nathaniel. (2023, August 16). Major Energy Company Targeted in Large QR Code Phishing Campaign. Retrieved January 17, 2024.",
                            "url": "https://cofense.com/blog/major-energy-company-targeted-in-large-qr-code-campaign/"
                        },
                        {
                            "source_name": "mandiant-masking",
                            "description": "Simonian, Nick. (2023, May 22). Don't @ Me: URL Obfuscation Through Schema Abuse. Retrieved January 17, 2024.",
                            "url": "https://www.mandiant.com/resources/blog/url-obfuscation-schema-abuse"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Goldstein Menachem",
                        "Hen Porcilan",
                        "Diyar Saadi Ali",
                        "Nikola Kovac"
                    ],
                    "x_mitre_data_sources": [
                        "Internet Scan: Response Content"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "If infrastructure or patterns in malicious web content have been previously identified, internet scanning may uncover when an adversary has staged web content to make it accessible for targeting.\n\nMuch of this activity will take place outside the visibility of the target organization, making detection of this behavior difficult. Detection efforts may be focused on other phases of the adversary lifecycle, such as during [Spearphishing Link](https://attack.mitre.org/techniques/T1598/003), [Spearphishing Link](https://attack.mitre.org/techniques/T1566/002), or [Malicious Link](https://attack.mitre.org/techniques/T1204/001).",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "PRE"
                    ],
                    "x_mitre_version": "1.4",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-13 14:03:24.673000+00:00\", \"old_value\": \"2023-04-11 23:20:48.603000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may put in place resources that are referenced by a link that can be used during targeting. An adversary may rely upon a user clicking a malicious link in order to divulge information (including credentials) or to gain execution, as in [Malicious Link](https://attack.mitre.org/techniques/T1204/001). Links can be used for spearphishing, such as sending an email accompanied by social engineering text to coax the user to actively click or copy and paste a URL into a browser. Prior to a phish for information (as in [Spearphishing Link](https://attack.mitre.org/techniques/T1598/003)) or a phish to gain initial access to a system (as in [Spearphishing Link](https://attack.mitre.org/techniques/T1566/002)), an adversary must set up the resources for a link target for the spearphishing link. \\n\\nTypically, the resources for a link target will be an HTML page that may include some client-side script such as [JavaScript](https://attack.mitre.org/techniques/T1059/007) to decide what content to serve to the user. Adversaries may clone legitimate sites to serve as the link target, this can include cloning of login pages of legitimate web services or organization login pages in an effort to harvest credentials during [Spearphishing Link](https://attack.mitre.org/techniques/T1598/003).(Citation: Malwarebytes Silent Librarian October 2020)(Citation: Proofpoint TA407 September 2019) Adversaries may also [Upload Malware](https://attack.mitre.org/techniques/T1608/001) and have the link target point to malware for download/execution by the user.\\n\\nAdversaries may purchase domains similar to legitimate domains (ex: homoglyphs, typosquatting, different top-level domain, etc.) during acquisition of infrastructure ([Domains](https://attack.mitre.org/techniques/T1583/001)) to help facilitate [Malicious Link](https://attack.mitre.org/techniques/T1204/001).\\n\\nLinks can be written by adversaries to mask the true destination in order to deceive victims by abusing the URL schema and increasing the effectiveness of phishing.(Citation: Kaspersky-masking)(Citation: mandiant-masking)\\n\\nAdversaries may also use free or paid accounts on link shortening services and Platform-as-a-Service providers to host link targets while taking advantage of the widely trusted domains of those providers to avoid being blocked while redirecting victims to malicious pages.(Citation: Netskope GCP Redirection)(Citation: Netskope Cloud Phishing)(Citation: Intezer App Service Phishing)(Citation: Cofense-redirect) In addition, adversaries may serve a variety of malicious links through uniquely generated URIs/URLs.(Citation: iOS URL Scheme)(Citation: URI)(Citation: URI Use)(Citation: URI Unique) Finally, adversaries may take advantage of the decentralized nature of the InterPlanetary File System (IPFS) to host link targets that are difficult to remove.(Citation: Talos IPFS 2022)\", \"old_value\": \"Adversaries may put in place resources that are referenced by a link that can be used during targeting. An adversary may rely upon a user clicking a malicious link in order to divulge information (including credentials) or to gain execution, as in [Malicious Link](https://attack.mitre.org/techniques/T1204/001). Links can be used for spearphishing, such as sending an email accompanied by social engineering text to coax the user to actively click or copy and paste a URL into a browser. Prior to a phish for information (as in [Spearphishing Link](https://attack.mitre.org/techniques/T1598/003)) or a phish to gain initial access to a system (as in [Spearphishing Link](https://attack.mitre.org/techniques/T1566/002)), an adversary must set up the resources for a link target for the spearphishing link. \\n\\nTypically, the resources for a link target will be an HTML page that may include some client-side script such as [JavaScript](https://attack.mitre.org/techniques/T1059/007) to decide what content to serve to the user. Adversaries may clone legitimate sites to serve as the link target, this can include cloning of login pages of legitimate web services or organization login pages in an effort to harvest credentials during [Spearphishing Link](https://attack.mitre.org/techniques/T1598/003).(Citation: Malwarebytes Silent Librarian October 2020)(Citation: Proofpoint TA407 September 2019) Adversaries may also [Upload Malware](https://attack.mitre.org/techniques/T1608/001) and have the link target point to malware for download/execution by the user.\\n\\nAdversaries may purchase domains similar to legitimate domains (ex: homoglyphs, typosquatting, different top-level domain, etc.) during acquisition of infrastructure ([Domains](https://attack.mitre.org/techniques/T1583/001)) to help facilitate [Malicious Link](https://attack.mitre.org/techniques/T1204/001). Link shortening services can also be employed. Adversaries may also use free or paid accounts on Platform-as-a-Service providers to host link targets while taking advantage of the widely trusted domains of those providers to avoid being blocked.(Citation: Netskope GCP Redirection)(Citation: Netskope Cloud Phishing)(Citation: Intezer App Service Phishing) Finally, adversaries may take advantage of the decentralized nature of the InterPlanetary File System (IPFS) to host link targets that are difficult to remove.(Citation: Talos IPFS 2022)\", \"diff\": \"--- \\n+++ \\n@@ -2,4 +2,8 @@\\n \\n Typically, the resources for a link target will be an HTML page that may include some client-side script such as [JavaScript](https://attack.mitre.org/techniques/T1059/007) to decide what content to serve to the user. Adversaries may clone legitimate sites to serve as the link target, this can include cloning of login pages of legitimate web services or organization login pages in an effort to harvest credentials during [Spearphishing Link](https://attack.mitre.org/techniques/T1598/003).(Citation: Malwarebytes Silent Librarian October 2020)(Citation: Proofpoint TA407 September 2019) Adversaries may also [Upload Malware](https://attack.mitre.org/techniques/T1608/001) and have the link target point to malware for download/execution by the user.\\n \\n-Adversaries may purchase domains similar to legitimate domains (ex: homoglyphs, typosquatting, different top-level domain, etc.) during acquisition of infrastructure ([Domains](https://attack.mitre.org/techniques/T1583/001)) to help facilitate [Malicious Link](https://attack.mitre.org/techniques/T1204/001). Link shortening services can also be employed. Adversaries may also use free or paid accounts on Platform-as-a-Service providers to host link targets while taking advantage of the widely trusted domains of those providers to avoid being blocked.(Citation: Netskope GCP Redirection)(Citation: Netskope Cloud Phishing)(Citation: Intezer App Service Phishing) Finally, adversaries may take advantage of the decentralized nature of the InterPlanetary File System (IPFS) to host link targets that are difficult to remove.(Citation: Talos IPFS 2022)\\n+Adversaries may purchase domains similar to legitimate domains (ex: homoglyphs, typosquatting, different top-level domain, etc.) during acquisition of infrastructure ([Domains](https://attack.mitre.org/techniques/T1583/001)) to help facilitate [Malicious Link](https://attack.mitre.org/techniques/T1204/001).\\n+\\n+Links can be written by adversaries to mask the true destination in order to deceive victims by abusing the URL schema and increasing the effectiveness of phishing.(Citation: Kaspersky-masking)(Citation: mandiant-masking)\\n+\\n+Adversaries may also use free or paid accounts on link shortening services and Platform-as-a-Service providers to host link targets while taking advantage of the widely trusted domains of those providers to avoid being blocked while redirecting victims to malicious pages.(Citation: Netskope GCP Redirection)(Citation: Netskope Cloud Phishing)(Citation: Intezer App Service Phishing)(Citation: Cofense-redirect) In addition, adversaries may serve a variety of malicious links through uniquely generated URIs/URLs.(Citation: iOS URL Scheme)(Citation: URI)(Citation: URI Use)(Citation: URI Unique) Finally, adversaries may take advantage of the decentralized nature of the InterPlanetary File System (IPFS) to host link targets that are difficult to remove.(Citation: Talos IPFS 2022)\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.4\", \"old_value\": \"1.3\"}}, \"iterable_item_added\": {\"root['external_references'][3]\": {\"source_name\": \"URI Unique\", \"description\": \"Australian Cyber Security Centre. National Security Agency. (2020, April 21). Detect and Prevent Web Shell Malware. Retrieved February 9, 2024.\", \"url\": \"https://media.defense.gov/2020/Jun/09/2002313081/-1/-1/0/CSI-DETECT-AND-PREVENT-WEB-SHELL-MALWARE-20200422.PDF\"}, \"root['external_references'][4]\": {\"source_name\": \"Kaspersky-masking\", \"description\": \"Dedenok, Roman. (2023, December 12). How cybercriminals disguise URLs. Retrieved January 17, 2024.\", \"url\": \"https://www.kaspersky.com/blog/malicious-redirect-methods/50045/\"}, \"root['external_references'][7]\": {\"source_name\": \"URI\", \"description\": \"Michael Cobb. (2007, October 11). Preparing for uniform resource identifier (URI) exploits. Retrieved February 9, 2024.\", \"url\": \"https://www.techtarget.com/searchsecurity/tip/Preparing-for-uniform-resource-identifier-URI-exploits\"}, \"root['external_references'][8]\": {\"source_name\": \"URI Use\", \"description\": \"Nathan McFeters. Billy Kim Rios. Rob Carter.. (2008). URI Use and Abuse. Retrieved February 9, 2024.\", \"url\": \"https://www.blackhat.com/presentations/bh-dc-08/McFeters-Rios-Carter/Presentation/bh-dc-08-mcfeters-rios-carter.pdf\"}, \"root['external_references'][9]\": {\"source_name\": \"iOS URL Scheme\", \"description\": \"Ostorlab. (n.d.). iOS URL Scheme Hijacking. Retrieved February 9, 2024.\", \"url\": \"https://docs.ostorlab.co/kb/IPA_URL_SCHEME_HIJACKING/index.html\"}, \"root['external_references'][12]\": {\"source_name\": \"Cofense-redirect\", \"description\": \"Raymond, Nathaniel. (2023, August 16). Major Energy Company Targeted in Large QR Code Phishing Campaign. Retrieved January 17, 2024.\", \"url\": \"https://cofense.com/blog/major-energy-company-targeted-in-large-qr-code-campaign/\"}, \"root['external_references'][13]\": {\"source_name\": \"mandiant-masking\", \"description\": \"Simonian, Nick. (2023, May 22). Don't @ Me: URL Obfuscation Through Schema Abuse. Retrieved January 17, 2024.\", \"url\": \"https://www.mandiant.com/resources/blog/url-obfuscation-schema-abuse\"}, \"root['x_mitre_contributors'][1]\": \"Hen Porcilan\", \"root['x_mitre_contributors'][2]\": \"Diyar Saadi Ali\", \"root['x_mitre_contributors'][3]\": \"Nikola Kovac\"}}",
                    "previous_version": "1.3",
                    "version_change": "1.3 \u2192 1.4",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to89__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to89__0\"><a href=\"#difflib_chg_to89__top\">t</a></td><td class=\"diff_header\" id=\"from89_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;put&nbsp;in&nbsp;place&nbsp;resources&nbsp;that&nbsp;are&nbsp;referenced&nbsp;b</td><td class=\"diff_next\"><a href=\"#difflib_chg_to89__top\">t</a></td><td class=\"diff_header\" id=\"to89_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;put&nbsp;in&nbsp;place&nbsp;resources&nbsp;that&nbsp;are&nbsp;referenced&nbsp;b</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">y&nbsp;a&nbsp;link&nbsp;that&nbsp;can&nbsp;be&nbsp;used&nbsp;during&nbsp;targeting.&nbsp;An&nbsp;adversary&nbsp;may</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">y&nbsp;a&nbsp;link&nbsp;that&nbsp;can&nbsp;be&nbsp;used&nbsp;during&nbsp;targeting.&nbsp;An&nbsp;adversary&nbsp;may</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;rely&nbsp;upon&nbsp;a&nbsp;user&nbsp;clicking&nbsp;a&nbsp;malicious&nbsp;link&nbsp;in&nbsp;order&nbsp;to&nbsp;divu</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;rely&nbsp;upon&nbsp;a&nbsp;user&nbsp;clicking&nbsp;a&nbsp;malicious&nbsp;link&nbsp;in&nbsp;order&nbsp;to&nbsp;divu</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">lge&nbsp;information&nbsp;(including&nbsp;credentials)&nbsp;or&nbsp;to&nbsp;gain&nbsp;execution</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">lge&nbsp;information&nbsp;(including&nbsp;credentials)&nbsp;or&nbsp;to&nbsp;gain&nbsp;execution</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">,&nbsp;as&nbsp;in&nbsp;[Malicious&nbsp;Link](https://attack.mitre.org/techniques</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">,&nbsp;as&nbsp;in&nbsp;[Malicious&nbsp;Link](https://attack.mitre.org/techniques</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">/T1204/001).&nbsp;Links&nbsp;can&nbsp;be&nbsp;used&nbsp;for&nbsp;spearphishing,&nbsp;such&nbsp;as&nbsp;se</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">/T1204/001).&nbsp;Links&nbsp;can&nbsp;be&nbsp;used&nbsp;for&nbsp;spearphishing,&nbsp;such&nbsp;as&nbsp;se</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nding&nbsp;an&nbsp;email&nbsp;accompanied&nbsp;by&nbsp;social&nbsp;engineering&nbsp;text&nbsp;to&nbsp;coa</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nding&nbsp;an&nbsp;email&nbsp;accompanied&nbsp;by&nbsp;social&nbsp;engineering&nbsp;text&nbsp;to&nbsp;coa</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">x&nbsp;the&nbsp;user&nbsp;to&nbsp;actively&nbsp;click&nbsp;or&nbsp;copy&nbsp;and&nbsp;paste&nbsp;a&nbsp;URL&nbsp;into&nbsp;a&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">x&nbsp;the&nbsp;user&nbsp;to&nbsp;actively&nbsp;click&nbsp;or&nbsp;copy&nbsp;and&nbsp;paste&nbsp;a&nbsp;URL&nbsp;into&nbsp;a&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">browser.&nbsp;Prior&nbsp;to&nbsp;a&nbsp;phish&nbsp;for&nbsp;information&nbsp;(as&nbsp;in&nbsp;[Spearphish</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">browser.&nbsp;Prior&nbsp;to&nbsp;a&nbsp;phish&nbsp;for&nbsp;information&nbsp;(as&nbsp;in&nbsp;[Spearphish</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ing&nbsp;Link](https://attack.mitre.org/techniques/T1598/003))&nbsp;or</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ing&nbsp;Link](https://attack.mitre.org/techniques/T1598/003))&nbsp;or</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;a&nbsp;phish&nbsp;to&nbsp;gain&nbsp;initial&nbsp;access&nbsp;to&nbsp;a&nbsp;system&nbsp;(as&nbsp;in&nbsp;[Spearphi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;a&nbsp;phish&nbsp;to&nbsp;gain&nbsp;initial&nbsp;access&nbsp;to&nbsp;a&nbsp;system&nbsp;(as&nbsp;in&nbsp;[Spearphi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">shing&nbsp;Link](https://attack.mitre.org/techniques/T1566/002)),</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">shing&nbsp;Link](https://attack.mitre.org/techniques/T1566/002)),</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;an&nbsp;adversary&nbsp;must&nbsp;set&nbsp;up&nbsp;the&nbsp;resources&nbsp;for&nbsp;a&nbsp;link&nbsp;target&nbsp;fo</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;an&nbsp;adversary&nbsp;must&nbsp;set&nbsp;up&nbsp;the&nbsp;resources&nbsp;for&nbsp;a&nbsp;link&nbsp;target&nbsp;fo</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">r&nbsp;the&nbsp;spearphishing&nbsp;link.&nbsp;&nbsp;&nbsp;Typically,&nbsp;the&nbsp;resources&nbsp;for&nbsp;a&nbsp;l</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">r&nbsp;the&nbsp;spearphishing&nbsp;link.&nbsp;&nbsp;&nbsp;Typically,&nbsp;the&nbsp;resources&nbsp;for&nbsp;a&nbsp;l</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ink&nbsp;target&nbsp;will&nbsp;be&nbsp;an&nbsp;HTML&nbsp;page&nbsp;that&nbsp;may&nbsp;include&nbsp;some&nbsp;client</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ink&nbsp;target&nbsp;will&nbsp;be&nbsp;an&nbsp;HTML&nbsp;page&nbsp;that&nbsp;may&nbsp;include&nbsp;some&nbsp;client</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">-side&nbsp;script&nbsp;such&nbsp;as&nbsp;[JavaScript](https://attack.mitre.org/t</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">-side&nbsp;script&nbsp;such&nbsp;as&nbsp;[JavaScript](https://attack.mitre.org/t</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">echniques/T1059/007)&nbsp;to&nbsp;decide&nbsp;what&nbsp;content&nbsp;to&nbsp;serve&nbsp;to&nbsp;the&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">echniques/T1059/007)&nbsp;to&nbsp;decide&nbsp;what&nbsp;content&nbsp;to&nbsp;serve&nbsp;to&nbsp;the&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">user.&nbsp;Adversaries&nbsp;may&nbsp;clone&nbsp;legitimate&nbsp;sites&nbsp;to&nbsp;serve&nbsp;as&nbsp;the</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">user.&nbsp;Adversaries&nbsp;may&nbsp;clone&nbsp;legitimate&nbsp;sites&nbsp;to&nbsp;serve&nbsp;as&nbsp;the</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;link&nbsp;target,&nbsp;this&nbsp;can&nbsp;include&nbsp;cloning&nbsp;of&nbsp;login&nbsp;pages&nbsp;of&nbsp;leg</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;link&nbsp;target,&nbsp;this&nbsp;can&nbsp;include&nbsp;cloning&nbsp;of&nbsp;login&nbsp;pages&nbsp;of&nbsp;leg</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">itimate&nbsp;web&nbsp;services&nbsp;or&nbsp;organization&nbsp;login&nbsp;pages&nbsp;in&nbsp;an&nbsp;effor</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">itimate&nbsp;web&nbsp;services&nbsp;or&nbsp;organization&nbsp;login&nbsp;pages&nbsp;in&nbsp;an&nbsp;effor</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">t&nbsp;to&nbsp;harvest&nbsp;credentials&nbsp;during&nbsp;[Spearphishing&nbsp;Link](https:/</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">t&nbsp;to&nbsp;harvest&nbsp;credentials&nbsp;during&nbsp;[Spearphishing&nbsp;Link](https:/</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">/attack.mitre.org/techniques/T1598/003).(Citation:&nbsp;Malwareby</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">/attack.mitre.org/techniques/T1598/003).(Citation:&nbsp;Malwareby</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tes&nbsp;Silent&nbsp;Librarian&nbsp;October&nbsp;2020)(Citation:&nbsp;Proofpoint&nbsp;TA40</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tes&nbsp;Silent&nbsp;Librarian&nbsp;October&nbsp;2020)(Citation:&nbsp;Proofpoint&nbsp;TA40</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">7&nbsp;September&nbsp;2019)&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;[Upload&nbsp;Malware](http</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">7&nbsp;September&nbsp;2019)&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;[Upload&nbsp;Malware](http</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s://attack.mitre.org/techniques/T1608/001)&nbsp;and&nbsp;have&nbsp;the&nbsp;link</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s://attack.mitre.org/techniques/T1608/001)&nbsp;and&nbsp;have&nbsp;the&nbsp;link</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;target&nbsp;point&nbsp;to&nbsp;malware&nbsp;for&nbsp;download/execution&nbsp;by&nbsp;the&nbsp;user.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;target&nbsp;point&nbsp;to&nbsp;malware&nbsp;for&nbsp;download/execution&nbsp;by&nbsp;the&nbsp;user.</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;purchase&nbsp;domains&nbsp;similar&nbsp;to&nbsp;legitimate&nbsp;dom</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;purchase&nbsp;domains&nbsp;similar&nbsp;to&nbsp;legitimate&nbsp;dom</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ains&nbsp;(ex:&nbsp;homoglyphs,&nbsp;typosquatting,&nbsp;different&nbsp;top-level&nbsp;dom</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ains&nbsp;(ex:&nbsp;homoglyphs,&nbsp;typosquatting,&nbsp;different&nbsp;top-level&nbsp;dom</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ain,&nbsp;etc.)&nbsp;during&nbsp;acquisition&nbsp;of&nbsp;infrastructure&nbsp;([Domains](h</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ain,&nbsp;etc.)&nbsp;during&nbsp;acquisition&nbsp;of&nbsp;infrastructure&nbsp;([Domains](h</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ttps://attack.mitre.org/techniques/T1583/001))&nbsp;to&nbsp;help&nbsp;facil</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ttps://attack.mitre.org/techniques/T1583/001))&nbsp;to&nbsp;help&nbsp;facil</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">itate&nbsp;[Malicious&nbsp;Link](https://attack.mitre.org/techniques/T</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">itate&nbsp;[Malicious&nbsp;Link](https://attack.mitre.org/techniques/T</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">1204/001).&nbsp;Link<span class=\"diff_chg\">&nbsp;shortening&nbsp;services&nbsp;can&nbsp;also</span>&nbsp;be&nbsp;<span class=\"diff_sub\">employed.&nbsp;Ad</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">1204/001).&nbsp;<span class=\"diff_add\">&nbsp;</span>Link<span class=\"diff_chg\">s&nbsp;can</span>&nbsp;be&nbsp;w<span class=\"diff_chg\">ritten</span>&nbsp;b<span class=\"diff_chg\">y&nbsp;adversaries&nbsp;to&nbsp;mask&nbsp;the&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">versaries&nbsp;may&nbsp;also&nbsp;use&nbsp;free&nbsp;or&nbsp;paid&nbsp;accounts&nbsp;on&nbsp;Platform-as-</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">true&nbsp;destination&nbsp;in&nbsp;order&nbsp;to&nbsp;deceive&nbsp;victims</span>&nbsp;b<span class=\"diff_chg\">y&nbsp;abusing&nbsp;the&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">a-Service&nbsp;providers&nbsp;to&nbsp;host&nbsp;link&nbsp;targets&nbsp;</span>w<span class=\"diff_chg\">hile&nbsp;taking&nbsp;advant</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">URL&nbsp;schema&nbsp;and&nbsp;increasing&nbsp;the&nbsp;effectiveness&nbsp;of&nbsp;phishing</span>.(Cit</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">age&nbsp;of&nbsp;the&nbsp;widely&nbsp;trusted&nbsp;domains&nbsp;of&nbsp;those&nbsp;providers&nbsp;to&nbsp;avoi</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ation:&nbsp;<span class=\"diff_add\">Kaspersky-masking)(Citation:&nbsp;mandiant-masking)&nbsp;&nbsp;Adver</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">d</span>&nbsp;b<span class=\"diff_chg\">eing</span>&nbsp;b<span class=\"diff_chg\">locked</span>.(Citation:&nbsp;Netskope&nbsp;GCP&nbsp;Redirection)(Citatio</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">saries&nbsp;may&nbsp;also&nbsp;use&nbsp;free&nbsp;or&nbsp;paid&nbsp;accounts&nbsp;on&nbsp;link&nbsp;shortening</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n:&nbsp;Netskope&nbsp;Cloud&nbsp;Phishing)(Citation:&nbsp;Intezer&nbsp;App&nbsp;Service&nbsp;Ph</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;services&nbsp;and&nbsp;Platform-as-a-Service&nbsp;providers&nbsp;to&nbsp;host&nbsp;link&nbsp;t</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ishing)&nbsp;Finally,&nbsp;adversaries&nbsp;may&nbsp;take&nbsp;advantage&nbsp;of&nbsp;the&nbsp;decen</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">argets&nbsp;while&nbsp;taking&nbsp;advantage&nbsp;of&nbsp;the&nbsp;widely&nbsp;trusted&nbsp;domains&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tralized&nbsp;nature&nbsp;of&nbsp;the&nbsp;InterPlanetary&nbsp;File&nbsp;System&nbsp;(IPFS)&nbsp;to&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">of&nbsp;those&nbsp;providers&nbsp;to&nbsp;avoid&nbsp;being&nbsp;blocked&nbsp;while&nbsp;redirecting&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">host&nbsp;link&nbsp;targets&nbsp;that&nbsp;are&nbsp;difficult&nbsp;to&nbsp;remove.(Citation:&nbsp;Ta</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">victims&nbsp;to&nbsp;malicious&nbsp;pages.(Citation:&nbsp;</span>Netskope&nbsp;GCP&nbsp;Redirecti</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">los&nbsp;IPFS&nbsp;2022)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">on)(Citation:&nbsp;Netskope&nbsp;Cloud&nbsp;Phishing)(Citation:&nbsp;Intezer&nbsp;App</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Service&nbsp;Phishing)<span class=\"diff_add\">(Citation:&nbsp;Cofense-redirect)&nbsp;In&nbsp;addition,&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">adversaries&nbsp;may&nbsp;serve&nbsp;a&nbsp;variety&nbsp;of&nbsp;malicious&nbsp;links&nbsp;through&nbsp;u</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">niquely&nbsp;generated&nbsp;URIs/URLs.(Citation:&nbsp;iOS&nbsp;URL&nbsp;Scheme)(Citat</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ion:&nbsp;URI)(Citation:&nbsp;URI&nbsp;Use)(Citation:&nbsp;URI&nbsp;Unique)</span>&nbsp;Finally,&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">adversaries&nbsp;may&nbsp;take&nbsp;advantage&nbsp;of&nbsp;the&nbsp;decentralized&nbsp;nature&nbsp;o</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">f&nbsp;the&nbsp;InterPlanetary&nbsp;File&nbsp;System&nbsp;(IPFS)&nbsp;to&nbsp;host&nbsp;link&nbsp;targets</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;that&nbsp;are&nbsp;difficult&nbsp;to&nbsp;remove.(Citation:&nbsp;Talos&nbsp;IPFS&nbsp;2022)</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1056: Pre-compromise"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0035: Internet Scan (Response Content)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--890c9858-598c-401d-a4d5-c67ebcdd703a",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-09-04 15:54:25.684000+00:00",
                    "modified": "2024-03-24 19:41:54.832000+00:00",
                    "name": "Steal Application Access Token",
                    "description": "Adversaries can steal application access tokens as a means of acquiring credentials to access remote systems and resources.\n\nApplication access tokens are used to make authorized API requests on behalf of a user or service and are commonly used as a way to access resources in cloud and container-based applications and software-as-a-service (SaaS).(Citation: Auth0 - Why You Should Always Use Access Tokens to Secure APIs Sept 2019)  Adversaries who steal account API tokens in cloud and containerized environments may be able to access data and perform actions with the permissions of these accounts, which can lead to privilege escalation and further compromise of the environment.\n\nFor example, in Kubernetes environments, processes running inside a container may communicate with the Kubernetes API server using service account tokens. If a container is compromised, an adversary may be able to steal the container\u2019s token and thereby gain access to Kubernetes API commands.(Citation: Kubernetes Service Accounts)  Similarly, instances within continuous-development / continuous-integration (CI/CD) pipelines will often use API tokens to authenticate to other services for testing and deployment.(Citation: Cider Security Top 10 CICD Security Risks) If these pipelines are compromised, adversaries may be able to steal these tokens and leverage their privileges.\n\nToken theft can also occur through social engineering, in which case user action may be required to grant access. OAuth is one commonly implemented framework that issues tokens to users for access to systems. An application desiring access to cloud-based services or protected APIs can gain entry using OAuth 2.0 through a variety of authorization protocols. An example commonly-used sequence is Microsoft's Authorization Code Grant flow.(Citation: Microsoft Identity Platform Protocols May 2019)(Citation: Microsoft - OAuth Code Authorization flow - June 2019) An OAuth access token enables a third-party application to interact with resources containing user data in the ways requested by the application without obtaining user credentials. \n \nAdversaries can leverage OAuth authorization by constructing a malicious application designed to be granted access to resources with the target user's OAuth token.(Citation: Amnesty OAuth Phishing Attacks, August 2019)(Citation: Trend Micro Pawn Storm OAuth 2017) The adversary will need to complete registration of their application with the authorization server, for example Microsoft Identity Platform using Azure Portal, the Visual Studio IDE, the command-line interface, PowerShell, or REST API calls.(Citation: Microsoft - Azure AD App Registration - May 2019) Then, they can send a [Spearphishing Link](https://attack.mitre.org/techniques/T1566/002) to the target user to entice them to grant access to the application. Once the OAuth access token is granted, the application can gain potentially long-term access to features of the user account through [Application Access Token](https://attack.mitre.org/techniques/T1550/001).(Citation: Microsoft - Azure AD Identity Tokens - Aug 2019)\n\nApplication access tokens may function within a limited lifetime, limiting how long an adversary can utilize the stolen token. However, in some cases, adversaries can also steal application refresh tokens(Citation: Auth0 Understanding Refresh Tokens), allowing them to obtain new access tokens without prompting the user.  \n\n",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "credential-access"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1528",
                            "external_id": "T1528"
                        },
                        {
                            "source_name": "Amnesty OAuth Phishing Attacks, August 2019",
                            "description": "Amnesty International. (2019, August 16). Evolving Phishing Attacks Targeting Journalists and Human Rights Defenders from the Middle-East and North Africa. Retrieved October 8, 2019.",
                            "url": "https://www.amnesty.org/en/latest/research/2019/08/evolving-phishing-attacks-targeting-journalists-and-human-rights-defenders-from-the-middle-east-and-north-africa/"
                        },
                        {
                            "source_name": "Auth0 Understanding Refresh Tokens",
                            "description": "Auth0 Inc.. (n.d.). Understanding Refresh Tokens. Retrieved December 16, 2021.",
                            "url": "https://auth0.com/learn/refresh-tokens/"
                        },
                        {
                            "source_name": "Auth0 - Why You Should Always Use Access Tokens to Secure APIs Sept 2019",
                            "description": "Auth0. (n.d.). Why You Should Always Use Access Tokens to Secure APIs. Retrieved September 12, 2019.",
                            "url": "https://auth0.com/blog/why-should-use-accesstokens-to-secure-an-api/"
                        },
                        {
                            "source_name": "Cider Security Top 10 CICD Security Risks",
                            "description": "Daniel Krivelevich and Omer Gil. (n.d.). Top 10 CI/CD Security Risks. Retrieved March 24, 2024.",
                            "url": "https://www.cidersecurity.io/top-10-cicd-security-risks/"
                        },
                        {
                            "source_name": "Trend Micro Pawn Storm OAuth 2017",
                            "description": "Hacquebord, F.. (2017, April 25). Pawn Storm Abuses Open Authentication in Advanced Social Engineering Attacks. Retrieved October 4, 2019.",
                            "url": "https://blog.trendmicro.com/trendlabs-security-intelligence/pawn-storm-abuses-open-authentication-advanced-social-engineering-attacks"
                        },
                        {
                            "source_name": "Kubernetes Service Accounts",
                            "description": "Kubernetes. (2022, February 26). Configure Service Accounts for Pods. Retrieved April 1, 2022.",
                            "url": "https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/"
                        },
                        {
                            "source_name": "Microsoft - Azure AD Identity Tokens - Aug 2019",
                            "description": "Microsoft. (2019, August 29). Microsoft identity platform access tokens. Retrieved September 12, 2019.",
                            "url": "https://docs.microsoft.com/en-us/azure/active-directory/develop/access-tokens"
                        },
                        {
                            "source_name": "Microsoft - Azure AD App Registration - May 2019",
                            "description": "Microsoft. (2019, May 8). Quickstart: Register an application with the Microsoft identity platform. Retrieved September 12, 2019.",
                            "url": "https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app"
                        },
                        {
                            "source_name": "Microsoft - OAuth Code Authorization flow - June 2019",
                            "description": "Microsoft. (n.d.). Microsoft identity platform and OAuth 2.0 authorization code flow. Retrieved September 12, 2019.",
                            "url": "https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-auth-code-flow"
                        },
                        {
                            "source_name": "Microsoft Identity Platform Protocols May 2019",
                            "description": "Microsoft. (n.d.). Retrieved September 12, 2019.",
                            "url": "https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-v2-protocols"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Suzy Schapperle - Microsoft Azure Red Team",
                        "Shailesh Tiwary (Indian Army)",
                        "Mark Wee",
                        "Jeff Sakowicz, Microsoft Identity Developer Platform Services (IDPM Services)",
                        "Saisha Agrawal, Microsoft Threat Intelligent Center (MSTIC)",
                        "Ram Pliskin, Microsoft Azure Security Center",
                        "Jack Burns, HubSpot"
                    ],
                    "x_mitre_data_sources": [
                        "Active Directory: Active Directory Object Modification",
                        "User Account: User Account Modification"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Administrators should set up monitoring to trigger automatic alerts when policy criteria are met. For example, using a Cloud Access Security Broker (CASB), admins can create a \u201cHigh severity app permissions\u201d policy that generates alerts if apps request high severity permissions or send permissions requests for too many users.\n\nSecurity analysts can hunt for malicious apps using the tools available in their CASB, identity provider, or resource provider (depending on platform.) For example, they can filter for apps that are authorized by a small number of users, apps requesting high risk permissions, permissions incongruous with the app\u2019s purpose, or apps with old \u201cLast authorized\u201d fields. A specific app can be investigated using an activity log displaying activities the app has performed, although some activities may be mis-logged as being performed by the user. App stores can be useful resources to further investigate suspicious apps.\n\nAdministrators can set up a variety of logs and leverage audit tools to monitor actions that can be conducted as a result of OAuth 2.0 access. For instance, audit reports enable admins to identify privilege escalation actions such as role creations or policy modifications, which could be actions performed after initial access.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "SaaS",
                        "Office 365",
                        "Azure AD",
                        "Google Workspace",
                        "Containers"
                    ],
                    "x_mitre_version": "1.3",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-03-24 19:41:54.832000+00:00\", \"old_value\": \"2023-09-19 21:23:50.233000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries can steal application access tokens as a means of acquiring credentials to access remote systems and resources.\\n\\nApplication access tokens are used to make authorized API requests on behalf of a user or service and are commonly used as a way to access resources in cloud and container-based applications and software-as-a-service (SaaS).(Citation: Auth0 - Why You Should Always Use Access Tokens to Secure APIs Sept 2019)  Adversaries who steal account API tokens in cloud and containerized environments may be able to access data and perform actions with the permissions of these accounts, which can lead to privilege escalation and further compromise of the environment.\\n\\nFor example, in Kubernetes environments, processes running inside a container may communicate with the Kubernetes API server using service account tokens. If a container is compromised, an adversary may be able to steal the container\\u2019s token and thereby gain access to Kubernetes API commands.(Citation: Kubernetes Service Accounts)  Similarly, instances within continuous-development / continuous-integration (CI/CD) pipelines will often use API tokens to authenticate to other services for testing and deployment.(Citation: Cider Security Top 10 CICD Security Risks) If these pipelines are compromised, adversaries may be able to steal these tokens and leverage their privileges.\\n\\nToken theft can also occur through social engineering, in which case user action may be required to grant access. OAuth is one commonly implemented framework that issues tokens to users for access to systems. An application desiring access to cloud-based services or protected APIs can gain entry using OAuth 2.0 through a variety of authorization protocols. An example commonly-used sequence is Microsoft's Authorization Code Grant flow.(Citation: Microsoft Identity Platform Protocols May 2019)(Citation: Microsoft - OAuth Code Authorization flow - June 2019) An OAuth access token enables a third-party application to interact with resources containing user data in the ways requested by the application without obtaining user credentials. \\n \\nAdversaries can leverage OAuth authorization by constructing a malicious application designed to be granted access to resources with the target user's OAuth token.(Citation: Amnesty OAuth Phishing Attacks, August 2019)(Citation: Trend Micro Pawn Storm OAuth 2017) The adversary will need to complete registration of their application with the authorization server, for example Microsoft Identity Platform using Azure Portal, the Visual Studio IDE, the command-line interface, PowerShell, or REST API calls.(Citation: Microsoft - Azure AD App Registration - May 2019) Then, they can send a [Spearphishing Link](https://attack.mitre.org/techniques/T1566/002) to the target user to entice them to grant access to the application. Once the OAuth access token is granted, the application can gain potentially long-term access to features of the user account through [Application Access Token](https://attack.mitre.org/techniques/T1550/001).(Citation: Microsoft - Azure AD Identity Tokens - Aug 2019)\\n\\nApplication access tokens may function within a limited lifetime, limiting how long an adversary can utilize the stolen token. However, in some cases, adversaries can also steal application refresh tokens(Citation: Auth0 Understanding Refresh Tokens), allowing them to obtain new access tokens without prompting the user.  \\n\\n\", \"old_value\": \"Adversaries can steal application access tokens as a means of acquiring credentials to access remote systems and resources.\\n\\nApplication access tokens are used to make authorized API requests on behalf of a user or service and are commonly used as a way to access resources in cloud and container-based applications and software-as-a-service (SaaS).(Citation: Auth0 - Why You Should Always Use Access Tokens to Secure APIs Sept 2019) OAuth is one commonly implemented framework that issues tokens to users for access to systems. Adversaries who steal account API tokens in cloud and containerized environments may be able to access data and perform actions with the permissions of these accounts, which can lead to privilege escalation and further compromise of the environment.\\n\\nIn Kubernetes environments, processes running inside a container communicate with the Kubernetes API server using service account tokens. If a container is compromised, an attacker may be able to steal the container\\u2019s token and thereby gain access to Kubernetes API commands.(Citation: Kubernetes Service Accounts)\\n\\nToken theft can also occur through social engineering, in which case user action may be required to grant access. An application desiring access to cloud-based services or protected APIs can gain entry using OAuth 2.0 through a variety of authorization protocols. An example commonly-used sequence is Microsoft's Authorization Code Grant flow.(Citation: Microsoft Identity Platform Protocols May 2019)(Citation: Microsoft - OAuth Code Authorization flow - June 2019) An OAuth access token enables a third-party application to interact with resources containing user data in the ways requested by the application without obtaining user credentials. \\n \\nAdversaries can leverage OAuth authorization by constructing a malicious application designed to be granted access to resources with the target user's OAuth token.(Citation: Amnesty OAuth Phishing Attacks, August 2019)(Citation: Trend Micro Pawn Storm OAuth 2017) The adversary will need to complete registration of their application with the authorization server, for example Microsoft Identity Platform using Azure Portal, the Visual Studio IDE, the command-line interface, PowerShell, or REST API calls.(Citation: Microsoft - Azure AD App Registration - May 2019) Then, they can send a [Spearphishing Link](https://attack.mitre.org/techniques/T1566/002) to the target user to entice them to grant access to the application. Once the OAuth access token is granted, the application can gain potentially long-term access to features of the user account through [Application Access Token](https://attack.mitre.org/techniques/T1550/001).(Citation: Microsoft - Azure AD Identity Tokens - Aug 2019)\\n\\nApplication access tokens may function within a limited lifetime, limiting how long an adversary can utilize the stolen token. However, in some cases, adversaries can also steal application refresh tokens(Citation: Auth0 Understanding Refresh Tokens), allowing them to obtain new access tokens without prompting the user.  \\n\\n\", \"diff\": \"--- \\n+++ \\n@@ -1,10 +1,10 @@\\n Adversaries can steal application access tokens as a means of acquiring credentials to access remote systems and resources.\\n \\n-Application access tokens are used to make authorized API requests on behalf of a user or service and are commonly used as a way to access resources in cloud and container-based applications and software-as-a-service (SaaS).(Citation: Auth0 - Why You Should Always Use Access Tokens to Secure APIs Sept 2019) OAuth is one commonly implemented framework that issues tokens to users for access to systems. Adversaries who steal account API tokens in cloud and containerized environments may be able to access data and perform actions with the permissions of these accounts, which can lead to privilege escalation and further compromise of the environment.\\n+Application access tokens are used to make authorized API requests on behalf of a user or service and are commonly used as a way to access resources in cloud and container-based applications and software-as-a-service (SaaS).(Citation: Auth0 - Why You Should Always Use Access Tokens to Secure APIs Sept 2019)  Adversaries who steal account API tokens in cloud and containerized environments may be able to access data and perform actions with the permissions of these accounts, which can lead to privilege escalation and further compromise of the environment.\\n \\n-In Kubernetes environments, processes running inside a container communicate with the Kubernetes API server using service account tokens. If a container is compromised, an attacker may be able to steal the container\\u2019s token and thereby gain access to Kubernetes API commands.(Citation: Kubernetes Service Accounts)\\n+For example, in Kubernetes environments, processes running inside a container may communicate with the Kubernetes API server using service account tokens. If a container is compromised, an adversary may be able to steal the container\\u2019s token and thereby gain access to Kubernetes API commands.(Citation: Kubernetes Service Accounts)  Similarly, instances within continuous-development / continuous-integration (CI/CD) pipelines will often use API tokens to authenticate to other services for testing and deployment.(Citation: Cider Security Top 10 CICD Security Risks) If these pipelines are compromised, adversaries may be able to steal these tokens and leverage their privileges.\\n \\n-Token theft can also occur through social engineering, in which case user action may be required to grant access. An application desiring access to cloud-based services or protected APIs can gain entry using OAuth 2.0 through a variety of authorization protocols. An example commonly-used sequence is Microsoft's Authorization Code Grant flow.(Citation: Microsoft Identity Platform Protocols May 2019)(Citation: Microsoft - OAuth Code Authorization flow - June 2019) An OAuth access token enables a third-party application to interact with resources containing user data in the ways requested by the application without obtaining user credentials. \\n+Token theft can also occur through social engineering, in which case user action may be required to grant access. OAuth is one commonly implemented framework that issues tokens to users for access to systems. An application desiring access to cloud-based services or protected APIs can gain entry using OAuth 2.0 through a variety of authorization protocols. An example commonly-used sequence is Microsoft's Authorization Code Grant flow.(Citation: Microsoft Identity Platform Protocols May 2019)(Citation: Microsoft - OAuth Code Authorization flow - June 2019) An OAuth access token enables a third-party application to interact with resources containing user data in the ways requested by the application without obtaining user credentials. \\n  \\n Adversaries can leverage OAuth authorization by constructing a malicious application designed to be granted access to resources with the target user's OAuth token.(Citation: Amnesty OAuth Phishing Attacks, August 2019)(Citation: Trend Micro Pawn Storm OAuth 2017) The adversary will need to complete registration of their application with the authorization server, for example Microsoft Identity Platform using Azure Portal, the Visual Studio IDE, the command-line interface, PowerShell, or REST API calls.(Citation: Microsoft - Azure AD App Registration - May 2019) Then, they can send a [Spearphishing Link](https://attack.mitre.org/techniques/T1566/002) to the target user to entice them to grant access to the application. Once the OAuth access token is granted, the application can gain potentially long-term access to features of the user account through [Application Access Token](https://attack.mitre.org/techniques/T1550/001).(Citation: Microsoft - Azure AD Identity Tokens - Aug 2019)\\n \"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.3\", \"old_value\": \"1.2\"}}, \"iterable_item_added\": {\"root['external_references'][4]\": {\"source_name\": \"Cider Security Top 10 CICD Security Risks\", \"description\": \"Daniel Krivelevich and Omer Gil. (n.d.). Top 10 CI/CD Security Risks. Retrieved March 24, 2024.\", \"url\": \"https://www.cidersecurity.io/top-10-cicd-security-risks/\"}, \"root['x_mitre_data_sources'][0]\": \"Active Directory: Active Directory Object Modification\"}}",
                    "previous_version": "1.2",
                    "version_change": "1.2 \u2192 1.3",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to8__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to8__0\"><a href=\"#difflib_chg_to8__top\">t</a></td><td class=\"diff_header\" id=\"from8_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;can&nbsp;steal&nbsp;application&nbsp;access&nbsp;tokens&nbsp;as&nbsp;a&nbsp;means&nbsp;o</td><td class=\"diff_next\"><a href=\"#difflib_chg_to8__top\">t</a></td><td class=\"diff_header\" id=\"to8_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;can&nbsp;steal&nbsp;application&nbsp;access&nbsp;tokens&nbsp;as&nbsp;a&nbsp;means&nbsp;o</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">f&nbsp;acquiring&nbsp;credentials&nbsp;to&nbsp;access&nbsp;remote&nbsp;systems&nbsp;and&nbsp;resourc</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">f&nbsp;acquiring&nbsp;credentials&nbsp;to&nbsp;access&nbsp;remote&nbsp;systems&nbsp;and&nbsp;resourc</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">es.&nbsp;&nbsp;Application&nbsp;access&nbsp;tokens&nbsp;are&nbsp;used&nbsp;to&nbsp;make&nbsp;authorized&nbsp;A</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">es.&nbsp;&nbsp;Application&nbsp;access&nbsp;tokens&nbsp;are&nbsp;used&nbsp;to&nbsp;make&nbsp;authorized&nbsp;A</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">PI&nbsp;requests&nbsp;on&nbsp;behalf&nbsp;of&nbsp;a&nbsp;user&nbsp;or&nbsp;service&nbsp;and&nbsp;are&nbsp;commonly&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">PI&nbsp;requests&nbsp;on&nbsp;behalf&nbsp;of&nbsp;a&nbsp;user&nbsp;or&nbsp;service&nbsp;and&nbsp;are&nbsp;commonly&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">used&nbsp;as&nbsp;a&nbsp;way&nbsp;to&nbsp;access&nbsp;resources&nbsp;in&nbsp;cloud&nbsp;and&nbsp;container-bas</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">used&nbsp;as&nbsp;a&nbsp;way&nbsp;to&nbsp;access&nbsp;resources&nbsp;in&nbsp;cloud&nbsp;and&nbsp;container-bas</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;applications&nbsp;and&nbsp;software-as-a-service&nbsp;(SaaS).(Citation:&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;applications&nbsp;and&nbsp;software-as-a-service&nbsp;(SaaS).(Citation:&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Auth0&nbsp;-&nbsp;Why&nbsp;You&nbsp;Should&nbsp;Always&nbsp;Use&nbsp;Access&nbsp;Tokens&nbsp;to&nbsp;Secure&nbsp;AP</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Auth0&nbsp;-&nbsp;Why&nbsp;You&nbsp;Should&nbsp;Always&nbsp;Use&nbsp;Access&nbsp;Tokens&nbsp;to&nbsp;Secure&nbsp;AP</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Is&nbsp;Sept&nbsp;2019)&nbsp;<span class=\"diff_chg\">OAuth&nbsp;is&nbsp;one&nbsp;commonly&nbsp;implemented&nbsp;frame</span>w<span class=\"diff_chg\">ork&nbsp;th</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Is&nbsp;Sept&nbsp;2019)&nbsp;<span class=\"diff_chg\">&nbsp;Adversaries&nbsp;</span>w<span class=\"diff_chg\">ho&nbsp;steal&nbsp;account</span>&nbsp;API&nbsp;tokens&nbsp;in&nbsp;c</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">at&nbsp;issues&nbsp;tokens&nbsp;to&nbsp;users&nbsp;for&nbsp;access&nbsp;to&nbsp;systems.&nbsp;Adversaries</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">loud&nbsp;and&nbsp;containerized&nbsp;environments&nbsp;may&nbsp;be&nbsp;able&nbsp;to&nbsp;access&nbsp;da</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">&nbsp;who&nbsp;steal&nbsp;account</span>&nbsp;API&nbsp;tokens&nbsp;in&nbsp;cloud&nbsp;and&nbsp;containerized&nbsp;env</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ta&nbsp;and&nbsp;perform&nbsp;actions&nbsp;with&nbsp;the&nbsp;permissions&nbsp;of&nbsp;these&nbsp;account</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ironments&nbsp;may&nbsp;be&nbsp;able&nbsp;to&nbsp;access&nbsp;data&nbsp;and&nbsp;perform&nbsp;actions&nbsp;wit</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s,&nbsp;which&nbsp;can&nbsp;lead&nbsp;to&nbsp;privilege&nbsp;escalation&nbsp;and&nbsp;further&nbsp;compro</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">h&nbsp;the&nbsp;permissions&nbsp;of&nbsp;these&nbsp;accounts,&nbsp;which&nbsp;can&nbsp;lead&nbsp;to&nbsp;privi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">mise&nbsp;of&nbsp;the&nbsp;environment.&nbsp;&nbsp;<span class=\"diff_chg\">For&nbsp;example,&nbsp;in</span>&nbsp;Kubernetes&nbsp;environ</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">lege&nbsp;escalation&nbsp;and&nbsp;further&nbsp;compromise&nbsp;of&nbsp;the&nbsp;environment.&nbsp;&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ments,&nbsp;processes&nbsp;running&nbsp;inside&nbsp;a&nbsp;container&nbsp;<span class=\"diff_chg\">may&nbsp;communicate</span>&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">In</span>&nbsp;Kubernetes&nbsp;environments,&nbsp;processes&nbsp;running&nbsp;inside&nbsp;a&nbsp;conta</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">with&nbsp;the&nbsp;Kubernetes&nbsp;API&nbsp;server&nbsp;using&nbsp;service&nbsp;account&nbsp;tokens.</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">iner&nbsp;<span class=\"diff_chg\">communicate</span>&nbsp;with&nbsp;the&nbsp;Kubernetes&nbsp;API&nbsp;server&nbsp;using&nbsp;servic</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;If&nbsp;a&nbsp;container&nbsp;is&nbsp;compromised,&nbsp;an&nbsp;a<span class=\"diff_chg\">dversary&nbsp;may&nbsp;be&nbsp;able&nbsp;to&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;account&nbsp;tokens.&nbsp;If&nbsp;a&nbsp;container&nbsp;is&nbsp;compromised,&nbsp;an&nbsp;a<span class=\"diff_chg\">ttac</span>ke<span class=\"diff_chg\">r</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">steal&nbsp;the&nbsp;container\u2019s&nbsp;to</span>ke<span class=\"diff_chg\">n&nbsp;and&nbsp;there</span>b<span class=\"diff_chg\">y&nbsp;gain&nbsp;access&nbsp;to&nbsp;Ku</span>b<span class=\"diff_chg\">er</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">&nbsp;may&nbsp;</span>b<span class=\"diff_chg\">e&nbsp;a</span>b<span class=\"diff_chg\">le&nbsp;to&nbsp;steal&nbsp;the&nbsp;container\u2019s&nbsp;token&nbsp;and&nbsp;thereby&nbsp;gain</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">netes</span>&nbsp;API&nbsp;commands.(Citation:&nbsp;Kubernetes&nbsp;Service&nbsp;Accounts)&nbsp;&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">&nbsp;access&nbsp;to&nbsp;Kubernetes</span>&nbsp;API&nbsp;commands.(Citation:&nbsp;Kubernetes&nbsp;Ser</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">Similarly,&nbsp;instances&nbsp;within&nbsp;continuous-development&nbsp;/&nbsp;continu</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">vice&nbsp;Accounts)&nbsp;&nbsp;Tok<span class=\"diff_chg\">en&nbsp;the</span>f<span class=\"diff_chg\">t&nbsp;can&nbsp;also&nbsp;occur&nbsp;through&nbsp;social&nbsp;en</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ous-integration&nbsp;(CI/CD)&nbsp;pipelines&nbsp;will&nbsp;often&nbsp;use&nbsp;API&nbsp;tokens&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">gineering</span>,&nbsp;<span class=\"diff_chg\">in</span>&nbsp;which&nbsp;case&nbsp;user&nbsp;action&nbsp;may&nbsp;be&nbsp;required&nbsp;to&nbsp;gran</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">to&nbsp;authenticate&nbsp;to&nbsp;other&nbsp;services&nbsp;for&nbsp;testing&nbsp;and&nbsp;deployment</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">t&nbsp;access.&nbsp;<span class=\"diff_chg\">An&nbsp;application&nbsp;desiring&nbsp;access&nbsp;to</span>&nbsp;cloud-based&nbsp;serv</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">.(Citation:&nbsp;Cider&nbsp;Security&nbsp;</span>To<span class=\"diff_add\">p&nbsp;10&nbsp;CICD&nbsp;Security&nbsp;Ris</span>k<span class=\"diff_chg\">s)&nbsp;I</span>f<span class=\"diff_chg\">&nbsp;th</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ices&nbsp;or&nbsp;protected&nbsp;APIs&nbsp;can&nbsp;gain&nbsp;entry&nbsp;using&nbsp;OAuth&nbsp;2.0&nbsp;throug</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">ese&nbsp;pipelines&nbsp;are&nbsp;compromised</span>,&nbsp;<span class=\"diff_chg\">adversaries&nbsp;may&nbsp;be&nbsp;able&nbsp;to&nbsp;st</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">h&nbsp;a&nbsp;variety&nbsp;of&nbsp;authorization&nbsp;protocols.&nbsp;An&nbsp;example&nbsp;commonly-</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">eal&nbsp;these&nbsp;tokens&nbsp;and&nbsp;leverage&nbsp;their&nbsp;privileges.&nbsp;&nbsp;Token&nbsp;theft</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">used&nbsp;sequence&nbsp;is&nbsp;Microsoft's&nbsp;Authorization&nbsp;Code&nbsp;Grant&nbsp;flow.(</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">&nbsp;can&nbsp;also&nbsp;occur&nbsp;through&nbsp;social&nbsp;engineering,&nbsp;in</span>&nbsp;which&nbsp;case&nbsp;us</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Citation:&nbsp;Microsoft&nbsp;Identity&nbsp;Platform&nbsp;Protocols&nbsp;May&nbsp;2019)(Ci</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">er&nbsp;action&nbsp;may&nbsp;be&nbsp;required&nbsp;to&nbsp;grant&nbsp;access.&nbsp;<span class=\"diff_chg\">OAuth&nbsp;is&nbsp;one&nbsp;comm</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tation:&nbsp;Microsoft&nbsp;-&nbsp;OAuth&nbsp;Code&nbsp;Authorization&nbsp;flow&nbsp;-&nbsp;June&nbsp;201</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">only&nbsp;implemented&nbsp;framework&nbsp;that&nbsp;issues&nbsp;tokens&nbsp;to&nbsp;users&nbsp;for&nbsp;a</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">9)&nbsp;An&nbsp;OAuth&nbsp;access&nbsp;token&nbsp;enables&nbsp;a&nbsp;third-party&nbsp;application&nbsp;t</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">ccess&nbsp;to&nbsp;systems.&nbsp;An&nbsp;application&nbsp;desiring&nbsp;access&nbsp;to</span>&nbsp;cloud-ba</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">o&nbsp;interact&nbsp;with&nbsp;resources&nbsp;containing&nbsp;user&nbsp;data&nbsp;in&nbsp;the&nbsp;ways&nbsp;r</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">sed&nbsp;services&nbsp;or&nbsp;protected&nbsp;APIs&nbsp;can&nbsp;gain&nbsp;entry&nbsp;using&nbsp;OAuth&nbsp;2.</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">equested&nbsp;by&nbsp;the&nbsp;application&nbsp;without&nbsp;obtaining&nbsp;user&nbsp;credentia</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">0&nbsp;through&nbsp;a&nbsp;variety&nbsp;of&nbsp;authorization&nbsp;protocols.&nbsp;An&nbsp;example&nbsp;c</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ls.&nbsp;&nbsp;&nbsp;&nbsp;Adversaries&nbsp;can&nbsp;leverage&nbsp;OAuth&nbsp;authorization&nbsp;by&nbsp;const</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ommonly-used&nbsp;sequence&nbsp;is&nbsp;Microsoft's&nbsp;Authorization&nbsp;Code&nbsp;Gran</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ructing&nbsp;a&nbsp;malicious&nbsp;application&nbsp;designed&nbsp;to&nbsp;be&nbsp;granted&nbsp;acces</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">t&nbsp;flow.(Citation:&nbsp;Microsoft&nbsp;Identity&nbsp;Platform&nbsp;Protocols&nbsp;May&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;to&nbsp;resources&nbsp;with&nbsp;the&nbsp;target&nbsp;user's&nbsp;OAuth&nbsp;token.(Citation:</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">2019)(Citation:&nbsp;Microsoft&nbsp;-&nbsp;OAuth&nbsp;Code&nbsp;Authorization&nbsp;flow&nbsp;-&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Amnesty&nbsp;OAuth&nbsp;Phishing&nbsp;Attacks,&nbsp;August&nbsp;2019)(Citation:&nbsp;Tren</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">June&nbsp;2019)&nbsp;An&nbsp;OAuth&nbsp;access&nbsp;token&nbsp;enables&nbsp;a&nbsp;third-party&nbsp;appli</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d&nbsp;Micro&nbsp;Pawn&nbsp;Storm&nbsp;OAuth&nbsp;2017)&nbsp;The&nbsp;adversary&nbsp;will&nbsp;need&nbsp;to&nbsp;co</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">cation&nbsp;to&nbsp;interact&nbsp;with&nbsp;resources&nbsp;containing&nbsp;user&nbsp;data&nbsp;in&nbsp;th</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">mplete&nbsp;registration&nbsp;of&nbsp;their&nbsp;application&nbsp;with&nbsp;the&nbsp;authorizat</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;ways&nbsp;requested&nbsp;by&nbsp;the&nbsp;application&nbsp;without&nbsp;obtaining&nbsp;user&nbsp;c</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ion&nbsp;server,&nbsp;for&nbsp;example&nbsp;Microsoft&nbsp;Identity&nbsp;Platform&nbsp;using&nbsp;Az</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">redentials.&nbsp;&nbsp;&nbsp;&nbsp;Adversaries&nbsp;can&nbsp;leverage&nbsp;OAuth&nbsp;authorization&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ure&nbsp;Portal,&nbsp;the&nbsp;Visual&nbsp;Studio&nbsp;IDE,&nbsp;the&nbsp;command-line&nbsp;interfac</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">by&nbsp;constructing&nbsp;a&nbsp;malicious&nbsp;application&nbsp;designed&nbsp;to&nbsp;be&nbsp;grant</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e,&nbsp;PowerShell,&nbsp;or&nbsp;REST&nbsp;API&nbsp;calls.(Citation:&nbsp;Microsoft&nbsp;-&nbsp;Azur</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;access&nbsp;to&nbsp;resources&nbsp;with&nbsp;the&nbsp;target&nbsp;user's&nbsp;OAuth&nbsp;token.(C</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;AD&nbsp;App&nbsp;Registration&nbsp;-&nbsp;May&nbsp;2019)&nbsp;Then,&nbsp;they&nbsp;can&nbsp;send&nbsp;a&nbsp;[Spe</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">itation:&nbsp;Amnesty&nbsp;OAuth&nbsp;Phishing&nbsp;Attacks,&nbsp;August&nbsp;2019)(Citati</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">arphishing&nbsp;Link](https://attack.mitre.org/techniques/T1566/0</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">on:&nbsp;Trend&nbsp;Micro&nbsp;Pawn&nbsp;Storm&nbsp;OAuth&nbsp;2017)&nbsp;The&nbsp;adversary&nbsp;will&nbsp;ne</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">02)&nbsp;to&nbsp;the&nbsp;target&nbsp;user&nbsp;to&nbsp;entice&nbsp;them&nbsp;to&nbsp;grant&nbsp;access&nbsp;to&nbsp;the</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;to&nbsp;complete&nbsp;registration&nbsp;of&nbsp;their&nbsp;application&nbsp;with&nbsp;the&nbsp;au</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;application.&nbsp;Once&nbsp;the&nbsp;OAuth&nbsp;access&nbsp;token&nbsp;is&nbsp;granted,&nbsp;the&nbsp;ap</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">thorization&nbsp;server,&nbsp;for&nbsp;example&nbsp;Microsoft&nbsp;Identity&nbsp;Platform&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">plication&nbsp;can&nbsp;gain&nbsp;potentially&nbsp;long-term&nbsp;access&nbsp;to&nbsp;features&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">using&nbsp;Azure&nbsp;Portal,&nbsp;the&nbsp;Visual&nbsp;Studio&nbsp;IDE,&nbsp;the&nbsp;command-line&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">of&nbsp;the&nbsp;user&nbsp;account&nbsp;through&nbsp;[Application&nbsp;Access&nbsp;Token](https</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">interface,&nbsp;PowerShell,&nbsp;or&nbsp;REST&nbsp;API&nbsp;calls.(Citation:&nbsp;Microsof</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">://attack.mitre.org/techniques/T1550/001).(Citation:&nbsp;Microso</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">t&nbsp;-&nbsp;Azure&nbsp;AD&nbsp;App&nbsp;Registration&nbsp;-&nbsp;May&nbsp;2019)&nbsp;Then,&nbsp;they&nbsp;can&nbsp;sen</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ft&nbsp;-&nbsp;Azure&nbsp;AD&nbsp;Identity&nbsp;Tokens&nbsp;-&nbsp;Aug&nbsp;2019)&nbsp;&nbsp;Application&nbsp;acces</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d&nbsp;a&nbsp;[Spearphishing&nbsp;Link](https://attack.mitre.org/techniques</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;tokens&nbsp;may&nbsp;function&nbsp;within&nbsp;a&nbsp;limited&nbsp;lifetime,&nbsp;limiting&nbsp;ho</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">/T1566/002)&nbsp;to&nbsp;the&nbsp;target&nbsp;user&nbsp;to&nbsp;entice&nbsp;them&nbsp;to&nbsp;grant&nbsp;acces</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">w&nbsp;long&nbsp;an&nbsp;adversary&nbsp;can&nbsp;utilize&nbsp;the&nbsp;stolen&nbsp;token.&nbsp;However,&nbsp;i</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;to&nbsp;the&nbsp;application.&nbsp;Once&nbsp;the&nbsp;OAuth&nbsp;access&nbsp;token&nbsp;is&nbsp;granted</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n&nbsp;some&nbsp;cases,&nbsp;adversaries&nbsp;can&nbsp;also&nbsp;steal&nbsp;application&nbsp;refresh</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">,&nbsp;the&nbsp;application&nbsp;can&nbsp;gain&nbsp;potentially&nbsp;long-term&nbsp;access&nbsp;to&nbsp;f</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;tokens(Citation:&nbsp;Auth0&nbsp;Understanding&nbsp;Refresh&nbsp;Tokens),&nbsp;allow</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">eatures&nbsp;of&nbsp;the&nbsp;user&nbsp;account&nbsp;through&nbsp;[Application&nbsp;Access&nbsp;Toke</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ing&nbsp;them&nbsp;to&nbsp;obtain&nbsp;new&nbsp;access&nbsp;tokens&nbsp;without&nbsp;prompting&nbsp;the&nbsp;u</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n](https://attack.mitre.org/techniques/T1550/001).(Citation:</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ser.&nbsp;&nbsp;&nbsp;&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Microsoft&nbsp;-&nbsp;Azure&nbsp;AD&nbsp;Identity&nbsp;Tokens&nbsp;-&nbsp;Aug&nbsp;2019)&nbsp;&nbsp;Applicati</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">on&nbsp;access&nbsp;tokens&nbsp;may&nbsp;function&nbsp;within&nbsp;a&nbsp;limited&nbsp;lifetime,&nbsp;lim</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">iting&nbsp;how&nbsp;long&nbsp;an&nbsp;adversary&nbsp;can&nbsp;utilize&nbsp;the&nbsp;stolen&nbsp;token.&nbsp;Ho</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">wever,&nbsp;in&nbsp;some&nbsp;cases,&nbsp;adversaries&nbsp;can&nbsp;also&nbsp;steal&nbsp;application</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;refresh&nbsp;tokens(Citation:&nbsp;Auth0&nbsp;Understanding&nbsp;Refresh&nbsp;Tokens</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">),&nbsp;allowing&nbsp;them&nbsp;to&nbsp;obtain&nbsp;new&nbsp;access&nbsp;tokens&nbsp;without&nbsp;prompti</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ng&nbsp;the&nbsp;user.&nbsp;&nbsp;&nbsp;&nbsp;</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1017: User Training",
                            "M1018: User Account Management",
                            "M1021: Restrict Web-Based Content",
                            "M1047: Audit"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0002: User Account (User Account Modification)"
                        ],
                        "new": [
                            "DS0026: Active Directory (Active Directory Object Modification)"
                        ],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--10ffac09-e42d-4f56-ab20-db94c67d76ff",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-10-08 20:04:35.508000+00:00",
                    "modified": "2024-04-16 12:56:56.861000+00:00",
                    "name": "Steal Web Session Cookie",
                    "description": "An adversary may steal web application or service session cookies and use them to gain access to web applications or Internet services as an authenticated user without needing credentials. Web applications and services often use session cookies as an authentication token after a user has authenticated to a website.\n\nCookies are often valid for an extended period of time, even if the web application is not actively used. Cookies can be found on disk, in the process memory of the browser, and in network traffic to remote systems. Additionally, other applications on the targets machine might store sensitive authentication cookies in memory (e.g. apps which authenticate to cloud services). Session cookies can be used to bypasses some multi-factor authentication protocols.(Citation: Pass The Cookie)\n\nThere are several examples of malware targeting cookies from web browsers on the local system.(Citation: Kaspersky TajMahal April 2019)(Citation: Unit 42 Mac Crypto Cookies January 2019) Adversaries may also steal cookies by injecting malicious JavaScript content into websites or relying on [User Execution](https://attack.mitre.org/techniques/T1204) by tricking victims into running malicious JavaScript in their browser.(Citation: Talos Roblox Scam 2023)(Citation: Krebs Discord Bookmarks 2023)\n\nThere are also open source frameworks such as `Evilginx2` and `Muraena` that can gather session cookies through a malicious proxy (e.g., [Adversary-in-the-Middle](https://attack.mitre.org/techniques/T1557)) that can be set up by an adversary and used in phishing campaigns.(Citation: Github evilginx2)(Citation: GitHub Mauraena)\n\nAfter an adversary acquires a valid cookie, they can then perform a [Web Session Cookie](https://attack.mitre.org/techniques/T1550/004) technique to login to the corresponding web application.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "credential-access"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1539",
                            "external_id": "T1539"
                        },
                        {
                            "source_name": "Krebs Discord Bookmarks 2023",
                            "description": "Brian Krebs. (2023, May 30). Discord Admins Hacked by Malicious Bookmarks. Retrieved January 2, 2024.",
                            "url": "https://krebsonsecurity.com/2023/05/discord-admins-hacked-by-malicious-bookmarks/"
                        },
                        {
                            "source_name": "Unit 42 Mac Crypto Cookies January 2019",
                            "description": "Chen, Y., Hu, W., Xu, Z., et. al. (2019, January 31). Mac Malware Steals Cryptocurrency Exchanges\u2019 Cookies. Retrieved October 14, 2019.",
                            "url": "https://unit42.paloaltonetworks.com/mac-malware-steals-cryptocurrency-exchanges-cookies/"
                        },
                        {
                            "source_name": "Kaspersky TajMahal April 2019",
                            "description": "GReAT. (2019, April 10). Project TajMahal \u2013 a sophisticated new APT framework. Retrieved October 14, 2019.",
                            "url": "https://securelist.com/project-tajmahal/90240/"
                        },
                        {
                            "source_name": "Github evilginx2",
                            "description": "Gretzky, Kuba. (2019, April 10). Retrieved October 8, 2019.",
                            "url": "https://github.com/kgretzky/evilginx2"
                        },
                        {
                            "source_name": "GitHub Mauraena",
                            "description": "Orr\u00f9, M., Trotta, G.. (2019, September 11). Muraena. Retrieved October 14, 2019.",
                            "url": "https://github.com/muraenateam/muraena"
                        },
                        {
                            "source_name": "Pass The Cookie",
                            "description": "Rehberger, J. (2018, December). Pivot to the Cloud using Pass the Cookie. Retrieved April 5, 2019.",
                            "url": "https://wunderwuzzi23.github.io/blog/passthecookie.html"
                        },
                        {
                            "source_name": "Talos Roblox Scam 2023",
                            "description": "Tiago Pereira. (2023, November 2). Attackers use JavaScript URLs, API forms and more to scam users in popular online game \u201cRoblox\u201d. Retrieved January 2, 2024.",
                            "url": "https://blog.talosintelligence.com/roblox-scam-overview/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Microsoft Threat Intelligence Center (MSTIC)",
                        "Johann Rehberger",
                        "Goldstein Menachem"
                    ],
                    "x_mitre_data_sources": [
                        "Process: Process Access",
                        "File: File Access"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor for attempts to access files and repositories on a local system that are used to store browser session cookies. Monitor for attempts by programs to inject into or dump browser process memory.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows",
                        "Office 365",
                        "SaaS",
                        "Google Workspace"
                    ],
                    "x_mitre_version": "1.3",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-16 12:56:56.861000+00:00\", \"old_value\": \"2023-08-03 20:19:01.074000+00:00\"}, \"root['description']\": {\"new_value\": \"An adversary may steal web application or service session cookies and use them to gain access to web applications or Internet services as an authenticated user without needing credentials. Web applications and services often use session cookies as an authentication token after a user has authenticated to a website.\\n\\nCookies are often valid for an extended period of time, even if the web application is not actively used. Cookies can be found on disk, in the process memory of the browser, and in network traffic to remote systems. Additionally, other applications on the targets machine might store sensitive authentication cookies in memory (e.g. apps which authenticate to cloud services). Session cookies can be used to bypasses some multi-factor authentication protocols.(Citation: Pass The Cookie)\\n\\nThere are several examples of malware targeting cookies from web browsers on the local system.(Citation: Kaspersky TajMahal April 2019)(Citation: Unit 42 Mac Crypto Cookies January 2019) Adversaries may also steal cookies by injecting malicious JavaScript content into websites or relying on [User Execution](https://attack.mitre.org/techniques/T1204) by tricking victims into running malicious JavaScript in their browser.(Citation: Talos Roblox Scam 2023)(Citation: Krebs Discord Bookmarks 2023)\\n\\nThere are also open source frameworks such as `Evilginx2` and `Muraena` that can gather session cookies through a malicious proxy (e.g., [Adversary-in-the-Middle](https://attack.mitre.org/techniques/T1557)) that can be set up by an adversary and used in phishing campaigns.(Citation: Github evilginx2)(Citation: GitHub Mauraena)\\n\\nAfter an adversary acquires a valid cookie, they can then perform a [Web Session Cookie](https://attack.mitre.org/techniques/T1550/004) technique to login to the corresponding web application.\", \"old_value\": \"An adversary may steal web application or service session cookies and use them to gain access to web applications or Internet services as an authenticated user without needing credentials. Web applications and services often use session cookies as an authentication token after a user has authenticated to a website.\\n\\nCookies are often valid for an extended period of time, even if the web application is not actively used. Cookies can be found on disk, in the process memory of the browser, and in network traffic to remote systems. Additionally, other applications on the targets machine might store sensitive authentication cookies in memory (e.g. apps which authenticate to cloud services). Session cookies can be used to bypasses some multi-factor authentication protocols.(Citation: Pass The Cookie)\\n\\nThere are several examples of malware targeting cookies from web browsers on the local system.(Citation: Kaspersky TajMahal April 2019)(Citation: Unit 42 Mac Crypto Cookies January 2019) There are also open source frameworks such as `Evilginx2` and `Muraena` that can gather session cookies through a malicious proxy (ex: [Adversary-in-the-Middle](https://attack.mitre.org/techniques/T1557)) that can be set up by an adversary and used in phishing campaigns.(Citation: Github evilginx2)(Citation: GitHub Mauraena)\\n\\nAfter an adversary acquires a valid cookie, they can then perform a [Web Session Cookie](https://attack.mitre.org/techniques/T1550/004) technique to login to the corresponding web application.\", \"diff\": \"--- \\n+++ \\n@@ -2,6 +2,8 @@\\n \\n Cookies are often valid for an extended period of time, even if the web application is not actively used. Cookies can be found on disk, in the process memory of the browser, and in network traffic to remote systems. Additionally, other applications on the targets machine might store sensitive authentication cookies in memory (e.g. apps which authenticate to cloud services). Session cookies can be used to bypasses some multi-factor authentication protocols.(Citation: Pass The Cookie)\\n \\n-There are several examples of malware targeting cookies from web browsers on the local system.(Citation: Kaspersky TajMahal April 2019)(Citation: Unit 42 Mac Crypto Cookies January 2019) There are also open source frameworks such as `Evilginx2` and `Muraena` that can gather session cookies through a malicious proxy (ex: [Adversary-in-the-Middle](https://attack.mitre.org/techniques/T1557)) that can be set up by an adversary and used in phishing campaigns.(Citation: Github evilginx2)(Citation: GitHub Mauraena)\\n+There are several examples of malware targeting cookies from web browsers on the local system.(Citation: Kaspersky TajMahal April 2019)(Citation: Unit 42 Mac Crypto Cookies January 2019) Adversaries may also steal cookies by injecting malicious JavaScript content into websites or relying on [User Execution](https://attack.mitre.org/techniques/T1204) by tricking victims into running malicious JavaScript in their browser.(Citation: Talos Roblox Scam 2023)(Citation: Krebs Discord Bookmarks 2023)\\n+\\n+There are also open source frameworks such as `Evilginx2` and `Muraena` that can gather session cookies through a malicious proxy (e.g., [Adversary-in-the-Middle](https://attack.mitre.org/techniques/T1557)) that can be set up by an adversary and used in phishing campaigns.(Citation: Github evilginx2)(Citation: GitHub Mauraena)\\n \\n After an adversary acquires a valid cookie, they can then perform a [Web Session Cookie](https://attack.mitre.org/techniques/T1550/004) technique to login to the corresponding web application.\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.3\", \"old_value\": \"1.2\"}}, \"iterable_item_added\": {\"root['external_references'][1]\": {\"source_name\": \"Krebs Discord Bookmarks 2023\", \"description\": \"Brian Krebs. (2023, May 30). Discord Admins Hacked by Malicious Bookmarks. Retrieved January 2, 2024.\", \"url\": \"https://krebsonsecurity.com/2023/05/discord-admins-hacked-by-malicious-bookmarks/\"}, \"root['external_references'][7]\": {\"source_name\": \"Talos Roblox Scam 2023\", \"description\": \"Tiago Pereira. (2023, November 2). Attackers use JavaScript URLs, API forms and more to scam users in popular online game \\u201cRoblox\\u201d. Retrieved January 2, 2024.\", \"url\": \"https://blog.talosintelligence.com/roblox-scam-overview/\"}, \"root['x_mitre_contributors'][2]\": \"Goldstein Menachem\"}}",
                    "previous_version": "1.2",
                    "version_change": "1.2 \u2192 1.3",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to1__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to1__0\"><a href=\"#difflib_chg_to1__top\">t</a></td><td class=\"diff_header\" id=\"from1_1\">1</td><td nowrap=\"nowrap\">An&nbsp;adversary&nbsp;may&nbsp;steal&nbsp;web&nbsp;application&nbsp;or&nbsp;service&nbsp;session&nbsp;co</td><td class=\"diff_next\"><a href=\"#difflib_chg_to1__top\">t</a></td><td class=\"diff_header\" id=\"to1_1\">1</td><td nowrap=\"nowrap\">An&nbsp;adversary&nbsp;may&nbsp;steal&nbsp;web&nbsp;application&nbsp;or&nbsp;service&nbsp;session&nbsp;co</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">okies&nbsp;and&nbsp;use&nbsp;them&nbsp;to&nbsp;gain&nbsp;access&nbsp;to&nbsp;web&nbsp;applications&nbsp;or&nbsp;Int</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">okies&nbsp;and&nbsp;use&nbsp;them&nbsp;to&nbsp;gain&nbsp;access&nbsp;to&nbsp;web&nbsp;applications&nbsp;or&nbsp;Int</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ernet&nbsp;services&nbsp;as&nbsp;an&nbsp;authenticated&nbsp;user&nbsp;without&nbsp;needing&nbsp;cred</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ernet&nbsp;services&nbsp;as&nbsp;an&nbsp;authenticated&nbsp;user&nbsp;without&nbsp;needing&nbsp;cred</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">entials.&nbsp;Web&nbsp;applications&nbsp;and&nbsp;services&nbsp;often&nbsp;use&nbsp;session&nbsp;coo</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">entials.&nbsp;Web&nbsp;applications&nbsp;and&nbsp;services&nbsp;often&nbsp;use&nbsp;session&nbsp;coo</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">kies&nbsp;as&nbsp;an&nbsp;authentication&nbsp;token&nbsp;after&nbsp;a&nbsp;user&nbsp;has&nbsp;authenticat</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">kies&nbsp;as&nbsp;an&nbsp;authentication&nbsp;token&nbsp;after&nbsp;a&nbsp;user&nbsp;has&nbsp;authenticat</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;to&nbsp;a&nbsp;website.&nbsp;&nbsp;Cookies&nbsp;are&nbsp;often&nbsp;valid&nbsp;for&nbsp;an&nbsp;extended&nbsp;pe</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;to&nbsp;a&nbsp;website.&nbsp;&nbsp;Cookies&nbsp;are&nbsp;often&nbsp;valid&nbsp;for&nbsp;an&nbsp;extended&nbsp;pe</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">riod&nbsp;of&nbsp;time,&nbsp;even&nbsp;if&nbsp;the&nbsp;web&nbsp;application&nbsp;is&nbsp;not&nbsp;actively&nbsp;us</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">riod&nbsp;of&nbsp;time,&nbsp;even&nbsp;if&nbsp;the&nbsp;web&nbsp;application&nbsp;is&nbsp;not&nbsp;actively&nbsp;us</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed.&nbsp;Cookies&nbsp;can&nbsp;be&nbsp;found&nbsp;on&nbsp;disk,&nbsp;in&nbsp;the&nbsp;process&nbsp;memory&nbsp;of&nbsp;t</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed.&nbsp;Cookies&nbsp;can&nbsp;be&nbsp;found&nbsp;on&nbsp;disk,&nbsp;in&nbsp;the&nbsp;process&nbsp;memory&nbsp;of&nbsp;t</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">he&nbsp;browser,&nbsp;and&nbsp;in&nbsp;network&nbsp;traffic&nbsp;to&nbsp;remote&nbsp;systems.&nbsp;Additi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">he&nbsp;browser,&nbsp;and&nbsp;in&nbsp;network&nbsp;traffic&nbsp;to&nbsp;remote&nbsp;systems.&nbsp;Additi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">onally,&nbsp;other&nbsp;applications&nbsp;on&nbsp;the&nbsp;targets&nbsp;machine&nbsp;might&nbsp;stor</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">onally,&nbsp;other&nbsp;applications&nbsp;on&nbsp;the&nbsp;targets&nbsp;machine&nbsp;might&nbsp;stor</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;sensitive&nbsp;authentication&nbsp;cookies&nbsp;in&nbsp;memory&nbsp;(e.g.&nbsp;apps&nbsp;whic</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;sensitive&nbsp;authentication&nbsp;cookies&nbsp;in&nbsp;memory&nbsp;(e.g.&nbsp;apps&nbsp;whic</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">h&nbsp;authenticate&nbsp;to&nbsp;cloud&nbsp;services).&nbsp;Session&nbsp;cookies&nbsp;can&nbsp;be&nbsp;us</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">h&nbsp;authenticate&nbsp;to&nbsp;cloud&nbsp;services).&nbsp;Session&nbsp;cookies&nbsp;can&nbsp;be&nbsp;us</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;to&nbsp;bypasses&nbsp;some&nbsp;multi-factor&nbsp;authentication&nbsp;protocols.(C</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;to&nbsp;bypasses&nbsp;some&nbsp;multi-factor&nbsp;authentication&nbsp;protocols.(C</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">itation:&nbsp;Pass&nbsp;The&nbsp;Cookie)&nbsp;&nbsp;There&nbsp;are&nbsp;several&nbsp;examples&nbsp;of&nbsp;mal</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">itation:&nbsp;Pass&nbsp;The&nbsp;Cookie)&nbsp;&nbsp;There&nbsp;are&nbsp;several&nbsp;examples&nbsp;of&nbsp;mal</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ware&nbsp;targeting&nbsp;cookies&nbsp;from&nbsp;web&nbsp;browsers&nbsp;on&nbsp;the&nbsp;local&nbsp;system</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ware&nbsp;targeting&nbsp;cookies&nbsp;from&nbsp;web&nbsp;browsers&nbsp;on&nbsp;the&nbsp;local&nbsp;system</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">.(Citation:&nbsp;Kaspersky&nbsp;TajMahal&nbsp;April&nbsp;2019)(Citation:&nbsp;Unit&nbsp;42</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">.(Citation:&nbsp;Kaspersky&nbsp;TajMahal&nbsp;April&nbsp;2019)(Citation:&nbsp;Unit&nbsp;42</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Mac&nbsp;Crypto&nbsp;Cookies&nbsp;January&nbsp;2019)&nbsp;T<span class=\"diff_chg\">here&nbsp;are&nbsp;also&nbsp;open&nbsp;source</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Mac&nbsp;Crypto&nbsp;Cookies&nbsp;January&nbsp;2019)&nbsp;<span class=\"diff_add\">Adversaries&nbsp;may&nbsp;also&nbsp;steal</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\"></span>&nbsp;frameworks&nbsp;such&nbsp;as&nbsp;`Evilginx2`&nbsp;and&nbsp;`Muraena`&nbsp;that&nbsp;can&nbsp;gathe</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;cookies&nbsp;by&nbsp;injecting&nbsp;malicious&nbsp;JavaScript&nbsp;content&nbsp;into&nbsp;webs</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">r&nbsp;session&nbsp;cookies&nbsp;through&nbsp;a&nbsp;malicious&nbsp;proxy&nbsp;(e<span class=\"diff_chg\">x:</span>&nbsp;[Adversary-</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ites&nbsp;or&nbsp;relying&nbsp;on&nbsp;[User&nbsp;Execution](https://attack.mitre.org</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">in-the-Middle](https://attack.mitre.org/techniques/T1557))&nbsp;t</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">/techniques/</span>T<span class=\"diff_chg\">1204)&nbsp;by&nbsp;tricking&nbsp;victims&nbsp;into&nbsp;running&nbsp;maliciou</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">hat&nbsp;can&nbsp;be&nbsp;set&nbsp;up&nbsp;by&nbsp;an&nbsp;adversary&nbsp;and&nbsp;used&nbsp;in&nbsp;phishing&nbsp;campa</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">s&nbsp;JavaScript&nbsp;in&nbsp;their&nbsp;browser.(Citation:&nbsp;Talos&nbsp;Roblox&nbsp;Scam&nbsp;2</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">igns.(Citation:&nbsp;Github&nbsp;evilginx2)(Citation:&nbsp;GitHub&nbsp;Mauraena)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">023)(Citation:&nbsp;Krebs&nbsp;Discord&nbsp;Bookmarks&nbsp;2023)&nbsp;&nbsp;There&nbsp;are&nbsp;also</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;&nbsp;After&nbsp;an&nbsp;adversary&nbsp;acquires&nbsp;a&nbsp;valid&nbsp;cookie,&nbsp;they&nbsp;can&nbsp;then&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">&nbsp;open&nbsp;source</span>&nbsp;frameworks&nbsp;such&nbsp;as&nbsp;`Evilginx2`&nbsp;and&nbsp;`Muraena`&nbsp;th</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">perform&nbsp;a&nbsp;[Web&nbsp;Session&nbsp;Cookie](https://attack.mitre.org/tech</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">at&nbsp;can&nbsp;gather&nbsp;session&nbsp;cookies&nbsp;through&nbsp;a&nbsp;malicious&nbsp;proxy&nbsp;(e<span class=\"diff_chg\">.g</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">niques/T1550/004)&nbsp;technique&nbsp;to&nbsp;login&nbsp;to&nbsp;the&nbsp;corresponding&nbsp;we</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">.,</span>&nbsp;[Adversary-in-the-Middle](https://attack.mitre.org/techni</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">b&nbsp;application.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ques/T1557))&nbsp;that&nbsp;can&nbsp;be&nbsp;set&nbsp;up&nbsp;by&nbsp;an&nbsp;adversary&nbsp;and&nbsp;used&nbsp;in&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">phishing&nbsp;campaigns.(Citation:&nbsp;Github&nbsp;evilginx2)(Citation:&nbsp;Gi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tHub&nbsp;Mauraena)&nbsp;&nbsp;After&nbsp;an&nbsp;adversary&nbsp;acquires&nbsp;a&nbsp;valid&nbsp;cookie,&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">they&nbsp;can&nbsp;then&nbsp;perform&nbsp;a&nbsp;[Web&nbsp;Session&nbsp;Cookie](https://attack.</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">mitre.org/techniques/T1550/004)&nbsp;technique&nbsp;to&nbsp;login&nbsp;to&nbsp;the&nbsp;co</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rresponding&nbsp;web&nbsp;application.</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1017: User Training",
                            "M1032: Multi-factor Authentication",
                            "M1054: Software Configuration"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (Process Access)",
                            "DS0022: File (File Access)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--3fc01293-ef5e-41c6-86ce-61f10706b64a",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-02-11 19:12:46.830000+00:00",
                    "modified": "2024-03-01 16:58:02.395000+00:00",
                    "name": "Steal or Forge Kerberos Tickets",
                    "description": "Adversaries may attempt to subvert Kerberos authentication by stealing or forging Kerberos tickets to enable [Pass the Ticket](https://attack.mitre.org/techniques/T1550/003). Kerberos is an authentication protocol widely used in modern Windows domain environments. In Kerberos environments, referred to as \u201crealms\u201d, there are three basic participants: client, service, and Key Distribution Center (KDC).(Citation: ADSecurity Kerberos Ring Decoder) Clients request access to a service and through the exchange of Kerberos tickets, originating from KDC, they are granted access after having successfully authenticated. The KDC is responsible for both authentication and ticket granting.  Adversaries may attempt to abuse Kerberos by stealing tickets or forging tickets to enable unauthorized access.\n\nOn Windows, the built-in <code>klist</code> utility can be used to list and analyze cached Kerberos tickets.(Citation: Microsoft Klist)\n\nLinux systems on Active Directory domains store Kerberos credentials locally in the credential cache file referred to as the \"ccache\". The credentials are stored in the ccache file while they remain valid and generally while a user's session lasts.(Citation: MIT ccache) On modern Redhat Enterprise Linux systems, and derivative distributions, the System Security Services Daemon (SSSD) handles Kerberos tickets. By default SSSD maintains a copy of the ticket database that can be found in <code>/var/lib/sss/secrets/secrets.ldb</code> as well as the corresponding key located in <code>/var/lib/sss/secrets/.secrets.mkey</code>. Both files require root access to read. If an adversary is able to access the database and key, the credential cache Kerberos blob can be extracted and converted into a usable Kerberos ccache file that adversaries may use for [Pass the Ticket](https://attack.mitre.org/techniques/T1550/003). The ccache file may also be converted into a Windows format using tools such as Kekeo.(Citation: Linux Kerberos Tickets)(Citation: Brining MimiKatz to Unix)(Citation: Kekeo)\n\n\nKerberos tickets on macOS are stored in a standard ccache format, similar to Linux. By default, access to these ccache entries is federated through the KCM daemon process via the Mach RPC protocol, which uses the caller's environment to determine access. The storage location for these ccache entries is influenced by the <code>/etc/krb5.conf</code> configuration file and the <code>KRB5CCNAME</code> environment variable which can specify to save them to disk or keep them protected via the KCM daemon. Users can interact with ticket storage using <code>kinit</code>, <code>klist</code>, <code>ktutil</code>, and <code>kcc</code> built-in binaries or via Apple's native Kerberos framework. Adversaries can use open source tools to interact with the ccache files directly or to use the Kerberos framework to call lower-level APIs for extracting the user's TGT or Service Tickets.(Citation: SpectorOps Bifrost Kerberos macOS 2019)(Citation: macOS kerberos framework MIT)\n",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "credential-access"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1558",
                            "external_id": "T1558"
                        },
                        {
                            "source_name": "CERT-EU Golden Ticket Protection",
                            "description": "Abolins, D., Boldea, C., Socha, K., Soria-Machado, M. (2016, April 26). Kerberos Golden Ticket Protection. Retrieved July 13, 2017.",
                            "url": "https://cert.europa.eu/static/WhitePapers/UPDATED%20-%20CERT-EU_Security_Whitepaper_2014-007_Kerberos_Golden_Ticket_Protection_v1_4.pdf"
                        },
                        {
                            "source_name": "Microsoft Detecting Kerberoasting Feb 2018",
                            "description": "Bani, M. (2018, February 23). Detecting Kerberoasting activity using Azure Security Center. Retrieved March 23, 2018.",
                            "url": "https://blogs.technet.microsoft.com/motiba/2018/02/23/detecting-kerberoasting-activity-using-azure-security-center/"
                        },
                        {
                            "source_name": "Kekeo",
                            "description": "Benjamin Delpy. (n.d.). Kekeo. Retrieved October 4, 2021.",
                            "url": "https://github.com/gentilkiwi/kekeo"
                        },
                        {
                            "source_name": "SpectorOps Bifrost Kerberos macOS 2019",
                            "description": "Cody Thomas. (2019, November 14). When Kirbi walks the Bifrost. Retrieved October 6, 2021.",
                            "url": "https://posts.specterops.io/when-kirbi-walks-the-bifrost-4c727807744f"
                        },
                        {
                            "source_name": "Medium Detecting Attempts to Steal Passwords from Memory",
                            "description": "French, D. (2018, October 2). Detecting Attempts to Steal Passwords from Memory. Retrieved October 11, 2019.",
                            "url": "https://medium.com/threatpunter/detecting-attempts-to-steal-passwords-from-memory-558f16dce4ea"
                        },
                        {
                            "source_name": "Stealthbits Detect PtT 2019",
                            "description": "Jeff Warren. (2019, February 19). How to Detect Pass-the-Ticket Attacks. Retrieved February 27, 2020.",
                            "url": "https://blog.stealthbits.com/detect-pass-the-ticket-attacks"
                        },
                        {
                            "source_name": "macOS kerberos framework MIT",
                            "description": "Massachusetts Institute of Technology. (2007, October 27). Kerberos for Macintosh Preferences Documentation. Retrieved October 6, 2021.",
                            "url": "http://web.mit.edu/macdev/KfM/Common/Documentation/preferences.html"
                        },
                        {
                            "source_name": "MIT ccache",
                            "description": "Massachusetts Institute of Technology. (n.d.). MIT Kerberos Documentation: Credential Cache. Retrieved October 4, 2021.",
                            "url": "https://web.mit.edu/kerberos/krb5-1.12/doc/basic/ccache_def.html"
                        },
                        {
                            "source_name": "AdSecurity Cracking Kerberos Dec 2015",
                            "description": "Metcalf, S. (2015, December 31). Cracking Kerberos TGS Tickets Using Kerberoast \u2013 Exploiting Kerberos to Compromise the Active Directory Domain. Retrieved March 22, 2018.",
                            "url": "https://adsecurity.org/?p=2293"
                        },
                        {
                            "source_name": "ADSecurity Detecting Forged Tickets",
                            "description": "Metcalf, S. (2015, May 03). Detecting Forged Kerberos Ticket (Golden Ticket & Silver Ticket) Use in Active Directory. Retrieved December 23, 2015.",
                            "url": "https://adsecurity.org/?p=1515"
                        },
                        {
                            "source_name": "Microsoft Kerberos Golden Ticket",
                            "description": "Microsoft. (2015, March 24). Kerberos Golden Ticket Check (Updated). Retrieved February 27, 2020.",
                            "url": "https://gallery.technet.microsoft.com/scriptcenter/Kerberos-Golden-Ticket-b4814285"
                        },
                        {
                            "source_name": "Microsoft Klist",
                            "description": "Microsoft. (2021, March 3). klist. Retrieved October 14, 2021.",
                            "url": "https://docs.microsoft.com/windows-server/administration/windows-commands/klist"
                        },
                        {
                            "source_name": "ADSecurity Kerberos Ring Decoder",
                            "description": "Sean Metcalf. (2014, September 12). Kerberos, Active Directory\u2019s Secret Decoder Ring. Retrieved February 27, 2020.",
                            "url": "https://adsecurity.org/?p=227"
                        },
                        {
                            "source_name": "Brining MimiKatz to Unix",
                            "description": "Tim Wadhwa-Brown. (2018, November). Where 2 worlds collide Bringing Mimikatz et al to UNIX. Retrieved October 13, 2021.",
                            "url": "https://labs.portcullis.co.uk/download/eu-18-Wadhwa-Brown-Where-2-worlds-collide-Bringing-Mimikatz-et-al-to-UNIX.pdf"
                        },
                        {
                            "source_name": "Linux Kerberos Tickets",
                            "description": "Trevor Haskell. (2020, April 1). Kerberos Tickets on Linux Red Teams. Retrieved October 4, 2021.",
                            "url": "https://www.fireeye.com/blog/threat-research/2020/04/kerberos-tickets-on-linux-red-teams.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Tim (Wadhwa-)Brown",
                        "Cody Thomas, SpecterOps"
                    ],
                    "x_mitre_data_sources": [
                        "Command: Command Execution",
                        "Logon Session: Logon Session Metadata",
                        "Active Directory: Active Directory Credential Request",
                        "File: File Access"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor for anomalous Kerberos activity, such as malformed or blank fields in Windows logon/logoff events (Event ID 4624, 4672, 4634), RC4 encryption within ticket granting tickets (TGTs), and ticket granting service (TGS) requests without preceding TGT requests.(Citation: ADSecurity Detecting Forged Tickets)(Citation: Stealthbits Detect PtT 2019)(Citation: CERT-EU Golden Ticket Protection)\n\nMonitor the lifetime of TGT tickets for values that differ from the default domain duration.(Citation: Microsoft Kerberos Golden Ticket)\n\nMonitor for indications of [Pass the Ticket](https://attack.mitre.org/techniques/T1550/003) being used to move laterally. \n\nEnable Audit Kerberos Service Ticket Operations to log Kerberos TGS service ticket requests. Particularly investigate irregular patterns of activity (ex: accounts making numerous requests, Event ID 4769, within a small time frame, especially if they also request RC4 encryption [Type 0x17]).(Citation: Microsoft Detecting Kerberoasting Feb 2018) (Citation: AdSecurity Cracking Kerberos Dec 2015)\n\nMonitor for unexpected processes interacting with lsass.exe.(Citation: Medium Detecting Attempts to Steal Passwords from Memory) Common credential dumpers such as [Mimikatz](https://attack.mitre.org/software/S0002) access the LSA Subsystem Service (LSASS) process by opening the process, locating the LSA secrets key, and decrypting the sections in memory where credential details, including Kerberos tickets, are stored.\n\nMonitor for unusual processes accessing\u00a0<code>secrets.ldb</code> and <code>.secrets.mkey</code> located in <code>/var/lib/sss/secrets/</code>.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows",
                        "Linux",
                        "macOS"
                    ],
                    "x_mitre_system_requirements": [
                        "Kerberos authentication enabled"
                    ],
                    "x_mitre_version": "1.5",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"dictionary_item_removed\": {\"root['x_mitre_permissions_required']\": [\"User\", \"root\"]}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-03-01 16:58:02.395000+00:00\", \"old_value\": \"2023-03-30 21:01:50.214000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.5\", \"old_value\": \"1.4\"}}}",
                    "previous_version": "1.4",
                    "version_change": "1.4 \u2192 1.5",
                    "changelog_mitigations": {
                        "shared": [
                            "M1015: Active Directory Configuration",
                            "M1026: Privileged Account Management",
                            "M1027: Password Policies",
                            "M1041: Encrypt Sensitive Information"
                        ],
                        "new": [
                            "M1047: Audit"
                        ],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0017: Command (Command Execution)",
                            "DS0022: File (File Access)",
                            "DS0026: Active Directory (Active Directory Credential Request)",
                            "DS0028: Logon Session (Logon Session Metadata)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--b83e166d-13d7-4b52-8677-dff90c548fd7",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-02-05 14:54:07.588000+00:00",
                    "modified": "2024-03-01 17:17:37.292000+00:00",
                    "name": "Subvert Trust Controls",
                    "description": "Adversaries may undermine security controls that will either warn users of untrusted activity or prevent execution of untrusted programs. Operating systems and security products may contain mechanisms to identify programs or websites as possessing some level of trust. Examples of such features would include a program being allowed to run because it is signed by a valid code signing certificate, a program prompting the user with a warning because it has an attribute set from being downloaded from the Internet, or getting an indication that you are about to connect to an untrusted site.\n\nAdversaries may attempt to subvert these trust mechanisms. The method adversaries use will depend on the specific mechanism they seek to subvert. Adversaries may conduct [File and Directory Permissions Modification](https://attack.mitre.org/techniques/T1222) or [Modify Registry](https://attack.mitre.org/techniques/T1112) in support of subverting these controls.(Citation: SpectorOps Subverting Trust Sept 2017) Adversaries may also create or steal code signing certificates to acquire trust on target systems.(Citation: Securelist Digital Certificates)(Citation: Symantec Digital Certificates) ",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "defense-evasion"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1553",
                            "external_id": "T1553"
                        },
                        {
                            "source_name": "SpectorOps Code Signing Dec 2017",
                            "description": "Graeber, M. (2017, December 22). Code Signing Certificate Cloning Attacks and Defenses. Retrieved April 3, 2018.",
                            "url": "https://posts.specterops.io/code-signing-certificate-cloning-attacks-and-defenses-6f98657fc6ec"
                        },
                        {
                            "source_name": "SpectorOps Subverting Trust Sept 2017",
                            "description": "Graeber, M. (2017, September). Subverting Trust in Windows. Retrieved January 31, 2018.",
                            "url": "https://specterops.io/assets/resources/SpecterOps_Subverting_Trust_in_Windows.pdf"
                        },
                        {
                            "source_name": "Securelist Digital Certificates",
                            "description": "Ladikov, A. (2015, January 29). Why You Shouldn\u2019t Completely Trust Files Signed with Digital Certificates. Retrieved March 31, 2016.",
                            "url": "https://securelist.com/why-you-shouldnt-completely-trust-files-signed-with-digital-certificates/68593/"
                        },
                        {
                            "source_name": "Symantec Digital Certificates",
                            "description": "Shinotsuka, H. (2013, February 22). How Attackers Steal Private Keys from Digital Certificates. Retrieved March 31, 2016.",
                            "url": "http://www.symantec.com/connect/blogs/how-attackers-steal-private-keys-digital-certificates"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "Module: Module Load",
                        "Windows Registry: Windows Registry Key Creation",
                        "File: File Metadata",
                        "Command: Command Execution",
                        "Process: Process Creation",
                        "File: File Modification",
                        "Windows Registry: Windows Registry Key Modification"
                    ],
                    "x_mitre_defense_bypassed": [
                        "Anti-virus",
                        "Autoruns Analysis",
                        "Digital Certificate Validation",
                        "User Mode Signature Validation",
                        "Windows User Account Control",
                        "Application Control"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Collect and analyze signing certificate metadata on software that executes within the environment to look for unusual certificate characteristics and outliers. Periodically baseline registered SIPs and trust providers (Registry entries and files on disk), specifically looking for new, modified, or non-Microsoft entries. (Citation: SpectorOps Subverting Trust Sept 2017) A system's root certificates are unlikely to change frequently. Monitor new certificates installed on a system that could be due to malicious activity.(Citation: SpectorOps Code Signing Dec 2017)\n\nAnalyze Autoruns data for oddities and anomalies, specifically malicious files attempting persistent execution by hiding within auto-starting locations. Autoruns will hide entries signed by Microsoft or Windows by default, so ensure \"Hide Microsoft Entries\" and \"Hide Windows Entries\" are both deselected.(Citation: SpectorOps Subverting Trust Sept 2017) \n\nMonitor and investigate attempts to modify extended file attributes with utilities such as <code>xattr</code>. Built-in system utilities may generate high false positive alerts, so compare against baseline knowledge for how systems are typically used and correlate modification events with other indications of malicious activity where possible. ",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows",
                        "macOS",
                        "Linux"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-03-01 17:17:37.292000+00:00\", \"old_value\": \"2022-05-05 05:04:52.387000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2",
                    "changelog_mitigations": {
                        "shared": [
                            "M1024: Restrict Registry Permissions",
                            "M1028: Operating System Configuration",
                            "M1038: Execution Prevention",
                            "M1054: Software Configuration"
                        ],
                        "new": [
                            "M1026: Privileged Account Management"
                        ],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (Process Creation)",
                            "DS0011: Module (Module Load)",
                            "DS0017: Command (Command Execution)",
                            "DS0022: File (File Metadata)",
                            "DS0022: File (File Modification)",
                            "DS0024: Windows Registry (Windows Registry Key Creation)",
                            "DS0024: Windows Registry (Windows Registry Key Modification)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--3f18edba-28f4-4bb9-82c3-8aa60dcac5f7",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2018-04-18 17:59:24.739000+00:00",
                    "modified": "2024-02-26 14:23:37.009000+00:00",
                    "name": "Supply Chain Compromise",
                    "description": "Adversaries may manipulate products or product delivery mechanisms prior to receipt by a final consumer for the purpose of data or system compromise.\n\nSupply chain compromise can take place at any stage of the supply chain including:\n\n* Manipulation of development tools\n* Manipulation of a development environment\n* Manipulation of source code repositories (public or private)\n* Manipulation of source code in open-source dependencies\n* Manipulation of software update/distribution mechanisms\n* Compromised/infected system images (multiple cases of removable media infected at the factory)(Citation: IBM Storwize)(Citation: Schneider Electric USB Malware) \n* Replacement of legitimate software with modified versions\n* Sales of modified/counterfeit products to legitimate distributors\n* Shipment interdiction\n\nWhile supply chain compromise can impact any component of hardware or software, adversaries looking to gain execution have often focused on malicious additions to legitimate software in software distribution or update channels.(Citation: Avast CCleaner3 2018)(Citation: Microsoft Dofoil 2018)(Citation: Command Five SK 2011) Targeting may be specific to a desired victim set or malicious software may be distributed to a broad set of consumers but only move on to additional tactics on specific victims.(Citation: Symantec Elderwood Sept 2012)(Citation: Avast CCleaner3 2018)(Citation: Command Five SK 2011) Popular open source projects that are used as dependencies in many applications may also be targeted as a means to add malicious code to users of the dependency.(Citation: Trendmicro NPM Compromise)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "initial-access"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1195",
                            "external_id": "T1195"
                        },
                        {
                            "source_name": "Avast CCleaner3 2018",
                            "description": "Avast Threat Intelligence Team. (2018, March 8). New investigations into the CCleaner incident point to a possible third stage that had keylogger capacities. Retrieved March 15, 2018.",
                            "url": "https://blog.avast.com/new-investigations-in-ccleaner-incident-point-to-a-possible-third-stage-that-had-keylogger-capacities"
                        },
                        {
                            "source_name": "Command Five SK 2011",
                            "description": "Command Five Pty Ltd. (2011, September). SK Hack by an Advanced Persistent Threat. Retrieved April 6, 2018.",
                            "url": "https://www.commandfive.com/papers/C5_APT_SKHack.pdf"
                        },
                        {
                            "source_name": "IBM Storwize",
                            "description": "IBM Support. (2017, April 26). Storwize USB Initialization Tool may contain malicious code. Retrieved May 28, 2019.",
                            "url": "https://www-01.ibm.com/support/docview.wss?uid=ssg1S1010146&myns=s028&mynp=OCSTHGUJ&mynp=OCSTLM5A&mynp=OCSTLM6B&mynp=OCHW206&mync=E&cm_sp=s028-_-OCSTHGUJ-OCSTLM5A-OCSTLM6B-OCHW206-_-E"
                        },
                        {
                            "source_name": "Symantec Elderwood Sept 2012",
                            "description": "O'Gorman, G., and McDonald, G.. (2012, September 6). The Elderwood Project. Retrieved February 15, 2018.",
                            "url": "https://web.archive.org/web/20190717233006/http://www.symantec.com/content/en/us/enterprise/media/security_response/whitepapers/the-elderwood-project.pdf"
                        },
                        {
                            "source_name": "Schneider Electric USB Malware",
                            "description": "Schneider Electric. (2018, August 24). Security Notification \u2013 USB Removable Media Provided With Conext Combox and Conext Battery Monitor. Retrieved May 28, 2019.",
                            "url": "https://www.se.com/ww/en/download/document/SESN-2018-236-01/"
                        },
                        {
                            "source_name": "Trendmicro NPM Compromise",
                            "description": "Trendmicro. (2018, November 29). Hacker Infects Node.js Package to Steal from Bitcoin Wallets. Retrieved April 10, 2019.",
                            "url": "https://www.trendmicro.com/vinfo/dk/security/news/cybercrime-and-digital-threats/hacker-infects-node-js-package-to-steal-from-bitcoin-wallets"
                        },
                        {
                            "source_name": "Microsoft Dofoil 2018",
                            "description": "Windows Defender Research. (2018, March 7). Behavior monitoring combined with machine learning spoils a massive Dofoil coin mining campaign. Retrieved March 20, 2018.",
                            "url": "https://cloudblogs.microsoft.com/microsoftsecure/2018/03/07/behavior-monitoring-combined-with-machine-learning-spoils-a-massive-dofoil-coin-mining-campaign/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Veeral Patel"
                    ],
                    "x_mitre_data_sources": [
                        "Sensor Health: Host Status",
                        "File: File Metadata"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Use verification of distributed binaries through hash checking or other integrity checking mechanisms. Scan downloads for malicious signatures and attempt to test software and updates prior to deployment while taking note of potential suspicious activity. Perform physical inspection of hardware to look for potential tampering.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "Windows",
                        "macOS"
                    ],
                    "x_mitre_version": "1.6",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-02-26 14:23:37.009000+00:00\", \"old_value\": \"2023-03-30 21:01:42.446000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.6\", \"old_value\": \"1.5\"}}}",
                    "previous_version": "1.5",
                    "version_change": "1.5 \u2192 1.6",
                    "changelog_mitigations": {
                        "shared": [
                            "M1016: Vulnerability Scanning",
                            "M1051: Update Software"
                        ],
                        "new": [
                            "M1013: Application Developer Guidance",
                            "M1033: Limit Software Installation",
                            "M1046: Boot Integrity"
                        ],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0013: Sensor Health (Host Status)",
                            "DS0022: File (File Metadata)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--191cc6af-1bb2-4344-ab5f-28e496638720",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-03-11 14:13:42.916000+00:00",
                    "modified": "2024-04-13 14:47:31.204000+00:00",
                    "name": "Compromise Software Dependencies and Development Tools",
                    "description": "Adversaries may manipulate software dependencies and development tools prior to receipt by a final consumer for the purpose of data or system compromise. Applications often depend on external software to function properly. Popular open source projects that are used as dependencies in many applications may be targeted as a means to add malicious code to users of the dependency.(Citation: Trendmicro NPM Compromise)  \n\nTargeting may be specific to a desired victim set or may be distributed to a broad set of consumers but only move on to additional tactics on specific victims. ",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "initial-access"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1195/001",
                            "external_id": "T1195.001"
                        },
                        {
                            "source_name": "Trendmicro NPM Compromise",
                            "description": "Trendmicro. (2018, November 29). Hacker Infects Node.js Package to Steal from Bitcoin Wallets. Retrieved April 10, 2019.",
                            "url": "https://www.trendmicro.com/vinfo/dk/security/news/cybercrime-and-digital-threats/hacker-infects-node-js-package-to-steal-from-bitcoin-wallets"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "File: File Metadata"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Use verification of distributed binaries through hash checking or other integrity checking mechanisms. Scan downloads for malicious signatures and attempt to test software and updates prior to deployment while taking note of potential suspicious activity. ",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-13 14:47:31.204000+00:00\", \"old_value\": \"2022-04-28 16:03:59.172000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2",
                    "changelog_mitigations": {
                        "shared": [
                            "M1016: Vulnerability Scanning",
                            "M1051: Update Software"
                        ],
                        "new": [
                            "M1013: Application Developer Guidance",
                            "M1033: Limit Software Installation"
                        ],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0022: File (File Metadata)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--457c7820-d331-465a-915e-42f85500ccc4",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2018-04-18 17:59:24.739000+00:00",
                    "modified": "2024-03-01 16:25:43.150000+00:00",
                    "name": "System Binary Proxy Execution",
                    "description": "Adversaries may bypass process and/or signature-based defenses by proxying execution of malicious content with signed, or otherwise trusted, binaries. Binaries used in this technique are often Microsoft-signed files, indicating that they have been either downloaded from Microsoft or are already native in the operating system.(Citation: LOLBAS Project) Binaries signed with trusted digital certificates can typically execute on Windows systems protected by digital signature validation. Several Microsoft signed binaries that are default on Windows installations can be used to proxy execution of other files or commands.\n\nSimilarly, on Linux systems adversaries may abuse trusted binaries such as <code>split</code> to proxy execution of malicious commands.(Citation: split man page)(Citation: GTFO split)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "defense-evasion"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1218",
                            "external_id": "T1218"
                        },
                        {
                            "source_name": "GTFO split",
                            "description": "GTFOBins. (2020, November 13). split. Retrieved April 18, 2022.",
                            "url": "https://gtfobins.github.io/gtfobins/split/"
                        },
                        {
                            "source_name": "LOLBAS Project",
                            "description": "Oddvar Moe et al. (2022, February).  Living Off The Land Binaries, Scripts and Libraries. Retrieved March 7, 2022.",
                            "url": "https://github.com/LOLBAS-Project/LOLBAS#criteria"
                        },
                        {
                            "source_name": "split man page",
                            "description": "Torbjorn Granlund, Richard M. Stallman. (2020, March null). split(1) \u2014 Linux manual page. Retrieved March 25, 2022.",
                            "url": "https://man7.org/linux/man-pages/man1/split.1.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Nishan Maharjan, @loki248",
                        "Hans Christoffer Gaardl\u00f8s",
                        "Praetorian",
                        "Wes Hurd"
                    ],
                    "x_mitre_data_sources": [
                        "Network Traffic: Network Connection Creation",
                        "Windows Registry: Windows Registry Key Modification",
                        "Module: Module Load",
                        "File: File Creation",
                        "Process: OS API Execution",
                        "Process: Process Creation",
                        "Command: Command Execution"
                    ],
                    "x_mitre_defense_bypassed": [
                        "Anti-virus",
                        "Application control",
                        "Digital Certificate Validation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor processes and command-line parameters for signed binaries that may be used to proxy execution of malicious files. Compare recent invocations of signed binaries that may be used to proxy execution with prior history of known good arguments and loaded files to determine anomalous and potentially adversarial activity. Legitimate programs used in suspicious ways, like msiexec.exe downloading an MSI file from the Internet, may be indicative of an intrusion. Correlate activity with other suspicious behavior to reduce false positives that may be due to normal benign use by users and administrators.\n\nMonitor for file activity (creations, downloads, modifications, etc.), especially for file types that are not typical within an environment and may be indicative of adversary activity.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows",
                        "Linux",
                        "macOS"
                    ],
                    "x_mitre_version": "3.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-03-01 16:25:43.150000+00:00\", \"old_value\": \"2022-04-18 14:52:08.678000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"3.1\", \"old_value\": \"3.0\"}}}",
                    "previous_version": "3.0",
                    "version_change": "3.0 \u2192 3.1",
                    "changelog_mitigations": {
                        "shared": [
                            "M1026: Privileged Account Management",
                            "M1038: Execution Prevention",
                            "M1042: Disable or Remove Feature or Program",
                            "M1050: Exploit Protection"
                        ],
                        "new": [
                            "M1021: Restrict Web-Based Content",
                            "M1037: Filter Network Traffic"
                        ],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (OS API Execution)",
                            "DS0009: Process (Process Creation)",
                            "DS0011: Module (Module Load)",
                            "DS0017: Command (Command Execution)",
                            "DS0022: File (File Creation)",
                            "DS0024: Windows Registry (Windows Registry Key Modification)",
                            "DS0029: Network Traffic (Network Connection Creation)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--f3c544dc-673c-4ef3-accb-53229f1ae077",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:31:37.450000+00:00",
                    "modified": "2024-04-16 12:50:15.929000+00:00",
                    "name": "System Time Discovery",
                    "description": "An adversary may gather the system time and/or time zone settings from a local or remote system. The system time is set and stored by services, such as the Windows Time Service on Windows or <code>systemsetup</code> on macOS.(Citation: MSDN System Time)(Citation: Technet Windows Time Service)(Citation: systemsetup mac time) These time settings may also be synchronized between systems and services in an enterprise network, typically accomplished with a network time server within a domain.(Citation: Mac Time Sync)(Citation: linux system time)\n\nSystem time information may be gathered in a number of ways, such as with [Net](https://attack.mitre.org/software/S0039) on Windows by performing <code>net time \\\\hostname</code> to gather the system time on a remote system. The victim's time zone may also be inferred from the current system time or gathered by using <code>w32tm /tz</code>.(Citation: Technet Windows Time Service) In addition, adversaries can discover device uptime through functions such as <code>GetTickCount()</code> to determine how long it has been since the system booted up.(Citation: Virtualization/Sandbox Evasion)\n\nOn network devices, [Network Device CLI](https://attack.mitre.org/techniques/T1059/008) commands such as `show clock detail` can be used to see the current time configuration.(Citation: show_clock_detail_cisco_cmd)\n\nIn addition, system calls \u2013 such as <code>time()</code> \u2013 have been used to collect the current time on Linux devices.(Citation: MAGNET GOBLIN) On macOS systems, adversaries may use commands such as <code>systemsetup -gettimezone</code> or <code>timeIntervalSinceNow</code> to gather current time zone information or current date and time.(Citation: System Information Discovery Technique)(Citation: ESET DazzleSpy Jan 2022)\n\nThis information could be useful for performing other techniques, such as executing a file with a [Scheduled Task/Job](https://attack.mitre.org/techniques/T1053)(Citation: RSA EU12 They're Inside), or to discover locality information based on time zone to assist in victim targeting (i.e. [System Location Discovery](https://attack.mitre.org/techniques/T1614)). Adversaries may also use knowledge of system time as part of a time bomb, or delaying execution until a specified date/time.(Citation: AnyRun TimeBomb)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "discovery"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1124",
                            "external_id": "T1124"
                        },
                        {
                            "source_name": "systemsetup mac time",
                            "description": "Apple Support. (n.d.). About systemsetup in Remote Desktop. Retrieved March 27, 2024.",
                            "url": "https://support.apple.com/en-gb/guide/remote-desktop/apd95406b8d/mac"
                        },
                        {
                            "source_name": "linux system time",
                            "description": "ArchLinux. (2024, February 1). System Time. Retrieved March 27, 2024.",
                            "url": "https://wiki.archlinux.org/title/System_time"
                        },
                        {
                            "source_name": "MAGNET GOBLIN",
                            "description": "Check Point Research. (2024, March 8). MAGNET GOBLIN TARGETS PUBLICLY FACING SERVERS USING 1-DAY VULNERABILITIES. Retrieved March 27, 2024.",
                            "url": "https://research.checkpoint.com/2024/magnet-goblin-targets-publicly-facing-servers-using-1-day-vulnerabilities/"
                        },
                        {
                            "source_name": "show_clock_detail_cisco_cmd",
                            "description": "Cisco. (2023, March 6). show clock detail - Cisco IOS Security Command Reference: Commands S to Z . Retrieved July 13, 2022.",
                            "url": "https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/security/s1/sec-s1-cr-book/sec-cr-s2.html#wp1896741674"
                        },
                        {
                            "source_name": "Mac Time Sync",
                            "description": "Cone, Matt. (2021, January 14). Synchronize your Mac's Clock with a Time Server. Retrieved March 27, 2024.",
                            "url": "https://www.macinstruct.com/tutorials/synchronize-your-macs-clock-with-a-time-server/"
                        },
                        {
                            "source_name": "ESET DazzleSpy Jan 2022",
                            "description": "M.L\u00e9veill\u00e9, M., Cherepanov, A.. (2022, January 25). Watering hole deploys new macOS malware, DazzleSpy, in Asia. Retrieved May 6, 2022.",
                            "url": "https://www.welivesecurity.com/2022/01/25/watering-hole-deploys-new-macos-malware-dazzlespy-asia/"
                        },
                        {
                            "source_name": "AnyRun TimeBomb",
                            "description": "Malicious History. (2020, September 17). Time Bombs: Malware With Delayed Execution. Retrieved April 22, 2021.",
                            "url": "https://any.run/cybersecurity-blog/time-bombs-malware-with-delayed-execution/"
                        },
                        {
                            "source_name": "Technet Windows Time Service",
                            "description": "Mathers, B. (2016, September 30). Windows Time Service Tools and Settings. Retrieved November 25, 2016.",
                            "url": "https://technet.microsoft.com/windows-server-docs/identity/ad-ds/get-started/windows-time-service/windows-time-service-tools-and-settings"
                        },
                        {
                            "source_name": "MSDN System Time",
                            "description": "Microsoft. (n.d.). System Time. Retrieved November 25, 2016.",
                            "url": "https://msdn.microsoft.com/ms724961.aspx"
                        },
                        {
                            "source_name": "RSA EU12 They're Inside",
                            "description": "Rivner, U., Schwartz, E. (2012). They\u2019re Inside\u2026 Now What?. Retrieved November 25, 2016.",
                            "url": "https://www.rsaconference.com/writable/presentations/file_upload/ht-209_rivner_schwartz.pdf"
                        },
                        {
                            "source_name": "System Information Discovery Technique",
                            "description": "YUCEEL, Huseyin Can. Picus Labs. (2022, June 9). The System Information Discovery Technique Explained - MITRE ATT&CK T1082. Retrieved March 27, 2024.",
                            "url": "https://www.picussecurity.com/resource/the-system-information-discovery-technique-explained-mitre-attack-t1082"
                        },
                        {
                            "source_name": "Virtualization/Sandbox Evasion",
                            "description": "YUCEEL, Huseyin Can. Picus Labs. (2022, June 9). Virtualization/Sandbox Evasion - How Attackers Avoid Malware Analysis. Retrieved December 26, 2023.",
                            "url": "https://www.picussecurity.com/resource/virtualization/sandbox-evasion-how-attackers-avoid-malware-analysis"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "FIRST.ORG's Cyber Threat Intelligence SIG",
                        "Austin Clark, @c2defense"
                    ],
                    "x_mitre_data_sources": [
                        "Process: OS API Execution",
                        "Command: Command Execution",
                        "Process: Process Creation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Command-line interface monitoring may be useful to detect instances of net.exe or other command-line utilities being used to gather system time or time zone. Methods of detecting API use for gathering this information are likely less useful due to how often they may be used by legitimate software.\n\nFor network infrastructure devices, collect AAA logging to monitor `show` commands being run by non-standard users from non-standard locations.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows",
                        "Network",
                        "Linux",
                        "macOS"
                    ],
                    "x_mitre_version": "1.4",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-16 12:50:15.929000+00:00\", \"old_value\": \"2023-04-12 23:37:22.508000+00:00\"}, \"root['description']\": {\"new_value\": \"An adversary may gather the system time and/or time zone settings from a local or remote system. The system time is set and stored by services, such as the Windows Time Service on Windows or <code>systemsetup</code> on macOS.(Citation: MSDN System Time)(Citation: Technet Windows Time Service)(Citation: systemsetup mac time) These time settings may also be synchronized between systems and services in an enterprise network, typically accomplished with a network time server within a domain.(Citation: Mac Time Sync)(Citation: linux system time)\\n\\nSystem time information may be gathered in a number of ways, such as with [Net](https://attack.mitre.org/software/S0039) on Windows by performing <code>net time \\\\\\\\hostname</code> to gather the system time on a remote system. The victim's time zone may also be inferred from the current system time or gathered by using <code>w32tm /tz</code>.(Citation: Technet Windows Time Service) In addition, adversaries can discover device uptime through functions such as <code>GetTickCount()</code> to determine how long it has been since the system booted up.(Citation: Virtualization/Sandbox Evasion)\\n\\nOn network devices, [Network Device CLI](https://attack.mitre.org/techniques/T1059/008) commands such as `show clock detail` can be used to see the current time configuration.(Citation: show_clock_detail_cisco_cmd)\\n\\nIn addition, system calls \\u2013 such as <code>time()</code> \\u2013 have been used to collect the current time on Linux devices.(Citation: MAGNET GOBLIN) On macOS systems, adversaries may use commands such as <code>systemsetup -gettimezone</code> or <code>timeIntervalSinceNow</code> to gather current time zone information or current date and time.(Citation: System Information Discovery Technique)(Citation: ESET DazzleSpy Jan 2022)\\n\\nThis information could be useful for performing other techniques, such as executing a file with a [Scheduled Task/Job](https://attack.mitre.org/techniques/T1053)(Citation: RSA EU12 They're Inside), or to discover locality information based on time zone to assist in victim targeting (i.e. [System Location Discovery](https://attack.mitre.org/techniques/T1614)). Adversaries may also use knowledge of system time as part of a time bomb, or delaying execution until a specified date/time.(Citation: AnyRun TimeBomb)\", \"old_value\": \"An adversary may gather the system time and/or time zone from a local or remote system. The system time is set and stored by the Windows Time Service within a domain to maintain time synchronization between systems and services in an enterprise network. (Citation: MSDN System Time)(Citation: Technet Windows Time Service)\\n\\nSystem time information may be gathered in a number of ways, such as with [Net](https://attack.mitre.org/software/S0039) on Windows by performing <code>net time \\\\\\\\hostname</code> to gather the system time on a remote system. The victim's time zone may also be inferred from the current system time or gathered by using <code>w32tm /tz</code>.(Citation: Technet Windows Time Service)\\n\\nOn network devices, [Network Device CLI](https://attack.mitre.org/techniques/T1059/008) commands such as `show clock detail` can be used to see the current time configuration.(Citation: show_clock_detail_cisco_cmd)\\n\\nThis information could be useful for performing other techniques, such as executing a file with a [Scheduled Task/Job](https://attack.mitre.org/techniques/T1053)(Citation: RSA EU12 They're Inside), or to discover locality information based on time zone to assist in victim targeting (i.e. [System Location Discovery](https://attack.mitre.org/techniques/T1614)). Adversaries may also use knowledge of system time as part of a time bomb, or delaying execution until a specified date/time.(Citation: AnyRun TimeBomb)\", \"diff\": \"--- \\n+++ \\n@@ -1,7 +1,9 @@\\n-An adversary may gather the system time and/or time zone from a local or remote system. The system time is set and stored by the Windows Time Service within a domain to maintain time synchronization between systems and services in an enterprise network. (Citation: MSDN System Time)(Citation: Technet Windows Time Service)\\n+An adversary may gather the system time and/or time zone settings from a local or remote system. The system time is set and stored by services, such as the Windows Time Service on Windows or <code>systemsetup</code> on macOS.(Citation: MSDN System Time)(Citation: Technet Windows Time Service)(Citation: systemsetup mac time) These time settings may also be synchronized between systems and services in an enterprise network, typically accomplished with a network time server within a domain.(Citation: Mac Time Sync)(Citation: linux system time)\\n \\n-System time information may be gathered in a number of ways, such as with [Net](https://attack.mitre.org/software/S0039) on Windows by performing <code>net time \\\\\\\\hostname</code> to gather the system time on a remote system. The victim's time zone may also be inferred from the current system time or gathered by using <code>w32tm /tz</code>.(Citation: Technet Windows Time Service)\\n+System time information may be gathered in a number of ways, such as with [Net](https://attack.mitre.org/software/S0039) on Windows by performing <code>net time \\\\\\\\hostname</code> to gather the system time on a remote system. The victim's time zone may also be inferred from the current system time or gathered by using <code>w32tm /tz</code>.(Citation: Technet Windows Time Service) In addition, adversaries can discover device uptime through functions such as <code>GetTickCount()</code> to determine how long it has been since the system booted up.(Citation: Virtualization/Sandbox Evasion)\\n \\n On network devices, [Network Device CLI](https://attack.mitre.org/techniques/T1059/008) commands such as `show clock detail` can be used to see the current time configuration.(Citation: show_clock_detail_cisco_cmd)\\n \\n+In addition, system calls \\u2013 such as <code>time()</code> \\u2013 have been used to collect the current time on Linux devices.(Citation: MAGNET GOBLIN) On macOS systems, adversaries may use commands such as <code>systemsetup -gettimezone</code> or <code>timeIntervalSinceNow</code> to gather current time zone information or current date and time.(Citation: System Information Discovery Technique)(Citation: ESET DazzleSpy Jan 2022)\\n+\\n This information could be useful for performing other techniques, such as executing a file with a [Scheduled Task/Job](https://attack.mitre.org/techniques/T1053)(Citation: RSA EU12 They're Inside), or to discover locality information based on time zone to assist in victim targeting (i.e. [System Location Discovery](https://attack.mitre.org/techniques/T1614)). Adversaries may also use knowledge of system time as part of a time bomb, or delaying execution until a specified date/time.(Citation: AnyRun TimeBomb)\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.4\", \"old_value\": \"1.3\"}}, \"iterable_item_added\": {\"root['external_references'][1]\": {\"source_name\": \"systemsetup mac time\", \"description\": \"Apple Support. (n.d.). About systemsetup in Remote Desktop. Retrieved March 27, 2024.\", \"url\": \"https://support.apple.com/en-gb/guide/remote-desktop/apd95406b8d/mac\"}, \"root['external_references'][2]\": {\"source_name\": \"linux system time\", \"description\": \"ArchLinux. (2024, February 1). System Time. Retrieved March 27, 2024.\", \"url\": \"https://wiki.archlinux.org/title/System_time\"}, \"root['external_references'][3]\": {\"source_name\": \"MAGNET GOBLIN\", \"description\": \"Check Point Research. (2024, March 8). MAGNET GOBLIN TARGETS PUBLICLY FACING SERVERS USING 1-DAY VULNERABILITIES. Retrieved March 27, 2024.\", \"url\": \"https://research.checkpoint.com/2024/magnet-goblin-targets-publicly-facing-servers-using-1-day-vulnerabilities/\"}, \"root['external_references'][5]\": {\"source_name\": \"Mac Time Sync\", \"description\": \"Cone, Matt. (2021, January 14). Synchronize your Mac's Clock with a Time Server. Retrieved March 27, 2024.\", \"url\": \"https://www.macinstruct.com/tutorials/synchronize-your-macs-clock-with-a-time-server/\"}, \"root['external_references'][6]\": {\"source_name\": \"ESET DazzleSpy Jan 2022\", \"description\": \"M.L\\u00e9veill\\u00e9, M., Cherepanov, A.. (2022, January 25). Watering hole deploys new macOS malware, DazzleSpy, in Asia. Retrieved May 6, 2022.\", \"url\": \"https://www.welivesecurity.com/2022/01/25/watering-hole-deploys-new-macos-malware-dazzlespy-asia/\"}, \"root['external_references'][11]\": {\"source_name\": \"System Information Discovery Technique\", \"description\": \"YUCEEL, Huseyin Can. Picus Labs. (2022, June 9). The System Information Discovery Technique Explained - MITRE ATT&CK T1082. Retrieved March 27, 2024.\", \"url\": \"https://www.picussecurity.com/resource/the-system-information-discovery-technique-explained-mitre-attack-t1082\"}, \"root['external_references'][12]\": {\"source_name\": \"Virtualization/Sandbox Evasion\", \"description\": \"YUCEEL, Huseyin Can. Picus Labs. (2022, June 9). Virtualization/Sandbox Evasion - How Attackers Avoid Malware Analysis. Retrieved December 26, 2023.\", \"url\": \"https://www.picussecurity.com/resource/virtualization/sandbox-evasion-how-attackers-avoid-malware-analysis\"}, \"root['x_mitre_platforms'][2]\": \"Linux\", \"root['x_mitre_platforms'][3]\": \"macOS\"}}",
                    "previous_version": "1.3",
                    "version_change": "1.3 \u2192 1.4",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to43__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to43__0\"><a href=\"#difflib_chg_to43__top\">t</a></td><td class=\"diff_header\" id=\"from43_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_sub\">An&nbsp;adversary&nbsp;may&nbsp;gather&nbsp;the&nbsp;system&nbsp;time&nbsp;and/or&nbsp;time&nbsp;zone&nbsp;fro</span></td><td class=\"diff_next\"><a href=\"#difflib_chg_to43__top\">t</a></td><td class=\"diff_header\" id=\"to43_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_add\">An&nbsp;adversary&nbsp;may&nbsp;gather&nbsp;the&nbsp;system&nbsp;time&nbsp;and/or&nbsp;time&nbsp;zone&nbsp;set</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">m&nbsp;a&nbsp;local&nbsp;or&nbsp;remote&nbsp;system.&nbsp;The&nbsp;system&nbsp;time&nbsp;is&nbsp;set&nbsp;and&nbsp;store</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">tings&nbsp;from&nbsp;a&nbsp;local&nbsp;or&nbsp;remote&nbsp;system.&nbsp;The&nbsp;system&nbsp;time&nbsp;is&nbsp;set&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">d&nbsp;by&nbsp;the&nbsp;Windows&nbsp;Time&nbsp;Service&nbsp;within&nbsp;a&nbsp;domain&nbsp;to&nbsp;maintain&nbsp;ti</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">and&nbsp;stored&nbsp;by&nbsp;services,&nbsp;such&nbsp;as&nbsp;the&nbsp;Windows&nbsp;Time&nbsp;Service&nbsp;on&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">me&nbsp;synchronization&nbsp;between&nbsp;systems&nbsp;and&nbsp;services&nbsp;in&nbsp;an&nbsp;enterp</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">Windows&nbsp;or&nbsp;&lt;code&gt;systemsetup&lt;/code&gt;&nbsp;on&nbsp;macOS.(Citation:&nbsp;MSDN</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">rise&nbsp;network.&nbsp;(Citation:&nbsp;MSDN&nbsp;System&nbsp;Time)(Citation:&nbsp;Technet</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;System&nbsp;Time)(Citation:&nbsp;Technet&nbsp;Windows&nbsp;Time&nbsp;Service)(Citati</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;Windows&nbsp;Time&nbsp;Service)&nbsp;&nbsp;System&nbsp;time&nbsp;information&nbsp;may&nbsp;be&nbsp;gathe</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">on:&nbsp;systemsetup&nbsp;mac&nbsp;time)&nbsp;These&nbsp;time&nbsp;settings&nbsp;may&nbsp;also&nbsp;be&nbsp;sy</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">red&nbsp;in&nbsp;a&nbsp;number&nbsp;of&nbsp;ways,&nbsp;such&nbsp;as&nbsp;with&nbsp;[Net](https://attack.m</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">nchronized&nbsp;between&nbsp;systems&nbsp;and&nbsp;services&nbsp;in&nbsp;an&nbsp;enterprise&nbsp;net</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">itre.org/software/S0039)&nbsp;on&nbsp;Windows&nbsp;by&nbsp;performing&nbsp;&lt;code&gt;net&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">work,&nbsp;typically&nbsp;accomplished&nbsp;with&nbsp;a&nbsp;network&nbsp;time&nbsp;server&nbsp;with</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">time&nbsp;\\\\hostname&lt;/code&gt;&nbsp;to&nbsp;gather&nbsp;the&nbsp;system&nbsp;time&nbsp;on&nbsp;a&nbsp;remote</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">in&nbsp;a&nbsp;domain.(Citation:&nbsp;Mac&nbsp;Time&nbsp;Sync)(Citation:&nbsp;linux&nbsp;system</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;system.&nbsp;The&nbsp;victim's&nbsp;time&nbsp;zone&nbsp;may&nbsp;also&nbsp;be&nbsp;inferred&nbsp;from&nbsp;th</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;time)&nbsp;&nbsp;System&nbsp;time&nbsp;information&nbsp;may&nbsp;be&nbsp;gathered&nbsp;in&nbsp;a&nbsp;number&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">e&nbsp;current&nbsp;system&nbsp;time&nbsp;or&nbsp;gathered&nbsp;by&nbsp;using&nbsp;&lt;code&gt;w32tm&nbsp;/tz&lt;/</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">of&nbsp;ways,&nbsp;such&nbsp;as&nbsp;with&nbsp;[Net](https://attack.mitre.org/softwar</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">code&gt;.(Citation:&nbsp;Technet&nbsp;Windows&nbsp;Time&nbsp;Service)&nbsp;&nbsp;On&nbsp;network&nbsp;d</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">e/S0039)&nbsp;on&nbsp;Windows&nbsp;by&nbsp;performing&nbsp;&lt;code&gt;net&nbsp;time&nbsp;\\\\hostname&lt;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">evices,&nbsp;[Network&nbsp;Device&nbsp;CLI](https://attack.mitre.org/techni</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">/code&gt;&nbsp;to&nbsp;gather&nbsp;the&nbsp;system&nbsp;time&nbsp;on&nbsp;a&nbsp;remote&nbsp;system.&nbsp;The&nbsp;vic</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ques/T1059/008)&nbsp;commands&nbsp;such&nbsp;as&nbsp;`show&nbsp;clock&nbsp;detail`&nbsp;can&nbsp;be&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">tim's&nbsp;time&nbsp;zone&nbsp;may&nbsp;also&nbsp;be&nbsp;inferred&nbsp;from&nbsp;the&nbsp;current&nbsp;system</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">used&nbsp;to&nbsp;see&nbsp;the&nbsp;current&nbsp;time&nbsp;configuration.(Citation:&nbsp;show_c</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;time&nbsp;or&nbsp;gathered&nbsp;by&nbsp;using&nbsp;&lt;code&gt;w32tm&nbsp;/tz&lt;/code&gt;.(Citation:</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">lock_detail_cisco_cmd)&nbsp;&nbsp;This&nbsp;information&nbsp;could&nbsp;be&nbsp;useful&nbsp;for</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;Technet&nbsp;Windows&nbsp;Time&nbsp;Service)&nbsp;In&nbsp;addition,&nbsp;adversaries&nbsp;can&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;performing&nbsp;other&nbsp;techniques,&nbsp;such&nbsp;as&nbsp;executing&nbsp;a&nbsp;file&nbsp;with&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">discover&nbsp;device&nbsp;uptime&nbsp;through&nbsp;functions&nbsp;such&nbsp;as&nbsp;&lt;code&gt;GetTi</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">a&nbsp;[Scheduled&nbsp;Task/Job](https://attack.mitre.org/techniques/T</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ckCount()&lt;/code&gt;&nbsp;to&nbsp;determine&nbsp;how&nbsp;long&nbsp;it&nbsp;has&nbsp;been&nbsp;since&nbsp;the</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">1053)(Citation:&nbsp;RSA&nbsp;EU12&nbsp;They're&nbsp;Inside),&nbsp;or&nbsp;to&nbsp;discover&nbsp;loc</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;system&nbsp;booted&nbsp;up.(Citation:&nbsp;Virtualization/Sandbox&nbsp;Evasion)</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ality&nbsp;information&nbsp;based&nbsp;on&nbsp;time&nbsp;zone&nbsp;to&nbsp;assist&nbsp;in&nbsp;victim&nbsp;tar</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;&nbsp;On&nbsp;network&nbsp;devices,&nbsp;[Network&nbsp;Device&nbsp;CLI](https://attack.mi</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">geting&nbsp;(i.e.&nbsp;[System&nbsp;Location&nbsp;Discovery](https://attack.mitr</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">tre.org/techniques/T1059/008)&nbsp;commands&nbsp;such&nbsp;as&nbsp;`show&nbsp;clock&nbsp;d</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">e.org/techniques/T1614)).&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;use&nbsp;knowledge</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">etail`&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;see&nbsp;the&nbsp;current&nbsp;time&nbsp;configuration.(Ci</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;of&nbsp;system&nbsp;time&nbsp;as&nbsp;part&nbsp;of&nbsp;a&nbsp;time&nbsp;bomb,&nbsp;or&nbsp;delaying&nbsp;executio</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">tation:&nbsp;show_clock_detail_cisco_cmd)&nbsp;&nbsp;In&nbsp;addition,&nbsp;system&nbsp;ca</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">n&nbsp;until&nbsp;a&nbsp;specified&nbsp;date/time.(Citation:&nbsp;AnyRun&nbsp;TimeBomb)</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">lls&nbsp;\u2013&nbsp;such&nbsp;as&nbsp;&lt;code&gt;time()&lt;/code&gt;&nbsp;\u2013&nbsp;have&nbsp;been&nbsp;used&nbsp;to&nbsp;collec</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">t&nbsp;the&nbsp;current&nbsp;time&nbsp;on&nbsp;Linux&nbsp;devices.(Citation:&nbsp;MAGNET&nbsp;GOBLIN</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">)&nbsp;On&nbsp;macOS&nbsp;systems,&nbsp;adversaries&nbsp;may&nbsp;use&nbsp;commands&nbsp;such&nbsp;as&nbsp;&lt;co</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">de&gt;systemsetup&nbsp;-gettimezone&lt;/code&gt;&nbsp;or&nbsp;&lt;code&gt;timeIntervalSinc</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">eNow&lt;/code&gt;&nbsp;to&nbsp;gather&nbsp;current&nbsp;time&nbsp;zone&nbsp;information&nbsp;or&nbsp;curre</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">nt&nbsp;date&nbsp;and&nbsp;time.(Citation:&nbsp;System&nbsp;Information&nbsp;Discovery&nbsp;Tec</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">hnique)(Citation:&nbsp;ESET&nbsp;DazzleSpy&nbsp;Jan&nbsp;2022)&nbsp;&nbsp;This&nbsp;information</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;could&nbsp;be&nbsp;useful&nbsp;for&nbsp;performing&nbsp;other&nbsp;techniques,&nbsp;such&nbsp;as&nbsp;ex</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ecuting&nbsp;a&nbsp;file&nbsp;with&nbsp;a&nbsp;[Scheduled&nbsp;Task/Job](https://attack.mi</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">tre.org/techniques/T1053)(Citation:&nbsp;RSA&nbsp;EU12&nbsp;They're&nbsp;Inside)</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">,&nbsp;or&nbsp;to&nbsp;discover&nbsp;locality&nbsp;information&nbsp;based&nbsp;on&nbsp;time&nbsp;zone&nbsp;to&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">assist&nbsp;in&nbsp;victim&nbsp;targeting&nbsp;(i.e.&nbsp;[System&nbsp;Location&nbsp;Discovery]</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">(https://attack.mitre.org/techniques/T1614)).&nbsp;Adversaries&nbsp;ma</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">y&nbsp;also&nbsp;use&nbsp;knowledge&nbsp;of&nbsp;system&nbsp;time&nbsp;as&nbsp;part&nbsp;of&nbsp;a&nbsp;time&nbsp;bomb,&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">or&nbsp;delaying&nbsp;execution&nbsp;until&nbsp;a&nbsp;specified&nbsp;date/time.(Citation:</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;AnyRun&nbsp;TimeBomb)</span></td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (OS API Execution)",
                            "DS0009: Process (Process Creation)",
                            "DS0017: Command (Command Execution)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--d4bdbdea-eaec-4071-b4f9-5105e12ea4b6",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-08-30 13:03:04.038000+00:00",
                    "modified": "2024-04-11 15:53:00.577000+00:00",
                    "name": "Transfer Data to Cloud Account",
                    "description": "Adversaries may exfiltrate data by transferring the data, including through sharing/syncing and creating backups of cloud environments, to another cloud account they control on the same service.\n\nA defender who is monitoring for large transfers to outside the cloud environment through normal file transfers or over command and control channels may not be watching for data transfers to another account within the same cloud provider. Such transfers may utilize existing cloud provider APIs and the internal address space of the cloud provider to blend into normal traffic or avoid data transfers over external network interfaces.(Citation: TLDRSec AWS Attacks)\n\nAdversaries may also use cloud-native mechanisms to share victim data with adversary-controlled cloud accounts, such as creating anonymous file sharing links or, in Azure, a shared access signature (SAS) URI.(Citation: Microsoft Azure Storage Shared Access Signature)\n\nIncidents have been observed where adversaries have created backups of cloud instances and transferred them to separate accounts.(Citation: DOJ GRU Indictment Jul 2018) ",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "exfiltration"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1537",
                            "external_id": "T1537"
                        },
                        {
                            "source_name": "AWS EBS Snapshot Sharing",
                            "description": "Amazon Web Services. (n.d.). Share an Amazon EBS snapshot. Retrieved March 2, 2022.",
                            "url": "https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-modifying-snapshot-permissions.html"
                        },
                        {
                            "source_name": "TLDRSec AWS Attacks",
                            "description": "Clint Gibler and Scott Piper. (2021, January 4). Lesser Known Techniques for Attacking AWS Environments. Retrieved March 4, 2024.",
                            "url": "https://tldrsec.com/p/blog-lesser-known-aws-attacks"
                        },
                        {
                            "source_name": "Azure Shared Access Signature",
                            "description": "Delegate access with a shared access signature. (2019, December 18). Delegate access with a shared access signature. Retrieved March 2, 2022.",
                            "url": "https://docs.microsoft.com/en-us/rest/api/storageservices/delegate-access-with-shared-access-signature"
                        },
                        {
                            "source_name": "Azure Blob Snapshots",
                            "description": "Microsoft Azure. (2021, December 29). Blob snapshots. Retrieved March 2, 2022.",
                            "url": "https://docs.microsoft.com/en-us/azure/storage/blobs/snapshots-overview"
                        },
                        {
                            "source_name": "Microsoft Azure Storage Shared Access Signature",
                            "description": "Microsoft. (2023, June 7). Grant limited access to Azure Storage resources using shared access signatures (SAS). Retrieved March 4, 2024.",
                            "url": "https://learn.microsoft.com/en-us/azure/storage/common/storage-sas-overview"
                        },
                        {
                            "source_name": "DOJ GRU Indictment Jul 2018",
                            "description": "Mueller, R. (2018, July 13). Indictment - United States of America vs. VIKTOR BORISOVICH NETYKSHO, et al. Retrieved September 13, 2018.",
                            "url": "https://www.justice.gov/file/1080281/download"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Praetorian",
                        "Darin Smith, Cisco",
                        "ExtraHop",
                        "Gabriel Currie"
                    ],
                    "x_mitre_data_sources": [
                        "Cloud Storage: Cloud Storage Modification",
                        "Snapshot: Snapshot Creation",
                        "Snapshot: Snapshot Modification",
                        "Cloud Storage: Cloud Storage Metadata",
                        "Snapshot: Snapshot Metadata",
                        "Application Log: Application Log Content",
                        "Network Traffic: Network Traffic Content",
                        "Cloud Storage: Cloud Storage Creation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor account activity for attempts to share data, snapshots, or backups with untrusted or unusual accounts on the same cloud service provider. Monitor for anomalous file transfer activity between accounts and to untrusted VPCs. \n\nIn AWS, sharing an Elastic Block Store (EBS) snapshot, either with specified users or publicly, generates a ModifySnapshotAttribute event in CloudTrail logs.(Citation: AWS EBS Snapshot Sharing) Similarly, in Azure, creating a Shared Access Signature (SAS) URI for a Virtual Hard Disk (VHS) snapshot generates a \"Get Snapshot SAS URL\" event in Activity Logs.(Citation: Azure Blob Snapshots)(Citation: Azure Shared Access Signature)",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "IaaS",
                        "SaaS",
                        "Google Workspace",
                        "Office 365"
                    ],
                    "x_mitre_version": "1.4",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 15:53:00.577000+00:00\", \"old_value\": \"2022-06-16 19:21:04.897000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may exfiltrate data by transferring the data, including through sharing/syncing and creating backups of cloud environments, to another cloud account they control on the same service.\\n\\nA defender who is monitoring for large transfers to outside the cloud environment through normal file transfers or over command and control channels may not be watching for data transfers to another account within the same cloud provider. Such transfers may utilize existing cloud provider APIs and the internal address space of the cloud provider to blend into normal traffic or avoid data transfers over external network interfaces.(Citation: TLDRSec AWS Attacks)\\n\\nAdversaries may also use cloud-native mechanisms to share victim data with adversary-controlled cloud accounts, such as creating anonymous file sharing links or, in Azure, a shared access signature (SAS) URI.(Citation: Microsoft Azure Storage Shared Access Signature)\\n\\nIncidents have been observed where adversaries have created backups of cloud instances and transferred them to separate accounts.(Citation: DOJ GRU Indictment Jul 2018) \", \"old_value\": \"Adversaries may exfiltrate data by transferring the data, including backups of cloud environments, to another cloud account they control on the same service to avoid typical file transfers/downloads and network-based exfiltration detection.\\n\\nA defender who is monitoring for large transfers to outside the cloud environment through normal file transfers or over command and control channels may not be watching for data transfers to another account within the same cloud provider. Such transfers may utilize existing cloud provider APIs and the internal address space of the cloud provider to blend into normal traffic or avoid data transfers over external network interfaces.\\n\\nIncidents have been observed where adversaries have created backups of cloud instances and transferred them to separate accounts.(Citation: DOJ GRU Indictment Jul 2018) \", \"diff\": \"--- \\n+++ \\n@@ -1,5 +1,7 @@\\n-Adversaries may exfiltrate data by transferring the data, including backups of cloud environments, to another cloud account they control on the same service to avoid typical file transfers/downloads and network-based exfiltration detection.\\n+Adversaries may exfiltrate data by transferring the data, including through sharing/syncing and creating backups of cloud environments, to another cloud account they control on the same service.\\n \\n-A defender who is monitoring for large transfers to outside the cloud environment through normal file transfers or over command and control channels may not be watching for data transfers to another account within the same cloud provider. Such transfers may utilize existing cloud provider APIs and the internal address space of the cloud provider to blend into normal traffic or avoid data transfers over external network interfaces.\\n+A defender who is monitoring for large transfers to outside the cloud environment through normal file transfers or over command and control channels may not be watching for data transfers to another account within the same cloud provider. Such transfers may utilize existing cloud provider APIs and the internal address space of the cloud provider to blend into normal traffic or avoid data transfers over external network interfaces.(Citation: TLDRSec AWS Attacks)\\n+\\n+Adversaries may also use cloud-native mechanisms to share victim data with adversary-controlled cloud accounts, such as creating anonymous file sharing links or, in Azure, a shared access signature (SAS) URI.(Citation: Microsoft Azure Storage Shared Access Signature)\\n \\n Incidents have been observed where adversaries have created backups of cloud instances and transferred them to separate accounts.(Citation: DOJ GRU Indictment Jul 2018) \"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.4\", \"old_value\": \"1.3\"}}, \"iterable_item_added\": {\"root['external_references'][2]\": {\"source_name\": \"TLDRSec AWS Attacks\", \"description\": \"Clint Gibler and Scott Piper. (2021, January 4). Lesser Known Techniques for Attacking AWS Environments. Retrieved March 4, 2024.\", \"url\": \"https://tldrsec.com/p/blog-lesser-known-aws-attacks\"}, \"root['external_references'][5]\": {\"source_name\": \"Microsoft Azure Storage Shared Access Signature\", \"description\": \"Microsoft. (2023, June 7). Grant limited access to Azure Storage resources using shared access signatures (SAS). Retrieved March 4, 2024.\", \"url\": \"https://learn.microsoft.com/en-us/azure/storage/common/storage-sas-overview\"}, \"root['x_mitre_contributors'][3]\": \"Gabriel Currie\", \"root['x_mitre_data_sources'][5]\": \"Application Log: Application Log Content\", \"root['x_mitre_platforms'][1]\": \"SaaS\", \"root['x_mitre_platforms'][2]\": \"Google Workspace\", \"root['x_mitre_platforms'][3]\": \"Office 365\"}}",
                    "previous_version": "1.3",
                    "version_change": "1.3 \u2192 1.4",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to72__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to72__0\"><a href=\"#difflib_chg_to72__top\">t</a></td><td class=\"diff_header\" id=\"from72_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_sub\">Adversaries&nbsp;may&nbsp;exfiltrate&nbsp;data&nbsp;by&nbsp;transferring&nbsp;the&nbsp;data,&nbsp;in</span></td><td class=\"diff_next\"><a href=\"#difflib_chg_to72__top\">t</a></td><td class=\"diff_header\" id=\"to72_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_add\">Adversaries&nbsp;may&nbsp;exfiltrate&nbsp;data&nbsp;by&nbsp;transferring&nbsp;the&nbsp;data,&nbsp;in</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">cluding&nbsp;backups&nbsp;of&nbsp;cloud&nbsp;environments,&nbsp;to&nbsp;another&nbsp;cloud&nbsp;acco</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">cluding&nbsp;through&nbsp;sharing/syncing&nbsp;and&nbsp;creating&nbsp;backups&nbsp;of&nbsp;clou</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">unt&nbsp;they&nbsp;control&nbsp;on&nbsp;the&nbsp;same&nbsp;service&nbsp;to&nbsp;avoid&nbsp;typical&nbsp;file&nbsp;t</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">d&nbsp;environments,&nbsp;to&nbsp;another&nbsp;cloud&nbsp;account&nbsp;they&nbsp;control&nbsp;on&nbsp;the</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ransfers/downloads&nbsp;and&nbsp;network-based&nbsp;exfiltration&nbsp;detection.</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;same&nbsp;service.&nbsp;&nbsp;A&nbsp;defender&nbsp;who&nbsp;is&nbsp;monitoring&nbsp;for&nbsp;large&nbsp;trans</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;&nbsp;A&nbsp;defender&nbsp;who&nbsp;is&nbsp;monitoring&nbsp;for&nbsp;large&nbsp;transfers&nbsp;to&nbsp;outsid</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">fers&nbsp;to&nbsp;outside&nbsp;the&nbsp;cloud&nbsp;environment&nbsp;through&nbsp;normal&nbsp;file&nbsp;tr</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">e&nbsp;the&nbsp;cloud&nbsp;environment&nbsp;through&nbsp;normal&nbsp;file&nbsp;transfers&nbsp;or&nbsp;ove</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ansfers&nbsp;or&nbsp;over&nbsp;command&nbsp;and&nbsp;control&nbsp;channels&nbsp;may&nbsp;not&nbsp;be&nbsp;watc</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">r&nbsp;command&nbsp;and&nbsp;control&nbsp;channels&nbsp;may&nbsp;not&nbsp;be&nbsp;watching&nbsp;for&nbsp;data&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">hing&nbsp;for&nbsp;data&nbsp;transfers&nbsp;to&nbsp;another&nbsp;account&nbsp;within&nbsp;the&nbsp;same&nbsp;c</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">transfers&nbsp;to&nbsp;another&nbsp;account&nbsp;within&nbsp;the&nbsp;same&nbsp;cloud&nbsp;provider.</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">loud&nbsp;provider.&nbsp;Such&nbsp;transfers&nbsp;may&nbsp;utilize&nbsp;existing&nbsp;cloud&nbsp;pro</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;Such&nbsp;transfers&nbsp;may&nbsp;utilize&nbsp;existing&nbsp;cloud&nbsp;provider&nbsp;APIs&nbsp;and</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">vider&nbsp;APIs&nbsp;and&nbsp;the&nbsp;internal&nbsp;address&nbsp;space&nbsp;of&nbsp;the&nbsp;cloud&nbsp;provi</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;the&nbsp;internal&nbsp;address&nbsp;space&nbsp;of&nbsp;the&nbsp;cloud&nbsp;provider&nbsp;to&nbsp;blend&nbsp;i</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">der&nbsp;to&nbsp;blend&nbsp;into&nbsp;normal&nbsp;traffic&nbsp;or&nbsp;avoid&nbsp;data&nbsp;transfers&nbsp;ove</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">nto&nbsp;normal&nbsp;traffic&nbsp;or&nbsp;avoid&nbsp;data&nbsp;transfers&nbsp;over&nbsp;external&nbsp;net</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">r&nbsp;external&nbsp;network&nbsp;interfaces.(Citation:&nbsp;TLDRSec&nbsp;AWS&nbsp;Attacks</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">work&nbsp;interfaces.&nbsp;&nbsp;Incidents&nbsp;have&nbsp;been&nbsp;observed&nbsp;where&nbsp;adversa</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">)&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;use&nbsp;cloud-native&nbsp;mechanisms&nbsp;to&nbsp;share</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ries&nbsp;have&nbsp;created&nbsp;backups&nbsp;of&nbsp;cloud&nbsp;instances&nbsp;and&nbsp;transferred</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;victim&nbsp;data&nbsp;with&nbsp;adversary-controlled&nbsp;cloud&nbsp;accounts,&nbsp;such&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;them&nbsp;to&nbsp;separate&nbsp;accounts.(Citation:&nbsp;DOJ&nbsp;GRU&nbsp;Indictment&nbsp;Jul</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">as&nbsp;creating&nbsp;anonymous&nbsp;file&nbsp;sharing&nbsp;links&nbsp;or,&nbsp;in&nbsp;Azure,&nbsp;a&nbsp;sha</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;2018)&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">red&nbsp;access&nbsp;signature&nbsp;(SAS)&nbsp;URI.(Citation:&nbsp;Microsoft&nbsp;Azure&nbsp;St</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">orage&nbsp;Shared&nbsp;Access&nbsp;Signature)&nbsp;&nbsp;Incidents&nbsp;have&nbsp;been&nbsp;observed</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;where&nbsp;adversaries&nbsp;have&nbsp;created&nbsp;backups&nbsp;of&nbsp;cloud&nbsp;instances&nbsp;a</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">nd&nbsp;transferred&nbsp;them&nbsp;to&nbsp;separate&nbsp;accounts.(Citation:&nbsp;DOJ&nbsp;GRU&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">Indictment&nbsp;Jul&nbsp;2018)&nbsp;</span></td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1018: User Account Management",
                            "M1037: Filter Network Traffic"
                        ],
                        "new": [
                            "M1054: Software Configuration",
                            "M1057: Data Loss Prevention"
                        ],
                        "dropped": [
                            "M1027: Password Policies"
                        ]
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0010: Cloud Storage (Cloud Storage Creation)",
                            "DS0010: Cloud Storage (Cloud Storage Metadata)",
                            "DS0010: Cloud Storage (Cloud Storage Modification)",
                            "DS0020: Snapshot (Snapshot Creation)",
                            "DS0020: Snapshot (Snapshot Metadata)",
                            "DS0020: Snapshot (Snapshot Modification)",
                            "DS0029: Network Traffic (Network Traffic Content)"
                        ],
                        "new": [
                            "DS0015: Application Log (Application Log Content)"
                        ],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--51a14c76-dd3b-440b-9c20-2bf91d25a814",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-01-30 16:18:36.873000+00:00",
                    "modified": "2024-04-12 21:18:23.798000+00:00",
                    "name": "Use Alternate Authentication Material",
                    "description": "Adversaries may use alternate authentication material, such as password hashes, Kerberos tickets, and application access tokens, in order to move laterally within an environment and bypass normal system access controls. \n\nAuthentication processes generally require a valid identity (e.g., username) along with one or more authentication factors (e.g., password, pin, physical smart card, token generator, etc.). Alternate authentication material is legitimately generated by systems after a user or application successfully authenticates by providing a valid identity and the required authentication factor(s). Alternate authentication material may also be generated during the identity creation process.(Citation: NIST Authentication)(Citation: NIST MFA)\n\nCaching alternate authentication material allows the system to verify an identity has successfully authenticated without asking the user to reenter authentication factor(s). Because the alternate authentication must be maintained by the system\u2014either in memory or on disk\u2014it may be at risk of being stolen through [Credential Access](https://attack.mitre.org/tactics/TA0006) techniques. By stealing alternate authentication material, adversaries are able to bypass system access controls and authenticate to systems without knowing the plaintext password or any additional authentication factors.\n",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "defense-evasion"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "lateral-movement"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1550",
                            "external_id": "T1550"
                        },
                        {
                            "source_name": "TechNet Audit Policy",
                            "description": "Microsoft. (2016, April 15). Audit Policy Recommendations. Retrieved June 3, 2016.",
                            "url": "https://technet.microsoft.com/en-us/library/dn487457.aspx"
                        },
                        {
                            "source_name": "NIST Authentication",
                            "description": "NIST. (n.d.). Authentication. Retrieved January 30, 2020.",
                            "url": "https://csrc.nist.gov/glossary/term/authentication"
                        },
                        {
                            "source_name": "NIST MFA",
                            "description": "NIST. (n.d.). Multi-Factor Authentication (MFA). Retrieved January 30, 2020.",
                            "url": "https://csrc.nist.gov/glossary/term/Multi_Factor-Authentication"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Blake Strom, Microsoft Threat Intelligence"
                    ],
                    "x_mitre_data_sources": [
                        "Application Log: Application Log Content",
                        "Logon Session: Logon Session Creation",
                        "Active Directory: Active Directory Credential Request",
                        "Web Credential: Web Credential Usage",
                        "User Account: User Account Authentication"
                    ],
                    "x_mitre_defense_bypassed": [
                        "System Access Controls"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Configure robust, consistent account activity audit policies across the enterprise and with externally accessible services.(Citation: TechNet Audit Policy) Look for suspicious account behavior across systems that share accounts, either user, admin, or service accounts. Examples: one account logged into multiple systems simultaneously; multiple accounts logged into the same machine simultaneously; accounts logged in at odd times or outside of business hours. Activity may be from interactive login sessions or process ownership from accounts being used to execute binaries on a remote system as a particular account. Correlate other security systems with login information (e.g., a user has an active login session but has not entered the building or does not have VPN access).",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows",
                        "Office 365",
                        "SaaS",
                        "Google Workspace",
                        "IaaS",
                        "Containers"
                    ],
                    "x_mitre_version": "1.3",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_contributors']\": [\"Blake Strom, Microsoft Threat Intelligence\"], \"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-12 21:18:23.798000+00:00\", \"old_value\": \"2022-04-01 12:57:34.058000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.3\", \"old_value\": \"1.2\"}}}",
                    "previous_version": "1.2",
                    "version_change": "1.2 \u2192 1.3",
                    "changelog_mitigations": {
                        "shared": [
                            "M1018: User Account Management",
                            "M1026: Privileged Account Management"
                        ],
                        "new": [
                            "M1013: Application Developer Guidance",
                            "M1015: Active Directory Configuration",
                            "M1027: Password Policies",
                            "M1047: Audit"
                        ],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0002: User Account (User Account Authentication)",
                            "DS0006: Web Credential (Web Credential Usage)",
                            "DS0015: Application Log (Application Log Content)",
                            "DS0026: Active Directory (Active Directory Credential Request)",
                            "DS0028: Logon Session (Logon Session Creation)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--f005e783-57d4-4837-88ad-dbe7faee1c51",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-01-30 17:37:22.261000+00:00",
                    "modified": "2024-04-12 21:18:28.848000+00:00",
                    "name": "Application Access Token",
                    "description": "Adversaries may use stolen application access tokens to bypass the typical authentication process and access restricted accounts, information, or services on remote systems. These tokens are typically stolen from users or services and used in lieu of login credentials.\n\nApplication access tokens are used to make authorized API requests on behalf of a user or service and are commonly used to access resources in cloud, container-based applications, and software-as-a-service (SaaS).(Citation: Auth0 - Why You Should Always Use Access Tokens to Secure APIs Sept 2019) \n\nOAuth is one commonly implemented framework that issues tokens to users for access to systems. These frameworks are used collaboratively to verify the user and determine what actions the user is allowed to perform. Once identity is established, the token allows actions to be authorized, without passing the actual credentials of the user. Therefore, compromise of the token can grant the adversary access to resources of other sites through a malicious application.(Citation: okta)\n\nFor example, with a cloud-based email service, once an OAuth access token is granted to a malicious application, it can potentially gain long-term access to features of the user account if a \"refresh\" token enabling background access is awarded.(Citation: Microsoft Identity Platform Access 2019) With an OAuth access token an adversary can use the user-granted REST API to perform functions such as email searching and contact enumeration.(Citation: Staaldraad Phishing with OAuth 2017)\n\nCompromised access tokens may be used as an initial step in compromising other services. For example, if a token grants access to a victim\u2019s primary email, the adversary may be able to extend access to all other services which the target subscribes by triggering forgotten password routines. In AWS and GCP environments, adversaries can trigger a request for a short-lived access token with the privileges of another user account.(Citation: Google Cloud Service Account Credentials)(Citation: AWS Temporary Security Credentials) The adversary can then use this token to request data or perform actions the original account could not. If permissions for this feature are misconfigured \u2013 for example, by allowing all users to request a token for a particular account - an adversary may be able to gain initial access to a Cloud Account or escalate their privileges.(Citation: Rhino Security Labs Enumerating AWS Roles)\n\nDirect API access through a token negates the effectiveness of a second authentication factor and may be immune to intuitive countermeasures like changing passwords.  For example, in AWS environments, an adversary who compromises a user\u2019s AWS API credentials may be able to use the `sts:GetFederationToken` API call to create a federated user session, which will have the same permissions as the original user but may persist even if the original user credentials are deactivated.(Citation: Crowdstrike AWS User Federation Persistence) Additionally, access abuse over an API channel can be difficult to detect even from the service provider end, as the access can still align well with a legitimate workflow.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "defense-evasion"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "lateral-movement"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1550/001",
                            "external_id": "T1550.001"
                        },
                        {
                            "source_name": "Crowdstrike AWS User Federation Persistence",
                            "description": " Vaishnav Murthy and Joel Eng. (2023, January 30). How Adversaries Can Persist with AWS User Federation. Retrieved March 10, 2023.",
                            "url": "https://www.crowdstrike.com/blog/how-adversaries-persist-with-aws-user-federation/"
                        },
                        {
                            "source_name": "Auth0 - Why You Should Always Use Access Tokens to Secure APIs Sept 2019",
                            "description": "Auth0. (n.d.). Why You Should Always Use Access Tokens to Secure APIs. Retrieved September 12, 2019.",
                            "url": "https://auth0.com/blog/why-should-use-accesstokens-to-secure-an-api/"
                        },
                        {
                            "source_name": "AWS Logging IAM Calls",
                            "description": "AWS. (n.d.). Logging IAM and AWS STS API calls with AWS CloudTrail. Retrieved April 1, 2022.",
                            "url": "https://docs.aws.amazon.com/IAM/latest/UserGuide/cloudtrail-integration.html"
                        },
                        {
                            "source_name": "AWS Temporary Security Credentials",
                            "description": "AWS. (n.d.). Requesting temporary security credentials. Retrieved April 1, 2022.",
                            "url": "https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_request.html"
                        },
                        {
                            "source_name": "Microsoft Identity Platform Access 2019",
                            "description": "Cai, S., Flores, J., de Guzman, C., et. al.. (2019, August 27). Microsoft identity platform access tokens. Retrieved October 4, 2019.",
                            "url": "https://docs.microsoft.com/en-us/azure/active-directory/develop/access-tokens"
                        },
                        {
                            "source_name": "Google Cloud Service Account Credentials",
                            "description": "Google Cloud. (2022, March 31). Creating short-lived service account credentials. Retrieved April 1, 2022.",
                            "url": "https://cloud.google.com/iam/docs/creating-short-lived-service-account-credentials"
                        },
                        {
                            "source_name": "GCP Monitoring Service Account Usage",
                            "description": "Google Cloud. (2022, March 31). Monitor usage patterns for service accounts and keys . Retrieved April 1, 2022.",
                            "url": "https://cloud.google.com/iam/docs/service-account-monitoring"
                        },
                        {
                            "source_name": "okta",
                            "description": "okta. (n.d.). What Happens If Your JWT Is Stolen?. Retrieved September 12, 2019.",
                            "url": "https://developer.okta.com/blog/2018/06/20/what-happens-if-your-jwt-is-stolen"
                        },
                        {
                            "source_name": "Rhino Security Labs Enumerating AWS Roles",
                            "description": "Spencer Gietzen. (2018, August 8). Assume the Worst: Enumerating AWS Roles through \u2018AssumeRole\u2019. Retrieved April 1, 2022.",
                            "url": "https://rhinosecuritylabs.com/aws/assume-worst-aws-assume-role-enumeration"
                        },
                        {
                            "source_name": "Staaldraad Phishing with OAuth 2017",
                            "description": "Stalmans, E.. (2017, August 2). Phishing with OAuth and o365/Azure. Retrieved October 4, 2019.",
                            "url": "https://staaldraad.github.io/2017/08/02/o356-phishing-with-oauth/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Shailesh Tiwary (Indian Army)",
                        "Saisha Agrawal, Microsoft Threat Intelligent Center (MSTIC)",
                        "Jeff Sakowicz, Microsoft Identity Developer Platform Services (IDPM Services)",
                        "Mark Wee",
                        "Ian Davila, Tidal Cyber",
                        "Dylan Silva, AWS Security",
                        "Jack Burns, HubSpot",
                        "Blake Strom, Microsoft Threat Intelligence"
                    ],
                    "x_mitre_data_sources": [
                        "Web Credential: Web Credential Usage"
                    ],
                    "x_mitre_defense_bypassed": [
                        "System Access Controls"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor access token activity for abnormal use and permissions granted to unusual or suspicious applications and APIs. Additionally, administrators should review logs for calls to the AWS Security Token Service (STS) and usage of GCP service accounts in order to identify anomalous actions.(Citation: AWS Logging IAM Calls)(Citation: GCP Monitoring Service Account Usage)",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Office 365",
                        "SaaS",
                        "Google Workspace",
                        "Containers",
                        "IaaS",
                        "Azure AD"
                    ],
                    "x_mitre_version": "1.6",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-12 21:18:28.848000+00:00\", \"old_value\": \"2023-09-19 21:24:45.231000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.6\", \"old_value\": \"1.5\"}}, \"iterable_item_added\": {\"root['x_mitre_contributors'][7]\": \"Blake Strom, Microsoft Threat Intelligence\"}}",
                    "previous_version": "1.5",
                    "version_change": "1.5 \u2192 1.6",
                    "changelog_mitigations": {
                        "shared": [
                            "M1021: Restrict Web-Based Content",
                            "M1041: Encrypt Sensitive Information",
                            "M1047: Audit"
                        ],
                        "new": [
                            "M1013: Application Developer Guidance"
                        ],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0006: Web Credential (Web Credential Usage)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--8c32eb4d-805f-4fc5-bf60-c4d476c131b5",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2018-04-18 17:59:24.739000+00:00",
                    "modified": "2024-04-12 03:46:49.507000+00:00",
                    "name": "User Execution",
                    "description": "An adversary may rely upon specific actions by a user in order to gain execution. Users may be subjected to social engineering to get them to execute malicious code by, for example, opening a malicious document file or link. These user actions will typically be observed as follow-on behavior from forms of [Phishing](https://attack.mitre.org/techniques/T1566).\n\nWhile [User Execution](https://attack.mitre.org/techniques/T1204) frequently occurs shortly after Initial Access it may occur at other phases of an intrusion, such as when an adversary places a file in a shared directory or on a user's desktop hoping that a user will click on it. This activity may also be seen shortly after [Internal Spearphishing](https://attack.mitre.org/techniques/T1534).\n\nAdversaries may also deceive users into performing actions such as enabling [Remote Access Software](https://attack.mitre.org/techniques/T1219), allowing direct control of the system to the adversary; running malicious JavaScript in their browser, allowing adversaries to [Steal Web Session Cookie](https://attack.mitre.org/techniques/T1539)s; or downloading and executing malware for [User Execution](https://attack.mitre.org/techniques/T1204).(Citation: Talos Roblox Scam 2023)(Citation: Krebs Discord Bookmarks 2023)\n\nFor example, tech support scams can be facilitated through [Phishing](https://attack.mitre.org/techniques/T1566), vishing, or various forms of user interaction. Adversaries can use a combination of these methods, such as spoofing and promoting toll-free numbers or call centers that are used to direct victims to malicious websites, to deliver and execute payloads containing malware or [Remote Access Software](https://attack.mitre.org/techniques/T1219).(Citation: Telephone Attack Delivery)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "execution"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1204",
                            "external_id": "T1204"
                        },
                        {
                            "source_name": "Krebs Discord Bookmarks 2023",
                            "description": "Brian Krebs. (2023, May 30). Discord Admins Hacked by Malicious Bookmarks. Retrieved January 2, 2024.",
                            "url": "https://krebsonsecurity.com/2023/05/discord-admins-hacked-by-malicious-bookmarks/"
                        },
                        {
                            "source_name": "Telephone Attack Delivery",
                            "description": "Selena Larson, Sam Scholten, Timothy Kromphardt. (2021, November 4). Caught Beneath the Landline: A 411 on Telephone Oriented Attack Delivery. Retrieved January 5, 2022.",
                            "url": "https://www.proofpoint.com/us/blog/threat-insight/caught-beneath-landline-411-telephone-oriented-attack-delivery"
                        },
                        {
                            "source_name": "Talos Roblox Scam 2023",
                            "description": "Tiago Pereira. (2023, November 2). Attackers use JavaScript URLs, API forms and more to scam users in popular online game \u201cRoblox\u201d. Retrieved January 2, 2024.",
                            "url": "https://blog.talosintelligence.com/roblox-scam-overview/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Oleg Skulkin, Group-IB",
                        "Goldstein Menachem"
                    ],
                    "x_mitre_data_sources": [
                        "Instance: Instance Start",
                        "File: File Creation",
                        "Network Traffic: Network Connection Creation",
                        "Container: Container Creation",
                        "Instance: Instance Creation",
                        "Network Traffic: Network Traffic Content",
                        "Process: Process Creation",
                        "Command: Command Execution",
                        "Image: Image Creation",
                        "Application Log: Application Log Content",
                        "Container: Container Start"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor the execution of and command-line arguments for applications that may be used by an adversary to gain Initial Access that require user interaction. This includes compression applications, such as those for zip files, that can be used to [Deobfuscate/Decode Files or Information](https://attack.mitre.org/techniques/T1140) in payloads.\n\nAnti-virus can potentially detect malicious documents and files that are downloaded and executed on the user's computer. Endpoint sensing or network sensing can potentially detect malicious events once the file is opened (such as a Microsoft Word document or PDF reaching out to the internet or spawning powershell.exe).",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "Windows",
                        "macOS",
                        "IaaS",
                        "Containers"
                    ],
                    "x_mitre_remote_support": false,
                    "x_mitre_version": "1.6",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-12 03:46:49.507000+00:00\", \"old_value\": \"2022-04-19 20:31:15.373000+00:00\"}, \"root['description']\": {\"new_value\": \"An adversary may rely upon specific actions by a user in order to gain execution. Users may be subjected to social engineering to get them to execute malicious code by, for example, opening a malicious document file or link. These user actions will typically be observed as follow-on behavior from forms of [Phishing](https://attack.mitre.org/techniques/T1566).\\n\\nWhile [User Execution](https://attack.mitre.org/techniques/T1204) frequently occurs shortly after Initial Access it may occur at other phases of an intrusion, such as when an adversary places a file in a shared directory or on a user's desktop hoping that a user will click on it. This activity may also be seen shortly after [Internal Spearphishing](https://attack.mitre.org/techniques/T1534).\\n\\nAdversaries may also deceive users into performing actions such as enabling [Remote Access Software](https://attack.mitre.org/techniques/T1219), allowing direct control of the system to the adversary; running malicious JavaScript in their browser, allowing adversaries to [Steal Web Session Cookie](https://attack.mitre.org/techniques/T1539)s; or downloading and executing malware for [User Execution](https://attack.mitre.org/techniques/T1204).(Citation: Talos Roblox Scam 2023)(Citation: Krebs Discord Bookmarks 2023)\\n\\nFor example, tech support scams can be facilitated through [Phishing](https://attack.mitre.org/techniques/T1566), vishing, or various forms of user interaction. Adversaries can use a combination of these methods, such as spoofing and promoting toll-free numbers or call centers that are used to direct victims to malicious websites, to deliver and execute payloads containing malware or [Remote Access Software](https://attack.mitre.org/techniques/T1219).(Citation: Telephone Attack Delivery)\", \"old_value\": \"An adversary may rely upon specific actions by a user in order to gain execution. Users may be subjected to social engineering to get them to execute malicious code by, for example, opening a malicious document file or link. These user actions will typically be observed as follow-on behavior from forms of [Phishing](https://attack.mitre.org/techniques/T1566).\\n\\nWhile [User Execution](https://attack.mitre.org/techniques/T1204) frequently occurs shortly after Initial Access it may occur at other phases of an intrusion, such as when an adversary places a file in a shared directory or on a user's desktop hoping that a user will click on it. This activity may also be seen shortly after [Internal Spearphishing](https://attack.mitre.org/techniques/T1534).\\n\\nAdversaries may also deceive users into performing actions such as enabling [Remote Access Software](https://attack.mitre.org/techniques/T1219), allowing direct control of the system to the adversary, or downloading and executing malware for [User Execution](https://attack.mitre.org/techniques/T1204). For example, tech support scams can be facilitated through [Phishing](https://attack.mitre.org/techniques/T1566), vishing, or various forms of user interaction. Adversaries can use a combination of these methods, such as spoofing and promoting toll-free numbers or call centers that are used to direct victims to malicious websites, to deliver and execute payloads containing malware or [Remote Access Software](https://attack.mitre.org/techniques/T1219).(Citation: Telephone Attack Delivery)\", \"diff\": \"--- \\n+++ \\n@@ -2,4 +2,6 @@\\n \\n While [User Execution](https://attack.mitre.org/techniques/T1204) frequently occurs shortly after Initial Access it may occur at other phases of an intrusion, such as when an adversary places a file in a shared directory or on a user's desktop hoping that a user will click on it. This activity may also be seen shortly after [Internal Spearphishing](https://attack.mitre.org/techniques/T1534).\\n \\n-Adversaries may also deceive users into performing actions such as enabling [Remote Access Software](https://attack.mitre.org/techniques/T1219), allowing direct control of the system to the adversary, or downloading and executing malware for [User Execution](https://attack.mitre.org/techniques/T1204). For example, tech support scams can be facilitated through [Phishing](https://attack.mitre.org/techniques/T1566), vishing, or various forms of user interaction. Adversaries can use a combination of these methods, such as spoofing and promoting toll-free numbers or call centers that are used to direct victims to malicious websites, to deliver and execute payloads containing malware or [Remote Access Software](https://attack.mitre.org/techniques/T1219).(Citation: Telephone Attack Delivery)\\n+Adversaries may also deceive users into performing actions such as enabling [Remote Access Software](https://attack.mitre.org/techniques/T1219), allowing direct control of the system to the adversary; running malicious JavaScript in their browser, allowing adversaries to [Steal Web Session Cookie](https://attack.mitre.org/techniques/T1539)s; or downloading and executing malware for [User Execution](https://attack.mitre.org/techniques/T1204).(Citation: Talos Roblox Scam 2023)(Citation: Krebs Discord Bookmarks 2023)\\n+\\n+For example, tech support scams can be facilitated through [Phishing](https://attack.mitre.org/techniques/T1566), vishing, or various forms of user interaction. Adversaries can use a combination of these methods, such as spoofing and promoting toll-free numbers or call centers that are used to direct victims to malicious websites, to deliver and execute payloads containing malware or [Remote Access Software](https://attack.mitre.org/techniques/T1219).(Citation: Telephone Attack Delivery)\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.6\", \"old_value\": \"1.5\"}}, \"iterable_item_added\": {\"root['external_references'][1]\": {\"source_name\": \"Krebs Discord Bookmarks 2023\", \"description\": \"Brian Krebs. (2023, May 30). Discord Admins Hacked by Malicious Bookmarks. Retrieved January 2, 2024.\", \"url\": \"https://krebsonsecurity.com/2023/05/discord-admins-hacked-by-malicious-bookmarks/\"}, \"root['external_references'][3]\": {\"source_name\": \"Talos Roblox Scam 2023\", \"description\": \"Tiago Pereira. (2023, November 2). Attackers use JavaScript URLs, API forms and more to scam users in popular online game \\u201cRoblox\\u201d. Retrieved January 2, 2024.\", \"url\": \"https://blog.talosintelligence.com/roblox-scam-overview/\"}, \"root['x_mitre_contributors'][1]\": \"Goldstein Menachem\"}}",
                    "previous_version": "1.5",
                    "version_change": "1.5 \u2192 1.6",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to84__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to84__0\"><a href=\"#difflib_chg_to84__top\">t</a></td><td class=\"diff_header\" id=\"from84_1\">1</td><td nowrap=\"nowrap\">An&nbsp;adversary&nbsp;may&nbsp;rely&nbsp;upon&nbsp;specific&nbsp;actions&nbsp;by&nbsp;a&nbsp;user&nbsp;in&nbsp;ord</td><td class=\"diff_next\"><a href=\"#difflib_chg_to84__top\">t</a></td><td class=\"diff_header\" id=\"to84_1\">1</td><td nowrap=\"nowrap\">An&nbsp;adversary&nbsp;may&nbsp;rely&nbsp;upon&nbsp;specific&nbsp;actions&nbsp;by&nbsp;a&nbsp;user&nbsp;in&nbsp;ord</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">er&nbsp;to&nbsp;gain&nbsp;execution.&nbsp;Users&nbsp;may&nbsp;be&nbsp;subjected&nbsp;to&nbsp;social&nbsp;engin</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">er&nbsp;to&nbsp;gain&nbsp;execution.&nbsp;Users&nbsp;may&nbsp;be&nbsp;subjected&nbsp;to&nbsp;social&nbsp;engin</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">eering&nbsp;to&nbsp;get&nbsp;them&nbsp;to&nbsp;execute&nbsp;malicious&nbsp;code&nbsp;by,&nbsp;for&nbsp;example</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">eering&nbsp;to&nbsp;get&nbsp;them&nbsp;to&nbsp;execute&nbsp;malicious&nbsp;code&nbsp;by,&nbsp;for&nbsp;example</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">,&nbsp;opening&nbsp;a&nbsp;malicious&nbsp;document&nbsp;file&nbsp;or&nbsp;link.&nbsp;These&nbsp;user&nbsp;acti</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">,&nbsp;opening&nbsp;a&nbsp;malicious&nbsp;document&nbsp;file&nbsp;or&nbsp;link.&nbsp;These&nbsp;user&nbsp;acti</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ons&nbsp;will&nbsp;typically&nbsp;be&nbsp;observed&nbsp;as&nbsp;follow-on&nbsp;behavior&nbsp;from&nbsp;fo</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ons&nbsp;will&nbsp;typically&nbsp;be&nbsp;observed&nbsp;as&nbsp;follow-on&nbsp;behavior&nbsp;from&nbsp;fo</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rms&nbsp;of&nbsp;[Phishing](https://attack.mitre.org/techniques/T1566)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rms&nbsp;of&nbsp;[Phishing](https://attack.mitre.org/techniques/T1566)</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">.&nbsp;&nbsp;While&nbsp;[User&nbsp;Execution](https://attack.mitre.org/technique</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">.&nbsp;&nbsp;While&nbsp;[User&nbsp;Execution](https://attack.mitre.org/technique</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s/T1204)&nbsp;frequently&nbsp;occurs&nbsp;shortly&nbsp;after&nbsp;Initial&nbsp;Access&nbsp;it&nbsp;m</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s/T1204)&nbsp;frequently&nbsp;occurs&nbsp;shortly&nbsp;after&nbsp;Initial&nbsp;Access&nbsp;it&nbsp;m</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ay&nbsp;occur&nbsp;at&nbsp;other&nbsp;phases&nbsp;of&nbsp;an&nbsp;intrusion,&nbsp;such&nbsp;as&nbsp;when&nbsp;an&nbsp;ad</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ay&nbsp;occur&nbsp;at&nbsp;other&nbsp;phases&nbsp;of&nbsp;an&nbsp;intrusion,&nbsp;such&nbsp;as&nbsp;when&nbsp;an&nbsp;ad</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">versary&nbsp;places&nbsp;a&nbsp;file&nbsp;in&nbsp;a&nbsp;shared&nbsp;directory&nbsp;or&nbsp;on&nbsp;a&nbsp;user's&nbsp;d</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">versary&nbsp;places&nbsp;a&nbsp;file&nbsp;in&nbsp;a&nbsp;shared&nbsp;directory&nbsp;or&nbsp;on&nbsp;a&nbsp;user's&nbsp;d</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">esktop&nbsp;hoping&nbsp;that&nbsp;a&nbsp;user&nbsp;will&nbsp;click&nbsp;on&nbsp;it.&nbsp;This&nbsp;activity&nbsp;ma</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">esktop&nbsp;hoping&nbsp;that&nbsp;a&nbsp;user&nbsp;will&nbsp;click&nbsp;on&nbsp;it.&nbsp;This&nbsp;activity&nbsp;ma</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">y&nbsp;also&nbsp;be&nbsp;seen&nbsp;shortly&nbsp;after&nbsp;[Internal&nbsp;Spearphishing](https:</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">y&nbsp;also&nbsp;be&nbsp;seen&nbsp;shortly&nbsp;after&nbsp;[Internal&nbsp;Spearphishing](https:</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">//attack.mitre.org/techniques/T1534).&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">//attack.mitre.org/techniques/T1534).&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">deceive&nbsp;users&nbsp;into&nbsp;performing&nbsp;actions&nbsp;such&nbsp;as&nbsp;enabling&nbsp;[Remo</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">deceive&nbsp;users&nbsp;into&nbsp;performing&nbsp;actions&nbsp;such&nbsp;as&nbsp;enabling&nbsp;[Remo</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">te&nbsp;Access&nbsp;Software](https://attack.mitre.org/techniques/T121</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">te&nbsp;Access&nbsp;Software](https://attack.mitre.org/techniques/T121</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">9),&nbsp;allowing&nbsp;direct&nbsp;control&nbsp;of&nbsp;the&nbsp;system&nbsp;to&nbsp;the&nbsp;adversary,&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">9),&nbsp;allowing&nbsp;direct&nbsp;control&nbsp;of&nbsp;the&nbsp;system&nbsp;to&nbsp;the&nbsp;adversary<span class=\"diff_add\">;&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">or&nbsp;d</span>ow<span class=\"diff_chg\">nloading&nbsp;and</span>&nbsp;executing&nbsp;malware&nbsp;for&nbsp;[User&nbsp;Execution](ht</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">running&nbsp;malicious&nbsp;JavaScript&nbsp;in&nbsp;their&nbsp;browser</span>,&nbsp;<span class=\"diff_chg\">all</span>ow<span class=\"diff_chg\">ing&nbsp;adve</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tps://attack.mitre.org/techniques/T1204).&nbsp;For&nbsp;example,&nbsp;tech&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">rsaries&nbsp;to&nbsp;[Steal&nbsp;Web&nbsp;Session&nbsp;Cookie](https://attack.mitre.o</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">support&nbsp;scams&nbsp;can&nbsp;be&nbsp;facilitated&nbsp;through&nbsp;[Phishing](https://</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">rg/techniques/T1539)s;&nbsp;or&nbsp;downloading&nbsp;and</span>&nbsp;executing&nbsp;malware&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">attack.mitre.org/techniques/T1566),&nbsp;vishing,&nbsp;or&nbsp;various&nbsp;form</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">for&nbsp;[User&nbsp;Execution](https://attack.mitre.org/techniques/T12</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;of&nbsp;user&nbsp;interaction.&nbsp;Adversaries&nbsp;can&nbsp;use&nbsp;a&nbsp;combination&nbsp;of&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">04).<span class=\"diff_add\">(Citation:&nbsp;Talos&nbsp;Roblox&nbsp;Scam&nbsp;2023)(Citation:&nbsp;Krebs&nbsp;Disco</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">these&nbsp;methods,&nbsp;such&nbsp;as&nbsp;spoofing&nbsp;and&nbsp;promoting&nbsp;toll-free&nbsp;numb</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">rd&nbsp;Bookmarks&nbsp;2023)&nbsp;</span>&nbsp;For&nbsp;example,&nbsp;tech&nbsp;support&nbsp;scams&nbsp;can&nbsp;be&nbsp;f</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ers&nbsp;or&nbsp;call&nbsp;centers&nbsp;that&nbsp;are&nbsp;used&nbsp;to&nbsp;direct&nbsp;victims&nbsp;to&nbsp;malic</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">acilitated&nbsp;through&nbsp;[Phishing](https://attack.mitre.org/techn</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ious&nbsp;websites,&nbsp;to&nbsp;deliver&nbsp;and&nbsp;execute&nbsp;payloads&nbsp;containing&nbsp;ma</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">iques/T1566),&nbsp;vishing,&nbsp;or&nbsp;various&nbsp;forms&nbsp;of&nbsp;user&nbsp;interaction.</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">lware&nbsp;or&nbsp;[Remote&nbsp;Access&nbsp;Software](https://attack.mitre.org/t</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Adversaries&nbsp;can&nbsp;use&nbsp;a&nbsp;combination&nbsp;of&nbsp;these&nbsp;methods,&nbsp;such&nbsp;as</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">echniques/T1219).(Citation:&nbsp;Telephone&nbsp;Attack&nbsp;Delivery)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;spoofing&nbsp;and&nbsp;promoting&nbsp;toll-free&nbsp;numbers&nbsp;or&nbsp;call&nbsp;centers&nbsp;th</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">at&nbsp;are&nbsp;used&nbsp;to&nbsp;direct&nbsp;victims&nbsp;to&nbsp;malicious&nbsp;websites,&nbsp;to&nbsp;deli</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ver&nbsp;and&nbsp;execute&nbsp;payloads&nbsp;containing&nbsp;malware&nbsp;or&nbsp;[Remote&nbsp;Acces</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;Software](https://attack.mitre.org/techniques/T1219).(Cita</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tion:&nbsp;Telephone&nbsp;Attack&nbsp;Delivery)</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1017: User Training",
                            "M1021: Restrict Web-Based Content",
                            "M1031: Network Intrusion Prevention",
                            "M1038: Execution Prevention",
                            "M1040: Behavior Prevention on Endpoint"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0007: Image (Image Creation)",
                            "DS0009: Process (Process Creation)",
                            "DS0015: Application Log (Application Log Content)",
                            "DS0017: Command (Command Execution)",
                            "DS0022: File (File Creation)",
                            "DS0029: Network Traffic (Network Connection Creation)",
                            "DS0029: Network Traffic (Network Traffic Content)",
                            "DS0030: Instance (Instance Creation)",
                            "DS0030: Instance (Instance Start)",
                            "DS0032: Container (Container Creation)",
                            "DS0032: Container (Container Start)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--f232fa7a-025c-4d43-abc7-318e81a73d65",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-03-13 20:36:57.378000+00:00",
                    "modified": "2024-03-29 15:42:13.499000+00:00",
                    "name": "Cloud Accounts",
                    "description": "Valid accounts in cloud environments may allow adversaries to perform actions to achieve Initial Access, Persistence, Privilege Escalation, or Defense Evasion. Cloud accounts are those created and configured by an organization for use by users, remote support, services, or for administration of resources within a cloud service provider or SaaS application. Cloud Accounts can exist solely in the cloud; alternatively, they may be hybrid-joined between on-premises systems and the cloud through syncing or federation with other identity sources such as Windows Active Directory. (Citation: AWS Identity Federation)(Citation: Google Federating GC)(Citation: Microsoft Deploying AD Federation)\n\nService or user accounts may be targeted by adversaries through [Brute Force](https://attack.mitre.org/techniques/T1110), [Phishing](https://attack.mitre.org/techniques/T1566), or various other means to gain access to the environment. Federated or synced accounts may be a pathway for the adversary to affect both on-premises systems and cloud environments - for example, by leveraging shared credentials to log onto [Remote Services](https://attack.mitre.org/techniques/T1021). High privileged cloud accounts, whether federated, synced, or cloud-only, may also allow pivoting to on-premises environments by leveraging SaaS-based [Software Deployment Tools](https://attack.mitre.org/techniques/T1072) to run commands on hybrid-joined devices.\n\nAn adversary may create long lasting [Additional Cloud Credentials](https://attack.mitre.org/techniques/T1098/001) on a compromised cloud account to maintain persistence in the environment. Such credentials may also be used to bypass security controls such as multi-factor authentication. \n\nCloud accounts may also be able to assume [Temporary Elevated Cloud Access](https://attack.mitre.org/techniques/T1548/005) or other privileges through various means within the environment. Misconfigurations in role assignments or role assumption policies may allow an adversary to use these mechanisms to leverage permissions outside the intended scope of the account. Such over privileged accounts may be used to harvest sensitive data from online storage accounts and databases through [Cloud API](https://attack.mitre.org/techniques/T1059/009) or other methods. \n",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "defense-evasion"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "persistence"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "privilege-escalation"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "initial-access"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1078/004",
                            "external_id": "T1078.004"
                        },
                        {
                            "source_name": "AWS Identity Federation",
                            "description": "Amazon. (n.d.). Identity Federation in AWS. Retrieved March 13, 2020.",
                            "url": "https://aws.amazon.com/identity/federation/"
                        },
                        {
                            "source_name": "Google Federating GC",
                            "description": "Google. (n.d.). Federating Google Cloud with Active Directory. Retrieved March 13, 2020.",
                            "url": "https://cloud.google.com/solutions/federating-gcp-with-active-directory-introduction"
                        },
                        {
                            "source_name": "Microsoft Deploying AD Federation",
                            "description": "Microsoft. (n.d.). Deploying Active Directory Federation Services in Azure. Retrieved March 13, 2020.",
                            "url": "https://docs.microsoft.com/en-us/windows-server/identity/ad-fs/deployment/how-to-connect-fed-azure-adfs"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Jon Sternstein, Stern Security"
                    ],
                    "x_mitre_data_sources": [
                        "User Account: User Account Authentication",
                        "Logon Session: Logon Session Metadata",
                        "Logon Session: Logon Session Creation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor the activity of cloud accounts to detect abnormal or malicious behavior, such as accessing information outside of the normal function of the account or account usage at atypical hours.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_permissions_required": [
                        "User",
                        "Administrator"
                    ],
                    "x_mitre_platforms": [
                        "Azure AD",
                        "Office 365",
                        "SaaS",
                        "IaaS",
                        "Google Workspace"
                    ],
                    "x_mitre_version": "1.7",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-03-29 15:42:13.499000+00:00\", \"old_value\": \"2023-10-16 17:25:38.546000+00:00\"}, \"root['description']\": {\"new_value\": \"Valid accounts in cloud environments may allow adversaries to perform actions to achieve Initial Access, Persistence, Privilege Escalation, or Defense Evasion. Cloud accounts are those created and configured by an organization for use by users, remote support, services, or for administration of resources within a cloud service provider or SaaS application. Cloud Accounts can exist solely in the cloud; alternatively, they may be hybrid-joined between on-premises systems and the cloud through syncing or federation with other identity sources such as Windows Active Directory. (Citation: AWS Identity Federation)(Citation: Google Federating GC)(Citation: Microsoft Deploying AD Federation)\\n\\nService or user accounts may be targeted by adversaries through [Brute Force](https://attack.mitre.org/techniques/T1110), [Phishing](https://attack.mitre.org/techniques/T1566), or various other means to gain access to the environment. Federated or synced accounts may be a pathway for the adversary to affect both on-premises systems and cloud environments - for example, by leveraging shared credentials to log onto [Remote Services](https://attack.mitre.org/techniques/T1021). High privileged cloud accounts, whether federated, synced, or cloud-only, may also allow pivoting to on-premises environments by leveraging SaaS-based [Software Deployment Tools](https://attack.mitre.org/techniques/T1072) to run commands on hybrid-joined devices.\\n\\nAn adversary may create long lasting [Additional Cloud Credentials](https://attack.mitre.org/techniques/T1098/001) on a compromised cloud account to maintain persistence in the environment. Such credentials may also be used to bypass security controls such as multi-factor authentication. \\n\\nCloud accounts may also be able to assume [Temporary Elevated Cloud Access](https://attack.mitre.org/techniques/T1548/005) or other privileges through various means within the environment. Misconfigurations in role assignments or role assumption policies may allow an adversary to use these mechanisms to leverage permissions outside the intended scope of the account. Such over privileged accounts may be used to harvest sensitive data from online storage accounts and databases through [Cloud API](https://attack.mitre.org/techniques/T1059/009) or other methods. \\n\", \"old_value\": \"Valid accounts in cloud environments may allow adversaries to perform actions to achieve Initial Access, Persistence, Privilege Escalation, or Defense Evasion. Cloud accounts are those created and configured by an organization for use by users, remote support, services, or for administration of resources within a cloud service provider or SaaS application. Cloud Accounts can exist solely in the cloud or be hybrid joined between on-premises systems and the cloud through federation with other identity sources such as Windows Active Directory. (Citation: AWS Identity Federation)(Citation: Google Federating GC)(Citation: Microsoft Deploying AD Federation)\\n\\nService or user accounts may be targeted by adversaries through [Brute Force](https://attack.mitre.org/techniques/T1110), [Phishing](https://attack.mitre.org/techniques/T1566), or various other means to gain access to the environment. Federated accounts may be a pathway for the adversary to affect both on-premises systems and cloud environments.\\n\\nAn adversary may create long lasting [Additional Cloud Credentials](https://attack.mitre.org/techniques/T1098/001) on a compromised cloud account to maintain persistence in the environment. Such credentials may also be used to bypass security controls such as multi-factor authentication. \\n\\nCloud accounts may also be able to assume [Temporary Elevated Cloud Access](https://attack.mitre.org/techniques/T1548/005) or other privileges through various means within the environment. Misconfigurations in role assignments or role assumption policies may allow an adversary to use these mechanisms to leverage permissions outside the intended scope of the account. Such over privileged accounts may be used to harvest sensitive data from online storage accounts and databases through [Cloud API](https://attack.mitre.org/techniques/T1059/009) or other methods. \\n\", \"diff\": \"--- \\n+++ \\n@@ -1,6 +1,6 @@\\n-Valid accounts in cloud environments may allow adversaries to perform actions to achieve Initial Access, Persistence, Privilege Escalation, or Defense Evasion. Cloud accounts are those created and configured by an organization for use by users, remote support, services, or for administration of resources within a cloud service provider or SaaS application. Cloud Accounts can exist solely in the cloud or be hybrid joined between on-premises systems and the cloud through federation with other identity sources such as Windows Active Directory. (Citation: AWS Identity Federation)(Citation: Google Federating GC)(Citation: Microsoft Deploying AD Federation)\\n+Valid accounts in cloud environments may allow adversaries to perform actions to achieve Initial Access, Persistence, Privilege Escalation, or Defense Evasion. Cloud accounts are those created and configured by an organization for use by users, remote support, services, or for administration of resources within a cloud service provider or SaaS application. Cloud Accounts can exist solely in the cloud; alternatively, they may be hybrid-joined between on-premises systems and the cloud through syncing or federation with other identity sources such as Windows Active Directory. (Citation: AWS Identity Federation)(Citation: Google Federating GC)(Citation: Microsoft Deploying AD Federation)\\n \\n-Service or user accounts may be targeted by adversaries through [Brute Force](https://attack.mitre.org/techniques/T1110), [Phishing](https://attack.mitre.org/techniques/T1566), or various other means to gain access to the environment. Federated accounts may be a pathway for the adversary to affect both on-premises systems and cloud environments.\\n+Service or user accounts may be targeted by adversaries through [Brute Force](https://attack.mitre.org/techniques/T1110), [Phishing](https://attack.mitre.org/techniques/T1566), or various other means to gain access to the environment. Federated or synced accounts may be a pathway for the adversary to affect both on-premises systems and cloud environments - for example, by leveraging shared credentials to log onto [Remote Services](https://attack.mitre.org/techniques/T1021). High privileged cloud accounts, whether federated, synced, or cloud-only, may also allow pivoting to on-premises environments by leveraging SaaS-based [Software Deployment Tools](https://attack.mitre.org/techniques/T1072) to run commands on hybrid-joined devices.\\n \\n An adversary may create long lasting [Additional Cloud Credentials](https://attack.mitre.org/techniques/T1098/001) on a compromised cloud account to maintain persistence in the environment. Such credentials may also be used to bypass security controls such as multi-factor authentication. \\n \"}, \"root['x_mitre_version']\": {\"new_value\": \"1.7\", \"old_value\": \"1.6\"}}}",
                    "previous_version": "1.6",
                    "version_change": "1.6 \u2192 1.7",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to36__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to36__0\"><a href=\"#difflib_chg_to36__top\">t</a></td><td class=\"diff_header\" id=\"from36_1\">1</td><td nowrap=\"nowrap\">Valid&nbsp;accounts&nbsp;in&nbsp;cloud&nbsp;environments&nbsp;may&nbsp;allow&nbsp;adversaries&nbsp;t</td><td class=\"diff_next\"><a href=\"#difflib_chg_to36__top\">t</a></td><td class=\"diff_header\" id=\"to36_1\">1</td><td nowrap=\"nowrap\">Valid&nbsp;accounts&nbsp;in&nbsp;cloud&nbsp;environments&nbsp;may&nbsp;allow&nbsp;adversaries&nbsp;t</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">o&nbsp;perform&nbsp;actions&nbsp;to&nbsp;achieve&nbsp;Initial&nbsp;Access,&nbsp;Persistence,&nbsp;Pr</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">o&nbsp;perform&nbsp;actions&nbsp;to&nbsp;achieve&nbsp;Initial&nbsp;Access,&nbsp;Persistence,&nbsp;Pr</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ivilege&nbsp;Escalation,&nbsp;or&nbsp;Defense&nbsp;Evasion.&nbsp;Cloud&nbsp;accounts&nbsp;are&nbsp;t</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ivilege&nbsp;Escalation,&nbsp;or&nbsp;Defense&nbsp;Evasion.&nbsp;Cloud&nbsp;accounts&nbsp;are&nbsp;t</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">hose&nbsp;created&nbsp;and&nbsp;configured&nbsp;by&nbsp;an&nbsp;organization&nbsp;for&nbsp;use&nbsp;by&nbsp;us</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">hose&nbsp;created&nbsp;and&nbsp;configured&nbsp;by&nbsp;an&nbsp;organization&nbsp;for&nbsp;use&nbsp;by&nbsp;us</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ers,&nbsp;remote&nbsp;support,&nbsp;services,&nbsp;or&nbsp;for&nbsp;administration&nbsp;of&nbsp;reso</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ers,&nbsp;remote&nbsp;support,&nbsp;services,&nbsp;or&nbsp;for&nbsp;administration&nbsp;of&nbsp;reso</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">urces&nbsp;within&nbsp;a&nbsp;cloud&nbsp;service&nbsp;provider&nbsp;or&nbsp;SaaS&nbsp;application.&nbsp;C</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">urces&nbsp;within&nbsp;a&nbsp;cloud&nbsp;service&nbsp;provider&nbsp;or&nbsp;SaaS&nbsp;application.&nbsp;C</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">loud&nbsp;Accounts&nbsp;can&nbsp;exist&nbsp;solely&nbsp;in&nbsp;the&nbsp;cloud<span class=\"diff_chg\">&nbsp;or</span>&nbsp;be&nbsp;hybrid<span class=\"diff_chg\">&nbsp;</span>joi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">loud&nbsp;Accounts&nbsp;can&nbsp;exist&nbsp;solely&nbsp;in&nbsp;the&nbsp;cloud<span class=\"diff_chg\">;&nbsp;alternatively,&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ned&nbsp;between&nbsp;on-premises&nbsp;systems&nbsp;and&nbsp;the&nbsp;cloud&nbsp;through&nbsp;federa</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">they&nbsp;may</span>&nbsp;be&nbsp;hybrid<span class=\"diff_chg\">-</span>joined&nbsp;between&nbsp;on-premises&nbsp;systems&nbsp;and&nbsp;th</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tion&nbsp;with&nbsp;other&nbsp;identity&nbsp;sources&nbsp;such&nbsp;as&nbsp;Windows&nbsp;Active&nbsp;Dire</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;cloud&nbsp;through<span class=\"diff_add\">&nbsp;syncing&nbsp;or</span>&nbsp;federation&nbsp;with&nbsp;other&nbsp;identity&nbsp;so</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ctory.&nbsp;(Citation:&nbsp;AWS&nbsp;Identity&nbsp;Federation)(Citation:&nbsp;Google&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">urces&nbsp;such&nbsp;as&nbsp;Windows&nbsp;Active&nbsp;Directory.&nbsp;(Citation:&nbsp;AWS&nbsp;Ident</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Federating&nbsp;GC)(Citation:&nbsp;Microsoft&nbsp;Deploying&nbsp;AD&nbsp;Federation)&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ity&nbsp;Federation)(Citation:&nbsp;Google&nbsp;Federating&nbsp;GC)(Citation:&nbsp;Mi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Service&nbsp;or&nbsp;user&nbsp;accounts&nbsp;may&nbsp;be&nbsp;targeted&nbsp;by&nbsp;adversaries&nbsp;thr</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">crosoft&nbsp;Deploying&nbsp;AD&nbsp;Federation)&nbsp;&nbsp;Service&nbsp;or&nbsp;user&nbsp;accounts&nbsp;m</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ough&nbsp;[Brute&nbsp;Force](https://attack.mitre.org/techniques/T1110</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ay&nbsp;be&nbsp;targeted&nbsp;by&nbsp;adversaries&nbsp;through&nbsp;[Brute&nbsp;Force](https://</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">),&nbsp;[Phishing](https://attack.mitre.org/techniques/T1566),&nbsp;or</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">attack.mitre.org/techniques/T1110),&nbsp;[Phishing](https://attac</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;various&nbsp;other&nbsp;means&nbsp;to&nbsp;gain&nbsp;access&nbsp;to&nbsp;the&nbsp;environment.&nbsp;Fede</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">k.mitre.org/techniques/T1566),&nbsp;or&nbsp;various&nbsp;other&nbsp;means&nbsp;to&nbsp;gai</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rated&nbsp;<span class=\"diff_chg\">accounts&nbsp;may</span>&nbsp;be&nbsp;a&nbsp;pathway&nbsp;for&nbsp;the&nbsp;adversary&nbsp;to&nbsp;affect&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n&nbsp;access&nbsp;to&nbsp;the&nbsp;environment.&nbsp;Federated&nbsp;<span class=\"diff_chg\">or&nbsp;synced&nbsp;accounts&nbsp;ma</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">both&nbsp;on-premises&nbsp;systems&nbsp;and&nbsp;cloud&nbsp;environments<span class=\"diff_chg\">.</span>&nbsp;&nbsp;An&nbsp;adversa</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">y</span>&nbsp;be&nbsp;a&nbsp;pathway&nbsp;for&nbsp;the&nbsp;adversary&nbsp;to&nbsp;affect&nbsp;both&nbsp;on-premises&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ry&nbsp;may&nbsp;create&nbsp;long&nbsp;lasting&nbsp;[Additional&nbsp;Cloud&nbsp;Credentials](ht</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">systems&nbsp;and&nbsp;cloud&nbsp;environments<span class=\"diff_chg\">&nbsp;-&nbsp;for&nbsp;example,&nbsp;by&nbsp;leveraging&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tps://attack.mitre.org/techniques/T1098/001)&nbsp;on&nbsp;a&nbsp;compromise</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">shared&nbsp;credentials&nbsp;to&nbsp;log&nbsp;onto&nbsp;[Remote&nbsp;Services](https://att</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d&nbsp;cloud&nbsp;account&nbsp;to&nbsp;maintain&nbsp;persistence&nbsp;in&nbsp;the&nbsp;environment.&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">ack.mitre.org/techniques/T1021).&nbsp;High&nbsp;privileged&nbsp;cloud&nbsp;accou</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Such&nbsp;credentials&nbsp;may&nbsp;also&nbsp;be&nbsp;used&nbsp;to&nbsp;bypass&nbsp;security&nbsp;control</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">nts,&nbsp;whether&nbsp;federated,&nbsp;synced,&nbsp;or&nbsp;cloud-only,&nbsp;may&nbsp;also&nbsp;allo</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;such&nbsp;as&nbsp;multi-factor&nbsp;authentication.&nbsp;&nbsp;&nbsp;Cloud&nbsp;accounts&nbsp;may&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">w&nbsp;pivoting&nbsp;to&nbsp;on-premises&nbsp;environments&nbsp;by&nbsp;leveraging&nbsp;SaaS-ba</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">also&nbsp;be&nbsp;able&nbsp;to&nbsp;assume&nbsp;[Temporary&nbsp;Elevated&nbsp;Cloud&nbsp;Access](htt</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">sed&nbsp;[Software&nbsp;Deployment&nbsp;Tools](https://attack.mitre.org/tec</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ps://attack.mitre.org/techniques/T1548/005)&nbsp;or&nbsp;other&nbsp;privile</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">hniques/T1072)&nbsp;to&nbsp;run&nbsp;commands&nbsp;on&nbsp;hybrid-joined&nbsp;devices.</span>&nbsp;&nbsp;An</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ges&nbsp;through&nbsp;various&nbsp;means&nbsp;within&nbsp;the&nbsp;environment.&nbsp;Misconfigu</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;adversary&nbsp;may&nbsp;create&nbsp;long&nbsp;lasting&nbsp;[Additional&nbsp;Cloud&nbsp;Credent</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rations&nbsp;in&nbsp;role&nbsp;assignments&nbsp;or&nbsp;role&nbsp;assumption&nbsp;policies&nbsp;may&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ials](https://attack.mitre.org/techniques/T1098/001)&nbsp;on&nbsp;a&nbsp;co</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">allow&nbsp;an&nbsp;adversary&nbsp;to&nbsp;use&nbsp;these&nbsp;mechanisms&nbsp;to&nbsp;leverage&nbsp;permi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">mpromised&nbsp;cloud&nbsp;account&nbsp;to&nbsp;maintain&nbsp;persistence&nbsp;in&nbsp;the&nbsp;envir</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ssions&nbsp;outside&nbsp;the&nbsp;intended&nbsp;scope&nbsp;of&nbsp;the&nbsp;account.&nbsp;Such&nbsp;over&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">onment.&nbsp;Such&nbsp;credentials&nbsp;may&nbsp;also&nbsp;be&nbsp;used&nbsp;to&nbsp;bypass&nbsp;security</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">privileged&nbsp;accounts&nbsp;may&nbsp;be&nbsp;used&nbsp;to&nbsp;harvest&nbsp;sensitive&nbsp;data&nbsp;fr</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;controls&nbsp;such&nbsp;as&nbsp;multi-factor&nbsp;authentication.&nbsp;&nbsp;&nbsp;Cloud&nbsp;accou</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">om&nbsp;online&nbsp;storage&nbsp;accounts&nbsp;and&nbsp;databases&nbsp;through&nbsp;[Cloud&nbsp;API]</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nts&nbsp;may&nbsp;also&nbsp;be&nbsp;able&nbsp;to&nbsp;assume&nbsp;[Temporary&nbsp;Elevated&nbsp;Cloud&nbsp;Acc</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">(https://attack.mitre.org/techniques/T1059/009)&nbsp;or&nbsp;other&nbsp;met</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ess](https://attack.mitre.org/techniques/T1548/005)&nbsp;or&nbsp;other</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">hods.&nbsp;&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;privileges&nbsp;through&nbsp;various&nbsp;means&nbsp;within&nbsp;the&nbsp;environment.&nbsp;Mi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">sconfigurations&nbsp;in&nbsp;role&nbsp;assignments&nbsp;or&nbsp;role&nbsp;assumption&nbsp;polic</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ies&nbsp;may&nbsp;allow&nbsp;an&nbsp;adversary&nbsp;to&nbsp;use&nbsp;these&nbsp;mechanisms&nbsp;to&nbsp;levera</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ge&nbsp;permissions&nbsp;outside&nbsp;the&nbsp;intended&nbsp;scope&nbsp;of&nbsp;the&nbsp;account.&nbsp;Su</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ch&nbsp;over&nbsp;privileged&nbsp;accounts&nbsp;may&nbsp;be&nbsp;used&nbsp;to&nbsp;harvest&nbsp;sensitive</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;data&nbsp;from&nbsp;online&nbsp;storage&nbsp;accounts&nbsp;and&nbsp;databases&nbsp;through&nbsp;[Cl</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">oud&nbsp;API](https://attack.mitre.org/techniques/T1059/009)&nbsp;or&nbsp;o</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ther&nbsp;methods.&nbsp;&nbsp;</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1015: Active Directory Configuration",
                            "M1017: User Training",
                            "M1018: User Account Management",
                            "M1026: Privileged Account Management",
                            "M1027: Password Policies",
                            "M1032: Multi-factor Authentication",
                            "M1036: Account Use Policies"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0002: User Account (User Account Authentication)",
                            "DS0028: Logon Session (Logon Session Creation)",
                            "DS0028: Logon Session (Logon Session Metadata)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--6151cbea-819b-455a-9fa6-99a1cc58797d",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-03-13 20:15:31.974000+00:00",
                    "modified": "2024-03-07 14:27:04.770000+00:00",
                    "name": "Default Accounts",
                    "description": "Adversaries may obtain and abuse credentials of a default account as a means of gaining Initial Access, Persistence, Privilege Escalation, or Defense Evasion. Default accounts are those that are built-into an OS, such as the Guest or Administrator accounts on Windows systems. Default accounts also include default factory/provider set accounts on other types of systems, software, or devices, including the root user account in AWS and the default service account in Kubernetes.(Citation: Microsoft Local Accounts Feb 2019)(Citation: AWS Root User)(Citation: Threat Matrix for Kubernetes)\n\nDefault accounts are not limited to client machines, rather also include accounts that are preset for equipment such as network devices and computer applications whether they are internal, open source, or commercial. Appliances that come preset with a username and password combination pose a serious threat to organizations that do not change it post installation, as they are easy targets for an adversary. Similarly, adversaries may also utilize publicly disclosed or stolen [Private Keys](https://attack.mitre.org/techniques/T1552/004) or credential materials to legitimately connect to remote environments via [Remote Services](https://attack.mitre.org/techniques/T1021).(Citation: Metasploit SSH Module)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "defense-evasion"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "persistence"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "privilege-escalation"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "initial-access"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1078/001",
                            "external_id": "T1078.001"
                        },
                        {
                            "source_name": "AWS Root User",
                            "description": "Amazon. (n.d.). AWS Account Root User. Retrieved April 5, 2021.",
                            "url": "https://docs.aws.amazon.com/IAM/latest/UserGuide/id_root-user.html"
                        },
                        {
                            "source_name": "Microsoft Local Accounts Feb 2019",
                            "description": "Microsoft. (2018, December 9). Local Accounts. Retrieved February 11, 2019.",
                            "url": "https://docs.microsoft.com/en-us/windows/security/identity-protection/access-control/local-accounts"
                        },
                        {
                            "source_name": "Metasploit SSH Module",
                            "description": "undefined. (n.d.). Retrieved April 12, 2019.",
                            "url": "https://github.com/rapid7/metasploit-framework/tree/master/modules/exploits/linux/ssh"
                        },
                        {
                            "source_name": "Threat Matrix for Kubernetes",
                            "description": "Weizman, Y. (2020, April 2). Threat Matrix for Kubernetes. Retrieved March 30, 2021.",
                            "url": "https://www.microsoft.com/security/blog/2020/04/02/attack-matrix-kubernetes/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "Logon Session: Logon Session Creation",
                        "User Account: User Account Authentication"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor whether default accounts have been activated or logged into. These audits should also include checks on any appliances and applications for default credentials or SSH keys, and if any are discovered, they should be updated immediately.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_permissions_required": [
                        "Administrator",
                        "User"
                    ],
                    "x_mitre_platforms": [
                        "Windows",
                        "Azure AD",
                        "Office 365",
                        "SaaS",
                        "IaaS",
                        "Linux",
                        "macOS",
                        "Google Workspace",
                        "Containers",
                        "Network"
                    ],
                    "x_mitre_version": "1.3",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-03-07 14:27:04.770000+00:00\", \"old_value\": \"2023-03-30 21:01:44.382000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.3\", \"old_value\": \"1.2\"}}, \"iterable_item_added\": {\"root['x_mitre_platforms'][9]\": \"Network\"}}",
                    "previous_version": "1.2",
                    "version_change": "1.2 \u2192 1.3",
                    "changelog_mitigations": {
                        "shared": [
                            "M1027: Password Policies"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0002: User Account (User Account Authentication)",
                            "DS0028: Logon Session (Logon Session Creation)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--29be378d-262d-4e99-b00d-852d573628e6",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-03-06 20:57:37.959000+00:00",
                    "modified": "2024-04-19 12:49:40.919000+00:00",
                    "name": "System Checks",
                    "description": "Adversaries may employ various system checks to detect and avoid virtualization and analysis environments. This may include changing behaviors based on the results of checks for the presence of artifacts indicative of a virtual machine environment (VME) or sandbox. If the adversary detects a VME, they may alter their malware to disengage from the victim or conceal the core functions of the implant. They may also search for VME artifacts before dropping secondary or additional payloads. Adversaries may use the information learned from [Virtualization/Sandbox Evasion](https://attack.mitre.org/techniques/T1497) during automated discovery to shape follow-on behaviors.(Citation: Deloitte Environment Awareness)\n\nSpecific checks will vary based on the target and/or adversary, but may involve behaviors such as [Windows Management Instrumentation](https://attack.mitre.org/techniques/T1047), [PowerShell](https://attack.mitre.org/techniques/T1059/001), [System Information Discovery](https://attack.mitre.org/techniques/T1082), and [Query Registry](https://attack.mitre.org/techniques/T1012) to obtain system information and search for VME artifacts. Adversaries may search for VME artifacts in memory, processes, file system, hardware, and/or the Registry. Adversaries may use scripting to automate these checks  into one script and then have the program exit if it determines the system to be a virtual environment. \n\nChecks could include generic system properties such as host/domain name and samples of network traffic. Adversaries may also check the network adapters addresses, CPU core count, and available memory/drive size. Once executed, malware may also use [File and Directory Discovery](https://attack.mitre.org/techniques/T1083) to check if it was saved in a folder or file with unexpected or even analysis-related naming artifacts such as `malware`, `sample`, or `hash`.\n\nOther common checks may enumerate services running that are unique to these applications, installed programs on the system, manufacturer/product fields for strings relating to virtual machine applications, and VME-specific hardware/processor instructions.(Citation: McAfee Virtual Jan 2017) In applications like VMWare, adversaries can also use a special I/O port to send commands and receive output. \n \nHardware checks, such as the presence of the fan, temperature, and audio devices, could also be used to gather evidence that can be indicative a virtual environment. Adversaries may also query for specific readings from these devices.(Citation: Unit 42 OilRig Sept 2018)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "defense-evasion"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "discovery"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1497/001",
                            "external_id": "T1497.001"
                        },
                        {
                            "source_name": "Unit 42 OilRig Sept 2018",
                            "description": "Falcone, R., et al. (2018, September 04). OilRig Targets a Middle Eastern Government and Adds Evasion Techniques to OopsIE. Retrieved September 24, 2018.",
                            "url": "https://researchcenter.paloaltonetworks.com/2018/09/unit42-oilrig-targets-middle-eastern-government-adds-evasion-techniques-oopsie/"
                        },
                        {
                            "source_name": "McAfee Virtual Jan 2017",
                            "description": "Roccia, T. (2017, January 19). Stopping Malware With a Fake Virtual Machine. Retrieved April 17, 2019.",
                            "url": "https://securingtomorrow.mcafee.com/other-blogs/mcafee-labs/stopping-malware-fake-virtual-machine/"
                        },
                        {
                            "source_name": "Deloitte Environment Awareness",
                            "description": "Torello, A. & Guibernau, F. (n.d.). Environment Awareness. Retrieved May 18, 2021.",
                            "url": "https://drive.google.com/file/d/1t0jn3xr4ff2fR30oQAUn_RsWSnMpOAQc"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Deloitte Threat Library Team",
                        "Kostya Vasilkov"
                    ],
                    "x_mitre_data_sources": [
                        "Process: Process Creation",
                        "Command: Command Execution",
                        "Process: OS API Execution"
                    ],
                    "x_mitre_defense_bypassed": [
                        "Static File Analysis",
                        "Signature-based detection",
                        "Host forensic analysis",
                        "Anti-virus"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Virtualization/sandbox related system checks will likely occur in the first steps of an operation but may also occur throughout as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as lateral movement, based on the information obtained. Detecting actions related to virtualization and sandbox identification may be difficult depending on the adversary's implementation and monitoring required. Monitoring for suspicious processes being spawned that gather a variety of system information or perform other forms of Discovery, especially in a short period of time, may aid in detection.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows"
                    ],
                    "x_mitre_version": "2.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-19 12:49:40.919000+00:00\", \"old_value\": \"2021-10-18 14:57:07.973000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may employ various system checks to detect and avoid virtualization and analysis environments. This may include changing behaviors based on the results of checks for the presence of artifacts indicative of a virtual machine environment (VME) or sandbox. If the adversary detects a VME, they may alter their malware to disengage from the victim or conceal the core functions of the implant. They may also search for VME artifacts before dropping secondary or additional payloads. Adversaries may use the information learned from [Virtualization/Sandbox Evasion](https://attack.mitre.org/techniques/T1497) during automated discovery to shape follow-on behaviors.(Citation: Deloitte Environment Awareness)\\n\\nSpecific checks will vary based on the target and/or adversary, but may involve behaviors such as [Windows Management Instrumentation](https://attack.mitre.org/techniques/T1047), [PowerShell](https://attack.mitre.org/techniques/T1059/001), [System Information Discovery](https://attack.mitre.org/techniques/T1082), and [Query Registry](https://attack.mitre.org/techniques/T1012) to obtain system information and search for VME artifacts. Adversaries may search for VME artifacts in memory, processes, file system, hardware, and/or the Registry. Adversaries may use scripting to automate these checks  into one script and then have the program exit if it determines the system to be a virtual environment. \\n\\nChecks could include generic system properties such as host/domain name and samples of network traffic. Adversaries may also check the network adapters addresses, CPU core count, and available memory/drive size. Once executed, malware may also use [File and Directory Discovery](https://attack.mitre.org/techniques/T1083) to check if it was saved in a folder or file with unexpected or even analysis-related naming artifacts such as `malware`, `sample`, or `hash`.\\n\\nOther common checks may enumerate services running that are unique to these applications, installed programs on the system, manufacturer/product fields for strings relating to virtual machine applications, and VME-specific hardware/processor instructions.(Citation: McAfee Virtual Jan 2017) In applications like VMWare, adversaries can also use a special I/O port to send commands and receive output. \\n \\nHardware checks, such as the presence of the fan, temperature, and audio devices, could also be used to gather evidence that can be indicative a virtual environment. Adversaries may also query for specific readings from these devices.(Citation: Unit 42 OilRig Sept 2018)\", \"old_value\": \"Adversaries may employ various system checks to detect and avoid virtualization and analysis environments. This may include changing behaviors based on the results of checks for the presence of artifacts indicative of a virtual machine environment (VME) or sandbox. If the adversary detects a VME, they may alter their malware to disengage from the victim or conceal the core functions of the implant. They may also search for VME artifacts before dropping secondary or additional payloads. Adversaries may use the information learned from [Virtualization/Sandbox Evasion](https://attack.mitre.org/techniques/T1497) during automated discovery to shape follow-on behaviors.(Citation: Deloitte Environment Awareness)\\n\\nSpecific checks will vary based on the target and/or adversary, but may involve behaviors such as [Windows Management Instrumentation](https://attack.mitre.org/techniques/T1047), [PowerShell](https://attack.mitre.org/techniques/T1059/001), [System Information Discovery](https://attack.mitre.org/techniques/T1082), and [Query Registry](https://attack.mitre.org/techniques/T1012) to obtain system information and search for VME artifacts. Adversaries may search for VME artifacts in memory, processes, file system, hardware, and/or the Registry. Adversaries may use scripting to automate these checks  into one script and then have the program exit if it determines the system to be a virtual environment. \\n\\nChecks could include generic system properties such as host/domain name and samples of network traffic. Adversaries may also check the network adapters addresses, CPU core count, and available memory/drive size. \\n\\nOther common checks may enumerate services running that are unique to these applications, installed programs on the system, manufacturer/product fields for strings relating to virtual machine applications, and VME-specific hardware/processor instructions.(Citation: McAfee Virtual Jan 2017) In applications like VMWare, adversaries can also use a special I/O port to send commands and receive output. \\n \\nHardware checks, such as the presence of the fan, temperature, and audio devices, could also be used to gather evidence that can be indicative a virtual environment. Adversaries may also query for specific readings from these devices.(Citation: Unit 42 OilRig Sept 2018)\", \"diff\": \"--- \\n+++ \\n@@ -2,7 +2,7 @@\\n \\n Specific checks will vary based on the target and/or adversary, but may involve behaviors such as [Windows Management Instrumentation](https://attack.mitre.org/techniques/T1047), [PowerShell](https://attack.mitre.org/techniques/T1059/001), [System Information Discovery](https://attack.mitre.org/techniques/T1082), and [Query Registry](https://attack.mitre.org/techniques/T1012) to obtain system information and search for VME artifacts. Adversaries may search for VME artifacts in memory, processes, file system, hardware, and/or the Registry. Adversaries may use scripting to automate these checks  into one script and then have the program exit if it determines the system to be a virtual environment. \\n \\n-Checks could include generic system properties such as host/domain name and samples of network traffic. Adversaries may also check the network adapters addresses, CPU core count, and available memory/drive size. \\n+Checks could include generic system properties such as host/domain name and samples of network traffic. Adversaries may also check the network adapters addresses, CPU core count, and available memory/drive size. Once executed, malware may also use [File and Directory Discovery](https://attack.mitre.org/techniques/T1083) to check if it was saved in a folder or file with unexpected or even analysis-related naming artifacts such as `malware`, `sample`, or `hash`.\\n \\n Other common checks may enumerate services running that are unique to these applications, installed programs on the system, manufacturer/product fields for strings relating to virtual machine applications, and VME-specific hardware/processor instructions.(Citation: McAfee Virtual Jan 2017) In applications like VMWare, adversaries can also use a special I/O port to send commands and receive output. \\n  \"}, \"root['x_mitre_version']\": {\"new_value\": \"2.2\", \"old_value\": \"2.1\"}}, \"iterable_item_added\": {\"root['x_mitre_contributors'][1]\": \"Kostya Vasilkov\"}}",
                    "previous_version": "2.1",
                    "version_change": "2.1 \u2192 2.2",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to60__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to60__0\"><a href=\"#difflib_chg_to60__top\">t</a></td><td class=\"diff_header\" id=\"from60_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;employ&nbsp;various&nbsp;system&nbsp;checks&nbsp;to&nbsp;detect&nbsp;and&nbsp;a</td><td class=\"diff_next\"><a href=\"#difflib_chg_to60__top\">t</a></td><td class=\"diff_header\" id=\"to60_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;employ&nbsp;various&nbsp;system&nbsp;checks&nbsp;to&nbsp;detect&nbsp;and&nbsp;a</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">void&nbsp;virtualization&nbsp;and&nbsp;analysis&nbsp;environments.&nbsp;This&nbsp;may&nbsp;incl</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">void&nbsp;virtualization&nbsp;and&nbsp;analysis&nbsp;environments.&nbsp;This&nbsp;may&nbsp;incl</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ude&nbsp;changing&nbsp;behaviors&nbsp;based&nbsp;on&nbsp;the&nbsp;results&nbsp;of&nbsp;checks&nbsp;for&nbsp;th</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ude&nbsp;changing&nbsp;behaviors&nbsp;based&nbsp;on&nbsp;the&nbsp;results&nbsp;of&nbsp;checks&nbsp;for&nbsp;th</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;presence&nbsp;of&nbsp;artifacts&nbsp;indicative&nbsp;of&nbsp;a&nbsp;virtual&nbsp;machine&nbsp;envi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;presence&nbsp;of&nbsp;artifacts&nbsp;indicative&nbsp;of&nbsp;a&nbsp;virtual&nbsp;machine&nbsp;envi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ronment&nbsp;(VME)&nbsp;or&nbsp;sandbox.&nbsp;If&nbsp;the&nbsp;adversary&nbsp;detects&nbsp;a&nbsp;VME,&nbsp;th</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ronment&nbsp;(VME)&nbsp;or&nbsp;sandbox.&nbsp;If&nbsp;the&nbsp;adversary&nbsp;detects&nbsp;a&nbsp;VME,&nbsp;th</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ey&nbsp;may&nbsp;alter&nbsp;their&nbsp;malware&nbsp;to&nbsp;disengage&nbsp;from&nbsp;the&nbsp;victim&nbsp;or&nbsp;c</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ey&nbsp;may&nbsp;alter&nbsp;their&nbsp;malware&nbsp;to&nbsp;disengage&nbsp;from&nbsp;the&nbsp;victim&nbsp;or&nbsp;c</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">onceal&nbsp;the&nbsp;core&nbsp;functions&nbsp;of&nbsp;the&nbsp;implant.&nbsp;They&nbsp;may&nbsp;also&nbsp;sear</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">onceal&nbsp;the&nbsp;core&nbsp;functions&nbsp;of&nbsp;the&nbsp;implant.&nbsp;They&nbsp;may&nbsp;also&nbsp;sear</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ch&nbsp;for&nbsp;VME&nbsp;artifacts&nbsp;before&nbsp;dropping&nbsp;secondary&nbsp;or&nbsp;additional</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ch&nbsp;for&nbsp;VME&nbsp;artifacts&nbsp;before&nbsp;dropping&nbsp;secondary&nbsp;or&nbsp;additional</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;payloads.&nbsp;Adversaries&nbsp;may&nbsp;use&nbsp;the&nbsp;information&nbsp;learned&nbsp;from&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;payloads.&nbsp;Adversaries&nbsp;may&nbsp;use&nbsp;the&nbsp;information&nbsp;learned&nbsp;from&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">[Virtualization/Sandbox&nbsp;Evasion](https://attack.mitre.org/te</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">[Virtualization/Sandbox&nbsp;Evasion](https://attack.mitre.org/te</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">chniques/T1497)&nbsp;during&nbsp;automated&nbsp;discovery&nbsp;to&nbsp;shape&nbsp;follow-o</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">chniques/T1497)&nbsp;during&nbsp;automated&nbsp;discovery&nbsp;to&nbsp;shape&nbsp;follow-o</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n&nbsp;behaviors.(Citation:&nbsp;Deloitte&nbsp;Environment&nbsp;Awareness)&nbsp;&nbsp;Spec</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n&nbsp;behaviors.(Citation:&nbsp;Deloitte&nbsp;Environment&nbsp;Awareness)&nbsp;&nbsp;Spec</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ific&nbsp;checks&nbsp;will&nbsp;vary&nbsp;based&nbsp;on&nbsp;the&nbsp;target&nbsp;and/or&nbsp;adversary,&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ific&nbsp;checks&nbsp;will&nbsp;vary&nbsp;based&nbsp;on&nbsp;the&nbsp;target&nbsp;and/or&nbsp;adversary,&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">but&nbsp;may&nbsp;involve&nbsp;behaviors&nbsp;such&nbsp;as&nbsp;[Windows&nbsp;Management&nbsp;Instru</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">but&nbsp;may&nbsp;involve&nbsp;behaviors&nbsp;such&nbsp;as&nbsp;[Windows&nbsp;Management&nbsp;Instru</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">mentation](https://attack.mitre.org/techniques/T1047),&nbsp;[Powe</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">mentation](https://attack.mitre.org/techniques/T1047),&nbsp;[Powe</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rShell](https://attack.mitre.org/techniques/T1059/001),&nbsp;[Sys</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rShell](https://attack.mitre.org/techniques/T1059/001),&nbsp;[Sys</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tem&nbsp;Information&nbsp;Discovery](https://attack.mitre.org/techniqu</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tem&nbsp;Information&nbsp;Discovery](https://attack.mitre.org/techniqu</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">es/T1082),&nbsp;and&nbsp;[Query&nbsp;Registry](https://attack.mitre.org/tec</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">es/T1082),&nbsp;and&nbsp;[Query&nbsp;Registry](https://attack.mitre.org/tec</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">hniques/T1012)&nbsp;to&nbsp;obtain&nbsp;system&nbsp;information&nbsp;and&nbsp;search&nbsp;for&nbsp;V</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">hniques/T1012)&nbsp;to&nbsp;obtain&nbsp;system&nbsp;information&nbsp;and&nbsp;search&nbsp;for&nbsp;V</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ME&nbsp;artifacts.&nbsp;Adversaries&nbsp;may&nbsp;search&nbsp;for&nbsp;VME&nbsp;artifacts&nbsp;in&nbsp;me</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ME&nbsp;artifacts.&nbsp;Adversaries&nbsp;may&nbsp;search&nbsp;for&nbsp;VME&nbsp;artifacts&nbsp;in&nbsp;me</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">mory,&nbsp;processes,&nbsp;file&nbsp;system,&nbsp;hardware,&nbsp;and/or&nbsp;the&nbsp;Registry.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">mory,&nbsp;processes,&nbsp;file&nbsp;system,&nbsp;hardware,&nbsp;and/or&nbsp;the&nbsp;Registry.</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Adversaries&nbsp;may&nbsp;use&nbsp;scripting&nbsp;to&nbsp;automate&nbsp;these&nbsp;checks&nbsp;&nbsp;int</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Adversaries&nbsp;may&nbsp;use&nbsp;scripting&nbsp;to&nbsp;automate&nbsp;these&nbsp;checks&nbsp;&nbsp;int</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">o&nbsp;one&nbsp;script&nbsp;and&nbsp;then&nbsp;have&nbsp;the&nbsp;program&nbsp;exit&nbsp;if&nbsp;it&nbsp;determines</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">o&nbsp;one&nbsp;script&nbsp;and&nbsp;then&nbsp;have&nbsp;the&nbsp;program&nbsp;exit&nbsp;if&nbsp;it&nbsp;determines</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;the&nbsp;system&nbsp;to&nbsp;be&nbsp;a&nbsp;virtual&nbsp;environment.&nbsp;&nbsp;&nbsp;Checks&nbsp;could&nbsp;incl</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;the&nbsp;system&nbsp;to&nbsp;be&nbsp;a&nbsp;virtual&nbsp;environment.&nbsp;&nbsp;&nbsp;Checks&nbsp;could&nbsp;incl</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ude&nbsp;generic&nbsp;system&nbsp;properties&nbsp;such&nbsp;as&nbsp;host/domain&nbsp;name&nbsp;and&nbsp;s</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ude&nbsp;generic&nbsp;system&nbsp;properties&nbsp;such&nbsp;as&nbsp;host/domain&nbsp;name&nbsp;and&nbsp;s</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">amples&nbsp;of&nbsp;network&nbsp;traffic.&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;check&nbsp;the&nbsp;ne</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">amples&nbsp;of&nbsp;network&nbsp;traffic.&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;check&nbsp;the&nbsp;ne</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">twork&nbsp;adapters&nbsp;addresses,&nbsp;CPU&nbsp;core&nbsp;count,&nbsp;and&nbsp;available&nbsp;memo</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">twork&nbsp;adapters&nbsp;addresses,&nbsp;CPU&nbsp;core&nbsp;count,&nbsp;and&nbsp;available&nbsp;memo</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ry/drive&nbsp;size.&nbsp;<span class=\"diff_sub\">&nbsp;&nbsp;</span>O<span class=\"diff_chg\">ther&nbsp;common&nbsp;che</span>ck<span class=\"diff_chg\">s&nbsp;may&nbsp;enumerate&nbsp;services&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ry/drive&nbsp;size.&nbsp;O<span class=\"diff_chg\">nce&nbsp;executed,&nbsp;malware&nbsp;may&nbsp;also&nbsp;use&nbsp;[File&nbsp;and</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">running&nbsp;that&nbsp;are&nbsp;u</span>nique<span class=\"diff_chg\">&nbsp;to&nbsp;these&nbsp;applications</span>,&nbsp;<span class=\"diff_chg\">installed&nbsp;pro</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">&nbsp;Directory&nbsp;Discovery](https://atta</span>ck<span class=\"diff_chg\">.mitre.org/tech</span>nique<span class=\"diff_chg\">s/T1</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">grams&nbsp;on&nbsp;the&nbsp;system</span>,&nbsp;<span class=\"diff_chg\">manufacturer/product&nbsp;fields&nbsp;for&nbsp;strings</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">083)&nbsp;to&nbsp;check&nbsp;if&nbsp;it&nbsp;was&nbsp;saved&nbsp;in&nbsp;a&nbsp;folder&nbsp;or&nbsp;file&nbsp;with&nbsp;unexp</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">&nbsp;relating&nbsp;to&nbsp;virtual&nbsp;machine</span>&nbsp;applications,&nbsp;<span class=\"diff_chg\">and</span>&nbsp;VME-specific&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">ected&nbsp;or&nbsp;even&nbsp;analysis-related&nbsp;naming&nbsp;artifacts&nbsp;such&nbsp;as&nbsp;`mal</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">hardware/processor&nbsp;instructions.(Citation:&nbsp;McAfee&nbsp;Virtual&nbsp;Ja</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">ware`</span>,&nbsp;<span class=\"diff_chg\">`sample`</span>,&nbsp;<span class=\"diff_chg\">or&nbsp;`hash`.&nbsp;&nbsp;Other&nbsp;common&nbsp;checks&nbsp;may&nbsp;enumera</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n&nbsp;2017)&nbsp;In&nbsp;applications&nbsp;like&nbsp;VMWare,&nbsp;adversaries&nbsp;can&nbsp;also&nbsp;us</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">te&nbsp;services&nbsp;running&nbsp;that&nbsp;are&nbsp;unique&nbsp;to&nbsp;these</span>&nbsp;applications,&nbsp;<span class=\"diff_chg\">i</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;a&nbsp;special&nbsp;I/O&nbsp;port&nbsp;to&nbsp;send&nbsp;commands&nbsp;and&nbsp;receive&nbsp;output.&nbsp;&nbsp;&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">nstalled&nbsp;programs&nbsp;on&nbsp;the&nbsp;system,&nbsp;manufacturer/product&nbsp;fields</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Hardware&nbsp;checks,&nbsp;such&nbsp;as&nbsp;the&nbsp;presence&nbsp;of&nbsp;the&nbsp;fan,&nbsp;temperatu</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">&nbsp;for&nbsp;strings&nbsp;relating&nbsp;to&nbsp;virtual&nbsp;machine&nbsp;applications,&nbsp;and</span>&nbsp;V</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">re,&nbsp;and&nbsp;audio&nbsp;devices,&nbsp;could&nbsp;also&nbsp;be&nbsp;used&nbsp;to&nbsp;gather&nbsp;evidence</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ME-specific&nbsp;hardware/processor&nbsp;instructions.(Citation:&nbsp;McAfe</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;that&nbsp;can&nbsp;be&nbsp;indicative&nbsp;a&nbsp;virtual&nbsp;environment.&nbsp;Adversaries&nbsp;m</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;Virtual&nbsp;Jan&nbsp;2017)&nbsp;In&nbsp;applications&nbsp;like&nbsp;VMWare,&nbsp;adversaries</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ay&nbsp;also&nbsp;query&nbsp;for&nbsp;specific&nbsp;readings&nbsp;from&nbsp;these&nbsp;devices.(Cita</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;can&nbsp;also&nbsp;use&nbsp;a&nbsp;special&nbsp;I/O&nbsp;port&nbsp;to&nbsp;send&nbsp;commands&nbsp;and&nbsp;receiv</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tion:&nbsp;Unit&nbsp;42&nbsp;OilRig&nbsp;Sept&nbsp;2018)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;output.&nbsp;&nbsp;&nbsp;&nbsp;Hardware&nbsp;checks,&nbsp;such&nbsp;as&nbsp;the&nbsp;presence&nbsp;of&nbsp;the&nbsp;fa</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n,&nbsp;temperature,&nbsp;and&nbsp;audio&nbsp;devices,&nbsp;could&nbsp;also&nbsp;be&nbsp;used&nbsp;to&nbsp;gat</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">her&nbsp;evidence&nbsp;that&nbsp;can&nbsp;be&nbsp;indicative&nbsp;a&nbsp;virtual&nbsp;environment.&nbsp;A</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">dversaries&nbsp;may&nbsp;also&nbsp;query&nbsp;for&nbsp;specific&nbsp;readings&nbsp;from&nbsp;these&nbsp;d</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">evices.(Citation:&nbsp;Unit&nbsp;42&nbsp;OilRig&nbsp;Sept&nbsp;2018)</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (OS API Execution)",
                            "DS0009: Process (Process Creation)",
                            "DS0017: Command (Command Execution)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--01a5a209-b94c-450b-b7f9-946497d91055",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:30:44.329000+00:00",
                    "modified": "2024-04-11 18:13:25.130000+00:00",
                    "name": "Windows Management Instrumentation",
                    "description": "Adversaries may abuse Windows Management Instrumentation (WMI) to execute malicious commands and payloads. WMI is designed for programmers and is the infrastructure for management data and operations on Windows systems.(Citation: WMI 1-3) WMI is an administration feature that provides a uniform environment to access Windows system components.\n\nThe WMI service enables both local and remote access, though the latter is facilitated by [Remote Services](https://attack.mitre.org/techniques/T1021) such as [Distributed Component Object Model](https://attack.mitre.org/techniques/T1021/003) and [Windows Remote Management](https://attack.mitre.org/techniques/T1021/006).(Citation: WMI 1-3) Remote WMI over DCOM operates using port 135, whereas WMI over WinRM operates over port 5985 when using HTTP and 5986 for HTTPS.(Citation: WMI 1-3) (Citation: Mandiant WMI)\n\nAn adversary can use WMI to interact with local and remote systems and use it as a means to execute various behaviors, such as gathering information for [Discovery](https://attack.mitre.org/tactics/TA0007) as well as [Execution](https://attack.mitre.org/tactics/TA0002) of commands and payloads.(Citation: Mandiant WMI) For example, `wmic.exe` can be abused by an adversary to delete shadow copies with the command `wmic.exe Shadowcopy Delete` (i.e., [Inhibit System Recovery](https://attack.mitre.org/techniques/T1490)).(Citation: WMI 6)\n\n**Note:** `wmic.exe` is deprecated as of January of 2024, with the WMIC feature being \u201cdisabled by default\u201d on Windows 11+. WMIC will be removed from subsequent Windows releases and replaced by [PowerShell](https://attack.mitre.org/techniques/T1059/001) as the primary WMI interface.(Citation: WMI 7,8) In addition to PowerShell and tools like `wbemtool.exe`, COM APIs can also be used to programmatically interact with WMI via C++, .NET, VBScript, etc.(Citation: WMI 7,8)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "execution"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1047",
                            "external_id": "T1047"
                        },
                        {
                            "source_name": "FireEye WMI 2015",
                            "description": "Ballenthin, W., et al. (2015). Windows Management Instrumentation (WMI) Offense, Defense, and Forensics. Retrieved March 30, 2016.",
                            "url": "https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/wp-windows-management-instrumentation.pdf"
                        },
                        {
                            "source_name": "Mandiant WMI",
                            "description": "Mandiant. (n.d.). Retrieved February 13, 2024.",
                            "url": "https://www.mandiant.com/resources/reports"
                        },
                        {
                            "source_name": "WMI 6",
                            "description": "Microsoft. (2022, June 13). BlackCat. Retrieved February 13, 2024.",
                            "url": "https://www.microsoft.com/en-us/security/blog/2022/06/13/the-many-lives-of-blackcat-ransomware/"
                        },
                        {
                            "source_name": "WMI 1-3",
                            "description": "Microsoft. (2023, March 7). Retrieved February 13, 2024.",
                            "url": "https://learn.microsoft.com/en-us/windows/win32/wmisdk/wmi-start-page?redirectedfrom=MSDN"
                        },
                        {
                            "source_name": "WMI 7,8",
                            "description": "Microsoft. (2024, January 26). WMIC Deprecation. Retrieved February 13, 2024.",
                            "url": "https://techcommunity.microsoft.com/t5/windows-it-pro-blog/wmi-command-line-wmic-utility-deprecation-next-steps/ba-p/4039242"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "@ionstorm",
                        "Olaf Hartong, Falcon Force",
                        "Tristan Madani"
                    ],
                    "x_mitre_data_sources": [
                        "Network Traffic: Network Connection Creation",
                        "Process: Process Creation",
                        "WMI: WMI Creation",
                        "Command: Command Execution"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor network traffic for WMI connections; the use of WMI in environments that do not typically use WMI may be suspect. Perform process monitoring to capture command-line arguments of \"wmic\" and detect commands that are used to perform remote behavior. (Citation: FireEye WMI 2015)",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_remote_support": true,
                    "x_mitre_version": "1.5",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 18:13:25.130000+00:00\", \"old_value\": \"2023-07-24 20:38:58.283000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may abuse Windows Management Instrumentation (WMI) to execute malicious commands and payloads. WMI is designed for programmers and is the infrastructure for management data and operations on Windows systems.(Citation: WMI 1-3) WMI is an administration feature that provides a uniform environment to access Windows system components.\\n\\nThe WMI service enables both local and remote access, though the latter is facilitated by [Remote Services](https://attack.mitre.org/techniques/T1021) such as [Distributed Component Object Model](https://attack.mitre.org/techniques/T1021/003) and [Windows Remote Management](https://attack.mitre.org/techniques/T1021/006).(Citation: WMI 1-3) Remote WMI over DCOM operates using port 135, whereas WMI over WinRM operates over port 5985 when using HTTP and 5986 for HTTPS.(Citation: WMI 1-3) (Citation: Mandiant WMI)\\n\\nAn adversary can use WMI to interact with local and remote systems and use it as a means to execute various behaviors, such as gathering information for [Discovery](https://attack.mitre.org/tactics/TA0007) as well as [Execution](https://attack.mitre.org/tactics/TA0002) of commands and payloads.(Citation: Mandiant WMI) For example, `wmic.exe` can be abused by an adversary to delete shadow copies with the command `wmic.exe Shadowcopy Delete` (i.e., [Inhibit System Recovery](https://attack.mitre.org/techniques/T1490)).(Citation: WMI 6)\\n\\n**Note:** `wmic.exe` is deprecated as of January of 2024, with the WMIC feature being \\u201cdisabled by default\\u201d on Windows 11+. WMIC will be removed from subsequent Windows releases and replaced by [PowerShell](https://attack.mitre.org/techniques/T1059/001) as the primary WMI interface.(Citation: WMI 7,8) In addition to PowerShell and tools like `wbemtool.exe`, COM APIs can also be used to programmatically interact with WMI via C++, .NET, VBScript, etc.(Citation: WMI 7,8)\", \"old_value\": \"Adversaries may abuse Windows Management Instrumentation (WMI) to execute malicious commands and payloads. WMI is an administration feature that provides a uniform environment to access Windows system components. The WMI service enables both local and remote access, though the latter is facilitated by [Remote Services](https://attack.mitre.org/techniques/T1021) such as [Distributed Component Object Model](https://attack.mitre.org/techniques/T1021/003) (DCOM) and [Windows Remote Management](https://attack.mitre.org/techniques/T1021/006) (WinRM).(Citation: MSDN WMI) Remote WMI over DCOM operates using port 135, whereas WMI over WinRM operates over port 5985 when using HTTP and 5986 for HTTPS.(Citation: MSDN WMI)(Citation: FireEye WMI 2015)\\n\\nAn adversary can use WMI to interact with local and remote systems and use it as a means to execute various behaviors, such as gathering information for Discovery as well as remote Execution of files as part of Lateral Movement. (Citation: FireEye WMI SANS 2015) (Citation: FireEye WMI 2015)\", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,7 @@\\n-Adversaries may abuse Windows Management Instrumentation (WMI) to execute malicious commands and payloads. WMI is an administration feature that provides a uniform environment to access Windows system components. The WMI service enables both local and remote access, though the latter is facilitated by [Remote Services](https://attack.mitre.org/techniques/T1021) such as [Distributed Component Object Model](https://attack.mitre.org/techniques/T1021/003) (DCOM) and [Windows Remote Management](https://attack.mitre.org/techniques/T1021/006) (WinRM).(Citation: MSDN WMI) Remote WMI over DCOM operates using port 135, whereas WMI over WinRM operates over port 5985 when using HTTP and 5986 for HTTPS.(Citation: MSDN WMI)(Citation: FireEye WMI 2015)\\n+Adversaries may abuse Windows Management Instrumentation (WMI) to execute malicious commands and payloads. WMI is designed for programmers and is the infrastructure for management data and operations on Windows systems.(Citation: WMI 1-3) WMI is an administration feature that provides a uniform environment to access Windows system components.\\n \\n-An adversary can use WMI to interact with local and remote systems and use it as a means to execute various behaviors, such as gathering information for Discovery as well as remote Execution of files as part of Lateral Movement. (Citation: FireEye WMI SANS 2015) (Citation: FireEye WMI 2015)\\n+The WMI service enables both local and remote access, though the latter is facilitated by [Remote Services](https://attack.mitre.org/techniques/T1021) such as [Distributed Component Object Model](https://attack.mitre.org/techniques/T1021/003) and [Windows Remote Management](https://attack.mitre.org/techniques/T1021/006).(Citation: WMI 1-3) Remote WMI over DCOM operates using port 135, whereas WMI over WinRM operates over port 5985 when using HTTP and 5986 for HTTPS.(Citation: WMI 1-3) (Citation: Mandiant WMI)\\n+\\n+An adversary can use WMI to interact with local and remote systems and use it as a means to execute various behaviors, such as gathering information for [Discovery](https://attack.mitre.org/tactics/TA0007) as well as [Execution](https://attack.mitre.org/tactics/TA0002) of commands and payloads.(Citation: Mandiant WMI) For example, `wmic.exe` can be abused by an adversary to delete shadow copies with the command `wmic.exe Shadowcopy Delete` (i.e., [Inhibit System Recovery](https://attack.mitre.org/techniques/T1490)).(Citation: WMI 6)\\n+\\n+**Note:** `wmic.exe` is deprecated as of January of 2024, with the WMIC feature being \\u201cdisabled by default\\u201d on Windows 11+. WMIC will be removed from subsequent Windows releases and replaced by [PowerShell](https://attack.mitre.org/techniques/T1059/001) as the primary WMI interface.(Citation: WMI 7,8) In addition to PowerShell and tools like `wbemtool.exe`, COM APIs can also be used to programmatically interact with WMI via C++, .NET, VBScript, etc.(Citation: WMI 7,8)\"}, \"root['external_references'][3]['source_name']\": {\"new_value\": \"Mandiant WMI\", \"old_value\": \"MSDN WMI\"}, \"root['external_references'][3]['description']\": {\"new_value\": \"Mandiant. (n.d.). Retrieved February 13, 2024.\", \"old_value\": \"Microsoft. (n.d.). Windows Management Instrumentation. Retrieved April 27, 2016.\"}, \"root['external_references'][3]['url']\": {\"new_value\": \"https://www.mandiant.com/resources/reports\", \"old_value\": \"https://msdn.microsoft.com/en-us/library/aa394582.aspx\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.5\", \"old_value\": \"1.4\"}}, \"iterable_item_added\": {\"root['external_references'][3]\": {\"source_name\": \"WMI 6\", \"description\": \"Microsoft. (2022, June 13). BlackCat. Retrieved February 13, 2024.\", \"url\": \"https://www.microsoft.com/en-us/security/blog/2022/06/13/the-many-lives-of-blackcat-ransomware/\"}, \"root['external_references'][4]\": {\"source_name\": \"WMI 1-3\", \"description\": \"Microsoft. (2023, March 7). Retrieved February 13, 2024.\", \"url\": \"https://learn.microsoft.com/en-us/windows/win32/wmisdk/wmi-start-page?redirectedfrom=MSDN\"}, \"root['external_references'][5]\": {\"source_name\": \"WMI 7,8\", \"description\": \"Microsoft. (2024, January 26). WMIC Deprecation. Retrieved February 13, 2024.\", \"url\": \"https://techcommunity.microsoft.com/t5/windows-it-pro-blog/wmi-command-line-wmic-utility-deprecation-next-steps/ba-p/4039242\"}, \"root['x_mitre_contributors'][2]\": \"Tristan Madani\"}, \"iterable_item_removed\": {\"root['external_references'][2]\": {\"source_name\": \"FireEye WMI SANS 2015\", \"description\": \"Devon Kerr. (2015). There's Something About WMI. Retrieved May 4, 2020.\", \"url\": \"https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/sans-dfir-2015.pdf\"}}}",
                    "previous_version": "1.4",
                    "version_change": "1.4 \u2192 1.5",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to23__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to23__0\"><a href=\"#difflib_chg_to23__top\">t</a></td><td class=\"diff_header\" id=\"from23_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_sub\">Adversaries&nbsp;may&nbsp;abuse&nbsp;Windows&nbsp;Management&nbsp;Instrumentation&nbsp;(WM</span></td><td class=\"diff_next\"><a href=\"#difflib_chg_to23__top\">t</a></td><td class=\"diff_header\" id=\"to23_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_add\">Adversaries&nbsp;may&nbsp;abuse&nbsp;Windows&nbsp;Management&nbsp;Instrumentation&nbsp;(WM</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">I)&nbsp;to&nbsp;execute&nbsp;malicious&nbsp;commands&nbsp;and&nbsp;payloads.&nbsp;WMI&nbsp;is&nbsp;an&nbsp;adm</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">I)&nbsp;to&nbsp;execute&nbsp;malicious&nbsp;commands&nbsp;and&nbsp;payloads.&nbsp;WMI&nbsp;is&nbsp;design</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">inistration&nbsp;feature&nbsp;that&nbsp;provides&nbsp;a&nbsp;uniform&nbsp;environment&nbsp;to&nbsp;a</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ed&nbsp;for&nbsp;programmers&nbsp;and&nbsp;is&nbsp;the&nbsp;infrastructure&nbsp;for&nbsp;management&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ccess&nbsp;Windows&nbsp;system&nbsp;components.&nbsp;The&nbsp;WMI&nbsp;service&nbsp;enables&nbsp;bot</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">data&nbsp;and&nbsp;operations&nbsp;on&nbsp;Windows&nbsp;systems.(Citation:&nbsp;WMI&nbsp;1-3)&nbsp;W</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">h&nbsp;local&nbsp;and&nbsp;remote&nbsp;access,&nbsp;though&nbsp;the&nbsp;latter&nbsp;is&nbsp;facilitated&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">MI&nbsp;is&nbsp;an&nbsp;administration&nbsp;feature&nbsp;that&nbsp;provides&nbsp;a&nbsp;uniform&nbsp;envi</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">by&nbsp;[Remote&nbsp;Services](https://attack.mitre.org/techniques/T10</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ronment&nbsp;to&nbsp;access&nbsp;Windows&nbsp;system&nbsp;components.&nbsp;&nbsp;The&nbsp;WMI&nbsp;servic</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">21)&nbsp;such&nbsp;as&nbsp;[Distributed&nbsp;Component&nbsp;Object&nbsp;Model](https://att</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">e&nbsp;enables&nbsp;both&nbsp;local&nbsp;and&nbsp;remote&nbsp;access,&nbsp;though&nbsp;the&nbsp;latter&nbsp;is</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ack.mitre.org/techniques/T1021/003)&nbsp;(DCOM)&nbsp;and&nbsp;[Windows&nbsp;Remo</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;facilitated&nbsp;by&nbsp;[Remote&nbsp;Services](https://attack.mitre.org/t</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">te&nbsp;Management](https://attack.mitre.org/techniques/T1021/006</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">echniques/T1021)&nbsp;such&nbsp;as&nbsp;[Distributed&nbsp;Component&nbsp;Object&nbsp;Model</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">)&nbsp;(WinRM).(Citation:&nbsp;MSDN&nbsp;WMI)&nbsp;Remote&nbsp;WMI&nbsp;over&nbsp;DCOM&nbsp;operates</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">](https://attack.mitre.org/techniques/T1021/003)&nbsp;and&nbsp;[Window</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;using&nbsp;port&nbsp;135,&nbsp;whereas&nbsp;WMI&nbsp;over&nbsp;WinRM&nbsp;operates&nbsp;over&nbsp;port&nbsp;5</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">s&nbsp;Remote&nbsp;Management](https://attack.mitre.org/techniques/T10</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">985&nbsp;when&nbsp;using&nbsp;HTTP&nbsp;and&nbsp;5986&nbsp;for&nbsp;HTTPS.(Citation:&nbsp;MSDN&nbsp;WMI)(</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">21/006).(Citation:&nbsp;WMI&nbsp;1-3)&nbsp;Remote&nbsp;WMI&nbsp;over&nbsp;DCOM&nbsp;operates&nbsp;us</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">Citation:&nbsp;FireEye&nbsp;WMI&nbsp;2015)&nbsp;&nbsp;An&nbsp;adversary&nbsp;can&nbsp;use&nbsp;WMI&nbsp;to&nbsp;int</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ing&nbsp;port&nbsp;135,&nbsp;whereas&nbsp;WMI&nbsp;over&nbsp;WinRM&nbsp;operates&nbsp;over&nbsp;port&nbsp;5985</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">eract&nbsp;with&nbsp;local&nbsp;and&nbsp;remote&nbsp;systems&nbsp;and&nbsp;use&nbsp;it&nbsp;as&nbsp;a&nbsp;means&nbsp;to</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;when&nbsp;using&nbsp;HTTP&nbsp;and&nbsp;5986&nbsp;for&nbsp;HTTPS.(Citation:&nbsp;WMI&nbsp;1-3)&nbsp;(Cit</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;execute&nbsp;various&nbsp;behaviors,&nbsp;such&nbsp;as&nbsp;gathering&nbsp;information&nbsp;fo</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ation:&nbsp;Mandiant&nbsp;WMI)&nbsp;&nbsp;An&nbsp;adversary&nbsp;can&nbsp;use&nbsp;WMI&nbsp;to&nbsp;interact&nbsp;w</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">r&nbsp;Discovery&nbsp;as&nbsp;well&nbsp;as&nbsp;remote&nbsp;Execution&nbsp;of&nbsp;files&nbsp;as&nbsp;part&nbsp;of&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ith&nbsp;local&nbsp;and&nbsp;remote&nbsp;systems&nbsp;and&nbsp;use&nbsp;it&nbsp;as&nbsp;a&nbsp;means&nbsp;to&nbsp;execut</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">Lateral&nbsp;Movement.&nbsp;(Citation:&nbsp;FireEye&nbsp;WMI&nbsp;SANS&nbsp;2015)&nbsp;(Citatio</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">e&nbsp;various&nbsp;behaviors,&nbsp;such&nbsp;as&nbsp;gathering&nbsp;information&nbsp;for&nbsp;[Disc</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">n:&nbsp;FireEye&nbsp;WMI&nbsp;2015)</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">overy](https://attack.mitre.org/tactics/TA0007)&nbsp;as&nbsp;well&nbsp;as&nbsp;[</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">Execution](https://attack.mitre.org/tactics/TA0002)&nbsp;of&nbsp;comma</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">nds&nbsp;and&nbsp;payloads.(Citation:&nbsp;Mandiant&nbsp;WMI)&nbsp;For&nbsp;example,&nbsp;`wmic</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">.exe`&nbsp;can&nbsp;be&nbsp;abused&nbsp;by&nbsp;an&nbsp;adversary&nbsp;to&nbsp;delete&nbsp;shadow&nbsp;copies&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">with&nbsp;the&nbsp;command&nbsp;`wmic.exe&nbsp;Shadowcopy&nbsp;Delete`&nbsp;(i.e.,&nbsp;[Inhibi</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">t&nbsp;System&nbsp;Recovery](https://attack.mitre.org/techniques/T1490</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">)).(Citation:&nbsp;WMI&nbsp;6)&nbsp;&nbsp;**Note:**&nbsp;`wmic.exe`&nbsp;is&nbsp;deprecated&nbsp;as&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">of&nbsp;January&nbsp;of&nbsp;2024,&nbsp;with&nbsp;the&nbsp;WMIC&nbsp;feature&nbsp;being&nbsp;\u201cdisabled&nbsp;by</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;default\u201d&nbsp;on&nbsp;Windows&nbsp;11+.&nbsp;WMIC&nbsp;will&nbsp;be&nbsp;removed&nbsp;from&nbsp;subseque</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">nt&nbsp;Windows&nbsp;releases&nbsp;and&nbsp;replaced&nbsp;by&nbsp;[PowerShell](https://att</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ack.mitre.org/techniques/T1059/001)&nbsp;as&nbsp;the&nbsp;primary&nbsp;WMI&nbsp;inter</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">face.(Citation:&nbsp;WMI&nbsp;7,8)&nbsp;In&nbsp;addition&nbsp;to&nbsp;PowerShell&nbsp;and&nbsp;tools</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;like&nbsp;`wbemtool.exe`,&nbsp;COM&nbsp;APIs&nbsp;can&nbsp;also&nbsp;be&nbsp;used&nbsp;to&nbsp;programma</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">tically&nbsp;interact&nbsp;with&nbsp;WMI&nbsp;via&nbsp;C++,&nbsp;.NET,&nbsp;VBScript,&nbsp;etc.(Cita</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">tion:&nbsp;WMI&nbsp;7,8)</span></td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1018: User Account Management",
                            "M1026: Privileged Account Management",
                            "M1038: Execution Prevention",
                            "M1040: Behavior Prevention on Endpoint"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0005: WMI (WMI Creation)",
                            "DS0009: Process (Process Creation)",
                            "DS0017: Command (Command Execution)",
                            "DS0029: Network Traffic (Network Connection Creation)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                }
            ],
            "other_version_changes": [],
            "patches": [
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--8cdeb020-e31e-4f88-a582-f53dcfbda819",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-02-18 18:03:37.481000+00:00",
                    "modified": "2024-01-10 17:55:46.905000+00:00",
                    "name": "Make and Impersonate Token",
                    "description": "Adversaries may make new tokens and impersonate users to escalate privileges and bypass access controls. For example, if an adversary has a username and password but the user is not logged onto the system the adversary can then create a logon session for the user using the `LogonUser` function.(Citation: LogonUserW function) The function will return a copy of the new session's access token and the adversary can use `SetThreadToken` to assign the token to a thread.\n\nThis behavior is distinct from [Token Impersonation/Theft](https://attack.mitre.org/techniques/T1134/001) in that this refers to creating a new user token instead of stealing or duplicating an existing one.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "defense-evasion"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "privilege-escalation"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1134/003",
                            "external_id": "T1134.003"
                        },
                        {
                            "source_name": "Microsoft Command-line Logging",
                            "description": "Mathers, B. (2017, March 7). Command line process auditing. Retrieved April 21, 2017.",
                            "url": "https://technet.microsoft.com/en-us/windows-server-docs/identity/ad-ds/manage/component-updates/command-line-process-auditing"
                        },
                        {
                            "source_name": "LogonUserW function",
                            "description": "Microsoft. (2023, March 10). LogonUserW function (winbase.h). Retrieved January 8, 2024.",
                            "url": "https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-logonuserw"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Jonny Johnson"
                    ],
                    "x_mitre_data_sources": [
                        "Process: OS API Execution",
                        "Command: Command Execution"
                    ],
                    "x_mitre_defense_bypassed": [
                        "Windows User Account Control",
                        "System access controls",
                        "File system access controls"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "If an adversary is using a standard command-line shell, analysts can detect token manipulation by auditing command-line activity. Specifically, analysts should look for use of the <code>runas</code> command. Detailed command-line logging is not enabled by default in Windows.(Citation: Microsoft Command-line Logging)\n\nIf an adversary is using a payload that calls the Windows token APIs directly, analysts can detect token manipulation only through careful analysis of user network activity, examination of running processes, and correlation with other endpoint and network behavior.\n\nAnalysts can also monitor for use of Windows APIs such as <code>LogonUser</code> and <code> SetThreadToken</code> and correlate activity with other suspicious behavior to reduce false positives that may be due to normal benign use by users and administrators.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_effective_permissions": [
                        "SYSTEM"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_permissions_required": [
                        "Administrator",
                        "User"
                    ],
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-01-10 17:55:46.905000+00:00\", \"old_value\": \"2023-04-11 21:22:17.257000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may make new tokens and impersonate users to escalate privileges and bypass access controls. For example, if an adversary has a username and password but the user is not logged onto the system the adversary can then create a logon session for the user using the `LogonUser` function.(Citation: LogonUserW function) The function will return a copy of the new session's access token and the adversary can use `SetThreadToken` to assign the token to a thread.\\n\\nThis behavior is distinct from [Token Impersonation/Theft](https://attack.mitre.org/techniques/T1134/001) in that this refers to creating a new user token instead of stealing or duplicating an existing one.\", \"old_value\": \"Adversaries may make new tokens and impersonate users to escalate privileges and bypass access controls. For example, if an adversary has a username and password but the user is not logged onto the system the adversary can then create a logon session for the user using the `LogonUser` function. The function will return a copy of the new session's access token and the adversary can use `SetThreadToken` to assign the token to a thread.\\n\\nThis behavior is distinct from [Token Impersonation/Theft](https://attack.mitre.org/techniques/T1134/001) in that this refers to creating a new user token instead of stealing or duplicating an existing one.\", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,3 @@\\n-Adversaries may make new tokens and impersonate users to escalate privileges and bypass access controls. For example, if an adversary has a username and password but the user is not logged onto the system the adversary can then create a logon session for the user using the `LogonUser` function. The function will return a copy of the new session's access token and the adversary can use `SetThreadToken` to assign the token to a thread.\\n+Adversaries may make new tokens and impersonate users to escalate privileges and bypass access controls. For example, if an adversary has a username and password but the user is not logged onto the system the adversary can then create a logon session for the user using the `LogonUser` function.(Citation: LogonUserW function) The function will return a copy of the new session's access token and the adversary can use `SetThreadToken` to assign the token to a thread.\\n \\n This behavior is distinct from [Token Impersonation/Theft](https://attack.mitre.org/techniques/T1134/001) in that this refers to creating a new user token instead of stealing or duplicating an existing one.\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}}, \"iterable_item_added\": {\"root['external_references'][2]\": {\"source_name\": \"LogonUserW function\", \"description\": \"Microsoft. (2023, March 10). LogonUserW function (winbase.h). Retrieved January 8, 2024.\", \"url\": \"https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-logonuserw\"}}}",
                    "previous_version": "1.1",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to68__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to68__0\"><a href=\"#difflib_chg_to68__top\">t</a></td><td class=\"diff_header\" id=\"from68_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;make&nbsp;new&nbsp;tokens&nbsp;and&nbsp;impersonate&nbsp;users&nbsp;to&nbsp;esc</td><td class=\"diff_next\"><a href=\"#difflib_chg_to68__top\">t</a></td><td class=\"diff_header\" id=\"to68_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;make&nbsp;new&nbsp;tokens&nbsp;and&nbsp;impersonate&nbsp;users&nbsp;to&nbsp;esc</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">alate&nbsp;privileges&nbsp;and&nbsp;bypass&nbsp;access&nbsp;controls.&nbsp;For&nbsp;example,&nbsp;if</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">alate&nbsp;privileges&nbsp;and&nbsp;bypass&nbsp;access&nbsp;controls.&nbsp;For&nbsp;example,&nbsp;if</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;an&nbsp;adversary&nbsp;has&nbsp;a&nbsp;username&nbsp;and&nbsp;password&nbsp;but&nbsp;the&nbsp;user&nbsp;is&nbsp;no</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;an&nbsp;adversary&nbsp;has&nbsp;a&nbsp;username&nbsp;and&nbsp;password&nbsp;but&nbsp;the&nbsp;user&nbsp;is&nbsp;no</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">t&nbsp;logged&nbsp;onto&nbsp;the&nbsp;system&nbsp;the&nbsp;adversary&nbsp;can&nbsp;then&nbsp;create&nbsp;a&nbsp;log</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">t&nbsp;logged&nbsp;onto&nbsp;the&nbsp;system&nbsp;the&nbsp;adversary&nbsp;can&nbsp;then&nbsp;create&nbsp;a&nbsp;log</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">on&nbsp;session&nbsp;for&nbsp;the&nbsp;user&nbsp;using&nbsp;the&nbsp;`LogonUser`&nbsp;function.&nbsp;The&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">on&nbsp;session&nbsp;for&nbsp;the&nbsp;user&nbsp;using&nbsp;the&nbsp;`LogonUser`&nbsp;function.<span class=\"diff_add\">(Cita</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">function&nbsp;will&nbsp;return&nbsp;a&nbsp;copy&nbsp;of&nbsp;the&nbsp;new&nbsp;session's&nbsp;access&nbsp;toke</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">tion:&nbsp;LogonUserW&nbsp;function)</span>&nbsp;The&nbsp;function&nbsp;will&nbsp;return&nbsp;a&nbsp;copy&nbsp;o</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n&nbsp;and&nbsp;the&nbsp;adversary&nbsp;can&nbsp;use&nbsp;`SetThreadToken`&nbsp;to&nbsp;assign&nbsp;the&nbsp;t</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">f&nbsp;the&nbsp;new&nbsp;session's&nbsp;access&nbsp;token&nbsp;and&nbsp;the&nbsp;adversary&nbsp;can&nbsp;use&nbsp;`</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">oken&nbsp;to&nbsp;a&nbsp;thread.&nbsp;&nbsp;This&nbsp;behavior&nbsp;is&nbsp;distinct&nbsp;from&nbsp;[Token&nbsp;Imp</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">SetThreadToken`&nbsp;to&nbsp;assign&nbsp;the&nbsp;token&nbsp;to&nbsp;a&nbsp;thread.&nbsp;&nbsp;This&nbsp;behav</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ersonation/Theft](https://attack.mitre.org/techniques/T1134/</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ior&nbsp;is&nbsp;distinct&nbsp;from&nbsp;[Token&nbsp;Impersonation/Theft](https://att</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">001)&nbsp;in&nbsp;that&nbsp;this&nbsp;refers&nbsp;to&nbsp;creating&nbsp;a&nbsp;new&nbsp;user&nbsp;token&nbsp;instea</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ack.mitre.org/techniques/T1134/001)&nbsp;in&nbsp;that&nbsp;this&nbsp;refers&nbsp;to&nbsp;c</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d&nbsp;of&nbsp;stealing&nbsp;or&nbsp;duplicating&nbsp;an&nbsp;existing&nbsp;one.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">reating&nbsp;a&nbsp;new&nbsp;user&nbsp;token&nbsp;instead&nbsp;of&nbsp;stealing&nbsp;or&nbsp;duplicating&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">an&nbsp;existing&nbsp;one.</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1018: User Account Management",
                            "M1026: Privileged Account Management"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (OS API Execution)",
                            "DS0017: Command (Command Execution)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--86850eff-2729-40c3-b85e-c4af26da4a2d",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-02-18 16:39:06.289000+00:00",
                    "modified": "2024-01-10 17:57:36.177000+00:00",
                    "name": "Token Impersonation/Theft",
                    "description": "Adversaries may duplicate then impersonate another user's existing token to escalate privileges and bypass access controls. For example, an adversary can duplicate an existing token using `DuplicateToken` or `DuplicateTokenEx`.(Citation: DuplicateToken function) The token can then be used with `ImpersonateLoggedOnUser` to allow the calling thread to impersonate a logged on user's security context, or with `SetThreadToken` to assign the impersonated token to a thread.\n\nAn adversary may perform [Token Impersonation/Theft](https://attack.mitre.org/techniques/T1134/001) when they have a specific, existing process they want to assign the duplicated token to. For example, this may be useful for when the target user has a non-network logon session on the system.\n\nWhen an adversary would instead use a duplicated token to create a new process rather than attaching to an existing process, they can additionally [Create Process with Token](https://attack.mitre.org/techniques/T1134/002) using `CreateProcessWithTokenW` or `CreateProcessAsUserW`. [Token Impersonation/Theft](https://attack.mitre.org/techniques/T1134/001) is also distinct from [Make and Impersonate Token](https://attack.mitre.org/techniques/T1134/003) in that it refers to duplicating an existing token, rather than creating a new one.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "defense-evasion"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "privilege-escalation"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1134/001",
                            "external_id": "T1134.001"
                        },
                        {
                            "source_name": "Microsoft Command-line Logging",
                            "description": "Mathers, B. (2017, March 7). Command line process auditing. Retrieved April 21, 2017.",
                            "url": "https://technet.microsoft.com/en-us/windows-server-docs/identity/ad-ds/manage/component-updates/command-line-process-auditing"
                        },
                        {
                            "source_name": "DuplicateToken function",
                            "description": "Microsoft. (2021, October 12). DuplicateToken function (securitybaseapi.h). Retrieved January 8, 2024.",
                            "url": "https://learn.microsoft.com/en-us/windows/win32/api/securitybaseapi/nf-securitybaseapi-duplicatetoken"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Jonny Johnson"
                    ],
                    "x_mitre_data_sources": [
                        "Command: Command Execution",
                        "Process: OS API Execution"
                    ],
                    "x_mitre_defense_bypassed": [
                        "Windows User Account Control",
                        "System access controls",
                        "File system access controls"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "If an adversary is using a standard command-line shell, analysts can detect token manipulation by auditing command-line activity. Specifically, analysts should look for use of the <code>runas</code> command. Detailed command-line logging is not enabled by default in Windows.(Citation: Microsoft Command-line Logging)\n\nAnalysts can also monitor for use of Windows APIs such as <code>DuplicateToken(Ex)</code>, <code> ImpersonateLoggedOnUser </code>, and <code> SetThreadToken </code> and correlate activity with other suspicious behavior to reduce false positives that may be due to normal benign use by users and administrators.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-01-10 17:57:36.177000+00:00\", \"old_value\": \"2023-09-29 21:08:45.174000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may duplicate then impersonate another user's existing token to escalate privileges and bypass access controls. For example, an adversary can duplicate an existing token using `DuplicateToken` or `DuplicateTokenEx`.(Citation: DuplicateToken function) The token can then be used with `ImpersonateLoggedOnUser` to allow the calling thread to impersonate a logged on user's security context, or with `SetThreadToken` to assign the impersonated token to a thread.\\n\\nAn adversary may perform [Token Impersonation/Theft](https://attack.mitre.org/techniques/T1134/001) when they have a specific, existing process they want to assign the duplicated token to. For example, this may be useful for when the target user has a non-network logon session on the system.\\n\\nWhen an adversary would instead use a duplicated token to create a new process rather than attaching to an existing process, they can additionally [Create Process with Token](https://attack.mitre.org/techniques/T1134/002) using `CreateProcessWithTokenW` or `CreateProcessAsUserW`. [Token Impersonation/Theft](https://attack.mitre.org/techniques/T1134/001) is also distinct from [Make and Impersonate Token](https://attack.mitre.org/techniques/T1134/003) in that it refers to duplicating an existing token, rather than creating a new one.\", \"old_value\": \"Adversaries may duplicate then impersonate another user's existing token to escalate privileges and bypass access controls. For example, an adversary can duplicate an existing token using `DuplicateToken` or `DuplicateTokenEx`. The token can then be used with `ImpersonateLoggedOnUser` to allow the calling thread to impersonate a logged on user's security context, or with `SetThreadToken` to assign the impersonated token to a thread.\\n\\nAn adversary may perform [Token Impersonation/Theft](https://attack.mitre.org/techniques/T1134/001) when they have a specific, existing process they want to assign the duplicated token to. For example, this may be useful for when the target user has a non-network logon session on the system.\\n\\nWhen an adversary would instead use a duplicated token to create a new process rather than attaching to an existing process, they can additionally [Create Process with Token](https://attack.mitre.org/techniques/T1134/002) using `CreateProcessWithTokenW` or `CreateProcessAsUserW`. [Token Impersonation/Theft](https://attack.mitre.org/techniques/T1134/001) is also distinct from [Make and Impersonate Token](https://attack.mitre.org/techniques/T1134/003) in that it refers to duplicating an existing token, rather than creating a new one.\", \"diff\": \"--- \\n+++ \\n@@ -1,4 +1,4 @@\\n-Adversaries may duplicate then impersonate another user's existing token to escalate privileges and bypass access controls. For example, an adversary can duplicate an existing token using `DuplicateToken` or `DuplicateTokenEx`. The token can then be used with `ImpersonateLoggedOnUser` to allow the calling thread to impersonate a logged on user's security context, or with `SetThreadToken` to assign the impersonated token to a thread.\\n+Adversaries may duplicate then impersonate another user's existing token to escalate privileges and bypass access controls. For example, an adversary can duplicate an existing token using `DuplicateToken` or `DuplicateTokenEx`.(Citation: DuplicateToken function) The token can then be used with `ImpersonateLoggedOnUser` to allow the calling thread to impersonate a logged on user's security context, or with `SetThreadToken` to assign the impersonated token to a thread.\\n \\n An adversary may perform [Token Impersonation/Theft](https://attack.mitre.org/techniques/T1134/001) when they have a specific, existing process they want to assign the duplicated token to. For example, this may be useful for when the target user has a non-network logon session on the system.\\n \"}}, \"iterable_item_added\": {\"root['external_references'][2]\": {\"source_name\": \"DuplicateToken function\", \"description\": \"Microsoft. (2021, October 12). DuplicateToken function (securitybaseapi.h). Retrieved January 8, 2024.\", \"url\": \"https://learn.microsoft.com/en-us/windows/win32/api/securitybaseapi/nf-securitybaseapi-duplicatetoken\"}}}",
                    "previous_version": "1.2",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to42__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to42__0\"><a href=\"#difflib_chg_to42__top\">t</a></td><td class=\"diff_header\" id=\"from42_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;duplicate&nbsp;then&nbsp;impersonate&nbsp;another&nbsp;user's&nbsp;ex</td><td class=\"diff_next\"><a href=\"#difflib_chg_to42__top\">t</a></td><td class=\"diff_header\" id=\"to42_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;duplicate&nbsp;then&nbsp;impersonate&nbsp;another&nbsp;user's&nbsp;ex</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">isting&nbsp;token&nbsp;to&nbsp;escalate&nbsp;privileges&nbsp;and&nbsp;bypass&nbsp;access&nbsp;contro</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">isting&nbsp;token&nbsp;to&nbsp;escalate&nbsp;privileges&nbsp;and&nbsp;bypass&nbsp;access&nbsp;contro</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ls.&nbsp;For&nbsp;example,&nbsp;an&nbsp;adversary&nbsp;can&nbsp;duplicate&nbsp;an&nbsp;existing&nbsp;toke</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ls.&nbsp;For&nbsp;example,&nbsp;an&nbsp;adversary&nbsp;can&nbsp;duplicate&nbsp;an&nbsp;existing&nbsp;toke</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n&nbsp;using&nbsp;`DuplicateToken`&nbsp;or&nbsp;`DuplicateTokenEx`.<span class=\"diff_chg\">&nbsp;The&nbsp;token&nbsp;ca</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n&nbsp;using&nbsp;`DuplicateToken`&nbsp;or&nbsp;`DuplicateTokenEx`.<span class=\"diff_chg\">(Citation:&nbsp;Du</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">n&nbsp;then</span>&nbsp;be&nbsp;used&nbsp;with&nbsp;`ImpersonateLoggedOnUser`&nbsp;to&nbsp;allow&nbsp;the&nbsp;c</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">plicateToken&nbsp;function)&nbsp;The&nbsp;token&nbsp;can&nbsp;then</span>&nbsp;be&nbsp;used&nbsp;with&nbsp;`Impe</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">alling&nbsp;thread&nbsp;to&nbsp;impersonate&nbsp;a&nbsp;logged&nbsp;on&nbsp;user's&nbsp;security&nbsp;con</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rsonateLoggedOnUser`&nbsp;to&nbsp;allow&nbsp;the&nbsp;calling&nbsp;thread&nbsp;to&nbsp;imperson</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">text,&nbsp;or&nbsp;with&nbsp;`SetThreadToken`&nbsp;to&nbsp;assign&nbsp;the&nbsp;impersonated&nbsp;to</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ate&nbsp;a&nbsp;logged&nbsp;on&nbsp;user's&nbsp;security&nbsp;context,&nbsp;or&nbsp;with&nbsp;`SetThreadT</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ken&nbsp;to&nbsp;a&nbsp;thread.&nbsp;&nbsp;An&nbsp;adversary&nbsp;may&nbsp;perform&nbsp;[Token&nbsp;Impersonat</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">oken`&nbsp;to&nbsp;assign&nbsp;the&nbsp;impersonated&nbsp;token&nbsp;to&nbsp;a&nbsp;thread.&nbsp;&nbsp;An&nbsp;adve</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ion/Theft](https://attack.mitre.org/techniques/T1134/001)&nbsp;wh</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rsary&nbsp;may&nbsp;perform&nbsp;[Token&nbsp;Impersonation/Theft](https://attack</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">en&nbsp;they&nbsp;have&nbsp;a&nbsp;specific,&nbsp;existing&nbsp;process&nbsp;they&nbsp;want&nbsp;to&nbsp;assig</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">.mitre.org/techniques/T1134/001)&nbsp;when&nbsp;they&nbsp;have&nbsp;a&nbsp;specific,&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n&nbsp;the&nbsp;duplicated&nbsp;token&nbsp;to.&nbsp;For&nbsp;example,&nbsp;this&nbsp;may&nbsp;be&nbsp;useful&nbsp;f</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">existing&nbsp;process&nbsp;they&nbsp;want&nbsp;to&nbsp;assign&nbsp;the&nbsp;duplicated&nbsp;token&nbsp;to</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">or&nbsp;when&nbsp;the&nbsp;target&nbsp;user&nbsp;has&nbsp;a&nbsp;non-network&nbsp;logon&nbsp;session&nbsp;on&nbsp;t</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">.&nbsp;For&nbsp;example,&nbsp;this&nbsp;may&nbsp;be&nbsp;useful&nbsp;for&nbsp;when&nbsp;the&nbsp;target&nbsp;user&nbsp;h</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">he&nbsp;system.&nbsp;&nbsp;When&nbsp;an&nbsp;adversary&nbsp;would&nbsp;instead&nbsp;use&nbsp;a&nbsp;duplicated</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">as&nbsp;a&nbsp;non-network&nbsp;logon&nbsp;session&nbsp;on&nbsp;the&nbsp;system.&nbsp;&nbsp;When&nbsp;an&nbsp;adver</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;token&nbsp;to&nbsp;create&nbsp;a&nbsp;new&nbsp;process&nbsp;rather&nbsp;than&nbsp;attaching&nbsp;to&nbsp;an&nbsp;e</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">sary&nbsp;would&nbsp;instead&nbsp;use&nbsp;a&nbsp;duplicated&nbsp;token&nbsp;to&nbsp;create&nbsp;a&nbsp;new&nbsp;pr</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">xisting&nbsp;process,&nbsp;they&nbsp;can&nbsp;additionally&nbsp;[Create&nbsp;Process&nbsp;with&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ocess&nbsp;rather&nbsp;than&nbsp;attaching&nbsp;to&nbsp;an&nbsp;existing&nbsp;process,&nbsp;they&nbsp;can</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Token](https://attack.mitre.org/techniques/T1134/002)&nbsp;using&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;additionally&nbsp;[Create&nbsp;Process&nbsp;with&nbsp;Token](https://attack.mit</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">`CreateProcessWithTokenW`&nbsp;or&nbsp;`CreateProcessAsUserW`.&nbsp;[Token&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">re.org/techniques/T1134/002)&nbsp;using&nbsp;`CreateProcessWithTokenW`</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Impersonation/Theft](https://attack.mitre.org/techniques/T11</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;or&nbsp;`CreateProcessAsUserW`.&nbsp;[Token&nbsp;Impersonation/Theft](http</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">34/001)&nbsp;is&nbsp;also&nbsp;distinct&nbsp;from&nbsp;[Make&nbsp;and&nbsp;Impersonate&nbsp;Token](h</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s://attack.mitre.org/techniques/T1134/001)&nbsp;is&nbsp;also&nbsp;distinct&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ttps://attack.mitre.org/techniques/T1134/003)&nbsp;in&nbsp;that&nbsp;it&nbsp;ref</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">from&nbsp;[Make&nbsp;and&nbsp;Impersonate&nbsp;Token](https://attack.mitre.org/t</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ers&nbsp;to&nbsp;duplicating&nbsp;an&nbsp;existing&nbsp;token,&nbsp;rather&nbsp;than&nbsp;creating&nbsp;a</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">echniques/T1134/003)&nbsp;in&nbsp;that&nbsp;it&nbsp;refers&nbsp;to&nbsp;duplicating&nbsp;an&nbsp;exi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;new&nbsp;one.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">sting&nbsp;token,&nbsp;rather&nbsp;than&nbsp;creating&nbsp;a&nbsp;new&nbsp;one.</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1018: User Account Management",
                            "M1026: Privileged Account Management"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (OS API Execution)",
                            "DS0017: Command (Command Execution)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--72b74d71-8169-42aa-92e0-e7b04b9f5a08",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:31:06.988000+00:00",
                    "modified": "2024-01-12 23:36:56.245000+00:00",
                    "name": "Account Discovery",
                    "description": "Adversaries may attempt to get a listing of valid accounts, usernames, or email addresses on a system or within a compromised environment. This information can help adversaries determine which accounts exist, which can aid in follow-on behavior such as brute-forcing, spear-phishing attacks, or account takeovers (e.g., [Valid Accounts](https://attack.mitre.org/techniques/T1078)).\n\nAdversaries may use several methods to enumerate accounts, including abuse of existing tools, built-in commands, and potential misconfigurations that leak account names and roles or permissions in the targeted environment.\n\nFor examples, cloud environments typically provide easily accessible interfaces to obtain user lists.(Citation: AWS List Users)(Citation: Google Cloud - IAM Servie Accounts List API) On hosts, adversaries can use default [PowerShell](https://attack.mitre.org/techniques/T1059/001) and other command line functionality to identify accounts. Information about email addresses and accounts may also be extracted by searching an infected system\u2019s files.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "discovery"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1087",
                            "external_id": "T1087"
                        },
                        {
                            "source_name": "AWS List Users",
                            "description": "Amazon. (n.d.). List Users. Retrieved August 11, 2020.",
                            "url": "https://docs.aws.amazon.com/cli/latest/reference/iam/list-users.html"
                        },
                        {
                            "source_name": "Google Cloud - IAM Servie Accounts List API",
                            "description": "Google. (2020, June 23). gcloud iam service-accounts list. Retrieved August 4, 2020.",
                            "url": "https://cloud.google.com/sdk/gcloud/reference/iam/service-accounts/list"
                        },
                        {
                            "source_name": "Elastic - Koadiac Detection with EQL",
                            "description": "Stepanic, D.. (2020, January 13). Embracing offensive tooling: Building detections against Koadic using EQL. Retrieved November 30, 2020.",
                            "url": "https://www.elastic.co/blog/embracing-offensive-tooling-building-detections-against-koadic-using-eql"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Daniel Stepanic, Elastic",
                        "Microsoft Threat Intelligence Center (MSTIC)",
                        "Travis Smith, Tripwire"
                    ],
                    "x_mitre_data_sources": [
                        "Process: Process Creation",
                        "Command: Command Execution",
                        "File: File Access"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as Lateral Movement, based on the information obtained.\n\nMonitor processes and command-line arguments for actions that could be taken to gather system and network information. Remote access tools with built-in features may interact directly with the Windows API to gather information. Information may also be acquired through Windows system management tools such as [Windows Management Instrumentation](https://attack.mitre.org/techniques/T1047) and [PowerShell](https://attack.mitre.org/techniques/T1059/001).\n\nMonitor for processes that can be used to enumerate user accounts, such as <code>net.exe</code> and <code>net1.exe</code>, especially when executed in quick succession.(Citation: Elastic - Koadiac Detection with EQL)",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows",
                        "Azure AD",
                        "Office 365",
                        "SaaS",
                        "IaaS",
                        "Linux",
                        "macOS",
                        "Google Workspace"
                    ],
                    "x_mitre_version": "2.4",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-01-12 23:36:56.245000+00:00\", \"old_value\": \"2023-04-15 17:24:23.029000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may attempt to get a listing of valid accounts, usernames, or email addresses on a system or within a compromised environment. This information can help adversaries determine which accounts exist, which can aid in follow-on behavior such as brute-forcing, spear-phishing attacks, or account takeovers (e.g., [Valid Accounts](https://attack.mitre.org/techniques/T1078)).\\n\\nAdversaries may use several methods to enumerate accounts, including abuse of existing tools, built-in commands, and potential misconfigurations that leak account names and roles or permissions in the targeted environment.\\n\\nFor examples, cloud environments typically provide easily accessible interfaces to obtain user lists.(Citation: AWS List Users)(Citation: Google Cloud - IAM Servie Accounts List API) On hosts, adversaries can use default [PowerShell](https://attack.mitre.org/techniques/T1059/001) and other command line functionality to identify accounts. Information about email addresses and accounts may also be extracted by searching an infected system\\u2019s files.\", \"old_value\": \"Adversaries may attempt to get a listing of valid accounts, usernames, or email addresses on a system or within a compromised environment. This information can help adversaries determine which accounts exist, which can aid in follow-on behavior such as brute-forcing, spear-phishing attacks, or account takeovers (e.g., [Valid Accounts](https://attack.mitre.org/techniques/T1078)).\\n\\nAdversaries may use several methods to enumerate accounts, including abuse of existing tools, built-in commands, and potential misconfigurations that leak account names and roles or permissions in the targeted environment.\\n\\nFor examples, cloud environments typically provide easily accessible interfaces to obtain user lists. On hosts, adversaries can use default [PowerShell](https://attack.mitre.org/techniques/T1059/001) and other command line functionality to identify accounts. Information about email addresses and accounts may also be extracted by searching an infected system\\u2019s files.\", \"diff\": \"--- \\n+++ \\n@@ -2,4 +2,4 @@\\n \\n Adversaries may use several methods to enumerate accounts, including abuse of existing tools, built-in commands, and potential misconfigurations that leak account names and roles or permissions in the targeted environment.\\n \\n-For examples, cloud environments typically provide easily accessible interfaces to obtain user lists. On hosts, adversaries can use default [PowerShell](https://attack.mitre.org/techniques/T1059/001) and other command line functionality to identify accounts. Information about email addresses and accounts may also be extracted by searching an infected system\\u2019s files.\\n+For examples, cloud environments typically provide easily accessible interfaces to obtain user lists.(Citation: AWS List Users)(Citation: Google Cloud - IAM Servie Accounts List API) On hosts, adversaries can use default [PowerShell](https://attack.mitre.org/techniques/T1059/001) and other command line functionality to identify accounts. Information about email addresses and accounts may also be extracted by searching an infected system\\u2019s files.\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}}, \"iterable_item_added\": {\"root['external_references'][1]\": {\"source_name\": \"AWS List Users\", \"description\": \"Amazon. (n.d.). List Users. Retrieved August 11, 2020.\", \"url\": \"https://docs.aws.amazon.com/cli/latest/reference/iam/list-users.html\"}, \"root['external_references'][2]\": {\"source_name\": \"Google Cloud - IAM Servie Accounts List API\", \"description\": \"Google. (2020, June 23). gcloud iam service-accounts list. Retrieved August 4, 2020.\", \"url\": \"https://cloud.google.com/sdk/gcloud/reference/iam/service-accounts/list\"}}}",
                    "previous_version": "2.4",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to49__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to49__0\"><a href=\"#difflib_chg_to49__top\">t</a></td><td class=\"diff_header\" id=\"from49_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;attempt&nbsp;to&nbsp;get&nbsp;a&nbsp;listing&nbsp;of&nbsp;valid&nbsp;accounts,&nbsp;</td><td class=\"diff_next\"><a href=\"#difflib_chg_to49__top\">t</a></td><td class=\"diff_header\" id=\"to49_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;attempt&nbsp;to&nbsp;get&nbsp;a&nbsp;listing&nbsp;of&nbsp;valid&nbsp;accounts,&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">usernames,&nbsp;or&nbsp;email&nbsp;addresses&nbsp;on&nbsp;a&nbsp;system&nbsp;or&nbsp;within&nbsp;a&nbsp;compro</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">usernames,&nbsp;or&nbsp;email&nbsp;addresses&nbsp;on&nbsp;a&nbsp;system&nbsp;or&nbsp;within&nbsp;a&nbsp;compro</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">mised&nbsp;environment.&nbsp;This&nbsp;information&nbsp;can&nbsp;help&nbsp;adversaries&nbsp;det</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">mised&nbsp;environment.&nbsp;This&nbsp;information&nbsp;can&nbsp;help&nbsp;adversaries&nbsp;det</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ermine&nbsp;which&nbsp;accounts&nbsp;exist,&nbsp;which&nbsp;can&nbsp;aid&nbsp;in&nbsp;follow-on&nbsp;beha</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ermine&nbsp;which&nbsp;accounts&nbsp;exist,&nbsp;which&nbsp;can&nbsp;aid&nbsp;in&nbsp;follow-on&nbsp;beha</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">vior&nbsp;such&nbsp;as&nbsp;brute-forcing,&nbsp;spear-phishing&nbsp;attacks,&nbsp;or&nbsp;accou</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">vior&nbsp;such&nbsp;as&nbsp;brute-forcing,&nbsp;spear-phishing&nbsp;attacks,&nbsp;or&nbsp;accou</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nt&nbsp;takeovers&nbsp;(e.g.,&nbsp;[Valid&nbsp;Accounts](https://attack.mitre.or</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nt&nbsp;takeovers&nbsp;(e.g.,&nbsp;[Valid&nbsp;Accounts](https://attack.mitre.or</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">g/techniques/T1078)).&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;use&nbsp;several&nbsp;methods&nbsp;t</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">g/techniques/T1078)).&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;use&nbsp;several&nbsp;methods&nbsp;t</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">o&nbsp;enumerate&nbsp;accounts,&nbsp;including&nbsp;abuse&nbsp;of&nbsp;existing&nbsp;tools,&nbsp;bui</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">o&nbsp;enumerate&nbsp;accounts,&nbsp;including&nbsp;abuse&nbsp;of&nbsp;existing&nbsp;tools,&nbsp;bui</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">lt-in&nbsp;commands,&nbsp;and&nbsp;potential&nbsp;misconfigurations&nbsp;that&nbsp;leak&nbsp;ac</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">lt-in&nbsp;commands,&nbsp;and&nbsp;potential&nbsp;misconfigurations&nbsp;that&nbsp;leak&nbsp;ac</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">count&nbsp;names&nbsp;and&nbsp;roles&nbsp;or&nbsp;permissions&nbsp;in&nbsp;the&nbsp;targeted&nbsp;environ</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">count&nbsp;names&nbsp;and&nbsp;roles&nbsp;or&nbsp;permissions&nbsp;in&nbsp;the&nbsp;targeted&nbsp;environ</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ment.&nbsp;&nbsp;For&nbsp;examples,&nbsp;cloud&nbsp;environments&nbsp;typically&nbsp;provide&nbsp;ea</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ment.&nbsp;&nbsp;For&nbsp;examples,&nbsp;cloud&nbsp;environments&nbsp;typically&nbsp;provide&nbsp;ea</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">sily&nbsp;accessible&nbsp;interfaces&nbsp;to&nbsp;obtain&nbsp;user&nbsp;lists.&nbsp;On&nbsp;hosts,&nbsp;a</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">sily&nbsp;accessible&nbsp;interfaces&nbsp;to&nbsp;obtain&nbsp;user&nbsp;lists.<span class=\"diff_add\">(Citation:&nbsp;A</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">dversaries&nbsp;can&nbsp;use&nbsp;default&nbsp;[PowerShell](https://attack.mitre</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">WS&nbsp;List&nbsp;Users)(Citation:&nbsp;Google&nbsp;Cloud&nbsp;-&nbsp;IAM&nbsp;Servie&nbsp;Accounts&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">.org/techniques/T1059/001)&nbsp;and&nbsp;other&nbsp;command&nbsp;line&nbsp;functional</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">List&nbsp;API)</span>&nbsp;On&nbsp;hosts,&nbsp;adversaries&nbsp;can&nbsp;use&nbsp;default&nbsp;[PowerShell]</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ity&nbsp;to&nbsp;identify&nbsp;accounts.&nbsp;Information&nbsp;about&nbsp;email&nbsp;addresses&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">(https://attack.mitre.org/techniques/T1059/001)&nbsp;and&nbsp;other&nbsp;co</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">and&nbsp;accounts&nbsp;may&nbsp;also&nbsp;be&nbsp;extracted&nbsp;by&nbsp;searching&nbsp;an&nbsp;infected&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">mmand&nbsp;line&nbsp;functionality&nbsp;to&nbsp;identify&nbsp;accounts.&nbsp;Information&nbsp;a</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">system\u2019s&nbsp;files.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">bout&nbsp;email&nbsp;addresses&nbsp;and&nbsp;accounts&nbsp;may&nbsp;also&nbsp;be&nbsp;extracted&nbsp;by&nbsp;s</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">earching&nbsp;an&nbsp;infected&nbsp;system\u2019s&nbsp;files.</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1028: Operating System Configuration"
                        ],
                        "new": [
                            "M1018: User Account Management"
                        ],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (Process Creation)",
                            "DS0017: Command (Command Execution)",
                            "DS0022: File (File Access)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--21875073-b0ee-49e3-9077-1e2a885359af",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-02-21 21:08:26.480000+00:00",
                    "modified": "2024-04-15 21:33:57.732000+00:00",
                    "name": "Domain Account",
                    "description": "Adversaries may attempt to get a listing of domain accounts. This information can help adversaries determine which domain accounts exist to aid in follow-on behavior such as targeting specific accounts which possess particular privileges.\n\nCommands such as <code>net user /domain</code> and <code>net group /domain</code> of the [Net](https://attack.mitre.org/software/S0039) utility, <code>dscacheutil -q group</code>on macOS, and <code>ldapsearch</code> on Linux can list domain users and groups. [PowerShell](https://attack.mitre.org/techniques/T1059/001) cmdlets including <code>Get-ADUser</code> and <code>Get-ADGroupMember</code> may enumerate members of Active Directory groups.(Citation: CrowdStrike StellarParticle January 2022)  ",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "discovery"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1087/002",
                            "external_id": "T1087.002"
                        },
                        {
                            "source_name": "CrowdStrike StellarParticle January 2022",
                            "description": "CrowdStrike. (2022, January 27). Early Bird Catches the Wormhole: Observations from the StellarParticle Campaign. Retrieved February 7, 2022.",
                            "url": "https://www.crowdstrike.com/blog/observations-from-the-stellarparticle-campaign/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "ExtraHop",
                        "Miriam Wiesner, @miriamxyra, Microsoft Security"
                    ],
                    "x_mitre_data_sources": [
                        "Process: Process Creation",
                        "Command: Command Execution",
                        "Process: OS API Execution",
                        "Network Traffic: Network Traffic Content",
                        "Group: Group Enumeration"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as Lateral Movement, based on the information obtained.\n\nMonitor processes and command-line arguments for actions that could be taken to gather system and network information. Remote access tools with built-in features may interact directly with the Windows API to gather information. Information may also be acquired through Windows system management tools such as [Windows Management Instrumentation](https://attack.mitre.org/techniques/T1047) and [PowerShell](https://attack.mitre.org/techniques/T1059/001).\n",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-15 21:33:57.732000+00:00\", \"old_value\": \"2023-04-15 16:37:59.115000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may attempt to get a listing of domain accounts. This information can help adversaries determine which domain accounts exist to aid in follow-on behavior such as targeting specific accounts which possess particular privileges.\\n\\nCommands such as <code>net user /domain</code> and <code>net group /domain</code> of the [Net](https://attack.mitre.org/software/S0039) utility, <code>dscacheutil -q group</code>on macOS, and <code>ldapsearch</code> on Linux can list domain users and groups. [PowerShell](https://attack.mitre.org/techniques/T1059/001) cmdlets including <code>Get-ADUser</code> and <code>Get-ADGroupMember</code> may enumerate members of Active Directory groups.(Citation: CrowdStrike StellarParticle January 2022)  \", \"old_value\": \"Adversaries may attempt to get a listing of domain accounts. This information can help adversaries determine which domain accounts exist to aid in follow-on behavior such as targeting specific accounts which possess particular privileges.\\n\\nCommands such as <code>net user /domain</code> and <code>net group /domain</code> of the [Net](https://attack.mitre.org/software/S0039) utility, <code>dscacheutil -q group</code>on macOS, and <code>ldapsearch</code> on Linux can list domain users and groups. [PowerShell](https://attack.mitre.org/techniques/T1059/001) cmdlets including <code>Get-ADUser</code> and <code>Get-ADGroupMember</code> may enumerate members of Active Directory groups.  \", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,3 @@\\n Adversaries may attempt to get a listing of domain accounts. This information can help adversaries determine which domain accounts exist to aid in follow-on behavior such as targeting specific accounts which possess particular privileges.\\n \\n-Commands such as <code>net user /domain</code> and <code>net group /domain</code> of the [Net](https://attack.mitre.org/software/S0039) utility, <code>dscacheutil -q group</code>on macOS, and <code>ldapsearch</code> on Linux can list domain users and groups. [PowerShell](https://attack.mitre.org/techniques/T1059/001) cmdlets including <code>Get-ADUser</code> and <code>Get-ADGroupMember</code> may enumerate members of Active Directory groups.  \\n+Commands such as <code>net user /domain</code> and <code>net group /domain</code> of the [Net](https://attack.mitre.org/software/S0039) utility, <code>dscacheutil -q group</code>on macOS, and <code>ldapsearch</code> on Linux can list domain users and groups. [PowerShell](https://attack.mitre.org/techniques/T1059/001) cmdlets including <code>Get-ADUser</code> and <code>Get-ADGroupMember</code> may enumerate members of Active Directory groups.(Citation: CrowdStrike StellarParticle January 2022)  \"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}}, \"iterable_item_added\": {\"root['external_references'][1]\": {\"source_name\": \"CrowdStrike StellarParticle January 2022\", \"description\": \"CrowdStrike. (2022, January 27). Early Bird Catches the Wormhole: Observations from the StellarParticle Campaign. Retrieved February 7, 2022.\", \"url\": \"https://www.crowdstrike.com/blog/observations-from-the-stellarparticle-campaign/\"}}}",
                    "previous_version": "1.2",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to83__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to83__0\"><a href=\"#difflib_chg_to83__top\">t</a></td><td class=\"diff_header\" id=\"from83_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;attempt&nbsp;to&nbsp;get&nbsp;a&nbsp;listing&nbsp;of&nbsp;domain&nbsp;accounts.</td><td class=\"diff_next\"><a href=\"#difflib_chg_to83__top\">t</a></td><td class=\"diff_header\" id=\"to83_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;attempt&nbsp;to&nbsp;get&nbsp;a&nbsp;listing&nbsp;of&nbsp;domain&nbsp;accounts.</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;This&nbsp;information&nbsp;can&nbsp;help&nbsp;adversaries&nbsp;determine&nbsp;which&nbsp;domai</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;This&nbsp;information&nbsp;can&nbsp;help&nbsp;adversaries&nbsp;determine&nbsp;which&nbsp;domai</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n&nbsp;accounts&nbsp;exist&nbsp;to&nbsp;aid&nbsp;in&nbsp;follow-on&nbsp;behavior&nbsp;such&nbsp;as&nbsp;target</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n&nbsp;accounts&nbsp;exist&nbsp;to&nbsp;aid&nbsp;in&nbsp;follow-on&nbsp;behavior&nbsp;such&nbsp;as&nbsp;target</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ing&nbsp;specific&nbsp;accounts&nbsp;which&nbsp;possess&nbsp;particular&nbsp;privileges.&nbsp;&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ing&nbsp;specific&nbsp;accounts&nbsp;which&nbsp;possess&nbsp;particular&nbsp;privileges.&nbsp;&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Commands&nbsp;such&nbsp;as&nbsp;&lt;code&gt;net&nbsp;user&nbsp;/domain&lt;/code&gt;&nbsp;and&nbsp;&lt;code&gt;net</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Commands&nbsp;such&nbsp;as&nbsp;&lt;code&gt;net&nbsp;user&nbsp;/domain&lt;/code&gt;&nbsp;and&nbsp;&lt;code&gt;net</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;group&nbsp;/domain&lt;/code&gt;&nbsp;of&nbsp;the&nbsp;[Net](https://attack.mitre.org/</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;group&nbsp;/domain&lt;/code&gt;&nbsp;of&nbsp;the&nbsp;[Net](https://attack.mitre.org/</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">software/S0039)&nbsp;utility,&nbsp;&lt;code&gt;dscacheutil&nbsp;-q&nbsp;group&lt;/code&gt;on</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">software/S0039)&nbsp;utility,&nbsp;&lt;code&gt;dscacheutil&nbsp;-q&nbsp;group&lt;/code&gt;on</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;macOS,&nbsp;and&nbsp;&lt;code&gt;ldapsearch&lt;/code&gt;&nbsp;on&nbsp;Linux&nbsp;can&nbsp;list&nbsp;domain</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;macOS,&nbsp;and&nbsp;&lt;code&gt;ldapsearch&lt;/code&gt;&nbsp;on&nbsp;Linux&nbsp;can&nbsp;list&nbsp;domain</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;users&nbsp;and&nbsp;groups.&nbsp;[PowerShell](https://attack.mitre.org/tec</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;users&nbsp;and&nbsp;groups.&nbsp;[PowerShell](https://attack.mitre.org/tec</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">hniques/T1059/001)&nbsp;cmdlets&nbsp;including&nbsp;&lt;code&gt;Get-ADUser&lt;/code&gt;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">hniques/T1059/001)&nbsp;cmdlets&nbsp;including&nbsp;&lt;code&gt;Get-ADUser&lt;/code&gt;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;and&nbsp;&lt;code&gt;Get-ADGroupMember&lt;/code&gt;&nbsp;may&nbsp;enumerate&nbsp;members&nbsp;of</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;and&nbsp;&lt;code&gt;Get-ADGroupMember&lt;/code&gt;&nbsp;may&nbsp;enumerate&nbsp;members&nbsp;of</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Active&nbsp;Directory&nbsp;groups.<span class=\"diff_chg\">&nbsp;&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Active&nbsp;Directory&nbsp;groups.<span class=\"diff_chg\">(Citation:&nbsp;CrowdStrike&nbsp;StellarParti</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">cle&nbsp;January&nbsp;2022)&nbsp;&nbsp;</span></td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1028: Operating System Configuration"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (OS API Execution)",
                            "DS0009: Process (Process Creation)",
                            "DS0017: Command (Command Execution)",
                            "DS0029: Network Traffic (Network Traffic Content)",
                            "DS0036: Group (Group Enumeration)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--25659dd6-ea12-45c4-97e6-381e3e4b593e",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-02-21 21:07:55.393000+00:00",
                    "modified": "2024-01-11 23:47:44.655000+00:00",
                    "name": "Local Account",
                    "description": "Adversaries may attempt to get a listing of local system accounts. This information can help adversaries determine which local accounts exist on a system to aid in follow-on behavior.\n\nCommands such as <code>net user</code> and <code>net localgroup</code> of the [Net](https://attack.mitre.org/software/S0039) utility and <code>id</code> and <code>groups</code> on macOS and Linux can list local users and groups.(Citation: Mandiant APT1)(Citation: id man page)(Citation: groups man page) On Linux, local users can also be enumerated through the use of the <code>/etc/passwd</code> file. On macOS the <code>dscl . list /Users</code> command can be used to enumerate local accounts.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "discovery"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1087/001",
                            "external_id": "T1087.001"
                        },
                        {
                            "source_name": "id man page",
                            "description": "MacKenzie, D. and Robbins, A. (n.d.). id(1) - Linux man page. Retrieved January 11, 2024.",
                            "url": "https://linux.die.net/man/1/id"
                        },
                        {
                            "source_name": "groups man page",
                            "description": "MacKenzie, D. and Youngman, J. (n.d.). groups(1) - Linux man page. Retrieved January 11, 2024.",
                            "url": "https://linux.die.net/man/1/groups"
                        },
                        {
                            "source_name": "Mandiant APT1",
                            "description": "Mandiant. (n.d.). APT1 Exposing One of China\u2019s Cyber Espionage Units. Retrieved July 18, 2016.",
                            "url": "https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/mandiant-apt1-report.pdf"
                        },
                        {
                            "source_name": "Elastic - Koadiac Detection with EQL",
                            "description": "Stepanic, D.. (2020, January 13). Embracing offensive tooling: Building detections against Koadic using EQL. Retrieved November 30, 2020.",
                            "url": "https://www.elastic.co/blog/embracing-offensive-tooling-building-detections-against-koadic-using-eql"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Daniel Stepanic, Elastic",
                        "Miriam Wiesner, @miriamxyra, Microsoft Security"
                    ],
                    "x_mitre_data_sources": [
                        "Process: OS API Execution",
                        "Group: Group Enumeration",
                        "Process: Process Creation",
                        "Command: Command Execution",
                        "File: File Access"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as Lateral Movement, based on the information obtained.\n\nMonitor processes and command-line arguments for actions that could be taken to gather system and network information. Remote access tools with built-in features may interact directly with the Windows API to gather information. Information may also be acquired through Windows system management tools such as [Windows Management Instrumentation](https://attack.mitre.org/techniques/T1047) and [PowerShell](https://attack.mitre.org/techniques/T1059/001).\n\nMonitor for processes that can be used to enumerate user accounts, such as <code>net.exe</code> and <code>net1.exe</code>, especially when executed in quick succession.(Citation: Elastic - Koadiac Detection with EQL)",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows"
                    ],
                    "x_mitre_version": "1.4",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-01-11 23:47:44.655000+00:00\", \"old_value\": \"2023-04-13 17:20:22.867000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may attempt to get a listing of local system accounts. This information can help adversaries determine which local accounts exist on a system to aid in follow-on behavior.\\n\\nCommands such as <code>net user</code> and <code>net localgroup</code> of the [Net](https://attack.mitre.org/software/S0039) utility and <code>id</code> and <code>groups</code> on macOS and Linux can list local users and groups.(Citation: Mandiant APT1)(Citation: id man page)(Citation: groups man page) On Linux, local users can also be enumerated through the use of the <code>/etc/passwd</code> file. On macOS the <code>dscl . list /Users</code> command can be used to enumerate local accounts.\", \"old_value\": \"Adversaries may attempt to get a listing of local system accounts. This information can help adversaries determine which local accounts exist on a system to aid in follow-on behavior.\\n\\nCommands such as <code>net user</code> and <code>net localgroup</code> of the [Net](https://attack.mitre.org/software/S0039) utility and <code>id</code> and <code>groups</code>on macOS and Linux can list local users and groups. On Linux, local users can also be enumerated through the use of the <code>/etc/passwd</code> file. On macOS the <code>dscl . list /Users</code> command can be used to enumerate local accounts.\", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,3 @@\\n Adversaries may attempt to get a listing of local system accounts. This information can help adversaries determine which local accounts exist on a system to aid in follow-on behavior.\\n \\n-Commands such as <code>net user</code> and <code>net localgroup</code> of the [Net](https://attack.mitre.org/software/S0039) utility and <code>id</code> and <code>groups</code>on macOS and Linux can list local users and groups. On Linux, local users can also be enumerated through the use of the <code>/etc/passwd</code> file. On macOS the <code>dscl . list /Users</code> command can be used to enumerate local accounts.\\n+Commands such as <code>net user</code> and <code>net localgroup</code> of the [Net](https://attack.mitre.org/software/S0039) utility and <code>id</code> and <code>groups</code> on macOS and Linux can list local users and groups.(Citation: Mandiant APT1)(Citation: id man page)(Citation: groups man page) On Linux, local users can also be enumerated through the use of the <code>/etc/passwd</code> file. On macOS the <code>dscl . list /Users</code> command can be used to enumerate local accounts.\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}}, \"iterable_item_added\": {\"root['external_references'][1]\": {\"source_name\": \"id man page\", \"description\": \"MacKenzie, D. and Robbins, A. (n.d.). id(1) - Linux man page. Retrieved January 11, 2024.\", \"url\": \"https://linux.die.net/man/1/id\"}, \"root['external_references'][2]\": {\"source_name\": \"groups man page\", \"description\": \"MacKenzie, D. and Youngman, J. (n.d.). groups(1) - Linux man page. Retrieved January 11, 2024.\", \"url\": \"https://linux.die.net/man/1/groups\"}, \"root['external_references'][3]\": {\"source_name\": \"Mandiant APT1\", \"description\": \"Mandiant. (n.d.). APT1 Exposing One of China\\u2019s Cyber Espionage Units. Retrieved July 18, 2016.\", \"url\": \"https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/mandiant-apt1-report.pdf\"}}}",
                    "previous_version": "1.4",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to2__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to2__0\"><a href=\"#difflib_chg_to2__top\">t</a></td><td class=\"diff_header\" id=\"from2_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;attempt&nbsp;to&nbsp;get&nbsp;a&nbsp;listing&nbsp;of&nbsp;local&nbsp;system&nbsp;acc</td><td class=\"diff_next\"><a href=\"#difflib_chg_to2__top\">t</a></td><td class=\"diff_header\" id=\"to2_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;attempt&nbsp;to&nbsp;get&nbsp;a&nbsp;listing&nbsp;of&nbsp;local&nbsp;system&nbsp;acc</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ounts.&nbsp;This&nbsp;information&nbsp;can&nbsp;help&nbsp;adversaries&nbsp;determine&nbsp;which</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ounts.&nbsp;This&nbsp;information&nbsp;can&nbsp;help&nbsp;adversaries&nbsp;determine&nbsp;which</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;local&nbsp;accounts&nbsp;exist&nbsp;on&nbsp;a&nbsp;system&nbsp;to&nbsp;aid&nbsp;in&nbsp;follow-on&nbsp;behavi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;local&nbsp;accounts&nbsp;exist&nbsp;on&nbsp;a&nbsp;system&nbsp;to&nbsp;aid&nbsp;in&nbsp;follow-on&nbsp;behavi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">or.&nbsp;&nbsp;Commands&nbsp;such&nbsp;as&nbsp;&lt;code&gt;net&nbsp;user&lt;/code&gt;&nbsp;and&nbsp;&lt;code&gt;net&nbsp;lo</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">or.&nbsp;&nbsp;Commands&nbsp;such&nbsp;as&nbsp;&lt;code&gt;net&nbsp;user&lt;/code&gt;&nbsp;and&nbsp;&lt;code&gt;net&nbsp;lo</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">calgroup&lt;/code&gt;&nbsp;of&nbsp;the&nbsp;[Net](https://attack.mitre.org/softwa</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">calgroup&lt;/code&gt;&nbsp;of&nbsp;the&nbsp;[Net](https://attack.mitre.org/softwa</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">re/S0039)&nbsp;utility&nbsp;and&nbsp;&lt;code&gt;id&lt;/code&gt;&nbsp;and&nbsp;&lt;code&gt;groups&lt;/code</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">re/S0039)&nbsp;utility&nbsp;and&nbsp;&lt;code&gt;id&lt;/code&gt;&nbsp;and&nbsp;&lt;code&gt;groups&lt;/code</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&gt;<span class=\"diff_chg\">on</span>&nbsp;macOS&nbsp;and&nbsp;Linux&nbsp;can&nbsp;list&nbsp;local&nbsp;users&nbsp;and&nbsp;groups.&nbsp;On&nbsp;Linu</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&gt;<span class=\"diff_chg\">&nbsp;on</span>&nbsp;macOS&nbsp;and&nbsp;Linux&nbsp;can&nbsp;list&nbsp;local&nbsp;users&nbsp;and&nbsp;groups.<span class=\"diff_add\">(Citati</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">x,&nbsp;local&nbsp;users&nbsp;can&nbsp;also&nbsp;be&nbsp;enumerated&nbsp;through&nbsp;the&nbsp;use&nbsp;of&nbsp;the</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">on:&nbsp;Mandiant&nbsp;APT1)(Citation:&nbsp;id&nbsp;man&nbsp;page)(Citation:&nbsp;groups&nbsp;m</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;&lt;code&gt;/etc/passwd&lt;/code&gt;&nbsp;file.&nbsp;On&nbsp;macOS&nbsp;the&nbsp;&lt;code&gt;dscl&nbsp;.&nbsp;li</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">an&nbsp;page)</span>&nbsp;On&nbsp;Linux,&nbsp;local&nbsp;users&nbsp;can&nbsp;also&nbsp;be&nbsp;enumerated&nbsp;throug</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">st&nbsp;/Users&lt;/code&gt;&nbsp;command&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;enumerate&nbsp;local&nbsp;acco</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">h&nbsp;the&nbsp;use&nbsp;of&nbsp;the&nbsp;&lt;code&gt;/etc/passwd&lt;/code&gt;&nbsp;file.&nbsp;On&nbsp;macOS&nbsp;the</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">unts.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;&lt;code&gt;dscl&nbsp;.&nbsp;list&nbsp;/Users&lt;/code&gt;&nbsp;command&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;enum</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">erate&nbsp;local&nbsp;accounts.</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1028: Operating System Configuration"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (OS API Execution)",
                            "DS0009: Process (Process Creation)",
                            "DS0017: Command (Command Execution)",
                            "DS0022: File (File Access)",
                            "DS0036: Group (Group Enumeration)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--a10641f4-87b4-45a3-a906-92a149cb2c27",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:31:12.196000+00:00",
                    "modified": "2024-01-16 22:24:38.234000+00:00",
                    "name": "Account Manipulation",
                    "description": "Adversaries may manipulate accounts to maintain and/or elevate access to victim systems. Account manipulation may consist of any action that preserves or modifies adversary access to a compromised account, such as modifying credentials or permission groups.(Citation: FireEye SMOKEDHAM June 2021) These actions could also include account activity designed to subvert security policies, such as performing iterative password updates to bypass password duration policies and preserve the life of compromised credentials. \n\nIn order to create or manipulate accounts, the adversary must already have sufficient permissions on systems or the domain. However, account manipulation may also lead to privilege escalation where modifications grant access to additional roles, permissions, or higher-privileged [Valid Accounts](https://attack.mitre.org/techniques/T1078).",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "persistence"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "privilege-escalation"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1098",
                            "external_id": "T1098"
                        },
                        {
                            "source_name": "FireEye SMOKEDHAM June 2021",
                            "description": "FireEye. (2021, June 16). Smoking Out a DARKSIDE Affiliate\u2019s Supply Chain Software Compromise. Retrieved September 22, 2021.",
                            "url": "https://www.fireeye.com/blog/threat-research/2021/06/darkside-affiliate-supply-chain-software-compromise.html"
                        },
                        {
                            "source_name": "Microsoft Security Event 4670",
                            "description": "Franklin Smith, R. (n.d.). Windows Security Log Event ID 4670. Retrieved November 4, 2019.",
                            "url": "https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventID=4670"
                        },
                        {
                            "source_name": "Microsoft User Modified Event",
                            "description": "Lich, B., Miroshnikov, A. (2017, April 5). 4738(S): A user account was changed. Retrieved June 30, 2017.",
                            "url": "https://docs.microsoft.com/en-us/windows/security/threat-protection/auditing/event-4738"
                        },
                        {
                            "source_name": "InsiderThreat ChangeNTLM July 2017",
                            "description": "Warren, J. (2017, July 11). Manipulating User Passwords with Mimikatz. Retrieved December 4, 2017.",
                            "url": "https://blog.stealthbits.com/manipulating-user-passwords-with-mimikatz-SetNTLM-ChangeNTLM"
                        },
                        {
                            "source_name": "GitHub Mimikatz Issue 92 June 2017",
                            "description": "Warren, J. (2017, June 22). lsadump::changentlm and lsadump::setntlm work, but generate Windows events #92. Retrieved December 4, 2017.",
                            "url": "https://github.com/gentilkiwi/mimikatz/issues/92"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Jannie Li, Microsoft Threat Intelligence\u202fCenter\u202f(MSTIC)",
                        "Praetorian",
                        "Tim MalcomVetter",
                        "Wojciech Lesicki",
                        "Arad Inbar, Fidelis Security"
                    ],
                    "x_mitre_data_sources": [
                        "Command: Command Execution",
                        "Process: Process Creation",
                        "Active Directory: Active Directory Object Modification",
                        "File: File Modification",
                        "Group: Group Modification",
                        "User Account: User Account Modification"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Collect events that correlate with changes to account objects and/or permissions on systems and the domain, such as event IDs 4738, 4728 and 4670.(Citation: Microsoft User Modified Event)(Citation: Microsoft Security Event 4670)(Citation: Microsoft Security Event 4670) Monitor for modification of accounts in correlation with other suspicious activity. Changes may occur at unusual times or from unusual systems. Especially flag events where the subject and target accounts differ(Citation: InsiderThreat ChangeNTLM July 2017) or that include additional flags such as changing a password without knowledge of the old password.(Citation: GitHub Mimikatz Issue 92 June 2017)\n\nMonitor for use of credentials at unusual times or to unusual systems or services. This may also correlate with other suspicious activity.\n\nMonitor for unusual permissions changes that may indicate excessively broad permissions being granted to compromised accounts. However, account manipulation may also lead to privilege escalation where modifications grant access to additional roles, permissions, or higher-privileged [Valid Accounts](https://attack.mitre.org/techniques/T1078)",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows",
                        "Azure AD",
                        "Office 365",
                        "IaaS",
                        "Linux",
                        "macOS",
                        "Google Workspace",
                        "SaaS",
                        "Network",
                        "Containers"
                    ],
                    "x_mitre_version": "2.6",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-01-16 22:24:38.234000+00:00\", \"old_value\": \"2023-10-16 17:45:54.884000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may manipulate accounts to maintain and/or elevate access to victim systems. Account manipulation may consist of any action that preserves or modifies adversary access to a compromised account, such as modifying credentials or permission groups.(Citation: FireEye SMOKEDHAM June 2021) These actions could also include account activity designed to subvert security policies, such as performing iterative password updates to bypass password duration policies and preserve the life of compromised credentials. \\n\\nIn order to create or manipulate accounts, the adversary must already have sufficient permissions on systems or the domain. However, account manipulation may also lead to privilege escalation where modifications grant access to additional roles, permissions, or higher-privileged [Valid Accounts](https://attack.mitre.org/techniques/T1078).\", \"old_value\": \"Adversaries may manipulate accounts to maintain and/or elevate access to victim systems. Account manipulation may consist of any action that preserves or modifies adversary access to a compromised account, such as modifying credentials or permission groups. These actions could also include account activity designed to subvert security policies, such as performing iterative password updates to bypass password duration policies and preserve the life of compromised credentials. \\n\\nIn order to create or manipulate accounts, the adversary must already have sufficient permissions on systems or the domain. However, account manipulation may also lead to privilege escalation where modifications grant access to additional roles, permissions, or higher-privileged [Valid Accounts](https://attack.mitre.org/techniques/T1078).\", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,3 @@\\n-Adversaries may manipulate accounts to maintain and/or elevate access to victim systems. Account manipulation may consist of any action that preserves or modifies adversary access to a compromised account, such as modifying credentials or permission groups. These actions could also include account activity designed to subvert security policies, such as performing iterative password updates to bypass password duration policies and preserve the life of compromised credentials. \\n+Adversaries may manipulate accounts to maintain and/or elevate access to victim systems. Account manipulation may consist of any action that preserves or modifies adversary access to a compromised account, such as modifying credentials or permission groups.(Citation: FireEye SMOKEDHAM June 2021) These actions could also include account activity designed to subvert security policies, such as performing iterative password updates to bypass password duration policies and preserve the life of compromised credentials. \\n \\n In order to create or manipulate accounts, the adversary must already have sufficient permissions on systems or the domain. However, account manipulation may also lead to privilege escalation where modifications grant access to additional roles, permissions, or higher-privileged [Valid Accounts](https://attack.mitre.org/techniques/T1078).\"}}, \"iterable_item_added\": {\"root['external_references'][1]\": {\"source_name\": \"FireEye SMOKEDHAM June 2021\", \"description\": \"FireEye. (2021, June 16). Smoking Out a DARKSIDE Affiliate\\u2019s Supply Chain Software Compromise. Retrieved September 22, 2021.\", \"url\": \"https://www.fireeye.com/blog/threat-research/2021/06/darkside-affiliate-supply-chain-software-compromise.html\"}}}",
                    "previous_version": "2.6",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to9__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to9__0\"><a href=\"#difflib_chg_to9__top\">t</a></td><td class=\"diff_header\" id=\"from9_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;manipulate&nbsp;accounts&nbsp;to&nbsp;maintain&nbsp;and/or&nbsp;eleva</td><td class=\"diff_next\"><a href=\"#difflib_chg_to9__top\">t</a></td><td class=\"diff_header\" id=\"to9_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;manipulate&nbsp;accounts&nbsp;to&nbsp;maintain&nbsp;and/or&nbsp;eleva</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">te&nbsp;access&nbsp;to&nbsp;victim&nbsp;systems.&nbsp;Account&nbsp;manipulation&nbsp;may&nbsp;consis</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">te&nbsp;access&nbsp;to&nbsp;victim&nbsp;systems.&nbsp;Account&nbsp;manipulation&nbsp;may&nbsp;consis</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">t&nbsp;of&nbsp;any&nbsp;action&nbsp;that&nbsp;preserves&nbsp;or&nbsp;modifies&nbsp;adversary&nbsp;access&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">t&nbsp;of&nbsp;any&nbsp;action&nbsp;that&nbsp;preserves&nbsp;or&nbsp;modifies&nbsp;adversary&nbsp;access&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">to&nbsp;a&nbsp;compromised&nbsp;account,&nbsp;such&nbsp;as&nbsp;modifying&nbsp;credentials&nbsp;or&nbsp;p</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">to&nbsp;a&nbsp;compromised&nbsp;account,&nbsp;such&nbsp;as&nbsp;modifying&nbsp;credentials&nbsp;or&nbsp;p</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ermission&nbsp;groups.&nbsp;These&nbsp;actions&nbsp;could&nbsp;also&nbsp;include&nbsp;account&nbsp;a</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ermission&nbsp;groups.<span class=\"diff_add\">(Citation:&nbsp;FireEye&nbsp;SMOKEDHAM&nbsp;June&nbsp;2021)</span>&nbsp;The</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ctivity&nbsp;designed&nbsp;to&nbsp;subvert&nbsp;security&nbsp;policies,&nbsp;such&nbsp;as&nbsp;perfo</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">se&nbsp;actions&nbsp;could&nbsp;also&nbsp;include&nbsp;account&nbsp;activity&nbsp;designed&nbsp;to&nbsp;s</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rming&nbsp;iterative&nbsp;password&nbsp;updates&nbsp;to&nbsp;bypass&nbsp;password&nbsp;duration</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ubvert&nbsp;security&nbsp;policies,&nbsp;such&nbsp;as&nbsp;performing&nbsp;iterative&nbsp;passw</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;policies&nbsp;and&nbsp;preserve&nbsp;the&nbsp;life&nbsp;of&nbsp;compromised&nbsp;credentials.&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ord&nbsp;updates&nbsp;to&nbsp;bypass&nbsp;password&nbsp;duration&nbsp;policies&nbsp;and&nbsp;preserv</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;&nbsp;In&nbsp;order&nbsp;to&nbsp;create&nbsp;or&nbsp;manipulate&nbsp;accounts,&nbsp;the&nbsp;adversary&nbsp;m</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;the&nbsp;life&nbsp;of&nbsp;compromised&nbsp;credentials.&nbsp;&nbsp;&nbsp;In&nbsp;order&nbsp;to&nbsp;create&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ust&nbsp;already&nbsp;have&nbsp;sufficient&nbsp;permissions&nbsp;on&nbsp;systems&nbsp;or&nbsp;the&nbsp;do</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">or&nbsp;manipulate&nbsp;accounts,&nbsp;the&nbsp;adversary&nbsp;must&nbsp;already&nbsp;have&nbsp;suff</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">main.&nbsp;However,&nbsp;account&nbsp;manipulation&nbsp;may&nbsp;also&nbsp;lead&nbsp;to&nbsp;privile</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">icient&nbsp;permissions&nbsp;on&nbsp;systems&nbsp;or&nbsp;the&nbsp;domain.&nbsp;However,&nbsp;accoun</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ge&nbsp;escalation&nbsp;where&nbsp;modifications&nbsp;grant&nbsp;access&nbsp;to&nbsp;additional</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">t&nbsp;manipulation&nbsp;may&nbsp;also&nbsp;lead&nbsp;to&nbsp;privilege&nbsp;escalation&nbsp;where&nbsp;m</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;roles,&nbsp;permissions,&nbsp;or&nbsp;higher-privileged&nbsp;[Valid&nbsp;Accounts](h</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">odifications&nbsp;grant&nbsp;access&nbsp;to&nbsp;additional&nbsp;roles,&nbsp;permissions,&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ttps://attack.mitre.org/techniques/T1078).</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">or&nbsp;higher-privileged&nbsp;[Valid&nbsp;Accounts](https://attack.mitre.o</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rg/techniques/T1078).</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1018: User Account Management",
                            "M1026: Privileged Account Management",
                            "M1028: Operating System Configuration",
                            "M1030: Network Segmentation",
                            "M1032: Multi-factor Authentication"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0002: User Account (User Account Modification)",
                            "DS0009: Process (Process Creation)",
                            "DS0017: Command (Command Execution)",
                            "DS0022: File (File Modification)",
                            "DS0026: Active Directory (Active Directory Object Modification)",
                            "DS0036: Group (Group Modification)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--e74de37c-a829-446c-937d-56a44f0e9306",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-01-19 16:54:28.516000+00:00",
                    "modified": "2024-01-03 15:46:06.706000+00:00",
                    "name": "Additional Email Delegate Permissions",
                    "description": "Adversaries may grant additional permission levels to maintain persistent access to an adversary-controlled email account. \n\nFor example, the <code>Add-MailboxPermission</code> [PowerShell](https://attack.mitre.org/techniques/T1059/001) cmdlet, available in on-premises Exchange and in the cloud-based service Office 365, adds permissions to a mailbox.(Citation: Microsoft - Add-MailboxPermission)(Citation: FireEye APT35 2018)(Citation: Crowdstrike Hiding in Plain Sight 2018) In Google Workspace, delegation can be enabled via the Google Admin console and users can delegate accounts via their Gmail settings.(Citation: Gmail Delegation)(Citation: Google Ensuring Your Information is Safe) \n\nAdversaries may also assign mailbox folder permissions through individual folder permissions or roles. In Office 365 environments, adversaries may assign the Default or Anonymous user permissions or roles to the Top of Information Store (root), Inbox, or other mailbox folders. By assigning one or both user permissions to a folder, the adversary can utilize any other account in the tenant to maintain persistence to the target user\u2019s mail folders.(Citation: Mandiant Defend UNC2452 White Paper)\n\nThis may be used in persistent threat incidents as well as BEC (Business Email Compromise) incidents where an adversary can add [Additional Cloud Roles](https://attack.mitre.org/techniques/T1098/003) to the accounts they wish to compromise. This may further enable use of additional techniques for gaining access to systems. For example, compromised business accounts are often used to send messages to other accounts in the network of the target business while creating inbox rules (ex: [Internal Spearphishing](https://attack.mitre.org/techniques/T1534)), so the messages evade spam/phishing detection mechanisms.(Citation: Bienstock, D. - Defending O365 - 2019)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "persistence"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "privilege-escalation"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1098/002",
                            "external_id": "T1098.002"
                        },
                        {
                            "source_name": "Bienstock, D. - Defending O365 - 2019",
                            "description": "Bienstock, D.. (2019). BECS and Beyond: Investigating and Defending O365. Retrieved September 13, 2019.",
                            "url": "https://www.slideshare.net/DouglasBienstock/shmoocon-2019-becs-and-beyond-investigating-and-defending-office-365"
                        },
                        {
                            "source_name": "Crowdstrike Hiding in Plain Sight 2018",
                            "description": "Crowdstrike. (2018, July 18). Hiding in Plain Sight: Using the Office 365 Activities API to Investigate Business Email Compromises. Retrieved January 19, 2020.",
                            "url": "https://www.crowdstrike.com/blog/hiding-in-plain-sight-using-the-office-365-activities-api-to-investigate-business-email-compromises/"
                        },
                        {
                            "source_name": "Google Ensuring Your Information is Safe",
                            "description": "Google. (2011, June 1). Ensuring your information is safe online. Retrieved April 1, 2022.",
                            "url": "https://googleblog.blogspot.com/2011/06/ensuring-your-information-is-safe.html"
                        },
                        {
                            "source_name": "Gmail Delegation",
                            "description": "Google. (n.d.). Turn Gmail delegation on or off. Retrieved April 1, 2022.",
                            "url": "https://support.google.com/a/answer/7223765?hl=en"
                        },
                        {
                            "source_name": "FireEye APT35 2018",
                            "description": "Mandiant. (2018). Mandiant M-Trends 2018. Retrieved July 9, 2018.",
                            "url": "https://www.fireeye.com/content/dam/collateral/en/mtrends-2018.pdf"
                        },
                        {
                            "source_name": "Mandiant Defend UNC2452 White Paper",
                            "description": "Mandiant. (2021, January 19). Remediation and Hardening Strategies for Microsoft 365 to Defend Against UNC2452. Retrieved January 22, 2021.",
                            "url": "https://www.mandiant.com/resources/blog/remediation-and-hardening-strategies-for-microsoft-365-to-defend-against-unc2452"
                        },
                        {
                            "source_name": "Microsoft - Add-MailboxPermission",
                            "description": "Microsoft. (n.d.). Add-Mailbox Permission. Retrieved September 13, 2019.",
                            "url": "https://docs.microsoft.com/en-us/powershell/module/exchange/mailboxes/add-mailboxpermission?view=exchange-ps"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Microsoft Detection and Response Team (DART)",
                        "Mike Burns, Mandiant",
                        "Naveen Vijayaraghavan, Nilesh Dherange (Gurucul)",
                        "Jannie Li, Microsoft Threat Intelligence\u202fCenter\u202f(MSTIC)",
                        "Arad Inbar, Fidelis Security"
                    ],
                    "x_mitre_data_sources": [
                        "Group: Group Modification",
                        "Application Log: Application Log Content",
                        "User Account: User Account Modification"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor for unusual Exchange and Office 365 email account permissions changes that may indicate excessively broad permissions being granted to compromised accounts.\n\nEnable the UpdateFolderPermissions action for all logon types. The mailbox audit log will forward folder permission modification events to the Unified Audit Log. Create rules to alert on ModifyFolderPermissions operations where the Anonymous or Default user is assigned permissions other than None. \n\nA larger than normal volume of emails sent from an account and similar phishing emails sent from \u202freal accounts within a network may be a sign that an account was compromised and attempts to leverage access with modified email permissions is occurring.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows",
                        "Office 365",
                        "Google Workspace"
                    ],
                    "x_mitre_version": "2.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-01-03 15:46:06.706000+00:00\", \"old_value\": \"2023-10-03 17:38:00.554000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may grant additional permission levels to maintain persistent access to an adversary-controlled email account. \\n\\nFor example, the <code>Add-MailboxPermission</code> [PowerShell](https://attack.mitre.org/techniques/T1059/001) cmdlet, available in on-premises Exchange and in the cloud-based service Office 365, adds permissions to a mailbox.(Citation: Microsoft - Add-MailboxPermission)(Citation: FireEye APT35 2018)(Citation: Crowdstrike Hiding in Plain Sight 2018) In Google Workspace, delegation can be enabled via the Google Admin console and users can delegate accounts via their Gmail settings.(Citation: Gmail Delegation)(Citation: Google Ensuring Your Information is Safe) \\n\\nAdversaries may also assign mailbox folder permissions through individual folder permissions or roles. In Office 365 environments, adversaries may assign the Default or Anonymous user permissions or roles to the Top of Information Store (root), Inbox, or other mailbox folders. By assigning one or both user permissions to a folder, the adversary can utilize any other account in the tenant to maintain persistence to the target user\\u2019s mail folders.(Citation: Mandiant Defend UNC2452 White Paper)\\n\\nThis may be used in persistent threat incidents as well as BEC (Business Email Compromise) incidents where an adversary can add [Additional Cloud Roles](https://attack.mitre.org/techniques/T1098/003) to the accounts they wish to compromise. This may further enable use of additional techniques for gaining access to systems. For example, compromised business accounts are often used to send messages to other accounts in the network of the target business while creating inbox rules (ex: [Internal Spearphishing](https://attack.mitre.org/techniques/T1534)), so the messages evade spam/phishing detection mechanisms.(Citation: Bienstock, D. - Defending O365 - 2019)\", \"old_value\": \"Adversaries may grant additional permission levels to maintain persistent access to an adversary-controlled email account. \\n\\nFor example, the <code>Add-MailboxPermission</code> [PowerShell](https://attack.mitre.org/techniques/T1059/001) cmdlet, available in on-premises Exchange and in the cloud-based service Office 365, adds permissions to a mailbox.(Citation: Microsoft - Add-MailboxPermission)(Citation: FireEye APT35 2018)(Citation: Crowdstrike Hiding in Plain Sight 2018) In Google Workspace, delegation can be enabled via the Google Admin console and users can delegate accounts via their Gmail settings.(Citation: Gmail Delegation)(Citation: Google Ensuring Your Information is Safe) \\n\\nAdversaries may also assign mailbox folder permissions through individual folder permissions or roles. In Office 365 environments, adversaries may assign the Default or Anonymous user permissions or roles to the Top of Information Store (root), Inbox, or other mailbox folders. By assigning one or both user permissions to a folder, the adversary can utilize any other account in the tenant to maintain persistence to the target user\\u2019s mail folders.(Citation: Remediation and Hardening Strategies for Microsoft 365 to Defend Against UNC2452)\\n\\nThis may be used in persistent threat incidents as well as BEC (Business Email Compromise) incidents where an adversary can add [Additional Cloud Roles](https://attack.mitre.org/techniques/T1098/003) to the accounts they wish to compromise. This may further enable use of additional techniques for gaining access to systems. For example, compromised business accounts are often used to send messages to other accounts in the network of the target business while creating inbox rules (ex: [Internal Spearphishing](https://attack.mitre.org/techniques/T1534)), so the messages evade spam/phishing detection mechanisms.(Citation: Bienstock, D. - Defending O365 - 2019)\", \"diff\": \"--- \\n+++ \\n@@ -2,6 +2,6 @@\\n \\n For example, the <code>Add-MailboxPermission</code> [PowerShell](https://attack.mitre.org/techniques/T1059/001) cmdlet, available in on-premises Exchange and in the cloud-based service Office 365, adds permissions to a mailbox.(Citation: Microsoft - Add-MailboxPermission)(Citation: FireEye APT35 2018)(Citation: Crowdstrike Hiding in Plain Sight 2018) In Google Workspace, delegation can be enabled via the Google Admin console and users can delegate accounts via their Gmail settings.(Citation: Gmail Delegation)(Citation: Google Ensuring Your Information is Safe) \\n \\n-Adversaries may also assign mailbox folder permissions through individual folder permissions or roles. In Office 365 environments, adversaries may assign the Default or Anonymous user permissions or roles to the Top of Information Store (root), Inbox, or other mailbox folders. By assigning one or both user permissions to a folder, the adversary can utilize any other account in the tenant to maintain persistence to the target user\\u2019s mail folders.(Citation: Remediation and Hardening Strategies for Microsoft 365 to Defend Against UNC2452)\\n+Adversaries may also assign mailbox folder permissions through individual folder permissions or roles. In Office 365 environments, adversaries may assign the Default or Anonymous user permissions or roles to the Top of Information Store (root), Inbox, or other mailbox folders. By assigning one or both user permissions to a folder, the adversary can utilize any other account in the tenant to maintain persistence to the target user\\u2019s mail folders.(Citation: Mandiant Defend UNC2452 White Paper)\\n \\n This may be used in persistent threat incidents as well as BEC (Business Email Compromise) incidents where an adversary can add [Additional Cloud Roles](https://attack.mitre.org/techniques/T1098/003) to the accounts they wish to compromise. This may further enable use of additional techniques for gaining access to systems. For example, compromised business accounts are often used to send messages to other accounts in the network of the target business while creating inbox rules (ex: [Internal Spearphishing](https://attack.mitre.org/techniques/T1534)), so the messages evade spam/phishing detection mechanisms.(Citation: Bienstock, D. - Defending O365 - 2019)\"}, \"root['external_references'][7]['source_name']\": {\"new_value\": \"Mandiant Defend UNC2452 White Paper\", \"old_value\": \"Remediation and Hardening Strategies for Microsoft 365 to Defend Against UNC2452\"}, \"root['external_references'][7]['description']\": {\"new_value\": \"Mandiant. (2021, January 19). Remediation and Hardening Strategies for Microsoft 365 to Defend Against UNC2452. Retrieved January 22, 2021.\", \"old_value\": \"Mike Burns, Matthew McWhirt, Douglas Bienstock, Nick Bennett. (2021, January 19). Remediation and Hardening Strategies for Microsoft 365 to Defend Against UNC2452. Retrieved September 25, 2021.\"}, \"root['external_references'][7]['url']\": {\"new_value\": \"https://www.mandiant.com/resources/blog/remediation-and-hardening-strategies-for-microsoft-365-to-defend-against-unc2452\", \"old_value\": \"https://www.fireeye.com/blog/threat-research/2021/01/remediation-and-hardening-strategies-for-microsoft-365-to-defend-against-unc2452.html\"}}}",
                    "previous_version": "2.1",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to17__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to17__0\"><a href=\"#difflib_chg_to17__top\">t</a></td><td class=\"diff_header\" id=\"from17_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;grant&nbsp;additional&nbsp;permission&nbsp;levels&nbsp;to&nbsp;mainta</td><td class=\"diff_next\"><a href=\"#difflib_chg_to17__top\">t</a></td><td class=\"diff_header\" id=\"to17_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;grant&nbsp;additional&nbsp;permission&nbsp;levels&nbsp;to&nbsp;mainta</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">in&nbsp;persistent&nbsp;access&nbsp;to&nbsp;an&nbsp;adversary-controlled&nbsp;email&nbsp;accoun</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">in&nbsp;persistent&nbsp;access&nbsp;to&nbsp;an&nbsp;adversary-controlled&nbsp;email&nbsp;accoun</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">t.&nbsp;&nbsp;&nbsp;For&nbsp;example,&nbsp;the&nbsp;&lt;code&gt;Add-MailboxPermission&lt;/code&gt;&nbsp;[Po</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">t.&nbsp;&nbsp;&nbsp;For&nbsp;example,&nbsp;the&nbsp;&lt;code&gt;Add-MailboxPermission&lt;/code&gt;&nbsp;[Po</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">werShell](https://attack.mitre.org/techniques/T1059/001)&nbsp;cmd</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">werShell](https://attack.mitre.org/techniques/T1059/001)&nbsp;cmd</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">let,&nbsp;available&nbsp;in&nbsp;on-premises&nbsp;Exchange&nbsp;and&nbsp;in&nbsp;the&nbsp;cloud-base</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">let,&nbsp;available&nbsp;in&nbsp;on-premises&nbsp;Exchange&nbsp;and&nbsp;in&nbsp;the&nbsp;cloud-base</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d&nbsp;service&nbsp;Office&nbsp;365,&nbsp;adds&nbsp;permissions&nbsp;to&nbsp;a&nbsp;mailbox.(Citatio</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d&nbsp;service&nbsp;Office&nbsp;365,&nbsp;adds&nbsp;permissions&nbsp;to&nbsp;a&nbsp;mailbox.(Citatio</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n:&nbsp;Microsoft&nbsp;-&nbsp;Add-MailboxPermission)(Citation:&nbsp;FireEye&nbsp;APT3</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n:&nbsp;Microsoft&nbsp;-&nbsp;Add-MailboxPermission)(Citation:&nbsp;FireEye&nbsp;APT3</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">5&nbsp;2018)(Citation:&nbsp;Crowdstrike&nbsp;Hiding&nbsp;in&nbsp;Plain&nbsp;Sight&nbsp;2018)&nbsp;In</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">5&nbsp;2018)(Citation:&nbsp;Crowdstrike&nbsp;Hiding&nbsp;in&nbsp;Plain&nbsp;Sight&nbsp;2018)&nbsp;In</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Google&nbsp;Workspace,&nbsp;delegation&nbsp;can&nbsp;be&nbsp;enabled&nbsp;via&nbsp;the&nbsp;Google&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Google&nbsp;Workspace,&nbsp;delegation&nbsp;can&nbsp;be&nbsp;enabled&nbsp;via&nbsp;the&nbsp;Google&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Admin&nbsp;console&nbsp;and&nbsp;users&nbsp;can&nbsp;delegate&nbsp;accounts&nbsp;via&nbsp;their&nbsp;Gmai</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Admin&nbsp;console&nbsp;and&nbsp;users&nbsp;can&nbsp;delegate&nbsp;accounts&nbsp;via&nbsp;their&nbsp;Gmai</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">l&nbsp;settings.(Citation:&nbsp;Gmail&nbsp;Delegation)(Citation:&nbsp;Google&nbsp;Ens</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">l&nbsp;settings.(Citation:&nbsp;Gmail&nbsp;Delegation)(Citation:&nbsp;Google&nbsp;Ens</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">uring&nbsp;Your&nbsp;Information&nbsp;is&nbsp;Safe)&nbsp;&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;assig</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">uring&nbsp;Your&nbsp;Information&nbsp;is&nbsp;Safe)&nbsp;&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;assig</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n&nbsp;mailbox&nbsp;folder&nbsp;permissions&nbsp;through&nbsp;individual&nbsp;folder&nbsp;permi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n&nbsp;mailbox&nbsp;folder&nbsp;permissions&nbsp;through&nbsp;individual&nbsp;folder&nbsp;permi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ssions&nbsp;or&nbsp;roles.&nbsp;In&nbsp;Office&nbsp;365&nbsp;environments,&nbsp;adversaries&nbsp;may</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ssions&nbsp;or&nbsp;roles.&nbsp;In&nbsp;Office&nbsp;365&nbsp;environments,&nbsp;adversaries&nbsp;may</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;assign&nbsp;the&nbsp;Default&nbsp;or&nbsp;Anonymous&nbsp;user&nbsp;permissions&nbsp;or&nbsp;roles&nbsp;t</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;assign&nbsp;the&nbsp;Default&nbsp;or&nbsp;Anonymous&nbsp;user&nbsp;permissions&nbsp;or&nbsp;roles&nbsp;t</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">o&nbsp;the&nbsp;Top&nbsp;of&nbsp;Information&nbsp;Store&nbsp;(root),&nbsp;Inbox,&nbsp;or&nbsp;other&nbsp;mailb</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">o&nbsp;the&nbsp;Top&nbsp;of&nbsp;Information&nbsp;Store&nbsp;(root),&nbsp;Inbox,&nbsp;or&nbsp;other&nbsp;mailb</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ox&nbsp;folders.&nbsp;By&nbsp;assigning&nbsp;one&nbsp;or&nbsp;both&nbsp;user&nbsp;permissions&nbsp;to&nbsp;a&nbsp;f</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ox&nbsp;folders.&nbsp;By&nbsp;assigning&nbsp;one&nbsp;or&nbsp;both&nbsp;user&nbsp;permissions&nbsp;to&nbsp;a&nbsp;f</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">older,&nbsp;the&nbsp;adversary&nbsp;can&nbsp;utilize&nbsp;any&nbsp;other&nbsp;account&nbsp;in&nbsp;the&nbsp;te</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">older,&nbsp;the&nbsp;adversary&nbsp;can&nbsp;utilize&nbsp;any&nbsp;other&nbsp;account&nbsp;in&nbsp;the&nbsp;te</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nant&nbsp;to&nbsp;maintain&nbsp;persistence&nbsp;to&nbsp;the&nbsp;target&nbsp;user\u2019s&nbsp;mail&nbsp;folde</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nant&nbsp;to&nbsp;maintain&nbsp;persistence&nbsp;to&nbsp;the&nbsp;target&nbsp;user\u2019s&nbsp;mail&nbsp;folde</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rs.(Citation:&nbsp;<span class=\"diff_sub\">Remediation&nbsp;and&nbsp;Hardening&nbsp;Strategies&nbsp;for&nbsp;</span>M<span class=\"diff_chg\">icro</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rs.(Citation:&nbsp;M<span class=\"diff_chg\">andiant</span>&nbsp;Defend&nbsp;UNC2452<span class=\"diff_add\">&nbsp;White&nbsp;Paper</span>)&nbsp;&nbsp;This&nbsp;may</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">soft&nbsp;365&nbsp;to</span>&nbsp;Defend<span class=\"diff_sub\">&nbsp;Against</span>&nbsp;UNC2452)&nbsp;&nbsp;This&nbsp;may&nbsp;be&nbsp;used&nbsp;in&nbsp;per</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;be&nbsp;used&nbsp;in&nbsp;persistent&nbsp;threat&nbsp;incidents&nbsp;as&nbsp;well&nbsp;as&nbsp;BEC&nbsp;(Busi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">sistent&nbsp;threat&nbsp;incidents&nbsp;as&nbsp;well&nbsp;as&nbsp;BEC&nbsp;(Business&nbsp;Email&nbsp;Comp</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ness&nbsp;Email&nbsp;Compromise)&nbsp;incidents&nbsp;where&nbsp;an&nbsp;adversary&nbsp;can&nbsp;add&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">romise)&nbsp;incidents&nbsp;where&nbsp;an&nbsp;adversary&nbsp;can&nbsp;add&nbsp;[Additional&nbsp;Clo</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">[Additional&nbsp;Cloud&nbsp;Roles](https://attack.mitre.org/techniques</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ud&nbsp;Roles](https://attack.mitre.org/techniques/T1098/003)&nbsp;to&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">/T1098/003)&nbsp;to&nbsp;the&nbsp;accounts&nbsp;they&nbsp;wish&nbsp;to&nbsp;compromise.&nbsp;This&nbsp;ma</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">the&nbsp;accounts&nbsp;they&nbsp;wish&nbsp;to&nbsp;compromise.&nbsp;This&nbsp;may&nbsp;further&nbsp;enabl</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">y&nbsp;further&nbsp;enable&nbsp;use&nbsp;of&nbsp;additional&nbsp;techniques&nbsp;for&nbsp;gaining&nbsp;ac</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;use&nbsp;of&nbsp;additional&nbsp;techniques&nbsp;for&nbsp;gaining&nbsp;access&nbsp;to&nbsp;systems</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">cess&nbsp;to&nbsp;systems.&nbsp;For&nbsp;example,&nbsp;compromised&nbsp;business&nbsp;accounts&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">.&nbsp;For&nbsp;example,&nbsp;compromised&nbsp;business&nbsp;accounts&nbsp;are&nbsp;often&nbsp;used&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">are&nbsp;often&nbsp;used&nbsp;to&nbsp;send&nbsp;messages&nbsp;to&nbsp;other&nbsp;accounts&nbsp;in&nbsp;the&nbsp;net</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">to&nbsp;send&nbsp;messages&nbsp;to&nbsp;other&nbsp;accounts&nbsp;in&nbsp;the&nbsp;network&nbsp;of&nbsp;the&nbsp;tar</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">work&nbsp;of&nbsp;the&nbsp;target&nbsp;business&nbsp;while&nbsp;creating&nbsp;inbox&nbsp;rules&nbsp;(ex:&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">get&nbsp;business&nbsp;while&nbsp;creating&nbsp;inbox&nbsp;rules&nbsp;(ex:&nbsp;[Internal&nbsp;Spear</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">[Internal&nbsp;Spearphishing](https://attack.mitre.org/techniques</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">phishing](https://attack.mitre.org/techniques/T1534)),&nbsp;so&nbsp;th</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">/T1534)),&nbsp;so&nbsp;the&nbsp;messages&nbsp;evade&nbsp;spam/phishing&nbsp;detection&nbsp;mech</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;messages&nbsp;evade&nbsp;spam/phishing&nbsp;detection&nbsp;mechanisms.(Citatio</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">anisms.(Citation:&nbsp;Bienstock,&nbsp;D.&nbsp;-&nbsp;Defending&nbsp;O365&nbsp;-&nbsp;2019)</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n:&nbsp;Bienstock,&nbsp;D.&nbsp;-&nbsp;Defending&nbsp;O365&nbsp;-&nbsp;2019)</td><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1026: Privileged Account Management",
                            "M1032: Multi-factor Authentication",
                            "M1042: Disable or Remove Feature or Program"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0002: User Account (User Account Modification)",
                            "DS0015: Application Log (Application Log Content)",
                            "DS0036: Group (Group Modification)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--88d31120-5bc7-4ce3-a9c0-7cf147be8e54",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-10-01 00:50:29.936000+00:00",
                    "modified": "2024-01-16 22:47:59.395000+00:00",
                    "name": "Web Services",
                    "description": "Adversaries may register for web services\u00a0that can be used during targeting. A variety of popular websites exist for adversaries to register for a web-based service that can be abused during later stages of the adversary lifecycle, such as during Command and Control ([Web Service](https://attack.mitre.org/techniques/T1102)), [Exfiltration Over Web Service](https://attack.mitre.org/techniques/T1567), or [Phishing](https://attack.mitre.org/techniques/T1566). Using common services, such as those offered by Google or Twitter, makes it easier for adversaries to hide in expected noise.(Citation: FireEye APT29) By utilizing a web service, adversaries can make it difficult to physically tie back operations to them.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "resource-development"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1583/006",
                            "external_id": "T1583.006"
                        },
                        {
                            "source_name": "FireEye APT29",
                            "description": "FireEye Labs. (2015, July). HAMMERTOSS: Stealthy Tactics Define a Russian Cyber Threat Group. Retrieved September 17, 2015.",
                            "url": "https://www2.fireeye.com/rs/848-DID-242/images/rpt-apt29-hammertoss.pdf"
                        },
                        {
                            "source_name": "ThreatConnect Infrastructure Dec 2020",
                            "description": "ThreatConnect. (2020, December 15). Infrastructure Research and Hunting: Boiling the Domain Ocean. Retrieved October 12, 2021.",
                            "url": "https://threatconnect.com/blog/infrastructure-research-hunting/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Dor Edry, Microsoft"
                    ],
                    "x_mitre_data_sources": [
                        "Internet Scan: Response Content"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Once adversaries leverage the web service as infrastructure (ex: for command and control), it may be possible to look for unique characteristics associated with adversary software, if known.(Citation: ThreatConnect Infrastructure Dec 2020)\n\nMuch of this activity will take place outside the visibility of the target organization, making detection of this behavior difficult. Detection efforts may be focused on related stages of the adversary lifecycle, such as during Command and Control ([Web Service](https://attack.mitre.org/techniques/T1102)) or [Exfiltration Over Web Service](https://attack.mitre.org/techniques/T1567).",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "PRE"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-01-16 22:47:59.395000+00:00\", \"old_value\": \"2023-04-12 20:19:07.916000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may register for web services\\u00a0that can be used during targeting. A variety of popular websites exist for adversaries to register for a web-based service that can be abused during later stages of the adversary lifecycle, such as during Command and Control ([Web Service](https://attack.mitre.org/techniques/T1102)), [Exfiltration Over Web Service](https://attack.mitre.org/techniques/T1567), or [Phishing](https://attack.mitre.org/techniques/T1566). Using common services, such as those offered by Google or Twitter, makes it easier for adversaries to hide in expected noise.(Citation: FireEye APT29) By utilizing a web service, adversaries can make it difficult to physically tie back operations to them.\", \"old_value\": \"Adversaries may register for web services\\u00a0that can be used during targeting. A variety of popular websites exist for adversaries to register for a web-based service that can be abused during later stages of the adversary lifecycle, such as during Command and Control ([Web Service](https://attack.mitre.org/techniques/T1102)), [Exfiltration Over Web Service](https://attack.mitre.org/techniques/T1567), or [Phishing](https://attack.mitre.org/techniques/T1566). Using common services, such as those offered by Google or Twitter, makes it easier for adversaries to hide in expected noise. By utilizing a web service, adversaries can make it difficult to physically tie back operations to them.\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}}, \"iterable_item_added\": {\"root['external_references'][1]\": {\"source_name\": \"FireEye APT29\", \"description\": \"FireEye Labs. (2015, July). HAMMERTOSS: Stealthy Tactics Define a Russian Cyber Threat Group. Retrieved September 17, 2015.\", \"url\": \"https://www2.fireeye.com/rs/848-DID-242/images/rpt-apt29-hammertoss.pdf\"}}}",
                    "previous_version": "1.2",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to82__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to82__0\"><a href=\"#difflib_chg_to82__top\">t</a></td><td class=\"diff_header\" id=\"from82_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;register&nbsp;for&nbsp;web&nbsp;services\u00a0that&nbsp;can&nbsp;be&nbsp;used&nbsp;d</td><td class=\"diff_next\"><a href=\"#difflib_chg_to82__top\">t</a></td><td class=\"diff_header\" id=\"to82_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;register&nbsp;for&nbsp;web&nbsp;services\u00a0that&nbsp;can&nbsp;be&nbsp;used&nbsp;d</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">uring&nbsp;targeting.&nbsp;A&nbsp;variety&nbsp;of&nbsp;popular&nbsp;websites&nbsp;exist&nbsp;for&nbsp;adv</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">uring&nbsp;targeting.&nbsp;A&nbsp;variety&nbsp;of&nbsp;popular&nbsp;websites&nbsp;exist&nbsp;for&nbsp;adv</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ersaries&nbsp;to&nbsp;register&nbsp;for&nbsp;a&nbsp;web-based&nbsp;service&nbsp;that&nbsp;can&nbsp;be&nbsp;abu</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ersaries&nbsp;to&nbsp;register&nbsp;for&nbsp;a&nbsp;web-based&nbsp;service&nbsp;that&nbsp;can&nbsp;be&nbsp;abu</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">sed&nbsp;during&nbsp;later&nbsp;stages&nbsp;of&nbsp;the&nbsp;adversary&nbsp;lifecycle,&nbsp;such&nbsp;as&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">sed&nbsp;during&nbsp;later&nbsp;stages&nbsp;of&nbsp;the&nbsp;adversary&nbsp;lifecycle,&nbsp;such&nbsp;as&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">during&nbsp;Command&nbsp;and&nbsp;Control&nbsp;([Web&nbsp;Service](https://attack.mit</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">during&nbsp;Command&nbsp;and&nbsp;Control&nbsp;([Web&nbsp;Service](https://attack.mit</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">re.org/techniques/T1102)),&nbsp;[Exfiltration&nbsp;Over&nbsp;Web&nbsp;Service](h</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">re.org/techniques/T1102)),&nbsp;[Exfiltration&nbsp;Over&nbsp;Web&nbsp;Service](h</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ttps://attack.mitre.org/techniques/T1567),&nbsp;or&nbsp;[Phishing](htt</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ttps://attack.mitre.org/techniques/T1567),&nbsp;or&nbsp;[Phishing](htt</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ps://attack.mitre.org/techniques/T1566).&nbsp;Using&nbsp;common&nbsp;servic</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ps://attack.mitre.org/techniques/T1566).&nbsp;Using&nbsp;common&nbsp;servic</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">es,&nbsp;such&nbsp;as&nbsp;those&nbsp;offered&nbsp;by&nbsp;Google&nbsp;or&nbsp;Twitter,&nbsp;makes&nbsp;it&nbsp;eas</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">es,&nbsp;such&nbsp;as&nbsp;those&nbsp;offered&nbsp;by&nbsp;Google&nbsp;or&nbsp;Twitter,&nbsp;makes&nbsp;it&nbsp;eas</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ier&nbsp;for&nbsp;adversaries&nbsp;to&nbsp;hide&nbsp;in&nbsp;expected&nbsp;noise.&nbsp;By&nbsp;utilizing&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ier&nbsp;for&nbsp;adversaries&nbsp;to&nbsp;hide&nbsp;in&nbsp;expected&nbsp;noise.<span class=\"diff_add\">(Citation:&nbsp;Fir</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">a&nbsp;web&nbsp;service,&nbsp;adversaries&nbsp;can&nbsp;make&nbsp;it&nbsp;difficult&nbsp;to&nbsp;physical</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">eEye&nbsp;APT29)</span>&nbsp;By&nbsp;utilizing&nbsp;a&nbsp;web&nbsp;service,&nbsp;adversaries&nbsp;can&nbsp;make</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ly&nbsp;tie&nbsp;back&nbsp;operations&nbsp;to&nbsp;them.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;it&nbsp;difficult&nbsp;to&nbsp;physically&nbsp;tie&nbsp;back&nbsp;operations&nbsp;to&nbsp;them.</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1056: Pre-compromise"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0035: Internet Scan (Response Content)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--53ac20cd-aca3-406e-9aa0-9fc7fdc60a5a",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-02-20 20:53:45.725000+00:00",
                    "modified": "2024-01-20 00:07:58.958000+00:00",
                    "name": "Archive Collected Data",
                    "description": "An adversary may compress and/or encrypt data that is collected prior to exfiltration. Compressing the data can help to obfuscate the collected data and minimize the amount of data sent over the network.(Citation: DOJ GRU Indictment Jul 2018) Encryption can be used to hide information that is being exfiltrated from detection or make exfiltration less conspicuous upon inspection by a defender.\n\nBoth compression and encryption are done prior to exfiltration, and can be performed using a utility, 3rd party library, or custom method.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "collection"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1560",
                            "external_id": "T1560"
                        },
                        {
                            "source_name": "DOJ GRU Indictment Jul 2018",
                            "description": "Mueller, R. (2018, July 13). Indictment - United States of America vs. VIKTOR BORISOVICH NETYKSHO, et al. Retrieved September 13, 2018.",
                            "url": "https://www.justice.gov/file/1080281/download"
                        },
                        {
                            "source_name": "Wikipedia File Header Signatures",
                            "description": "Wikipedia. (2016, March 31). List of file signatures. Retrieved April 22, 2016.",
                            "url": "https://en.wikipedia.org/wiki/List_of_file_signatures"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "Command: Command Execution",
                        "Script: Script Execution",
                        "Process: Process Creation",
                        "File: File Creation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Archival software and archived files can be detected in many ways. Common utilities that may be present on the system or brought in by an adversary may be detectable through process monitoring and monitoring for command-line arguments for known archival utilities. This may yield a significant number of benign events, depending on how systems in the environment are typically used.\n\nA process that loads the Windows DLL crypt32.dll may be used to perform encryption, decryption, or verification of file signatures.\n\nConsider detecting writing of files with extensions and/or headers associated with compressed or encrypted file types. Detection efforts may focus on follow-on exfiltration activity, where compressed or encrypted files can be detected in transit with a network intrusion detection or data loss prevention system analyzing file headers.(Citation: Wikipedia File Header Signatures)",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows"
                    ],
                    "x_mitre_version": "1.0",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-01-20 00:07:58.958000+00:00\", \"old_value\": \"2022-01-04 18:44:10.398000+00:00\"}, \"root['description']\": {\"new_value\": \"An adversary may compress and/or encrypt data that is collected prior to exfiltration. Compressing the data can help to obfuscate the collected data and minimize the amount of data sent over the network.(Citation: DOJ GRU Indictment Jul 2018) Encryption can be used to hide information that is being exfiltrated from detection or make exfiltration less conspicuous upon inspection by a defender.\\n\\nBoth compression and encryption are done prior to exfiltration, and can be performed using a utility, 3rd party library, or custom method.\", \"old_value\": \"An adversary may compress and/or encrypt data that is collected prior to exfiltration. Compressing the data can help to obfuscate the collected data and minimize the amount of data sent over the network. Encryption can be used to hide information that is being exfiltrated from detection or make exfiltration less conspicuous upon inspection by a defender.\\n\\nBoth compression and encryption are done prior to exfiltration, and can be performed using a utility, 3rd party library, or custom method.\", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,3 @@\\n-An adversary may compress and/or encrypt data that is collected prior to exfiltration. Compressing the data can help to obfuscate the collected data and minimize the amount of data sent over the network. Encryption can be used to hide information that is being exfiltrated from detection or make exfiltration less conspicuous upon inspection by a defender.\\n+An adversary may compress and/or encrypt data that is collected prior to exfiltration. Compressing the data can help to obfuscate the collected data and minimize the amount of data sent over the network.(Citation: DOJ GRU Indictment Jul 2018) Encryption can be used to hide information that is being exfiltrated from detection or make exfiltration less conspicuous upon inspection by a defender.\\n \\n Both compression and encryption are done prior to exfiltration, and can be performed using a utility, 3rd party library, or custom method.\"}}, \"iterable_item_added\": {\"root['external_references'][1]\": {\"source_name\": \"DOJ GRU Indictment Jul 2018\", \"description\": \"Mueller, R. (2018, July 13). Indictment - United States of America vs. VIKTOR BORISOVICH NETYKSHO, et al. Retrieved September 13, 2018.\", \"url\": \"https://www.justice.gov/file/1080281/download\"}}}",
                    "previous_version": "1.0",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to21__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to21__0\"><a href=\"#difflib_chg_to21__top\">t</a></td><td class=\"diff_header\" id=\"from21_1\">1</td><td nowrap=\"nowrap\">An&nbsp;adversary&nbsp;may&nbsp;compress&nbsp;and/or&nbsp;encrypt&nbsp;data&nbsp;that&nbsp;is&nbsp;collec</td><td class=\"diff_next\"><a href=\"#difflib_chg_to21__top\">t</a></td><td class=\"diff_header\" id=\"to21_1\">1</td><td nowrap=\"nowrap\">An&nbsp;adversary&nbsp;may&nbsp;compress&nbsp;and/or&nbsp;encrypt&nbsp;data&nbsp;that&nbsp;is&nbsp;collec</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ted&nbsp;prior&nbsp;to&nbsp;exfiltration.&nbsp;Compressing&nbsp;the&nbsp;data&nbsp;can&nbsp;help&nbsp;to&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ted&nbsp;prior&nbsp;to&nbsp;exfiltration.&nbsp;Compressing&nbsp;the&nbsp;data&nbsp;can&nbsp;help&nbsp;to&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">obfuscate&nbsp;the&nbsp;collected&nbsp;data&nbsp;and&nbsp;minimize&nbsp;the&nbsp;amount&nbsp;of&nbsp;data</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">obfuscate&nbsp;the&nbsp;collected&nbsp;data&nbsp;and&nbsp;minimize&nbsp;the&nbsp;amount&nbsp;of&nbsp;data</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;sent&nbsp;over&nbsp;the&nbsp;network.&nbsp;Encryption&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;hide&nbsp;infor</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;sent&nbsp;over&nbsp;the&nbsp;network.<span class=\"diff_add\">(Citation:&nbsp;DOJ&nbsp;GRU&nbsp;Indictment&nbsp;Jul&nbsp;201</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">mation&nbsp;that&nbsp;is&nbsp;being&nbsp;exfiltrated&nbsp;from&nbsp;detection&nbsp;or&nbsp;make&nbsp;exfi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">8)</span>&nbsp;Encryption&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;hide&nbsp;information&nbsp;that&nbsp;is&nbsp;being&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ltration&nbsp;less&nbsp;conspicuous&nbsp;upon&nbsp;inspection&nbsp;by&nbsp;a&nbsp;defender.&nbsp;&nbsp;Bo</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">exfiltrated&nbsp;from&nbsp;detection&nbsp;or&nbsp;make&nbsp;exfiltration&nbsp;less&nbsp;conspic</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">th&nbsp;compression&nbsp;and&nbsp;encryption&nbsp;are&nbsp;done&nbsp;prior&nbsp;to&nbsp;exfiltration</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">uous&nbsp;upon&nbsp;inspection&nbsp;by&nbsp;a&nbsp;defender.&nbsp;&nbsp;Both&nbsp;compression&nbsp;and&nbsp;en</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">,&nbsp;and&nbsp;can&nbsp;be&nbsp;performed&nbsp;using&nbsp;a&nbsp;utility,&nbsp;3rd&nbsp;party&nbsp;library,&nbsp;o</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">cryption&nbsp;are&nbsp;done&nbsp;prior&nbsp;to&nbsp;exfiltration,&nbsp;and&nbsp;can&nbsp;be&nbsp;performe</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">r&nbsp;custom&nbsp;method.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d&nbsp;using&nbsp;a&nbsp;utility,&nbsp;3rd&nbsp;party&nbsp;library,&nbsp;or&nbsp;custom&nbsp;method.</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1047: Audit"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (Process Creation)",
                            "DS0012: Script (Script Execution)",
                            "DS0017: Command (Command Execution)",
                            "DS0022: File (File Creation)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--1035cdf2-3e5f-446f-a7a7-e8f6d7925967",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:31:34.528000+00:00",
                    "modified": "2024-01-23 22:53:18.389000+00:00",
                    "name": "Audio Capture",
                    "description": "An adversary can leverage a computer's peripheral devices (e.g., microphones and webcams) or applications (e.g., voice and video call services) to capture audio recordings for the purpose of listening into sensitive conversations to gather information.(Citation: ESET Attor Oct 2019)\n\nMalware or scripts may be used to interact with the devices through an available API provided by the operating system or an application to capture audio. Audio files may be written to disk and exfiltrated later.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "collection"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1123",
                            "external_id": "T1123"
                        },
                        {
                            "source_name": "ESET Attor Oct 2019",
                            "description": "Hromcova, Z. (2019, October). AT COMMANDS, TOR-BASED COMMUNICATIONS: MEET ATTOR, A FANTASY CREATURE AND ALSO A SPY PLATFORM. Retrieved May 6, 2020.",
                            "url": "https://www.welivesecurity.com/wp-content/uploads/2019/10/ESET_Attor.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "Process: OS API Execution",
                        "Command: Command Execution"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Detection of this technique may be difficult due to the various APIs that may be used. Telemetry data regarding API use may not be useful depending on how a system is normally used, but may provide context to other potentially malicious activity occurring on a system.\n\nBehavior that could indicate technique use include an unknown or unusual process accessing APIs associated with devices or software that interact with the microphone, recording devices, or recording software, and a process periodically writing files to disk that contain audio data.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows"
                    ],
                    "x_mitre_version": "1.0",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"dictionary_item_removed\": {\"root['x_mitre_permissions_required']\": [\"User\"]}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-01-23 22:53:18.389000+00:00\", \"old_value\": \"2023-03-30 21:01:36.503000+00:00\"}, \"root['description']\": {\"new_value\": \"An adversary can leverage a computer's peripheral devices (e.g., microphones and webcams) or applications (e.g., voice and video call services) to capture audio recordings for the purpose of listening into sensitive conversations to gather information.(Citation: ESET Attor Oct 2019)\\n\\nMalware or scripts may be used to interact with the devices through an available API provided by the operating system or an application to capture audio. Audio files may be written to disk and exfiltrated later.\", \"old_value\": \"An adversary can leverage a computer's peripheral devices (e.g., microphones and webcams) or applications (e.g., voice and video call services) to capture audio recordings for the purpose of listening into sensitive conversations to gather information.\\n\\nMalware or scripts may be used to interact with the devices through an available API provided by the operating system or an application to capture audio. Audio files may be written to disk and exfiltrated later.\", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,3 @@\\n-An adversary can leverage a computer's peripheral devices (e.g., microphones and webcams) or applications (e.g., voice and video call services) to capture audio recordings for the purpose of listening into sensitive conversations to gather information.\\n+An adversary can leverage a computer's peripheral devices (e.g., microphones and webcams) or applications (e.g., voice and video call services) to capture audio recordings for the purpose of listening into sensitive conversations to gather information.(Citation: ESET Attor Oct 2019)\\n \\n Malware or scripts may be used to interact with the devices through an available API provided by the operating system or an application to capture audio. Audio files may be written to disk and exfiltrated later.\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}}, \"iterable_item_added\": {\"root['external_references'][1]\": {\"source_name\": \"ESET Attor Oct 2019\", \"description\": \"Hromcova, Z. (2019, October). AT COMMANDS, TOR-BASED COMMUNICATIONS: MEET ATTOR, A FANTASY CREATURE AND ALSO A SPY PLATFORM. Retrieved May 6, 2020.\", \"url\": \"https://www.welivesecurity.com/wp-content/uploads/2019/10/ESET_Attor.pdf\"}}}",
                    "previous_version": "1.0",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to50__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to50__0\"><a href=\"#difflib_chg_to50__top\">t</a></td><td class=\"diff_header\" id=\"from50_1\">1</td><td nowrap=\"nowrap\">An&nbsp;adversary&nbsp;can&nbsp;leverage&nbsp;a&nbsp;computer's&nbsp;peripheral&nbsp;devices&nbsp;(e</td><td class=\"diff_next\"><a href=\"#difflib_chg_to50__top\">t</a></td><td class=\"diff_header\" id=\"to50_1\">1</td><td nowrap=\"nowrap\">An&nbsp;adversary&nbsp;can&nbsp;leverage&nbsp;a&nbsp;computer's&nbsp;peripheral&nbsp;devices&nbsp;(e</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">.g.,&nbsp;microphones&nbsp;and&nbsp;webcams)&nbsp;or&nbsp;applications&nbsp;(e.g.,&nbsp;voice&nbsp;a</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">.g.,&nbsp;microphones&nbsp;and&nbsp;webcams)&nbsp;or&nbsp;applications&nbsp;(e.g.,&nbsp;voice&nbsp;a</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nd&nbsp;video&nbsp;call&nbsp;services)&nbsp;to&nbsp;capture&nbsp;audio&nbsp;recordings&nbsp;for&nbsp;the&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nd&nbsp;video&nbsp;call&nbsp;services)&nbsp;to&nbsp;capture&nbsp;audio&nbsp;recordings&nbsp;for&nbsp;the&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">purpose&nbsp;of&nbsp;listening&nbsp;into&nbsp;sensitive&nbsp;conversations&nbsp;to&nbsp;gather&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">purpose&nbsp;of&nbsp;listening&nbsp;into&nbsp;sensitive&nbsp;conversations&nbsp;to&nbsp;gather&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">information.&nbsp;&nbsp;Malware&nbsp;or&nbsp;scripts&nbsp;may&nbsp;be&nbsp;used&nbsp;to&nbsp;interact&nbsp;wit</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">information.<span class=\"diff_add\">(Citation:&nbsp;ESET&nbsp;Attor&nbsp;Oct&nbsp;2019)</span>&nbsp;&nbsp;Malware&nbsp;or&nbsp;scri</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">h&nbsp;the&nbsp;devices&nbsp;through&nbsp;an&nbsp;available&nbsp;API&nbsp;provided&nbsp;by&nbsp;the&nbsp;opera</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">pts&nbsp;may&nbsp;be&nbsp;used&nbsp;to&nbsp;interact&nbsp;with&nbsp;the&nbsp;devices&nbsp;through&nbsp;an&nbsp;avai</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ting&nbsp;system&nbsp;or&nbsp;an&nbsp;application&nbsp;to&nbsp;capture&nbsp;audio.&nbsp;Audio&nbsp;files&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">lable&nbsp;API&nbsp;provided&nbsp;by&nbsp;the&nbsp;operating&nbsp;system&nbsp;or&nbsp;an&nbsp;application</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">may&nbsp;be&nbsp;written&nbsp;to&nbsp;disk&nbsp;and&nbsp;exfiltrated&nbsp;later.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;to&nbsp;capture&nbsp;audio.&nbsp;Audio&nbsp;files&nbsp;may&nbsp;be&nbsp;written&nbsp;to&nbsp;disk&nbsp;and&nbsp;ex</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">filtrated&nbsp;later.</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (OS API Execution)",
                            "DS0017: Command (Command Execution)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--774a3188-6ba9-4dc4-879d-d54ee48a5ce9",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:30:29.458000+00:00",
                    "modified": "2024-01-24 00:04:01.066000+00:00",
                    "name": "Automated Exfiltration",
                    "description": "Adversaries may exfiltrate data, such as sensitive documents, through the use of automated processing after being gathered during Collection.(Citation: ESET Gamaredon June 2020) \n\nWhen automated exfiltration is used, other exfiltration techniques likely apply as well to transfer the information out of the network, such as [Exfiltration Over C2 Channel](https://attack.mitre.org/techniques/T1041) and [Exfiltration Over Alternative Protocol](https://attack.mitre.org/techniques/T1048).",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "exfiltration"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1020",
                            "external_id": "T1020"
                        },
                        {
                            "source_name": "ESET Gamaredon June 2020",
                            "description": "Boutin, J. (2020, June 11). Gamaredon group grows its game. Retrieved June 16, 2020.",
                            "url": "https://www.welivesecurity.com/2020/06/11/gamaredon-group-grows-its-game/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "ExtraHop"
                    ],
                    "x_mitre_data_sources": [
                        "Command: Command Execution",
                        "Network Traffic: Network Traffic Flow",
                        "File: File Access",
                        "Network Traffic: Network Connection Creation",
                        "Network Traffic: Network Traffic Content",
                        "Script: Script Execution"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor process file access patterns and network behavior. Unrecognized processes or scripts that appear to be traversing file systems and sending network traffic may be suspicious.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows",
                        "Network"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-01-24 00:04:01.066000+00:00\", \"old_value\": \"2022-04-19 22:50:14.956000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may exfiltrate data, such as sensitive documents, through the use of automated processing after being gathered during Collection.(Citation: ESET Gamaredon June 2020) \\n\\nWhen automated exfiltration is used, other exfiltration techniques likely apply as well to transfer the information out of the network, such as [Exfiltration Over C2 Channel](https://attack.mitre.org/techniques/T1041) and [Exfiltration Over Alternative Protocol](https://attack.mitre.org/techniques/T1048).\", \"old_value\": \"Adversaries may exfiltrate data, such as sensitive documents, through the use of automated processing after being gathered during Collection. \\n\\nWhen automated exfiltration is used, other exfiltration techniques likely apply as well to transfer the information out of the network, such as [Exfiltration Over C2 Channel](https://attack.mitre.org/techniques/T1041) and [Exfiltration Over Alternative Protocol](https://attack.mitre.org/techniques/T1048).\", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,3 @@\\n-Adversaries may exfiltrate data, such as sensitive documents, through the use of automated processing after being gathered during Collection. \\n+Adversaries may exfiltrate data, such as sensitive documents, through the use of automated processing after being gathered during Collection.(Citation: ESET Gamaredon June 2020) \\n \\n When automated exfiltration is used, other exfiltration techniques likely apply as well to transfer the information out of the network, such as [Exfiltration Over C2 Channel](https://attack.mitre.org/techniques/T1041) and [Exfiltration Over Alternative Protocol](https://attack.mitre.org/techniques/T1048).\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}}, \"iterable_item_added\": {\"root['external_references'][1]\": {\"source_name\": \"ESET Gamaredon June 2020\", \"description\": \"Boutin, J. (2020, June 11). Gamaredon group grows its game. Retrieved June 16, 2020.\", \"url\": \"https://www.welivesecurity.com/2020/06/11/gamaredon-group-grows-its-game/\"}}}",
                    "previous_version": "1.2",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to54__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to54__0\"><a href=\"#difflib_chg_to54__top\">t</a></td><td class=\"diff_header\" id=\"from54_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;exfiltrate&nbsp;data,&nbsp;such&nbsp;as&nbsp;sensitive&nbsp;documents</td><td class=\"diff_next\"><a href=\"#difflib_chg_to54__top\">t</a></td><td class=\"diff_header\" id=\"to54_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;exfiltrate&nbsp;data,&nbsp;such&nbsp;as&nbsp;sensitive&nbsp;documents</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">,&nbsp;through&nbsp;the&nbsp;use&nbsp;of&nbsp;automated&nbsp;processing&nbsp;after&nbsp;being&nbsp;gather</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">,&nbsp;through&nbsp;the&nbsp;use&nbsp;of&nbsp;automated&nbsp;processing&nbsp;after&nbsp;being&nbsp;gather</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;during&nbsp;Collection.&nbsp;&nbsp;&nbsp;When&nbsp;automated&nbsp;exfiltration&nbsp;is&nbsp;used,</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;during&nbsp;Collection.<span class=\"diff_add\">(Citation:&nbsp;ESET&nbsp;Gamaredon&nbsp;June&nbsp;2020)</span>&nbsp;&nbsp;&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;other&nbsp;exfiltration&nbsp;techniques&nbsp;likely&nbsp;apply&nbsp;as&nbsp;well&nbsp;to&nbsp;trans</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">When&nbsp;automated&nbsp;exfiltration&nbsp;is&nbsp;used,&nbsp;other&nbsp;exfiltration&nbsp;tech</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">fer&nbsp;the&nbsp;information&nbsp;out&nbsp;of&nbsp;the&nbsp;network,&nbsp;such&nbsp;as&nbsp;[Exfiltratio</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">niques&nbsp;likely&nbsp;apply&nbsp;as&nbsp;well&nbsp;to&nbsp;transfer&nbsp;the&nbsp;information&nbsp;out&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n&nbsp;Over&nbsp;C2&nbsp;Channel](https://attack.mitre.org/techniques/T1041</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">of&nbsp;the&nbsp;network,&nbsp;such&nbsp;as&nbsp;[Exfiltration&nbsp;Over&nbsp;C2&nbsp;Channel](https</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">)&nbsp;and&nbsp;[Exfiltration&nbsp;Over&nbsp;Alternative&nbsp;Protocol](https://attac</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">://attack.mitre.org/techniques/T1041)&nbsp;and&nbsp;[Exfiltration&nbsp;Over</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">k.mitre.org/techniques/T1048).</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Alternative&nbsp;Protocol](https://attack.mitre.org/techniques/T</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">1048).</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0012: Script (Script Execution)",
                            "DS0017: Command (Command Execution)",
                            "DS0022: File (File Access)",
                            "DS0029: Network Traffic (Network Connection Creation)",
                            "DS0029: Network Traffic (Network Traffic Content)",
                            "DS0029: Network Traffic (Network Traffic Flow)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--a93494bb-4b80-4ea1-8695-3236a49916fd",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:31:22.767000+00:00",
                    "modified": "2024-01-29 18:53:26.593000+00:00",
                    "name": "Brute Force",
                    "description": "Adversaries may use brute force techniques to gain access to accounts when passwords are unknown or when password hashes are obtained.(Citation: TrendMicro Pawn Storm Dec 2020) Without knowledge of the password for an account or set of accounts, an adversary may systematically guess the password using a repetitive or iterative mechanism.(Citation: Dragos Crashoverride 2018) Brute forcing passwords can take place via interaction with a service that will check the validity of those credentials or offline against previously acquired credential data, such as password hashes.\n\nBrute forcing credentials may take place at various points during a breach. For example, adversaries may attempt to brute force access to [Valid Accounts](https://attack.mitre.org/techniques/T1078) within a victim environment leveraging knowledge gathered from other post-compromise behaviors such as [OS Credential Dumping](https://attack.mitre.org/techniques/T1003), [Account Discovery](https://attack.mitre.org/techniques/T1087), or [Password Policy Discovery](https://attack.mitre.org/techniques/T1201). Adversaries may also combine brute forcing activity with behaviors such as [External Remote Services](https://attack.mitre.org/techniques/T1133) as part of Initial Access.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "credential-access"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1110",
                            "external_id": "T1110"
                        },
                        {
                            "source_name": "TrendMicro Pawn Storm Dec 2020",
                            "description": "Hacquebord, F., Remorin, L. (2020, December 17). Pawn Storm\u2019s Lack of Sophistication as a Strategy. Retrieved January 13, 2021.",
                            "url": "https://www.trendmicro.com/en_us/research/20/l/pawn-storm-lack-of-sophistication-as-a-strategy.html"
                        },
                        {
                            "source_name": "Dragos Crashoverride 2018",
                            "description": "Joe Slowik. (2018, October 12). Anatomy of an Attack: Detecting and Defeating CRASHOVERRIDE. Retrieved December 18, 2020.",
                            "url": "https://www.dragos.com/wp-content/uploads/CRASHOVERRIDE2018.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "David Fiser, @anu4is, Trend Micro",
                        "Alfredo Oliveira, Trend Micro",
                        "Magno Logan, @magnologan, Trend Micro",
                        "Yossi Weizman, Azure Defender Research Team",
                        "Ed Williams, Trustwave, SpiderLabs",
                        "Mohamed Kmal"
                    ],
                    "x_mitre_data_sources": [
                        "User Account: User Account Authentication",
                        "Command: Command Execution",
                        "Application Log: Application Log Content"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor authentication logs for system and application login failures of [Valid Accounts](https://attack.mitre.org/techniques/T1078). If authentication failures are high, then there may be a brute force attempt to gain access to a system using legitimate credentials. Also monitor for many failed authentication attempts across various accounts that may result from password spraying attempts. It is difficult to detect when hashes are cracked, since this is generally done outside the scope of the target network.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows",
                        "Azure AD",
                        "Office 365",
                        "SaaS",
                        "IaaS",
                        "Linux",
                        "macOS",
                        "Google Workspace",
                        "Containers",
                        "Network"
                    ],
                    "x_mitre_version": "2.5",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-01-29 18:53:26.593000+00:00\", \"old_value\": \"2023-04-14 23:03:34.362000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may use brute force techniques to gain access to accounts when passwords are unknown or when password hashes are obtained.(Citation: TrendMicro Pawn Storm Dec 2020) Without knowledge of the password for an account or set of accounts, an adversary may systematically guess the password using a repetitive or iterative mechanism.(Citation: Dragos Crashoverride 2018) Brute forcing passwords can take place via interaction with a service that will check the validity of those credentials or offline against previously acquired credential data, such as password hashes.\\n\\nBrute forcing credentials may take place at various points during a breach. For example, adversaries may attempt to brute force access to [Valid Accounts](https://attack.mitre.org/techniques/T1078) within a victim environment leveraging knowledge gathered from other post-compromise behaviors such as [OS Credential Dumping](https://attack.mitre.org/techniques/T1003), [Account Discovery](https://attack.mitre.org/techniques/T1087), or [Password Policy Discovery](https://attack.mitre.org/techniques/T1201). Adversaries may also combine brute forcing activity with behaviors such as [External Remote Services](https://attack.mitre.org/techniques/T1133) as part of Initial Access.\", \"old_value\": \"Adversaries may use brute force techniques to gain access to accounts when passwords are unknown or when password hashes are obtained. Without knowledge of the password for an account or set of accounts, an adversary may systematically guess the password using a repetitive or iterative mechanism. Brute forcing passwords can take place via interaction with a service that will check the validity of those credentials or offline against previously acquired credential data, such as password hashes.\\n\\nBrute forcing credentials may take place at various points during a breach. For example, adversaries may attempt to brute force access to [Valid Accounts](https://attack.mitre.org/techniques/T1078) within a victim environment leveraging knowledge gathered from other post-compromise behaviors such as [OS Credential Dumping](https://attack.mitre.org/techniques/T1003), [Account Discovery](https://attack.mitre.org/techniques/T1087), or [Password Policy Discovery](https://attack.mitre.org/techniques/T1201). Adversaries may also combine brute forcing activity with behaviors such as [External Remote Services](https://attack.mitre.org/techniques/T1133) as part of Initial Access.\", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,3 @@\\n-Adversaries may use brute force techniques to gain access to accounts when passwords are unknown or when password hashes are obtained. Without knowledge of the password for an account or set of accounts, an adversary may systematically guess the password using a repetitive or iterative mechanism. Brute forcing passwords can take place via interaction with a service that will check the validity of those credentials or offline against previously acquired credential data, such as password hashes.\\n+Adversaries may use brute force techniques to gain access to accounts when passwords are unknown or when password hashes are obtained.(Citation: TrendMicro Pawn Storm Dec 2020) Without knowledge of the password for an account or set of accounts, an adversary may systematically guess the password using a repetitive or iterative mechanism.(Citation: Dragos Crashoverride 2018) Brute forcing passwords can take place via interaction with a service that will check the validity of those credentials or offline against previously acquired credential data, such as password hashes.\\n \\n Brute forcing credentials may take place at various points during a breach. For example, adversaries may attempt to brute force access to [Valid Accounts](https://attack.mitre.org/techniques/T1078) within a victim environment leveraging knowledge gathered from other post-compromise behaviors such as [OS Credential Dumping](https://attack.mitre.org/techniques/T1003), [Account Discovery](https://attack.mitre.org/techniques/T1087), or [Password Policy Discovery](https://attack.mitre.org/techniques/T1201). Adversaries may also combine brute forcing activity with behaviors such as [External Remote Services](https://attack.mitre.org/techniques/T1133) as part of Initial Access.\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}}, \"iterable_item_added\": {\"root['external_references'][1]\": {\"source_name\": \"TrendMicro Pawn Storm Dec 2020\", \"description\": \"Hacquebord, F., Remorin, L. (2020, December 17). Pawn Storm\\u2019s Lack of Sophistication as a Strategy. Retrieved January 13, 2021.\", \"url\": \"https://www.trendmicro.com/en_us/research/20/l/pawn-storm-lack-of-sophistication-as-a-strategy.html\"}, \"root['external_references'][2]\": {\"source_name\": \"Dragos Crashoverride 2018\", \"description\": \"Joe Slowik. (2018, October 12). Anatomy of an Attack: Detecting and Defeating CRASHOVERRIDE. Retrieved December 18, 2020.\", \"url\": \"https://www.dragos.com/wp-content/uploads/CRASHOVERRIDE2018.pdf\"}}}",
                    "previous_version": "2.5",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to0__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to0__0\"><a href=\"#difflib_chg_to0__top\">t</a></td><td class=\"diff_header\" id=\"from0_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;use&nbsp;brute&nbsp;force&nbsp;techniques&nbsp;to&nbsp;gain&nbsp;access&nbsp;to</td><td class=\"diff_next\"><a href=\"#difflib_chg_to0__top\">t</a></td><td class=\"diff_header\" id=\"to0_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;use&nbsp;brute&nbsp;force&nbsp;techniques&nbsp;to&nbsp;gain&nbsp;access&nbsp;to</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;accounts&nbsp;when&nbsp;passwords&nbsp;are&nbsp;unknown&nbsp;or&nbsp;when&nbsp;password&nbsp;hashes</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;accounts&nbsp;when&nbsp;passwords&nbsp;are&nbsp;unknown&nbsp;or&nbsp;when&nbsp;password&nbsp;hashes</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;are&nbsp;obtained.&nbsp;Without&nbsp;knowledge&nbsp;of&nbsp;the&nbsp;password&nbsp;for&nbsp;an&nbsp;acco</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;are&nbsp;obtained.<span class=\"diff_add\">(Citation:&nbsp;TrendMicro&nbsp;Pawn&nbsp;Storm&nbsp;Dec&nbsp;2020)</span>&nbsp;Wit</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">unt&nbsp;or&nbsp;set&nbsp;of&nbsp;accounts,&nbsp;an&nbsp;adversary&nbsp;may&nbsp;systematically&nbsp;gues</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">hout&nbsp;knowledge&nbsp;of&nbsp;the&nbsp;password&nbsp;for&nbsp;an&nbsp;account&nbsp;or&nbsp;set&nbsp;of&nbsp;acco</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;the&nbsp;password&nbsp;using&nbsp;a&nbsp;repetitive&nbsp;or&nbsp;iterative&nbsp;mechanism.&nbsp;Br</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">unts,&nbsp;an&nbsp;adversary&nbsp;may&nbsp;systematically&nbsp;guess&nbsp;the&nbsp;password&nbsp;usi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ute&nbsp;forcing&nbsp;passwords&nbsp;can&nbsp;take&nbsp;place&nbsp;via&nbsp;interaction&nbsp;with&nbsp;a&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ng&nbsp;a&nbsp;repetitive&nbsp;or&nbsp;iterative&nbsp;mechanism.<span class=\"diff_add\">(Citation:&nbsp;Dragos&nbsp;Cra</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">service&nbsp;that&nbsp;will&nbsp;check&nbsp;the&nbsp;validity&nbsp;of&nbsp;those&nbsp;credentials&nbsp;or</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">shoverride&nbsp;2018)</span>&nbsp;Brute&nbsp;forcing&nbsp;passwords&nbsp;can&nbsp;take&nbsp;place&nbsp;via&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;offline&nbsp;against&nbsp;previously&nbsp;acquired&nbsp;credential&nbsp;data,&nbsp;such&nbsp;a</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">interaction&nbsp;with&nbsp;a&nbsp;service&nbsp;that&nbsp;will&nbsp;check&nbsp;the&nbsp;validity&nbsp;of&nbsp;t</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;password&nbsp;hashes.&nbsp;&nbsp;Brute&nbsp;forcing&nbsp;credentials&nbsp;may&nbsp;take&nbsp;place</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">hose&nbsp;credentials&nbsp;or&nbsp;offline&nbsp;against&nbsp;previously&nbsp;acquired&nbsp;cred</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;at&nbsp;various&nbsp;points&nbsp;during&nbsp;a&nbsp;breach.&nbsp;For&nbsp;example,&nbsp;adversaries</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ential&nbsp;data,&nbsp;such&nbsp;as&nbsp;password&nbsp;hashes.&nbsp;&nbsp;Brute&nbsp;forcing&nbsp;credent</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;may&nbsp;attempt&nbsp;to&nbsp;brute&nbsp;force&nbsp;access&nbsp;to&nbsp;[Valid&nbsp;Accounts](https</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ials&nbsp;may&nbsp;take&nbsp;place&nbsp;at&nbsp;various&nbsp;points&nbsp;during&nbsp;a&nbsp;breach.&nbsp;For&nbsp;e</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">://attack.mitre.org/techniques/T1078)&nbsp;within&nbsp;a&nbsp;victim&nbsp;enviro</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">xample,&nbsp;adversaries&nbsp;may&nbsp;attempt&nbsp;to&nbsp;brute&nbsp;force&nbsp;access&nbsp;to&nbsp;[Va</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nment&nbsp;leveraging&nbsp;knowledge&nbsp;gathered&nbsp;from&nbsp;other&nbsp;post-compromi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">lid&nbsp;Accounts](https://attack.mitre.org/techniques/T1078)&nbsp;wit</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">se&nbsp;behaviors&nbsp;such&nbsp;as&nbsp;[OS&nbsp;Credential&nbsp;Dumping](https://attack.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">hin&nbsp;a&nbsp;victim&nbsp;environment&nbsp;leveraging&nbsp;knowledge&nbsp;gathered&nbsp;from&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">mitre.org/techniques/T1003),&nbsp;[Account&nbsp;Discovery](https://att</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">other&nbsp;post-compromise&nbsp;behaviors&nbsp;such&nbsp;as&nbsp;[OS&nbsp;Credential&nbsp;Dumpi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ack.mitre.org/techniques/T1087),&nbsp;or&nbsp;[Password&nbsp;Policy&nbsp;Discove</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ng](https://attack.mitre.org/techniques/T1003),&nbsp;[Account&nbsp;Dis</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ry](https://attack.mitre.org/techniques/T1201).&nbsp;Adversaries&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">covery](https://attack.mitre.org/techniques/T1087),&nbsp;or&nbsp;[Pass</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">may&nbsp;also&nbsp;combine&nbsp;brute&nbsp;forcing&nbsp;activity&nbsp;with&nbsp;behaviors&nbsp;such&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">word&nbsp;Policy&nbsp;Discovery](https://attack.mitre.org/techniques/T</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">as&nbsp;[External&nbsp;Remote&nbsp;Services](https://attack.mitre.org/techn</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">1201).&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;combine&nbsp;brute&nbsp;forcing&nbsp;activity&nbsp;w</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">iques/T1133)&nbsp;as&nbsp;part&nbsp;of&nbsp;Initial&nbsp;Access.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ith&nbsp;behaviors&nbsp;such&nbsp;as&nbsp;[External&nbsp;Remote&nbsp;Services](https://att</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ack.mitre.org/techniques/T1133)&nbsp;as&nbsp;part&nbsp;of&nbsp;Initial&nbsp;Access.</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1018: User Account Management",
                            "M1027: Password Policies",
                            "M1032: Multi-factor Authentication",
                            "M1036: Account Use Policies"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0002: User Account (User Account Authentication)",
                            "DS0015: Application Log (Application Log Content)",
                            "DS0017: Command (Command Execution)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--cc3502b5-30cc-4473-ad48-42d51a6ef6d1",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-03-09 14:38:24.334000+00:00",
                    "modified": "2024-01-30 18:35:58.021000+00:00",
                    "name": "Python",
                    "description": "Adversaries may abuse Python commands and scripts for execution. Python is a very popular scripting/programming language, with capabilities to perform many functions. Python can be executed interactively from the command-line (via the <code>python.exe</code> interpreter) or via scripts (.py) that can be written and distributed to different systems. Python code can also be compiled into binary executables.(Citation: Zscaler APT31 Covid-19 October 2020)\n\nPython comes with many built-in packages to interact with the underlying system, such as file operations and device I/O. Adversaries can use these libraries to download and execute commands or other scripts as well as perform various malicious behaviors.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "execution"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1059/006",
                            "external_id": "T1059.006"
                        },
                        {
                            "source_name": "Zscaler APT31 Covid-19 October 2020",
                            "description": "Singh, S. and Antil, S. (2020, October 27). APT-31 Leverages COVID-19 Vaccine Theme and Abuses Legitimate Online Services. Retrieved March 24, 2021.",
                            "url": "https://www.zscaler.com/blogs/security-research/apt-31-leverages-covid-19-vaccine-theme-and-abuses-legitimate-online"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "Process: Process Creation",
                        "Command: Command Execution"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor systems for abnormal Python usage and python.exe behavior, which could be an indicator of malicious activity. Understanding standard usage patterns is important to avoid a high number of false positives. If scripting is restricted for normal users, then any attempts to enable scripts running on a system would be considered suspicious. If scripts are not commonly used on a system, but enabled, scripts running out of cycle from patching or other administrator functions are suspicious. Scripts should be captured from the file system when possible to determine their actions and intent.\n\nScripts are likely to perform actions with various effects on a system that may generate events, depending on the types of monitoring used. Monitor processes and command-line arguments for script execution and subsequent behavior. Actions may be related to network and system information Discovery, Collection, or other scriptable post-compromise behaviors and could be used as indicators of detection leading back to the source script.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "Windows",
                        "macOS"
                    ],
                    "x_mitre_remote_support": false,
                    "x_mitre_system_requirements": [
                        "Python is installed."
                    ],
                    "x_mitre_version": "1.0",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false, \"root['x_mitre_remote_support']\": false}, \"dictionary_item_removed\": {\"root['x_mitre_permissions_required']\": [\"Administrator\", \"SYSTEM\", \"root\"]}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-01-30 18:35:58.021000+00:00\", \"old_value\": \"2021-07-26 22:49:23.094000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may abuse Python commands and scripts for execution. Python is a very popular scripting/programming language, with capabilities to perform many functions. Python can be executed interactively from the command-line (via the <code>python.exe</code> interpreter) or via scripts (.py) that can be written and distributed to different systems. Python code can also be compiled into binary executables.(Citation: Zscaler APT31 Covid-19 October 2020)\\n\\nPython comes with many built-in packages to interact with the underlying system, such as file operations and device I/O. Adversaries can use these libraries to download and execute commands or other scripts as well as perform various malicious behaviors.\", \"old_value\": \"Adversaries may abuse Python commands and scripts for execution. Python is a very popular scripting/programming language, with capabilities to perform many functions. Python can be executed interactively from the command-line (via the <code>python.exe</code> interpreter) or via scripts (.py) that can be written and distributed to different systems. Python code can also be compiled into binary executables.\\n\\nPython comes with many built-in packages to interact with the underlying system, such as file operations and device I/O. Adversaries can use these libraries to download and execute commands or other scripts as well as perform various malicious behaviors.\", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,3 @@\\n-Adversaries may abuse Python commands and scripts for execution. Python is a very popular scripting/programming language, with capabilities to perform many functions. Python can be executed interactively from the command-line (via the <code>python.exe</code> interpreter) or via scripts (.py) that can be written and distributed to different systems. Python code can also be compiled into binary executables.\\n+Adversaries may abuse Python commands and scripts for execution. Python is a very popular scripting/programming language, with capabilities to perform many functions. Python can be executed interactively from the command-line (via the <code>python.exe</code> interpreter) or via scripts (.py) that can be written and distributed to different systems. Python code can also be compiled into binary executables.(Citation: Zscaler APT31 Covid-19 October 2020)\\n \\n Python comes with many built-in packages to interact with the underlying system, such as file operations and device I/O. Adversaries can use these libraries to download and execute commands or other scripts as well as perform various malicious behaviors.\"}}, \"iterable_item_added\": {\"root['external_references'][1]\": {\"source_name\": \"Zscaler APT31 Covid-19 October 2020\", \"description\": \"Singh, S. and Antil, S. (2020, October 27). APT-31 Leverages COVID-19 Vaccine Theme and Abuses Legitimate Online Services. Retrieved March 24, 2021.\", \"url\": \"https://www.zscaler.com/blogs/security-research/apt-31-leverages-covid-19-vaccine-theme-and-abuses-legitimate-online\"}}}",
                    "previous_version": "1.0",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to41__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to41__0\"><a href=\"#difflib_chg_to41__top\">t</a></td><td class=\"diff_header\" id=\"from41_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;abuse&nbsp;Python&nbsp;commands&nbsp;and&nbsp;scripts&nbsp;for&nbsp;execut</td><td class=\"diff_next\"><a href=\"#difflib_chg_to41__top\">t</a></td><td class=\"diff_header\" id=\"to41_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;abuse&nbsp;Python&nbsp;commands&nbsp;and&nbsp;scripts&nbsp;for&nbsp;execut</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ion.&nbsp;Python&nbsp;is&nbsp;a&nbsp;very&nbsp;popular&nbsp;scripting/programming&nbsp;language</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ion.&nbsp;Python&nbsp;is&nbsp;a&nbsp;very&nbsp;popular&nbsp;scripting/programming&nbsp;language</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">,&nbsp;with&nbsp;capabilities&nbsp;to&nbsp;perform&nbsp;many&nbsp;functions.&nbsp;Python&nbsp;can&nbsp;be</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">,&nbsp;with&nbsp;capabilities&nbsp;to&nbsp;perform&nbsp;many&nbsp;functions.&nbsp;Python&nbsp;can&nbsp;be</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;executed&nbsp;interactively&nbsp;from&nbsp;the&nbsp;command-line&nbsp;(via&nbsp;the&nbsp;&lt;code</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;executed&nbsp;interactively&nbsp;from&nbsp;the&nbsp;command-line&nbsp;(via&nbsp;the&nbsp;&lt;code</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&gt;python.exe&lt;/code&gt;&nbsp;interpreter)&nbsp;or&nbsp;via&nbsp;scripts&nbsp;(.py)&nbsp;that&nbsp;ca</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&gt;python.exe&lt;/code&gt;&nbsp;interpreter)&nbsp;or&nbsp;via&nbsp;scripts&nbsp;(.py)&nbsp;that&nbsp;ca</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n&nbsp;be&nbsp;written&nbsp;and&nbsp;distributed&nbsp;to&nbsp;different&nbsp;systems.&nbsp;Python&nbsp;co</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n&nbsp;be&nbsp;written&nbsp;and&nbsp;distributed&nbsp;to&nbsp;different&nbsp;systems.&nbsp;Python&nbsp;co</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">de&nbsp;can&nbsp;also&nbsp;be&nbsp;compiled&nbsp;into&nbsp;binary&nbsp;executables.<span class=\"diff_chg\">&nbsp;&nbsp;</span>P<span class=\"diff_chg\">ython&nbsp;com</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">de&nbsp;can&nbsp;also&nbsp;be&nbsp;compiled&nbsp;into&nbsp;binary&nbsp;executables.<span class=\"diff_chg\">(Citation:&nbsp;Z</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">es</span>&nbsp;with&nbsp;many&nbsp;built-in&nbsp;packages&nbsp;to&nbsp;interact&nbsp;with&nbsp;the&nbsp;underlyi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">scaler&nbsp;A</span>P<span class=\"diff_chg\">T31&nbsp;Covid-19&nbsp;October&nbsp;2020)&nbsp;&nbsp;Python&nbsp;comes</span>&nbsp;with&nbsp;many&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ng&nbsp;system,&nbsp;such&nbsp;as&nbsp;file&nbsp;operations&nbsp;and&nbsp;device&nbsp;I/O.&nbsp;Adversari</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">built-in&nbsp;packages&nbsp;to&nbsp;interact&nbsp;with&nbsp;the&nbsp;underlying&nbsp;system,&nbsp;su</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">es&nbsp;can&nbsp;use&nbsp;these&nbsp;libraries&nbsp;to&nbsp;download&nbsp;and&nbsp;execute&nbsp;commands&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ch&nbsp;as&nbsp;file&nbsp;operations&nbsp;and&nbsp;device&nbsp;I/O.&nbsp;Adversaries&nbsp;can&nbsp;use&nbsp;th</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">or&nbsp;other&nbsp;scripts&nbsp;as&nbsp;well&nbsp;as&nbsp;perform&nbsp;various&nbsp;malicious&nbsp;behavi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ese&nbsp;libraries&nbsp;to&nbsp;download&nbsp;and&nbsp;execute&nbsp;commands&nbsp;or&nbsp;other&nbsp;scri</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ors.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">pts&nbsp;as&nbsp;well&nbsp;as&nbsp;perform&nbsp;various&nbsp;malicious&nbsp;behaviors.</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1033: Limit Software Installation",
                            "M1038: Execution Prevention",
                            "M1047: Audit",
                            "M1049: Antivirus/Antimalware"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (Process Creation)",
                            "DS0017: Command (Command Execution)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--64196062-5210-42c3-9a02-563a0d1797ef",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:31:09.379000+00:00",
                    "modified": "2024-01-31 03:17:42.004000+00:00",
                    "name": "Communication Through Removable Media",
                    "description": "Adversaries can perform command and control between compromised hosts on potentially disconnected networks using removable media to transfer commands from system to system.(Citation: ESET Sednit USBStealer 2014) Both systems would need to be compromised, with the likelihood that an Internet-connected system was compromised first and the second through lateral movement by [Replication Through Removable Media](https://attack.mitre.org/techniques/T1091). Commands and files would be relayed from the disconnected system to the Internet-connected system to which the adversary has direct access.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "command-and-control"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1092",
                            "external_id": "T1092"
                        },
                        {
                            "source_name": "ESET Sednit USBStealer 2014",
                            "description": "Calvet, J. (2014, November 11). Sednit Espionage Group Attacking Air-Gapped Networks. Retrieved January 4, 2017.",
                            "url": "http://www.welivesecurity.com/2014/11/11/sednit-espionage-group-attacking-air-gapped-networks/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "Drive: Drive Creation",
                        "Drive: Drive Access"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor file access on removable media. Detect processes that execute when removable media is mounted.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows"
                    ],
                    "x_mitre_version": "1.0",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-01-31 03:17:42.004000+00:00\", \"old_value\": \"2020-07-14 19:44:50.871000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries can perform command and control between compromised hosts on potentially disconnected networks using removable media to transfer commands from system to system.(Citation: ESET Sednit USBStealer 2014) Both systems would need to be compromised, with the likelihood that an Internet-connected system was compromised first and the second through lateral movement by [Replication Through Removable Media](https://attack.mitre.org/techniques/T1091). Commands and files would be relayed from the disconnected system to the Internet-connected system to which the adversary has direct access.\", \"old_value\": \"Adversaries can perform command and control between compromised hosts on potentially disconnected networks using removable media to transfer commands from system to system. Both systems would need to be compromised, with the likelihood that an Internet-connected system was compromised first and the second through lateral movement by [Replication Through Removable Media](https://attack.mitre.org/techniques/T1091). Commands and files would be relayed from the disconnected system to the Internet-connected system to which the adversary has direct access.\"}}, \"iterable_item_added\": {\"root['external_references'][1]\": {\"source_name\": \"ESET Sednit USBStealer 2014\", \"description\": \"Calvet, J. (2014, November 11). Sednit Espionage Group Attacking Air-Gapped Networks. Retrieved January 4, 2017.\", \"url\": \"http://www.welivesecurity.com/2014/11/11/sednit-espionage-group-attacking-air-gapped-networks/\"}}}",
                    "previous_version": "1.0",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to25__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to25__0\"><a href=\"#difflib_chg_to25__top\">t</a></td><td class=\"diff_header\" id=\"from25_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;can&nbsp;perform&nbsp;command&nbsp;and&nbsp;control&nbsp;between&nbsp;compromi</td><td class=\"diff_next\"><a href=\"#difflib_chg_to25__top\">t</a></td><td class=\"diff_header\" id=\"to25_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;can&nbsp;perform&nbsp;command&nbsp;and&nbsp;control&nbsp;between&nbsp;compromi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">sed&nbsp;hosts&nbsp;on&nbsp;potentially&nbsp;disconnected&nbsp;networks&nbsp;using&nbsp;removab</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">sed&nbsp;hosts&nbsp;on&nbsp;potentially&nbsp;disconnected&nbsp;networks&nbsp;using&nbsp;removab</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">le&nbsp;media&nbsp;to&nbsp;transfer&nbsp;commands&nbsp;from&nbsp;system&nbsp;to&nbsp;system.<span class=\"diff_chg\">&nbsp;</span>B<span class=\"diff_chg\">oth&nbsp;sy</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">le&nbsp;media&nbsp;to&nbsp;transfer&nbsp;commands&nbsp;from&nbsp;system&nbsp;to&nbsp;system.<span class=\"diff_chg\">(Citatio</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">stems</span>&nbsp;would&nbsp;need&nbsp;to&nbsp;be&nbsp;compromised,&nbsp;with&nbsp;the&nbsp;likelihood&nbsp;that</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">n:&nbsp;ESET&nbsp;Sednit&nbsp;US</span>B<span class=\"diff_chg\">Stealer&nbsp;2014)&nbsp;Both&nbsp;systems</span>&nbsp;would&nbsp;need&nbsp;to&nbsp;b</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;an&nbsp;Internet-connected&nbsp;system&nbsp;was&nbsp;compromised&nbsp;first&nbsp;and&nbsp;the&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;compromised,&nbsp;with&nbsp;the&nbsp;likelihood&nbsp;that&nbsp;an&nbsp;Internet-connecte</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">second&nbsp;through&nbsp;lateral&nbsp;movement&nbsp;by&nbsp;[Replication&nbsp;Through&nbsp;Remo</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d&nbsp;system&nbsp;was&nbsp;compromised&nbsp;first&nbsp;and&nbsp;the&nbsp;second&nbsp;through&nbsp;latera</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">vable&nbsp;Media](https://attack.mitre.org/techniques/T1091).&nbsp;Com</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">l&nbsp;movement&nbsp;by&nbsp;[Replication&nbsp;Through&nbsp;Removable&nbsp;Media](https://</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">mands&nbsp;and&nbsp;files&nbsp;would&nbsp;be&nbsp;relayed&nbsp;from&nbsp;the&nbsp;disconnected&nbsp;syste</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">attack.mitre.org/techniques/T1091).&nbsp;Commands&nbsp;and&nbsp;files&nbsp;would</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">m&nbsp;to&nbsp;the&nbsp;Internet-connected&nbsp;system&nbsp;to&nbsp;which&nbsp;the&nbsp;adversary&nbsp;ha</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;be&nbsp;relayed&nbsp;from&nbsp;the&nbsp;disconnected&nbsp;system&nbsp;to&nbsp;the&nbsp;Internet-con</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;direct&nbsp;access.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nected&nbsp;system&nbsp;to&nbsp;which&nbsp;the&nbsp;adversary&nbsp;has&nbsp;direct&nbsp;access.</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1028: Operating System Configuration",
                            "M1042: Disable or Remove Feature or Program"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0016: Drive (Drive Access)",
                            "DS0016: Drive (Drive Creation)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--e196b5c5-8118-4a1c-ab8a-936586ce3db5",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-10-01 00:56:25.135000+00:00",
                    "modified": "2024-01-31 20:05:44.075000+00:00",
                    "name": "Server",
                    "description": "Adversaries may compromise third-party servers that can be used during targeting. Use of servers allows an adversary to stage, launch, and execute an operation. During post-compromise activity, adversaries may utilize servers for various tasks, including for Command and Control.(Citation: TrendMicro EarthLusca 2022) Instead of purchasing a [Server](https://attack.mitre.org/techniques/T1583/004) or [Virtual Private Server](https://attack.mitre.org/techniques/T1583/003), adversaries may compromise third-party servers in support of operations.\n\nAdversaries may also compromise web servers to support watering hole operations, as in [Drive-by Compromise](https://attack.mitre.org/techniques/T1189), or email servers to support [Phishing](https://attack.mitre.org/techniques/T1566) operations.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "resource-development"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1584/004",
                            "external_id": "T1584.004"
                        },
                        {
                            "source_name": "TrendMicro EarthLusca 2022",
                            "description": "Chen, J., et al. (2022). Delving Deep: An Analysis of Earth Lusca\u2019s Operations. Retrieved July 1, 2022.",
                            "url": "https://www.trendmicro.com/content/dam/trendmicro/global/en/research/22/a/earth-lusca-employs-sophisticated-infrastructure-varied-tools-and-techniques/technical-brief-delving-deep-an-analysis-of-earth-lusca-operations.pdf"
                        },
                        {
                            "source_name": "Koczwara Beacon Hunting Sep 2021",
                            "description": "Koczwara, M. (2021, September 7). Hunting Cobalt Strike C2 with Shodan. Retrieved October 12, 2021.",
                            "url": "https://michaelkoczwara.medium.com/cobalt-strike-c2-hunting-with-shodan-c448d501a6e2"
                        },
                        {
                            "source_name": "Mandiant SCANdalous Jul 2020",
                            "description": "Stephens, A. (2020, July 13). SCANdalous! (External Detection Using Network Scan Data and Automation). Retrieved October 12, 2021.",
                            "url": "https://www.mandiant.com/resources/scandalous-external-detection-using-network-scan-data-and-automation"
                        },
                        {
                            "source_name": "ThreatConnect Infrastructure Dec 2020",
                            "description": "ThreatConnect. (2020, December 15). Infrastructure Research and Hunting: Boiling the Domain Ocean. Retrieved October 12, 2021.",
                            "url": "https://threatconnect.com/blog/infrastructure-research-hunting/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Dor Edry, Microsoft"
                    ],
                    "x_mitre_data_sources": [
                        "Internet Scan: Response Content",
                        "Internet Scan: Response Metadata"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Once adversaries have provisioned software on a compromised server (ex: for use as a command and control server), internet scans may reveal servers that adversaries have compromised. Consider looking for identifiable patterns such as services listening, certificates in use, SSL/TLS negotiation features, or other response artifacts associated with adversary C2 software.(Citation: ThreatConnect Infrastructure Dec 2020)(Citation: Mandiant SCANdalous Jul 2020)(Citation: Koczwara Beacon Hunting Sep 2021)\n\nMuch of this activity will take place outside the visibility of the target organization, making detection of this behavior difficult. Detection efforts may be focused on related stages of the adversary lifecycle, such as during Command and Control.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "PRE"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-01-31 20:05:44.075000+00:00\", \"old_value\": \"2023-04-13 00:00:25.676000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may compromise third-party servers that can be used during targeting. Use of servers allows an adversary to stage, launch, and execute an operation. During post-compromise activity, adversaries may utilize servers for various tasks, including for Command and Control.(Citation: TrendMicro EarthLusca 2022) Instead of purchasing a [Server](https://attack.mitre.org/techniques/T1583/004) or [Virtual Private Server](https://attack.mitre.org/techniques/T1583/003), adversaries may compromise third-party servers in support of operations.\\n\\nAdversaries may also compromise web servers to support watering hole operations, as in [Drive-by Compromise](https://attack.mitre.org/techniques/T1189), or email servers to support [Phishing](https://attack.mitre.org/techniques/T1566) operations.\", \"old_value\": \"Adversaries may compromise third-party servers that can be used during targeting. Use of servers allows an adversary to stage, launch, and execute an operation. During post-compromise activity, adversaries may utilize servers for various tasks, including for Command and Control. Instead of purchasing a [Server](https://attack.mitre.org/techniques/T1583/004) or [Virtual Private Server](https://attack.mitre.org/techniques/T1583/003), adversaries may compromise third-party servers in support of operations.\\n\\nAdversaries may also compromise web servers to support watering hole operations, as in [Drive-by Compromise](https://attack.mitre.org/techniques/T1189), or email servers to support [Phishing](https://attack.mitre.org/techniques/T1566) operations.\", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,3 @@\\n-Adversaries may compromise third-party servers that can be used during targeting. Use of servers allows an adversary to stage, launch, and execute an operation. During post-compromise activity, adversaries may utilize servers for various tasks, including for Command and Control. Instead of purchasing a [Server](https://attack.mitre.org/techniques/T1583/004) or [Virtual Private Server](https://attack.mitre.org/techniques/T1583/003), adversaries may compromise third-party servers in support of operations.\\n+Adversaries may compromise third-party servers that can be used during targeting. Use of servers allows an adversary to stage, launch, and execute an operation. During post-compromise activity, adversaries may utilize servers for various tasks, including for Command and Control.(Citation: TrendMicro EarthLusca 2022) Instead of purchasing a [Server](https://attack.mitre.org/techniques/T1583/004) or [Virtual Private Server](https://attack.mitre.org/techniques/T1583/003), adversaries may compromise third-party servers in support of operations.\\n \\n Adversaries may also compromise web servers to support watering hole operations, as in [Drive-by Compromise](https://attack.mitre.org/techniques/T1189), or email servers to support [Phishing](https://attack.mitre.org/techniques/T1566) operations.\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}}, \"iterable_item_added\": {\"root['external_references'][1]\": {\"source_name\": \"TrendMicro EarthLusca 2022\", \"description\": \"Chen, J., et al. (2022). Delving Deep: An Analysis of Earth Lusca\\u2019s Operations. Retrieved July 1, 2022.\", \"url\": \"https://www.trendmicro.com/content/dam/trendmicro/global/en/research/22/a/earth-lusca-employs-sophisticated-infrastructure-varied-tools-and-techniques/technical-brief-delving-deep-an-analysis-of-earth-lusca-operations.pdf\"}}}",
                    "previous_version": "1.2",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to28__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to28__0\"><a href=\"#difflib_chg_to28__top\">t</a></td><td class=\"diff_header\" id=\"from28_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;compromise&nbsp;third-party&nbsp;servers&nbsp;that&nbsp;can&nbsp;be&nbsp;u</td><td class=\"diff_next\"><a href=\"#difflib_chg_to28__top\">t</a></td><td class=\"diff_header\" id=\"to28_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;compromise&nbsp;third-party&nbsp;servers&nbsp;that&nbsp;can&nbsp;be&nbsp;u</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">sed&nbsp;during&nbsp;targeting.&nbsp;Use&nbsp;of&nbsp;servers&nbsp;allows&nbsp;an&nbsp;adversary&nbsp;to&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">sed&nbsp;during&nbsp;targeting.&nbsp;Use&nbsp;of&nbsp;servers&nbsp;allows&nbsp;an&nbsp;adversary&nbsp;to&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">stage,&nbsp;launch,&nbsp;and&nbsp;execute&nbsp;an&nbsp;operation.&nbsp;During&nbsp;post-comprom</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">stage,&nbsp;launch,&nbsp;and&nbsp;execute&nbsp;an&nbsp;operation.&nbsp;During&nbsp;post-comprom</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ise&nbsp;activity,&nbsp;adversaries&nbsp;may&nbsp;utilize&nbsp;servers&nbsp;for&nbsp;various&nbsp;ta</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ise&nbsp;activity,&nbsp;adversaries&nbsp;may&nbsp;utilize&nbsp;servers&nbsp;for&nbsp;various&nbsp;ta</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">sks,&nbsp;including&nbsp;for&nbsp;Command&nbsp;and&nbsp;Control.&nbsp;Instead&nbsp;of&nbsp;purchasin</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">sks,&nbsp;including&nbsp;for&nbsp;Command&nbsp;and&nbsp;Control.<span class=\"diff_add\">(Citation:&nbsp;TrendMicro</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">g&nbsp;a&nbsp;[Server](https://attack.mitre.org/techniques/T1583/004)&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;EarthLusca&nbsp;2022)</span>&nbsp;Instead&nbsp;of&nbsp;purchasing&nbsp;a&nbsp;[Server](https://a</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">or&nbsp;[Virtual&nbsp;Private&nbsp;Server](https://attack.mitre.org/techniq</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ttack.mitre.org/techniques/T1583/004)&nbsp;or&nbsp;[Virtual&nbsp;Private&nbsp;Se</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ues/T1583/003),&nbsp;adversaries&nbsp;may&nbsp;compromise&nbsp;third-party&nbsp;serve</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rver](https://attack.mitre.org/techniques/T1583/003),&nbsp;advers</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rs&nbsp;in&nbsp;support&nbsp;of&nbsp;operations.&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;compromis</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">aries&nbsp;may&nbsp;compromise&nbsp;third-party&nbsp;servers&nbsp;in&nbsp;support&nbsp;of&nbsp;opera</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;web&nbsp;servers&nbsp;to&nbsp;support&nbsp;watering&nbsp;hole&nbsp;operations,&nbsp;as&nbsp;in&nbsp;[Dr</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tions.&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;also&nbsp;compromise&nbsp;web&nbsp;servers&nbsp;to&nbsp;suppo</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ive-by&nbsp;Compromise](https://attack.mitre.org/techniques/T1189</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rt&nbsp;watering&nbsp;hole&nbsp;operations,&nbsp;as&nbsp;in&nbsp;[Drive-by&nbsp;Compromise](htt</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">),&nbsp;or&nbsp;email&nbsp;servers&nbsp;to&nbsp;support&nbsp;[Phishing](https://attack.mit</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ps://attack.mitre.org/techniques/T1189),&nbsp;or&nbsp;email&nbsp;servers&nbsp;to</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">re.org/techniques/T1566)&nbsp;operations.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;support&nbsp;[Phishing](https://attack.mitre.org/techniques/T156</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">6)&nbsp;operations.</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1056: Pre-compromise"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0035: Internet Scan (Response Content)",
                            "DS0035: Internet Scan (Response Metadata)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--e01be9c5-e763-4caf-aeb7-000b416aef67",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-12-14 16:46:06.044000+00:00",
                    "modified": "2024-01-31 20:46:43.215000+00:00",
                    "name": "Create Account",
                    "description": "Adversaries may create an account to maintain access to victim systems.(Citation: Symantec WastedLocker June 2020) With a sufficient level of access, creating such accounts may be used to establish secondary credentialed access that do not require persistent remote access tools to be deployed on the system.\n\nAccounts may be created on the local system or within a domain or cloud tenant. In cloud environments, adversaries may create accounts that only have access to specific services, which can reduce the chance of detection.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "persistence"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1136",
                            "external_id": "T1136"
                        },
                        {
                            "source_name": "Microsoft User Creation Event",
                            "description": "Lich, B., Miroshnikov, A. (2017, April 5). 4720(S): A user account was created. Retrieved June 30, 2017.",
                            "url": "https://docs.microsoft.com/en-us/windows/security/threat-protection/auditing/event-4720"
                        },
                        {
                            "source_name": "Symantec WastedLocker June 2020",
                            "description": "Symantec Threat Intelligence. (2020, June 25). WastedLocker: Symantec Identifies Wave of Attacks Against U.S. Organizations. Retrieved May 20, 2021.",
                            "url": "https://symantec-enterprise-blogs.security.com/blogs/threat-intelligence/wastedlocker-ransomware-us"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Microsoft Threat Intelligence Center (MSTIC)",
                        "Praetorian",
                        "Austin Clark, @c2defense"
                    ],
                    "x_mitre_data_sources": [
                        "Process: Process Creation",
                        "Command: Command Execution",
                        "User Account: User Account Creation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor for processes and command-line parameters associated with account creation, such as <code>net user</code> or <code>useradd</code>. Collect data on account creation within a network. Event ID 4720 is generated when a user account is created on a Windows system and domain controller. (Citation: Microsoft User Creation Event) Perform regular audits of domain and local system accounts to detect suspicious accounts that may have been created by an adversary.\n\nCollect usage logs from cloud administrator accounts to identify unusual activity in the creation of new accounts and assignment of roles to those accounts. Monitor for accounts assigned to admin roles that go over a certain threshold of known admins.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows",
                        "Azure AD",
                        "Office 365",
                        "IaaS",
                        "Linux",
                        "macOS",
                        "Google Workspace",
                        "Network",
                        "Containers",
                        "SaaS"
                    ],
                    "x_mitre_version": "2.4",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-01-31 20:46:43.215000+00:00\", \"old_value\": \"2023-10-16 17:42:28.207000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may create an account to maintain access to victim systems.(Citation: Symantec WastedLocker June 2020) With a sufficient level of access, creating such accounts may be used to establish secondary credentialed access that do not require persistent remote access tools to be deployed on the system.\\n\\nAccounts may be created on the local system or within a domain or cloud tenant. In cloud environments, adversaries may create accounts that only have access to specific services, which can reduce the chance of detection.\", \"old_value\": \"Adversaries may create an account to maintain access to victim systems. With a sufficient level of access, creating such accounts may be used to establish secondary credentialed access that do not require persistent remote access tools to be deployed on the system.\\n\\nAccounts may be created on the local system or within a domain or cloud tenant. In cloud environments, adversaries may create accounts that only have access to specific services, which can reduce the chance of detection.\", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,3 @@\\n-Adversaries may create an account to maintain access to victim systems. With a sufficient level of access, creating such accounts may be used to establish secondary credentialed access that do not require persistent remote access tools to be deployed on the system.\\n+Adversaries may create an account to maintain access to victim systems.(Citation: Symantec WastedLocker June 2020) With a sufficient level of access, creating such accounts may be used to establish secondary credentialed access that do not require persistent remote access tools to be deployed on the system.\\n \\n Accounts may be created on the local system or within a domain or cloud tenant. In cloud environments, adversaries may create accounts that only have access to specific services, which can reduce the chance of detection.\"}}, \"iterable_item_added\": {\"root['external_references'][2]\": {\"source_name\": \"Symantec WastedLocker June 2020\", \"description\": \"Symantec Threat Intelligence. (2020, June 25). WastedLocker: Symantec Identifies Wave of Attacks Against U.S. Organizations. Retrieved May 20, 2021.\", \"url\": \"https://symantec-enterprise-blogs.security.com/blogs/threat-intelligence/wastedlocker-ransomware-us\"}}}",
                    "previous_version": "2.4",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to27__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to27__0\"><a href=\"#difflib_chg_to27__top\">t</a></td><td class=\"diff_header\" id=\"from27_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;create&nbsp;an&nbsp;account&nbsp;to&nbsp;maintain&nbsp;access&nbsp;to&nbsp;vict</td><td class=\"diff_next\"><a href=\"#difflib_chg_to27__top\">t</a></td><td class=\"diff_header\" id=\"to27_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;create&nbsp;an&nbsp;account&nbsp;to&nbsp;maintain&nbsp;access&nbsp;to&nbsp;vict</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">im&nbsp;systems.&nbsp;W<span class=\"diff_chg\">ith&nbsp;a</span>&nbsp;sufficient&nbsp;level&nbsp;of&nbsp;access,&nbsp;creating&nbsp;such</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">im&nbsp;systems.<span class=\"diff_add\">(Citation:&nbsp;Symantec</span>&nbsp;W<span class=\"diff_chg\">astedLocker&nbsp;June&nbsp;2020)&nbsp;With&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;accounts&nbsp;may&nbsp;be&nbsp;used&nbsp;to&nbsp;establish&nbsp;secondary&nbsp;credentialed&nbsp;ac</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">a</span>&nbsp;sufficient&nbsp;level&nbsp;of&nbsp;access,&nbsp;creating&nbsp;such&nbsp;accounts&nbsp;may&nbsp;be&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">cess&nbsp;that&nbsp;do&nbsp;not&nbsp;require&nbsp;persistent&nbsp;remote&nbsp;access&nbsp;tools&nbsp;to&nbsp;b</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">used&nbsp;to&nbsp;establish&nbsp;secondary&nbsp;credentialed&nbsp;access&nbsp;that&nbsp;do&nbsp;not&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;deployed&nbsp;on&nbsp;the&nbsp;system.&nbsp;&nbsp;Accounts&nbsp;may&nbsp;be&nbsp;created&nbsp;on&nbsp;the&nbsp;lo</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">require&nbsp;persistent&nbsp;remote&nbsp;access&nbsp;tools&nbsp;to&nbsp;be&nbsp;deployed&nbsp;on&nbsp;the</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">cal&nbsp;system&nbsp;or&nbsp;within&nbsp;a&nbsp;domain&nbsp;or&nbsp;cloud&nbsp;tenant.&nbsp;In&nbsp;cloud&nbsp;envi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;system.&nbsp;&nbsp;Accounts&nbsp;may&nbsp;be&nbsp;created&nbsp;on&nbsp;the&nbsp;local&nbsp;system&nbsp;or&nbsp;wit</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ronments,&nbsp;adversaries&nbsp;may&nbsp;create&nbsp;accounts&nbsp;that&nbsp;only&nbsp;have&nbsp;acc</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">hin&nbsp;a&nbsp;domain&nbsp;or&nbsp;cloud&nbsp;tenant.&nbsp;In&nbsp;cloud&nbsp;environments,&nbsp;adversa</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ess&nbsp;to&nbsp;specific&nbsp;services,&nbsp;which&nbsp;can&nbsp;reduce&nbsp;the&nbsp;chance&nbsp;of&nbsp;det</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ries&nbsp;may&nbsp;create&nbsp;accounts&nbsp;that&nbsp;only&nbsp;have&nbsp;access&nbsp;to&nbsp;specific&nbsp;s</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ection.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ervices,&nbsp;which&nbsp;can&nbsp;reduce&nbsp;the&nbsp;chance&nbsp;of&nbsp;detection.</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1026: Privileged Account Management",
                            "M1028: Operating System Configuration",
                            "M1030: Network Segmentation",
                            "M1032: Multi-factor Authentication"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0002: User Account (User Account Creation)",
                            "DS0009: Process (Process Creation)",
                            "DS0017: Command (Command Execution)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--7610cada-1499-41a4-b3dd-46467b68d177",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-01-28 14:05:17.825000+00:00",
                    "modified": "2024-02-01 04:37:36.774000+00:00",
                    "name": "Domain Account",
                    "description": "Adversaries may create a domain account to maintain access to victim systems. Domain accounts are those managed by Active Directory Domain Services where access and permissions are configured across systems and services that are part of that domain. Domain accounts can cover user, administrator, and service accounts. With a sufficient level of access, the <code>net user /add /domain</code> command can be used to create a domain account.(Citation: Savill 1999)\n\nSuch accounts may be used to establish secondary credentialed access that do not require persistent remote access tools to be deployed on the system.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "persistence"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1136/002",
                            "external_id": "T1136.002"
                        },
                        {
                            "source_name": "Microsoft User Creation Event",
                            "description": "Lich, B., Miroshnikov, A. (2017, April 5). 4720(S): A user account was created. Retrieved June 30, 2017.",
                            "url": "https://docs.microsoft.com/en-us/windows/security/threat-protection/auditing/event-4720"
                        },
                        {
                            "source_name": "Savill 1999",
                            "description": "Savill, J. (1999, March 4). Net.exe reference. Retrieved September 22, 2015.",
                            "url": "https://web.archive.org/web/20150511162820/http://windowsitpro.com/windows/netexe-reference"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "Process: Process Creation",
                        "Command: Command Execution",
                        "User Account: User Account Creation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor for processes and command-line parameters associated with domain account creation, such as <code>net user /add /domain</code>. Collect data on account creation within a network. Event ID 4720 is generated when a user account is created on a Windows domain controller. (Citation: Microsoft User Creation Event) Perform regular audits of domain accounts to detect suspicious accounts that may have been created by an adversary.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows",
                        "macOS",
                        "Linux"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-02-01 04:37:36.774000+00:00\", \"old_value\": \"2023-10-16 17:36:37.600000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may create a domain account to maintain access to victim systems. Domain accounts are those managed by Active Directory Domain Services where access and permissions are configured across systems and services that are part of that domain. Domain accounts can cover user, administrator, and service accounts. With a sufficient level of access, the <code>net user /add /domain</code> command can be used to create a domain account.(Citation: Savill 1999)\\n\\nSuch accounts may be used to establish secondary credentialed access that do not require persistent remote access tools to be deployed on the system.\", \"old_value\": \"Adversaries may create a domain account to maintain access to victim systems. Domain accounts are those managed by Active Directory Domain Services where access and permissions are configured across systems and services that are part of that domain. Domain accounts can cover user, administrator, and service accounts. With a sufficient level of access, the <code>net user /add /domain</code> command can be used to create a domain account.\\n\\nSuch accounts may be used to establish secondary credentialed access that do not require persistent remote access tools to be deployed on the system.\", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,3 @@\\n-Adversaries may create a domain account to maintain access to victim systems. Domain accounts are those managed by Active Directory Domain Services where access and permissions are configured across systems and services that are part of that domain. Domain accounts can cover user, administrator, and service accounts. With a sufficient level of access, the <code>net user /add /domain</code> command can be used to create a domain account.\\n+Adversaries may create a domain account to maintain access to victim systems. Domain accounts are those managed by Active Directory Domain Services where access and permissions are configured across systems and services that are part of that domain. Domain accounts can cover user, administrator, and service accounts. With a sufficient level of access, the <code>net user /add /domain</code> command can be used to create a domain account.(Citation: Savill 1999)\\n \\n Such accounts may be used to establish secondary credentialed access that do not require persistent remote access tools to be deployed on the system.\"}}, \"iterable_item_added\": {\"root['external_references'][2]\": {\"source_name\": \"Savill 1999\", \"description\": \"Savill, J. (1999, March 4). Net.exe reference. Retrieved September 22, 2015.\", \"url\": \"https://web.archive.org/web/20150511162820/http://windowsitpro.com/windows/netexe-reference\"}}}",
                    "previous_version": "1.1",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to74__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to74__0\"><a href=\"#difflib_chg_to74__top\">t</a></td><td class=\"diff_header\" id=\"from74_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;create&nbsp;a&nbsp;domain&nbsp;account&nbsp;to&nbsp;maintain&nbsp;access&nbsp;t</td><td class=\"diff_next\"><a href=\"#difflib_chg_to74__top\">t</a></td><td class=\"diff_header\" id=\"to74_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;create&nbsp;a&nbsp;domain&nbsp;account&nbsp;to&nbsp;maintain&nbsp;access&nbsp;t</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">o&nbsp;victim&nbsp;systems.&nbsp;Domain&nbsp;accounts&nbsp;are&nbsp;those&nbsp;managed&nbsp;by&nbsp;Activ</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">o&nbsp;victim&nbsp;systems.&nbsp;Domain&nbsp;accounts&nbsp;are&nbsp;those&nbsp;managed&nbsp;by&nbsp;Activ</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;Directory&nbsp;Domain&nbsp;Services&nbsp;where&nbsp;access&nbsp;and&nbsp;permissions&nbsp;are</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;Directory&nbsp;Domain&nbsp;Services&nbsp;where&nbsp;access&nbsp;and&nbsp;permissions&nbsp;are</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;configured&nbsp;across&nbsp;systems&nbsp;and&nbsp;services&nbsp;that&nbsp;are&nbsp;part&nbsp;of&nbsp;tha</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;configured&nbsp;across&nbsp;systems&nbsp;and&nbsp;services&nbsp;that&nbsp;are&nbsp;part&nbsp;of&nbsp;tha</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">t&nbsp;domain.&nbsp;Domain&nbsp;accounts&nbsp;can&nbsp;cover&nbsp;user,&nbsp;administrator,&nbsp;and</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">t&nbsp;domain.&nbsp;Domain&nbsp;accounts&nbsp;can&nbsp;cover&nbsp;user,&nbsp;administrator,&nbsp;and</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;service&nbsp;accounts.&nbsp;With&nbsp;a&nbsp;sufficient&nbsp;level&nbsp;of&nbsp;access,&nbsp;the&nbsp;&lt;c</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;service&nbsp;accounts.&nbsp;With&nbsp;a&nbsp;sufficient&nbsp;level&nbsp;of&nbsp;access,&nbsp;the&nbsp;&lt;c</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ode&gt;net&nbsp;user&nbsp;/add&nbsp;/domain&lt;/code&gt;&nbsp;command&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;crea</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ode&gt;net&nbsp;user&nbsp;/add&nbsp;/domain&lt;/code&gt;&nbsp;command&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;crea</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">te&nbsp;a&nbsp;domain&nbsp;account.<span class=\"diff_chg\">&nbsp;</span>&nbsp;S<span class=\"diff_chg\">uch&nbsp;accounts&nbsp;may</span>&nbsp;be&nbsp;used&nbsp;to&nbsp;establish</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">te&nbsp;a&nbsp;domain&nbsp;account.<span class=\"diff_chg\">(Citation:</span>&nbsp;S<span class=\"diff_chg\">avill&nbsp;1999)&nbsp;&nbsp;Such&nbsp;accounts&nbsp;m</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;secondary&nbsp;credentialed&nbsp;access&nbsp;that&nbsp;do&nbsp;not&nbsp;require&nbsp;persisten</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">ay</span>&nbsp;be&nbsp;used&nbsp;to&nbsp;establish&nbsp;secondary&nbsp;credentialed&nbsp;access&nbsp;that&nbsp;d</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">t&nbsp;remote&nbsp;access&nbsp;tools&nbsp;to&nbsp;be&nbsp;deployed&nbsp;on&nbsp;the&nbsp;system.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">o&nbsp;not&nbsp;require&nbsp;persistent&nbsp;remote&nbsp;access&nbsp;tools&nbsp;to&nbsp;be&nbsp;deployed&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">on&nbsp;the&nbsp;system.</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1026: Privileged Account Management",
                            "M1028: Operating System Configuration",
                            "M1030: Network Segmentation",
                            "M1032: Multi-factor Authentication"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0002: User Account (User Account Creation)",
                            "DS0009: Process (Process Creation)",
                            "DS0017: Command (Command Execution)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--ac9e6b22-11bf-45d7-9181-c1cb08360931",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-03-02 14:19:22.609000+00:00",
                    "modified": "2024-02-02 17:18:39.004000+00:00",
                    "name": "Data Manipulation",
                    "description": "Adversaries may insert, delete, or manipulate data in order to influence external outcomes or hide activity, thus threatening the integrity of the data.(Citation: Sygnia Elephant Beetle Jan 2022) By manipulating data, adversaries may attempt to affect a business process, organizational understanding, or decision making.\n\nThe type of modification and the impact it will have depends on the target application and process as well as the goals and objectives of the adversary. For complex systems, an adversary would likely need special expertise and possibly access to specialized software related to the system that would typically be gained through a prolonged information gathering campaign in order to have the desired impact.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "impact"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1565",
                            "external_id": "T1565"
                        },
                        {
                            "source_name": "Sygnia Elephant Beetle Jan 2022",
                            "description": "Sygnia Incident Response Team. (2022, January 5). TG2003: ELEPHANT BEETLE UNCOVERING AN ORGANIZED FINANCIAL-THEFT OPERATION. Retrieved February 9, 2023.",
                            "url": "https://f.hubspotusercontent30.net/hubfs/8776530/Sygnia-%20Elephant%20Beetle_Jan2022.pdf?__hstc=147695848.3e8f1a482c8f8d4531507747318e660b.1680005306711.1680005306711.1680005306711.1&__hssc=147695848.1.1680005306711&__hsfp=3000179024&hsCtaTracking=189ec409-ae2d-4909-8bf1-62dcdd694372%7Cca91d317-8f10-4a38-9f80-367f551ad64d"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "Process: OS API Execution",
                        "Network Traffic: Network Traffic Content",
                        "File: File Creation",
                        "Network Traffic: Network Traffic Flow",
                        "File: File Deletion",
                        "File: File Modification",
                        "File: File Metadata"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Where applicable, inspect important file hashes, locations, and modifications for suspicious/unexpected values. With some critical processes involving transmission of data, manual or out-of-band integrity checking may be useful for identifying manipulated data.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_impact_type": [
                        "Integrity"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-02-02 17:18:39.004000+00:00\", \"old_value\": \"2022-04-19 23:03:02.016000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may insert, delete, or manipulate data in order to influence external outcomes or hide activity, thus threatening the integrity of the data.(Citation: Sygnia Elephant Beetle Jan 2022) By manipulating data, adversaries may attempt to affect a business process, organizational understanding, or decision making.\\n\\nThe type of modification and the impact it will have depends on the target application and process as well as the goals and objectives of the adversary. For complex systems, an adversary would likely need special expertise and possibly access to specialized software related to the system that would typically be gained through a prolonged information gathering campaign in order to have the desired impact.\", \"old_value\": \"Adversaries may insert, delete, or manipulate data in order to influence external outcomes or hide activity, thus threatening the integrity of the data. By manipulating data, adversaries may attempt to affect a business process, organizational understanding, or decision making.\\n\\nThe type of modification and the impact it will have depends on the target application and process as well as the goals and objectives of the adversary. For complex systems, an adversary would likely need special expertise and possibly access to specialized software related to the system that would typically be gained through a prolonged information gathering campaign in order to have the desired impact.\", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,3 @@\\n-Adversaries may insert, delete, or manipulate data in order to influence external outcomes or hide activity, thus threatening the integrity of the data. By manipulating data, adversaries may attempt to affect a business process, organizational understanding, or decision making.\\n+Adversaries may insert, delete, or manipulate data in order to influence external outcomes or hide activity, thus threatening the integrity of the data.(Citation: Sygnia Elephant Beetle Jan 2022) By manipulating data, adversaries may attempt to affect a business process, organizational understanding, or decision making.\\n \\n The type of modification and the impact it will have depends on the target application and process as well as the goals and objectives of the adversary. For complex systems, an adversary would likely need special expertise and possibly access to specialized software related to the system that would typically be gained through a prolonged information gathering campaign in order to have the desired impact.\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}}, \"iterable_item_added\": {\"root['external_references'][1]\": {\"source_name\": \"Sygnia Elephant Beetle Jan 2022\", \"description\": \"Sygnia Incident Response Team. (2022, January 5). TG2003: ELEPHANT BEETLE UNCOVERING AN ORGANIZED FINANCIAL-THEFT OPERATION. Retrieved February 9, 2023.\", \"url\": \"https://f.hubspotusercontent30.net/hubfs/8776530/Sygnia-%20Elephant%20Beetle_Jan2022.pdf?__hstc=147695848.3e8f1a482c8f8d4531507747318e660b.1680005306711.1680005306711.1680005306711.1&__hssc=147695848.1.1680005306711&__hsfp=3000179024&hsCtaTracking=189ec409-ae2d-4909-8bf1-62dcdd694372%7Cca91d317-8f10-4a38-9f80-367f551ad64d\"}}}",
                    "previous_version": "1.1",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to93__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to93__0\"><a href=\"#difflib_chg_to93__top\">t</a></td><td class=\"diff_header\" id=\"from93_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;insert,&nbsp;delete,&nbsp;or&nbsp;manipulate&nbsp;data&nbsp;in&nbsp;order&nbsp;</td><td class=\"diff_next\"><a href=\"#difflib_chg_to93__top\">t</a></td><td class=\"diff_header\" id=\"to93_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;insert,&nbsp;delete,&nbsp;or&nbsp;manipulate&nbsp;data&nbsp;in&nbsp;order&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">to&nbsp;influence&nbsp;external&nbsp;outcomes&nbsp;or&nbsp;hide&nbsp;activity,&nbsp;thus&nbsp;threat</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">to&nbsp;influence&nbsp;external&nbsp;outcomes&nbsp;or&nbsp;hide&nbsp;activity,&nbsp;thus&nbsp;threat</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ening&nbsp;the&nbsp;integrity&nbsp;of&nbsp;the&nbsp;data.&nbsp;B<span class=\"diff_chg\">y&nbsp;manipulating</span>&nbsp;data,&nbsp;adver</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ening&nbsp;the&nbsp;integrity&nbsp;of&nbsp;the&nbsp;data.<span class=\"diff_add\">(Citation:&nbsp;Sygnia&nbsp;Elephant</span>&nbsp;B</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">saries&nbsp;may&nbsp;attempt&nbsp;to&nbsp;affect&nbsp;a&nbsp;business&nbsp;process,&nbsp;organizatio</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">eetle&nbsp;Jan&nbsp;2022)&nbsp;By&nbsp;manipulating</span>&nbsp;data,&nbsp;adversaries&nbsp;may&nbsp;attemp</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nal&nbsp;understanding,&nbsp;or&nbsp;decision&nbsp;making.&nbsp;&nbsp;The&nbsp;type&nbsp;of&nbsp;modifica</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">t&nbsp;to&nbsp;affect&nbsp;a&nbsp;business&nbsp;process,&nbsp;organizational&nbsp;understanding</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tion&nbsp;and&nbsp;the&nbsp;impact&nbsp;it&nbsp;will&nbsp;have&nbsp;depends&nbsp;on&nbsp;the&nbsp;target&nbsp;appli</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">,&nbsp;or&nbsp;decision&nbsp;making.&nbsp;&nbsp;The&nbsp;type&nbsp;of&nbsp;modification&nbsp;and&nbsp;the&nbsp;impa</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">cation&nbsp;and&nbsp;process&nbsp;as&nbsp;well&nbsp;as&nbsp;the&nbsp;goals&nbsp;and&nbsp;objectives&nbsp;of&nbsp;th</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ct&nbsp;it&nbsp;will&nbsp;have&nbsp;depends&nbsp;on&nbsp;the&nbsp;target&nbsp;application&nbsp;and&nbsp;proces</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;adversary.&nbsp;For&nbsp;complex&nbsp;systems,&nbsp;an&nbsp;adversary&nbsp;would&nbsp;likely&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;as&nbsp;well&nbsp;as&nbsp;the&nbsp;goals&nbsp;and&nbsp;objectives&nbsp;of&nbsp;the&nbsp;adversary.&nbsp;For&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">need&nbsp;special&nbsp;expertise&nbsp;and&nbsp;possibly&nbsp;access&nbsp;to&nbsp;specialized&nbsp;so</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">complex&nbsp;systems,&nbsp;an&nbsp;adversary&nbsp;would&nbsp;likely&nbsp;need&nbsp;special&nbsp;expe</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ftware&nbsp;related&nbsp;to&nbsp;the&nbsp;system&nbsp;that&nbsp;would&nbsp;typically&nbsp;be&nbsp;gained&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rtise&nbsp;and&nbsp;possibly&nbsp;access&nbsp;to&nbsp;specialized&nbsp;software&nbsp;related&nbsp;to</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">through&nbsp;a&nbsp;prolonged&nbsp;information&nbsp;gathering&nbsp;campaign&nbsp;in&nbsp;order&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;the&nbsp;system&nbsp;that&nbsp;would&nbsp;typically&nbsp;be&nbsp;gained&nbsp;through&nbsp;a&nbsp;prolong</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">to&nbsp;have&nbsp;the&nbsp;desired&nbsp;impact.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;information&nbsp;gathering&nbsp;campaign&nbsp;in&nbsp;order&nbsp;to&nbsp;have&nbsp;the&nbsp;desir</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;impact.</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1022: Restrict File and Directory Permissions",
                            "M1029: Remote Data Storage",
                            "M1030: Network Segmentation",
                            "M1041: Encrypt Sensitive Information"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (OS API Execution)",
                            "DS0022: File (File Creation)",
                            "DS0022: File (File Deletion)",
                            "DS0022: File (File Metadata)",
                            "DS0022: File (File Modification)",
                            "DS0029: Network Traffic (Network Traffic Content)",
                            "DS0029: Network Traffic (Network Traffic Flow)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--ad255bfe-a9e6-4b52-a258-8d3462abe842",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:30:18.931000+00:00",
                    "modified": "2024-02-02 19:04:35.389000+00:00",
                    "name": "Data Obfuscation",
                    "description": "Adversaries may obfuscate command and control traffic to make it more difficult to detect.(Citation: Bitdefender FunnyDream Campaign November 2020) Command and control (C2) communications are hidden (but not necessarily encrypted) in an attempt to make the content more difficult to discover or decipher and to make the communication less conspicuous and hide commands from being seen. This encompasses many methods, such as adding junk data to protocol traffic, using steganography, or impersonating legitimate protocols. ",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "command-and-control"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1001",
                            "external_id": "T1001"
                        },
                        {
                            "source_name": "University of Birmingham C2",
                            "description": "Gardiner, J.,  Cova, M., Nagaraja, S. (2014, February). Command & Control Understanding, Denying and Detecting. Retrieved April 20, 2016.",
                            "url": "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf"
                        },
                        {
                            "source_name": "Bitdefender FunnyDream Campaign November 2020",
                            "description": "Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.",
                            "url": "https://www.bitdefender.com/files/News/CaseStudies/study/379/Bitdefender-Whitepaper-Chinese-APT.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "Network Traffic: Network Traffic Content"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used. (Citation: University of Birmingham C2)",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-02-02 19:04:35.389000+00:00\", \"old_value\": \"2020-03-15 00:40:27.670000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may obfuscate command and control traffic to make it more difficult to detect.(Citation: Bitdefender FunnyDream Campaign November 2020) Command and control (C2) communications are hidden (but not necessarily encrypted) in an attempt to make the content more difficult to discover or decipher and to make the communication less conspicuous and hide commands from being seen. This encompasses many methods, such as adding junk data to protocol traffic, using steganography, or impersonating legitimate protocols. \", \"old_value\": \"Adversaries may obfuscate command and control traffic to make it more difficult to detect. Command and control (C2) communications are hidden (but not necessarily encrypted) in an attempt to make the content more difficult to discover or decipher and to make the communication less conspicuous and hide commands from being seen. This encompasses many methods, such as adding junk data to protocol traffic, using steganography, or impersonating legitimate protocols. \"}}, \"iterable_item_added\": {\"root['external_references'][2]\": {\"source_name\": \"Bitdefender FunnyDream Campaign November 2020\", \"description\": \"Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.\", \"url\": \"https://www.bitdefender.com/files/News/CaseStudies/study/379/Bitdefender-Whitepaper-Chinese-APT.pdf\"}}}",
                    "previous_version": "1.1",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to88__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to88__0\"><a href=\"#difflib_chg_to88__top\">t</a></td><td class=\"diff_header\" id=\"from88_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;obfuscate&nbsp;command&nbsp;and&nbsp;control&nbsp;traffic&nbsp;to&nbsp;mak</td><td class=\"diff_next\"><a href=\"#difflib_chg_to88__top\">t</a></td><td class=\"diff_header\" id=\"to88_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;obfuscate&nbsp;command&nbsp;and&nbsp;control&nbsp;traffic&nbsp;to&nbsp;mak</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;it&nbsp;more&nbsp;difficult&nbsp;to&nbsp;detect.<span class=\"diff_chg\">&nbsp;</span>C<span class=\"diff_chg\">ommand&nbsp;and&nbsp;control</span>&nbsp;(C2)&nbsp;comm</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;it&nbsp;more&nbsp;difficult&nbsp;to&nbsp;detect.<span class=\"diff_chg\">(</span>C<span class=\"diff_chg\">itation:&nbsp;Bitdefender&nbsp;FunnyDr</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">unications&nbsp;are&nbsp;hidden&nbsp;(but&nbsp;not&nbsp;necessarily&nbsp;encrypted)&nbsp;in&nbsp;an&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">eam&nbsp;Campaign&nbsp;November&nbsp;2020)&nbsp;Command&nbsp;and&nbsp;control</span>&nbsp;(C2)&nbsp;communi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">attempt&nbsp;to&nbsp;make&nbsp;the&nbsp;content&nbsp;more&nbsp;difficult&nbsp;to&nbsp;discover&nbsp;or&nbsp;de</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">cations&nbsp;are&nbsp;hidden&nbsp;(but&nbsp;not&nbsp;necessarily&nbsp;encrypted)&nbsp;in&nbsp;an&nbsp;att</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">cipher&nbsp;and&nbsp;to&nbsp;make&nbsp;the&nbsp;communication&nbsp;less&nbsp;conspicuous&nbsp;and&nbsp;hi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">empt&nbsp;to&nbsp;make&nbsp;the&nbsp;content&nbsp;more&nbsp;difficult&nbsp;to&nbsp;discover&nbsp;or&nbsp;decip</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">de&nbsp;commands&nbsp;from&nbsp;being&nbsp;seen.&nbsp;This&nbsp;encompasses&nbsp;many&nbsp;methods,&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">her&nbsp;and&nbsp;to&nbsp;make&nbsp;the&nbsp;communication&nbsp;less&nbsp;conspicuous&nbsp;and&nbsp;hide&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">such&nbsp;as&nbsp;adding&nbsp;junk&nbsp;data&nbsp;to&nbsp;protocol&nbsp;traffic,&nbsp;using&nbsp;steganog</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">commands&nbsp;from&nbsp;being&nbsp;seen.&nbsp;This&nbsp;encompasses&nbsp;many&nbsp;methods,&nbsp;suc</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">raphy,&nbsp;or&nbsp;impersonating&nbsp;legitimate&nbsp;protocols.&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">h&nbsp;as&nbsp;adding&nbsp;junk&nbsp;data&nbsp;to&nbsp;protocol&nbsp;traffic,&nbsp;using&nbsp;steganograp</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">hy,&nbsp;or&nbsp;impersonating&nbsp;legitimate&nbsp;protocols.&nbsp;</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1031: Network Intrusion Prevention"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0029: Network Traffic (Network Traffic Content)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--f7c0689c-4dbd-489b-81be-7cb7c7079ade",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-03-15 00:30:25.444000+00:00",
                    "modified": "2024-02-02 20:10:01.862000+00:00",
                    "name": "Junk Data",
                    "description": "Adversaries may add junk data to protocols used for command and control to make detection more difficult.(Citation: FireEye SUNBURST Backdoor December 2020) By adding random or meaningless data to the protocols used for command and control, adversaries can prevent trivial methods for decoding, deciphering, or otherwise analyzing the traffic. Examples may include appending/prepending data with junk characters or writing junk characters between significant characters. ",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "command-and-control"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1001/001",
                            "external_id": "T1001.001"
                        },
                        {
                            "source_name": "FireEye SUNBURST Backdoor December 2020",
                            "description": "FireEye. (2020, December 13). Highly Evasive Attacker Leverages SolarWinds Supply Chain to Compromise Multiple Global Victims With SUNBURST Backdoor. Retrieved January 4, 2021.",
                            "url": "https://www.fireeye.com/blog/threat-research/2020/12/evasive-attacker-leverages-solarwinds-supply-chain-compromises-with-sunburst-backdoor.html"
                        },
                        {
                            "source_name": "University of Birmingham C2",
                            "description": "Gardiner, J.,  Cova, M., Nagaraja, S. (2014, February). Command & Control Understanding, Denying and Detecting. Retrieved April 20, 2016.",
                            "url": "https://arxiv.org/ftp/arxiv/papers/1408/1408.1136.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "Network Traffic: Network Traffic Content"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect communications that do not follow the expected protocol behavior for the port that is being used.(Citation: University of Birmingham C2)",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows"
                    ],
                    "x_mitre_version": "1.0",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-02-02 20:10:01.862000+00:00\", \"old_value\": \"2020-03-15 00:30:25.444000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may add junk data to protocols used for command and control to make detection more difficult.(Citation: FireEye SUNBURST Backdoor December 2020) By adding random or meaningless data to the protocols used for command and control, adversaries can prevent trivial methods for decoding, deciphering, or otherwise analyzing the traffic. Examples may include appending/prepending data with junk characters or writing junk characters between significant characters. \", \"old_value\": \"Adversaries may add junk data to protocols used for command and control to make detection more difficult. By adding random or meaningless data to the protocols used for command and control, adversaries can prevent trivial methods for decoding, deciphering, or otherwise analyzing the traffic. Examples may include appending/prepending data with junk characters or writing junk characters between significant characters. \"}}, \"iterable_item_added\": {\"root['external_references'][1]\": {\"source_name\": \"FireEye SUNBURST Backdoor December 2020\", \"description\": \"FireEye. (2020, December 13). Highly Evasive Attacker Leverages SolarWinds Supply Chain to Compromise Multiple Global Victims With SUNBURST Backdoor. Retrieved January 4, 2021.\", \"url\": \"https://www.fireeye.com/blog/threat-research/2020/12/evasive-attacker-leverages-solarwinds-supply-chain-compromises-with-sunburst-backdoor.html\"}}}",
                    "previous_version": "1.0",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to56__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to56__0\"><a href=\"#difflib_chg_to56__top\">t</a></td><td class=\"diff_header\" id=\"from56_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;add&nbsp;junk&nbsp;data&nbsp;to&nbsp;protocols&nbsp;used&nbsp;for&nbsp;command&nbsp;</td><td class=\"diff_next\"><a href=\"#difflib_chg_to56__top\">t</a></td><td class=\"diff_header\" id=\"to56_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;add&nbsp;junk&nbsp;data&nbsp;to&nbsp;protocols&nbsp;used&nbsp;for&nbsp;command&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">and&nbsp;control&nbsp;to&nbsp;make&nbsp;detection&nbsp;more&nbsp;difficult.&nbsp;By&nbsp;adding&nbsp;rand</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">and&nbsp;control&nbsp;to&nbsp;make&nbsp;detection&nbsp;more&nbsp;difficult.<span class=\"diff_add\">(Citation:&nbsp;Fire</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">om&nbsp;or&nbsp;meaningless&nbsp;data&nbsp;to&nbsp;the&nbsp;protocols&nbsp;used&nbsp;for&nbsp;command&nbsp;and</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">Eye&nbsp;SUNBURST&nbsp;Backdoor&nbsp;December&nbsp;2020)</span>&nbsp;By&nbsp;adding&nbsp;random&nbsp;or&nbsp;mea</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;control,&nbsp;adversaries&nbsp;can&nbsp;prevent&nbsp;trivial&nbsp;methods&nbsp;for&nbsp;decodi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ningless&nbsp;data&nbsp;to&nbsp;the&nbsp;protocols&nbsp;used&nbsp;for&nbsp;command&nbsp;and&nbsp;control,</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ng,&nbsp;deciphering,&nbsp;or&nbsp;otherwise&nbsp;analyzing&nbsp;the&nbsp;traffic.&nbsp;Example</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;adversaries&nbsp;can&nbsp;prevent&nbsp;trivial&nbsp;methods&nbsp;for&nbsp;decoding,&nbsp;decip</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;may&nbsp;include&nbsp;appending/prepending&nbsp;data&nbsp;with&nbsp;junk&nbsp;characters</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">hering,&nbsp;or&nbsp;otherwise&nbsp;analyzing&nbsp;the&nbsp;traffic.&nbsp;Examples&nbsp;may&nbsp;inc</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;or&nbsp;writing&nbsp;junk&nbsp;characters&nbsp;between&nbsp;significant&nbsp;characters.&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">lude&nbsp;appending/prepending&nbsp;data&nbsp;with&nbsp;junk&nbsp;characters&nbsp;or&nbsp;writi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ng&nbsp;junk&nbsp;characters&nbsp;between&nbsp;significant&nbsp;characters.&nbsp;</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1031: Network Intrusion Prevention"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0029: Network Traffic (Network Traffic Content)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--1b20efbf-8063-4fc3-a07d-b575318a301b",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2021-08-06 13:10:12.916000+00:00",
                    "modified": "2023-01-06 12:41:08.579000+00:00",
                    "name": "Group Policy Discovery",
                    "description": "Adversaries may gather information on Group Policy settings to identify paths for privilege escalation, security measures applied within a domain, and to discover patterns in domain objects that can be manipulated or used to blend in the environment. Group Policy allows for centralized management of user and computer settings in Active Directory (AD). Group policy objects (GPOs) are containers for group policy settings made up of files stored within a predictable network path `\\<DOMAIN>\\SYSVOL\\<DOMAIN>\\Policies\\`.(Citation: TechNet Group Policy Basics)(Citation: ADSecurity GPO Persistence 2016)\n\nAdversaries may use commands such as <code>gpresult</code> or various publicly available PowerShell functions, such as <code>Get-DomainGPO</code> and <code>Get-DomainGPOLocalGroup</code>, to gather information on Group Policy settings.(Citation: Microsoft gpresult)(Citation: Github PowerShell Empire) Adversaries may use this information to shape follow-on behaviors, including determining potential attack paths within the target network as well as opportunities to manipulate Group Policy settings (i.e. [Domain or Tenant Policy Modification](https://attack.mitre.org/techniques/T1484)) for their benefit.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "discovery"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1615",
                            "external_id": "T1615"
                        },
                        {
                            "source_name": "ADSecurity GPO Persistence 2016",
                            "description": "Metcalf, S. (2016, March 14). Sneaky Active Directory Persistence #17: Group Policy. Retrieved March 5, 2019.",
                            "url": "https://adsecurity.org/?p=2716"
                        },
                        {
                            "source_name": "Microsoft gpresult",
                            "description": "Microsoft. (2017, October 16). gpresult. Retrieved August 6, 2021.",
                            "url": "https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/gpresult"
                        },
                        {
                            "source_name": "Github PowerShell Empire",
                            "description": "Schroeder, W., Warner, J., Nelson, M. (n.d.). Github PowerShellEmpire. Retrieved April 28, 2016.",
                            "url": "https://github.com/PowerShellEmpire/Empire"
                        },
                        {
                            "source_name": "TechNet Group Policy Basics",
                            "description": "srachui. (2012, February 13). Group Policy Basics \u2013 Part 1: Understanding the Structure of a Group Policy Object. Retrieved March 5, 2019.",
                            "url": "https://blogs.technet.microsoft.com/musings_of_a_technical_tam/2012/02/13/group-policy-basics-part-1-understanding-the-structure-of-a-group-policy-object/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.1.0",
                    "x_mitre_contributors": [
                        "Ted Samuels, Rapid7",
                        "Jonhnathan Ribeiro, 3CORESec, @_w0rk3r"
                    ],
                    "x_mitre_data_sources": [
                        "Script: Script Execution",
                        "Active Directory: Active Directory Object Access",
                        "Process: Process Creation",
                        "Command: Command Execution",
                        "Network Traffic: Network Traffic Content"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "System and network discovery techniques normally occur throughout an operation as an adversary learns the environment. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities based on the information obtained.\n\nMonitor for suspicious use of <code>gpresult</code>. Monitor for the use of PowerShell functions such as <code>Get-DomainGPO</code> and <code>Get-DomainGPOLocalGroup</code> and processes spawning with command-line arguments containing <code>GPOLocalGroup</code>.\n\nMonitor for abnormal LDAP queries with filters for <code>groupPolicyContainer</code> and high volumes of LDAP traffic to domain controllers. Windows Event ID 4661 can also be used to detect when a directory service has been accessed.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['description']\": {\"new_value\": \"Adversaries may gather information on Group Policy settings to identify paths for privilege escalation, security measures applied within a domain, and to discover patterns in domain objects that can be manipulated or used to blend in the environment. Group Policy allows for centralized management of user and computer settings in Active Directory (AD). Group policy objects (GPOs) are containers for group policy settings made up of files stored within a predictable network path `\\\\<DOMAIN>\\\\SYSVOL\\\\<DOMAIN>\\\\Policies\\\\`.(Citation: TechNet Group Policy Basics)(Citation: ADSecurity GPO Persistence 2016)\\n\\nAdversaries may use commands such as <code>gpresult</code> or various publicly available PowerShell functions, such as <code>Get-DomainGPO</code> and <code>Get-DomainGPOLocalGroup</code>, to gather information on Group Policy settings.(Citation: Microsoft gpresult)(Citation: Github PowerShell Empire) Adversaries may use this information to shape follow-on behaviors, including determining potential attack paths within the target network as well as opportunities to manipulate Group Policy settings (i.e. [Domain or Tenant Policy Modification](https://attack.mitre.org/techniques/T1484)) for their benefit.\", \"old_value\": \"Adversaries may gather information on Group Policy settings to identify paths for privilege escalation, security measures applied within a domain, and to discover patterns in domain objects that can be manipulated or used to blend in the environment. Group Policy allows for centralized management of user and computer settings in Active Directory (AD). Group policy objects (GPOs) are containers for group policy settings made up of files stored within a predictable network path `\\\\<DOMAIN>\\\\SYSVOL\\\\<DOMAIN>\\\\Policies\\\\`.(Citation: TechNet Group Policy Basics)(Citation: ADSecurity GPO Persistence 2016)\\n\\nAdversaries may use commands such as <code>gpresult</code> or various publicly available PowerShell functions, such as <code>Get-DomainGPO</code> and <code>Get-DomainGPOLocalGroup</code>, to gather information on Group Policy settings.(Citation: Microsoft gpresult)(Citation: Github PowerShell Empire) Adversaries may use this information to shape follow-on behaviors, including determining potential attack paths within the target network as well as opportunities to manipulate Group Policy settings (i.e. [Domain Policy Modification](https://attack.mitre.org/techniques/T1484)) for their benefit.\", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,3 @@\\n Adversaries may gather information on Group Policy settings to identify paths for privilege escalation, security measures applied within a domain, and to discover patterns in domain objects that can be manipulated or used to blend in the environment. Group Policy allows for centralized management of user and computer settings in Active Directory (AD). Group policy objects (GPOs) are containers for group policy settings made up of files stored within a predictable network path `\\\\<DOMAIN>\\\\SYSVOL\\\\<DOMAIN>\\\\Policies\\\\`.(Citation: TechNet Group Policy Basics)(Citation: ADSecurity GPO Persistence 2016)\\n \\n-Adversaries may use commands such as <code>gpresult</code> or various publicly available PowerShell functions, such as <code>Get-DomainGPO</code> and <code>Get-DomainGPOLocalGroup</code>, to gather information on Group Policy settings.(Citation: Microsoft gpresult)(Citation: Github PowerShell Empire) Adversaries may use this information to shape follow-on behaviors, including determining potential attack paths within the target network as well as opportunities to manipulate Group Policy settings (i.e. [Domain Policy Modification](https://attack.mitre.org/techniques/T1484)) for their benefit.\\n+Adversaries may use commands such as <code>gpresult</code> or various publicly available PowerShell functions, such as <code>Get-DomainGPO</code> and <code>Get-DomainGPOLocalGroup</code>, to gather information on Group Policy settings.(Citation: Microsoft gpresult)(Citation: Github PowerShell Empire) Adversaries may use this information to shape follow-on behaviors, including determining potential attack paths within the target network as well as opportunities to manipulate Group Policy settings (i.e. [Domain or Tenant Policy Modification](https://attack.mitre.org/techniques/T1484)) for their benefit.\"}}}",
                    "previous_version": "1.1",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to3__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to3__0\"><a href=\"#difflib_chg_to3__top\">t</a></td><td class=\"diff_header\" id=\"from3_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;gather&nbsp;information&nbsp;on&nbsp;Group&nbsp;Policy&nbsp;settings&nbsp;</td><td class=\"diff_next\"><a href=\"#difflib_chg_to3__top\">t</a></td><td class=\"diff_header\" id=\"to3_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;gather&nbsp;information&nbsp;on&nbsp;Group&nbsp;Policy&nbsp;settings&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">to&nbsp;identify&nbsp;paths&nbsp;for&nbsp;privilege&nbsp;escalation,&nbsp;security&nbsp;measure</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">to&nbsp;identify&nbsp;paths&nbsp;for&nbsp;privilege&nbsp;escalation,&nbsp;security&nbsp;measure</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;applied&nbsp;within&nbsp;a&nbsp;domain,&nbsp;and&nbsp;to&nbsp;discover&nbsp;patterns&nbsp;in&nbsp;domai</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;applied&nbsp;within&nbsp;a&nbsp;domain,&nbsp;and&nbsp;to&nbsp;discover&nbsp;patterns&nbsp;in&nbsp;domai</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n&nbsp;objects&nbsp;that&nbsp;can&nbsp;be&nbsp;manipulated&nbsp;or&nbsp;used&nbsp;to&nbsp;blend&nbsp;in&nbsp;the&nbsp;en</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n&nbsp;objects&nbsp;that&nbsp;can&nbsp;be&nbsp;manipulated&nbsp;or&nbsp;used&nbsp;to&nbsp;blend&nbsp;in&nbsp;the&nbsp;en</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">vironment.&nbsp;Group&nbsp;Policy&nbsp;allows&nbsp;for&nbsp;centralized&nbsp;management&nbsp;of</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">vironment.&nbsp;Group&nbsp;Policy&nbsp;allows&nbsp;for&nbsp;centralized&nbsp;management&nbsp;of</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;user&nbsp;and&nbsp;computer&nbsp;settings&nbsp;in&nbsp;Active&nbsp;Directory&nbsp;(AD).&nbsp;Group&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;user&nbsp;and&nbsp;computer&nbsp;settings&nbsp;in&nbsp;Active&nbsp;Directory&nbsp;(AD).&nbsp;Group&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">policy&nbsp;objects&nbsp;(GPOs)&nbsp;are&nbsp;containers&nbsp;for&nbsp;group&nbsp;policy&nbsp;settin</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">policy&nbsp;objects&nbsp;(GPOs)&nbsp;are&nbsp;containers&nbsp;for&nbsp;group&nbsp;policy&nbsp;settin</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">gs&nbsp;made&nbsp;up&nbsp;of&nbsp;files&nbsp;stored&nbsp;within&nbsp;a&nbsp;predictable&nbsp;network&nbsp;path</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">gs&nbsp;made&nbsp;up&nbsp;of&nbsp;files&nbsp;stored&nbsp;within&nbsp;a&nbsp;predictable&nbsp;network&nbsp;path</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;`\\&lt;DOMAIN&gt;\\SYSVOL\\&lt;DOMAIN&gt;\\Policies\\`.(Citation:&nbsp;TechNet&nbsp;Gr</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;`\\&lt;DOMAIN&gt;\\SYSVOL\\&lt;DOMAIN&gt;\\Policies\\`.(Citation:&nbsp;TechNet&nbsp;Gr</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">oup&nbsp;Policy&nbsp;Basics)(Citation:&nbsp;ADSecurity&nbsp;GPO&nbsp;Persistence&nbsp;2016</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">oup&nbsp;Policy&nbsp;Basics)(Citation:&nbsp;ADSecurity&nbsp;GPO&nbsp;Persistence&nbsp;2016</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">)&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;use&nbsp;commands&nbsp;such&nbsp;as&nbsp;&lt;code&gt;gpresult&lt;/code</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">)&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;use&nbsp;commands&nbsp;such&nbsp;as&nbsp;&lt;code&gt;gpresult&lt;/code</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&gt;&nbsp;or&nbsp;various&nbsp;publicly&nbsp;available&nbsp;PowerShell&nbsp;functions,&nbsp;such&nbsp;a</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&gt;&nbsp;or&nbsp;various&nbsp;publicly&nbsp;available&nbsp;PowerShell&nbsp;functions,&nbsp;such&nbsp;a</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;&lt;code&gt;Get-DomainGPO&lt;/code&gt;&nbsp;and&nbsp;&lt;code&gt;Get-DomainGPOLocalGro</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;&lt;code&gt;Get-DomainGPO&lt;/code&gt;&nbsp;and&nbsp;&lt;code&gt;Get-DomainGPOLocalGro</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">up&lt;/code&gt;,&nbsp;to&nbsp;gather&nbsp;information&nbsp;on&nbsp;Group&nbsp;Policy&nbsp;settings.(C</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">up&lt;/code&gt;,&nbsp;to&nbsp;gather&nbsp;information&nbsp;on&nbsp;Group&nbsp;Policy&nbsp;settings.(C</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">itation:&nbsp;Microsoft&nbsp;gpresult)(Citation:&nbsp;Github&nbsp;PowerShell&nbsp;Emp</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">itation:&nbsp;Microsoft&nbsp;gpresult)(Citation:&nbsp;Github&nbsp;PowerShell&nbsp;Emp</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ire)&nbsp;Adversaries&nbsp;may&nbsp;use&nbsp;this&nbsp;information&nbsp;to&nbsp;shape&nbsp;follow-on</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ire)&nbsp;Adversaries&nbsp;may&nbsp;use&nbsp;this&nbsp;information&nbsp;to&nbsp;shape&nbsp;follow-on</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;behaviors,&nbsp;including&nbsp;determining&nbsp;potential&nbsp;attack&nbsp;paths&nbsp;wit</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;behaviors,&nbsp;including&nbsp;determining&nbsp;potential&nbsp;attack&nbsp;paths&nbsp;wit</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">hin&nbsp;the&nbsp;target&nbsp;network&nbsp;as&nbsp;well&nbsp;as&nbsp;opportunities&nbsp;to&nbsp;manipulat</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">hin&nbsp;the&nbsp;target&nbsp;network&nbsp;as&nbsp;well&nbsp;as&nbsp;opportunities&nbsp;to&nbsp;manipulat</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;Group&nbsp;Policy&nbsp;settings&nbsp;(i.e.&nbsp;[Domain&nbsp;<span class=\"diff_chg\">Policy</span>&nbsp;Modification](h</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;Group&nbsp;Policy&nbsp;settings&nbsp;(i.e.&nbsp;[Domain&nbsp;<span class=\"diff_chg\">or&nbsp;Tenant&nbsp;Policy</span>&nbsp;Modif</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ttps://attack.mitre.org/techniques/T1484))&nbsp;for&nbsp;their&nbsp;benefit</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ication](https://attack.mitre.org/techniques/T1484))&nbsp;for&nbsp;the</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ir&nbsp;benefit.</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (Process Creation)",
                            "DS0012: Script (Script Execution)",
                            "DS0017: Command (Command Execution)",
                            "DS0026: Active Directory (Active Directory Object Access)",
                            "DS0029: Network Traffic (Network Traffic Content)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--aedfca76-3b30-4866-b2aa-0f1d7fd1e4b6",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-03-12 20:38:12.465000+00:00",
                    "modified": "2023-11-21 20:02:33.404000+00:00",
                    "name": "Hijack Execution Flow",
                    "description": "Adversaries may execute their own malicious payloads by hijacking the way operating systems run programs. Hijacking execution flow can be for the purposes of persistence, since this hijacked execution may reoccur over time. Adversaries may also use these mechanisms to elevate privileges or evade defenses, such as application control or other restrictions on execution.\n\nThere are many ways an adversary may hijack the flow of execution, including by manipulating how the operating system locates programs to be executed. How the operating system locates libraries to be used by a program can also be intercepted. Locations where the operating system looks for programs/resources, such as file directories and in the case of Windows the Registry, could also be poisoned to include malicious payloads.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "persistence"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "privilege-escalation"
                        },
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "defense-evasion"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1574",
                            "external_id": "T1574"
                        },
                        {
                            "source_name": "Autoruns for Windows",
                            "description": "Mark Russinovich. (2019, June 28). Autoruns for Windows v13.96. Retrieved March 13, 2020.",
                            "url": "https://docs.microsoft.com/en-us/sysinternals/downloads/autoruns"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "Windows Registry: Windows Registry Key Modification",
                        "File: File Creation",
                        "Module: Module Load",
                        "Process: Process Creation",
                        "Service: Service Metadata",
                        "File: File Modification",
                        "Command: Command Execution"
                    ],
                    "x_mitre_defense_bypassed": [
                        "Anti-virus",
                        "Application Control"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor file systems for moving, renaming, replacing, or modifying DLLs. Changes in the set of DLLs that are loaded by a process (compared with past behavior) that do not correlate with known software, patches, etc., are suspicious. Monitor DLLs loaded into a process and detect DLLs that have the same file name but abnormal paths. Modifications to or creation of .manifest and .local redirection files that do not correlate with software updates are suspicious.\n\nLook for changes to binaries and service executables that may normally occur during software updates. If an executable is written, renamed, and/or moved to match an existing service executable, it could be detected and correlated with other suspicious behavior. Hashing of binaries and service executables could be used to detect replacement against historical data.\n\nMonitor for changes to environment variables, as well as the commands to implement these changes.\n\nMonitor processes for unusual activity (e.g., a process that does not use the network begins to do so, abnormal process call trees). Track library metadata, such as a hash, and compare libraries that are loaded at process execution time against previous executions to detect differences that do not correlate with patching or updates.\n\nService changes are reflected in the Registry. Modification to existing services should not occur frequently. If a service binary path or failure parameters are changed to values that are not typical for that service and does not correlate with software updates, then it may be due to malicious activity. Data and events should not be viewed in isolation, but as part of a chain of behavior that could lead to other activities, such as network connections made for Command and Control, learning details about the environment through Discovery, and Lateral Movement.\n\nTools such as Sysinternals Autoruns may also be used to detect system changes that could be attempts at persistence, including listing current service information. (Citation: Autoruns for Windows) Suspicious program execution through services may show up as outlier processes that have not been seen before when compared against historical data.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2023-11-21 20:02:33.404000+00:00\", \"old_value\": \"2022-05-05 04:07:01.191000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}}}",
                    "previous_version": "1.2",
                    "changelog_mitigations": {
                        "shared": [
                            "M1013: Application Developer Guidance",
                            "M1018: User Account Management",
                            "M1022: Restrict File and Directory Permissions",
                            "M1024: Restrict Registry Permissions",
                            "M1038: Execution Prevention",
                            "M1040: Behavior Prevention on Endpoint",
                            "M1044: Restrict Library Loading",
                            "M1047: Audit",
                            "M1051: Update Software",
                            "M1052: User Account Control"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (Process Creation)",
                            "DS0011: Module (Module Load)",
                            "DS0017: Command (Command Execution)",
                            "DS0019: Service (Service Metadata)",
                            "DS0022: File (File Creation)",
                            "DS0022: File (File Modification)",
                            "DS0024: Windows Registry (Windows Registry Key Modification)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--cacc40da-4c9e-462c-80d5-fd70a178b12d",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-10-12 13:52:32.846000+00:00",
                    "modified": "2024-04-12 21:13:56.431000+00:00",
                    "name": "Disable or Modify Cloud Logs",
                    "description": "An adversary may disable or modify cloud logging capabilities and integrations to limit what data is collected on their activities and avoid detection. Cloud environments allow for collection and analysis of audit and application logs that provide insight into what activities a user does within the environment. If an adversary has sufficient permissions, they can disable or modify logging to avoid detection of their activities.\n\nFor example, in AWS an adversary may disable CloudWatch/CloudTrail integrations prior to conducting further malicious activity.(Citation: Following the CloudTrail: Generating strong AWS security signals with Sumo Logic) They may alternatively tamper with logging functionality \u2013 for example, by removing any associated SNS topics, disabling multi-region logging, or disabling settings that validate and/or encrypt log files.(Citation: AWS Update Trail)(Citation: Pacu Detection Disruption Module) In Office 365, an adversary may disable logging on mail collection activities for specific users by using the `Set-MailboxAuditBypassAssociation` cmdlet, by disabling M365 Advanced Auditing for the user, or by downgrading the user\u2019s license from an Enterprise E5 to an Enterprise E3 license.(Citation: Dark Reading Microsoft 365 Attacks 2021)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "defense-evasion"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1562/008",
                            "external_id": "T1562.008"
                        },
                        {
                            "source_name": "Stopping CloudTrail from Sending Events to CloudWatch Logs",
                            "description": "Amazon Web Services. (n.d.). Stopping CloudTrail from Sending Events to CloudWatch Logs. Retrieved October 16, 2020.",
                            "url": "https://docs.aws.amazon.com/awscloudtrail/latest/userguide/stop-cloudtrail-from-sending-events-to-cloudwatch-logs.html"
                        },
                        {
                            "source_name": "AWS Update Trail",
                            "description": "AWS. (n.d.). update-trail. Retrieved August 4, 2023.",
                            "url": "https://awscli.amazonaws.com/v2/documentation/api/latest/reference/cloudtrail/update-trail.html"
                        },
                        {
                            "source_name": "Following the CloudTrail: Generating strong AWS security signals with Sumo Logic",
                            "description": "Dan Whalen. (2019, September 10). Following the CloudTrail: Generating strong AWS security signals with Sumo Logic. Retrieved October 16, 2020.",
                            "url": "https://expel.io/blog/following-cloudtrail-generating-aws-security-signals-sumo-logic/"
                        },
                        {
                            "source_name": "Configuring Data Access audit logs",
                            "description": "Google. (n.d.). Configuring Data Access audit logs. Retrieved October 16, 2020.",
                            "url": "https://cloud.google.com/logging/docs/audit/configure-data-access"
                        },
                        {
                            "source_name": "Dark Reading Microsoft 365 Attacks 2021",
                            "description": "Kelly Sheridan. (2021, August 5). Incident Responders Explore Microsoft 365 Attacks in the Wild. Retrieved March 17, 2023.",
                            "url": "https://www.darkreading.com/threat-intelligence/incident-responders-explore-microsoft-365-attacks-in-the-wild/d/d-id/1341591"
                        },
                        {
                            "source_name": "az monitor diagnostic-settings",
                            "description": "Microsoft. (n.d.). az monitor diagnostic-settings. Retrieved October 16, 2020.",
                            "url": "https://docs.microsoft.com/en-us/cli/azure/monitor/diagnostic-settings?view=azure-cli-latest#az_monitor_diagnostic_settings_delete"
                        },
                        {
                            "source_name": "Pacu Detection Disruption Module",
                            "description": "Rhino Security Labs. (2021, April 29). Pacu Detection Disruption Module. Retrieved August 4, 2023.",
                            "url": "https://github.com/RhinoSecurityLabs/pacu/blob/master/pacu/modules/detection__disruption/main.py"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Syed Ummar Farooqh, McAfee",
                        "Prasad Somasamudram, McAfee",
                        "Sekhar Sarukkai, McAfee",
                        "Ibrahim Ali Khan",
                        "Alex Soler, AttackIQ",
                        "Janantha Marasinghe",
                        "Matt Snyder, VMware",
                        "Joe Gumke, U.S. Bank"
                    ],
                    "x_mitre_data_sources": [
                        "Cloud Service: Cloud Service Modification",
                        "User Account: User Account Modification",
                        "Cloud Service: Cloud Service Disable"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor logs for API calls to disable logging. In AWS, monitor for: <code>StopLogging</code> and <code>DeleteTrail</code>.(Citation: Stopping CloudTrail from Sending Events to CloudWatch Logs) In GCP, monitor for: <code>google.logging.v2.ConfigServiceV2.UpdateSink</code>.(Citation: Configuring Data Access audit logs)  In Azure, monitor for <code>az monitor diagnostic-settings delete</code>.(Citation: az monitor diagnostic-settings) Additionally, a sudden loss of a log source may indicate that it has been disabled. ",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "IaaS",
                        "SaaS",
                        "Google Workspace",
                        "Azure AD",
                        "Office 365"
                    ],
                    "x_mitre_version": "2.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-12 21:13:56.431000+00:00\", \"old_value\": \"2023-10-15 10:47:17.305000+00:00\"}}}",
                    "previous_version": "2.0",
                    "changelog_mitigations": {
                        "shared": [
                            "M1018: User Account Management"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0002: User Account (User Account Modification)",
                            "DS0025: Cloud Service (Cloud Service Disable)",
                            "DS0025: Cloud Service (Cloud Service Modification)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--ac08589e-ee59-4935-8667-d845e38fe579",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-02-21 20:32:20.810000+00:00",
                    "modified": "2024-04-12 21:13:46.640000+00:00",
                    "name": "Disable or Modify Tools",
                    "description": "Adversaries may modify and/or disable security tools to avoid possible detection of their malware/tools and activities. This may take many forms, such as killing security software processes or services, modifying / deleting Registry keys or configuration files so that tools do not operate properly, or other methods to interfere with security tools scanning or reporting information. Adversaries may also disable updates to prevent the latest security patches from reaching tools on victim systems.(Citation: SCADAfence_ransomware)\n\nAdversaries may also tamper with artifacts deployed and utilized by security tools. Security tools may make dynamic changes to system components in order to maintain visibility into specific events. For example, security products may load their own modules and/or modify those loaded by processes to facilitate data collection. Similar to [Indicator Blocking](https://attack.mitre.org/techniques/T1562/006), adversaries may unhook or otherwise modify these features added by tools (especially those that exist in userland or are otherwise potentially accessible to adversaries) to avoid detection.(Citation: OutFlank System Calls)(Citation: MDSec System Calls) \n\nAdversaries may also focus on specific applications such as Sysmon. For example, the \u201cStart\u201d and \u201cEnable\u201d values in <code>HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\WMI\\Autologger\\EventLog-Microsoft-Windows-Sysmon-Operational</code> may be modified to tamper with and potentially disable Sysmon logging.(Citation: disable_win_evt_logging) \n\nOn network devices, adversaries may attempt to skip digital signature verification checks by altering startup configuration files and effectively disabling firmware verification that typically occurs at boot.(Citation: Fortinet Zero-Day and Custom Malware Used by Suspected Chinese Actor in Espionage Operation)(Citation: Analysis of FG-IR-22-369)\n\nIn cloud environments, tools disabled by adversaries may include cloud monitoring agents that report back to services such as AWS CloudWatch or Google Cloud Monitor.\n\nFurthermore, although defensive tools may have anti-tampering mechanisms, adversaries may abuse tools such as legitimate rootkit removal kits to impair and/or disable these tools.(Citation: chasing_avaddon_ransomware)(Citation: dharma_ransomware)(Citation: demystifying_ryuk)(Citation: doppelpaymer_crowdstrike) For example, adversaries have used tools such as GMER to find and shut down hidden processes and antivirus software on infected systems.(Citation: demystifying_ryuk)\n\nAdditionally, adversaries may exploit legitimate drivers from anti-virus software to gain access to kernel space (i.e. [Exploitation for Privilege Escalation](https://attack.mitre.org/techniques/T1068)), which may lead to bypassing anti-tampering features.(Citation: avoslocker_ransomware)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "defense-evasion"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1562/001",
                            "external_id": "T1562.001"
                        },
                        {
                            "source_name": "Analysis of FG-IR-22-369",
                            "description": " Guillaume Lovet and Alex Kong. (2023, March 9). Analysis of FG-IR-22-369. Retrieved May 15, 2023.",
                            "url": "https://www.fortinet.com/blog/psirt-blogs/fg-ir-22-369-psirt-analysis"
                        },
                        {
                            "source_name": "Fortinet Zero-Day and Custom Malware Used by Suspected Chinese Actor in Espionage Operation",
                            "description": "ALEXANDER MARVI, BRAD SLAYBAUGH, DAN EBREO, TUFAIL AHMED, MUHAMMAD UMAIR, TINA JOHNSON. (2023, March 16). Fortinet Zero-Day and Custom Malware Used by Suspected Chinese Actor in Espionage Operation. Retrieved May 15, 2023.",
                            "url": "https://www.mandiant.com/resources/blog/fortinet-malware-ecosystem"
                        },
                        {
                            "source_name": "OutFlank System Calls",
                            "description": "de Plaa, C. (2019, June 19). Red Team Tactics: Combining Direct System Calls and sRDI to bypass AV/EDR. Retrieved September 29, 2021.",
                            "url": "https://outflank.nl/blog/2019/06/19/red-team-tactics-combining-direct-system-calls-and-srdi-to-bypass-av-edr/"
                        },
                        {
                            "source_name": "disable_win_evt_logging",
                            "description": "Heiligenstein, L. (n.d.). REP-25: Disable Windows Event Logging. Retrieved April 7, 2022.",
                            "url": "https://ptylu.github.io/content/report/report.html?report=25"
                        },
                        {
                            "source_name": "chasing_avaddon_ransomware",
                            "description": "Hernandez, A. S. Tarter, P. Ocamp, E. J. (2022, January 19). One Source to Rule Them All: Chasing AVADDON Ransomware. Retrieved January 26, 2022.",
                            "url": "https://www.mandiant.com/resources/chasing-avaddon-ransomware"
                        },
                        {
                            "source_name": "doppelpaymer_crowdstrike",
                            "description": "Hurley, S. (2021, December 7). Critical Hit: How DoppelPaymer Hunts and Kills Windows Processes. Retrieved January 26, 2022.",
                            "url": "https://www.crowdstrike.com/blog/how-doppelpaymer-hunts-and-kills-windows-processes/"
                        },
                        {
                            "source_name": "avoslocker_ransomware",
                            "description": "Lakshmanan, R. (2022, May 2). AvosLocker Ransomware Variant Using New Trick to Disable Antivirus Protection. Retrieved May 17, 2022.",
                            "url": "https://thehackernews.com/2022/05/avoslocker-ransomware-variant-using-new.html"
                        },
                        {
                            "source_name": "dharma_ransomware",
                            "description": "Loui, E. Scheuerman, K. et al. (2020, April 16). Targeted Dharma Ransomware Intrusions Exhibit Consistent Techniques. Retrieved January 26, 2022.",
                            "url": "https://www.crowdstrike.com/blog/targeted-dharma-ransomware-intrusions-exhibit-consistent-techniques/"
                        },
                        {
                            "source_name": "MDSec System Calls",
                            "description": "MDSec Research. (2020, December). Bypassing User-Mode Hooks and Direct Invocation of System Calls for Red Teams. Retrieved September 29, 2021.",
                            "url": "https://www.mdsec.co.uk/2020/12/bypassing-user-mode-hooks-and-direct-invocation-of-system-calls-for-red-teams/"
                        },
                        {
                            "source_name": "SCADAfence_ransomware",
                            "description": "Shaked, O. (2020, January 20). Anatomy of a Targeted Ransomware Attack. Retrieved June 18, 2022.",
                            "url": "https://cdn.logic-control.com/docs/scadafence/Anatomy-Of-A-Targeted-Ransomware-Attack-WP.pdf"
                        },
                        {
                            "source_name": "demystifying_ryuk",
                            "description": "Tran, T. (2020, November 24). Demystifying Ransomware Attacks Against Microsoft Defender Solution. Retrieved January 26, 2022.",
                            "url": "https://techcommunity.microsoft.com/t5/core-infrastructure-and-security/demystifying-ransomware-attacks-against-microsoft-defender/ba-p/1928947"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Gordon Long, Box, Inc., @ethicalhax",
                        "Ziv Karliner, @ziv_kr, Team Nautilus Aqua Security",
                        "Nathaniel Quist, Palo Alto Networks",
                        "Gal Singer, @galsinger29, Team Nautilus Aqua Security",
                        "Daniel Feichter, @VirtualAllocEx, Infosec Tirol",
                        "Cian Heasley",
                        "Alex Soler, AttackIQ",
                        "Sarathkumar Rajendran, Microsoft Defender365",
                        "Lucas Heiligenstein"
                    ],
                    "x_mitre_data_sources": [
                        "Sensor Health: Host Status",
                        "Process: Process Termination",
                        "Process: Process Creation",
                        "Service: Service Metadata",
                        "Windows Registry: Windows Registry Key Modification",
                        "Command: Command Execution",
                        "Windows Registry: Windows Registry Key Deletion",
                        "Driver: Driver Load"
                    ],
                    "x_mitre_defense_bypassed": [
                        "Anti-virus",
                        "Log analysis",
                        "Signature-based detection",
                        "Host intrusion prevention systems",
                        "File monitoring"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor processes and command-line arguments to see if security tools/services are killed or stop running. Monitor Registry edits for modifications to services and startup programs that correspond to security tools. Monitoring for changes to other known features used by deployed security tools may also expose malicious activity.\n\nLack of expected log events may be suspicious.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows",
                        "macOS",
                        "Linux",
                        "Containers",
                        "IaaS",
                        "Network"
                    ],
                    "x_mitre_version": "1.5",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-12 21:13:46.640000+00:00\", \"old_value\": \"2023-05-28 16:57:27.185000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}}}",
                    "previous_version": "1.5",
                    "changelog_mitigations": {
                        "shared": [
                            "M1018: User Account Management",
                            "M1022: Restrict File and Directory Permissions",
                            "M1024: Restrict Registry Permissions",
                            "M1038: Execution Prevention"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (Process Creation)",
                            "DS0009: Process (Process Termination)",
                            "DS0013: Sensor Health (Host Status)",
                            "DS0017: Command (Command Execution)",
                            "DS0019: Service (Service Metadata)",
                            "DS0024: Windows Registry (Windows Registry Key Deletion)",
                            "DS0024: Windows Registry (Windows Registry Key Modification)",
                            "DS0027: Driver (Driver Load)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--2e34237d-8574-43f6-aace-ae2915de8597",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-03-02 19:05:18.137000+00:00",
                    "modified": "2024-01-31 14:09:27.066000+00:00",
                    "name": "Spearphishing Attachment",
                    "description": "Adversaries may send spearphishing emails with a malicious attachment in an attempt to gain access to victim systems. Spearphishing attachment is a specific variant of spearphishing. Spearphishing attachment is different from other forms of spearphishing in that it employs the use of malware attached to an email. All forms of spearphishing are electronically delivered social engineering targeted at a specific individual, company, or industry. In this scenario, adversaries attach a file to the spearphishing email and usually rely upon [User Execution](https://attack.mitre.org/techniques/T1204) to gain execution.(Citation: Unit 42 DarkHydrus July 2018) Spearphishing may also involve social engineering techniques, such as posing as a trusted source.\n\nThere are many options for the attachment such as Microsoft Office documents, executables, PDFs, or archived files. Upon opening the attachment (and potentially clicking past protections), the adversary's payload exploits a vulnerability or directly executes on the user's system. The text of the spearphishing email usually tries to give a plausible reason why the file should be opened, and may explain how to bypass system protections in order to do so. The email may also contain instructions on how to decrypt an attachment, such as a zip file password, in order to evade email boundary defenses. Adversaries frequently manipulate file extensions and icons in order to make attached executables appear to be document files, or files exploiting one application appear to be a file for a different one. ",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "initial-access"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1566/001",
                            "external_id": "T1566.001"
                        },
                        {
                            "source_name": "ACSC Email Spoofing",
                            "description": "Australian Cyber Security Centre. (2012, December). Mitigating Spoofed Emails Using Sender Policy Framework. Retrieved October 19, 2020.",
                            "url": "https://www.cyber.gov.au/sites/default/files/2019-03/spoof_email_sender_policy_framework.pdf"
                        },
                        {
                            "source_name": "Unit 42 DarkHydrus July 2018",
                            "description": "Falcone, R., et al. (2018, July 27). New Threat Actor Group DarkHydrus Targets Middle East Government. Retrieved August 2, 2018.",
                            "url": "https://researchcenter.paloaltonetworks.com/2018/07/unit42-new-threat-actor-group-darkhydrus-targets-middle-east-government/"
                        },
                        {
                            "source_name": "Microsoft Anti Spoofing",
                            "description": "Microsoft. (2020, October 13). Anti-spoofing protection in EOP. Retrieved October 19, 2020.",
                            "url": "https://docs.microsoft.com/en-us/microsoft-365/security/office-365-security/anti-spoofing-protection?view=o365-worldwide"
                        },
                        {
                            "source_name": "Elastic - Koadiac Detection with EQL",
                            "description": "Stepanic, D.. (2020, January 13). Embracing offensive tooling: Building detections against Koadic using EQL. Retrieved November 30, 2020.",
                            "url": "https://www.elastic.co/blog/embracing-offensive-tooling-building-detections-against-koadic-using-eql"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Philip Winther"
                    ],
                    "x_mitre_data_sources": [
                        "Network Traffic: Network Traffic Content",
                        "Network Traffic: Network Traffic Flow",
                        "Application Log: Application Log Content",
                        "File: File Creation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Network intrusion detection systems and email gateways can be used to detect spearphishing with malicious attachments in transit. Detonation chambers may also be used to identify malicious attachments. Solutions can be signature and behavior based, but adversaries may construct attachments in a way to avoid these systems.\n\nFiltering based on DKIM+SPF or header analysis can help detect when the email sender is spoofed.(Citation: Microsoft Anti Spoofing)(Citation: ACSC Email Spoofing)\n\nAnti-virus can potentially detect malicious documents and attachments as they're scanned to be stored on the email server or on the user's computer. Endpoint sensing or network sensing can potentially detect malicious events once the attachment is opened (such as a Microsoft Word document or PDF reaching out to the internet or spawning Powershell.exe) for techniques such as [Exploitation for Client Execution](https://attack.mitre.org/techniques/T1203) or usage of malicious scripts.\n\nMonitor for suspicious descendant process spawning from Microsoft Office and other productivity software.(Citation: Elastic - Koadiac Detection with EQL)",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "macOS",
                        "Windows",
                        "Linux"
                    ],
                    "x_mitre_version": "2.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-01-31 14:09:27.066000+00:00\", \"old_value\": \"2023-03-30 21:01:42.995000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may send spearphishing emails with a malicious attachment in an attempt to gain access to victim systems. Spearphishing attachment is a specific variant of spearphishing. Spearphishing attachment is different from other forms of spearphishing in that it employs the use of malware attached to an email. All forms of spearphishing are electronically delivered social engineering targeted at a specific individual, company, or industry. In this scenario, adversaries attach a file to the spearphishing email and usually rely upon [User Execution](https://attack.mitre.org/techniques/T1204) to gain execution.(Citation: Unit 42 DarkHydrus July 2018) Spearphishing may also involve social engineering techniques, such as posing as a trusted source.\\n\\nThere are many options for the attachment such as Microsoft Office documents, executables, PDFs, or archived files. Upon opening the attachment (and potentially clicking past protections), the adversary's payload exploits a vulnerability or directly executes on the user's system. The text of the spearphishing email usually tries to give a plausible reason why the file should be opened, and may explain how to bypass system protections in order to do so. The email may also contain instructions on how to decrypt an attachment, such as a zip file password, in order to evade email boundary defenses. Adversaries frequently manipulate file extensions and icons in order to make attached executables appear to be document files, or files exploiting one application appear to be a file for a different one. \", \"old_value\": \"Adversaries may send spearphishing emails with a malicious attachment in an attempt to gain access to victim systems. Spearphishing attachment is a specific variant of spearphishing. Spearphishing attachment is different from other forms of spearphishing in that it employs the use of malware attached to an email. All forms of spearphishing are electronically delivered social engineering targeted at a specific individual, company, or industry. In this scenario, adversaries attach a file to the spearphishing email and usually rely upon [User Execution](https://attack.mitre.org/techniques/T1204) to gain execution. Spearphishing may also involve social engineering techniques, such as posing as a trusted source.\\n\\nThere are many options for the attachment such as Microsoft Office documents, executables, PDFs, or archived files. Upon opening the attachment (and potentially clicking past protections), the adversary's payload exploits a vulnerability or directly executes on the user's system. The text of the spearphishing email usually tries to give a plausible reason why the file should be opened, and may explain how to bypass system protections in order to do so. The email may also contain instructions on how to decrypt an attachment, such as a zip file password, in order to evade email boundary defenses. Adversaries frequently manipulate file extensions and icons in order to make attached executables appear to be document files, or files exploiting one application appear to be a file for a different one. \", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,3 @@\\n-Adversaries may send spearphishing emails with a malicious attachment in an attempt to gain access to victim systems. Spearphishing attachment is a specific variant of spearphishing. Spearphishing attachment is different from other forms of spearphishing in that it employs the use of malware attached to an email. All forms of spearphishing are electronically delivered social engineering targeted at a specific individual, company, or industry. In this scenario, adversaries attach a file to the spearphishing email and usually rely upon [User Execution](https://attack.mitre.org/techniques/T1204) to gain execution. Spearphishing may also involve social engineering techniques, such as posing as a trusted source.\\n+Adversaries may send spearphishing emails with a malicious attachment in an attempt to gain access to victim systems. Spearphishing attachment is a specific variant of spearphishing. Spearphishing attachment is different from other forms of spearphishing in that it employs the use of malware attached to an email. All forms of spearphishing are electronically delivered social engineering targeted at a specific individual, company, or industry. In this scenario, adversaries attach a file to the spearphishing email and usually rely upon [User Execution](https://attack.mitre.org/techniques/T1204) to gain execution.(Citation: Unit 42 DarkHydrus July 2018) Spearphishing may also involve social engineering techniques, such as posing as a trusted source.\\n \\n There are many options for the attachment such as Microsoft Office documents, executables, PDFs, or archived files. Upon opening the attachment (and potentially clicking past protections), the adversary's payload exploits a vulnerability or directly executes on the user's system. The text of the spearphishing email usually tries to give a plausible reason why the file should be opened, and may explain how to bypass system protections in order to do so. The email may also contain instructions on how to decrypt an attachment, such as a zip file password, in order to evade email boundary defenses. Adversaries frequently manipulate file extensions and icons in order to make attached executables appear to be document files, or files exploiting one application appear to be a file for a different one. \"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}}, \"iterable_item_added\": {\"root['external_references'][2]\": {\"source_name\": \"Unit 42 DarkHydrus July 2018\", \"description\": \"Falcone, R., et al. (2018, July 27). New Threat Actor Group DarkHydrus Targets Middle East Government. Retrieved August 2, 2018.\", \"url\": \"https://researchcenter.paloaltonetworks.com/2018/07/unit42-new-threat-actor-group-darkhydrus-targets-middle-east-government/\"}}}",
                    "previous_version": "2.2",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to38__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to38__0\"><a href=\"#difflib_chg_to38__top\">t</a></td><td class=\"diff_header\" id=\"from38_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;send&nbsp;spearphishing&nbsp;emails&nbsp;with&nbsp;a&nbsp;malicious&nbsp;a</td><td class=\"diff_next\"><a href=\"#difflib_chg_to38__top\">t</a></td><td class=\"diff_header\" id=\"to38_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;send&nbsp;spearphishing&nbsp;emails&nbsp;with&nbsp;a&nbsp;malicious&nbsp;a</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ttachment&nbsp;in&nbsp;an&nbsp;attempt&nbsp;to&nbsp;gain&nbsp;access&nbsp;to&nbsp;victim&nbsp;systems.&nbsp;Sp</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ttachment&nbsp;in&nbsp;an&nbsp;attempt&nbsp;to&nbsp;gain&nbsp;access&nbsp;to&nbsp;victim&nbsp;systems.&nbsp;Sp</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">earphishing&nbsp;attachment&nbsp;is&nbsp;a&nbsp;specific&nbsp;variant&nbsp;of&nbsp;spearphishin</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">earphishing&nbsp;attachment&nbsp;is&nbsp;a&nbsp;specific&nbsp;variant&nbsp;of&nbsp;spearphishin</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">g.&nbsp;Spearphishing&nbsp;attachment&nbsp;is&nbsp;different&nbsp;from&nbsp;other&nbsp;forms&nbsp;of</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">g.&nbsp;Spearphishing&nbsp;attachment&nbsp;is&nbsp;different&nbsp;from&nbsp;other&nbsp;forms&nbsp;of</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;spearphishing&nbsp;in&nbsp;that&nbsp;it&nbsp;employs&nbsp;the&nbsp;use&nbsp;of&nbsp;malware&nbsp;attache</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;spearphishing&nbsp;in&nbsp;that&nbsp;it&nbsp;employs&nbsp;the&nbsp;use&nbsp;of&nbsp;malware&nbsp;attache</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d&nbsp;to&nbsp;an&nbsp;email.&nbsp;All&nbsp;forms&nbsp;of&nbsp;spearphishing&nbsp;are&nbsp;electronically</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d&nbsp;to&nbsp;an&nbsp;email.&nbsp;All&nbsp;forms&nbsp;of&nbsp;spearphishing&nbsp;are&nbsp;electronically</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;delivered&nbsp;social&nbsp;engineering&nbsp;targeted&nbsp;at&nbsp;a&nbsp;specific&nbsp;individ</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;delivered&nbsp;social&nbsp;engineering&nbsp;targeted&nbsp;at&nbsp;a&nbsp;specific&nbsp;individ</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ual,&nbsp;company,&nbsp;or&nbsp;industry.&nbsp;In&nbsp;this&nbsp;scenario,&nbsp;adversaries&nbsp;att</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ual,&nbsp;company,&nbsp;or&nbsp;industry.&nbsp;In&nbsp;this&nbsp;scenario,&nbsp;adversaries&nbsp;att</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ach&nbsp;a&nbsp;file&nbsp;to&nbsp;the&nbsp;spearphishing&nbsp;email&nbsp;and&nbsp;usually&nbsp;rely&nbsp;upon&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ach&nbsp;a&nbsp;file&nbsp;to&nbsp;the&nbsp;spearphishing&nbsp;email&nbsp;and&nbsp;usually&nbsp;rely&nbsp;upon&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">[User&nbsp;Execution](https://attack.mitre.org/techniques/T1204)&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">[User&nbsp;Execution](https://attack.mitre.org/techniques/T1204)&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">to&nbsp;gain&nbsp;execution.&nbsp;Spearphishing&nbsp;may&nbsp;also&nbsp;involve&nbsp;social&nbsp;eng</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">to&nbsp;gain&nbsp;execution.<span class=\"diff_add\">(Citation:&nbsp;Unit&nbsp;42&nbsp;DarkHydrus&nbsp;July&nbsp;2018)</span>&nbsp;S</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ineering&nbsp;techniques,&nbsp;such&nbsp;as&nbsp;posing&nbsp;as&nbsp;a&nbsp;trusted&nbsp;source.&nbsp;&nbsp;Th</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">pearphishing&nbsp;may&nbsp;also&nbsp;involve&nbsp;social&nbsp;engineering&nbsp;techniques,</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ere&nbsp;are&nbsp;many&nbsp;options&nbsp;for&nbsp;the&nbsp;attachment&nbsp;such&nbsp;as&nbsp;Microsoft&nbsp;Of</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;such&nbsp;as&nbsp;posing&nbsp;as&nbsp;a&nbsp;trusted&nbsp;source.&nbsp;&nbsp;There&nbsp;are&nbsp;many&nbsp;options</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">fice&nbsp;documents,&nbsp;executables,&nbsp;PDFs,&nbsp;or&nbsp;archived&nbsp;files.&nbsp;Upon&nbsp;o</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;for&nbsp;the&nbsp;attachment&nbsp;such&nbsp;as&nbsp;Microsoft&nbsp;Office&nbsp;documents,&nbsp;exec</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">pening&nbsp;the&nbsp;attachment&nbsp;(and&nbsp;potentially&nbsp;clicking&nbsp;past&nbsp;protect</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">utables,&nbsp;PDFs,&nbsp;or&nbsp;archived&nbsp;files.&nbsp;Upon&nbsp;opening&nbsp;the&nbsp;attachmen</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ions),&nbsp;the&nbsp;adversary's&nbsp;payload&nbsp;exploits&nbsp;a&nbsp;vulnerability&nbsp;or&nbsp;d</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">t&nbsp;(and&nbsp;potentially&nbsp;clicking&nbsp;past&nbsp;protections),&nbsp;the&nbsp;adversary</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">irectly&nbsp;executes&nbsp;on&nbsp;the&nbsp;user's&nbsp;system.&nbsp;The&nbsp;text&nbsp;of&nbsp;the&nbsp;spear</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">'s&nbsp;payload&nbsp;exploits&nbsp;a&nbsp;vulnerability&nbsp;or&nbsp;directly&nbsp;executes&nbsp;on&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">phishing&nbsp;email&nbsp;usually&nbsp;tries&nbsp;to&nbsp;give&nbsp;a&nbsp;plausible&nbsp;reason&nbsp;why&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">the&nbsp;user's&nbsp;system.&nbsp;The&nbsp;text&nbsp;of&nbsp;the&nbsp;spearphishing&nbsp;email&nbsp;usual</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">the&nbsp;file&nbsp;should&nbsp;be&nbsp;opened,&nbsp;and&nbsp;may&nbsp;explain&nbsp;how&nbsp;to&nbsp;bypass&nbsp;sys</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ly&nbsp;tries&nbsp;to&nbsp;give&nbsp;a&nbsp;plausible&nbsp;reason&nbsp;why&nbsp;the&nbsp;file&nbsp;should&nbsp;be&nbsp;o</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tem&nbsp;protections&nbsp;in&nbsp;order&nbsp;to&nbsp;do&nbsp;so.&nbsp;The&nbsp;email&nbsp;may&nbsp;also&nbsp;contai</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">pened,&nbsp;and&nbsp;may&nbsp;explain&nbsp;how&nbsp;to&nbsp;bypass&nbsp;system&nbsp;protections&nbsp;in&nbsp;o</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n&nbsp;instructions&nbsp;on&nbsp;how&nbsp;to&nbsp;decrypt&nbsp;an&nbsp;attachment,&nbsp;such&nbsp;as&nbsp;a&nbsp;zi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rder&nbsp;to&nbsp;do&nbsp;so.&nbsp;The&nbsp;email&nbsp;may&nbsp;also&nbsp;contain&nbsp;instructions&nbsp;on&nbsp;ho</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">p&nbsp;file&nbsp;password,&nbsp;in&nbsp;order&nbsp;to&nbsp;evade&nbsp;email&nbsp;boundary&nbsp;defenses.&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">w&nbsp;to&nbsp;decrypt&nbsp;an&nbsp;attachment,&nbsp;such&nbsp;as&nbsp;a&nbsp;zip&nbsp;file&nbsp;password,&nbsp;in&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Adversaries&nbsp;frequently&nbsp;manipulate&nbsp;file&nbsp;extensions&nbsp;and&nbsp;icons&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">order&nbsp;to&nbsp;evade&nbsp;email&nbsp;boundary&nbsp;defenses.&nbsp;Adversaries&nbsp;frequent</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">in&nbsp;order&nbsp;to&nbsp;make&nbsp;attached&nbsp;executables&nbsp;appear&nbsp;to&nbsp;be&nbsp;document&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ly&nbsp;manipulate&nbsp;file&nbsp;extensions&nbsp;and&nbsp;icons&nbsp;in&nbsp;order&nbsp;to&nbsp;make&nbsp;att</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">files,&nbsp;or&nbsp;files&nbsp;exploiting&nbsp;one&nbsp;application&nbsp;appear&nbsp;to&nbsp;be&nbsp;a&nbsp;fi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ached&nbsp;executables&nbsp;appear&nbsp;to&nbsp;be&nbsp;document&nbsp;files,&nbsp;or&nbsp;files&nbsp;expl</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">le&nbsp;for&nbsp;a&nbsp;different&nbsp;one.&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">oiting&nbsp;one&nbsp;application&nbsp;appear&nbsp;to&nbsp;be&nbsp;a&nbsp;file&nbsp;for&nbsp;a&nbsp;different&nbsp;o</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ne.&nbsp;</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1017: User Training",
                            "M1021: Restrict Web-Based Content",
                            "M1031: Network Intrusion Prevention",
                            "M1049: Antivirus/Antimalware",
                            "M1054: Software Configuration"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0015: Application Log (Application Log Content)",
                            "DS0022: File (File Creation)",
                            "DS0029: Network Traffic (Network Traffic Content)",
                            "DS0029: Network Traffic (Network Traffic Flow)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--f6ad61ee-65f3-4bd0-a3f5-2f0accb36317",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-03-02 19:24:00.951000+00:00",
                    "modified": "2024-01-31 14:15:55.690000+00:00",
                    "name": "Spearphishing via Service",
                    "description": "Adversaries may send spearphishing messages via third-party services in an attempt to gain access to victim systems. Spearphishing via service is a specific variant of spearphishing. It is different from other forms of spearphishing in that it employs the use of third party services rather than directly via enterprise email channels. \n\nAll forms of spearphishing are electronically delivered social engineering targeted at a specific individual, company, or industry. In this scenario, adversaries send messages through various social media services, personal webmail, and other non-enterprise controlled services.(Citation: Lookout Dark Caracal Jan 2018) These services are more likely to have a less-strict security policy than an enterprise. As with most kinds of spearphishing, the goal is to generate rapport with the target or get the target's interest in some way. Adversaries will create fake social media accounts and message employees for potential job opportunities. Doing so allows a plausible reason for asking about services, policies, and software that's running in an environment. The adversary can then send malicious links or attachments through these services.\n\nA common example is to build rapport with a target via social media, then send content to a personal webmail service that the target uses on their work computer. This allows an adversary to bypass some email restrictions on the work account, and the target is more likely to open the file since it's something they were expecting. If the payload doesn't work as expected, the adversary can continue normal communications and troubleshoot with the target on how to get it working.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "initial-access"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1566/003",
                            "external_id": "T1566.003"
                        },
                        {
                            "source_name": "Lookout Dark Caracal Jan 2018",
                            "description": "Blaich, A., et al. (2018, January 18). Dark Caracal: Cyber-espionage at a Global Scale. Retrieved April 11, 2018.",
                            "url": "https://info.lookout.com/rs/051-ESQ-475/images/Lookout_Dark-Caracal_srr_20180118_us_v.1.0.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "Network Traffic: Network Traffic Flow",
                        "Application Log: Application Log Content",
                        "Network Traffic: Network Traffic Content"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Because most common third-party services used for spearphishing via service leverage TLS encryption, SSL/TLS inspection is generally required to detect the initial communication/delivery. With SSL/TLS inspection intrusion detection signatures or other security gateway appliances may be able to detect malware. \n\nAnti-virus can potentially detect malicious documents and files that are downloaded on the user's computer. Endpoint sensing or network sensing can potentially detect malicious events once the file is opened (such as a Microsoft Word document or PDF reaching out to the internet or spawning Powershell.exe) for techniques such as [Exploitation for Client Execution](https://attack.mitre.org/techniques/T1203) or usage of malicious scripts.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows"
                    ],
                    "x_mitre_version": "2.0",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-01-31 14:15:55.690000+00:00\", \"old_value\": \"2023-03-30 21:01:50.401000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may send spearphishing messages via third-party services in an attempt to gain access to victim systems. Spearphishing via service is a specific variant of spearphishing. It is different from other forms of spearphishing in that it employs the use of third party services rather than directly via enterprise email channels. \\n\\nAll forms of spearphishing are electronically delivered social engineering targeted at a specific individual, company, or industry. In this scenario, adversaries send messages through various social media services, personal webmail, and other non-enterprise controlled services.(Citation: Lookout Dark Caracal Jan 2018) These services are more likely to have a less-strict security policy than an enterprise. As with most kinds of spearphishing, the goal is to generate rapport with the target or get the target's interest in some way. Adversaries will create fake social media accounts and message employees for potential job opportunities. Doing so allows a plausible reason for asking about services, policies, and software that's running in an environment. The adversary can then send malicious links or attachments through these services.\\n\\nA common example is to build rapport with a target via social media, then send content to a personal webmail service that the target uses on their work computer. This allows an adversary to bypass some email restrictions on the work account, and the target is more likely to open the file since it's something they were expecting. If the payload doesn't work as expected, the adversary can continue normal communications and troubleshoot with the target on how to get it working.\", \"old_value\": \"Adversaries may send spearphishing messages via third-party services in an attempt to gain access to victim systems. Spearphishing via service is a specific variant of spearphishing. It is different from other forms of spearphishing in that it employs the use of third party services rather than directly via enterprise email channels. \\n\\nAll forms of spearphishing are electronically delivered social engineering targeted at a specific individual, company, or industry. In this scenario, adversaries send messages through various social media services, personal webmail, and other non-enterprise controlled services. These services are more likely to have a less-strict security policy than an enterprise. As with most kinds of spearphishing, the goal is to generate rapport with the target or get the target's interest in some way. Adversaries will create fake social media accounts and message employees for potential job opportunities. Doing so allows a plausible reason for asking about services, policies, and software that's running in an environment. The adversary can then send malicious links or attachments through these services.\\n\\nA common example is to build rapport with a target via social media, then send content to a personal webmail service that the target uses on their work computer. This allows an adversary to bypass some email restrictions on the work account, and the target is more likely to open the file since it's something they were expecting. If the payload doesn't work as expected, the adversary can continue normal communications and troubleshoot with the target on how to get it working.\", \"diff\": \"--- \\n+++ \\n@@ -1,5 +1,5 @@\\n Adversaries may send spearphishing messages via third-party services in an attempt to gain access to victim systems. Spearphishing via service is a specific variant of spearphishing. It is different from other forms of spearphishing in that it employs the use of third party services rather than directly via enterprise email channels. \\n \\n-All forms of spearphishing are electronically delivered social engineering targeted at a specific individual, company, or industry. In this scenario, adversaries send messages through various social media services, personal webmail, and other non-enterprise controlled services. These services are more likely to have a less-strict security policy than an enterprise. As with most kinds of spearphishing, the goal is to generate rapport with the target or get the target's interest in some way. Adversaries will create fake social media accounts and message employees for potential job opportunities. Doing so allows a plausible reason for asking about services, policies, and software that's running in an environment. The adversary can then send malicious links or attachments through these services.\\n+All forms of spearphishing are electronically delivered social engineering targeted at a specific individual, company, or industry. In this scenario, adversaries send messages through various social media services, personal webmail, and other non-enterprise controlled services.(Citation: Lookout Dark Caracal Jan 2018) These services are more likely to have a less-strict security policy than an enterprise. As with most kinds of spearphishing, the goal is to generate rapport with the target or get the target's interest in some way. Adversaries will create fake social media accounts and message employees for potential job opportunities. Doing so allows a plausible reason for asking about services, policies, and software that's running in an environment. The adversary can then send malicious links or attachments through these services.\\n \\n A common example is to build rapport with a target via social media, then send content to a personal webmail service that the target uses on their work computer. This allows an adversary to bypass some email restrictions on the work account, and the target is more likely to open the file since it's something they were expecting. If the payload doesn't work as expected, the adversary can continue normal communications and troubleshoot with the target on how to get it working.\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}}, \"iterable_item_added\": {\"root['external_references'][1]\": {\"source_name\": \"Lookout Dark Caracal Jan 2018\", \"description\": \"Blaich, A., et al. (2018, January 18). Dark Caracal: Cyber-espionage at a Global Scale. Retrieved April 11, 2018.\", \"url\": \"https://info.lookout.com/rs/051-ESQ-475/images/Lookout_Dark-Caracal_srr_20180118_us_v.1.0.pdf\"}}}",
                    "previous_version": "2.0",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to80__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to80__0\"><a href=\"#difflib_chg_to80__top\">t</a></td><td class=\"diff_header\" id=\"from80_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;send&nbsp;spearphishing&nbsp;messages&nbsp;via&nbsp;third-party&nbsp;</td><td class=\"diff_next\"><a href=\"#difflib_chg_to80__top\">t</a></td><td class=\"diff_header\" id=\"to80_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;send&nbsp;spearphishing&nbsp;messages&nbsp;via&nbsp;third-party&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">services&nbsp;in&nbsp;an&nbsp;attempt&nbsp;to&nbsp;gain&nbsp;access&nbsp;to&nbsp;victim&nbsp;systems.&nbsp;Spe</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">services&nbsp;in&nbsp;an&nbsp;attempt&nbsp;to&nbsp;gain&nbsp;access&nbsp;to&nbsp;victim&nbsp;systems.&nbsp;Spe</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">arphishing&nbsp;via&nbsp;service&nbsp;is&nbsp;a&nbsp;specific&nbsp;variant&nbsp;of&nbsp;spearphishin</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">arphishing&nbsp;via&nbsp;service&nbsp;is&nbsp;a&nbsp;specific&nbsp;variant&nbsp;of&nbsp;spearphishin</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">g.&nbsp;It&nbsp;is&nbsp;different&nbsp;from&nbsp;other&nbsp;forms&nbsp;of&nbsp;spearphishing&nbsp;in&nbsp;that</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">g.&nbsp;It&nbsp;is&nbsp;different&nbsp;from&nbsp;other&nbsp;forms&nbsp;of&nbsp;spearphishing&nbsp;in&nbsp;that</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;it&nbsp;employs&nbsp;the&nbsp;use&nbsp;of&nbsp;third&nbsp;party&nbsp;services&nbsp;rather&nbsp;than&nbsp;dire</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;it&nbsp;employs&nbsp;the&nbsp;use&nbsp;of&nbsp;third&nbsp;party&nbsp;services&nbsp;rather&nbsp;than&nbsp;dire</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ctly&nbsp;via&nbsp;enterprise&nbsp;email&nbsp;channels.&nbsp;&nbsp;&nbsp;All&nbsp;forms&nbsp;of&nbsp;spearphis</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ctly&nbsp;via&nbsp;enterprise&nbsp;email&nbsp;channels.&nbsp;&nbsp;&nbsp;All&nbsp;forms&nbsp;of&nbsp;spearphis</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">hing&nbsp;are&nbsp;electronically&nbsp;delivered&nbsp;social&nbsp;engineering&nbsp;targete</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">hing&nbsp;are&nbsp;electronically&nbsp;delivered&nbsp;social&nbsp;engineering&nbsp;targete</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d&nbsp;at&nbsp;a&nbsp;specific&nbsp;individual,&nbsp;company,&nbsp;or&nbsp;industry.&nbsp;In&nbsp;this&nbsp;sc</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d&nbsp;at&nbsp;a&nbsp;specific&nbsp;individual,&nbsp;company,&nbsp;or&nbsp;industry.&nbsp;In&nbsp;this&nbsp;sc</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">enario,&nbsp;adversaries&nbsp;send&nbsp;messages&nbsp;through&nbsp;various&nbsp;social&nbsp;med</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">enario,&nbsp;adversaries&nbsp;send&nbsp;messages&nbsp;through&nbsp;various&nbsp;social&nbsp;med</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ia&nbsp;services,&nbsp;personal&nbsp;webmail,&nbsp;and&nbsp;other&nbsp;non-enterprise&nbsp;cont</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ia&nbsp;services,&nbsp;personal&nbsp;webmail,&nbsp;and&nbsp;other&nbsp;non-enterprise&nbsp;cont</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rolled&nbsp;services.&nbsp;These&nbsp;services&nbsp;are&nbsp;more&nbsp;likely&nbsp;to&nbsp;have&nbsp;a&nbsp;le</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rolled&nbsp;services.<span class=\"diff_add\">(Citation:&nbsp;Lookout&nbsp;Dark&nbsp;Caracal&nbsp;Jan&nbsp;2018)</span>&nbsp;Th</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ss-strict&nbsp;security&nbsp;policy&nbsp;than&nbsp;an&nbsp;enterprise.&nbsp;As&nbsp;with&nbsp;most&nbsp;k</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ese&nbsp;services&nbsp;are&nbsp;more&nbsp;likely&nbsp;to&nbsp;have&nbsp;a&nbsp;less-strict&nbsp;security&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">inds&nbsp;of&nbsp;spearphishing,&nbsp;the&nbsp;goal&nbsp;is&nbsp;to&nbsp;generate&nbsp;rapport&nbsp;with&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">policy&nbsp;than&nbsp;an&nbsp;enterprise.&nbsp;As&nbsp;with&nbsp;most&nbsp;kinds&nbsp;of&nbsp;spearphishi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">the&nbsp;target&nbsp;or&nbsp;get&nbsp;the&nbsp;target's&nbsp;interest&nbsp;in&nbsp;some&nbsp;way.&nbsp;Adversa</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ng,&nbsp;the&nbsp;goal&nbsp;is&nbsp;to&nbsp;generate&nbsp;rapport&nbsp;with&nbsp;the&nbsp;target&nbsp;or&nbsp;get&nbsp;t</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ries&nbsp;will&nbsp;create&nbsp;fake&nbsp;social&nbsp;media&nbsp;accounts&nbsp;and&nbsp;message&nbsp;empl</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">he&nbsp;target's&nbsp;interest&nbsp;in&nbsp;some&nbsp;way.&nbsp;Adversaries&nbsp;will&nbsp;create&nbsp;fa</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">oyees&nbsp;for&nbsp;potential&nbsp;job&nbsp;opportunities.&nbsp;Doing&nbsp;so&nbsp;allows&nbsp;a&nbsp;pla</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ke&nbsp;social&nbsp;media&nbsp;accounts&nbsp;and&nbsp;message&nbsp;employees&nbsp;for&nbsp;potential</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">usible&nbsp;reason&nbsp;for&nbsp;asking&nbsp;about&nbsp;services,&nbsp;policies,&nbsp;and&nbsp;softw</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;job&nbsp;opportunities.&nbsp;Doing&nbsp;so&nbsp;allows&nbsp;a&nbsp;plausible&nbsp;reason&nbsp;for&nbsp;a</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">are&nbsp;that's&nbsp;running&nbsp;in&nbsp;an&nbsp;environment.&nbsp;The&nbsp;adversary&nbsp;can&nbsp;then</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">sking&nbsp;about&nbsp;services,&nbsp;policies,&nbsp;and&nbsp;software&nbsp;that's&nbsp;running&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;send&nbsp;malicious&nbsp;links&nbsp;or&nbsp;attachments&nbsp;through&nbsp;these&nbsp;services.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">in&nbsp;an&nbsp;environment.&nbsp;The&nbsp;adversary&nbsp;can&nbsp;then&nbsp;send&nbsp;malicious&nbsp;lin</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;&nbsp;A&nbsp;common&nbsp;example&nbsp;is&nbsp;to&nbsp;build&nbsp;rapport&nbsp;with&nbsp;a&nbsp;target&nbsp;via&nbsp;soc</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ks&nbsp;or&nbsp;attachments&nbsp;through&nbsp;these&nbsp;services.&nbsp;&nbsp;A&nbsp;common&nbsp;example&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ial&nbsp;media,&nbsp;then&nbsp;send&nbsp;content&nbsp;to&nbsp;a&nbsp;personal&nbsp;webmail&nbsp;service&nbsp;t</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">is&nbsp;to&nbsp;build&nbsp;rapport&nbsp;with&nbsp;a&nbsp;target&nbsp;via&nbsp;social&nbsp;media,&nbsp;then&nbsp;sen</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">hat&nbsp;the&nbsp;target&nbsp;uses&nbsp;on&nbsp;their&nbsp;work&nbsp;computer.&nbsp;This&nbsp;allows&nbsp;an&nbsp;a</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d&nbsp;content&nbsp;to&nbsp;a&nbsp;personal&nbsp;webmail&nbsp;service&nbsp;that&nbsp;the&nbsp;target&nbsp;uses</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">dversary&nbsp;to&nbsp;bypass&nbsp;some&nbsp;email&nbsp;restrictions&nbsp;on&nbsp;the&nbsp;work&nbsp;accou</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;on&nbsp;their&nbsp;work&nbsp;computer.&nbsp;This&nbsp;allows&nbsp;an&nbsp;adversary&nbsp;to&nbsp;bypass&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nt,&nbsp;and&nbsp;the&nbsp;target&nbsp;is&nbsp;more&nbsp;likely&nbsp;to&nbsp;open&nbsp;the&nbsp;file&nbsp;since&nbsp;it'</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">some&nbsp;email&nbsp;restrictions&nbsp;on&nbsp;the&nbsp;work&nbsp;account,&nbsp;and&nbsp;the&nbsp;target&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;something&nbsp;they&nbsp;were&nbsp;expecting.&nbsp;If&nbsp;the&nbsp;payload&nbsp;doesn't&nbsp;work</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">is&nbsp;more&nbsp;likely&nbsp;to&nbsp;open&nbsp;the&nbsp;file&nbsp;since&nbsp;it's&nbsp;something&nbsp;they&nbsp;we</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;as&nbsp;expected,&nbsp;the&nbsp;adversary&nbsp;can&nbsp;continue&nbsp;normal&nbsp;communicatio</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">re&nbsp;expecting.&nbsp;If&nbsp;the&nbsp;payload&nbsp;doesn't&nbsp;work&nbsp;as&nbsp;expected,&nbsp;the&nbsp;a</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ns&nbsp;and&nbsp;troubleshoot&nbsp;with&nbsp;the&nbsp;target&nbsp;on&nbsp;how&nbsp;to&nbsp;get&nbsp;it&nbsp;working</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">dversary&nbsp;can&nbsp;continue&nbsp;normal&nbsp;communications&nbsp;and&nbsp;troubleshoot</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;with&nbsp;the&nbsp;target&nbsp;on&nbsp;how&nbsp;to&nbsp;get&nbsp;it&nbsp;working.</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1017: User Training",
                            "M1021: Restrict Web-Based Content",
                            "M1049: Antivirus/Antimalware"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0015: Application Log (Application Log Content)",
                            "DS0029: Network Traffic (Network Traffic Content)",
                            "DS0029: Network Traffic (Network Traffic Flow)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--e848506b-8484-4410-8017-3d235a52f5b3",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2022-05-27 13:19:51.112000+00:00",
                    "modified": "2024-03-05 16:13:38.643000+00:00",
                    "name": "Serverless Execution",
                    "description": "Adversaries may abuse serverless computing, integration, and automation services to execute arbitrary code in cloud environments. Many cloud providers offer a variety of serverless resources, including compute engines, application integration services, and web servers. \n\nAdversaries may abuse these resources in various ways as a means of executing arbitrary commands. For example, adversaries may use serverless functions to execute malicious code, such as crypto-mining malware (i.e. [Resource Hijacking](https://attack.mitre.org/techniques/T1496)).(Citation: Cado Security Denonia) Adversaries may also create functions that enable further compromise of the cloud environment. For example, an adversary may use the `IAM:PassRole` permission in AWS or the `iam.serviceAccounts.actAs` permission in Google Cloud to add [Additional Cloud Roles](https://attack.mitre.org/techniques/T1098/003) to a serverless cloud function, which may then be able to perform actions the original user cannot.(Citation: Rhino Security Labs AWS Privilege Escalation)(Citation: Rhingo Security Labs GCP Privilege Escalation)\n\nServerless functions can also be invoked in response to cloud events (i.e. [Event Triggered Execution](https://attack.mitre.org/techniques/T1546)), potentially enabling persistent execution over time. For example, in AWS environments, an adversary may create a Lambda function that automatically adds [Additional Cloud Credentials](https://attack.mitre.org/techniques/T1098/001) to a user and a corresponding CloudWatch events rule that invokes that function whenever a new user is created.(Citation: Backdooring an AWS account) Similarly, an adversary may create a Power Automate workflow in Office 365 environments that forwards all emails a user receives or creates anonymous sharing links whenever a user is granted access to a document in SharePoint.(Citation: Varonis Power Automate Data Exfiltration)(Citation: Microsoft DART Case Report 001)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "execution"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1648",
                            "external_id": "T1648"
                        },
                        {
                            "source_name": "Microsoft DART Case Report 001",
                            "description": "Berk Veral. (2020, March 9). Real-life cybercrime stories from DART, the Microsoft Detection and Response Team. Retrieved May 27, 2022.",
                            "url": "https://www.microsoft.com/security/blog/2020/03/09/real-life-cybercrime-stories-dart-microsoft-detection-and-response-team"
                        },
                        {
                            "source_name": "Backdooring an AWS account",
                            "description": "Daniel Grzelak. (2016, July 9). Backdooring an AWS account. Retrieved May 27, 2022.",
                            "url": "https://medium.com/daniel-grzelak/backdooring-an-aws-account-da007d36f8f9"
                        },
                        {
                            "source_name": "Varonis Power Automate Data Exfiltration",
                            "description": "Eric Saraga. (2022, February 2). Using Power Automate for Covert Data Exfiltration in Microsoft 365. Retrieved May 27, 2022.",
                            "url": "https://www.varonis.com/blog/power-automate-data-exfiltration"
                        },
                        {
                            "source_name": "Cado Security Denonia",
                            "description": "Matt Muir. (2022, April 6). Cado Discovers Denonia: The First Malware Specifically Targeting Lambda. Retrieved May 27, 2022.",
                            "url": "https://www.cadosecurity.com/cado-discovers-denonia-the-first-malware-specifically-targeting-lambda/"
                        },
                        {
                            "source_name": "Rhino Security Labs AWS Privilege Escalation",
                            "description": "Rhino Security Labs. (n.d.). AWS IAM Privilege Escalation \u2013 Methods and Mitigation. Retrieved May 27, 2022.",
                            "url": "https://rhinosecuritylabs.com/aws/aws-privilege-escalation-methods-mitigation/"
                        },
                        {
                            "source_name": "Rhingo Security Labs GCP Privilege Escalation",
                            "description": "Spencer Gietzen. (n.d.). Privilege Escalation in Google Cloud Platform \u2013 Part 1 (IAM). Retrieved May 27, 2022.",
                            "url": "https://rhinosecuritylabs.com/gcp/privilege-escalation-google-cloud-platform-part-1/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Shailesh Tiwary (Indian Army)",
                        "Praetorian",
                        "Oleg Kolesnikov, Securonix",
                        "Cisco",
                        "Varonis Threat Labs",
                        "Alex Soler, AttackIQ",
                        "Vectra AI"
                    ],
                    "x_mitre_data_sources": [
                        "Cloud Service: Cloud Service Modification",
                        "Application Log: Application Log Content"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "SaaS",
                        "IaaS",
                        "Office 365"
                    ],
                    "x_mitre_remote_support": false,
                    "x_mitre_version": "1.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-03-05 16:13:38.643000+00:00\", \"old_value\": \"2022-10-24 15:21:55.001000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}}, \"iterable_item_added\": {\"root['x_mitre_contributors'][6]\": \"Vectra AI\"}}",
                    "previous_version": "1.0",
                    "changelog_mitigations": {
                        "shared": [
                            "M1018: User Account Management"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0015: Application Log (Application Log Content)",
                            "DS0025: Cloud Service (Cloud Service Modification)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--c615231b-f253-4f58-9d47-d5b4cbdb6839",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-02-21 21:05:32.844000+00:00",
                    "modified": "2024-01-04 20:01:27.662000+00:00",
                    "name": "Install Root Certificate",
                    "description": "Adversaries may install a root certificate on a compromised system to avoid warnings when connecting to adversary controlled web servers. Root certificates are used in public key cryptography to identify a root certificate authority (CA). When a root certificate is installed, the system or application will trust certificates in the root's chain of trust that have been signed by the root certificate.(Citation: Wikipedia Root Certificate) Certificates are commonly used for establishing secure TLS/SSL communications within a web browser. When a user attempts to browse a website that presents a certificate that is not trusted an error message will be displayed to warn the user of the security risk. Depending on the security settings, the browser may not allow the user to establish a connection to the website.\n\nInstallation of a root certificate on a compromised system would give an adversary a way to degrade the security of that system. Adversaries have used this technique to avoid security warnings prompting users when compromised systems connect over HTTPS to adversary controlled web servers that spoof legitimate websites in order to collect login credentials.(Citation: Operation Emmental)\n\nAtypical root certificates have also been pre-installed on systems by the manufacturer or in the software supply chain and were used in conjunction with malware/adware to provide [Adversary-in-the-Middle](https://attack.mitre.org/techniques/T1557) capability for intercepting information transmitted over secure TLS/SSL communications.(Citation: Kaspersky Superfish)\n\nRoot certificates (and their associated chains) can also be cloned and reinstalled. Cloned certificate chains will carry many of the same metadata characteristics of the source and can be used to sign malicious code that may then bypass signature validation tools (ex: Sysinternals, antivirus, etc.) used to block execution and/or uncover artifacts of Persistence.(Citation: SpectorOps Code Signing Dec 2017)\n\nIn macOS, the Ay MaMi malware uses <code>/usr/bin/security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain /path/to/malicious/cert</code> to install a malicious certificate as a trusted root certificate into the system keychain.(Citation: objective-see ay mami 2018)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "defense-evasion"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1553/004",
                            "external_id": "T1553.004"
                        },
                        {
                            "source_name": "Operation Emmental",
                            "description": "botconf eu. (2014, December 31). David Sancho - Finding Holes in Banking 2FA: Operation Emmental. Retrieved January 4, 2024.",
                            "url": "https://www.youtube.com/watch?v=gchKFumYHWc"
                        },
                        {
                            "source_name": "SpectorOps Code Signing Dec 2017",
                            "description": "Graeber, M. (2017, December 22). Code Signing Certificate Cloning Attacks and Defenses. Retrieved April 3, 2018.",
                            "url": "https://posts.specterops.io/code-signing-certificate-cloning-attacks-and-defenses-6f98657fc6ec"
                        },
                        {
                            "source_name": "Kaspersky Superfish",
                            "description": "Onuma. (2015, February 24). Superfish: Adware Preinstalled on Lenovo Laptops. Retrieved February 20, 2017.",
                            "url": "https://www.kaspersky.com/blog/lenovo-pc-with-adware-superfish-preinstalled/7712/"
                        },
                        {
                            "source_name": "objective-see ay mami 2018",
                            "description": "Patrick Wardle. (2018, January 11). Ay MaMi. Retrieved March 19, 2018.",
                            "url": "https://objective-see.com/blog/blog_0x26.html"
                        },
                        {
                            "source_name": "Microsoft Sigcheck May 2017",
                            "description": "Russinovich, M. et al.. (2017, May 22). Sigcheck. Retrieved April 3, 2018.",
                            "url": "https://docs.microsoft.com/sysinternals/downloads/sigcheck"
                        },
                        {
                            "source_name": "Tripwire AppUNBlocker",
                            "description": "Smith, T. (2016, October 27). AppUNBlocker: Bypassing AppLocker. Retrieved December 19, 2017.",
                            "url": "https://www.tripwire.com/state-of-security/off-topic/appunblocker-bypassing-applocker/"
                        },
                        {
                            "source_name": "Wikipedia Root Certificate",
                            "description": "Wikipedia. (2016, December 6). Root certificate. Retrieved February 20, 2017.",
                            "url": "https://en.wikipedia.org/wiki/Root_certificate"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Matt Graeber, @mattifestation, SpecterOps",
                        "Red Canary",
                        "Travis Smith, Tripwire",
                        "Itzik Kotler, SafeBreach"
                    ],
                    "x_mitre_data_sources": [
                        "Command: Command Execution",
                        "Process: Process Creation",
                        "Windows Registry: Windows Registry Key Modification",
                        "Windows Registry: Windows Registry Key Creation"
                    ],
                    "x_mitre_defense_bypassed": [
                        "Digital Certificate Validation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "A system's root certificates are unlikely to change frequently. Monitor new certificates installed on a system that could be due to malicious activity.(Citation: SpectorOps Code Signing Dec 2017) Check pre-installed certificates on new systems to ensure unnecessary or suspicious certificates are not present. Microsoft provides a list of trustworthy root certificates online and through authroot.stl.(Citation: SpectorOps Code Signing Dec 2017) The Sysinternals Sigcheck utility can also be used (<code>sigcheck[64].exe -tuv</code>) to dump the contents of the certificate store and list valid certificates not rooted to the Microsoft Certificate Trust List.(Citation: Microsoft Sigcheck May 2017)\n\nInstalled root certificates are located in the Registry under <code>HKLM\\SOFTWARE\\Microsoft\\EnterpriseCertificates\\Root\\Certificates\\</code> and <code>[HKLM or HKCU]\\Software[\\Policies\\]\\Microsoft\\SystemCertificates\\Root\\Certificates\\</code>. There are a subset of root certificates that are consistent across Windows systems and can be used for comparison:(Citation: Tripwire AppUNBlocker)\n\n* 18F7C1FCC3090203FD5BAA2F861A754976C8DD25\n* 245C97DF7514E7CF2DF8BE72AE957B9E04741E85\n* 3B1EFD3A66EA28B16697394703A72CA340A05BD5\n* 7F88CD7223F3C813818C994614A89C99FA3B5247\n* 8F43288AD272F3103B6FB1428485EA3014C0BCFE\n* A43489159A520F0D93D032CCAF37E7FE20A8B419\n* BE36A4562FB2EE05DBB3D32323ADF445084ED656\n* CDD4EEAE6000AC7F40C3802C171E30148030C072",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-01-04 20:01:27.662000+00:00\", \"old_value\": \"2023-09-15 17:26:02.203000+00:00\"}, \"root['external_references'][5]['description']\": {\"new_value\": \"botconf eu. (2014, December 31). David Sancho - Finding Holes in Banking 2FA: Operation Emmental. Retrieved January 4, 2024.\", \"old_value\": \"Sancho, D., Hacquebord, F., Link, R. (2014, July 22). Finding Holes Operation Emmental. Retrieved February 9, 2016.\"}, \"root['external_references'][5]['url']\": {\"new_value\": \"https://www.youtube.com/watch?v=gchKFumYHWc\", \"old_value\": \"http://www.trendmicro.com/cloud-content/us/pdfs/security-intelligence/white-papers/wp-finding-holes-operation-emmental.pdf\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}}}",
                    "previous_version": "1.2",
                    "changelog_mitigations": {
                        "shared": [
                            "M1028: Operating System Configuration",
                            "M1054: Software Configuration"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (Process Creation)",
                            "DS0017: Command (Command Execution)",
                            "DS0024: Windows Registry (Windows Registry Key Creation)",
                            "DS0024: Windows Registry (Windows Registry Key Modification)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--435dfb86-2697-4867-85b5-2fef496c0517",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-02-04 12:47:23.631000+00:00",
                    "modified": "2024-04-15 21:33:12.892000+00:00",
                    "name": "Unsecured Credentials",
                    "description": "Adversaries may search compromised systems to find and obtain insecurely stored credentials. These credentials can be stored and/or misplaced in many locations on a system, including plaintext files (e.g. [Bash History](https://attack.mitre.org/techniques/T1552/003)), operating system or application-specific repositories (e.g. [Credentials in Registry](https://attack.mitre.org/techniques/T1552/002)),  or other specialized files/artifacts (e.g. [Private Keys](https://attack.mitre.org/techniques/T1552/004)).(Citation: Brining MimiKatz to Unix)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "credential-access"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1552",
                            "external_id": "T1552"
                        },
                        {
                            "source_name": "Brining MimiKatz to Unix",
                            "description": "Tim Wadhwa-Brown. (2018, November). Where 2 worlds collide Bringing Mimikatz et al to UNIX. Retrieved October 13, 2021.",
                            "url": "https://labs.portcullis.co.uk/download/eu-18-Wadhwa-Brown-Where-2-worlds-collide-Bringing-Mimikatz-et-al-to-UNIX.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Austin Clark, @c2defense"
                    ],
                    "x_mitre_data_sources": [
                        "Windows Registry: Windows Registry Key Access",
                        "Application Log: Application Log Content",
                        "Command: Command Execution",
                        "Process: Process Creation",
                        "File: File Access",
                        "User Account: User Account Authentication"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "While detecting adversaries accessing credentials may be difficult without knowing they exist in the environment, it may be possible to detect adversary use of credentials they have obtained. Monitor the command-line arguments of executing processes for suspicious words or regular expressions that may indicate searching for a password (for example: password, pwd, login, secure, or credentials). See [Valid Accounts](https://attack.mitre.org/techniques/T1078) for more information.\n\nMonitor for suspicious file access activity, specifically indications that a process is reading multiple files in a short amount of time and/or using command-line arguments  indicative of searching for credential material (ex: regex patterns). These may be indicators of automated/scripted credential access behavior.\n\nMonitoring when the user's <code>.bash_history</code> is read can help alert to suspicious activity. While users do typically rely on their history of commands, they often access this history through other utilities like \"history\" instead of commands like <code>cat ~/.bash_history</code>.\n\nAdditionally, monitor processes for applications that can be used to query the Registry, such as [Reg](https://attack.mitre.org/software/S0075), and collect command parameters that may indicate credentials are being searched. Correlate activity with related suspicious behavior that may indicate an active intrusion to reduce false positives.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows",
                        "Azure AD",
                        "Office 365",
                        "SaaS",
                        "IaaS",
                        "Linux",
                        "macOS",
                        "Google Workspace",
                        "Containers",
                        "Network"
                    ],
                    "x_mitre_version": "1.3",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-15 21:33:12.892000+00:00\", \"old_value\": \"2023-04-13 00:29:53.605000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may search compromised systems to find and obtain insecurely stored credentials. These credentials can be stored and/or misplaced in many locations on a system, including plaintext files (e.g. [Bash History](https://attack.mitre.org/techniques/T1552/003)), operating system or application-specific repositories (e.g. [Credentials in Registry](https://attack.mitre.org/techniques/T1552/002)),  or other specialized files/artifacts (e.g. [Private Keys](https://attack.mitre.org/techniques/T1552/004)).(Citation: Brining MimiKatz to Unix)\", \"old_value\": \"Adversaries may search compromised systems to find and obtain insecurely stored credentials. These credentials can be stored and/or misplaced in many locations on a system, including plaintext files (e.g. [Bash History](https://attack.mitre.org/techniques/T1552/003)), operating system or application-specific repositories (e.g. [Credentials in Registry](https://attack.mitre.org/techniques/T1552/002)), or other specialized files/artifacts (e.g. [Private Keys](https://attack.mitre.org/techniques/T1552/004)).\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}}, \"iterable_item_added\": {\"root['external_references'][1]\": {\"source_name\": \"Brining MimiKatz to Unix\", \"description\": \"Tim Wadhwa-Brown. (2018, November). Where 2 worlds collide Bringing Mimikatz et al to UNIX. Retrieved October 13, 2021.\", \"url\": \"https://labs.portcullis.co.uk/download/eu-18-Wadhwa-Brown-Where-2-worlds-collide-Bringing-Mimikatz-et-al-to-UNIX.pdf\"}}}",
                    "previous_version": "1.3",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to30__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to30__0\"><a href=\"#difflib_chg_to30__top\">t</a></td><td class=\"diff_header\" id=\"from30_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;search&nbsp;compromised&nbsp;systems&nbsp;to&nbsp;find&nbsp;and&nbsp;obtai</td><td class=\"diff_next\"><a href=\"#difflib_chg_to30__top\">t</a></td><td class=\"diff_header\" id=\"to30_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;search&nbsp;compromised&nbsp;systems&nbsp;to&nbsp;find&nbsp;and&nbsp;obtai</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n&nbsp;insecurely&nbsp;stored&nbsp;credentials.&nbsp;These&nbsp;credentials&nbsp;can&nbsp;be&nbsp;st</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n&nbsp;insecurely&nbsp;stored&nbsp;credentials.&nbsp;These&nbsp;credentials&nbsp;can&nbsp;be&nbsp;st</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ored&nbsp;and/or&nbsp;misplaced&nbsp;in&nbsp;many&nbsp;locations&nbsp;on&nbsp;a&nbsp;system,&nbsp;includi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ored&nbsp;and/or&nbsp;misplaced&nbsp;in&nbsp;many&nbsp;locations&nbsp;on&nbsp;a&nbsp;system,&nbsp;includi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ng&nbsp;plaintext&nbsp;files&nbsp;(e.g.&nbsp;[Bash&nbsp;History](https://attack.mitre</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ng&nbsp;plaintext&nbsp;files&nbsp;(e.g.&nbsp;[Bash&nbsp;History](https://attack.mitre</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">.org/techniques/T1552/003)),&nbsp;operating&nbsp;system&nbsp;or&nbsp;application</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">.org/techniques/T1552/003)),&nbsp;operating&nbsp;system&nbsp;or&nbsp;application</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">-specific&nbsp;repositories&nbsp;(e.g.&nbsp;[Credentials&nbsp;in&nbsp;Registry](https</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">-specific&nbsp;repositories&nbsp;(e.g.&nbsp;[Credentials&nbsp;in&nbsp;Registry](https</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">://attack.mitre.org/techniques/T1552/002)),&nbsp;<span class=\"diff_chg\">or&nbsp;other</span>&nbsp;special</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">://attack.mitre.org/techniques/T1552/002)),&nbsp;<span class=\"diff_chg\">&nbsp;or&nbsp;other</span>&nbsp;specia</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ized&nbsp;files/artifacts&nbsp;(e.g.&nbsp;[Private&nbsp;Keys](https://attack.mit</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">lized&nbsp;files/artifacts&nbsp;(e.g.&nbsp;[Private&nbsp;Keys](https://attack.mi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">re.org/techniques/T1552/004)).</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tre.org/techniques/T1552/004)).<span class=\"diff_add\">(Citation:&nbsp;Brining&nbsp;MimiKatz&nbsp;t</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">o&nbsp;Unix)</span></td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1015: Active Directory Configuration",
                            "M1017: User Training",
                            "M1022: Restrict File and Directory Permissions",
                            "M1026: Privileged Account Management",
                            "M1027: Password Policies",
                            "M1028: Operating System Configuration",
                            "M1035: Limit Access to Resource Over Network",
                            "M1037: Filter Network Traffic",
                            "M1041: Encrypt Sensitive Information",
                            "M1047: Audit",
                            "M1051: Update Software"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0002: User Account (User Account Authentication)",
                            "DS0009: Process (Process Creation)",
                            "DS0015: Application Log (Application Log Content)",
                            "DS0017: Command (Command Execution)",
                            "DS0022: File (File Access)",
                            "DS0024: Windows Registry (Windows Registry Key Access)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--837f9164-50af-4ac0-8219-379d8a74cefc",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-02-04 12:52:13.006000+00:00",
                    "modified": "2024-04-15 21:33:00.213000+00:00",
                    "name": "Credentials In Files",
                    "description": "Adversaries may search local file systems and remote file shares for files containing insecurely stored credentials. These can be files created by users to store their own credentials, shared credential stores for a group of individuals, configuration files containing passwords for a system or service, or source code/binary files containing embedded passwords.\n\nIt is possible to extract passwords from backups or saved virtual machines through [OS Credential Dumping](https://attack.mitre.org/techniques/T1003).(Citation: CG 2014) Passwords may also be obtained from Group Policy Preferences stored on the Windows Domain Controller.(Citation: SRD GPP)\n\nIn cloud and/or containerized environments, authenticated user and service account credentials are often stored in local configuration and credential files.(Citation: Unit 42 Hildegard Malware) They may also be found as parameters to deployment commands in container logs.(Citation: Unit 42 Unsecured Docker Daemons) In some cases, these files can be copied and reused on another machine or the contents can be read and then used to authenticate without needing to copy any files.(Citation: Specter Ops - Cloud Credential Storage)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "credential-access"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1552/001",
                            "external_id": "T1552.001"
                        },
                        {
                            "source_name": "CG 2014",
                            "description": "CG. (2014, May 20). Mimikatz Against Virtual Machine Memory Part 1. Retrieved November 12, 2014.",
                            "url": "http://carnal0wnage.attackresearch.com/2014/05/mimikatz-against-virtual-machine-memory.html"
                        },
                        {
                            "source_name": "Unit 42 Hildegard Malware",
                            "description": "Chen, J. et al. (2021, February 3). Hildegard: New TeamTNT Cryptojacking Malware Targeting Kubernetes. Retrieved April 5, 2021.",
                            "url": "https://unit42.paloaltonetworks.com/hildegard-malware-teamtnt/"
                        },
                        {
                            "source_name": "Unit 42 Unsecured Docker Daemons",
                            "description": "Chen, J.. (2020, January 29). Attacker's Tactics and Techniques in Unsecured Docker Daemons Revealed. Retrieved March 31, 2021.",
                            "url": "https://unit42.paloaltonetworks.com/attackers-tactics-and-techniques-in-unsecured-docker-daemons-revealed/"
                        },
                        {
                            "source_name": "Specter Ops - Cloud Credential Storage",
                            "description": "Maddalena, C.. (2018, September 12). Head in the Clouds. Retrieved October 4, 2019.",
                            "url": "https://posts.specterops.io/head-in-the-clouds-bd038bb69e48"
                        },
                        {
                            "source_name": "SRD GPP",
                            "description": "Security Research and Defense. (2014, May 13). MS14-025: An Update for Group Policy Preferences. Retrieved January 28, 2015.",
                            "url": "http://blogs.technet.com/b/srd/archive/2014/05/13/ms14-025-an-update-for-group-policy-preferences.aspx"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Rory McCune, Aqua Security",
                        "Jay Chen, Palo Alto Networks",
                        "Yossi Weizman, Azure Defender Research Team",
                        "Vishwas Manral, McAfee",
                        "Microsoft Threat Intelligence Center (MSTIC)"
                    ],
                    "x_mitre_data_sources": [
                        "Command: Command Execution",
                        "Process: Process Creation",
                        "File: File Access"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "While detecting adversaries accessing these files may be difficult without knowing they exist in the first place, it may be possible to detect adversary use of credentials they have obtained. Monitor the command-line arguments of executing processes for suspicious words or regular expressions that may indicate searching for a password (for example: password, pwd, login, secure, or credentials). See [Valid Accounts](https://attack.mitre.org/techniques/T1078) for more information.",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows",
                        "IaaS",
                        "Linux",
                        "macOS",
                        "Containers"
                    ],
                    "x_mitre_system_requirements": [
                        "Access to files"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-15 21:33:00.213000+00:00\", \"old_value\": \"2023-08-23 22:24:50.812000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may search local file systems and remote file shares for files containing insecurely stored credentials. These can be files created by users to store their own credentials, shared credential stores for a group of individuals, configuration files containing passwords for a system or service, or source code/binary files containing embedded passwords.\\n\\nIt is possible to extract passwords from backups or saved virtual machines through [OS Credential Dumping](https://attack.mitre.org/techniques/T1003).(Citation: CG 2014) Passwords may also be obtained from Group Policy Preferences stored on the Windows Domain Controller.(Citation: SRD GPP)\\n\\nIn cloud and/or containerized environments, authenticated user and service account credentials are often stored in local configuration and credential files.(Citation: Unit 42 Hildegard Malware) They may also be found as parameters to deployment commands in container logs.(Citation: Unit 42 Unsecured Docker Daemons) In some cases, these files can be copied and reused on another machine or the contents can be read and then used to authenticate without needing to copy any files.(Citation: Specter Ops - Cloud Credential Storage)\", \"old_value\": \"Adversaries may search local file systems and remote file shares for files containing insecurely stored credentials. These can be files created by users to store their own credentials, shared credential stores for a group of individuals, configuration files containing passwords for a system or service, or source code/binary files containing embedded passwords.\\n\\nIt is possible to extract passwords from backups or saved virtual machines through [OS Credential Dumping](https://attack.mitre.org/techniques/T1003). (Citation: CG 2014) Passwords may also be obtained from Group Policy Preferences stored on the Windows Domain Controller. (Citation: SRD GPP)\\n\\nIn cloud and/or containerized environments, authenticated user and service account credentials are often stored in local configuration and credential files.(Citation: Unit 42 Hildegard Malware) They may also be found as parameters to deployment commands in container logs.(Citation: Unit 42 Unsecured Docker Daemons) In some cases, these files can be copied and reused on another machine or the contents can be read and then used to authenticate without needing to copy any files.(Citation: Specter Ops - Cloud Credential Storage)\", \"diff\": \"--- \\n+++ \\n@@ -1,5 +1,5 @@\\n Adversaries may search local file systems and remote file shares for files containing insecurely stored credentials. These can be files created by users to store their own credentials, shared credential stores for a group of individuals, configuration files containing passwords for a system or service, or source code/binary files containing embedded passwords.\\n \\n-It is possible to extract passwords from backups or saved virtual machines through [OS Credential Dumping](https://attack.mitre.org/techniques/T1003). (Citation: CG 2014) Passwords may also be obtained from Group Policy Preferences stored on the Windows Domain Controller. (Citation: SRD GPP)\\n+It is possible to extract passwords from backups or saved virtual machines through [OS Credential Dumping](https://attack.mitre.org/techniques/T1003).(Citation: CG 2014) Passwords may also be obtained from Group Policy Preferences stored on the Windows Domain Controller.(Citation: SRD GPP)\\n \\n In cloud and/or containerized environments, authenticated user and service account credentials are often stored in local configuration and credential files.(Citation: Unit 42 Hildegard Malware) They may also be found as parameters to deployment commands in container logs.(Citation: Unit 42 Unsecured Docker Daemons) In some cases, these files can be copied and reused on another machine or the contents can be read and then used to authenticate without needing to copy any files.(Citation: Specter Ops - Cloud Credential Storage)\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}}}",
                    "previous_version": "1.2",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to12__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to12__0\"><a href=\"#difflib_chg_to12__top\">t</a></td><td class=\"diff_header\" id=\"from12_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;search&nbsp;local&nbsp;file&nbsp;systems&nbsp;and&nbsp;remote&nbsp;file&nbsp;sh</td><td class=\"diff_next\"><a href=\"#difflib_chg_to12__top\">t</a></td><td class=\"diff_header\" id=\"to12_1\">1</td><td nowrap=\"nowrap\">Adversaries&nbsp;may&nbsp;search&nbsp;local&nbsp;file&nbsp;systems&nbsp;and&nbsp;remote&nbsp;file&nbsp;sh</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ares&nbsp;for&nbsp;files&nbsp;containing&nbsp;insecurely&nbsp;stored&nbsp;credentials.&nbsp;The</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ares&nbsp;for&nbsp;files&nbsp;containing&nbsp;insecurely&nbsp;stored&nbsp;credentials.&nbsp;The</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">se&nbsp;can&nbsp;be&nbsp;files&nbsp;created&nbsp;by&nbsp;users&nbsp;to&nbsp;store&nbsp;their&nbsp;own&nbsp;credenti</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">se&nbsp;can&nbsp;be&nbsp;files&nbsp;created&nbsp;by&nbsp;users&nbsp;to&nbsp;store&nbsp;their&nbsp;own&nbsp;credenti</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">als,&nbsp;shared&nbsp;credential&nbsp;stores&nbsp;for&nbsp;a&nbsp;group&nbsp;of&nbsp;individuals,&nbsp;co</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">als,&nbsp;shared&nbsp;credential&nbsp;stores&nbsp;for&nbsp;a&nbsp;group&nbsp;of&nbsp;individuals,&nbsp;co</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nfiguration&nbsp;files&nbsp;containing&nbsp;passwords&nbsp;for&nbsp;a&nbsp;system&nbsp;or&nbsp;servi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nfiguration&nbsp;files&nbsp;containing&nbsp;passwords&nbsp;for&nbsp;a&nbsp;system&nbsp;or&nbsp;servi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ce,&nbsp;or&nbsp;source&nbsp;code/binary&nbsp;files&nbsp;containing&nbsp;embedded&nbsp;password</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ce,&nbsp;or&nbsp;source&nbsp;code/binary&nbsp;files&nbsp;containing&nbsp;embedded&nbsp;password</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s.&nbsp;&nbsp;It&nbsp;is&nbsp;possible&nbsp;to&nbsp;extract&nbsp;passwords&nbsp;from&nbsp;backups&nbsp;or&nbsp;save</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s.&nbsp;&nbsp;It&nbsp;is&nbsp;possible&nbsp;to&nbsp;extract&nbsp;passwords&nbsp;from&nbsp;backups&nbsp;or&nbsp;save</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d&nbsp;virtual&nbsp;machines&nbsp;through&nbsp;[OS&nbsp;Credential&nbsp;Dumping](https://a</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d&nbsp;virtual&nbsp;machines&nbsp;through&nbsp;[OS&nbsp;Credential&nbsp;Dumping](https://a</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ttack.mitre.org/techniques/T1003).<span class=\"diff_sub\">&nbsp;</span>(Citation:&nbsp;CG&nbsp;2014)&nbsp;Passw</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ttack.mitre.org/techniques/T1003).(Citation:&nbsp;CG&nbsp;2014)&nbsp;Passwo</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ords&nbsp;may&nbsp;also&nbsp;be&nbsp;obtained&nbsp;from&nbsp;Group&nbsp;Policy&nbsp;Preferences&nbsp;stor</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rds&nbsp;may&nbsp;also&nbsp;be&nbsp;obtained&nbsp;from&nbsp;Group&nbsp;Policy&nbsp;Preferences&nbsp;store</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;on&nbsp;the&nbsp;Windows&nbsp;Domain&nbsp;Controller.<span class=\"diff_sub\">&nbsp;</span>(Citation:&nbsp;SRD&nbsp;GPP)&nbsp;&nbsp;In</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d&nbsp;on&nbsp;the&nbsp;Windows&nbsp;Domain&nbsp;Controller.(Citation:&nbsp;SRD&nbsp;GPP)&nbsp;&nbsp;In&nbsp;c</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;cloud&nbsp;and/or&nbsp;containerized&nbsp;environments,&nbsp;authenticated&nbsp;user</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">loud&nbsp;and/or&nbsp;containerized&nbsp;environments,&nbsp;authenticated&nbsp;user&nbsp;a</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;and&nbsp;service&nbsp;account&nbsp;credentials&nbsp;are&nbsp;often&nbsp;stored&nbsp;in&nbsp;local&nbsp;c</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nd&nbsp;service&nbsp;account&nbsp;credentials&nbsp;are&nbsp;often&nbsp;stored&nbsp;in&nbsp;local&nbsp;con</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">onfiguration&nbsp;and&nbsp;credential&nbsp;files.(Citation:&nbsp;Unit&nbsp;42&nbsp;Hildega</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">figuration&nbsp;and&nbsp;credential&nbsp;files.(Citation:&nbsp;Unit&nbsp;42&nbsp;Hildegard</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rd&nbsp;Malware)&nbsp;They&nbsp;may&nbsp;also&nbsp;be&nbsp;found&nbsp;as&nbsp;parameters&nbsp;to&nbsp;deployme</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Malware)&nbsp;They&nbsp;may&nbsp;also&nbsp;be&nbsp;found&nbsp;as&nbsp;parameters&nbsp;to&nbsp;deployment</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nt&nbsp;commands&nbsp;in&nbsp;container&nbsp;logs.(Citation:&nbsp;Unit&nbsp;42&nbsp;Unsecured&nbsp;D</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;commands&nbsp;in&nbsp;container&nbsp;logs.(Citation:&nbsp;Unit&nbsp;42&nbsp;Unsecured&nbsp;Doc</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ocker&nbsp;Daemons)&nbsp;In&nbsp;some&nbsp;cases,&nbsp;these&nbsp;files&nbsp;can&nbsp;be&nbsp;copied&nbsp;and&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ker&nbsp;Daemons)&nbsp;In&nbsp;some&nbsp;cases,&nbsp;these&nbsp;files&nbsp;can&nbsp;be&nbsp;copied&nbsp;and&nbsp;re</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">reused&nbsp;on&nbsp;another&nbsp;machine&nbsp;or&nbsp;the&nbsp;contents&nbsp;can&nbsp;be&nbsp;read&nbsp;and&nbsp;th</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">used&nbsp;on&nbsp;another&nbsp;machine&nbsp;or&nbsp;the&nbsp;contents&nbsp;can&nbsp;be&nbsp;read&nbsp;and&nbsp;then</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">en&nbsp;used&nbsp;to&nbsp;authenticate&nbsp;without&nbsp;needing&nbsp;to&nbsp;copy&nbsp;any&nbsp;files.(C</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;used&nbsp;to&nbsp;authenticate&nbsp;without&nbsp;needing&nbsp;to&nbsp;copy&nbsp;any&nbsp;files.(Cit</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">itation:&nbsp;Specter&nbsp;Ops&nbsp;-&nbsp;Cloud&nbsp;Credential&nbsp;Storage)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ation:&nbsp;Specter&nbsp;Ops&nbsp;-&nbsp;Cloud&nbsp;Credential&nbsp;Storage)</td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1017: User Training",
                            "M1022: Restrict File and Directory Permissions",
                            "M1027: Password Policies",
                            "M1047: Audit"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (Process Creation)",
                            "DS0017: Command (Command Execution)",
                            "DS0022: File (File Access)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--59bd0dec-f8b2-4b9a-9141-37a1e6899761",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-09-04 14:35:04.617000+00:00",
                    "modified": "2023-12-14 16:28:24.680000+00:00",
                    "name": "Unused/Unsupported Cloud Regions",
                    "description": "Adversaries may create cloud instances in unused geographic service regions in order to evade detection. Access is usually obtained through compromising accounts used to manage cloud infrastructure.\n\nCloud service providers often provide infrastructure throughout the world in order to improve performance, provide redundancy, and allow customers to meet compliance requirements. Oftentimes, a customer will only use a subset of the available regions and may not actively monitor other regions. If an adversary creates resources in an unused region, they may be able to operate undetected.\n\nA variation on this behavior takes advantage of differences in functionality across cloud regions. An adversary could utilize regions which do not support advanced detection services in order to avoid detection of their activity.\n\nAn example of adversary use of unused AWS regions is to mine cryptocurrency through [Resource Hijacking](https://attack.mitre.org/techniques/T1496), which can cost organizations substantial amounts of money over time depending on the processing power used.(Citation: CloudSploit - Unused AWS Regions)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-attack",
                            "phase_name": "defense-evasion"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1535",
                            "external_id": "T1535"
                        },
                        {
                            "source_name": "CloudSploit - Unused AWS Regions",
                            "description": "CloudSploit. (2019, June 8). The Danger of Unused AWS Regions. Retrieved October 8, 2019.",
                            "url": "https://medium.com/cloudsploit/the-danger-of-unused-aws-regions-af0bf1b878fc"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Netskope"
                    ],
                    "x_mitre_data_sources": [
                        "Instance: Instance Creation",
                        "Instance: Instance Metadata"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Monitor system logs to review activities occurring across all cloud environments and regions. Configure alerting to notify of activity in normally unused regions or if the number of instances active in a region goes above a certain threshold.(Citation: CloudSploit - Unused AWS Regions)",
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "IaaS"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"dictionary_item_removed\": {\"root['x_mitre_permissions_required']\": [\"User\"]}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2023-12-14 16:28:24.680000+00:00\", \"old_value\": \"2021-04-22 16:46:43.876000+00:00\"}, \"root['external_references'][1]['url']\": {\"new_value\": \"https://medium.com/cloudsploit/the-danger-of-unused-aws-regions-af0bf1b878fc\", \"old_value\": \"https://blog.cloudsploit.com/the-danger-of-unused-aws-regions-af0bf1b878fc\"}}}",
                    "previous_version": "1.1",
                    "changelog_mitigations": {
                        "shared": [
                            "M1054: Software Configuration"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0030: Instance (Instance Creation)",
                            "DS0030: Instance (Instance Metadata)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                }
            ],
            "revocations": [],
            "deprecations": [],
            "deletions": []
        },
        "software": {
            "additions": [
                {
                    "type": "malware",
                    "id": "malware--04cecafd-cb5f-4daf-aa1f-73899116c4a2",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-03-25 15:27:08.214000+00:00",
                    "modified": "2024-04-12 10:20:50.199000+00:00",
                    "name": "AcidRain",
                    "description": "[AcidRain](https://attack.mitre.org/software/S1125) is an ELF binary targeting modems and routers using MIPS architecture.(Citation: AcidRain JAGS 2022) [AcidRain](https://attack.mitre.org/software/S1125) is associated with the ViaSat KA-SAT communication outage that took place during the initial phases of the 2022 full-scale invasion of Ukraine. Analysis indicates overlap with another network device-targeting malware, VPNFilter, associated with [Sandworm Team](https://attack.mitre.org/groups/G0034).(Citation: AcidRain JAGS 2022) US and European government sources linked [AcidRain](https://attack.mitre.org/software/S1125) to Russian government entities, while Ukrainian government sources linked [AcidRain](https://attack.mitre.org/software/S1125) specifically to [Sandworm Team](https://attack.mitre.org/groups/G0034).(Citation: AcidRain State Department 2022)(Citation: Vincens AcidPour 2024)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1125",
                            "external_id": "S1125"
                        },
                        {
                            "source_name": "Vincens AcidPour 2024",
                            "description": "A.J. Vincens, CyberScoop. (2024, March 18). Researchers spot updated version of malware that hit Viasat. Retrieved March 25, 2024.",
                            "url": "https://cyberscoop.com/viasat-malware-wiper-acidrain/"
                        },
                        {
                            "source_name": "AcidRain State Department 2022",
                            "description": "Antony J. Blinken, US Department of State. (2022, May 10). Attribution of Russia\u2019s Malicious Cyber Activity Against Ukraine. Retrieved March 25, 2024.",
                            "url": "https://www.state.gov/attribution-of-russias-malicious-cyber-activity-against-ukraine/"
                        },
                        {
                            "source_name": "AcidRain JAGS 2022",
                            "description": "Juan Andres Guerrero-Saade and Max van Amerongen, SentinelOne. (2022, March 31). AcidRain | A Modem Wiper Rains Down on Europe. Retrieved March 25, 2024.",
                            "url": "https://www.sentinelone.com/labs/acidrain-a-modem-wiper-rains-down-on-europe/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "AcidRain"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Network",
                        "Linux"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "malware",
                    "id": "malware--6f6b2353-4b39-40ce-9d6d-d00b7a61e656",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-04-04 17:59:46.698000+00:00",
                    "modified": "2024-04-08 17:17:49.947000+00:00",
                    "name": "Akira",
                    "description": "[Akira](https://attack.mitre.org/software/S1129) ransomware, written in C++, is most prominently (but not exclusively) associated with the a ransomware-as-a-service entity [Akira](https://attack.mitre.org/groups/G1024).(Citation: Kersten Akira 2023)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1129",
                            "external_id": "S1129"
                        },
                        {
                            "source_name": "Kersten Akira 2023",
                            "description": "Max Kersten & Alexandre Mundo. (2023, November 29). Akira Ransomware. Retrieved April 4, 2024.",
                            "url": "https://www.trellix.com/blogs/research/akira-ransomware/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Akira"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "malware",
                    "id": "malware--29a0bb87-1162-4c83-9834-2a98a876051b",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-03-07 20:16:36.898000+00:00",
                    "modified": "2024-03-28 19:04:24.485000+00:00",
                    "name": "BUSHWALK",
                    "description": "[BUSHWALK](https://attack.mitre.org/software/S1118) is a web shell written in Perl that was inserted into the legitimate querymanifest.cgi file on compromised Ivanti Connect Secure VPNs during [Cutting Edge](https://attack.mitre.org/campaigns/C0029).(Citation: Mandiant Cutting Edge Part 2 January 2024)(Citation: Mandiant Cutting Edge Part 3 February 2024)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1118",
                            "external_id": "S1118"
                        },
                        {
                            "source_name": "Mandiant Cutting Edge Part 3 February 2024",
                            "description": "Lin, M. et al. (2024, February 27). Cutting Edge, Part 3: Investigating Ivanti Connect Secure VPN Exploitation and Persistence Attempts. Retrieved March 1, 2024.",
                            "url": "https://www.mandiant.com/resources/blog/investigating-ivanti-exploitation-persistence"
                        },
                        {
                            "source_name": "Mandiant Cutting Edge Part 2 January 2024",
                            "description": "Lin, M. et al. (2024, January 31). Cutting Edge, Part 2: Investigating Ivanti Connect Secure VPN Zero-Day Exploitation. Retrieved February 27, 2024.",
                            "url": "https://www.mandiant.com/resources/blog/investigating-ivanti-zero-day-exploitation"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "BUSHWALK"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Network"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "malware",
                    "id": "malware--0c242cc5-58d3-4fe3-a866-b00a4b6fb817",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-02-07 18:33:18.551000+00:00",
                    "modified": "2024-04-05 15:31:04.915000+00:00",
                    "name": "COATHANGER",
                    "description": "[COATHANGER](https://attack.mitre.org/software/S1105) is a remote access tool (RAT) targeting FortiGate networking appliances. First used in 2023 in targeted intrusions against military and government entities in the Netherlands along with other victims, [COATHANGER](https://attack.mitre.org/software/S1105) was disclosed in early 2024, with a high confidence assessment linking this malware to a state-sponsored entity in the People's Republic of China. [COATHANGER](https://attack.mitre.org/software/S1105) is delivered after gaining access to a FortiGate device, with in-the-wild observations linked to exploitation of CVE-2022-42475. The name [COATHANGER](https://attack.mitre.org/software/S1105) is based on a unique string in the malware used to encrypt configuration files on disk: <code>\u201cShe took his coat and hung it up\u201d</code>.(Citation: NCSC-NL COATHANGER Feb 2024)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1105",
                            "external_id": "S1105"
                        },
                        {
                            "source_name": "NCSC-NL COATHANGER Feb 2024",
                            "description": "Dutch Military Intelligence and Security Service (MIVD) & Dutch General Intelligence and Security Service (AIVD). (2024, February 6). Ministry of Defense of the Netherlands uncovers COATHANGER, a stealthy Chinese FortiGate RAT. Retrieved February 7, 2024.",
                            "url": "https://www.ncsc.nl/binaries/ncsc/documenten/publicaties/2024/februari/6/mivd-aivd-advisory-coathanger-tlp-clear/TLP-CLEAR+MIVD+AIVD+Advisory+COATHANGER.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "COATHANGER"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "Network"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "malware",
                    "id": "malware--5d3fa1db-5041-4560-b87b-8f61cc225c52",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2023-12-18 20:24:33.641000+00:00",
                    "modified": "2024-04-15 23:22:28.176000+00:00",
                    "name": "Cheerscrypt",
                    "description": "[Cheerscrypt](https://attack.mitre.org/software/S1096) is a ransomware that was developed by [Cinnamon Tempest](https://attack.mitre.org/groups/G1021) and has been used in attacks against ESXi and Windows environments since at least 2022. [Cheerscrypt](https://attack.mitre.org/software/S1096) was derived from the leaked [Babuk](https://attack.mitre.org/software/S0638) source code and has infrastructure overlaps with deployments of Night Sky ransomware, which was also derived from [Babuk](https://attack.mitre.org/software/S0638).(Citation: Sygnia Emperor Dragonfly October 2022)(Citation: Trend Micro Cheerscrypt May 2022)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1096",
                            "external_id": "S1096"
                        },
                        {
                            "source_name": "Sygnia Emperor Dragonfly October 2022",
                            "description": "Biderman, O. et al. (2022, October 3). REVEALING EMPEROR DRAGONFLY: NIGHT SKY AND CHEERSCRYPT - A SINGLE RANSOMWARE GROUP. Retrieved December 6, 2023.",
                            "url": "https://blog.sygnia.co/revealing-emperor-dragonfly-a-chinese-ransomware-group"
                        },
                        {
                            "source_name": "Trend Micro Cheerscrypt May 2022",
                            "description": "Dela Cruz, A. et al. (2022, May 25). New Linux-Based Ransomware Cheerscrypt Targeting ESXi Devices Linked to Leaked Babuk Source Code. Retrieved December 19, 2023.",
                            "url": "https://www.trendmicro.com/en_se/research/22/e/new-linux-based-ransomware-cheerscrypt-targets-exsi-devices.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Cheerscrypt"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "malware",
                    "id": "malware--6f6f67c9-556d-4459-95c2-78d272190e52",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-02-09 19:52:30.428000+00:00",
                    "modified": "2024-04-01 21:19:06.580000+00:00",
                    "name": "DarkGate",
                    "description": "[DarkGate](https://attack.mitre.org/software/S1111) first emerged in 2018 and has evolved into an initial access and data gathering tool associated with various criminal cyber operations. Written in Delphi and named \"DarkGate\" by its author, [DarkGate](https://attack.mitre.org/software/S1111) is associated with credential theft, cryptomining, cryptotheft, and pre-ransomware actions.(Citation: Ensilo Darkgate 2018) DarkGate use increased significantly starting in 2022 and is under active development by its author, who provides it as a Malware-as-a-Service offering.(Citation: Trellix Darkgate 2023)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1111",
                            "external_id": "S1111"
                        },
                        {
                            "source_name": "Ensilo Darkgate 2018",
                            "description": "Adi Zeligson & Rotem Kerner. (2018, November 13). Enter The DarkGate - New Cryptocurrency Mining and Ransomware Campaign. Retrieved February 9, 2024.",
                            "url": "https://www.fortinet.com/blog/threat-research/enter-the-darkgate-new-cryptocurrency-mining-and-ransomware-campaign"
                        },
                        {
                            "source_name": "Trellix Darkgate 2023",
                            "description": "Ernesto Fern\u00e1ndez Provecho, Pham Duy Phuc, Ciana Driscoll & Vinoo Thomas. (2023, November 21). The Continued Evolution of the DarkGate Malware-as-a-Service. Retrieved February 9, 2024.",
                            "url": "https://www.trellix.com/blogs/research/the-continued-evolution-of-the-darkgate-malware-as-a-service/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "DarkGate"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Serhii Melnyk, Trustwave SpiderLabs"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "malware",
                    "id": "malware--bcaae558-9697-47a2-9ec7-c75000ddf58c",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-03-08 20:20:05.588000+00:00",
                    "modified": "2024-03-08 20:21:24.195000+00:00",
                    "name": "FRAMESTING",
                    "description": "[FRAMESTING](https://attack.mitre.org/software/S1120) is a Python web shell that was used during [Cutting Edge](https://attack.mitre.org/campaigns/C0029) to embed into an Ivanti Connect Secure Python package for command execution.(Citation: Mandiant Cutting Edge Part 2 January 2024)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1120",
                            "external_id": "S1120"
                        },
                        {
                            "source_name": "Mandiant Cutting Edge Part 2 January 2024",
                            "description": "Lin, M. et al. (2024, January 31). Cutting Edge, Part 2: Investigating Ivanti Connect Secure VPN Zero-Day Exploitation. Retrieved February 27, 2024.",
                            "url": "https://www.mandiant.com/resources/blog/investigating-ivanti-zero-day-exploitation"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "FRAMESTING"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Network"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "malware",
                    "id": "malware--554e010d-726b-439d-9a1a-f60fff0cc109",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-03-06 19:14:43.437000+00:00",
                    "modified": "2024-03-06 19:15:21.887000+00:00",
                    "name": "GLASSTOKEN",
                    "description": "[GLASSTOKEN](https://attack.mitre.org/software/S1117) is a custom web shell used by threat actors during [Cutting Edge](https://attack.mitre.org/campaigns/C0029) to execute commands on compromised Ivanti Secure Connect VPNs.(Citation: Volexity Ivanti Zero-Day Exploitation January 2024)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1117",
                            "external_id": "S1117"
                        },
                        {
                            "source_name": "Volexity Ivanti Zero-Day Exploitation January 2024",
                            "description": "Meltzer, M. et al. (2024, January 10). Active Exploitation of Two Zero-Day Vulnerabilities in Ivanti Connect Secure VPN. Retrieved February 27, 2024.",
                            "url": "https://www.volexity.com/blog/2024/01/10/active-exploitation-of-two-zero-day-vulnerabilities-in-ivanti-connect-secure-vpn/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "GLASSTOKEN"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Network"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "malware",
                    "id": "malware--54089fba-8662-4f37-9a44-6ad25a5f630a",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2023-12-22 20:03:48.505000+00:00",
                    "modified": "2024-01-02 20:44:36.518000+00:00",
                    "name": "HUI Loader",
                    "description": "[HUI Loader](https://attack.mitre.org/software/S1097) is a custom DLL loader that has been used since at least 2015 by China-based threat groups including [Cinnamon Tempest](https://attack.mitre.org/groups/G1021) and [menuPass](https://attack.mitre.org/groups/G0045) to deploy malware on compromised hosts. [HUI Loader](https://attack.mitre.org/software/S1097) has been observed in campaigns loading [SodaMaster](https://attack.mitre.org/software/S0627), [PlugX](https://attack.mitre.org/software/S0013), [Cobalt Strike](https://attack.mitre.org/software/S0154), [Komplex](https://attack.mitre.org/software/S0162), and several strains of ransomware.(Citation: SecureWorks BRONZE STARLIGHT Ransomware Operations June 2022)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1097",
                            "external_id": "S1097"
                        },
                        {
                            "source_name": "SecureWorks BRONZE STARLIGHT Ransomware Operations June 2022",
                            "description": "Counter Threat Unit Research Team . (2022, June 23). BRONZE STARLIGHT RANSOMWARE OPERATIONS USE HUI LOADER. Retrieved December 7, 2023.",
                            "url": "https://www.secureworks.com/research/bronze-starlight-ransomware-operations-use-hui-loader"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "HUI Loader"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "malware",
                    "id": "malware--5dc9e8ec-9917-4de7-b8ab-16007899dd80",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-03-07 20:52:41.463000+00:00",
                    "modified": "2024-03-28 19:18:39.684000+00:00",
                    "name": "LIGHTWIRE",
                    "description": "[LIGHTWIRE](https://attack.mitre.org/software/S1119) is a web shell written in Perl that was used during [Cutting Edge](https://attack.mitre.org/campaigns/C0029) to maintain access and enable command execution by imbedding into the legitimate compcheckresult.cgi component of Ivanti Secure Connect VPNs.(Citation: Mandiant Cutting Edge Part 2 January 2024)(Citation: Mandiant Cutting Edge January 2024)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1119",
                            "external_id": "S1119"
                        },
                        {
                            "source_name": "Mandiant Cutting Edge Part 2 January 2024",
                            "description": "Lin, M. et al. (2024, January 31). Cutting Edge, Part 2: Investigating Ivanti Connect Secure VPN Zero-Day Exploitation. Retrieved February 27, 2024.",
                            "url": "https://www.mandiant.com/resources/blog/investigating-ivanti-zero-day-exploitation"
                        },
                        {
                            "source_name": "Mandiant Cutting Edge January 2024",
                            "description": "McLellan, T. et al. (2024, January 12). Cutting Edge: Suspected APT Targets Ivanti Connect Secure VPN in New Zero-Day Exploitation. Retrieved February 27, 2024.",
                            "url": "https://www.mandiant.com/resources/blog/suspected-apt-targets-ivanti-zero-day"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "LIGHTWIRE"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Network"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "malware",
                    "id": "malware--19256855-65e9-48f2-8b74-9f3d0a994428",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-03-13 18:41:57.589000+00:00",
                    "modified": "2024-04-17 20:47:19.566000+00:00",
                    "name": "LITTLELAMB.WOOLTEA",
                    "description": "[LITTLELAMB.WOOLTEA](https://attack.mitre.org/software/S1121) is a backdoor that was used by UNC5325 during [Cutting Edge](https://attack.mitre.org/campaigns/C0029) to deploy malware on targeted Ivanti Connect Secure VPNs and to establish persistence across system upgrades and patches.(Citation: Mandiant Cutting Edge Part 3 February 2024)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1121",
                            "external_id": "S1121"
                        },
                        {
                            "source_name": "Mandiant Cutting Edge Part 3 February 2024",
                            "description": "Lin, M. et al. (2024, February 27). Cutting Edge, Part 3: Investigating Ivanti Connect Secure VPN Exploitation and Persistence Attempts. Retrieved March 1, 2024.",
                            "url": "https://www.mandiant.com/resources/blog/investigating-ivanti-exploitation-persistence"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "LITTLELAMB.WOOLTEA"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Network"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "malware",
                    "id": "malware--452da2d9-706c-4185-ad6f-f5edaf4b9f48",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-01-19 21:08:29.427000+00:00",
                    "modified": "2024-01-19 21:09:35.017000+00:00",
                    "name": "LoFiSe",
                    "description": "[LoFiSe](https://attack.mitre.org/software/S1101) has been used by [ToddyCat](https://attack.mitre.org/groups/G1022) since at least 2023 to identify and collect files of interest on targeted systems.(Citation: Kaspersky ToddyCat Check Logs October 2023)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1101",
                            "external_id": "S1101"
                        },
                        {
                            "source_name": "Kaspersky ToddyCat Check Logs October 2023",
                            "description": "Dedola, G. et al. (2023, October 12). ToddyCat: Keep calm and check logs. Retrieved January 3, 2024.",
                            "url": "https://securelist.com/toddycat-keep-calm-and-check-logs/110696/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "LoFiSe"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "malware",
                    "id": "malware--4e6464d2-69df-4e56-8d4c-1973f84d7b80",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-03-13 20:59:22.655000+00:00",
                    "modified": "2024-04-18 14:15:33.229000+00:00",
                    "name": "Mispadu",
                    "description": "[Mispadu](https://attack.mitre.org/software/S1122) is a banking trojan written in Delphi that was first observed in 2019 and uses a Malware-as-a-Service (MaaS) business model.(Citation: ESET Security Mispadu Facebook Ads 2019)(Citation: SCILabs Malteiro 2021) This malware is operated, managed, and sold by the [Malteiro](https://attack.mitre.org/groups/G1026) cybercriminal group.(Citation: SCILabs Malteiro 2021) [Mispadu](https://attack.mitre.org/software/S1122) has mainly been used to target victims in Brazil and Mexico, and has also had confirmed operations throughout Latin America and Europe.(Citation: SCILabs Malteiro 2021)(Citation: SCILabs URSA/Mispadu Evolution 2023)(Citation: Seguran\u00e7a Inform\u00e1tica URSA Sophisticated Loader 2020) ",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1122",
                            "external_id": "S1122"
                        },
                        {
                            "source_name": "ESET Security Mispadu Facebook Ads 2019",
                            "description": "ESET Security. (2019, November 19). Mispadu: Advertisement for a discounted Unhappy Meal. Retrieved March 13, 2024.",
                            "url": "https://www.welivesecurity.com/2019/11/19/mispadu-advertisement-discounted-unhappy-meal/"
                        },
                        {
                            "source_name": "Seguran\u00e7a Inform\u00e1tica URSA Sophisticated Loader 2020",
                            "description": "Pedro Tavares (Seguran\u00e7a Inform\u00e1tica). (2020, September 15). Threat analysis: The emergent URSA trojan impacts many countries using a sophisticated loader. Retrieved March 13, 2024.",
                            "url": "https://seguranca-informatica.pt/threat-analysis-the-emergent-ursa-trojan-impacts-many-countries-using-a-sophisticated-loader/"
                        },
                        {
                            "source_name": "SCILabs Malteiro 2021",
                            "description": "SCILabs. (2021, December 23). Cyber Threat Profile Malteiro. Retrieved March 13, 2024.",
                            "url": "https://blog.scilabs.mx/en/cyber-threat-profile-malteiro/"
                        },
                        {
                            "source_name": "SCILabs URSA/Mispadu Evolution 2023",
                            "description": "SCILabs. (2023, May 23). Evolution of banking trojan URSA/Mispadu. Retrieved March 13, 2024.",
                            "url": "https://blog.scilabs.mx/en/evolution-of-banking-trojan-ursa-mispadu/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Mispadu"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "SCILabs"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "malware",
                    "id": "malware--72b5f07f-5448-4e00-9ff2-08bc193a7b77",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-02-08 15:23:05.910000+00:00",
                    "modified": "2024-04-19 13:24:36.873000+00:00",
                    "name": "NGLite",
                    "description": "[NGLite](https://attack.mitre.org/software/S1106) is a backdoor Trojan that is only capable of running commands received through its C2 channel. While the capabilities are standard for a backdoor, NGLite uses a novel C2 channel that leverages a decentralized network based on the legitimate NKN to communicate between the backdoor and the actors.(Citation: NGLite Trojan)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1106",
                            "external_id": "S1106"
                        },
                        {
                            "source_name": "NGLite Trojan",
                            "description": "Robert Falcone, Jeff White, and Peter Renals. (2021, November 7). Targeted Attack Campaign Against ManageEngine ADSelfService Plus Delivers Godzilla Webshells, NGLite Trojan and KdcSponge Stealer. Retrieved February 8, 2024.",
                            "url": "https://unit42.paloaltonetworks.com/manageengine-godzilla-nglite-kdcsponge/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "NGLite"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "malware",
                    "id": "malware--bd2ebee8-7c38-408a-871d-221012104222",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-02-08 15:41:33.284000+00:00",
                    "modified": "2024-04-13 14:10:23.936000+00:00",
                    "name": "NKAbuse",
                    "description": "[NKAbuse](https://attack.mitre.org/software/S1107) is a Go-based, multi-platform malware abusing NKN (New Kind of Network) technology for data exchange between peers, functioning as a potent implant, and equipped with both flooder and backdoor capabilities.(Citation: NKAbuse BC)(Citation: NKAbuse SL)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1107",
                            "external_id": "S1107"
                        },
                        {
                            "source_name": "NKAbuse BC",
                            "description": "Bill Toulas. (2023, December 14). New NKAbuse malware abuses NKN blockchain for stealthy comms. Retrieved February 8, 2024.",
                            "url": "https://www.bleepingcomputer.com/news/security/new-nkabuse-malware-abuses-nkn-blockchain-for-stealthy-comms/#google_vignette"
                        },
                        {
                            "source_name": "NKAbuse SL",
                            "description": "KASPERSKY GERT. (2023, December 14). Unveiling NKAbuse: a new multiplatform threat abusing the NKN protocol. Retrieved February 8, 2024.",
                            "url": "https://securelist.com/unveiling-nkabuse/111512/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "NKAbuse"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "malware",
                    "id": "malware--023254de-caaf-4a05-b2c7-e4e2f283f7a5",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-01-11 18:40:51.497000+00:00",
                    "modified": "2024-04-17 22:02:37.451000+00:00",
                    "name": "Ninja",
                    "description": "[Ninja](https://attack.mitre.org/software/S1100) is a malware developed in C++ that has been used by [ToddyCat](https://attack.mitre.org/groups/G1022) to penetrate networks and control remote systems since at least 2020.  [Ninja](https://attack.mitre.org/software/S1100) is possibly part of a post exploitation toolkit exclusively used by [ToddyCat](https://attack.mitre.org/groups/G1022) and allows multiple operators to work simultaneously on the same machine. [Ninja](https://attack.mitre.org/software/S1100) has been used against government and military entities in Europe and Asia and observed in specific infection chains being deployed by [Samurai](https://attack.mitre.org/software/S1099).(Citation: Kaspersky ToddyCat June 2022)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1100",
                            "external_id": "S1100"
                        },
                        {
                            "source_name": "Kaspersky ToddyCat June 2022",
                            "description": "Dedola, G. (2022, June 21). APT ToddyCat. Retrieved January 3, 2024.",
                            "url": "https://securelist.com/toddycat/106799/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Ninja"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "malware",
                    "id": "malware--647215dd-29a6-4528-b354-ca8b5e08fca1",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-02-08 19:38:27.401000+00:00",
                    "modified": "2024-04-10 21:08:49.143000+00:00",
                    "name": "PACEMAKER",
                    "description": "[PACEMAKER](https://attack.mitre.org/software/S1109) is a credential stealer that was used by [APT5](https://attack.mitre.org/groups/G1023) as early as 2020 including activity against US Defense Industrial Base (DIB) companies.(Citation: Mandiant Pulse Secure Zero-Day April 2021)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1109",
                            "external_id": "S1109"
                        },
                        {
                            "source_name": "Mandiant Pulse Secure Zero-Day April 2021",
                            "description": "Perez, D. et al. (2021, April 20). Check Your Pulse: Suspected APT Actors Leverage Authentication Bypass Techniques and Pulse Secure Zero-Day. Retrieved February 5, 2024.",
                            "url": "https://www.mandiant.com/resources/blog/suspected-apt-actors-leverage-bypass-techniques-pulse-secure-zero-day"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "PACEMAKER"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Network",
                        "Linux"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "malware",
                    "id": "malware--d79b1800-3b5d-4a4f-8863-8251eca793e2",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-03-13 21:04:20.890000+00:00",
                    "modified": "2024-04-17 23:08:23.989000+00:00",
                    "name": "PITSTOP",
                    "description": "[PITSTOP](https://attack.mitre.org/software/S1123) is a backdoor that was deployed on compromised Ivanti Connect Secure VPNs during [Cutting Edge](https://attack.mitre.org/campaigns/C0029) to enable command execution and file read/write.(Citation: Mandiant Cutting Edge Part 3 February 2024)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1123",
                            "external_id": "S1123"
                        },
                        {
                            "source_name": "Mandiant Cutting Edge Part 3 February 2024",
                            "description": "Lin, M. et al. (2024, February 27). Cutting Edge, Part 3: Investigating Ivanti Connect Secure VPN Exploitation and Persistence Attempts. Retrieved March 1, 2024.",
                            "url": "https://www.mandiant.com/resources/blog/investigating-ivanti-exploitation-persistence"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "PITSTOP"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Network"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "malware",
                    "id": "malware--9a097d18-d15f-4635-a4f1-189df7efdc40",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-02-08 18:30:54.263000+00:00",
                    "modified": "2024-04-10 21:06:18.500000+00:00",
                    "name": "PULSECHECK",
                    "description": "[PULSECHECK](https://attack.mitre.org/software/S1108) is a web shell written in Perl that was used by [APT5](https://attack.mitre.org/groups/G1023) as early as 2020 including against Pulse Secure VPNs at US Defense Industrial Base (DIB) companies.(Citation: Mandiant Pulse Secure Zero-Day April 2021)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1108",
                            "external_id": "S1108"
                        },
                        {
                            "source_name": "Mandiant Pulse Secure Zero-Day April 2021",
                            "description": "Perez, D. et al. (2021, April 20). Check Your Pulse: Suspected APT Actors Leverage Authentication Bypass Techniques and Pulse Secure Zero-Day. Retrieved February 5, 2024.",
                            "url": "https://www.mandiant.com/resources/blog/suspected-apt-actors-leverage-bypass-techniques-pulse-secure-zero-day"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "PULSECHECK"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Network",
                        "Linux"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "malware",
                    "id": "malware--e4feffc2-53d1-45c9-904e-adb9faca0d15",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-01-22 19:21:29.473000+00:00",
                    "modified": "2024-01-22 19:21:48.480000+00:00",
                    "name": "Pcexter",
                    "description": "[Pcexter](https://attack.mitre.org/software/S1102) is an uploader that has been used by [ToddyCat](https://attack.mitre.org/groups/G1022) since at least 2023 to exfiltrate stolen files.(Citation: Kaspersky ToddyCat Check Logs October 2023)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1102",
                            "external_id": "S1102"
                        },
                        {
                            "source_name": "Kaspersky ToddyCat Check Logs October 2023",
                            "description": "Dedola, G. et al. (2023, October 12). ToddyCat: Keep calm and check logs. Retrieved January 3, 2024.",
                            "url": "https://securelist.com/toddycat-keep-calm-and-check-logs/110696/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Pcexter"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "malware",
                    "id": "malware--880f7b3e-ad27-4158-8b03-d44c9357950b",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-02-13 17:50:25.350000+00:00",
                    "modified": "2024-04-05 18:28:57.216000+00:00",
                    "name": "RAPIDPULSE",
                    "description": "[RAPIDPULSE](https://attack.mitre.org/software/S1113) is a web shell that exists as a modification to a legitimate Pulse Secure file that has been used by [APT5](https://attack.mitre.org/groups/G1023) since at least 2021.(Citation: Mandiant Pulse Secure Update May 2021)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1113",
                            "external_id": "S1113"
                        },
                        {
                            "source_name": "Mandiant Pulse Secure Update May 2021",
                            "description": "Perez, D. et al. (2021, May 27). Re-Checking Your Pulse: Updates on Chinese APT Actors Compromising Pulse Secure VPN Devices. Retrieved February 5, 2024.",
                            "url": "https://www.mandiant.com/resources/blog/updates-on-chinese-apt-compromising-pulse-secure-vpn-devices"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "RAPIDPULSE"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Network",
                        "Linux"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "malware",
                    "id": "malware--d1008b78-960c-4b36-bdc4-39a734e1e4e3",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-02-09 19:21:04.773000+00:00",
                    "modified": "2024-04-10 21:08:18.197000+00:00",
                    "name": "SLIGHTPULSE",
                    "description": "[SLIGHTPULSE](https://attack.mitre.org/software/S1110) is a web shell that was used by [APT5](https://attack.mitre.org/groups/G1023) as early as 2020 including against Pulse Secure VPNs at US Defense Industrial Base (DIB) entities.(Citation: Mandiant Pulse Secure Zero-Day April 2021)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1110",
                            "external_id": "S1110"
                        },
                        {
                            "source_name": "Mandiant Pulse Secure Zero-Day April 2021",
                            "description": "Perez, D. et al. (2021, April 20). Check Your Pulse: Suspected APT Actors Leverage Authentication Bypass Techniques and Pulse Secure Zero-Day. Retrieved February 5, 2024.",
                            "url": "https://www.mandiant.com/resources/blog/suspected-apt-actors-leverage-bypass-techniques-pulse-secure-zero-day"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "SLIGHTPULSE"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Network",
                        "Linux"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "malware",
                    "id": "malware--f8fc98ac-ad6d-44db-b6e2-f0c6eb4eace4",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-02-06 21:07:39.125000+00:00",
                    "modified": "2024-02-08 19:58:16.715000+00:00",
                    "name": "SLOWPULSE",
                    "description": "[SLOWPULSE](https://attack.mitre.org/software/S1104) is a malware that was used by [APT5](https://attack.mitre.org/groups/G1023) as early as 2020 including against U.S. Defense Industrial Base (DIB) companies. [SLOWPULSE](https://attack.mitre.org/software/S1104) has several variants and can modify legitimate Pulse Secure VPN files in order to log credentials and bypass single and two-factor authentication flows.(Citation: Mandiant Pulse Secure Zero-Day April 2021)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1104",
                            "external_id": "S1104"
                        },
                        {
                            "source_name": "Mandiant Pulse Secure Zero-Day April 2021",
                            "description": "Perez, D. et al. (2021, April 20). Check Your Pulse: Suspected APT Actors Leverage Authentication Bypass Techniques and Pulse Secure Zero-Day. Retrieved February 5, 2024.",
                            "url": "https://www.mandiant.com/resources/blog/suspected-apt-actors-leverage-bypass-techniques-pulse-secure-zero-day"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "SLOWPULSE"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Network"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "malware",
                    "id": "malware--ca0fead6-5277-427a-825b-42ff1fbe476e",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-02-09 20:19:34.719000+00:00",
                    "modified": "2024-02-09 20:26:27.831000+00:00",
                    "name": "STEADYPULSE",
                    "description": "[STEADYPULSE](https://attack.mitre.org/software/S1112) is a web shell that infects targeted Pulse Secure VPN servers through modification of a legitimate Perl script that was used as early as 2020 including in activity against US Defense Industrial Base (DIB) entities.(Citation: Mandiant Pulse Secure Zero-Day April 2021)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1112",
                            "external_id": "S1112"
                        },
                        {
                            "source_name": "Mandiant Pulse Secure Zero-Day April 2021",
                            "description": "Perez, D. et al. (2021, April 20). Check Your Pulse: Suspected APT Actors Leverage Authentication Bypass Techniques and Pulse Secure Zero-Day. Retrieved February 5, 2024.",
                            "url": "https://www.mandiant.com/resources/blog/suspected-apt-actors-leverage-bypass-techniques-pulse-secure-zero-day"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "STEADYPULSE"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Network"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "malware",
                    "id": "malware--ae91fb8f-5031-4f57-9839-e3be3ed503f0",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-01-04 20:01:26.144000+00:00",
                    "modified": "2024-01-04 20:02:49.672000+00:00",
                    "name": "Samurai",
                    "description": "[Samurai](https://attack.mitre.org/software/S1099) is a passive backdoor that has been used by [ToddyCat](https://attack.mitre.org/groups/G1022) since at least 2020. [Samurai](https://attack.mitre.org/software/S1099) allows arbitrary C# code execution and is used with multiple modules for remote administration and lateral movement.(Citation: Kaspersky ToddyCat June 2022)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1099",
                            "external_id": "S1099"
                        },
                        {
                            "source_name": "Kaspersky ToddyCat June 2022",
                            "description": "Dedola, G. (2022, June 21). APT ToddyCat. Retrieved January 3, 2024.",
                            "url": "https://securelist.com/toddycat/106799/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Samurai"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "malware",
                    "id": "malware--5911d2ca-64f6-49b3-b94f-29b5d185085c",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-03-22 19:21:30.424000+00:00",
                    "modified": "2024-04-06 00:08:07.956000+00:00",
                    "name": "SocGholish",
                    "description": "[SocGholish](https://attack.mitre.org/software/S1124) is a JavaScript-based loader malware that has been used since at least 2017. It has been observed in use against multiple sectors globally for initial access, primarily through drive-by-downloads masquerading as software updates. SocGholish is operated by [Mustard Tempest](https://attack.mitre.org/groups/G1020) and its access has been sold to groups including [Indrik Spider](https://attack.mitre.org/groups/G0119) for downloading secondary RAT and ransomware payloads.(Citation: SentinelOne SocGholish Infrastructure November 2022)(Citation: SocGholish-update)(Citation: Red Canary SocGholish March 2024)(Citation: Secureworks Gold Prelude Profile) ",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1124",
                            "external_id": "S1124"
                        },
                        {
                            "source_name": "FakeUpdates",
                            "description": "(Citation: Red Canary SocGholish March 2024)"
                        },
                        {
                            "source_name": "SocGholish-update",
                            "description": "Andrew Northern. (2022, November 22). SocGholish, a very real threat from a very fake update. Retrieved February 13, 2024.",
                            "url": "https://www.proofpoint.com/us/blog/threat-insight/part-1-socgholish-very-real-threat-very-fake-update"
                        },
                        {
                            "source_name": "SentinelOne SocGholish Infrastructure November 2022",
                            "description": "Milenkoski, A. (2022, November 7). SocGholish Diversifies and Expands Its Malware Staging Infrastructure to Counter Defenders. Retrieved March 22, 2024.",
                            "url": "https://www.sentinelone.com/labs/socgholish-diversifies-and-expands-its-malware-staging-infrastructure-to-counter-defenders/"
                        },
                        {
                            "source_name": "Red Canary SocGholish March 2024",
                            "description": "Red Canary. (2024, March). Red Canary 2024 Threat Detection Report: SocGholish. Retrieved March 22, 2024.",
                            "url": "https://redcanary.com/threat-detection-report/threats/socgholish/"
                        },
                        {
                            "source_name": "Secureworks Gold Prelude Profile",
                            "description": "Secureworks. (n.d.). GOLD PRELUDE . Retrieved March 22, 2024.",
                            "url": "https://www.secureworks.com/research/threat-profiles/gold-prelude"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "SocGholish",
                        "FakeUpdates"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "malware",
                    "id": "malware--a5818d36-e9b0-46da-842d-b727a5e36ea6",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-03-05 19:32:16.643000+00:00",
                    "modified": "2024-03-29 14:53:25.984000+00:00",
                    "name": "WARPWIRE",
                    "description": "[WARPWIRE](https://attack.mitre.org/software/S1116) is a Javascript credential stealer that targets plaintext passwords and usernames for exfiltration that was used during [Cutting Edge](https://attack.mitre.org/campaigns/C0029) to target Ivanti Connect Secure VPNs.(Citation: Mandiant Cutting Edge January 2024)(Citation: Mandiant Cutting Edge Part 2 January 2024)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1116",
                            "external_id": "S1116"
                        },
                        {
                            "source_name": "Mandiant Cutting Edge Part 2 January 2024",
                            "description": "Lin, M. et al. (2024, January 31). Cutting Edge, Part 2: Investigating Ivanti Connect Secure VPN Zero-Day Exploitation. Retrieved February 27, 2024.",
                            "url": "https://www.mandiant.com/resources/blog/investigating-ivanti-zero-day-exploitation"
                        },
                        {
                            "source_name": "Mandiant Cutting Edge January 2024",
                            "description": "McLellan, T. et al. (2024, January 12). Cutting Edge: Suspected APT Targets Ivanti Connect Secure VPN in New Zero-Day Exploitation. Retrieved February 27, 2024.",
                            "url": "https://www.mandiant.com/resources/blog/suspected-apt-targets-ivanti-zero-day"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "WARPWIRE"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Network"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "malware",
                    "id": "malware--c93e3079-43fb-4d8d-9e99-db63d07eadc9",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-03-04 21:40:28.083000+00:00",
                    "modified": "2024-03-05 18:40:41.264000+00:00",
                    "name": "WIREFIRE",
                    "description": "[WIREFIRE](https://attack.mitre.org/software/S1115) is a web shell written in Python that exists as trojanized logic to the visits.py component of Ivanti Connect Secure VPN appliances. [WIREFIRE](https://attack.mitre.org/software/S1115) was used during [Cutting Edge](https://attack.mitre.org/campaigns/C0029) for downloading files and command execution.(Citation: Mandiant Cutting Edge January 2024)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1115",
                            "external_id": "S1115"
                        },
                        {
                            "source_name": "GIFTEDVISITOR",
                            "description": "(Citation: Volexity Ivanti Zero-Day Exploitation January 2024)"
                        },
                        {
                            "source_name": "Mandiant Cutting Edge January 2024",
                            "description": "McLellan, T. et al. (2024, January 12). Cutting Edge: Suspected APT Targets Ivanti Connect Secure VPN in New Zero-Day Exploitation. Retrieved February 27, 2024.",
                            "url": "https://www.mandiant.com/resources/blog/suspected-apt-targets-ivanti-zero-day"
                        },
                        {
                            "source_name": "Volexity Ivanti Zero-Day Exploitation January 2024",
                            "description": "Meltzer, M. et al. (2024, January 10). Active Exploitation of Two Zero-Day Vulnerabilities in Ivanti Connect Secure VPN. Retrieved February 27, 2024.",
                            "url": "https://www.volexity.com/blog/2024/01/10/active-exploitation-of-two-zero-day-vulnerabilities-in-ivanti-connect-secure-vpn/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "WIREFIRE",
                        "GIFTEDVISITOR"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Network"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "malware",
                    "id": "malware--d9765cbd-4c88-4805-ba98-4c6ccb56b864",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-03-01 19:25:32.551000+00:00",
                    "modified": "2024-03-01 19:26:04.144000+00:00",
                    "name": "ZIPLINE",
                    "description": "[ZIPLINE](https://attack.mitre.org/software/S1114) is a passive backdoor that was used during [Cutting Edge](https://attack.mitre.org/campaigns/C0029) on compromised Secure Connect VPNs for reverse shell and proxy functionality.(Citation: Mandiant Cutting Edge January 2024)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1114",
                            "external_id": "S1114"
                        },
                        {
                            "source_name": "Mandiant Cutting Edge January 2024",
                            "description": "McLellan, T. et al. (2024, January 12). Cutting Edge: Suspected APT Targets Ivanti Connect Secure VPN in New Zero-Day Exploitation. Retrieved February 27, 2024.",
                            "url": "https://www.mandiant.com/resources/blog/suspected-apt-targets-ivanti-zero-day"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "ZIPLINE"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Network"
                    ],
                    "x_mitre_version": "1.0"
                }
            ],
            "major_version_changes": [
                {
                    "type": "malware",
                    "id": "malware--99fdf3b4-96ef-4ab9-b191-fc683441cad0",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-11-18 19:07:48.008000+00:00",
                    "modified": "2023-12-04 19:42:13.073000+00:00",
                    "name": "Bazar",
                    "description": "[Bazar](https://attack.mitre.org/software/S0534) is a downloader and backdoor that has been used since at least April 2020, with infections primarily against professional services, healthcare, manufacturing, IT, logistics and travel companies across the US and Europe. [Bazar](https://attack.mitre.org/software/S0534) reportedly has ties to [TrickBot](https://attack.mitre.org/software/S0266) campaigns and can be used to deploy additional malware, including ransomware, and to steal sensitive data.(Citation: Cybereason Bazar July 2020)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0534",
                            "external_id": "S0534"
                        },
                        {
                            "source_name": "Team9",
                            "description": "(Citation: Cybereason Bazar July 2020)(Citation: NCC Group Team9 June 2020)"
                        },
                        {
                            "source_name": "KEGTAP",
                            "description": "(Citation: FireEye KEGTAP SINGLEMALT October 2020)(Citation: CrowdStrike Wizard Spider October 2020)"
                        },
                        {
                            "source_name": "Bazaloader",
                            "description": "(Citation: Microsoft Ransomware as a Service)"
                        },
                        {
                            "source_name": "Cybereason Bazar July 2020",
                            "description": "Cybereason Nocturnus. (2020, July 16). A BAZAR OF TRICKS: FOLLOWING TEAM9\u2019S DEVELOPMENT CYCLES. Retrieved November 18, 2020.",
                            "url": "https://www.cybereason.com/blog/a-bazar-of-tricks-following-team9s-development-cycles"
                        },
                        {
                            "source_name": "FireEye KEGTAP SINGLEMALT October 2020",
                            "description": "Kimberly Goody, Jeremy Kennelly, Joshua Shilko, Steve Elovitz, Douglas Bienstock. (2020, October 28). Unhappy Hour Special: KEGTAP and SINGLEMALT With a Ransomware Chaser. Retrieved October 28, 2020.",
                            "url": "https://www.fireeye.com/blog/threat-research/2020/10/kegtap-and-singlemalt-with-a-ransomware-chaser.html"
                        },
                        {
                            "source_name": "Microsoft Ransomware as a Service",
                            "description": "Microsoft. (2022, May 9). Ransomware as a service: Understanding the cybercrime gig economy and how to protect yourself. Retrieved March 10, 2023.",
                            "url": "https://www.microsoft.com/en-us/security/blog/2022/05/09/ransomware-as-a-service-understanding-the-cybercrime-gig-economy-and-how-to-protect-yourself/"
                        },
                        {
                            "source_name": "NCC Group Team9 June 2020",
                            "description": "Pantazopoulos, N. (2020, June 2). In-depth analysis of the new Team9 malware family. Retrieved December 1, 2020.",
                            "url": "https://research.nccgroup.com/2020/06/02/in-depth-analysis-of-the-new-team9-malware-family/"
                        },
                        {
                            "source_name": "CrowdStrike Wizard Spider October 2020",
                            "description": "Podlosky, A., Hanel, A. et al. (2020, October 16). WIZARD SPIDER Update: Resilient, Reactive and Resolute. Retrieved June 15, 2021.",
                            "url": "https://www.crowdstrike.com/blog/wizard-spider-adversary-update/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Bazar",
                        "KEGTAP",
                        "Team9",
                        "Bazaloader"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Cybereason Nocturnus, @nocturnus"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "2.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2023-12-04 19:42:13.073000+00:00\", \"old_value\": \"2022-09-29 20:41:20.065000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.0\", \"old_value\": \"1.2\"}}, \"iterable_item_added\": {\"root['external_references'][3]\": {\"source_name\": \"Bazaloader\", \"description\": \"(Citation: Microsoft Ransomware as a Service)\"}, \"root['external_references'][6]\": {\"source_name\": \"Microsoft Ransomware as a Service\", \"description\": \"Microsoft. (2022, May 9). Ransomware as a service: Understanding the cybercrime gig economy and how to protect yourself. Retrieved March 10, 2023.\", \"url\": \"https://www.microsoft.com/en-us/security/blog/2022/05/09/ransomware-as-a-service-understanding-the-cybercrime-gig-economy-and-how-to-protect-yourself/\"}, \"root['x_mitre_aliases'][3]\": \"Bazaloader\"}}",
                    "previous_version": "1.2",
                    "version_change": "1.2 \u2192 2.0"
                },
                {
                    "type": "malware",
                    "id": "malware--4e9bdf9a-4957-47f6-87b3-c76898d3f623",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2021-11-12 19:02:16.381000+00:00",
                    "modified": "2023-12-04 20:15:22.258000+00:00",
                    "name": "Diavol",
                    "description": "[Diavol](https://attack.mitre.org/software/S0659) is a ransomware variant first observed in June 2021 that is capable of prioritizing file types to encrypt based on a pre-configured list of extensions defined by the attacker.  The [Diavol](https://attack.mitre.org/software/S0659) Ransomware-as-a Service (RaaS) program is managed by [Wizard Spider](https://attack.mitre.org/groups/G0102) and it has been observed being deployed by [Bazar](https://attack.mitre.org/software/S0534).(Citation: Fortinet Diavol July 2021)(Citation: FBI Flash Diavol January 2022)(Citation: DFIR Diavol Ransomware December 2021)(Citation: Microsoft Ransomware as a Service)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0659",
                            "external_id": "S0659"
                        },
                        {
                            "source_name": "Diavol",
                            "description": "(Citation: Fortinet Diavol July 2021)"
                        },
                        {
                            "source_name": "DFIR Diavol Ransomware December 2021",
                            "description": "DFIR Report. (2021, December 13). Diavol Ransomware. Retrieved March 9, 2022.",
                            "url": "https://thedfirreport.com/2021/12/13/diavol-ransomware/"
                        },
                        {
                            "source_name": "FBI Flash Diavol January 2022",
                            "description": "FBI. (2022, January 19). Indicators of Compromise Associated with Diavol. Retrieved March 9, 2022.",
                            "url": "https://www.ic3.gov/Media/News/2022/220120.pdf"
                        },
                        {
                            "source_name": "Microsoft Ransomware as a Service",
                            "description": "Microsoft. (2022, May 9). Ransomware as a service: Understanding the cybercrime gig economy and how to protect yourself. Retrieved March 10, 2023.",
                            "url": "https://www.microsoft.com/en-us/security/blog/2022/05/09/ransomware-as-a-service-understanding-the-cybercrime-gig-economy-and-how-to-protect-yourself/"
                        },
                        {
                            "source_name": "Fortinet Diavol July 2021",
                            "description": "Neeamni, D., Rubinfeld, A.. (2021, July 1). Diavol - A New Ransomware Used By Wizard Spider?. Retrieved November 12, 2021.",
                            "url": "https://www.fortinet.com/blog/threat-research/diavol-new-ransomware-used-by-wizard-spider"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Diavol"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Massimiliano Romano, BT Security"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "2.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2023-12-04 20:15:22.258000+00:00\", \"old_value\": \"2022-04-15 00:59:33.522000+00:00\"}, \"root['description']\": {\"new_value\": \"[Diavol](https://attack.mitre.org/software/S0659) is a ransomware variant first observed in June 2021 that is capable of prioritizing file types to encrypt based on a pre-configured list of extensions defined by the attacker.  The [Diavol](https://attack.mitre.org/software/S0659) Ransomware-as-a Service (RaaS) program is managed by [Wizard Spider](https://attack.mitre.org/groups/G0102) and it has been observed being deployed by [Bazar](https://attack.mitre.org/software/S0534).(Citation: Fortinet Diavol July 2021)(Citation: FBI Flash Diavol January 2022)(Citation: DFIR Diavol Ransomware December 2021)(Citation: Microsoft Ransomware as a Service)\", \"old_value\": \"[Diavol](https://attack.mitre.org/software/S0659) is a ransomware variant first observed in June 2021 that is capable of prioritizing file types to encrypt based on a pre-configured list of extensions defined by the attacker. [Diavol](https://attack.mitre.org/software/S0659) has been deployed by [Bazar](https://attack.mitre.org/software/S0534) and is thought to have potential ties to [Wizard Spider](https://attack.mitre.org/groups/G0102).(Citation: Fortinet Diavol July 2021)(Citation: FBI Flash Diavol January 2022)(Citation: DFIR Diavol Ransomware December 2021)\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.0\", \"old_value\": \"1.0\"}}, \"iterable_item_added\": {\"root['external_references'][4]\": {\"source_name\": \"Microsoft Ransomware as a Service\", \"description\": \"Microsoft. (2022, May 9). Ransomware as a service: Understanding the cybercrime gig economy and how to protect yourself. Retrieved March 10, 2023.\", \"url\": \"https://www.microsoft.com/en-us/security/blog/2022/05/09/ransomware-as-a-service-understanding-the-cybercrime-gig-economy-and-how-to-protect-yourself/\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 2.0",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to99__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to99__0\"><a href=\"#difflib_chg_to99__top\">t</a></td><td class=\"diff_header\" id=\"from99_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_sub\">[Diavol](https://attack.mitre.org/software/S0659)&nbsp;is&nbsp;a&nbsp;ranso</span></td><td class=\"diff_next\"><a href=\"#difflib_chg_to99__top\">t</a></td><td class=\"diff_header\" id=\"to99_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_add\">[Diavol](https://attack.mitre.org/software/S0659)&nbsp;is&nbsp;a&nbsp;ranso</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">mware&nbsp;variant&nbsp;first&nbsp;observed&nbsp;in&nbsp;June&nbsp;2021&nbsp;that&nbsp;is&nbsp;capable&nbsp;of</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">mware&nbsp;variant&nbsp;first&nbsp;observed&nbsp;in&nbsp;June&nbsp;2021&nbsp;that&nbsp;is&nbsp;capable&nbsp;of</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;prioritizing&nbsp;file&nbsp;types&nbsp;to&nbsp;encrypt&nbsp;based&nbsp;on&nbsp;a&nbsp;pre-configure</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;prioritizing&nbsp;file&nbsp;types&nbsp;to&nbsp;encrypt&nbsp;based&nbsp;on&nbsp;a&nbsp;pre-configure</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">d&nbsp;list&nbsp;of&nbsp;extensions&nbsp;defined&nbsp;by&nbsp;the&nbsp;attacker.&nbsp;[Diavol](https</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">d&nbsp;list&nbsp;of&nbsp;extensions&nbsp;defined&nbsp;by&nbsp;the&nbsp;attacker.&nbsp;&nbsp;The&nbsp;[Diavol](</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">://attack.mitre.org/software/S0659)&nbsp;has&nbsp;been&nbsp;deployed&nbsp;by&nbsp;[Ba</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">https://attack.mitre.org/software/S0659)&nbsp;Ransomware-as-a&nbsp;Ser</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">zar](https://attack.mitre.org/software/S0534)&nbsp;and&nbsp;is&nbsp;thought</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">vice&nbsp;(RaaS)&nbsp;program&nbsp;is&nbsp;managed&nbsp;by&nbsp;[Wizard&nbsp;Spider](https://at</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;to&nbsp;have&nbsp;potential&nbsp;ties&nbsp;to&nbsp;[Wizard&nbsp;Spider](https://attack.mi</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">tack.mitre.org/groups/G0102)&nbsp;and&nbsp;it&nbsp;has&nbsp;been&nbsp;observed&nbsp;being&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">tre.org/groups/G0102).(Citation:&nbsp;Fortinet&nbsp;Diavol&nbsp;July&nbsp;2021)(</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">deployed&nbsp;by&nbsp;[Bazar](https://attack.mitre.org/software/S0534)</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">Citation:&nbsp;FBI&nbsp;Flash&nbsp;Diavol&nbsp;January&nbsp;2022)(Citation:&nbsp;DFIR&nbsp;Diav</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">.(Citation:&nbsp;Fortinet&nbsp;Diavol&nbsp;July&nbsp;2021)(Citation:&nbsp;FBI&nbsp;Flash&nbsp;D</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ol&nbsp;Ransomware&nbsp;December&nbsp;2021)</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">iavol&nbsp;January&nbsp;2022)(Citation:&nbsp;DFIR&nbsp;Diavol&nbsp;Ransomware&nbsp;Decembe</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">r&nbsp;2021)(Citation:&nbsp;Microsoft&nbsp;Ransomware&nbsp;as&nbsp;a&nbsp;Service)</span></td></tr>\n        </tbody>\n    </table>"
                }
            ],
            "minor_version_changes": [
                {
                    "type": "tool",
                    "id": "tool--f59508a6-3615-47c3-b493-6676e1a39a87",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-12-28 18:35:50.244000+00:00",
                    "modified": "2024-04-04 03:49:04.493000+00:00",
                    "name": "AdFind",
                    "description": "[AdFind](https://attack.mitre.org/software/S0552) is a free command-line query tool that can be used for gathering information from Active Directory.(Citation: Red Canary Hospital Thwarted Ryuk October 2020)(Citation: FireEye FIN6 Apr 2019)(Citation: FireEye Ryuk and Trickbot January 2019)",
                    "revoked": false,
                    "labels": [
                        "tool"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0552",
                            "external_id": "S0552"
                        },
                        {
                            "source_name": "Red Canary Hospital Thwarted Ryuk October 2020",
                            "description": "Brian Donohue, Katie Nickels, Paul Michaud, Adina Bodkins, Taylor Chapman, Tony Lambert, Jeff Felling, Kyle Rainey, Mike Haag, Matt Graeber, Aaron Didier.. (2020, October 29). A Bazar start: How one hospital thwarted a Ryuk ransomware outbreak. Retrieved October 30, 2020.",
                            "url": "https://redcanary.com/blog/how-one-hospital-thwarted-a-ryuk-ransomware-outbreak/"
                        },
                        {
                            "source_name": "FireEye Ryuk and Trickbot January 2019",
                            "description": "Goody, K., et al (2019, January 11). A Nasty Trick: From Credential Theft Malware to Business Disruption. Retrieved May 12, 2020.",
                            "url": "https://www.fireeye.com/blog/threat-research/2019/01/a-nasty-trick-from-credential-theft-malware-to-business-disruption.html"
                        },
                        {
                            "source_name": "FireEye FIN6 Apr 2019",
                            "description": "McKeague, B. et al. (2019, April 5). Pick-Six: Intercepting a FIN6 Intrusion, an Actor Recently Tied to Ryuk and LockerGoga Ransomware. Retrieved April 17, 2019.",
                            "url": "https://www.fireeye.com/blog/threat-research/2019/04/pick-six-intercepting-a-fin6-intrusion.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "AdFind"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.4",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-04 03:49:04.493000+00:00\", \"old_value\": \"2023-08-09 16:50:06.756000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.4\", \"old_value\": \"1.3\"}}}",
                    "previous_version": "1.3",
                    "version_change": "1.3 \u2192 1.4"
                },
                {
                    "type": "malware",
                    "id": "malware--5f1d4579-4e8f-48e7-860e-2da773ae432e",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-09-10 15:54:21.805000+00:00",
                    "modified": "2023-12-04 20:02:47.052000+00:00",
                    "name": "Anchor",
                    "description": "[Anchor](https://attack.mitre.org/software/S0504) is one of a family of backdoor malware that has been used in conjunction with [TrickBot](https://attack.mitre.org/software/S0266) on selected high profile targets since at least 2018.(Citation: Cyberreason Anchor December 2019)(Citation: Medium Anchor DNS July 2020)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0504",
                            "external_id": "S0504"
                        },
                        {
                            "source_name": "Anchor_DNS",
                            "description": "(Citation: Cyberreason Anchor December 2019)(Citation: Medium Anchor DNS July 2020)"
                        },
                        {
                            "source_name": "Cyberreason Anchor December 2019",
                            "description": "Dahan, A. et al. (2019, December 11). DROPPING ANCHOR: FROM A TRICKBOT INFECTION TO THE DISCOVERY OF THE ANCHOR MALWARE. Retrieved September 10, 2020.",
                            "url": "https://www.cybereason.com/blog/dropping-anchor-from-a-trickbot-infection-to-the-discovery-of-the-anchor-malware"
                        },
                        {
                            "source_name": "Medium Anchor DNS July 2020",
                            "description": "Grange, W. (2020, July 13). Anchor_dns malware goes cross platform. Retrieved September 10, 2020.",
                            "url": "https://medium.com/stage-2-security/anchor-dns-malware-family-goes-cross-platform-d807ba13ca30"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Anchor",
                        "Anchor_DNS"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Cybereason Nocturnus, @nocturnus"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2023-12-04 20:02:47.052000+00:00\", \"old_value\": \"2021-12-15 20:56:24.628000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--3161d76a-e2b2-4b97-9906-24909b735386",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-05-26 19:36:04.663000+00:00",
                    "modified": "2024-04-11 02:58:53.131000+00:00",
                    "name": "Aria-body",
                    "description": "[Aria-body](https://attack.mitre.org/software/S0456) is a custom backdoor that has been used by [Naikon](https://attack.mitre.org/groups/G0019) since approximately 2017.(Citation: CheckPoint Naikon May 2020)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0456",
                            "external_id": "S0456"
                        },
                        {
                            "source_name": "CheckPoint Naikon May 2020",
                            "description": "CheckPoint. (2020, May 7). Naikon APT: Cyber Espionage Reloaded. Retrieved May 26, 2020.",
                            "url": "https://research.checkpoint.com/2020/naikon-apt-cyber-espionage-reloaded/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Aria-body"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:58:53.131000+00:00\", \"old_value\": \"2021-08-19 17:58:43.342000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "malware",
                    "id": "malware--edb24a93-1f7a-4bbf-a738-1397a14662c6",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-04-17 13:46:38.565000+00:00",
                    "modified": "2024-04-11 02:58:17.763000+00:00",
                    "name": "Astaroth",
                    "description": "[Astaroth](https://attack.mitre.org/software/S0373) is a Trojan and information stealer known to affect companies in Europe, Brazil, and throughout Latin America. It has been known publicly since at least late 2017. (Citation: Cybereason Astaroth Feb 2019)(Citation: Cofense Astaroth Sept 2018)(Citation: Securelist Brazilian Banking Malware July 2020)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0373",
                            "external_id": "S0373"
                        },
                        {
                            "source_name": "Guildma",
                            "description": "(Citation: Securelist Brazilian Banking Malware July 2020)"
                        },
                        {
                            "source_name": "Cofense Astaroth Sept 2018",
                            "description": "Doaty, J., Garrett, P.. (2018, September 10). We\u2019re Seeing a Resurgence of the Demonic Astaroth WMIC Trojan. Retrieved April 17, 2019.",
                            "url": "https://cofense.com/seeing-resurgence-demonic-astaroth-wmic-trojan/"
                        },
                        {
                            "source_name": "Securelist Brazilian Banking Malware July 2020",
                            "description": "GReAT. (2020, July 14). The Tetrade: Brazilian banking malware goes global. Retrieved November 9, 2020.",
                            "url": "https://securelist.com/the-tetrade-brazilian-banking-malware/97779/"
                        },
                        {
                            "source_name": "Cybereason Astaroth Feb 2019",
                            "description": "Salem, E. (2019, February 13). ASTAROTH MALWARE USES LEGITIMATE OS AND ANTIVIRUS PROCESSES TO STEAL PASSWORDS AND PERSONAL DATA. Retrieved April 17, 2019.",
                            "url": "https://www.cybereason.com/blog/information-stealing-malware-targeting-brazil-full-research"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Astaroth",
                        "Guildma"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Carlos Borges, @huntingneo, CIP"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "2.3",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:58:17.763000+00:00\", \"old_value\": \"2023-11-06 20:12:28.502000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.3\", \"old_value\": \"2.2\"}}}",
                    "previous_version": "2.2",
                    "version_change": "2.2 \u2192 2.3"
                },
                {
                    "type": "malware",
                    "id": "malware--8f423bd7-6ca7-4303-9e85-008c7ad5fdaa",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-05-06 20:26:15.141000+00:00",
                    "modified": "2024-04-11 02:57:38.076000+00:00",
                    "name": "Attor",
                    "description": "[Attor](https://attack.mitre.org/software/S0438) is a Windows-based espionage platform that has been seen in use since 2013. [Attor](https://attack.mitre.org/software/S0438) has a loadable plugin architecture to customize functionality for specific targets.(Citation: ESET Attor Oct 2019)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0438",
                            "external_id": "S0438"
                        },
                        {
                            "source_name": "Attor",
                            "description": "(Citation: ESET Attor Oct 2019)"
                        },
                        {
                            "source_name": "ESET Attor Oct 2019",
                            "description": "Hromcova, Z. (2019, October). AT COMMANDS, TOR-BASED COMMUNICATIONS: MEET ATTOR, A FANTASY CREATURE AND ALSO A SPY PLATFORM. Retrieved May 6, 2020.",
                            "url": "https://www.welivesecurity.com/wp-content/uploads/2019/10/ESET_Attor.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Attor"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "ESET"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:57:38.076000+00:00\", \"old_value\": \"2020-07-07 12:35:11.897000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--24b4ce59-eaac-4c8b-8634-9b093b7ccd92",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-01-30 15:47:41.018000+00:00",
                    "modified": "2024-04-11 02:57:01.302000+00:00",
                    "name": "AuditCred",
                    "description": "[AuditCred](https://attack.mitre.org/software/S0347) is a malicious DLL that has been used by [Lazarus Group](https://attack.mitre.org/groups/G0032) during their 2018 attacks.(Citation: TrendMicro Lazarus Nov 2018)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0347",
                            "external_id": "S0347"
                        },
                        {
                            "source_name": "AuditCred",
                            "description": "(Citation: TrendMicro Lazarus Nov 2018)"
                        },
                        {
                            "source_name": "Roptimizer",
                            "description": "(Citation: TrendMicro Lazarus Nov 2018)"
                        },
                        {
                            "source_name": "TrendMicro Lazarus Nov 2018",
                            "description": "Trend Micro. (2018, November 20). Lazarus Continues Heists, Mounts Attacks on Financial Organizations in Latin America. Retrieved December 3, 2018.",
                            "url": "https://blog.trendmicro.com/trendlabs-security-intelligence/lazarus-continues-heists-mounts-attacks-on-financial-organizations-in-latin-america/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "AuditCred",
                        "Roptimizer"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:57:01.302000+00:00\", \"old_value\": \"2020-03-30 14:51:50.371000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "malware",
                    "id": "malware--36ede314-7db4-4d09-b53d-81bbfbe5f6f8",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-06-11 15:24:48.709000+00:00",
                    "modified": "2024-04-11 02:56:34.181000+00:00",
                    "name": "Avenger",
                    "description": "[Avenger](https://attack.mitre.org/software/S0473) is a downloader that has been used by [BRONZE BUTLER](https://attack.mitre.org/groups/G0060) since at least 2019.(Citation: Trend Micro Tick November 2019)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0473",
                            "external_id": "S0473"
                        },
                        {
                            "source_name": "Trend Micro Tick November 2019",
                            "description": "Chen, J. et al. (2019, November). Operation ENDTRADE: TICK\u2019s Multi-Stage Backdoors for Attacking Industries and Stealing Classified Data. Retrieved June 9, 2020.",
                            "url": "https://documents.trendmicro.com/assets/pdf/Operation-ENDTRADE-TICK-s-Multi-Stage-Backdoors-for-Attacking-Industries-and-Stealing-Classified-Data.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Avenger"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:56:34.181000+00:00\", \"old_value\": \"2020-06-24 17:44:18.663000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--3553b49d-d4ae-4fb6-ab17-0adbc520c888",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2023-08-01 18:07:26.353000+00:00",
                    "modified": "2024-04-11 02:55:51.310000+00:00",
                    "name": "BADHATCH",
                    "description": "[BADHATCH](https://attack.mitre.org/software/S1081) is a backdoor that has been utilized by [FIN8](https://attack.mitre.org/groups/G0061) since at least 2019. [BADHATCH](https://attack.mitre.org/software/S1081) has been used to target the insurance, retail, technology, and chemical industries in the United States, Canada, South Africa, Panama, and Italy.(Citation: Gigamon BADHATCH Jul 2019)(Citation: BitDefender BADHATCH Mar 2021)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1081",
                            "external_id": "S1081"
                        },
                        {
                            "source_name": "Gigamon BADHATCH Jul 2019",
                            "description": "Savelesky, K., et al. (2019, July 23). ABADBABE 8BADFOOD: Discovering BADHATCH and a Detailed Look at FIN8's Tooling. Retrieved September 8, 2021.",
                            "url": "https://blog.gigamon.com/2019/07/23/abadbabe-8badf00d-discovering-badhatch-and-a-detailed-look-at-fin8s-tooling/"
                        },
                        {
                            "source_name": "BitDefender BADHATCH Mar 2021",
                            "description": "Vrabie, V., et al. (2021, March 10). FIN8 Returns with Improved BADHATCH Toolkit. Retrieved September 8, 2021.",
                            "url": "https://www.bitdefender.com/files/News/CaseStudies/study/394/Bitdefender-PR-Whitepaper-BADHATCH-creat5237-en-EN.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "BADHATCH"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Serhii Melnyk, Trustwave SpiderLabs"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:55:51.310000+00:00\", \"old_value\": \"2023-10-04 16:53:23.530000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--b8eb28e4-48a6-40ae-951a-328714f75eda",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:32:17.147000+00:00",
                    "modified": "2023-12-26 19:55:54.853000+00:00",
                    "name": "BISCUIT",
                    "description": "[BISCUIT](https://attack.mitre.org/software/S0017) is a backdoor that has been used by [APT1](https://attack.mitre.org/groups/G0006) since as early as 2007. (Citation: Mandiant APT1)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0017",
                            "external_id": "S0017"
                        },
                        {
                            "source_name": "BISCUIT",
                            "description": "(Citation: Mandiant APT1)(Citation: Mandiant APT1 Appendix)"
                        },
                        {
                            "source_name": "Mandiant APT1 Appendix",
                            "description": "Mandiant. (n.d.). Appendix C (Digital) - The Malware Arsenal. Retrieved July 18, 2016.",
                            "url": "https://www.mandiant.com/sites/default/files/2021-09/mandiant-apt1-report.pdf"
                        },
                        {
                            "source_name": "Mandiant APT1",
                            "description": "Mandiant. (n.d.). APT1 Exposing One of China\u2019s Cyber Espionage Units. Retrieved July 18, 2016.",
                            "url": "https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/mandiant-apt1-report.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "BISCUIT"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.3",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2023-12-26 19:55:54.853000+00:00\", \"old_value\": \"2020-03-30 14:57:52.169000+00:00\"}, \"root['external_references'][3]['url']\": {\"new_value\": \"https://www.mandiant.com/sites/default/files/2021-09/mandiant-apt1-report.pdf\", \"old_value\": \"https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/mandiant-apt1-report-appendix.zip\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.3\", \"old_value\": \"1.2\"}}}",
                    "previous_version": "1.2",
                    "version_change": "1.2 \u2192 1.3"
                },
                {
                    "type": "malware",
                    "id": "malware--01dbc71d-0ee8-420d-abb4-3dfb6a4bf725",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-10-27 18:45:58.576000+00:00",
                    "modified": "2024-04-11 02:51:38.922000+00:00",
                    "name": "BLINDINGCAN",
                    "description": "[BLINDINGCAN](https://attack.mitre.org/software/S0520) is a remote access Trojan that has been used by the North Korean government since at least early 2020 in cyber operations against defense, engineering, and government organizations in Western Europe and the US.(Citation: US-CERT BLINDINGCAN Aug 2020)(Citation: NHS UK BLINDINGCAN Aug 2020)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0520",
                            "external_id": "S0520"
                        },
                        {
                            "source_name": "NHS UK BLINDINGCAN Aug 2020",
                            "description": "NHS Digital . (2020, August 20). BLINDINGCAN Remote Access Trojan. Retrieved August 20, 2020.",
                            "url": "https://digital.nhs.uk/cyber-alerts/2020/cc-3603"
                        },
                        {
                            "source_name": "US-CERT BLINDINGCAN Aug 2020",
                            "description": "US-CERT. (2020, August 19). MAR-10295134-1.v1 \u2013 North Korean Remote Access Trojan: BLINDINGCAN. Retrieved August 19, 2020.",
                            "url": "https://us-cert.cisa.gov/ncas/analysis-reports/ar20-232a"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "BLINDINGCAN"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Daniyal Naeem, BT Security"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:51:38.922000+00:00\", \"old_value\": \"2021-03-17 15:55:56.257000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--8bd47506-29ae-44ea-a5c1-c57e8a1ab6b0",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2021-10-01 20:26:49.502000+00:00",
                    "modified": "2024-04-11 02:49:24.851000+00:00",
                    "name": "BLUELIGHT",
                    "description": "[BLUELIGHT](https://attack.mitre.org/software/S0657) is a remote access Trojan used by [APT37](https://attack.mitre.org/groups/G0067) that was first observed in early 2021.(Citation: Volexity InkySquid BLUELIGHT August 2021)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0657",
                            "external_id": "S0657"
                        },
                        {
                            "source_name": "BLUELIGHT",
                            "description": "(Citation: Volexity InkySquid BLUELIGHT August 2021)"
                        },
                        {
                            "source_name": "Volexity InkySquid BLUELIGHT August 2021",
                            "description": "Cash, D., Grunzweig, J., Meltzer, M., Adair, S., Lancaster, T. (2021, August 17). North Korean APT InkySquid Infects Victims Using Browser Exploits. Retrieved September 30, 2021.",
                            "url": "https://www.volexity.com/blog/2021/08/17/north-korean-apt-inkysquid-infects-victims-using-browser-exploits/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "BLUELIGHT"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:49:24.851000+00:00\", \"old_value\": \"2021-10-15 21:00:52.016000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--56d10a7f-bb42-4267-9b4c-63abb9c06010",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-10-11 16:04:31.994000+00:00",
                    "modified": "2024-04-11 02:48:51.475000+00:00",
                    "name": "BOOSTWRITE",
                    "description": "[BOOSTWRITE](https://attack.mitre.org/software/S0415) is a loader crafted to be launched via abuse of the DLL search order of applications used by [FIN7](https://attack.mitre.org/groups/G0046).(Citation: FireEye FIN7 Oct 2019)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0415",
                            "external_id": "S0415"
                        },
                        {
                            "source_name": "FireEye FIN7 Oct 2019",
                            "description": "Carr, N, et all. (2019, October 10). Mahalo FIN7: Responding to the Criminal Operators\u2019 New Tools and Techniques. Retrieved October 11, 2019.",
                            "url": "https://www.fireeye.com/blog/threat-research/2019/10/mahalo-fin7-responding-to-new-tools-and-techniques.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "BOOSTWRITE"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:48:51.475000+00:00\", \"old_value\": \"2019-10-15 17:07:57.638000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--805480f1-6caa-4a67-8ca9-b2b39650d986",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2021-02-16 16:50:29.990000+00:00",
                    "modified": "2024-04-11 02:54:10.246000+00:00",
                    "name": "BendyBear",
                    "description": "[BendyBear](https://attack.mitre.org/software/S0574) is an x64 shellcode for a stage-zero implant designed to download malware from a C2 server. First discovered in August 2020, [BendyBear](https://attack.mitre.org/software/S0574) shares a variety of features with [Waterbear](https://attack.mitre.org/software/S0579), malware previously attributed to the Chinese cyber espionage group [BlackTech](https://attack.mitre.org/groups/G0098).(Citation: Unit42 BendyBear Feb 2021)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0574",
                            "external_id": "S0574"
                        },
                        {
                            "source_name": "BendyBear",
                            "description": "(Citation: Unit42 BendyBear Feb 2021)"
                        },
                        {
                            "source_name": "Unit42 BendyBear Feb 2021",
                            "description": "Harbison, M. (2021, February 9). BendyBear: Novel Chinese Shellcode Linked With Cyber Espionage Group BlackTech. Retrieved February 16, 2021.",
                            "url": "https://unit42.paloaltonetworks.com/bendybear-shellcode-blacktech/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "BendyBear"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:54:10.246000+00:00\", \"old_value\": \"2021-04-21 15:02:21.066000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--65ffc206-d7c1-45b3-b543-f6b726e7840d",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2018-10-17 00:14:20.652000+00:00",
                    "modified": "2024-04-11 02:53:35.918000+00:00",
                    "name": "Bisonal",
                    "description": "[Bisonal](https://attack.mitre.org/software/S0268) is a remote access tool (RAT) that has been used by [Tonto Team](https://attack.mitre.org/groups/G0131) against public and private sector organizations in Russia, South Korea, and Japan since at least December 2010.(Citation: Unit 42 Bisonal July 2018)(Citation: Talos Bisonal Mar 2020)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0268",
                            "external_id": "S0268"
                        },
                        {
                            "source_name": "Bisonal",
                            "description": "(Citation: Unit 42 Bisonal July 2018)(Citation: Talos Bisonal Mar 2020)"
                        },
                        {
                            "source_name": "Unit 42 Bisonal July 2018",
                            "description": "Hayashi, K., Ray, V. (2018, July 31). Bisonal Malware Used in Attacks Against Russia and South Korea. Retrieved August 7, 2018.",
                            "url": "https://researchcenter.paloaltonetworks.com/2018/07/unit42-bisonal-malware-used-attacks-russia-south-korea/"
                        },
                        {
                            "source_name": "Talos Bisonal Mar 2020",
                            "description": "Mercer, W., et al. (2020, March 5). Bisonal: 10 years of play. Retrieved January 26, 2022.",
                            "url": "https://blog.talosintelligence.com/2020/03/bisonal-10-years-of-play.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Bisonal"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "2.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:53:35.918000+00:00\", \"old_value\": \"2022-04-18 17:18:36.512000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.1\", \"old_value\": \"2.0\"}}}",
                    "previous_version": "2.0",
                    "version_change": "2.0 \u2192 2.1"
                },
                {
                    "type": "malware",
                    "id": "malware--fa766a65-5136-4ff3-8429-36d08eaa0100",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2021-02-08 22:19:19.340000+00:00",
                    "modified": "2024-04-11 02:52:57.879000+00:00",
                    "name": "BitPaymer",
                    "description": "[BitPaymer](https://attack.mitre.org/software/S0570) is a ransomware variant first observed in August 2017 targeting hospitals in the U.K. [BitPaymer](https://attack.mitre.org/software/S0570) uses a unique encryption key, ransom note, and contact information for each operation. [BitPaymer](https://attack.mitre.org/software/S0570) has several indicators suggesting overlap with the [Dridex](https://attack.mitre.org/software/S0384) malware and is often delivered via [Dridex](https://attack.mitre.org/software/S0384).(Citation: Crowdstrike Indrik November 2018)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0570",
                            "external_id": "S0570"
                        },
                        {
                            "source_name": "BitPaymer",
                            "description": "(Citation: Crowdstrike Indrik November 2018)"
                        },
                        {
                            "source_name": "wp_encrypt",
                            "description": "(Citation: Crowdstrike Indrik November 2018)"
                        },
                        {
                            "source_name": "FriedEx",
                            "description": "(Citation: Crowdstrike Indrik November 2018)"
                        },
                        {
                            "source_name": "Crowdstrike Indrik November 2018",
                            "description": "Frankoff, S., Hartley, B. (2018, November 14). Big Game Hunting: The Evolution of INDRIK SPIDER From Dridex Wire Fraud to BitPaymer Targeted Ransomware. Retrieved January 6, 2021.",
                            "url": "https://www.crowdstrike.com/blog/big-game-hunting-the-evolution-of-indrik-spider-from-dridex-wire-fraud-to-bitpaymer-targeted-ransomware/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "BitPaymer",
                        "wp_encrypt",
                        "FriedEx"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:52:57.879000+00:00\", \"old_value\": \"2021-04-26 22:04:32.509000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--1b9f0800-035e-4ed1-9648-b18294cc5bc8",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-06-02 14:11:40.581000+00:00",
                    "modified": "2024-04-11 02:46:42.264000+00:00",
                    "name": "CARROTBAT",
                    "description": "[CARROTBAT](https://attack.mitre.org/software/S0462) is a customized dropper that has been in use since at least 2017. [CARROTBAT](https://attack.mitre.org/software/S0462) has been used to install [SYSCON](https://attack.mitre.org/software/S0464) and has infrastructure overlap with [KONNI](https://attack.mitre.org/software/S0356).(Citation: Unit 42 CARROTBAT November 2018)(Citation: Unit 42 CARROTBAT January 2020)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0462",
                            "external_id": "S0462"
                        },
                        {
                            "source_name": "Unit 42 CARROTBAT November 2018",
                            "description": "Grunzweig, J. and Wilhoit, K. (2018, November 29). The Fractured Block Campaign: CARROTBAT Used to Deliver Malware Targeting Southeast Asia. Retrieved June 2, 2020.",
                            "url": "https://unit42.paloaltonetworks.com/unit42-the-fractured-block-campaign-carrotbat-malware-used-to-deliver-malware-targeting-southeast-asia/"
                        },
                        {
                            "source_name": "Unit 42 CARROTBAT January 2020",
                            "description": "McCabe, A. (2020, January 23). The Fractured Statue Campaign: U.S. Government Agency Targeted in Spear-Phishing Attacks. Retrieved June 2, 2020.",
                            "url": "https://unit42.paloaltonetworks.com/the-fractured-statue-campaign-u-s-government-targeted-in-spear-phishing-attacks/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "CARROTBAT"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:46:42.264000+00:00\", \"old_value\": \"2023-03-22 03:24:06.264000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "malware",
                    "id": "malware--b30d999d-64e0-4e35-9856-884e4b83d611",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2022-03-23 20:15:38.177000+00:00",
                    "modified": "2024-04-17 15:09:37.646000+00:00",
                    "name": "CaddyWiper",
                    "description": "[CaddyWiper](https://attack.mitre.org/software/S0693) is a destructive data wiper that has been used in attacks against organizations in Ukraine since at least March 2022.(Citation: ESET CaddyWiper March 2022)(Citation: Cisco CaddyWiper March 2022)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0693",
                            "external_id": "S0693"
                        },
                        {
                            "source_name": "ESET CaddyWiper March 2022",
                            "description": "ESET. (2022, March 15). CaddyWiper: New wiper malware discovered in Ukraine. Retrieved March 23, 2022.",
                            "url": "https://www.welivesecurity.com/2022/03/15/caddywiper-new-wiper-malware-discovered-ukraine"
                        },
                        {
                            "source_name": "Cisco CaddyWiper March 2022",
                            "description": "Malhotra, A. (2022, March 15). Threat Advisory: CaddyWiper. Retrieved March 23, 2022.",
                            "url": "https://blog.talosintelligence.com/2022/03/threat-advisory-caddywiper.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "CaddyWiper"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-17 15:09:37.646000+00:00\", \"old_value\": \"2022-04-11 20:38:33.997000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--bbcd7a02-ef24-4171-ac94-a93540173b94",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-07-15 19:48:35.063000+00:00",
                    "modified": "2024-04-11 02:47:56.829000+00:00",
                    "name": "Carberp",
                    "description": "[Carberp](https://attack.mitre.org/software/S0484) is a credential and information stealing malware that has been active since at least 2009. [Carberp](https://attack.mitre.org/software/S0484)'s source code was leaked online in 2013, and subsequently used as the foundation for the [Carbanak](https://attack.mitre.org/software/S0030) backdoor.(Citation: Trend Micro Carberp February 2014)(Citation: KasperskyCarbanak)(Citation: RSA Carbanak November 2017)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0484",
                            "external_id": "S0484"
                        },
                        {
                            "source_name": "KasperskyCarbanak",
                            "description": "Kaspersky Lab's Global Research & Analysis Team. (2015, February). CARBANAK APT THE GREAT BANK ROBBERY. Retrieved March 27, 2017.",
                            "url": "https://securelist.com/the-great-bank-robbery-the-carbanak-apt/68732/"
                        },
                        {
                            "source_name": "RSA Carbanak November 2017",
                            "description": "RSA. (2017, November 21). THE CARBANAK/FIN7 SYNDICATE A HISTORICAL OVERVIEW OF AN EVOLVING THREAT. Retrieved July 29, 2020.",
                            "url": "https://www.rsa.com/content/dam/en/white-paper/the-carbanak-fin7-syndicate.pdf"
                        },
                        {
                            "source_name": "Trend Micro Carberp February 2014",
                            "description": "Trend Micro. (2014, February 27). CARBERP. Retrieved July 29, 2020.",
                            "url": "https://www.trendmicro.com/vinfo/us/threat-encyclopedia/malware/carberp"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Carberp"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:47:56.829000+00:00\", \"old_value\": \"2021-08-25 20:08:29.545000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "malware",
                    "id": "malware--b879758f-bbc4-4cab-b5ba-177ac9b009b4",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-01-30 16:39:53.573000+00:00",
                    "modified": "2024-04-11 02:47:11.431000+00:00",
                    "name": "Cardinal RAT",
                    "description": "[Cardinal RAT](https://attack.mitre.org/software/S0348) is a potentially low volume remote access trojan (RAT) observed since December 2015. [Cardinal RAT](https://attack.mitre.org/software/S0348) is notable for its unique utilization of uncompiled C# source code and the Microsoft Windows built-in csc.exe compiler.(Citation: PaloAlto CardinalRat Apr 2017)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0348",
                            "external_id": "S0348"
                        },
                        {
                            "source_name": "Cardinal RAT",
                            "description": "(Citation: PaloAlto CardinalRat Apr 2017)"
                        },
                        {
                            "source_name": "PaloAlto CardinalRat Apr 2017",
                            "description": "Grunzweig, J.. (2017, April 20). Cardinal RAT Active for Over Two Years. Retrieved December 8, 2018.",
                            "url": "https://researchcenter.paloaltonetworks.com/2017/04/unit42-cardinal-rat-active-two-years/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Cardinal RAT"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:47:11.431000+00:00\", \"old_value\": \"2020-03-30 01:59:34.624000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "malware",
                    "id": "malware--5a3a31fe-5a8f-48e1-bff0-a753e5b1be70",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:32:18.315000+00:00",
                    "modified": "2024-01-03 21:37:14.516000+00:00",
                    "name": "China Chopper",
                    "description": "[China Chopper](https://attack.mitre.org/software/S0020) is a [Web Shell](https://attack.mitre.org/techniques/T1505/003) hosted on Web servers to provide access back into an enterprise network that does not rely on an infected system calling back to a remote command and control server.(Citation: Lee 2013) It has been used by several threat groups.(Citation: Dell TG-3390)(Citation: FireEye Periscope March 2018)(Citation: CISA AA21-200A APT40 July 2021)(Citation: Rapid7 HAFNIUM Mar 2021)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0020",
                            "external_id": "S0020"
                        },
                        {
                            "source_name": "China Chopper",
                            "description": "(Citation: Dell TG-3390) (Citation: FireEye Periscope March 2018)"
                        },
                        {
                            "source_name": "CISA AA21-200A APT40 July 2021",
                            "description": "CISA. (2021, July 19). (AA21-200A) Joint Cybersecurity Advisory \u2013 Tactics, Techniques, and Procedures of Indicted APT40 Actors Associated with China\u2019s MSS Hainan State Security Department. Retrieved August 12, 2021.",
                            "url": "https://us-cert.cisa.gov/ncas/alerts/aa21-200a"
                        },
                        {
                            "source_name": "Dell TG-3390",
                            "description": "Dell SecureWorks Counter Threat Unit Threat Intelligence. (2015, August 5). Threat Group-3390 Targets Organizations for Cyberespionage. Retrieved August 18, 2018.",
                            "url": "https://www.secureworks.com/research/threat-group-3390-targets-organizations-for-cyberespionage"
                        },
                        {
                            "source_name": "Rapid7 HAFNIUM Mar 2021",
                            "description": "Eoin Miller. (2021, March 23). Defending Against the Zero Day: Analyzing Attacker Behavior Post-Exploitation of Microsoft Exchange. Retrieved October 27, 2022.",
                            "url": "https://www.rapid7.com/blog/post/2021/03/23/defending-against-the-zero-day-analyzing-attacker-behavior-post-exploitation-of-microsoft-exchange/"
                        },
                        {
                            "source_name": "FireEye Periscope March 2018",
                            "description": "FireEye. (2018, March 16). Suspected Chinese Cyber Espionage Group (TEMP.Periscope) Targeting U.S. Engineering and Maritime Industries. Retrieved April 11, 2018.",
                            "url": "https://www.fireeye.com/blog/threat-research/2018/03/suspected-chinese-espionage-group-targeting-maritime-and-engineering-industries.html"
                        },
                        {
                            "source_name": "Lee 2013",
                            "description": "Lee, T., Hanzlik, D., Ahl, I. (2013, August 7). Breaking Down the China Chopper Web Shell - Part I. Retrieved March 27, 2015.",
                            "url": "https://www.fireeye.com/blog/threat-research/2013/08/breaking-down-the-china-chopper-web-shell-part-i.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "China Chopper"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "2.5",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-01-03 21:37:14.516000+00:00\", \"old_value\": \"2023-04-10 21:53:43.748000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.5\", \"old_value\": \"2.4\"}}}",
                    "previous_version": "2.4",
                    "version_change": "2.4 \u2192 2.5"
                },
                {
                    "type": "malware",
                    "id": "malware--0b639373-5f03-430e-b8f9-2fe8c8faad8e",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2022-09-21 16:46:22.726000+00:00",
                    "modified": "2024-04-11 02:46:10.914000+00:00",
                    "name": "Chinoxy",
                    "description": "[Chinoxy](https://attack.mitre.org/software/S1041) is a backdoor that has been used since at least November 2018, during the [FunnyDream](https://attack.mitre.org/campaigns/C0007) campaign, to gain persistence and drop additional payloads. According to security researchers, [Chinoxy](https://attack.mitre.org/software/S1041) has been used by Chinese-speaking threat actors.(Citation: Bitdefender FunnyDream Campaign November 2020)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1041",
                            "external_id": "S1041"
                        },
                        {
                            "source_name": "Bitdefender FunnyDream Campaign November 2020",
                            "description": "Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.",
                            "url": "https://www.bitdefender.com/files/News/CaseStudies/study/379/Bitdefender-Whitepaper-Chinese-APT.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Chinoxy"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:46:10.914000+00:00\", \"old_value\": \"2022-10-10 19:58:31.652000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--579607c2-d046-40df-99ab-beb479c37a2a",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2021-12-01 18:36:54.260000+00:00",
                    "modified": "2024-04-11 02:45:43.666000+00:00",
                    "name": "Chrommme",
                    "description": "[Chrommme](https://attack.mitre.org/software/S0667) is a backdoor tool written using the Microsoft Foundation Class (MFC) framework that was first reported in June 2021; security researchers noted infrastructure overlaps with [Gelsemium](https://attack.mitre.org/software/S0666) malware.(Citation: ESET Gelsemium June 2021)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0667",
                            "external_id": "S0667"
                        },
                        {
                            "source_name": "ESET Gelsemium June 2021",
                            "description": "Dupuy, T. and Faou, M. (2021, June). Gelsemium. Retrieved November 30, 2021.",
                            "url": "https://www.welivesecurity.com/wp-content/uploads/2021/06/eset_gelsemium.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Chrommme"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:45:43.666000+00:00\", \"old_value\": \"2022-05-04 22:38:46.222000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--a7881f21-e978-4fe4-af56-92c9416a2616",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-12-14 16:46:06.044000+00:00",
                    "modified": "2024-04-17 22:05:58.343000+00:00",
                    "name": "Cobalt Strike",
                    "description": "[Cobalt Strike](https://attack.mitre.org/software/S0154) is a commercial, full-featured, remote access tool that bills itself as \u201cadversary simulation software designed to execute targeted attacks and emulate the post-exploitation actions of advanced threat actors\u201d. Cobalt Strike\u2019s interactive post-exploit capabilities cover the full range of ATT&CK tactics, all executed within a single, integrated system.(Citation: cobaltstrike manual)\n\nIn addition to its own capabilities, [Cobalt Strike](https://attack.mitre.org/software/S0154) leverages the capabilities of other well-known tools such as Metasploit and [Mimikatz](https://attack.mitre.org/software/S0002).(Citation: cobaltstrike manual)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0154",
                            "external_id": "S0154"
                        },
                        {
                            "source_name": "cobaltstrike manual",
                            "description": "Strategic Cyber LLC. (2017, March 14). Cobalt Strike Manual. Retrieved May 24, 2017.",
                            "url": "https://web.archive.org/web/20210825130434/https://cobaltstrike.com/downloads/csmanual38.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Cobalt Strike"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Martin Sohn Christensen, Improsec",
                        "Josh Abraham"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows",
                        "Linux",
                        "macOS"
                    ],
                    "x_mitre_version": "1.12",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-17 22:05:58.343000+00:00\", \"old_value\": \"2023-08-09 16:47:36.538000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.12\", \"old_value\": \"1.11\"}}}",
                    "previous_version": "1.11",
                    "version_change": "1.11 \u2192 1.12"
                },
                {
                    "type": "malware",
                    "id": "malware--e6ef745b-077f-42e1-a37d-29eecff9c754",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:32:35.022000+00:00",
                    "modified": "2024-04-11 02:44:33.881000+00:00",
                    "name": "CozyCar",
                    "description": "[CozyCar](https://attack.mitre.org/software/S0046) is malware that was used by [APT29](https://attack.mitre.org/groups/G0016) from 2010 to 2015. It is a modular malware platform, and its backdoor component can be instructed to download and execute a variety of modules with different functionality. (Citation: F-Secure The Dukes)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0046",
                            "external_id": "S0046"
                        },
                        {
                            "source_name": "F-Secure The Dukes",
                            "description": "F-Secure Labs. (2015, September 17). The Dukes: 7 years of Russian cyberespionage. Retrieved December 10, 2015.",
                            "url": "https://www.f-secure.com/documents/996508/1030745/dukes_whitepaper.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "CozyCar",
                        "CozyDuke",
                        "CozyBear",
                        "Cozer",
                        "EuroAPT"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.3",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:44:33.881000+00:00\", \"old_value\": \"2020-03-28 21:32:59.528000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.3\", \"old_value\": \"1.2\"}}}",
                    "previous_version": "1.2",
                    "version_change": "1.2 \u2192 1.3"
                },
                {
                    "type": "tool",
                    "id": "tool--c4810609-7da6-48ec-8057-1b70a7814db0",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-07-17 14:23:05.958000+00:00",
                    "modified": "2024-03-14 17:29:49.200000+00:00",
                    "name": "CrackMapExec",
                    "description": "[CrackMapExec](https://attack.mitre.org/software/S0488), or CME, is a post-exploitation tool developed in Python and designed for penetration testing against networks. [CrackMapExec](https://attack.mitre.org/software/S0488) collects Active Directory information to conduct lateral movement through targeted networks.(Citation: CME Github September 2018)",
                    "revoked": false,
                    "labels": [
                        "tool"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0488",
                            "external_id": "S0488"
                        },
                        {
                            "source_name": "CME Github September 2018",
                            "description": "byt3bl33d3r. (2018, September 8). SMB: Command Reference. Retrieved July 17, 2020.",
                            "url": "https://github.com/byt3bl33d3r/CrackMapExec/wiki/SMB-Command-Reference"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "CrackMapExec"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-03-14 17:29:49.200000+00:00\", \"old_value\": \"2020-07-29 20:19:40.544000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--5633ffd3-81ef-4f98-8f93-4896b03998f0",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2022-08-11 22:31:31.468000+00:00",
                    "modified": "2024-04-11 02:39:27.698000+00:00",
                    "name": "DCSrv",
                    "description": "[DCSrv](https://attack.mitre.org/software/S1033) is destructive malware that has been used by [Moses Staff](https://attack.mitre.org/groups/G1009) since at least  September 2021. Though [DCSrv](https://attack.mitre.org/software/S1033) has ransomware-like capabilities, [Moses Staff](https://attack.mitre.org/groups/G1009) does not demand ransom or offer a decryption key.(Citation: Checkpoint MosesStaff Nov 2021)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1033",
                            "external_id": "S1033"
                        },
                        {
                            "source_name": "Checkpoint MosesStaff Nov 2021",
                            "description": "Checkpoint Research. (2021, November 15). Uncovering MosesStaff techniques: Ideology over Money. Retrieved August 11, 2022.",
                            "url": "https://research.checkpoint.com/2021/mosesstaff-targeting-israeli-companies/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "DCSrv"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Hiroki Nagahama, NEC Corporation",
                        "Pooja Natarajan, NEC Corporation India",
                        "Manikantan Srinivasan, NEC Corporation India"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:39:27.698000+00:00\", \"old_value\": \"2022-10-24 18:55:25.261000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.0.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--c46eb8e6-bf29-4696-8008-3ddb0b4ca470",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2022-12-20 21:08:56.465000+00:00",
                    "modified": "2024-04-11 02:38:56.409000+00:00",
                    "name": "DEADEYE",
                    "description": "[DEADEYE](https://attack.mitre.org/software/S1052) is a malware launcher that has been used by [APT41](https://attack.mitre.org/groups/G0096) since at least May 2021. [DEADEYE](https://attack.mitre.org/software/S1052) has variants that can either embed a payload inside a compiled binary (DEADEYE.EMBED) or append it to the end of a file (DEADEYE.APPEND).(Citation: Mandiant APT41)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1052",
                            "external_id": "S1052"
                        },
                        {
                            "source_name": "DEADEYE.EMBED",
                            "description": "(Citation: Mandiant APT41)"
                        },
                        {
                            "source_name": "DEADEYE.APPEND",
                            "description": "(Citation: Mandiant APT41)"
                        },
                        {
                            "source_name": "Mandiant APT41",
                            "description": "Rufus Brown, Van Ta, Douglas Bienstock, Geoff Ackerman, John Wolfram. (2022, March 8). Does This Look Infected? A Summary of APT41 Targeting U.S. State Governments. Retrieved July 8, 2022.",
                            "url": "https://www.mandiant.com/resources/apt41-us-state-governments"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "DEADEYE",
                        "DEADEYE.EMBED",
                        "DEADEYE.APPEND"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:38:56.409000+00:00\", \"old_value\": \"2023-04-07 19:30:56.058000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--0852567d-7958-4f4b-8947-4f840ec8d57d",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2018-04-18 17:59:24.739000+00:00",
                    "modified": "2024-04-11 02:37:34.915000+00:00",
                    "name": "DOGCALL",
                    "description": "[DOGCALL](https://attack.mitre.org/software/S0213) is a backdoor used by [APT37](https://attack.mitre.org/groups/G0067) that has been used to target South Korean government and military organizations in 2017. It is typically dropped using a Hangul Word Processor (HWP) exploit. (Citation: FireEye APT37 Feb 2018)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0213",
                            "external_id": "S0213"
                        },
                        {
                            "source_name": "DOGCALL",
                            "description": "(Citation: FireEye APT37 Feb 2018)"
                        },
                        {
                            "source_name": "FireEye APT37 Feb 2018",
                            "description": "FireEye. (2018, February 20). APT37 (Reaper): The Overlooked North Korean Actor. Retrieved March 1, 2018.",
                            "url": "https://www2.fireeye.com/rs/848-DID-242/images/rpt_APT37.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "DOGCALL"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.3",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:37:34.915000+00:00\", \"old_value\": \"2020-03-30 15:27:25.149000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.3\", \"old_value\": \"1.2\"}}}",
                    "previous_version": "1.2",
                    "version_change": "1.2 \u2192 1.3"
                },
                {
                    "type": "malware",
                    "id": "malware--3aa169f8-bbf6-44bb-b57d-7f6ada5c2128",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-08-07 14:53:56.534000+00:00",
                    "modified": "2024-04-11 02:43:00.252000+00:00",
                    "name": "Dacls",
                    "description": "[Dacls](https://attack.mitre.org/software/S0497) is a multi-platform remote access tool used by [Lazarus Group](https://attack.mitre.org/groups/G0032) since at least December 2019.(Citation: TrendMicro macOS Dacls May 2020)(Citation: SentinelOne Lazarus macOS July 2020)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0497",
                            "external_id": "S0497"
                        },
                        {
                            "source_name": "TrendMicro macOS Dacls May 2020",
                            "description": "Mabutas, G. (2020, May 11). New MacOS Dacls RAT Backdoor Shows Lazarus\u2019 Multi-Platform Attack Capability. Retrieved August 10, 2020.",
                            "url": "https://blog.trendmicro.com/trendlabs-security-intelligence/new-macos-dacls-rat-backdoor-show-lazarus-multi-platform-attack-capability/"
                        },
                        {
                            "source_name": "SentinelOne Lazarus macOS July 2020",
                            "description": "Stokes, P. (2020, July 27). Four Distinct Families of Lazarus Malware Target Apple\u2019s macOS Platform. Retrieved August 7, 2020.",
                            "url": "https://www.sentinelone.com/blog/four-distinct-families-of-lazarus-malware-target-apples-macos-platform/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Dacls"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "macOS",
                        "Linux",
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:43:00.252000+00:00\", \"old_value\": \"2020-09-02 18:48:58.442000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--b8d48deb-450c-44f6-a934-ac8765aa89cb",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2022-06-03 14:35:23.246000+00:00",
                    "modified": "2024-04-11 02:42:34.540000+00:00",
                    "name": "DanBot",
                    "description": "[DanBot](https://attack.mitre.org/software/S1014) is a first-stage remote access Trojan written in C# that has been used by [HEXANE](https://attack.mitre.org/groups/G1001) since at least 2018.(Citation: SecureWorks August 2019)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1014",
                            "external_id": "S1014"
                        },
                        {
                            "source_name": "SecureWorks August 2019",
                            "description": "SecureWorks 2019, August 27 LYCEUM Takes Center Stage in Middle East Campaign Retrieved. 2019/11/19 ",
                            "url": "https://www.secureworks.com/blog/lyceum-takes-center-stage-in-middle-east-campaign"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "DanBot"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:42:34.540000+00:00\", \"old_value\": \"2022-09-01 14:11:46.207000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--63686509-069b-4143-99ea-4e59cad6cb2a",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2022-01-10 19:43:47.281000+00:00",
                    "modified": "2024-04-11 02:40:18.361000+00:00",
                    "name": "DarkWatchman",
                    "description": "[DarkWatchman](https://attack.mitre.org/software/S0673) is a lightweight JavaScript-based remote access tool (RAT) that avoids file operations; it was first observed in November 2021.(Citation: Prevailion DarkWatchman 2021)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0673",
                            "external_id": "S0673"
                        },
                        {
                            "source_name": "Prevailion DarkWatchman 2021",
                            "description": "Smith, S., Stafford, M. (2021, December 14). DarkWatchman: A new evolution in fileless techniques. Retrieved January 10, 2022.",
                            "url": "https://www.prevailion.com/darkwatchman-new-fileless-techniques/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "DarkWatchman"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:40:18.361000+00:00\", \"old_value\": \"2023-03-22 03:34:53.944000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "malware",
                    "id": "malware--7551188b-8f91-4d34-8350-0d0c57b2b913",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:32:54.416000+00:00",
                    "modified": "2024-04-11 02:35:48.740000+00:00",
                    "name": "Elise",
                    "description": "[Elise](https://attack.mitre.org/software/S0081) is a custom backdoor Trojan that appears to be used exclusively by [Lotus Blossom](https://attack.mitre.org/groups/G0030). It is part of a larger group of\ntools referred to as LStudio, ST Group, and APT0LSTU. (Citation: Lotus Blossom Jun 2015)(Citation: Accenture Dragonfish Jan 2018)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0081",
                            "external_id": "S0081"
                        },
                        {
                            "source_name": "Elise",
                            "description": "(Citation: Accenture Dragonfish Jan 2018)"
                        },
                        {
                            "source_name": "BKDR_ESILE",
                            "description": "(Citation: Lotus Blossom Jun 2015)"
                        },
                        {
                            "source_name": "Page",
                            "description": "(Citation: Lotus Blossom Jun 2015)"
                        },
                        {
                            "source_name": "Accenture Dragonfish Jan 2018",
                            "description": "Accenture Security. (2018, January 27). DRAGONFISH DELIVERS NEW FORM OF ELISE MALWARE TARGETING ASEAN DEFENCE MINISTERS\u2019 MEETING AND ASSOCIATES. Retrieved November 14, 2018.",
                            "url": "https://www.accenture.com/t20180127T003755Z_w_/us-en/_acnmedia/PDF-46/Accenture-Security-Dragonfish-Threat-Analysis.pdf"
                        },
                        {
                            "source_name": "Lotus Blossom Jun 2015",
                            "description": "Falcone, R., et al.. (2015, June 16). Operation Lotus Blossom. Retrieved February 15, 2016.",
                            "url": "https://www.paloaltonetworks.com/resources/research/unit42-operation-lotus-blossom.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Elise",
                        "BKDR_ESILE",
                        "Page"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.3",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:35:48.740000+00:00\", \"old_value\": \"2020-03-20 23:20:16.933000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.3\", \"old_value\": \"1.2\"}}}",
                    "previous_version": "1.2",
                    "version_change": "1.2 \u2192 1.3"
                },
                {
                    "type": "malware",
                    "id": "malware--0f862b01-99da-47cc-9bdb-db4a86a95bb1",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:32:54.772000+00:00",
                    "modified": "2024-04-11 02:35:14.040000+00:00",
                    "name": "Emissary",
                    "description": "[Emissary](https://attack.mitre.org/software/S0082) is a Trojan that has been used by [Lotus Blossom](https://attack.mitre.org/groups/G0030). It shares code with [Elise](https://attack.mitre.org/software/S0081), with both Trojans being part of a malware group referred to as LStudio. (Citation: Lotus Blossom Dec 2015)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0082",
                            "external_id": "S0082"
                        },
                        {
                            "source_name": "Emissary",
                            "description": "(Citation: Lotus Blossom Dec 2015)"
                        },
                        {
                            "source_name": "Lotus Blossom Dec 2015",
                            "description": "Falcone, R. and Miller-Osborn, J.. (2015, December 18). Attack on French Diplomat Linked to Operation Lotus Blossom. Retrieved February 15, 2016.",
                            "url": "http://researchcenter.paloaltonetworks.com/2015/12/attack-on-french-diplomat-linked-to-operation-lotus-blossom/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Emissary"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.3",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:35:14.040000+00:00\", \"old_value\": \"2021-08-09 14:21:48.477000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.3\", \"old_value\": \"1.2\"}}}",
                    "previous_version": "1.2",
                    "version_change": "1.2 \u2192 1.3"
                },
                {
                    "type": "malware",
                    "id": "malware--2f8229dc-da94-41c6-89ba-b5b6c32f6b7d",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2021-08-02 15:31:32.397000+00:00",
                    "modified": "2024-04-11 02:34:42.912000+00:00",
                    "name": "EnvyScout",
                    "description": "[EnvyScout](https://attack.mitre.org/software/S0634) is a dropper that has been used by [APT29](https://attack.mitre.org/groups/G0016) since at least 2021.(Citation: MSTIC Nobelium Toolset May 2021)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0634",
                            "external_id": "S0634"
                        },
                        {
                            "source_name": "MSTIC Nobelium Toolset May 2021",
                            "description": "MSTIC. (2021, May 28). Breaking down NOBELIUM\u2019s latest early-stage toolset. Retrieved August 4, 2021.",
                            "url": "https://www.microsoft.com/security/blog/2021/05/28/breaking-down-nobeliums-latest-early-stage-toolset/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "EnvyScout"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:34:42.912000+00:00\", \"old_value\": \"2021-10-16 01:24:29.056000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--11194d8b-fdce-45d2-8047-df15bb8f16bd",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-08-26 13:02:46.378000+00:00",
                    "modified": "2024-04-11 02:34:14.304000+00:00",
                    "name": "Exaramel for Linux",
                    "description": "[Exaramel for Linux](https://attack.mitre.org/software/S0401) is a backdoor written in the Go Programming Language and compiled as a 64-bit ELF binary. The Windows version is tracked separately under [Exaramel for Windows](https://attack.mitre.org/software/S0343).(Citation: ESET TeleBots Oct 2018)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0401",
                            "external_id": "S0401"
                        },
                        {
                            "source_name": "Exaramel for Linux",
                            "description": "(Citation: ESET TeleBots Oct 2018)"
                        },
                        {
                            "source_name": "ESET TeleBots Oct 2018",
                            "description": "Cherepanov, A., Lipovsky, R. (2018, October 11). New TeleBots backdoor: First evidence linking Industroyer to NotPetya. Retrieved November 27, 2018.",
                            "url": "https://www.welivesecurity.com/2018/10/11/new-telebots-backdoor-linking-industroyer-notpetya/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Exaramel for Linux"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux"
                    ],
                    "x_mitre_version": "1.3",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:34:14.304000+00:00\", \"old_value\": \"2021-04-14 22:43:50.451000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.3\", \"old_value\": \"1.2\"}}}",
                    "previous_version": "1.2",
                    "version_change": "1.2 \u2192 1.3"
                },
                {
                    "type": "malware",
                    "id": "malware--cf8df906-179c-4a78-bd6e-6605e30f6624",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2018-10-17 00:14:20.652000+00:00",
                    "modified": "2024-04-11 02:33:38.488000+00:00",
                    "name": "FELIXROOT",
                    "description": "[FELIXROOT](https://attack.mitre.org/software/S0267) is a backdoor that has been used to target Ukrainian victims. (Citation: FireEye FELIXROOT July 2018)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0267",
                            "external_id": "S0267"
                        },
                        {
                            "source_name": "GreyEnergy mini",
                            "description": "(Citation: ESET GreyEnergy Oct 2018)"
                        },
                        {
                            "source_name": "FELIXROOT",
                            "description": "(Citation: FireEye FELIXROOT July 2018)(Citation: ESET GreyEnergy Oct 2018)"
                        },
                        {
                            "source_name": "ESET GreyEnergy Oct 2018",
                            "description": "Cherepanov, A. (2018, October). GREYENERGY A successor to BlackEnergy. Retrieved November 15, 2018.",
                            "url": "https://www.welivesecurity.com/wp-content/uploads/2018/10/ESET_GreyEnergy.pdf"
                        },
                        {
                            "source_name": "FireEye FELIXROOT July 2018",
                            "description": "Patil, S. (2018, June 26). Microsoft Office Vulnerabilities Used to Distribute FELIXROOT Backdoor in Recent Campaign. Retrieved July 31, 2018.",
                            "url": "https://www.fireeye.com/blog/threat-research/2018/07/microsoft-office-vulnerabilities-used-to-distribute-felixroot-backdoor.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "FELIXROOT",
                        "GreyEnergy mini"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "2.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:33:38.488000+00:00\", \"old_value\": \"2020-03-30 16:23:47.799000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.2\", \"old_value\": \"2.1\"}}}",
                    "previous_version": "2.1",
                    "version_change": "2.1 \u2192 2.2"
                },
                {
                    "type": "malware",
                    "id": "malware--f464354c-7103-47c6-969b-8766f0157ed2",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2021-06-04 15:34:01.097000+00:00",
                    "modified": "2024-04-11 02:33:06.963000+00:00",
                    "name": "FIVEHANDS",
                    "description": "[FIVEHANDS](https://attack.mitre.org/software/S0618) is a customized version of [DEATHRANSOM](https://attack.mitre.org/software/S0616) ransomware written in C++. [FIVEHANDS](https://attack.mitre.org/software/S0618) has been used since at least 2021, including in Ransomware-as-a-Service (RaaS) campaigns, sometimes along with [SombRAT](https://attack.mitre.org/software/S0615).(Citation: FireEye FiveHands April 2021)(Citation: NCC Group Fivehands June 2021)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0618",
                            "external_id": "S0618"
                        },
                        {
                            "source_name": "NCC Group Fivehands June 2021",
                            "description": "Matthews, M. and Backhouse, W. (2021, June 15). Handy guide to a new Fivehands ransomware variant. Retrieved June 24, 2021.",
                            "url": "https://research.nccgroup.com/2021/06/15/handy-guide-to-a-new-fivehands-ransomware-variant/"
                        },
                        {
                            "source_name": "FireEye FiveHands April 2021",
                            "description": "McLellan, T.  and Moore, J. et al. (2021, April 29). UNC2447 SOMBRAT and FIVEHANDS Ransomware: A Sophisticated Financial Threat. Retrieved June 2, 2021.",
                            "url": "https://www.fireeye.com/blog/threat-research/2021/04/unc2447-sombrat-and-fivehands-ransomware-sophisticated-financial-threat.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "FIVEHANDS"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:33:06.963000+00:00\", \"old_value\": \"2021-10-18 17:52:32.865000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--43155329-3edf-47a6-9a14-7dac899b01e4",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-05-29 14:33:04.253000+00:00",
                    "modified": "2024-04-11 02:32:31.883000+00:00",
                    "name": "FlawedGrace",
                    "description": "[FlawedGrace](https://attack.mitre.org/software/S0383) is a fully featured remote access tool (RAT) written in C++ that was first observed in late 2017.(Citation: Proofpoint TA505 Jan 2019)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0383",
                            "external_id": "S0383"
                        },
                        {
                            "source_name": "Proofpoint TA505 Jan 2019",
                            "description": "Schwarz, D. and Proofpoint Staff. (2019, January 9). ServHelper and FlawedGrace - New malware introduced by TA505. Retrieved May 28, 2019.",
                            "url": "https://www.proofpoint.com/us/threat-insight/post/servhelper-and-flawedgrace-new-malware-introduced-ta505"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "FlawedGrace"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:32:31.883000+00:00\", \"old_value\": \"2019-06-07 18:47:42.365000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--72911fe3-f085-40f7-b4f2-f25a4221fe44",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2021-11-16 14:33:46.321000+00:00",
                    "modified": "2024-04-11 02:32:04.884000+00:00",
                    "name": "FoggyWeb",
                    "description": "[FoggyWeb](https://attack.mitre.org/software/S0661) is a passive and highly-targeted backdoor capable of remotely exfiltrating sensitive information from a compromised Active Directory Federated Services (AD FS) server. It has been used by [APT29](https://attack.mitre.org/groups/G0016) since at least early April 2021.(Citation: MSTIC FoggyWeb September 2021)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0661",
                            "external_id": "S0661"
                        },
                        {
                            "source_name": "MSTIC FoggyWeb September 2021",
                            "description": "Ramin Nafisi. (2021, September 27). FoggyWeb: Targeted NOBELIUM malware leads to persistent backdoor. Retrieved October 4, 2021.",
                            "url": "https://www.microsoft.com/security/blog/2021/09/27/foggyweb-targeted-nobelium-malware-leads-to-persistent-backdoor/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "FoggyWeb"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Craig Smith, BT Security"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:32:04.884000+00:00\", \"old_value\": \"2022-04-15 16:34:44.709000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--be25c1c0-1590-4219-a3d5-6f31799d1d1b",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2022-09-23 14:26:54.392000+00:00",
                    "modified": "2024-04-11 02:30:25.854000+00:00",
                    "name": "FunnyDream",
                    "description": "[FunnyDream](https://attack.mitre.org/software/S1044) is a backdoor with multiple components that was used during the [FunnyDream](https://attack.mitre.org/campaigns/C0007) campaign since at least 2019, primarily for execution and exfiltration.(Citation: Bitdefender FunnyDream Campaign November 2020)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1044",
                            "external_id": "S1044"
                        },
                        {
                            "source_name": "Bitdefender FunnyDream Campaign November 2020",
                            "description": "Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.",
                            "url": "https://www.bitdefender.com/files/News/CaseStudies/study/379/Bitdefender-Whitepaper-Chinese-APT.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "FunnyDream"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:30:25.854000+00:00\", \"old_value\": \"2022-10-11 12:33:19.525000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--50d6688b-0985-4f3d-8cbe-0c796b30703b",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-09-12 17:40:38.303000+00:00",
                    "modified": "2024-04-11 02:29:45.766000+00:00",
                    "name": "Fysbis",
                    "description": "[Fysbis](https://attack.mitre.org/software/S0410) is a Linux-based backdoor used by [APT28](https://attack.mitre.org/groups/G0007) that dates back to at least 2014.(Citation: Fysbis Palo Alto Analysis)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0410",
                            "external_id": "S0410"
                        },
                        {
                            "source_name": "Fysbis Palo Alto Analysis",
                            "description": "Bryan Lee and Rob Downs. (2016, February 12). A Look Into Fysbis: Sofacy\u2019s Linux Backdoor. Retrieved September 10, 2017.",
                            "url": "https://researchcenter.paloaltonetworks.com/2016/02/a-look-into-fysbis-sofacys-linux-backdoor/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Fysbis"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux"
                    ],
                    "x_mitre_version": "1.4",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:29:45.766000+00:00\", \"old_value\": \"2023-10-01 16:58:20.224000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.4\", \"old_value\": \"1.3\"}}}",
                    "previous_version": "1.3",
                    "version_change": "1.3 \u2192 1.4"
                },
                {
                    "type": "malware",
                    "id": "malware--76abb3ef-dafd-4762-97cb-a35379429db4",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2018-01-16 16:13:52.465000+00:00",
                    "modified": "2024-04-11 02:28:51.206000+00:00",
                    "name": "Gazer",
                    "description": "[Gazer](https://attack.mitre.org/software/S0168) is a backdoor used by [Turla](https://attack.mitre.org/groups/G0010) since at least 2016. (Citation: ESET Gazer Aug 2017)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0168",
                            "external_id": "S0168"
                        },
                        {
                            "source_name": "Gazer",
                            "description": "(Citation: ESET Gazer Aug 2017)"
                        },
                        {
                            "source_name": "ESET Gazer Aug 2017",
                            "description": "ESET. (2017, August). Gazing at Gazer: Turla\u2019s new second stage backdoor. Retrieved September 14, 2017.",
                            "url": "https://www.welivesecurity.com/wp-content/uploads/2017/08/eset-gazer.pdf"
                        },
                        {
                            "source_name": "ESET Crutch December 2020",
                            "description": "Faou, M. (2020, December 2). Turla Crutch: Keeping the \u201cback door\u201d open. Retrieved December 4, 2020.",
                            "url": "https://www.welivesecurity.com/2020/12/02/turla-crutch-keeping-back-door-open/"
                        },
                        {
                            "source_name": "Securelist WhiteBear Aug 2017",
                            "description": "Kaspersky Lab's Global Research & Analysis Team. (2017, August 30). Introducing WhiteBear. Retrieved September 21, 2017.",
                            "url": "https://securelist.com/introducing-whitebear/81638/"
                        },
                        {
                            "source_name": "WhiteBear",
                            "description": "The term WhiteBear is used both for the activity group (a subset of G0010) as well as the malware observed. Based on similarities in behavior and C2, WhiteBear is assessed to be the same as S0168. (Citation: Securelist WhiteBear Aug 2017)(Citation: ESET Crutch December 2020)"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Gazer",
                        "WhiteBear"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Bartosz Jerzman"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.3",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:28:51.206000+00:00\", \"old_value\": \"2020-12-04 21:07:22.870000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.3\", \"old_value\": \"1.2\"}}}",
                    "previous_version": "1.2",
                    "version_change": "1.2 \u2192 1.3"
                },
                {
                    "type": "malware",
                    "id": "malware--efa7c4d6-8e30-41d9-a8fd-26dc337f4a1b",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2021-11-30 19:02:16.138000+00:00",
                    "modified": "2024-04-11 02:28:01.735000+00:00",
                    "name": "Gelsemium",
                    "description": "[Gelsemium](https://attack.mitre.org/software/S0666) is a modular malware comprised of a dropper (Gelsemine), a loader (Gelsenicine), and main (Gelsevirine) plug-ins written using the Microsoft Foundation Class (MFC) framework. [Gelsemium](https://attack.mitre.org/software/S0666) has been used by the Gelsemium group since at least 2014.(Citation: ESET Gelsemium June 2021)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0666",
                            "external_id": "S0666"
                        },
                        {
                            "source_name": "Gelsevirine",
                            "description": "(Citation: ESET Gelsemium June 2021)"
                        },
                        {
                            "source_name": "Gelsenicine",
                            "description": "(Citation: ESET Gelsemium June 2021)"
                        },
                        {
                            "source_name": "Gelsemine",
                            "description": "(Citation: ESET Gelsemium June 2021)"
                        },
                        {
                            "source_name": "ESET Gelsemium June 2021",
                            "description": "Dupuy, T. and Faou, M. (2021, June). Gelsemium. Retrieved November 30, 2021.",
                            "url": "https://www.welivesecurity.com/wp-content/uploads/2021/06/eset_gelsemium.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Gelsemium",
                        "Gelsevirine",
                        "Gelsenicine",
                        "Gelsemine"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:28:01.735000+00:00\", \"old_value\": \"2023-03-26 19:02:24.792000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "malware",
                    "id": "malware--5c747acd-47f0-4c5a-b9e5-213541fc01e0",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2021-03-12 16:10:45.416000+00:00",
                    "modified": "2024-04-11 02:26:45.606000+00:00",
                    "name": "GoldMax",
                    "description": "[GoldMax](https://attack.mitre.org/software/S0588) is a second-stage C2 backdoor written in Go with Windows and Linux variants that are nearly identical in functionality. [GoldMax](https://attack.mitre.org/software/S0588) was discovered in early 2021 during the investigation into the [SolarWinds Compromise](https://attack.mitre.org/campaigns/C0024), and has likely been used by [APT29](https://attack.mitre.org/groups/G0016) since at least mid-2019. [GoldMax](https://attack.mitre.org/software/S0588) uses multiple defense evasion techniques, including avoiding virtualization execution and masking malicious traffic.(Citation: MSTIC NOBELIUM Mar 2021)(Citation: FireEye SUNSHUTTLE Mar 2021)(Citation: CrowdStrike StellarParticle January 2022)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0588",
                            "external_id": "S0588"
                        },
                        {
                            "source_name": "SUNSHUTTLE",
                            "description": "(Citation: FireEye SUNSHUTTLE Mar 2021)"
                        },
                        {
                            "source_name": "GoldMax",
                            "description": "(Citation: MSTIC NOBELIUM Mar 2021)"
                        },
                        {
                            "source_name": "CrowdStrike StellarParticle January 2022",
                            "description": "CrowdStrike. (2022, January 27). Early Bird Catches the Wormhole: Observations from the StellarParticle Campaign. Retrieved February 7, 2022.",
                            "url": "https://www.crowdstrike.com/blog/observations-from-the-stellarparticle-campaign/"
                        },
                        {
                            "source_name": "MSTIC NOBELIUM Mar 2021",
                            "description": "Nafisi, R., Lelli, A. (2021, March 4). GoldMax, GoldFinder, and Sibot: Analyzing NOBELIUM\u2019s layered persistence. Retrieved March 8, 2021.",
                            "url": "https://www.microsoft.com/security/blog/2021/03/04/goldmax-goldfinder-sibot-analyzing-nobelium-malware/"
                        },
                        {
                            "source_name": "FireEye SUNSHUTTLE Mar 2021",
                            "description": "Smith, L., Leathery, J., Read, B. (2021, March 4). New SUNSHUTTLE Second-Stage Backdoor Uncovered Targeting U.S.-Based Entity; Possible Connection to UNC2452. Retrieved March 12, 2021.",
                            "url": "https://www.fireeye.com/blog/threat-research/2021/03/sunshuttle-second-stage-backdoor-targeting-us-based-entity.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "GoldMax",
                        "SUNSHUTTLE"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows",
                        "Linux"
                    ],
                    "x_mitre_version": "2.3",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:26:45.606000+00:00\", \"old_value\": \"2023-08-30 16:31:52.140000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.3\", \"old_value\": \"2.2\"}}}",
                    "previous_version": "2.2",
                    "version_change": "2.2 \u2192 2.3"
                },
                {
                    "type": "malware",
                    "id": "malware--b9704a7d-feef-4af9-8898-5280f1686326",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-07-23 13:50:10.409000+00:00",
                    "modified": "2024-04-11 02:27:23.911000+00:00",
                    "name": "GoldenSpy",
                    "description": "[GoldenSpy](https://attack.mitre.org/software/S0493) is a backdoor malware which has been packaged with legitimate tax preparation software. [GoldenSpy](https://attack.mitre.org/software/S0493) was discovered targeting organizations in China, being delivered with the \"Intelligent Tax\" software suite which is produced by the Golden Tax Department of Aisino Credit Information Co. and required to pay local taxes.(Citation: Trustwave GoldenSpy June 2020) ",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0493",
                            "external_id": "S0493"
                        },
                        {
                            "source_name": "Trustwave GoldenSpy June 2020",
                            "description": "Trustwave SpiderLabs. (2020, June 25). The Golden Tax Department and Emergence of GoldenSpy Malware. Retrieved July 23, 2020.",
                            "url": "https://www.trustwave.com/en-us/resources/library/documents/the-golden-tax-department-and-the-emergence-of-goldenspy-malware/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "GoldenSpy"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:27:23.911000+00:00\", \"old_value\": \"2020-08-19 16:31:40.508000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--958b5d06-8bb0-4c5b-a2e7-0130fe654ac7",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-11-10 21:13:44.259000+00:00",
                    "modified": "2024-04-11 02:25:51.549000+00:00",
                    "name": "Grandoreiro",
                    "description": "[Grandoreiro](https://attack.mitre.org/software/S0531) is a banking trojan written in Delphi that was first observed in 2016 and uses a Malware-as-a-Service (MaaS) business model. [Grandoreiro](https://attack.mitre.org/software/S0531) has confirmed victims in Brazil, Mexico, Portugal, and Spain.(Citation: Securelist Brazilian Banking Malware July 2020)(Citation: ESET Grandoreiro April 2020)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0531",
                            "external_id": "S0531"
                        },
                        {
                            "source_name": "ESET Grandoreiro April 2020",
                            "description": "ESET. (2020, April 28). Grandoreiro: How engorged can an EXE get?. Retrieved November 13, 2020.",
                            "url": "https://www.welivesecurity.com/2020/04/28/grandoreiro-how-engorged-can-exe-get/"
                        },
                        {
                            "source_name": "Securelist Brazilian Banking Malware July 2020",
                            "description": "GReAT. (2020, July 14). The Tetrade: Brazilian banking malware goes global. Retrieved November 9, 2020.",
                            "url": "https://securelist.com/the-tetrade-brazilian-banking-malware/97779/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Grandoreiro"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:25:51.549000+00:00\", \"old_value\": \"2023-03-26 19:05:29.235000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "malware",
                    "id": "malware--1d1fce2f-0db5-402b-9843-4278a0694637",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2018-10-17 00:14:20.652000+00:00",
                    "modified": "2024-04-11 02:25:20.119000+00:00",
                    "name": "GravityRAT",
                    "description": "[GravityRAT](https://attack.mitre.org/software/S0237) is a remote access tool (RAT) and has been in ongoing development since 2016. The actor behind the tool remains unknown, but two usernames have been recovered that link to the author, which are \"TheMartian\" and \"The Invincible.\" According to the National Computer Emergency Response Team (CERT) of India, the malware has been identified in attacks against organization and entities in India. (Citation: Talos GravityRAT)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0237",
                            "external_id": "S0237"
                        },
                        {
                            "source_name": "GravityRAT",
                            "description": "(Citation: Talos GravityRAT)"
                        },
                        {
                            "source_name": "Talos GravityRAT",
                            "description": "Mercer, W., Rascagneres, P. (2018, April 26). GravityRAT - The Two-Year Evolution Of An APT Targeting India. Retrieved May 16, 2018.",
                            "url": "https://blog.talosintelligence.com/2018/04/gravityrat-two-year-evolution-of-apt.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "GravityRAT"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.3",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:25:20.119000+00:00\", \"old_value\": \"2020-03-30 20:44:34.524000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.3\", \"old_value\": \"1.2\"}}}",
                    "previous_version": "1.2",
                    "version_change": "1.2 \u2192 1.3"
                },
                {
                    "type": "malware",
                    "id": "malware--308b3d68-a084-4dfb-885a-3125e1a9c1e8",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-01-30 13:53:14.264000+00:00",
                    "modified": "2024-04-11 02:24:46.255000+00:00",
                    "name": "GreyEnergy",
                    "description": "[GreyEnergy](https://attack.mitre.org/software/S0342) is a backdoor written in C and compiled in Visual Studio. [GreyEnergy](https://attack.mitre.org/software/S0342) shares similarities with the [BlackEnergy](https://attack.mitre.org/software/S0089) malware and is thought to be the successor of it.(Citation: ESET GreyEnergy Oct 2018)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0342",
                            "external_id": "S0342"
                        },
                        {
                            "source_name": "GreyEnergy",
                            "description": "(Citation: ESET GreyEnergy Oct 2018)"
                        },
                        {
                            "source_name": "ESET GreyEnergy Oct 2018",
                            "description": "Cherepanov, A. (2018, October). GREYENERGY A successor to BlackEnergy. Retrieved November 15, 2018.",
                            "url": "https://www.welivesecurity.com/wp-content/uploads/2018/10/ESET_GreyEnergy.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "GreyEnergy"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:24:46.255000+00:00\", \"old_value\": \"2020-03-30 16:44:35.685000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "malware",
                    "id": "malware--12a7450d-b03e-4990-a5b8-b405ab9c803b",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-06-20 14:52:45.057000+00:00",
                    "modified": "2024-04-11 02:23:13.352000+00:00",
                    "name": "HAWKBALL",
                    "description": "[HAWKBALL](https://attack.mitre.org/software/S0391) is a backdoor that was observed in targeting of the government sector in Central Asia.(Citation: FireEye HAWKBALL Jun 2019)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0391",
                            "external_id": "S0391"
                        },
                        {
                            "source_name": "HAWKBALL",
                            "description": "(Citation: FireEye HAWKBALL Jun 2019)"
                        },
                        {
                            "source_name": "FireEye HAWKBALL Jun 2019",
                            "description": "Patil, S. and Williams, M.. (2019, June 5). Government Sector in Central Asia Targeted With New HAWKBALL Backdoor Delivered via Microsoft Office Vulnerabilities. Retrieved June 20, 2019.",
                            "url": "https://www.fireeye.com/blog/threat-research/2019/06/government-in-central-asia-targeted-with-hawkball-backdoor.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "HAWKBALL"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:23:13.352000+00:00\", \"old_value\": \"2020-03-30 16:46:39.617000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "malware",
                    "id": "malware--7451bcf9-e6e6-4a70-bc3d-1599173d0035",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2018-04-18 17:59:24.739000+00:00",
                    "modified": "2024-04-11 02:18:12.743000+00:00",
                    "name": "HOMEFRY",
                    "description": "[HOMEFRY](https://attack.mitre.org/software/S0232) is a 64-bit Windows password dumper/cracker that has previously been used in conjunction with other [Leviathan](https://attack.mitre.org/groups/G0065) backdoors. (Citation: FireEye Periscope March 2018)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0232",
                            "external_id": "S0232"
                        },
                        {
                            "source_name": "HOMEFRY",
                            "description": "(Citation: FireEye Periscope March 2018)"
                        },
                        {
                            "source_name": "FireEye Periscope March 2018",
                            "description": "FireEye. (2018, March 16). Suspected Chinese Cyber Espionage Group (TEMP.Periscope) Targeting U.S. Engineering and Maritime Industries. Retrieved April 11, 2018.",
                            "url": "https://www.fireeye.com/blog/threat-research/2018/03/suspected-chinese-espionage-group-targeting-maritime-and-engineering-industries.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "HOMEFRY"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:18:12.743000+00:00\", \"old_value\": \"2020-03-30 16:47:38.393000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "malware",
                    "id": "malware--454fe82d-6fd2-4ac6-91ab-28a33fe01369",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-04-19 15:30:36.593000+00:00",
                    "modified": "2024-02-09 19:24:50.164000+00:00",
                    "name": "HOPLIGHT",
                    "description": "[HOPLIGHT](https://attack.mitre.org/software/S0376) is a backdoor Trojan that has reportedly been used by the North Korean government.(Citation: US-CERT HOPLIGHT Apr 2019)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0376",
                            "external_id": "S0376"
                        },
                        {
                            "source_name": "HOPLIGHT",
                            "description": "(Citation: US-CERT HOPLIGHT Apr 2019)"
                        },
                        {
                            "source_name": "US-CERT HOPLIGHT Apr 2019",
                            "description": "US-CERT. (2019, April 10). MAR-10135536-8 \u2013 North Korean Trojan: HOPLIGHT. Retrieved April 19, 2019.",
                            "url": "https://www.us-cert.gov/ncas/analysis-reports/AR19-100A"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "HOPLIGHT"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.3",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-02-09 19:24:50.164000+00:00\", \"old_value\": \"2023-03-28 20:24:33.471000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.3\", \"old_value\": \"1.2\"}}}",
                    "previous_version": "1.2",
                    "version_change": "1.2 \u2192 1.3"
                },
                {
                    "type": "malware",
                    "id": "malware--eff1a885-6f90-42a1-901f-eef6e7a1905e",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2018-01-16 16:13:52.465000+00:00",
                    "modified": "2024-04-11 02:22:38.177000+00:00",
                    "name": "Helminth",
                    "description": "[Helminth](https://attack.mitre.org/software/S0170) is a backdoor that has at least two variants - one written in VBScript and PowerShell that is delivered via a macros in Excel spreadsheets, and one that is a standalone Windows executable. (Citation: Palo Alto OilRig May 2016)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0170",
                            "external_id": "S0170"
                        },
                        {
                            "source_name": "Helminth",
                            "description": "(Citation: Palo Alto OilRig May 2016)"
                        },
                        {
                            "source_name": "Palo Alto OilRig May 2016",
                            "description": "Falcone, R. and Lee, B.. (2016, May 26). The OilRig Campaign: Attacks on Saudi Arabian Organizations Deliver Helminth Backdoor. Retrieved May 3, 2017.",
                            "url": "http://researchcenter.paloaltonetworks.com/2016/05/the-oilrig-campaign-attacks-on-saudi-arabian-organizations-deliver-helminth-backdoor/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Helminth"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Robert Falcone"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:22:38.177000+00:00\", \"old_value\": \"2020-03-28 21:35:13.610000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "malware",
                    "id": "malware--a0ab8a96-40c9-4483-8a54-3fafa6d6007a",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2022-03-25 18:30:08.906000+00:00",
                    "modified": "2024-04-11 02:22:04.078000+00:00",
                    "name": "HermeticWiper",
                    "description": "[HermeticWiper](https://attack.mitre.org/software/S0697) is a data wiper that has been used since at least early 2022, primarily against Ukraine with additional activity observed in Latvia and Lithuania. Some sectors targeted include government, financial, defense, aviation, and IT services.(Citation: SentinelOne Hermetic Wiper February 2022)(Citation: Symantec Ukraine Wipers February 2022)(Citation: Crowdstrike DriveSlayer February 2022)(Citation: ESET Hermetic Wiper February 2022)(Citation: Qualys Hermetic Wiper March 2022)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0697",
                            "external_id": "S0697"
                        },
                        {
                            "source_name": "Trojan.Killdisk",
                            "description": "(Citation: CISA AA22-057A Destructive Malware February 2022)(Citation: Symantec Ukraine Wipers February 2022)"
                        },
                        {
                            "source_name": "DriveSlayer",
                            "description": "(Citation: Crowdstrike PartyTicket March 2022)(Citation: Crowdstrike DriveSlayer February 2022)"
                        },
                        {
                            "source_name": "CISA AA22-057A Destructive Malware February 2022",
                            "description": "CISA. (2022, February 26). Destructive Malware Targeting Organizations in Ukraine. Retrieved March 25, 2022.",
                            "url": "https://www.cisa.gov/uscert/ncas/alerts/aa22-057a"
                        },
                        {
                            "source_name": "Crowdstrike PartyTicket March 2022",
                            "description": "Crowdstrike. (2022, March 1). Decryptable PartyTicket Ransomware Reportedly Targeting Ukrainian Entities. Retrieved March 1, 2022.",
                            "url": "https://www.crowdstrike.com/blog/how-to-decrypt-the-partyticket-ransomware-targeting-ukraine"
                        },
                        {
                            "source_name": "Qualys Hermetic Wiper March 2022",
                            "description": "Dani, M. (2022, March 1). Ukrainian Targets Hit by HermeticWiper, New Datawiper Malware. Retrieved March 25, 2022.",
                            "url": "https://blog.qualys.com/vulnerabilities-threat-research/2022/03/01/ukrainian-targets-hit-by-hermeticwiper-new-datawiper-malware"
                        },
                        {
                            "source_name": "ESET Hermetic Wiper February 2022",
                            "description": "ESET. (2022, February 24). HermeticWiper: New data wiping malware hits Ukraine. Retrieved March 25, 2022.",
                            "url": "https://www.welivesecurity.com/2022/02/24/hermeticwiper-new-data-wiping-malware-hits-ukraine"
                        },
                        {
                            "source_name": "SentinelOne Hermetic Wiper February 2022",
                            "description": "Guerrero-Saade, J. (2022, February 23). HermeticWiper | New Destructive Malware Used In Cyber Attacks on Ukraine. Retrieved March 25, 2022.",
                            "url": "https://www.sentinelone.com/labs/hermetic-wiper-ukraine-under-attack"
                        },
                        {
                            "source_name": "Symantec Ukraine Wipers February 2022",
                            "description": "Symantec Threat Hunter Team. (2022, February 24). Ukraine: Disk-wiping Attacks Precede Russian Invasion. Retrieved March 25, 2022.",
                            "url": "https://symantec-enterprise-blogs.security.com/blogs/threat-intelligence/ukraine-wiper-malware-russia"
                        },
                        {
                            "source_name": "Crowdstrike DriveSlayer February 2022",
                            "description": "Thomas, W. et al. (2022, February 25). CrowdStrike Falcon Protects from New Wiper Malware Used in Ukraine Cyberattacks. Retrieved March 25, 2022.",
                            "url": "https://www.crowdstrike.com/blog/how-crowdstrike-falcon-protects-against-wiper-malware-used-in-ukraine-attacks/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "HermeticWiper",
                        "Trojan.Killdisk",
                        "DriveSlayer"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Mayuresh Dani, Qualys",
                        "Harshal Tupsamudre, Qualys"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:22:04.078000+00:00\", \"old_value\": \"2022-10-18 23:19:38.268000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--ff7ed9c1-dca3-4e62-9da6-72c5d388b8fa",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2022-03-25 20:47:06.942000+00:00",
                    "modified": "2024-04-11 02:21:28.830000+00:00",
                    "name": "HermeticWizard",
                    "description": "[HermeticWizard](https://attack.mitre.org/software/S0698) is a worm that has been used to spread [HermeticWiper](https://attack.mitre.org/software/S0697) in attacks against organizations in Ukraine since at least 2022.(Citation: ESET Hermetic Wizard March 2022)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0698",
                            "external_id": "S0698"
                        },
                        {
                            "source_name": "ESET Hermetic Wizard March 2022",
                            "description": "ESET. (2022, March 1). IsaacWiper and HermeticWizard: New wiper and worm targetingUkraine. Retrieved April 10, 2022.",
                            "url": "https://www.welivesecurity.com/2022/03/01/isaacwiper-hermeticwizard-wiper-worm-targeting-ukraine"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "HermeticWizard"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:21:28.830000+00:00\", \"old_value\": \"2022-04-11 00:11:44.579000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--dff90475-9f72-41a6-84ed-1fbefd3874c0",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2022-07-25 18:18:32.811000+00:00",
                    "modified": "2024-04-11 02:20:55.694000+00:00",
                    "name": "Heyoka Backdoor",
                    "description": "[Heyoka Backdoor](https://attack.mitre.org/software/S1027) is a custom backdoor--based on the Heyoka open source exfiltration tool--that  has been used by [Aoqin Dragon](https://attack.mitre.org/groups/G1007) since at least 2013.(Citation: SentinelOne Aoqin Dragon June 2022)(Citation: Sourceforge Heyoka 2022) ",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1027",
                            "external_id": "S1027"
                        },
                        {
                            "source_name": "SentinelOne Aoqin Dragon June 2022",
                            "description": "Chen, Joey. (2022, June 9). Aoqin Dragon | Newly-Discovered Chinese-linked APT Has Been Quietly Spying On Organizations For 10 Years. Retrieved July 14, 2022.",
                            "url": "https://www.sentinelone.com/labs/aoqin-dragon-newly-discovered-chinese-linked-apt-has-been-quietly-spying-on-organizations-for-10-years/"
                        },
                        {
                            "source_name": "Sourceforge Heyoka 2022",
                            "description": "Sourceforge. (n.d.). Heyoka POC Exfiltration Tool. Retrieved October 11, 2022.",
                            "url": "https://heyoka.sourceforge.net/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Heyoka Backdoor"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Hiroki Nagahama, NEC Corporation",
                        "Pooja Natarajan, NEC Corporation India",
                        "Manikantan Srinivasan, NEC Corporation India"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:20:55.694000+00:00\", \"old_value\": \"2022-10-24 18:54:09.655000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.0.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--5967cc93-57c9-404a-8ffd-097edfa7bdfc",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:32:56.860000+00:00",
                    "modified": "2024-04-11 02:20:26.551000+00:00",
                    "name": "Hi-Zor",
                    "description": "[Hi-Zor](https://attack.mitre.org/software/S0087) is a remote access tool (RAT) that has characteristics similar to [Sakula](https://attack.mitre.org/software/S0074). It was used in a campaign named INOCNATION. (Citation: Fidelis Hi-Zor)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0087",
                            "external_id": "S0087"
                        },
                        {
                            "source_name": "Fidelis Hi-Zor",
                            "description": "Fidelis Threat Research Team. (2016, January 27). Introducing Hi-Zor RAT. Retrieved March 24, 2016.",
                            "url": "https://www.fidelissecurity.com/threatgeek/archive/introducing-hi-zor-rat/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Hi-Zor"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:20:26.551000+00:00\", \"old_value\": \"2021-02-09 14:57:16.085000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "malware",
                    "id": "malware--fc774af4-533b-4724-96d2-ac1026316794",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-06-24 12:04:32.323000+00:00",
                    "modified": "2024-04-11 02:19:50.306000+00:00",
                    "name": "HiddenWasp",
                    "description": "[HiddenWasp](https://attack.mitre.org/software/S0394) is a Linux-based Trojan used to target systems for remote control. It comes in the form of a statically linked ELF binary with stdlibc++.(Citation: Intezer HiddenWasp Map 2019)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0394",
                            "external_id": "S0394"
                        },
                        {
                            "source_name": "HiddenWasp",
                            "description": "(Citation: Intezer HiddenWasp Map 2019)"
                        },
                        {
                            "source_name": "Intezer HiddenWasp Map 2019",
                            "description": "Sanmillan, I. (2019, May 29). HiddenWasp Malware Stings Targeted Linux Systems. Retrieved June 24, 2019.",
                            "url": "https://www.intezer.com/blog-hiddenwasp-malware-targeting-linux-systems/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "HiddenWasp"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux"
                    ],
                    "x_mitre_version": "1.3",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:19:50.306000+00:00\", \"old_value\": \"2021-04-23 20:07:01.487000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.3\", \"old_value\": \"1.2\"}}}",
                    "previous_version": "1.2",
                    "version_change": "1.2 \u2192 1.3"
                },
                {
                    "type": "malware",
                    "id": "malware--40a1b8ec-7295-416c-a6b1-68181d86f120",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2021-04-07 18:07:47.604000+00:00",
                    "modified": "2024-04-11 02:18:41.342000+00:00",
                    "name": "Hildegard",
                    "description": "[Hildegard](https://attack.mitre.org/software/S0601) is malware that targets misconfigured kubelets for initial access and runs cryptocurrency miner operations. The malware was first observed in January 2021. The TeamTNT activity group is believed to be behind [Hildegard](https://attack.mitre.org/software/S0601). (Citation: Unit 42 Hildegard Malware)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0601",
                            "external_id": "S0601"
                        },
                        {
                            "source_name": "Unit 42 Hildegard Malware",
                            "description": "Chen, J. et al. (2021, February 3). Hildegard: New TeamTNT Cryptojacking Malware Targeting Kubernetes. Retrieved April 5, 2021.",
                            "url": "https://unit42.paloaltonetworks.com/hildegard-malware-teamtnt/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Hildegard"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Center for Threat-Informed Defense (CTID)"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "Containers",
                        "IaaS"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:18:41.342000+00:00\", \"old_value\": \"2021-10-16 01:49:39.189000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "malware",
                    "id": "malware--aad11e34-02ca-4220-91cd-2ed420af4db3",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-05-01 19:10:31.446000+00:00",
                    "modified": "2024-04-11 02:17:38.807000+00:00",
                    "name": "HotCroissant",
                    "description": "[HotCroissant](https://attack.mitre.org/software/S0431) is a remote access trojan (RAT) attributed by U.S. government entities to malicious North Korean government cyber activity, tracked collectively as HIDDEN COBRA.(Citation: US-CERT HOTCROISSANT February 2020) [HotCroissant](https://attack.mitre.org/software/S0431) shares numerous code similarities with [Rifdoor](https://attack.mitre.org/software/S0433).(Citation: Carbon Black HotCroissant April 2020)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0431",
                            "external_id": "S0431"
                        },
                        {
                            "source_name": "Carbon Black HotCroissant April 2020",
                            "description": "Knight, S.. (2020, April 16). VMware Carbon Black TAU Threat Analysis: The Evolution of Lazarus. Retrieved May 1, 2020.",
                            "url": "https://www.carbonblack.com/2020/04/16/vmware-carbon-black-tau-threat-analysis-the-evolution-of-lazarus/"
                        },
                        {
                            "source_name": "US-CERT HOTCROISSANT February 2020",
                            "description": "US-CERT. (2020, February 20). MAR-10271944-1.v1 \u2013 North Korean Trojan: HOTCROISSANT. Retrieved May 1, 2020.",
                            "url": "https://www.us-cert.gov/ncas/analysis-reports/ar20-045d"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "HotCroissant"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:17:38.807000+00:00\", \"old_value\": \"2020-05-06 19:28:21.746000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--5e814485-012d-423d-b769-026bfed0f451",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-07-09 17:42:44.777000+00:00",
                    "modified": "2024-04-11 02:16:42.727000+00:00",
                    "name": "HyperBro",
                    "description": "[HyperBro](https://attack.mitre.org/software/S0398) is a custom in-memory backdoor used by [Threat Group-3390](https://attack.mitre.org/groups/G0027).(Citation: Unit42 Emissary Panda May 2019)(Citation: Securelist LuckyMouse June 2018)(Citation: Hacker News LuckyMouse June 2018)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0398",
                            "external_id": "S0398"
                        },
                        {
                            "source_name": "HyperBro",
                            "description": "(Citation: Unit42 Emissary Panda May 2019)"
                        },
                        {
                            "source_name": "Unit42 Emissary Panda May 2019",
                            "description": "Falcone, R. and Lancaster, T. (2019, May 28). Emissary Panda Attacks Middle East Government Sharepoint Servers. Retrieved July 9, 2019.",
                            "url": "https://unit42.paloaltonetworks.com/emissary-panda-attacks-middle-east-government-sharepoint-servers/"
                        },
                        {
                            "source_name": "Hacker News LuckyMouse June 2018",
                            "description": "Khandelwal, S. (2018, June 14). Chinese Hackers Carried Out Country-Level Watering Hole Attack. Retrieved August 18, 2018.",
                            "url": "https://thehackernews.com/2018/06/chinese-watering-hole-attack.html"
                        },
                        {
                            "source_name": "Securelist LuckyMouse June 2018",
                            "description": "Legezo, D. (2018, June 13). LuckyMouse hits national data center to organize country-level waterholing campaign. Retrieved August 18, 2018.",
                            "url": "https://securelist.com/luckymouse-hits-national-data-center/86083/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "HyperBro"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.3",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:16:42.727000+00:00\", \"old_value\": \"2021-11-29 21:48:51.029000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.3\", \"old_value\": \"1.2\"}}}",
                    "previous_version": "1.2",
                    "version_change": "1.2 \u2192 1.3"
                },
                {
                    "type": "malware",
                    "id": "malware--5147ef15-1cae-4707-8ea1-bee8d98b7f1d",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-07-15 17:55:11.252000+00:00",
                    "modified": "2024-04-11 02:16:08.503000+00:00",
                    "name": "IcedID",
                    "description": "[IcedID](https://attack.mitre.org/software/S0483) is a modular banking malware designed to steal financial information that has been observed in the wild since at least 2017.  [IcedID](https://attack.mitre.org/software/S0483)  has been downloaded by [Emotet](https://attack.mitre.org/software/S0367) in multiple campaigns.(Citation: IBM IcedID November 2017)(Citation: Juniper IcedID June 2020)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0483",
                            "external_id": "S0483"
                        },
                        {
                            "source_name": "IBM IcedID November 2017",
                            "description": "Kessem, L., et al. (2017, November 13). New Banking Trojan IcedID Discovered by IBM X-Force Research. Retrieved July 14, 2020.",
                            "url": "https://securityintelligence.com/new-banking-trojan-icedid-discovered-by-ibm-x-force-research/"
                        },
                        {
                            "source_name": "Juniper IcedID June 2020",
                            "description": "Kimayong, P. (2020, June 18). COVID-19 and FMLA Campaigns used to install new IcedID banking malware. Retrieved July 14, 2020.",
                            "url": "https://blogs.juniper.net/en-us/threat-research/covid-19-and-fmla-campaigns-used-to-install-new-icedid-banking-malware"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "IcedID"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:16:08.503000+00:00\", \"old_value\": \"2020-08-14 14:25:53.721000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "tool",
                    "id": "tool--26c87906-d750-42c5-946c-d4162c73fc7b",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-01-31 01:39:56.283000+00:00",
                    "modified": "2024-03-14 17:27:34.759000+00:00",
                    "name": "Impacket",
                    "description": "[Impacket](https://attack.mitre.org/software/S0357) is an open source collection of modules written in Python for programmatically constructing and manipulating network protocols. [Impacket](https://attack.mitre.org/software/S0357) contains several tools for remote service execution, Kerberos manipulation, Windows credential dumping, packet sniffing, and relay attacks.(Citation: Impacket Tools)",
                    "revoked": false,
                    "labels": [
                        "tool"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0357",
                            "external_id": "S0357"
                        },
                        {
                            "source_name": "Impacket Tools",
                            "description": "SecureAuth. (n.d.).  Retrieved January 15, 2019.",
                            "url": "https://www.secureauth.com/labs/open-source-tools/impacket"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Impacket"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Jacob Wilkin, Trustwave, SpiderLabs"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows"
                    ],
                    "x_mitre_version": "1.6",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-03-14 17:27:34.759000+00:00\", \"old_value\": \"2023-07-27 15:31:10.648000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.6\", \"old_value\": \"1.5\"}}}",
                    "previous_version": "1.5",
                    "version_change": "1.5 \u2192 1.6"
                },
                {
                    "type": "tool",
                    "id": "tool--b1595ddd-a783-482a-90e1-8afc8d48467e",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2021-02-24 21:28:44.175000+00:00",
                    "modified": "2024-04-11 02:14:36.791000+00:00",
                    "name": "IronNetInjector",
                    "description": "[IronNetInjector](https://attack.mitre.org/software/S0581) is a [Turla](https://attack.mitre.org/groups/G0010) toolchain that utilizes scripts from the open-source IronPython implementation of Python with a .NET injector to drop one or more payloads including [ComRAT](https://attack.mitre.org/software/S0126).(Citation: Unit 42 IronNetInjector February 2021 )",
                    "revoked": false,
                    "labels": [
                        "tool"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0581",
                            "external_id": "S0581"
                        },
                        {
                            "source_name": "Unit 42 IronNetInjector February 2021 ",
                            "description": "Reichel, D. (2021, February 19). IronNetInjector: Turla\u2019s New Malware Loading Tool. Retrieved February 24, 2021.",
                            "url": "https://unit42.paloaltonetworks.com/ironnetinjector/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "IronNetInjector"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:14:36.791000+00:00\", \"old_value\": \"2022-05-20 17:02:59.587000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--8ae43c46-57ef-47d5-a77a-eebb35628db2",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:32:34.199000+00:00",
                    "modified": "2024-04-11 01:49:50.568000+00:00",
                    "name": "JHUHUGIT",
                    "description": "[JHUHUGIT](https://attack.mitre.org/software/S0044) is malware used by [APT28](https://attack.mitre.org/groups/G0007). It is based on Carberp source code and serves as reconnaissance malware. (Citation: Kaspersky Sofacy) (Citation: F-Secure Sofacy 2015) (Citation: ESET Sednit Part 1) (Citation: FireEye APT28 January 2017)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0044",
                            "external_id": "S0044"
                        },
                        {
                            "source_name": "JHUHUGIT",
                            "description": "(Citation: FireEye APT28 January 2017)"
                        },
                        {
                            "source_name": "JKEYSKW",
                            "description": "(Citation: FireEye APT28 January 2017)"
                        },
                        {
                            "source_name": "GAMEFISH",
                            "description": "(Citation: FireEye APT28 January 2017)"
                        },
                        {
                            "source_name": "Seduploader",
                            "description": "(Citation: FireEye APT28 January 2017)(Citation: Talos Seduploader Oct 2017)"
                        },
                        {
                            "source_name": "SofacyCarberp",
                            "description": "(Citation: Unit 42 Sofacy Feb 2018)"
                        },
                        {
                            "source_name": "ESET Sednit Part 1",
                            "description": "ESET. (2016, October). En Route with Sednit - Part 1: Approaching the Target. Retrieved November 8, 2016.",
                            "url": "http://www.welivesecurity.com/wp-content/uploads/2016/10/eset-sednit-part1.pdf"
                        },
                        {
                            "source_name": "F-Secure Sofacy 2015",
                            "description": "F-Secure. (2015, September 8). Sofacy Recycles Carberp and Metasploit Code. Retrieved August 3, 2016.",
                            "url": "https://labsblog.f-secure.com/2015/09/08/sofacy-recycles-carberp-and-metasploit-code/"
                        },
                        {
                            "source_name": "FireEye APT28 January 2017",
                            "description": "FireEye iSIGHT Intelligence. (2017, January 11). APT28: At the Center of the Storm. Retrieved January 11, 2017.",
                            "url": "https://www2.fireeye.com/rs/848-DID-242/images/APT28-Center-of-Storm-2017.pdf"
                        },
                        {
                            "source_name": "Kaspersky Sofacy",
                            "description": "Kaspersky Lab's Global Research and Analysis Team. (2015, December 4). Sofacy APT hits high profile targets with updated toolset. Retrieved December 10, 2015.",
                            "url": "https://securelist.com/sofacy-apt-hits-high-profile-targets-with-updated-toolset/72924/"
                        },
                        {
                            "source_name": "Unit 42 Sofacy Feb 2018",
                            "description": "Lee, B, et al. (2018, February 28). Sofacy Attacks Multiple Government Entities. Retrieved March 15, 2018.",
                            "url": "https://researchcenter.paloaltonetworks.com/2018/02/unit42-sofacy-attacks-multiple-government-entities/"
                        },
                        {
                            "source_name": "Talos Seduploader Oct 2017",
                            "description": "Mercer, W., et al. (2017, October 22). \"Cyber Conflict\" Decoy Document Used in Real Cyber Conflict. Retrieved November 2, 2018.",
                            "url": "https://blog.talosintelligence.com/2017/10/cyber-conflict-decoy-document.html"
                        },
                        {
                            "source_name": "Symantec APT28 Oct 2018",
                            "description": "Symantec Security Response. (2018, October 04). APT28: New Espionage Operations Target Military and Government Organizations. Retrieved November 14, 2018.",
                            "url": "https://www.symantec.com/blogs/election-security/apt28-espionage-military-government"
                        },
                        {
                            "source_name": "Sednit",
                            "description": "This designation has been used in reporting both to refer to the threat group ([APT28](https://attack.mitre.org/groups/G0007)) and its associated malware.(Citation: FireEye APT28 January 2017)"
                        },
                        {
                            "source_name": "Trojan.Sofacy",
                            "description": "This designation has been used in reporting both to refer to the threat group ([Skeleton Key](https://attack.mitre.org/software/S0007)) and its associated malware.(Citation: Symantec APT28 Oct 2018)"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "JHUHUGIT",
                        "Trojan.Sofacy",
                        "Seduploader",
                        "JKEYSKW",
                        "Sednit",
                        "GAMEFISH",
                        "SofacyCarberp"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "2.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 01:49:50.568000+00:00\", \"old_value\": \"2020-03-30 16:51:56.323000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.2\", \"old_value\": \"2.1\"}}}",
                    "previous_version": "2.1",
                    "version_change": "2.1 \u2192 2.2"
                },
                {
                    "type": "malware",
                    "id": "malware--6c575670-d14c-4c7f-9b9d-fd1b363e255d",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2022-12-12 15:47:08.197000+00:00",
                    "modified": "2024-04-11 01:46:20.169000+00:00",
                    "name": "KEYPLUG",
                    "description": "[KEYPLUG](https://attack.mitre.org/software/S1051) is a modular backdoor written in C++, with Windows and Linux variants, that has been used by [APT41](https://attack.mitre.org/groups/G0096) since at least June 2021.(Citation: Mandiant APT41)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1051",
                            "external_id": "S1051"
                        },
                        {
                            "source_name": "KEYPLUG.LINUX",
                            "description": "(Citation: Mandiant APT41)"
                        },
                        {
                            "source_name": "Mandiant APT41",
                            "description": "Rufus Brown, Van Ta, Douglas Bienstock, Geoff Ackerman, John Wolfram. (2022, March 8). Does This Look Infected? A Summary of APT41 Targeting U.S. State Governments. Retrieved July 8, 2022.",
                            "url": "https://www.mandiant.com/resources/apt41-us-state-governments"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "KEYPLUG",
                        "KEYPLUG.LINUX"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 01:46:20.169000+00:00\", \"old_value\": \"2022-12-12 15:47:46.797000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--8bdfe255-e658-4ddd-a11c-b854762e451d",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-11-06 18:58:35.456000+00:00",
                    "modified": "2024-04-11 01:45:40.875000+00:00",
                    "name": "KGH_SPY",
                    "description": "[KGH_SPY](https://attack.mitre.org/software/S0526) is a modular suite of tools used by [Kimsuky](https://attack.mitre.org/groups/G0094) for reconnaissance, information stealing, and backdoor capabilities. [KGH_SPY](https://attack.mitre.org/software/S0526) derived its name from PDB paths and internal names found in samples containing \"KGH\".(Citation: Cybereason Kimsuky November 2020)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0526",
                            "external_id": "S0526"
                        },
                        {
                            "source_name": "Cybereason Kimsuky November 2020",
                            "description": "Dahan, A. et al. (2020, November 2). Back to the Future: Inside the Kimsuky KGH Spyware Suite. Retrieved November 6, 2020.",
                            "url": "https://www.cybereason.com/blog/back-to-the-future-inside-the-kimsuky-kgh-spyware-suite"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "KGH_SPY"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 01:45:40.875000+00:00\", \"old_value\": \"2021-04-22 13:42:18.822000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--86b92f6c-9c05-4c51-b361-4c7bb13e21a1",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-01-31 00:36:39.771000+00:00",
                    "modified": "2024-04-11 01:44:46.026000+00:00",
                    "name": "KONNI",
                    "description": "[KONNI](https://attack.mitre.org/software/S0356) is a remote access tool that security researchers assess has been used by North Korean cyber actors since at least 2014. [KONNI](https://attack.mitre.org/software/S0356) has significant code overlap with the [NOKKI](https://attack.mitre.org/software/S0353) malware family, and has been linked to several suspected North Korean campaigns targeting political organizations in Russia, East Asia, Europe and the Middle East; there is some evidence potentially linking [KONNI](https://attack.mitre.org/software/S0356) to [APT37](https://attack.mitre.org/groups/G0067).(Citation: Talos Konni May 2017)(Citation: Unit 42 NOKKI Sept 2018)(Citation: Unit 42 Nokki Oct 2018)(Citation: Medium KONNI Jan 2020)(Citation: Malwarebytes Konni Aug 2021)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0356",
                            "external_id": "S0356"
                        },
                        {
                            "source_name": "KONNI",
                            "description": "(Citation: Talos Konni May 2017)(Citation: Malwarebytes Konni Aug 2021)"
                        },
                        {
                            "source_name": "Unit 42 Nokki Oct 2018",
                            "description": "Grunzweig, J. (2018, October 01). NOKKI Almost Ties the Knot with DOGCALL: Reaper Group Uses New Malware to Deploy RAT. Retrieved November 5, 2018.",
                            "url": "https://researchcenter.paloaltonetworks.com/2018/10/unit42-nokki-almost-ties-the-knot-with-dogcall-reaper-group-uses-new-malware-to-deploy-rat/"
                        },
                        {
                            "source_name": "Unit 42 NOKKI Sept 2018",
                            "description": "Grunzweig, J., Lee, B. (2018, September 27). New KONNI Malware attacking Eurasia and Southeast Asia. Retrieved November 5, 2018.",
                            "url": "https://researchcenter.paloaltonetworks.com/2018/09/unit42-new-konni-malware-attacking-eurasia-southeast-asia/"
                        },
                        {
                            "source_name": "Medium KONNI Jan 2020",
                            "description": "Karmi, D. (2020, January 4). A Look Into Konni 2019 Campaign. Retrieved April 28, 2020.",
                            "url": "https://medium.com/d-hunter/a-look-into-konni-2019-campaign-b45a0f321e9b"
                        },
                        {
                            "source_name": "Talos Konni May 2017",
                            "description": "Rascagneres, P. (2017, May 03). KONNI: A Malware Under The Radar For Years. Retrieved November 5, 2018.",
                            "url": "https://blog.talosintelligence.com/2017/05/konni-malware-under-radar-for-years.html"
                        },
                        {
                            "source_name": "Malwarebytes Konni Aug 2021",
                            "description": "Threat Intelligence Team. (2021, August 23). New variant of Konni malware used in campaign targetting Russia. Retrieved January 5, 2022.",
                            "url": "https://blog.malwarebytes.com/threat-intelligence/2021/08/new-variant-of-konni-malware-used-in-campaign-targetting-russia/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "KONNI"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Doron Karmi, @DoronKarmi"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "2.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 01:44:46.026000+00:00\", \"old_value\": \"2022-04-13 17:26:25.143000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.1\", \"old_value\": \"2.0\"}}}",
                    "previous_version": "2.0",
                    "version_change": "2.0 \u2192 2.1"
                },
                {
                    "type": "malware",
                    "id": "malware--c984b414-b766-44c5-814a-2fe96c913c12",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-07-16 15:14:25.631000+00:00",
                    "modified": "2024-04-11 01:48:38.105000+00:00",
                    "name": "Kessel",
                    "description": "[Kessel](https://attack.mitre.org/software/S0487) is an advanced version of OpenSSH which acts as a custom backdoor, mainly acting to steal credentials and function as a bot. [Kessel](https://attack.mitre.org/software/S0487) has been active since its C2 domain began resolving in August 2018.(Citation: ESET ForSSHe December 2018)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0487",
                            "external_id": "S0487"
                        },
                        {
                            "source_name": "ESET ForSSHe December 2018",
                            "description": "Dumont, R., M.L\u00e9veill\u00e9, M., Porcher, H. (2018, December 1). THE DARK SIDE OF THE FORSSHE A landscape of OpenSSH backdoors. Retrieved July 16, 2020.",
                            "url": "https://www.welivesecurity.com/wp-content/uploads/2018/12/ESET-The_Dark_Side_of_the_ForSSHe.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Kessel"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 01:48:38.105000+00:00\", \"old_value\": \"2020-08-10 19:43:38.144000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--e7863f5d-cb6a-4f81-8804-0a635eec160a",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2022-06-14 14:27:43.651000+00:00",
                    "modified": "2024-04-17 22:07:06.736000+00:00",
                    "name": "Kevin",
                    "description": "[Kevin](https://attack.mitre.org/software/S1020) is a backdoor implant written in C++ that has been used by [HEXANE](https://attack.mitre.org/groups/G1001) since at least June 2020, including in operations against organizations in Tunisia.(Citation: Kaspersky Lyceum October 2021)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1020",
                            "external_id": "S1020"
                        },
                        {
                            "source_name": "Kaspersky Lyceum October 2021",
                            "description": "Kayal, A. et al. (2021, October). LYCEUM REBORN: COUNTERINTELLIGENCE IN THE MIDDLE EAST. Retrieved June 14, 2022.",
                            "url": "https://vblocalhost.com/uploads/VB2021-Kayal-etal.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Kevin"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-17 22:07:06.736000+00:00\", \"old_value\": \"2022-08-31 16:38:11.028000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--5dd649c0-bca4-488b-bd85-b180474ec62e",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-06-14 16:45:33.729000+00:00",
                    "modified": "2024-04-18 18:25:18.520000+00:00",
                    "name": "KeyBoy",
                    "description": "[KeyBoy](https://attack.mitre.org/software/S0387) is malware that has been used in targeted campaigns against members of the Tibetan Parliament in 2016.(Citation: CitizenLab KeyBoy Nov 2016)(Citation: PWC KeyBoys Feb 2017)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0387",
                            "external_id": "S0387"
                        },
                        {
                            "source_name": "KeyBoy",
                            "description": "(Citation: PWC KeyBoys Feb 2017)(Citation: CitizenLab KeyBoy Nov 2016)(Citation: Rapid7 KeyBoy Jun 2013)"
                        },
                        {
                            "source_name": "Rapid7 KeyBoy Jun 2013",
                            "description": "Guarnieri, C., Schloesser M. (2013, June 7). KeyBoy, Targeted Attacks against Vietnam and India. Retrieved June 14, 2019.",
                            "url": "https://blog.rapid7.com/2013/06/07/keyboy-targeted-attacks-against-vietnam-and-india/"
                        },
                        {
                            "source_name": "CitizenLab KeyBoy Nov 2016",
                            "description": "Hulcoop, A., et al. (2016, November 17). It\u2019s Parliamentary KeyBoy and the targeting of the Tibetan Community. Retrieved June 13, 2019.",
                            "url": "https://citizenlab.ca/2016/11/parliament-keyboy/"
                        },
                        {
                            "source_name": "PWC KeyBoys Feb 2017",
                            "description": "Parys, B. (2017, February 11). The KeyBoys are back in town. Retrieved June 13, 2019.",
                            "url": "https://web.archive.org/web/20211129064701/https://www.pwc.co.uk/issues/cyber-security-services/research/the-keyboys-are-back-in-town.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "KeyBoy"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.3",
                    "detailed_diff": "{\"dictionary_item_removed\": {\"root['x_mitre_contributors']\": [\"Bart Parys\"]}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-18 18:25:18.520000+00:00\", \"old_value\": \"2023-03-23 15:22:36.377000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.3\", \"old_value\": \"1.2\"}}}",
                    "previous_version": "1.2",
                    "version_change": "1.2 \u2192 1.3"
                },
                {
                    "type": "malware",
                    "id": "malware--c2417bab-3189-4d4d-9d60-96de2cdaf0ab",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2018-10-17 00:14:20.652000+00:00",
                    "modified": "2024-04-11 01:44:05.770000+00:00",
                    "name": "Kwampirs",
                    "description": "[Kwampirs](https://attack.mitre.org/software/S0236) is a backdoor Trojan used by [Orangeworm](https://attack.mitre.org/groups/G0071). [Kwampirs](https://attack.mitre.org/software/S0236) has been found on machines which had software installed for the use and control of high-tech imaging devices such as X-Ray and MRI machines.(Citation: Symantec Orangeworm April 2018) [Kwampirs](https://attack.mitre.org/software/S0236) has multiple technical overlaps with [Shamoon](https://attack.mitre.org/software/S0140) based on reverse engineering analysis.(Citation: Cylera Kwampirs 2022)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0236",
                            "external_id": "S0236"
                        },
                        {
                            "source_name": "Kwampirs",
                            "description": "(Citation: Symantec Orangeworm April 2018)"
                        },
                        {
                            "source_name": "Cylera Kwampirs 2022",
                            "description": "Pablo Rinc\u00f3n Crespo. (2022, January). The link between Kwampirs (Orangeworm) and Shamoon APTs. Retrieved February 8, 2024.",
                            "url": "https://resources.cylera.com/hubfs/Cylera%20Labs/Cylera%20Labs%20Kwampirs%20Shamoon%20Technical%20Report.pdf"
                        },
                        {
                            "source_name": "Symantec Orangeworm April 2018",
                            "description": "Symantec Security Response Attack Investigation Team. (2018, April 23). New Orangeworm attack group targets the healthcare sector in the U.S., Europe, and Asia. Retrieved May 8, 2018.",
                            "url": "https://www.symantec.com/blogs/threat-intelligence/orangeworm-targets-healthcare-us-europe-asia"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Kwampirs"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Elger Vinicius S. Rodrigues, @elgervinicius, CYBINT Centre"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 01:44:05.770000+00:00\", \"old_value\": \"2020-03-18 22:06:42.386000+00:00\"}, \"root['description']\": {\"new_value\": \"[Kwampirs](https://attack.mitre.org/software/S0236) is a backdoor Trojan used by [Orangeworm](https://attack.mitre.org/groups/G0071). [Kwampirs](https://attack.mitre.org/software/S0236) has been found on machines which had software installed for the use and control of high-tech imaging devices such as X-Ray and MRI machines.(Citation: Symantec Orangeworm April 2018) [Kwampirs](https://attack.mitre.org/software/S0236) has multiple technical overlaps with [Shamoon](https://attack.mitre.org/software/S0140) based on reverse engineering analysis.(Citation: Cylera Kwampirs 2022)\", \"old_value\": \"[Kwampirs](https://attack.mitre.org/software/S0236) is a backdoor Trojan used by [Orangeworm](https://attack.mitre.org/groups/G0071). It has been found on machines which had software installed for the use and control of high-tech imaging devices such as X-Ray and MRI machines. (Citation: Symantec Orangeworm April 2018)\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}, \"iterable_item_added\": {\"root['external_references'][2]\": {\"source_name\": \"Cylera Kwampirs 2022\", \"description\": \"Pablo Rinc\\u00f3n Crespo. (2022, January). The link between Kwampirs (Orangeworm) and Shamoon APTs. Retrieved February 8, 2024.\", \"url\": \"https://resources.cylera.com/hubfs/Cylera%20Labs/Cylera%20Labs%20Kwampirs%20Shamoon%20Technical%20Report.pdf\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to98__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to98__0\"><a href=\"#difflib_chg_to98__top\">t</a></td><td class=\"diff_header\" id=\"from98_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_sub\">[Kwampirs](https://attack.mitre.org/software/S0236)&nbsp;is&nbsp;a&nbsp;bac</span></td><td class=\"diff_next\"><a href=\"#difflib_chg_to98__top\">t</a></td><td class=\"diff_header\" id=\"to98_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_add\">[Kwampirs](https://attack.mitre.org/software/S0236)&nbsp;is&nbsp;a&nbsp;bac</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">kdoor&nbsp;Trojan&nbsp;used&nbsp;by&nbsp;[Orangeworm](https://attack.mitre.org/g</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">kdoor&nbsp;Trojan&nbsp;used&nbsp;by&nbsp;[Orangeworm](https://attack.mitre.org/g</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">roups/G0071).&nbsp;It&nbsp;has&nbsp;been&nbsp;found&nbsp;on&nbsp;machines&nbsp;which&nbsp;had&nbsp;softwa</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">roups/G0071).&nbsp;[Kwampirs](https://attack.mitre.org/software/S</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">re&nbsp;installed&nbsp;for&nbsp;the&nbsp;use&nbsp;and&nbsp;control&nbsp;of&nbsp;high-tech&nbsp;imaging&nbsp;de</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">0236)&nbsp;has&nbsp;been&nbsp;found&nbsp;on&nbsp;machines&nbsp;which&nbsp;had&nbsp;software&nbsp;installe</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">vices&nbsp;such&nbsp;as&nbsp;X-Ray&nbsp;and&nbsp;MRI&nbsp;machines.&nbsp;(Citation:&nbsp;Symantec&nbsp;Or</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">d&nbsp;for&nbsp;the&nbsp;use&nbsp;and&nbsp;control&nbsp;of&nbsp;high-tech&nbsp;imaging&nbsp;devices&nbsp;such&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">angeworm&nbsp;April&nbsp;2018)</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">as&nbsp;X-Ray&nbsp;and&nbsp;MRI&nbsp;machines.(Citation:&nbsp;Symantec&nbsp;Orangeworm&nbsp;Apr</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">il&nbsp;2018)&nbsp;[Kwampirs](https://attack.mitre.org/software/S0236)</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;has&nbsp;multiple&nbsp;technical&nbsp;overlaps&nbsp;with&nbsp;[Shamoon](https://atta</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ck.mitre.org/software/S0140)&nbsp;based&nbsp;on&nbsp;reverse&nbsp;engineering&nbsp;an</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">alysis.(Citation:&nbsp;Cylera&nbsp;Kwampirs&nbsp;2022)</span></td></tr>\n        </tbody>\n    </table>"
                },
                {
                    "type": "tool",
                    "id": "tool--b76b2d94-60e4-4107-a903-4a3a7622fb3b",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-01-30 16:44:59.887000+00:00",
                    "modified": "2024-04-04 03:49:27.035000+00:00",
                    "name": "LaZagne",
                    "description": "[LaZagne](https://attack.mitre.org/software/S0349) is a post-exploitation, open-source tool used to recover stored passwords on a system. It has modules for Windows, Linux, and OSX, but is mainly focused on Windows systems. [LaZagne](https://attack.mitre.org/software/S0349) is publicly available on GitHub.(Citation: GitHub LaZagne Dec 2018)",
                    "revoked": false,
                    "labels": [
                        "tool"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0349",
                            "external_id": "S0349"
                        },
                        {
                            "source_name": "LaZagne",
                            "description": "(Citation: GitHub LaZange Dec 2018)"
                        },
                        {
                            "source_name": "GitHub LaZagne Dec 2018",
                            "description": "Zanni, A. (n.d.). The LaZagne Project !!!. Retrieved December 14, 2018.",
                            "url": "https://github.com/AlessandroZ/LaZagne"
                        },
                        {
                            "source_name": "GitHub LaZange Dec 2018",
                            "description": "Zanni, A. (n.d.). The LaZagne Project !!!. Retrieved December 14, 2018.",
                            "url": "https://github.com/AlessandroZ/LaZagne"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "LaZagne"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS",
                        "Windows"
                    ],
                    "x_mitre_version": "1.6",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-04 03:49:27.035000+00:00\", \"old_value\": \"2023-08-03 18:35:09.021000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.6\", \"old_value\": \"1.5\"}}, \"iterable_item_added\": {\"root['external_references'][3]\": {\"source_name\": \"GitHub LaZange Dec 2018\", \"description\": \"Zanni, A. (n.d.). The LaZagne Project !!!. Retrieved December 14, 2018.\", \"url\": \"https://github.com/AlessandroZ/LaZagne\"}}}",
                    "previous_version": "1.5",
                    "version_change": "1.5 \u2192 1.6"
                },
                {
                    "type": "malware",
                    "id": "malware--6ba1d7ae-d60b-43e6-9f08-a8b787e9d9cb",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-06-28 13:09:26.710000+00:00",
                    "modified": "2024-04-11 01:37:19.602000+00:00",
                    "name": "LightNeuron",
                    "description": "[LightNeuron](https://attack.mitre.org/software/S0395) is a sophisticated backdoor that has targeted Microsoft Exchange servers since at least 2014. [LightNeuron](https://attack.mitre.org/software/S0395) has been used by [Turla](https://attack.mitre.org/groups/G0010) to target diplomatic and foreign affairs-related organizations. The presence of certain strings in the malware suggests a Linux variant of [LightNeuron](https://attack.mitre.org/software/S0395) exists.(Citation: ESET LightNeuron May 2019)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0395",
                            "external_id": "S0395"
                        },
                        {
                            "source_name": "ESET LightNeuron May 2019",
                            "description": "Faou, M. (2019, May). Turla LightNeuron: One email away from remote code execution. Retrieved June 24, 2019.",
                            "url": "https://www.welivesecurity.com/wp-content/uploads/2019/05/ESET-LightNeuron.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "LightNeuron"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows",
                        "Linux"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 01:37:19.602000+00:00\", \"old_value\": \"2020-03-30 02:59:20.670000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "malware",
                    "id": "malware--f99f3dcc-683f-4936-8791-075ac5e58f10",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-05-18 21:01:51.045000+00:00",
                    "modified": "2024-04-11 01:36:42.906000+00:00",
                    "name": "LoudMiner",
                    "description": "[LoudMiner](https://attack.mitre.org/software/S0451) is a cryptocurrency miner which uses virtualization software to siphon system resources. The miner has been bundled with pirated copies of Virtual Studio Technology (VST) for Windows and macOS.(Citation: ESET LoudMiner June 2019)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0451",
                            "external_id": "S0451"
                        },
                        {
                            "source_name": "ESET LoudMiner June 2019",
                            "description": "Malik, M. (2019, June 20). LoudMiner: Cross-platform mining in cracked VST software. Retrieved May 18, 2020.",
                            "url": "https://www.welivesecurity.com/2019/06/20/loudminer-mining-cracked-vst-software/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "LoudMiner"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "macOS",
                        "Windows"
                    ],
                    "x_mitre_version": "1.4",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 01:36:42.906000+00:00\", \"old_value\": \"2023-03-22 04:51:42.922000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.4\", \"old_value\": \"1.3\"}}}",
                    "previous_version": "1.3",
                    "version_change": "1.3 \u2192 1.4"
                },
                {
                    "type": "malware",
                    "id": "malware--3be1fb7a-0f7e-415e-8e3a-74a80d596e68",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2023-01-26 01:21:43.409000+00:00",
                    "modified": "2024-04-11 00:49:47.226000+00:00",
                    "name": "Mafalda",
                    "description": "[Mafalda](https://attack.mitre.org/software/S1060) is a flexible interactive implant that has been used by [Metador](https://attack.mitre.org/groups/G1013). Security researchers assess the [Mafalda](https://attack.mitre.org/software/S1060) name may be inspired by an Argentinian cartoon character that has been popular as a means of political commentary since the 1960s. (Citation: SentinelLabs Metador Sept 2022)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1060",
                            "external_id": "S1060"
                        },
                        {
                            "source_name": "SentinelLabs Metador Sept 2022",
                            "description": "Ehrlich, A., et al. (2022, September). THE MYSTERY OF METADOR | AN UNATTRIBUTED THREAT HIDING IN TELCOS, ISPS, AND UNIVERSITIES. Retrieved January 23, 2023.",
                            "url": "https://assets.sentinelone.com/sentinellabs22/metador#page=1"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Mafalda"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Massimiliano Romano, BT Security"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:49:47.226000+00:00\", \"old_value\": \"2023-04-04 21:05:06.549000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--d3105fb5-c494-4fd1-a7be-414eab9e0c96",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-11-10 20:24:50.464000+00:00",
                    "modified": "2024-03-29 18:12:59.212000+00:00",
                    "name": "Melcoz",
                    "description": "[Melcoz](https://attack.mitre.org/software/S0530) is a banking trojan family built from the open source tool Remote Access PC. [Melcoz](https://attack.mitre.org/software/S0530) was first observed in attacks in Brazil and since 2018 has spread to Chile, Mexico, Spain, and Portugal.(Citation: Securelist Brazilian Banking Malware July 2020)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0530",
                            "external_id": "S0530"
                        },
                        {
                            "source_name": "Securelist Brazilian Banking Malware July 2020",
                            "description": "GReAT. (2020, July 14). The Tetrade: Brazilian banking malware goes global. Retrieved November 9, 2020.",
                            "url": "https://securelist.com/the-tetrade-brazilian-banking-malware/97779/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Melcoz"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-03-29 18:12:59.212000+00:00\", \"old_value\": \"2020-12-22 21:20:18.142000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--81c57a96-fc8c-4f91-af8e-63e24c2927c2",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-05-26 17:34:19.044000+00:00",
                    "modified": "2024-04-11 00:44:30.028000+00:00",
                    "name": "Metamorfo",
                    "description": "[Metamorfo](https://attack.mitre.org/software/S0455) is a Latin-American banking trojan operated by a Brazilian cybercrime group that has been active since at least April 2018. The group focuses on targeting banks and cryptocurrency services in Brazil and Mexico.(Citation: Medium Metamorfo Apr 2020)(Citation: ESET Casbaneiro Oct 2019) ",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0455",
                            "external_id": "S0455"
                        },
                        {
                            "source_name": "Casbaneiro",
                            "description": "(Citation: ESET Casbaneiro Oct 2019)"
                        },
                        {
                            "source_name": "Metamorfo",
                            "description": "(Citation: Medium Metamorfo Apr 2020)(Citation: ESET Casbaneiro Oct 2019) "
                        },
                        {
                            "source_name": "Medium Metamorfo Apr 2020",
                            "description": "Erlich, C. (2020, April 3). The Avast Abuser: Metamorfo Banking Malware Hides By Abusing Avast Executable. Retrieved May 26, 2020.",
                            "url": "https://medium.com/@chenerlich/the-avast-abuser-metamorfo-banking-malware-hides-by-abusing-avast-executable-ac9b8b392767"
                        },
                        {
                            "source_name": "ESET Casbaneiro Oct 2019",
                            "description": "ESET Research. (2019, October 3). Casbaneiro: peculiarities of this banking Trojan that affects Brazil and Mexico. Retrieved September 23, 2021.",
                            "url": "https://www.welivesecurity.com/2019/10/03/casbaneiro-trojan-dangerous-cooking/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Metamorfo",
                        "Casbaneiro"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Jose Luis S\u00e1nchez Martinez",
                        "Chen Erlich, @chen_erlich, enSilo"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "2.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:44:30.028000+00:00\", \"old_value\": \"2022-10-18 23:23:55.295000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.1\", \"old_value\": \"2.0\"}}}",
                    "previous_version": "2.0",
                    "version_change": "2.0 \u2192 2.1"
                },
                {
                    "type": "malware",
                    "id": "malware--8c050cea-86e1-4b63-bf21-7af4fa483349",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-01-29 21:47:53.070000+00:00",
                    "modified": "2024-04-11 00:43:46.245000+00:00",
                    "name": "Micropsia",
                    "description": "[Micropsia](https://attack.mitre.org/software/S0339) is a remote access tool written in Delphi.(Citation: Talos Micropsia June 2017)(Citation: Radware Micropsia July 2018)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0339",
                            "external_id": "S0339"
                        },
                        {
                            "source_name": "Micropsia",
                            "description": "(Citation: Talos Micropsia June 2017)(Citation: Radware Micropsia July 2018)"
                        },
                        {
                            "source_name": "Talos Micropsia June 2017",
                            "description": "Rascagneres, P., Mercer, W. (2017, June 19). Delphi Used To Score Against Palestine. Retrieved November 13, 2018.",
                            "url": "https://blog.talosintelligence.com/2017/06/palestine-delphi.html"
                        },
                        {
                            "source_name": "Radware Micropsia July 2018",
                            "description": "Tsarfaty, Y. (2018, July 25). Micropsia Malware. Retrieved November 13, 2018.",
                            "url": "https://blog.radware.com/security/2018/07/micropsia-malware/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Micropsia"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:43:46.245000+00:00\", \"old_value\": \"2020-03-30 17:03:01.353000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "malware",
                    "id": "malware--aea6d6b8-d832-4c90-a1bb-f52c6684db6c",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2022-06-06 18:34:37.625000+00:00",
                    "modified": "2024-04-11 00:43:16.261000+00:00",
                    "name": "Milan",
                    "description": "[Milan](https://attack.mitre.org/software/S1015) is a backdoor implant based on [DanBot](https://attack.mitre.org/software/S1014) that was written in Visual C++ and .NET. [Milan](https://attack.mitre.org/software/S1015) has been used by [HEXANE](https://attack.mitre.org/groups/G1001) since at least June 2020.(Citation: ClearSky Siamesekitten August 2021)(Citation: Kaspersky Lyceum October 2021)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1015",
                            "external_id": "S1015"
                        },
                        {
                            "source_name": "James",
                            "description": "(Citation: Accenture Lyceum Targets November 2021)"
                        },
                        {
                            "source_name": "Accenture Lyceum Targets November 2021",
                            "description": "Accenture. (2021, November 9). Who are latest targets of cyber group Lyceum?. Retrieved June 16, 2022.",
                            "url": "https://www.accenture.com/us-en/blogs/cyber-defense/iran-based-lyceum-campaigns"
                        },
                        {
                            "source_name": "ClearSky Siamesekitten August 2021",
                            "description": "ClearSky Cyber Security . (2021, August). New Iranian Espionage Campaign By \u201cSiamesekitten\u201d - Lyceum. Retrieved June 6, 2022.",
                            "url": "https://www.clearskysec.com/siamesekitten/"
                        },
                        {
                            "source_name": "Kaspersky Lyceum October 2021",
                            "description": "Kayal, A. et al. (2021, October). LYCEUM REBORN: COUNTERINTELLIGENCE IN THE MIDDLE EAST. Retrieved June 14, 2022.",
                            "url": "https://vblocalhost.com/uploads/VB2021-Kayal-etal.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Milan",
                        "James"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:43:16.261000+00:00\", \"old_value\": \"2022-08-31 21:45:17.174000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "tool",
                    "id": "tool--afc079f3-c0ea-4096-b75d-3f05338b7f60",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:32:11.544000+00:00",
                    "modified": "2024-02-09 21:31:30.227000+00:00",
                    "name": "Mimikatz",
                    "description": "[Mimikatz](https://attack.mitre.org/software/S0002) is a credential dumper capable of obtaining plaintext Windows account logins and passwords, along with many other features that make it useful for testing the security of networks. (Citation: Deply Mimikatz) (Citation: Adsecurity Mimikatz Guide)",
                    "revoked": false,
                    "labels": [
                        "tool"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0002",
                            "external_id": "S0002"
                        },
                        {
                            "source_name": "Deply Mimikatz",
                            "description": "Deply, B. (n.d.). Mimikatz. Retrieved September 29, 2015.",
                            "url": "https://github.com/gentilkiwi/mimikatz"
                        },
                        {
                            "source_name": "Adsecurity Mimikatz Guide",
                            "description": "Metcalf, S. (2015, November 13). Unofficial Guide to Mimikatz & Command Reference. Retrieved December 23, 2015.",
                            "url": "https://adsecurity.org/?page_id=1821"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Mimikatz"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Vincent Le Toux"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.9",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-02-09 21:31:30.227000+00:00\", \"old_value\": \"2023-07-27 15:33:07.594000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.9\", \"old_value\": \"1.8\"}}}",
                    "previous_version": "1.8",
                    "version_change": "1.8 \u2192 1.9"
                },
                {
                    "type": "malware",
                    "id": "malware--bfd2738c-8b43-43c3-bc9f-d523c8e88bf4",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2018-10-17 00:14:20.652000+00:00",
                    "modified": "2024-04-11 00:40:07.038000+00:00",
                    "name": "More_eggs",
                    "description": "[More_eggs](https://attack.mitre.org/software/S0284) is a JScript backdoor used by [Cobalt Group](https://attack.mitre.org/groups/G0080) and [FIN6](https://attack.mitre.org/groups/G0037). Its name was given based on the variable \"More_eggs\" being present in its code. There are at least two different versions of the backdoor being used, version 2.0 and version 4.4. (Citation: Talos Cobalt Group July 2018)(Citation: Security Intelligence More Eggs Aug 2019)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0284",
                            "external_id": "S0284"
                        },
                        {
                            "source_name": "SKID",
                            "description": "(Citation: Crowdstrike GTR2020 Mar 2020)"
                        },
                        {
                            "source_name": "SpicyOmelette",
                            "description": "(Citation: Security Intelligence More Eggs Aug 2019)"
                        },
                        {
                            "source_name": "Terra Loader",
                            "description": "(Citation: Security Intelligence More Eggs Aug 2019)(Citation: Visa FIN6 Feb 2019)"
                        },
                        {
                            "source_name": "More_eggs",
                            "description": "(Citation: Talos Cobalt Group July 2018)(Citation: ESET EvilNum July 2020)"
                        },
                        {
                            "source_name": "Crowdstrike GTR2020 Mar 2020",
                            "description": "Crowdstrike. (2020, March 2). 2020 Global Threat Report. Retrieved December 11, 2020.",
                            "url": "https://go.crowdstrike.com/rs/281-OBQ-266/images/Report2020CrowdStrikeGlobalThreatReport.pdf"
                        },
                        {
                            "source_name": "ESET EvilNum July 2020",
                            "description": "Porolli, M. (2020, July 9). More evil: A deep look at Evilnum and its toolset. Retrieved January 22, 2021.",
                            "url": "https://www.welivesecurity.com/2020/07/09/more-evil-deep-look-evilnum-toolset/"
                        },
                        {
                            "source_name": "Talos Cobalt Group July 2018",
                            "description": "Svajcer, V. (2018, July 31). Multiple Cobalt Personality Disorder. Retrieved September 5, 2018.",
                            "url": "https://blog.talosintelligence.com/2018/07/multiple-cobalt-personality-disorder.html"
                        },
                        {
                            "source_name": "Security Intelligence More Eggs Aug 2019",
                            "description": "Villadsen, O.. (2019, August 29). More_eggs, Anyone? Threat Actor ITG08 Strikes Again. Retrieved September 16, 2019.",
                            "url": "https://securityintelligence.com/posts/more_eggs-anyone-threat-actor-itg08-strikes-again/"
                        },
                        {
                            "source_name": "Visa FIN6 Feb 2019",
                            "description": "Visa Public. (2019, February). FIN6 Cybercrime Group Expands Threat to eCommerce Merchants. Retrieved September 16, 2019.",
                            "url": "https://usa.visa.com/dam/VCOM/global/support-legal/documents/fin6-cybercrime-group-expands-threat-To-ecommerce-merchants.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "More_eggs",
                        "SKID",
                        "Terra Loader",
                        "SpicyOmelette"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Drew Church, Splunk"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "3.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:40:07.038000+00:00\", \"old_value\": \"2021-04-23 19:15:17.339000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"3.1\", \"old_value\": \"3.0\"}}}",
                    "previous_version": "3.0",
                    "version_change": "3.0 \u2192 3.1"
                },
                {
                    "type": "malware",
                    "id": "malware--92b55426-109f-4d93-899f-1833ce91ff90",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2018-10-17 00:14:20.652000+00:00",
                    "modified": "2024-04-11 00:38:26.326000+00:00",
                    "name": "Mosquito",
                    "description": "[Mosquito](https://attack.mitre.org/software/S0256) is a Win32 backdoor that has been used by [Turla](https://attack.mitre.org/groups/G0010). [Mosquito](https://attack.mitre.org/software/S0256) is made up of three parts: the installer, the launcher, and the backdoor. The main backdoor is called CommanderDLL and is launched by the loader program. (Citation: ESET Turla Mosquito Jan 2018)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0256",
                            "external_id": "S0256"
                        },
                        {
                            "source_name": "Mosquito",
                            "description": "(Citation: ESET Turla Mosquito Jan 2018)"
                        },
                        {
                            "source_name": "ESET Turla Mosquito Jan 2018",
                            "description": "ESET, et al. (2018, January). Diplomats in Eastern Europe bitten by a Turla mosquito. Retrieved July 3, 2018.",
                            "url": "https://www.welivesecurity.com/wp-content/uploads/2018/01/ESET_Turla_Mosquito.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Mosquito"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.3",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:38:26.326000+00:00\", \"old_value\": \"2023-03-26 19:19:33.603000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.3\", \"old_value\": \"1.2\"}}}",
                    "previous_version": "1.2",
                    "version_change": "1.2 \u2192 1.3"
                },
                {
                    "type": "malware",
                    "id": "malware--705f0783-5f7d-4491-b6b7-9628e6e006d2",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2018-04-18 17:59:24.739000+00:00",
                    "modified": "2024-04-11 00:37:11.186000+00:00",
                    "name": "NanHaiShu",
                    "description": "[NanHaiShu](https://attack.mitre.org/software/S0228) is a remote access tool and JScript backdoor used by [Leviathan](https://attack.mitre.org/groups/G0065). [NanHaiShu](https://attack.mitre.org/software/S0228) has been used to target government and private-sector organizations that have relations to the South China Sea dispute. (Citation: Proofpoint Leviathan Oct 2017) (Citation: fsecure NanHaiShu July 2016)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0228",
                            "external_id": "S0228"
                        },
                        {
                            "source_name": "NanHaiShu",
                            "description": "(Citation: Proofpoint Leviathan Oct 2017)"
                        },
                        {
                            "source_name": "Proofpoint Leviathan Oct 2017",
                            "description": "Axel F, Pierre T. (2017, October 16). Leviathan: Espionage actor spearphishes maritime and defense targets. Retrieved February 15, 2018.",
                            "url": "https://www.proofpoint.com/us/threat-insight/post/leviathan-espionage-actor-spearphishes-maritime-and-defense-targets"
                        },
                        {
                            "source_name": "fsecure NanHaiShu July 2016",
                            "description": "F-Secure Labs. (2016, July). NANHAISHU RATing the South China Sea. Retrieved July 6, 2018.",
                            "url": "https://www.f-secure.com/documents/996508/1030745/nanhaishu_whitepaper.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "NanHaiShu"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:37:11.186000+00:00\", \"old_value\": \"2020-06-23 20:05:03.169000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "tool",
                    "id": "tool--03342581-f790-4f03-ba41-e82e67392e23",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:32:31.601000+00:00",
                    "modified": "2024-02-01 04:34:30.855000+00:00",
                    "name": "Net",
                    "description": "The [Net](https://attack.mitre.org/software/S0039) utility is a component of the Windows operating system. It is used in command-line operations for control of users, groups, services, and network connections. (Citation: Microsoft Net Utility)\n\n[Net](https://attack.mitre.org/software/S0039) has a great deal of functionality, (Citation: Savill 1999) much of which is useful for an adversary, such as gathering system and network information for Discovery, moving laterally through [SMB/Windows Admin Shares](https://attack.mitre.org/techniques/T1021/002) using <code>net use</code> commands, and interacting with services. The net1.exe utility is executed for certain functionality when net.exe is run and can be used directly in commands such as <code>net1 user</code>.",
                    "revoked": false,
                    "labels": [
                        "tool"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0039",
                            "external_id": "S0039"
                        },
                        {
                            "source_name": "Microsoft Net Utility",
                            "description": "Microsoft. (2006, October 18). Net.exe Utility. Retrieved September 22, 2015.",
                            "url": "https://msdn.microsoft.com/en-us/library/aa939914"
                        },
                        {
                            "source_name": "Savill 1999",
                            "description": "Savill, J. (1999, March 4). Net.exe reference. Retrieved September 22, 2015.",
                            "url": "https://web.archive.org/web/20150511162820/http://windowsitpro.com/windows/netexe-reference"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Net",
                        "net.exe"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "David Ferguson, CyberSponse"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "2.6",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-02-01 04:34:30.855000+00:00\", \"old_value\": \"2023-07-25 19:25:59.767000+00:00\"}, \"root['external_references'][2]['url']\": {\"new_value\": \"https://web.archive.org/web/20150511162820/http://windowsitpro.com/windows/netexe-reference\", \"old_value\": \"http://windowsitpro.com/windows/netexe-reference\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.6\", \"old_value\": \"2.5\"}}}",
                    "previous_version": "2.5",
                    "version_change": "2.5 \u2192 2.6"
                },
                {
                    "type": "malware",
                    "id": "malware--b00f90b6-c75c-4bfd-b813-ca9e6c9ebf29",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-01-30 19:18:19.667000+00:00",
                    "modified": "2024-04-11 00:28:52.310000+00:00",
                    "name": "OSX_OCEANLOTUS.D",
                    "description": "[OSX_OCEANLOTUS.D](https://attack.mitre.org/software/S0352) is a macOS backdoor used by [APT32](https://attack.mitre.org/groups/G0050). First discovered in 2015, [APT32](https://attack.mitre.org/groups/G0050) has continued to make improvements using a plugin architecture to extend capabilities, specifically using `.dylib` files. [OSX_OCEANLOTUS.D](https://attack.mitre.org/software/S0352) can also determine it's permission level and execute according to access type (`root` or `user`).(Citation: Unit42 OceanLotus 2017)(Citation: TrendMicro MacOS April 2018)(Citation: Trend Micro MacOS Backdoor November 2020)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0352",
                            "external_id": "S0352"
                        },
                        {
                            "source_name": "Backdoor.MacOS.OCEANLOTUS.F",
                            "description": "(Citation: Trend Micro MacOS Backdoor November 2020)"
                        },
                        {
                            "source_name": "OSX_OCEANLOTUS.D",
                            "description": "(Citation: TrendMicro MacOS April 2018)"
                        },
                        {
                            "source_name": "Unit42 OceanLotus 2017",
                            "description": "Erye Hernandez and Danny Tsechansky. (2017, June 22). The New and Improved macOS Backdoor from OceanLotus. Retrieved September 8, 2023.",
                            "url": "https://unit42.paloaltonetworks.com/unit42-new-improved-macos-backdoor-oceanlotus/"
                        },
                        {
                            "source_name": "TrendMicro MacOS April 2018",
                            "description": "Horejsi, J. (2018, April 04). New MacOS Backdoor Linked to OceanLotus Found. Retrieved November 13, 2018.",
                            "url": "https://blog.trendmicro.com/trendlabs-security-intelligence/new-macos-backdoor-linked-to-oceanlotus-found/"
                        },
                        {
                            "source_name": "Trend Micro MacOS Backdoor November 2020",
                            "description": "Magisa, L. (2020, November 27). New MacOS Backdoor Connected to OceanLotus Surfaces. Retrieved December 2, 2020.",
                            "url": "https://www.trendmicro.com/en_us/research/20/k/new-macos-backdoor-connected-to-oceanlotus-surfaces.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "OSX_OCEANLOTUS.D",
                        "Backdoor.MacOS.OCEANLOTUS.F"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "macOS"
                    ],
                    "x_mitre_version": "3.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:28:52.310000+00:00\", \"old_value\": \"2023-10-12 20:21:08.235000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"3.1\", \"old_value\": \"3.0\"}}}",
                    "previous_version": "3.0",
                    "version_change": "3.0 \u2192 3.1"
                },
                {
                    "type": "malware",
                    "id": "malware--13183cdf-280b-46be-913a-5c6df47831e7",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2021-05-24 14:55:59.316000+00:00",
                    "modified": "2024-04-11 00:25:13.397000+00:00",
                    "name": "PS1",
                    "description": "[PS1](https://attack.mitre.org/software/S0613) is a loader that was used to deploy 64-bit backdoors in the [CostaRicto](https://attack.mitre.org/groups/G0132) campaign.(Citation: BlackBerry CostaRicto November 2020)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0613",
                            "external_id": "S0613"
                        },
                        {
                            "source_name": "BlackBerry CostaRicto November 2020",
                            "description": "The BlackBerry Research and Intelligence Team. (2020, November 12). The CostaRicto Campaign: Cyber-Espionage Outsourced. Retrieved May 24, 2021.",
                            "url": "https://blogs.blackberry.com/en/2020/11/the-costaricto-campaign-cyber-espionage-outsourced"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "PS1"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:25:13.397000+00:00\", \"old_value\": \"2022-10-05 16:04:51.193000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "tool",
                    "id": "tool--3a53b207-aba2-4a2b-9cdb-273d633669e7",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2022-10-13 14:07:52.541000+00:00",
                    "modified": "2024-04-11 00:28:17.175000+00:00",
                    "name": "PcShare",
                    "description": "[PcShare](https://attack.mitre.org/software/S1050) is an open source remote access tool that has been modified and used by Chinese threat actors, most notably during the FunnyDream campaign since late 2018.(Citation: Bitdefender FunnyDream Campaign November 2020)(Citation: GitHub PcShare 2014)",
                    "revoked": false,
                    "labels": [
                        "tool"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1050",
                            "external_id": "S1050"
                        },
                        {
                            "source_name": "GitHub PcShare 2014",
                            "description": "LiveMirror. (2014, September 17). PcShare. Retrieved October 11, 2022.",
                            "url": "https://github.com/LiveMirror/pcshare"
                        },
                        {
                            "source_name": "Bitdefender FunnyDream Campaign November 2020",
                            "description": "Vrabie, V. (2020, November). Dissecting a Chinese APT Targeting South Eastern Asian Government Institutions. Retrieved September 19, 2022.",
                            "url": "https://www.bitdefender.com/files/News/CaseStudies/study/379/Bitdefender-Whitepaper-Chinese-APT.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "PcShare"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:28:17.175000+00:00\", \"old_value\": \"2022-10-13 14:12:41.582000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--d18cb958-f4ad-4fb3-bb4f-e8994d206550",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2021-03-11 15:06:57.934000+00:00",
                    "modified": "2024-04-11 00:27:30.199000+00:00",
                    "name": "Penquin",
                    "description": "[Penquin](https://attack.mitre.org/software/S0587) is a remote access trojan (RAT) with multiple versions used by [Turla](https://attack.mitre.org/groups/G0010) to target Linux systems since at least 2014.(Citation: Kaspersky Turla Penquin December 2014)(Citation: Leonardo Turla Penquin May 2020)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0587",
                            "external_id": "S0587"
                        },
                        {
                            "source_name": "Penquin 2.0",
                            "description": "(Citation: Leonardo Turla Penquin May 2020)"
                        },
                        {
                            "source_name": "Penquin_x64",
                            "description": "(Citation: Leonardo Turla Penquin May 2020)"
                        },
                        {
                            "source_name": "Kaspersky Turla Penquin December 2014",
                            "description": "Baumgartner, K. and Raiu, C. (2014, December 8). The \u2018Penquin\u2019 Turla. Retrieved March 11, 2021.",
                            "url": "https://securelist.com/the-penquin-turla-2/67962/"
                        },
                        {
                            "source_name": "Leonardo Turla Penquin May 2020",
                            "description": "Leonardo. (2020, May 29). MALWARE TECHNICAL INSIGHT TURLA \u201cPenquin_x64\u201d. Retrieved March 11, 2021.",
                            "url": "https://www.leonardo.com/documents/20142/10868623/Malware+Technical+Insight+_Turla+%E2%80%9CPenquin_x64%E2%80%9D.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Penquin",
                        "Penquin 2.0",
                        "Penquin_x64"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Silvio La Porta, @LDO_CyberSec, Leonardo's Cyber Security Division",
                        "Antonio Villani, @LDO_CyberSec, Leonardo's Cyber Security Division",
                        "Nino Verde, @LDO_CyberSec, Leonardo's Cyber Security Division"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:27:30.199000+00:00\", \"old_value\": \"2022-10-20 04:12:29.037000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "malware",
                    "id": "malware--8393dac0-0583-456a-9372-fd81691bca20",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-08-24 13:15:51.706000+00:00",
                    "modified": "2024-04-11 00:26:37.214000+00:00",
                    "name": "PipeMon",
                    "description": "[PipeMon](https://attack.mitre.org/software/S0501) is a multi-stage modular backdoor used by [Winnti Group](https://attack.mitre.org/groups/G0044).(Citation: ESET PipeMon May 2020)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0501",
                            "external_id": "S0501"
                        },
                        {
                            "source_name": "ESET PipeMon May 2020",
                            "description": "Tartare, M. et al. (2020, May 21). No \u201cGame over\u201d for the Winnti Group. Retrieved August 24, 2020.",
                            "url": "https://www.welivesecurity.com/2020/05/21/no-game-over-winnti-group/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "PipeMon"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Mathieu Tartare, ESET",
                        "Martin Smol\u00e1r, ESET"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:26:37.214000+00:00\", \"old_value\": \"2023-03-26 19:38:46.705000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "malware",
                    "id": "malware--b42378e0-f147-496f-992a-26a49705395b",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:32:15.263000+00:00",
                    "modified": "2024-02-14 19:16:01.583000+00:00",
                    "name": "PoisonIvy",
                    "description": "[PoisonIvy](https://attack.mitre.org/software/S0012) is a popular remote access tool (RAT) that has been used by many groups.(Citation: FireEye Poison Ivy)(Citation: Symantec Elderwood Sept 2012)(Citation: Symantec Darkmoon Aug 2005)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0012",
                            "external_id": "S0012"
                        },
                        {
                            "source_name": "Poison Ivy",
                            "description": "(Citation: FireEye Poison Ivy) (Citation: Symantec Darkmoon Sept 2014)"
                        },
                        {
                            "source_name": "PoisonIvy",
                            "description": "(Citation: FireEye Poison Ivy)(Citation: Symantec Darkmoon Sept 2014)"
                        },
                        {
                            "source_name": "Breut",
                            "description": "(Citation: Novetta-Axiom)"
                        },
                        {
                            "source_name": "Darkmoon",
                            "description": "(Citation: Symantec Darkmoon Sept 2014)"
                        },
                        {
                            "source_name": "FireEye Poison Ivy",
                            "description": "FireEye. (2014). POISON IVY: Assessing Damage and Extracting Intelligence. Retrieved November 12, 2014.",
                            "url": "https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/rpt-poison-ivy.pdf"
                        },
                        {
                            "source_name": "Symantec Darkmoon Aug 2005",
                            "description": "Hayashi, K. (2005, August 18). Backdoor.Darkmoon. Retrieved February 23, 2018.",
                            "url": "https://www.symantec.com/security_response/writeup.jsp?docid=2005-081910-3934-99"
                        },
                        {
                            "source_name": "Novetta-Axiom",
                            "description": "Novetta. (n.d.). Operation SMN: Axiom Threat Actor Group Report. Retrieved November 12, 2014.",
                            "url": "https://web.archive.org/web/20230115144216/http://www.novetta.com/wp-content/uploads/2014/11/Executive_Summary-Final_1.pdf"
                        },
                        {
                            "source_name": "Symantec Elderwood Sept 2012",
                            "description": "O'Gorman, G., and McDonald, G.. (2012, September 6). The Elderwood Project. Retrieved February 15, 2018.",
                            "url": "https://web.archive.org/web/20190717233006/http://www.symantec.com/content/en/us/enterprise/media/security_response/whitepapers/the-elderwood-project.pdf"
                        },
                        {
                            "source_name": "Symantec Darkmoon Sept 2014",
                            "description": "Payet, L. (2014, September 19). Life on Mars: How attackers took advantage of hope for alien existance in new Darkmoon campaign. Retrieved September 13, 2018.",
                            "url": "https://www.symantec.com/connect/blogs/life-mars-how-attackers-took-advantage-hope-alien-existance-new-darkmoon-campaign"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "PoisonIvy",
                        "Breut",
                        "Poison Ivy",
                        "Darkmoon"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Darren Spruell"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "2.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-02-14 19:16:01.583000+00:00\", \"old_value\": \"2023-03-20 22:03:44.669000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.2\", \"old_value\": \"2.1\"}}}",
                    "previous_version": "2.1",
                    "version_change": "2.1 \u2192 2.2"
                },
                {
                    "type": "malware",
                    "id": "malware--37cc7eb6-12e3-467b-82e8-f20f2cc73c69",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:33:07.943000+00:00",
                    "modified": "2024-04-11 00:25:44.638000+00:00",
                    "name": "Prikormka",
                    "description": "[Prikormka](https://attack.mitre.org/software/S0113) is a malware family used in a campaign known as Operation Groundbait. It has predominantly been observed in Ukraine and was used as early as 2008. (Citation: ESET Operation Groundbait)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0113",
                            "external_id": "S0113"
                        },
                        {
                            "source_name": "ESET Operation Groundbait",
                            "description": "Cherepanov, A.. (2016, May 17). Operation Groundbait: Analysis of a surveillance toolkit. Retrieved May 18, 2016.",
                            "url": "http://www.welivesecurity.com/wp-content/uploads/2016/05/Operation-Groundbait.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Prikormka"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.4",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:25:44.638000+00:00\", \"old_value\": \"2022-04-19 01:42:59.312000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.4\", \"old_value\": \"1.3\"}}}",
                    "previous_version": "1.3",
                    "version_change": "1.3 \u2192 1.4"
                },
                {
                    "type": "tool",
                    "id": "tool--ff6caf67-ea1f-4895-b80e-4bb0fc31c6db",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:32:21.771000+00:00",
                    "modified": "2024-04-04 03:50:11+00:00",
                    "name": "PsExec",
                    "description": "[PsExec](https://attack.mitre.org/software/S0029) is a free Microsoft tool that can be used to execute a program on another computer. It is used by IT administrators and attackers.(Citation: Russinovich Sysinternals)(Citation: SANS PsExec)",
                    "revoked": false,
                    "labels": [
                        "tool"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0029",
                            "external_id": "S0029"
                        },
                        {
                            "source_name": "SANS PsExec",
                            "description": "Pilkington, M. (2012, December 17). Protecting Privileged Domain Accounts: PsExec Deep-Dive. Retrieved August 17, 2016.",
                            "url": "https://www.sans.org/blog/protecting-privileged-domain-accounts-psexec-deep-dive/"
                        },
                        {
                            "source_name": "Russinovich Sysinternals",
                            "description": "Russinovich, M. (2014, May 2). Windows Sysinternals PsExec v2.11. Retrieved May 13, 2015.",
                            "url": "https://technet.microsoft.com/en-us/sysinternals/bb897553.aspx"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "PsExec"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Janantha Marasinghe"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.6",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-04 03:50:11+00:00\", \"old_value\": \"2023-08-09 18:07:11.859000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.6\", \"old_value\": \"1.5\"}}}",
                    "previous_version": "1.5",
                    "version_change": "1.5 \u2192 1.6"
                },
                {
                    "type": "malware",
                    "id": "malware--2ac41e8b-4865-4ced-839d-78e7852c47f3",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2022-08-11 22:00:20.194000+00:00",
                    "modified": "2024-04-11 00:23:58.415000+00:00",
                    "name": "PyDCrypt",
                    "description": "[PyDCrypt](https://attack.mitre.org/software/S1032) is malware written in Python designed to deliver [DCSrv](https://attack.mitre.org/software/S1033). It has been used by [Moses Staff](https://attack.mitre.org/groups/G1009) since at least September 2021, with each sample tailored for its intended victim organization.(Citation: Checkpoint MosesStaff Nov 2021)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1032",
                            "external_id": "S1032"
                        },
                        {
                            "source_name": "Checkpoint MosesStaff Nov 2021",
                            "description": "Checkpoint Research. (2021, November 15). Uncovering MosesStaff techniques: Ideology over Money. Retrieved August 11, 2022.",
                            "url": "https://research.checkpoint.com/2021/mosesstaff-targeting-israeli-companies/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "PyDCrypt"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Pooja Natarajan, NEC Corporation India",
                        "Hiroki Nagahama, NEC Corporation",
                        "Manikantan Srinivasan, NEC Corporation India"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:23:58.415000+00:00\", \"old_value\": \"2022-10-24 18:54:58.048000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.0.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--edc5e045-5401-42bb-ad92-52b5b2ee0de9",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2021-09-27 19:35:35.326000+00:00",
                    "modified": "2023-12-05 20:22:37.368000+00:00",
                    "name": "QakBot",
                    "description": "[QakBot](https://attack.mitre.org/software/S0650) is a modular banking trojan that has been used primarily by financially-motivated actors since at least 2007. [QakBot](https://attack.mitre.org/software/S0650) is continuously maintained and developed and has evolved from an information stealer into a delivery agent for ransomware, most notably [ProLock](https://attack.mitre.org/software/S0654) and [Egregor](https://attack.mitre.org/software/S0554).(Citation: Trend Micro Qakbot December 2020)(Citation: Red Canary Qbot)(Citation: Kaspersky QakBot September 2021)(Citation: ATT QakBot April 2021)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0650",
                            "external_id": "S0650"
                        },
                        {
                            "source_name": "QuackBot",
                            "description": "(Citation: Kaspersky QakBot September 2021)"
                        },
                        {
                            "source_name": "Pinkslipbot",
                            "description": "(Citation: Kaspersky QakBot September 2021)(Citation: ATT QakBot April 2021)"
                        },
                        {
                            "source_name": "QBot",
                            "description": "(Citation: Trend Micro Qakbot December 2020)(Citation: Red Canary Qbot)(Citation: Kaspersky QakBot September 2021)(Citation: ATT QakBot April 2021)"
                        },
                        {
                            "source_name": "Kaspersky QakBot September 2021",
                            "description": "Kuzmenko, A. et al. (2021, September 2). QakBot technical analysis. Retrieved September 27, 2021.",
                            "url": "https://securelist.com/qakbot-technical-analysis/103931/"
                        },
                        {
                            "source_name": "ATT QakBot April 2021",
                            "description": "Morrow, D. (2021, April 15). The rise of QakBot. Retrieved September 27, 2021.",
                            "url": "https://cybersecurity.att.com/blogs/labs-research/the-rise-of-qakbot"
                        },
                        {
                            "source_name": "Red Canary Qbot",
                            "description": "Rainey, K. (n.d.). Qbot. Retrieved September 27, 2021.",
                            "url": "https://redcanary.com/threat-detection-report/threats/qbot/"
                        },
                        {
                            "source_name": "Trend Micro Qakbot December 2020",
                            "description": "Trend Micro. (2020, December 17). QAKBOT: A decade-old malware still with new tricks. Retrieved September 27, 2021.",
                            "url": "https://success.trendmicro.com/solution/000283381"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "QakBot",
                        "Pinkslipbot",
                        "QuackBot",
                        "QBot"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Edward Millington",
                        "Inna Danilevich, U.S. Bank"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2023-12-05 20:22:37.368000+00:00\", \"old_value\": \"2023-05-01 17:05:20.902000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "malware",
                    "id": "malware--03acae53-9b98-46f6-b204-16b930839055",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2021-11-19 19:47:26.552000+00:00",
                    "modified": "2024-04-11 00:21:49.455000+00:00",
                    "name": "RCSession",
                    "description": "[RCSession](https://attack.mitre.org/software/S0662) is a backdoor written in C++ that has been in use since at least 2018 by [Mustang Panda](https://attack.mitre.org/groups/G0129) and by [Threat Group-3390](https://attack.mitre.org/groups/G0027) (Type II Backdoor).(Citation: Secureworks BRONZE PRESIDENT December 2019)(Citation: Trend Micro Iron Tiger April 2021)(Citation: Trend Micro DRBControl February 2020)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0662",
                            "external_id": "S0662"
                        },
                        {
                            "source_name": "Secureworks BRONZE PRESIDENT December 2019",
                            "description": "Counter Threat Unit Research Team. (2019, December 29). BRONZE PRESIDENT Targets NGOs. Retrieved April 13, 2021.",
                            "url": "https://www.secureworks.com/research/bronze-president-targets-ngos"
                        },
                        {
                            "source_name": "Trend Micro Iron Tiger April 2021",
                            "description": "Lunghi, D. and Lu, K. (2021, April 9). Iron Tiger APT Updates Toolkit With Evolved SysUpdate Malware. Retrieved November 12, 2021.",
                            "url": "https://www.trendmicro.com/en_us/research/21/d/iron-tiger-apt-updates-toolkit-with-evolved-sysupdate-malware-va.html"
                        },
                        {
                            "source_name": "Trend Micro DRBControl February 2020",
                            "description": "Lunghi, D. et al. (2020, February). Uncovering DRBControl. Retrieved November 12, 2021.",
                            "url": "https://documents.trendmicro.com/assets/white_papers/wp-uncovering-DRBcontrol.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "RCSession"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:21:49.455000+00:00\", \"old_value\": \"2023-03-26 19:54:58.293000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "malware",
                    "id": "malware--ac61f1f9-7bb1-465e-9b8a-c2ce8e88baf5",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-08-04 15:06:14.796000+00:00",
                    "modified": "2024-04-11 00:15:32.724000+00:00",
                    "name": "REvil",
                    "description": "[REvil](https://attack.mitre.org/software/S0496) is a ransomware family that has been linked to the [GOLD SOUTHFIELD](https://attack.mitre.org/groups/G0115) group and operated as ransomware-as-a-service (RaaS) since at least April 2019. [REvil](https://attack.mitre.org/software/S0496), which as been used against organizations in the manufacturing, transportation, and electric sectors, is highly configurable and shares code similarities with the GandCrab RaaS.(Citation: Secureworks REvil September 2019)(Citation: Intel 471 REvil March 2020)(Citation: Group IB Ransomware May 2020)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0496",
                            "external_id": "S0496"
                        },
                        {
                            "source_name": "Sodin",
                            "description": "(Citation: Intel 471 REvil March 2020)(Citation: Kaspersky Sodin July 2019)"
                        },
                        {
                            "source_name": "Sodinokibi",
                            "description": "(Citation: Secureworks REvil September 2019)(Citation: Intel 471 REvil March 2020)(Citation: G Data Sodinokibi June 2019)(Citation: Kaspersky Sodin July 2019)(Citation: Cylance Sodinokibi July 2019)(Citation: Secureworks GandCrab and REvil September 2019)(Citation: Talos Sodinokibi April 2019)(Citation: McAfee Sodinokibi October 2019)(Citation: McAfee REvil October 2019)(Citation: Picus Sodinokibi January 2020)(Citation: Secureworks REvil September 2019)(Citation: Tetra Defense Sodinokibi March 2020)"
                        },
                        {
                            "source_name": "Talos Sodinokibi April 2019",
                            "description": "Cadieux, P, et al (2019, April 30). Sodinokibi ransomware exploits WebLogic Server vulnerability. Retrieved August 4, 2020.",
                            "url": "https://blog.talosintelligence.com/2019/04/sodinokibi-ransomware-exploits-weblogic.html"
                        },
                        {
                            "source_name": "Secureworks REvil September 2019",
                            "description": "Counter Threat Unit Research Team. (2019, September 24). REvil/Sodinokibi Ransomware. Retrieved August 4, 2020.",
                            "url": "https://www.secureworks.com/research/revil-sodinokibi-ransomware"
                        },
                        {
                            "source_name": "Cylance Sodinokibi July 2019",
                            "description": "Cylance. (2019, July 3). hreat Spotlight: Sodinokibi Ransomware. Retrieved August 4, 2020.",
                            "url": "https://threatvector.cylance.com/en_us/home/threat-spotlight-sodinokibi-ransomware.html"
                        },
                        {
                            "source_name": "Group IB Ransomware May 2020",
                            "description": "Group IB. (2020, May). Ransomware Uncovered: Attackers\u2019 Latest Methods. Retrieved August 5, 2020.",
                            "url": "https://www.group-ib.com/whitepapers/ransomware-uncovered.html"
                        },
                        {
                            "source_name": "G Data Sodinokibi June 2019",
                            "description": "Han, Karsten. (2019, June 4). Strange Bits: Sodinokibi Spam, CinaRAT, and Fake G DATA. Retrieved August 4, 2020.",
                            "url": "https://www.gdatasoftware.com/blog/2019/06/31724-strange-bits-sodinokibi-spam-cinarat-and-fake-g-data"
                        },
                        {
                            "source_name": "Intel 471 REvil March 2020",
                            "description": "Intel 471 Malware Intelligence team. (2020, March 31). REvil Ransomware-as-a-Service \u2013 An analysis of a ransomware affiliate operation. Retrieved August 4, 2020.",
                            "url": "https://intel471.com/blog/revil-ransomware-as-a-service-an-analysis-of-a-ransomware-affiliate-operation/"
                        },
                        {
                            "source_name": "Kaspersky Sodin July 2019",
                            "description": "Mamedov, O, et al. (2019, July 3). Sodin ransomware exploits Windows vulnerability and processor architecture. Retrieved August 4, 2020.",
                            "url": "https://securelist.com/sodin-ransomware/91473/"
                        },
                        {
                            "source_name": "McAfee Sodinokibi October 2019",
                            "description": "McAfee. (2019, October 2). McAfee ATR Analyzes Sodinokibi aka REvil Ransomware-as-a-Service \u2013 What The Code Tells Us. Retrieved August 4, 2020.",
                            "url": "https://www.mcafee.com/blogs/other-blogs/mcafee-labs/mcafee-atr-analyzes-sodinokibi-aka-revil-ransomware-as-a-service-what-the-code-tells-us/"
                        },
                        {
                            "source_name": "Picus Sodinokibi January 2020",
                            "description": "Ozarslan, S. (2020, January 15). A Brief History of Sodinokibi. Retrieved August 5, 2020.",
                            "url": "https://www.picussecurity.com/blog/a-brief-history-and-further-technical-analysis-of-sodinokibi-ransomware"
                        },
                        {
                            "source_name": "McAfee REvil October 2019",
                            "description": "Saavedra-Morales, J, et al. (2019, October 20). McAfee ATR Analyzes Sodinokibi aka REvil Ransomware-as-a-Service \u2013 Crescendo. Retrieved August 5, 2020.",
                            "url": "https://www.mcafee.com/blogs/other-blogs/mcafee-labs/mcafee-atr-analyzes-sodinokibi-aka-revil-ransomware-as-a-service-crescendo/"
                        },
                        {
                            "source_name": "Secureworks GandCrab and REvil September 2019",
                            "description": "Secureworks . (2019, September 24). REvil: The GandCrab Connection. Retrieved August 4, 2020.",
                            "url": "https://www.secureworks.com/blog/revil-the-gandcrab-connection"
                        },
                        {
                            "source_name": "Tetra Defense Sodinokibi March 2020",
                            "description": "Tetra Defense. (2020, March). CAUSE AND EFFECT: SODINOKIBI RANSOMWARE ANALYSIS. Retrieved December 14, 2020.",
                            "url": "https://www.tetradefense.com/incident-response-services/cause-and-effect-sodinokibi-ransomware-analysis"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "REvil",
                        "Sodin",
                        "Sodinokibi"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Edward Millington"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack",
                        "ics-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "2.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:15:32.724000+00:00\", \"old_value\": \"2023-03-26 20:06:33.317000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.2\", \"old_value\": \"2.1\"}}}",
                    "previous_version": "2.1",
                    "version_change": "2.1 \u2192 2.2"
                },
                {
                    "type": "malware",
                    "id": "malware--4efc3e00-72f2-466a-ab7c-8a7dc6603b19",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2021-01-19 19:43:27.828000+00:00",
                    "modified": "2024-04-11 00:23:21.599000+00:00",
                    "name": "Raindrop",
                    "description": "[Raindrop](https://attack.mitre.org/software/S0565) is a loader used by [APT29](https://attack.mitre.org/groups/G0016) that was discovered on some victim machines during investigations related to the [SolarWinds Compromise](https://attack.mitre.org/campaigns/C0024). It was discovered in January 2021 and was likely used since at least May 2020.(Citation: Symantec RAINDROP January 2021)(Citation: Microsoft Deep Dive Solorigate January 2021)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0565",
                            "external_id": "S0565"
                        },
                        {
                            "source_name": "Raindrop",
                            "description": "https://symantec-enterprise-blogs.security.com/blogs/threat-intelligence/solarwinds-raindrop-malware"
                        },
                        {
                            "source_name": "Microsoft Deep Dive Solorigate January 2021",
                            "description": "MSTIC, CDOC, 365 Defender Research Team. (2021, January 20). Deep dive into the Solorigate second-stage activation: From SUNBURST to TEARDROP and Raindrop . Retrieved January 22, 2021.",
                            "url": "https://www.microsoft.com/security/blog/2021/01/20/deep-dive-into-the-solorigate-second-stage-activation-from-sunburst-to-teardrop-and-raindrop/"
                        },
                        {
                            "source_name": "Symantec RAINDROP January 2021",
                            "description": "Symantec Threat Hunter Team. (2021, January 18). Raindrop: New Malware Discovered in SolarWinds Investigation. Retrieved January 19, 2021.",
                            "url": "https://symantec-enterprise-blogs.security.com/blogs/threat-intelligence/solarwinds-raindrop-malware"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Raindrop"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.3",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:23:21.599000+00:00\", \"old_value\": \"2023-03-27 19:53:24.461000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.3\", \"old_value\": \"1.2\"}}}",
                    "previous_version": "1.2",
                    "version_change": "1.2 \u2192 1.3"
                },
                {
                    "type": "malware",
                    "id": "malware--29231689-5837-4a7a-aafc-1b65b3f50cc7",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2021-06-29 14:46:45.468000+00:00",
                    "modified": "2024-04-11 00:22:35.591000+00:00",
                    "name": "RainyDay",
                    "description": "[RainyDay](https://attack.mitre.org/software/S0629) is a backdoor tool that has been used by [Naikon](https://attack.mitre.org/groups/G0019) since at least 2020.(Citation: Bitdefender Naikon April 2021)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0629",
                            "external_id": "S0629"
                        },
                        {
                            "source_name": "Bitdefender Naikon April 2021",
                            "description": "Vrabie, V. (2021, April 23). NAIKON \u2013 Traces from a Military Cyber-Espionage Operation. Retrieved June 29, 2021.",
                            "url": "https://www.bitdefender.com/files/News/CaseStudies/study/396/Bitdefender-PR-Whitepaper-NAIKON-creat5397-en-EN.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "RainyDay"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:22:35.591000+00:00\", \"old_value\": \"2021-08-19 19:14:14.922000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "tool",
                    "id": "tool--59096109-a1dd-463b-87e7-a8d110fe3a79",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2022-08-30 13:02:36.422000+00:00",
                    "modified": "2024-04-04 03:50:32.975000+00:00",
                    "name": "Rclone",
                    "description": "[Rclone](https://attack.mitre.org/software/S1040) is a command line program for syncing files with cloud storage services such as Dropbox, Google Drive, Amazon S3, and MEGA. [Rclone](https://attack.mitre.org/software/S1040) has been used in a number of ransomware campaigns, including those associated with the [Conti](https://attack.mitre.org/software/S0575) and DarkSide Ransomware-as-a-Service operations.(Citation: Rclone)(Citation: Rclone Wars)(Citation: Detecting Rclone)(Citation: DarkSide Ransomware Gang)(Citation: DFIR Conti Bazar Nov 2021)",
                    "revoked": false,
                    "labels": [
                        "tool"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1040",
                            "external_id": "S1040"
                        },
                        {
                            "source_name": "Detecting Rclone",
                            "description": " Aaron Greetham. (2021, May 27). Detecting Rclone \u2013 An Effective Tool for Exfiltration. Retrieved August 30, 2022.",
                            "url": "https://research.nccgroup.com/2021/05/27/detecting-rclone-an-effective-tool-for-exfiltration/"
                        },
                        {
                            "source_name": "DFIR Conti Bazar Nov 2021",
                            "description": "DFIR Report. (2021, November 29). CONTInuing the Bazar Ransomware Story. Retrieved September 29, 2022.",
                            "url": "https://thedfirreport.com/2021/11/29/continuing-the-bazar-ransomware-story/"
                        },
                        {
                            "source_name": "Rclone Wars",
                            "description": "Justin Schoenfeld and Aaron Didier. (2021, May 4). Rclone Wars: Transferring leverage in a ransomware attack. Retrieved August 30, 2022.",
                            "url": "https://redcanary.com/blog/rclone-mega-extortion/"
                        },
                        {
                            "source_name": "Rclone",
                            "description": "Nick Craig-Wood. (n.d.). Rclone syncs your files to cloud storage. Retrieved August 30, 2022.",
                            "url": "https://rclone.org"
                        },
                        {
                            "source_name": "DarkSide Ransomware Gang",
                            "description": "Ramarcus Baylor. (2021, May 12). DarkSide Ransomware Gang: An Overview. Retrieved August 30, 2022.",
                            "url": "https://unit42.paloaltonetworks.com/darkside-ransomware/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Rclone"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Edward Millington",
                        "Ian McKay"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "Windows",
                        "macOS"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-04 03:50:32.975000+00:00\", \"old_value\": \"2023-04-13 13:14:41.257000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--65341f30-bec6-4b1d-8abf-1a5620446c29",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2018-01-16 16:13:52.465000+00:00",
                    "modified": "2024-04-11 00:21:09.543000+00:00",
                    "name": "Reaver",
                    "description": "[Reaver](https://attack.mitre.org/software/S0172) is a malware family that has been in the wild since at least late 2016. Reporting indicates victims have primarily been associated with the \"Five Poisons,\" which are movements the Chinese government considers dangerous. The type of malware is rare due to its final payload being in the form of [Control Panel](https://attack.mitre.org/techniques/T1218/002) items.(Citation: Palo Alto Reaver Nov 2017)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0172",
                            "external_id": "S0172"
                        },
                        {
                            "source_name": "Reaver",
                            "description": "(Citation: Palo Alto Reaver Nov 2017)"
                        },
                        {
                            "source_name": "Palo Alto Reaver Nov 2017",
                            "description": "Grunzweig, J. and Miller-Osborn, J. (2017, November 10). New Malware with Ties to SunOrcal Discovered. Retrieved November 16, 2017.",
                            "url": "https://researchcenter.paloaltonetworks.com/2017/11/unit42-new-malware-with-ties-to-sunorcal-discovered/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Reaver"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:21:09.543000+00:00\", \"old_value\": \"2021-02-09 15:02:42.727000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "malware",
                    "id": "malware--17b40f60-729f-4fe8-8aea-cc9ee44a95d5",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-12-14 16:46:06.044000+00:00",
                    "modified": "2024-04-11 00:17:52.256000+00:00",
                    "name": "RedLeaves",
                    "description": "[RedLeaves](https://attack.mitre.org/software/S0153) is a malware family used by [menuPass](https://attack.mitre.org/groups/G0045). The code overlaps with [PlugX](https://attack.mitre.org/software/S0013) and may be based upon the open source tool Trochilus. (Citation: PWC Cloud Hopper Technical Annex April 2017) (Citation: FireEye APT10 April 2017)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0153",
                            "external_id": "S0153"
                        },
                        {
                            "source_name": "RedLeaves",
                            "description": "(Citation: PWC Cloud Hopper Technical Annex April 2017)"
                        },
                        {
                            "source_name": "BUGJUICE",
                            "description": "Based on similarities in reported malware behavior and open source reporting, it is assessed that the malware named BUGJUICE by FireEye is likely the same as the malware RedLeaves. (Citation: FireEye APT10 April 2017) (Citation: Twitter Nick Carr APT10)"
                        },
                        {
                            "source_name": "Twitter Nick Carr APT10",
                            "description": "Carr, N.. (2017, April 6). Retrieved June 29, 2017.",
                            "url": "https://twitter.com/ItsReallyNick/status/850105140589633536"
                        },
                        {
                            "source_name": "FireEye APT10 April 2017",
                            "description": "FireEye iSIGHT Intelligence. (2017, April 6). APT10 (MenuPass Group): New Tools, Global Campaign Latest Manifestation of Longstanding Threat. Retrieved June 29, 2017.",
                            "url": "https://www.fireeye.com/blog/threat-research/2017/04/apt10_menupass_grou.html"
                        },
                        {
                            "source_name": "PWC Cloud Hopper Technical Annex April 2017",
                            "description": "PwC and BAE Systems. (2017, April). Operation Cloud Hopper: Technical Annex. Retrieved April 13, 2017.",
                            "url": "https://www.pwc.co.uk/cyber-security/pdf/pwc-uk-operation-cloud-hopper-technical-annex-april-2017.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "RedLeaves",
                        "BUGJUICE"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Edward Millington"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:17:52.256000+00:00\", \"old_value\": \"2023-03-23 15:14:18.594000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "malware",
                    "id": "malware--ecc2f65a-b452-4eaf-9689-7e181f17f7a5",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-04-17 19:18:00.270000+00:00",
                    "modified": "2024-04-11 00:17:12.008000+00:00",
                    "name": "Remexi",
                    "description": "[Remexi](https://attack.mitre.org/software/S0375) is a Windows-based Trojan that was developed in the C programming language.(Citation: Securelist Remexi Jan 2019)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0375",
                            "external_id": "S0375"
                        },
                        {
                            "source_name": "Securelist Remexi Jan 2019",
                            "description": "Legezo, D. (2019, January 30). Chafer used Remexi malware to spy on Iran-based foreign diplomatic entities. Retrieved April 17, 2019.",
                            "url": "https://securelist.com/chafer-used-remexi-malware/89538/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Remexi"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:17:12.008000+00:00\", \"old_value\": \"2020-03-30 18:04:25.880000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "malware",
                    "id": "malware--69d6f4a9-fcf0-4f51-bca7-597c51ad0bb8",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:33:12.858000+00:00",
                    "modified": "2024-04-11 00:16:18.864000+00:00",
                    "name": "Remsec",
                    "description": "[Remsec](https://attack.mitre.org/software/S0125) is a modular backdoor that has been used by [Strider](https://attack.mitre.org/groups/G0041) and appears to have been designed primarily for espionage purposes. Many of its modules are written in Lua. (Citation: Symantec Strider Blog)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0125",
                            "external_id": "S0125"
                        },
                        {
                            "source_name": "Kaspersky ProjectSauron Blog",
                            "description": "Kaspersky Lab's Global Research & Analysis Team. (2016, August 8). ProjectSauron: top level cyber-espionage platform covertly extracts encrypted government comms. Retrieved August 17, 2016.",
                            "url": "https://securelist.com/faq-the-projectsauron-apt/75533/"
                        },
                        {
                            "source_name": "ProjectSauron",
                            "description": "ProjectSauron is used to refer both to the threat group also known as G0041 as well as the malware platform also known as S0125. (Citation: Kaspersky ProjectSauron Blog)"
                        },
                        {
                            "source_name": "Symantec Strider Blog",
                            "description": "Symantec Security Response. (2016, August 7). Strider: Cyberespionage group turns eye of Sauron on targets. Retrieved August 17, 2016.",
                            "url": "http://www.symantec.com/connect/blogs/strider-cyberespionage-group-turns-eye-sauron-targets"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Remsec",
                        "Backdoor.Remsec",
                        "ProjectSauron"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.3",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:16:18.864000+00:00\", \"old_value\": \"2023-03-28 20:28:28.088000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.3\", \"old_value\": \"1.2\"}}}",
                    "previous_version": "1.2",
                    "version_change": "1.2 \u2192 1.3"
                },
                {
                    "type": "malware",
                    "id": "malware--44c75271-0e4d-496f-ae0a-a6d883a42a65",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-05-05 14:03:11.359000+00:00",
                    "modified": "2024-04-11 00:14:59.199000+00:00",
                    "name": "Rifdoor",
                    "description": "[Rifdoor](https://attack.mitre.org/software/S0433) is a remote access trojan (RAT) that shares numerous code similarities with [HotCroissant](https://attack.mitre.org/software/S0431).(Citation: Carbon Black HotCroissant April 2020)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0433",
                            "external_id": "S0433"
                        },
                        {
                            "source_name": "Carbon Black HotCroissant April 2020",
                            "description": "Knight, S.. (2020, April 16). VMware Carbon Black TAU Threat Analysis: The Evolution of Lazarus. Retrieved May 1, 2020.",
                            "url": "https://www.carbonblack.com/2020/04/16/vmware-carbon-black-tau-threat-analysis-the-evolution-of-lazarus/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Rifdoor"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:14:59.199000+00:00\", \"old_value\": \"2020-05-08 00:24:24.402000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--56e6b6c2-e573-4969-8bab-783205cebbbf",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-05-14 22:29:25.653000+00:00",
                    "modified": "2024-04-11 00:14:23.264000+00:00",
                    "name": "Rising Sun",
                    "description": "[Rising Sun](https://attack.mitre.org/software/S0448) is a modular backdoor that was used extensively in [Operation Sharpshooter](https://attack.mitre.org/campaigns/C0013) between 2017 and 2019. [Rising Sun](https://attack.mitre.org/software/S0448) infected at least 87 organizations around the world, including nuclear, defense, energy, and financial service companies. Security researchers assessed [Rising Sun](https://attack.mitre.org/software/S0448) included some source code from [Lazarus Group](https://attack.mitre.org/groups/G0032)'s Trojan Duuzer.(Citation: McAfee Sharpshooter December 2018)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0448",
                            "external_id": "S0448"
                        },
                        {
                            "source_name": "McAfee Sharpshooter December 2018",
                            "description": "Sherstobitoff, R., Malhotra, A., et. al.. (2018, December 18). Operation Sharpshooter Campaign Targets Global Defense, Critical Infrastructure. Retrieved May 14, 2020.",
                            "url": "https://www.mcafee.com/enterprise/en-us/assets/reports/rp-operation-sharpshooter.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Rising Sun"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "2.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:14:23.264000+00:00\", \"old_value\": \"2022-10-13 15:46:29.677000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.1\", \"old_value\": \"2.0\"}}}",
                    "previous_version": "2.0",
                    "version_change": "2.0 \u2192 2.1"
                },
                {
                    "type": "malware",
                    "id": "malware--e355fc84-6f3c-4888-8e0a-d7fa9c378532",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2022-08-18 15:00:32.571000+00:00",
                    "modified": "2024-04-11 00:01:29.506000+00:00",
                    "name": "STARWHALE",
                    "description": "[STARWHALE](https://attack.mitre.org/software/S1037) is Windows Script File (WSF) backdoor that has been used by [MuddyWater](https://attack.mitre.org/groups/G0069), possibly since at least November 2021; there is also a [STARWHALE](https://attack.mitre.org/software/S1037) variant written in Golang with similar capabilities. Security researchers have also noted the use of [STARWHALE](https://attack.mitre.org/software/S1037) by UNC3313, which may be associated with [MuddyWater](https://attack.mitre.org/groups/G0069).(Citation: Mandiant UNC3313 Feb 2022)(Citation: DHS CISA AA22-055A MuddyWater February 2022)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1037",
                            "external_id": "S1037"
                        },
                        {
                            "source_name": "CANOPY",
                            "description": "(Citation: DHS CISA AA22-055A MuddyWater February 2022)"
                        },
                        {
                            "source_name": "DHS CISA AA22-055A MuddyWater February 2022",
                            "description": "FBI, CISA, CNMF, NCSC-UK. (2022, February 24). Iranian Government-Sponsored Actors Conduct Cyber Operations Against Global Government and Commercial Networks. Retrieved September 27, 2022.",
                            "url": "https://www.cisa.gov/uscert/ncas/alerts/aa22-055a"
                        },
                        {
                            "source_name": "Mandiant UNC3313 Feb 2022",
                            "description": "Tomcik, R. et al. (2022, February 24). Left On Read: Telegram Malware Spotted in Latest Iranian Cyber Espionage Activity. Retrieved August 18, 2022.",
                            "url": "https://www.mandiant.com/resources/telegram-malware-iranian-espionage"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "STARWHALE",
                        "CANOPY"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:01:29.506000+00:00\", \"old_value\": \"2022-10-14 15:23:17.961000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--a8839c95-029f-44cf-8f3d-a3cf2039e927",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2021-01-05 22:42:05.965000+00:00",
                    "modified": "2023-12-26 19:44:49.643000+00:00",
                    "name": "SUNBURST",
                    "description": "[SUNBURST](https://attack.mitre.org/software/S0559) is a trojanized DLL designed to fit within the SolarWinds Orion software update framework. It was used by [APT29](https://attack.mitre.org/groups/G0016) since at least February 2020.(Citation: SolarWinds Sunburst Sunspot Update January 2021)(Citation: Microsoft Deep Dive Solorigate January 2021)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0559",
                            "external_id": "S0559"
                        },
                        {
                            "source_name": "SUNBURST",
                            "description": "(Citation: FireEye SUNBURST Backdoor December 2020)"
                        },
                        {
                            "source_name": "Solorigate",
                            "description": "(Citation: Microsoft Deep Dive Solorigate January 2021)"
                        },
                        {
                            "source_name": "FireEye SUNBURST Backdoor December 2020",
                            "description": "FireEye. (2020, December 13). Highly Evasive Attacker Leverages SolarWinds Supply Chain to Compromise Multiple Global Victims With SUNBURST Backdoor. Retrieved January 4, 2021.",
                            "url": "https://www.fireeye.com/blog/threat-research/2020/12/evasive-attacker-leverages-solarwinds-supply-chain-compromises-with-sunburst-backdoor.html"
                        },
                        {
                            "source_name": "Microsoft Deep Dive Solorigate January 2021",
                            "description": "MSTIC, CDOC, 365 Defender Research Team. (2021, January 20). Deep dive into the Solorigate second-stage activation: From SUNBURST to TEARDROP and Raindrop . Retrieved January 22, 2021.",
                            "url": "https://www.microsoft.com/security/blog/2021/01/20/deep-dive-into-the-solorigate-second-stage-activation-from-sunburst-to-teardrop-and-raindrop/"
                        },
                        {
                            "source_name": "SolarWinds Sunburst Sunspot Update January 2021",
                            "description": "Sudhakar Ramakrishna . (2021, January 11). New Findings From Our Investigation of SUNBURST. Retrieved January 13, 2021.",
                            "url": "https://orangematter.solarwinds.com/2021/01/11/new-findings-from-our-investigation-of-sunburst/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "SUNBURST",
                        "Solorigate"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Daniyal Naeem, BT Security",
                        "Matt Brenton, Zurich Insurance Group"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "2.5",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2023-12-26 19:44:49.643000+00:00\", \"old_value\": \"2023-03-27 20:01:39.552000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.5\", \"old_value\": \"2.4\"}}}",
                    "previous_version": "2.4",
                    "version_change": "2.4 \u2192 2.5"
                },
                {
                    "type": "malware",
                    "id": "malware--b2b0b946-be0a-4a7f-9c32-a2e5211d1cd9",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2021-02-18 17:35:13.361000+00:00",
                    "modified": "2024-04-10 23:45:34.261000+00:00",
                    "name": "SUPERNOVA",
                    "description": "[SUPERNOVA](https://attack.mitre.org/software/S0578) is an in-memory web shell written in .NET C#. It was discovered in November 2020 during the investigation of [APT29](https://attack.mitre.org/groups/G0016)'s SolarWinds cyber operation but determined to be unrelated. Subsequent analysis suggests [SUPERNOVA](https://attack.mitre.org/software/S0578) may have been used by the China-based threat group SPIRAL.(Citation: Guidepoint SUPERNOVA Dec 2020)(Citation: Unit42 SUPERNOVA Dec 2020)(Citation: SolarWinds Advisory Dec 2020)(Citation: CISA Supernova Jan 2021)(Citation: Microsoft Analyzing Solorigate Dec 2020)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0578",
                            "external_id": "S0578"
                        },
                        {
                            "source_name": "CISA Supernova Jan 2021",
                            "description": "CISA. (2021, January 27). Malware Analysis Report (AR21-027A). Retrieved February 22, 2021.",
                            "url": "https://us-cert.cisa.gov/ncas/analysis-reports/ar21-027a"
                        },
                        {
                            "source_name": "Microsoft Analyzing Solorigate Dec 2020",
                            "description": "MSTIC. (2020, December 18). Analyzing Solorigate, the compromised DLL file that started a sophisticated cyberattack, and how Microsoft Defender helps protect customers . Retrieved January 5, 2021.",
                            "url": "https://www.microsoft.com/security/blog/2020/12/18/analyzing-solorigate-the-compromised-dll-file-that-started-a-sophisticated-cyberattack-and-how-microsoft-defender-helps-protect/"
                        },
                        {
                            "source_name": "Guidepoint SUPERNOVA Dec 2020",
                            "description": "Riley, W. (2020, December 1). SUPERNOVA SolarWinds .NET Webshell Analysis. Retrieved February 18, 2021.",
                            "url": "https://www.guidepointsecurity.com/supernova-solarwinds-net-webshell-analysis/"
                        },
                        {
                            "source_name": "SolarWinds Advisory Dec 2020",
                            "description": "SolarWinds. (2020, December 24). SolarWinds Security Advisory. Retrieved February 22, 2021.",
                            "url": "https://www.solarwinds.com/sa-overview/securityadvisory"
                        },
                        {
                            "source_name": "Unit42 SUPERNOVA Dec 2020",
                            "description": "Tennis, M. (2020, December 17). SUPERNOVA: A Novel .NET Webshell. Retrieved February 22, 2021.",
                            "url": "https://unit42.paloaltonetworks.com/solarstorm-supernova/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "SUPERNOVA"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-10 23:45:34.261000+00:00\", \"old_value\": \"2021-04-23 23:00:41.648000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--96b08451-b27a-4ff6-893f-790e26393a8e",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:32:48.482000+00:00",
                    "modified": "2024-04-11 00:10:10.398000+00:00",
                    "name": "Sakula",
                    "description": "[Sakula](https://attack.mitre.org/software/S0074) is a remote access tool (RAT) that first surfaced in 2012 and was used in intrusions throughout 2015. (Citation: Dell Sakula)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0074",
                            "external_id": "S0074"
                        },
                        {
                            "source_name": "Dell Sakula",
                            "description": "Dell SecureWorks Counter Threat Unit Threat Intelligence. (2015, July 30). Sakula Malware Family. Retrieved January 26, 2016.",
                            "url": "http://www.secureworks.com/cyber-threat-intelligence/threats/sakula-malware-family/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Sakula",
                        "Sakurel",
                        "VIPER"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:10:10.398000+00:00\", \"old_value\": \"2020-03-30 18:13:29.169000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "malware",
                    "id": "malware--4d56e6e9-1a6d-46e3-896c-dfdf3cc96e62",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-04-15 19:40:07.664000+00:00",
                    "modified": "2024-04-11 00:09:42.414000+00:00",
                    "name": "SamSam",
                    "description": "[SamSam](https://attack.mitre.org/software/S0370) is ransomware that appeared in early 2016. Unlike some ransomware, its variants have required operators to manually interact with the malware to execute some of its core components.(Citation: US-CERT SamSam 2018)(Citation: Talos SamSam Jan 2018)(Citation: Sophos SamSam Apr 2018)(Citation: Symantec SamSam Oct 2018)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0370",
                            "external_id": "S0370"
                        },
                        {
                            "source_name": "Sophos SamSam Apr 2018",
                            "description": " Palotay, D. and Mackenzie, P. (2018, April). SamSam Ransomware Chooses Its Targets Carefully. Retrieved April 15, 2019.",
                            "url": "https://www.sophos.com/en-us/medialibrary/PDFs/technical-papers/SamSam-ransomware-chooses-Its-targets-carefully-wpna.pdf"
                        },
                        {
                            "source_name": "Samas",
                            "description": "(Citation: US-CERT SamSam 2018)"
                        },
                        {
                            "source_name": "Symantec SamSam Oct 2018",
                            "description": "Symantec Security Response Attack Investigation Team. (2018, October 30). SamSam: Targeted Ransomware Attacks Continue. Retrieved April 16, 2019.",
                            "url": "https://www.symantec.com/blogs/threat-intelligence/samsam-targeted-ransomware-attacks"
                        },
                        {
                            "source_name": "US-CERT SamSam 2018",
                            "description": "US-CERT. (2018, December 3). Alert (AA18-337A): SamSam Ransomware. Retrieved March 15, 2019.",
                            "url": "https://www.us-cert.gov/ncas/alerts/AA18-337A"
                        },
                        {
                            "source_name": "Talos SamSam Jan 2018",
                            "description": "Ventura, V. (2018, January 22). SamSam - The Evolution Continues Netting Over $325,000 in 4 Weeks. Retrieved April 16, 2019.",
                            "url": "https://blog.talosintelligence.com/2018/01/samsam-evolution-continues-netting-over.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "SamSam",
                        "Samas"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:09:42.414000+00:00\", \"old_value\": \"2019-04-18 20:59:56.853000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--b45747dc-87ca-4597-a245-7e16a61bc491",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-01-30 15:27:06.404000+00:00",
                    "modified": "2024-04-11 00:08:51.818000+00:00",
                    "name": "Seasalt",
                    "description": "[Seasalt](https://attack.mitre.org/software/S0345) is malware that has been linked to [APT1](https://attack.mitre.org/groups/G0006)'s 2010 operations. It shares some code similarities with [OceanSalt](https://attack.mitre.org/software/S0346).(Citation: Mandiant APT1 Appendix)(Citation: McAfee Oceansalt Oct 2018)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0345",
                            "external_id": "S0345"
                        },
                        {
                            "source_name": "Seasalt",
                            "description": "(Citation: Mandiant APT1 Appendix)(Citation: McAfee Oceansalt Oct 2018)"
                        },
                        {
                            "source_name": "Mandiant APT1 Appendix",
                            "description": "Mandiant. (n.d.). Appendix C (Digital) - The Malware Arsenal. Retrieved July 18, 2016.",
                            "url": "https://www.mandiant.com/sites/default/files/2021-09/mandiant-apt1-report.pdf"
                        },
                        {
                            "source_name": "McAfee Oceansalt Oct 2018",
                            "description": "Sherstobitoff, R., Malhotra, A. (2018, October 18). \u2018Operation Oceansalt\u2019 Attacks South Korea, U.S., and Canada With Source Code From Chinese Hacker Group. Retrieved November 30, 2018.",
                            "url": "https://www.mcafee.com/enterprise/en-us/assets/reports/rp-operation-oceansalt.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Seasalt"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:08:51.818000+00:00\", \"old_value\": \"2020-03-19 19:18:10.963000+00:00\"}, \"root['external_references'][2]['url']\": {\"new_value\": \"https://www.mandiant.com/sites/default/files/2021-09/mandiant-apt1-report.pdf\", \"old_value\": \"https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/mandiant-apt1-report-appendix.zip\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "malware",
                    "id": "malware--8901ac23-6b50-410c-b0dd-d8174a86f9b3",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:33:20.223000+00:00",
                    "modified": "2024-02-08 20:53:17.332000+00:00",
                    "name": "Shamoon",
                    "description": "[Shamoon](https://attack.mitre.org/software/S0140) is wiper malware that was first used by an Iranian group known as the \"Cutting Sword of Justice\" in 2012. Other versions known as Shamoon 2 and Shamoon 3 were observed in 2016 and 2018. [Shamoon](https://attack.mitre.org/software/S0140) has also been seen leveraging [RawDisk](https://attack.mitre.org/software/S0364) and Filerase to carry out data wiping tasks. Analysis has linked [Shamoon](https://attack.mitre.org/software/S0140) with [Kwampirs](https://attack.mitre.org/software/S0236) based on multiple shared artifacts and coding patterns.(Citation: Cylera Kwampirs 2022) The term Shamoon is sometimes used to refer to the group using the malware as well as the malware itself.(Citation: Palo Alto Shamoon Nov 2016)(Citation: Unit 42 Shamoon3 2018)(Citation: Symantec Shamoon 2012)(Citation: FireEye Shamoon Nov 2016)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0140",
                            "external_id": "S0140"
                        },
                        {
                            "source_name": "Disttrack",
                            "description": "(Citation: Palo Alto Shamoon Nov 2016)"
                        },
                        {
                            "source_name": "Unit 42 Shamoon3 2018",
                            "description": "Falcone, R. (2018, December 13). Shamoon 3 Targets Oil and Gas Organization. Retrieved March 14, 2019.",
                            "url": "https://unit42.paloaltonetworks.com/shamoon-3-targets-oil-gas-organization/"
                        },
                        {
                            "source_name": "Palo Alto Shamoon Nov 2016",
                            "description": "Falcone, R.. (2016, November 30). Shamoon 2: Return of the Disttrack Wiper. Retrieved January 11, 2017.",
                            "url": "http://researchcenter.paloaltonetworks.com/2016/11/unit42-shamoon-2-return-disttrack-wiper/"
                        },
                        {
                            "source_name": "FireEye Shamoon Nov 2016",
                            "description": "FireEye. (2016, November 30). FireEye Responds to Wave of Destructive Cyber Attacks in Gulf Region. Retrieved January 11, 2017.",
                            "url": "https://www.fireeye.com/blog/threat-research/2016/11/fireeye_respondsto.html"
                        },
                        {
                            "source_name": "Cylera Kwampirs 2022",
                            "description": "Pablo Rinc\u00f3n Crespo. (2022, January). The link between Kwampirs (Orangeworm) and Shamoon APTs. Retrieved February 8, 2024.",
                            "url": "https://resources.cylera.com/hubfs/Cylera%20Labs/Cylera%20Labs%20Kwampirs%20Shamoon%20Technical%20Report.pdf"
                        },
                        {
                            "source_name": "Symantec Shamoon 2012",
                            "description": "Symantec. (2012, August 16). The Shamoon Attacks. Retrieved March 14, 2019.",
                            "url": "https://www.symantec.com/connect/blogs/shamoon-attacks"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Shamoon",
                        "Disttrack"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "2.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-02-08 20:53:17.332000+00:00\", \"old_value\": \"2021-02-09 13:42:15.121000+00:00\"}, \"root['description']\": {\"new_value\": \"[Shamoon](https://attack.mitre.org/software/S0140) is wiper malware that was first used by an Iranian group known as the \\\"Cutting Sword of Justice\\\" in 2012. Other versions known as Shamoon 2 and Shamoon 3 were observed in 2016 and 2018. [Shamoon](https://attack.mitre.org/software/S0140) has also been seen leveraging [RawDisk](https://attack.mitre.org/software/S0364) and Filerase to carry out data wiping tasks. Analysis has linked [Shamoon](https://attack.mitre.org/software/S0140) with [Kwampirs](https://attack.mitre.org/software/S0236) based on multiple shared artifacts and coding patterns.(Citation: Cylera Kwampirs 2022) The term Shamoon is sometimes used to refer to the group using the malware as well as the malware itself.(Citation: Palo Alto Shamoon Nov 2016)(Citation: Unit 42 Shamoon3 2018)(Citation: Symantec Shamoon 2012)(Citation: FireEye Shamoon Nov 2016)\", \"old_value\": \"[Shamoon](https://attack.mitre.org/software/S0140) is wiper malware that was first used by an Iranian group known as the \\\"Cutting Sword of Justice\\\" in 2012. Other versions known as Shamoon 2 and Shamoon 3 were observed in 2016 and 2018. [Shamoon](https://attack.mitre.org/software/S0140) has also been seen leveraging [RawDisk](https://attack.mitre.org/software/S0364) and Filerase to carry out data wiping tasks. The term Shamoon is sometimes used to refer to the group using the malware as well as the malware itself.(Citation: Palo Alto Shamoon Nov 2016)(Citation: Unit 42 Shamoon3 2018)(Citation: Symantec Shamoon 2012)(Citation: FireEye Shamoon Nov 2016)\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.2\", \"old_value\": \"2.1\"}}, \"iterable_item_added\": {\"root['external_references'][5]\": {\"source_name\": \"Cylera Kwampirs 2022\", \"description\": \"Pablo Rinc\\u00f3n Crespo. (2022, January). The link between Kwampirs (Orangeworm) and Shamoon APTs. Retrieved February 8, 2024.\", \"url\": \"https://resources.cylera.com/hubfs/Cylera%20Labs/Cylera%20Labs%20Kwampirs%20Shamoon%20Technical%20Report.pdf\"}}}",
                    "previous_version": "2.1",
                    "version_change": "2.1 \u2192 2.2",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to100__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to100__0\"><a href=\"#difflib_chg_to100__top\">t</a></td><td class=\"diff_header\" id=\"from100_1\">1</td><td nowrap=\"nowrap\">[Shamoon](https://attack.mitre.org/software/S0140)&nbsp;is&nbsp;wiper&nbsp;</td><td class=\"diff_next\"><a href=\"#difflib_chg_to100__top\">t</a></td><td class=\"diff_header\" id=\"to100_1\">1</td><td nowrap=\"nowrap\">[Shamoon](https://attack.mitre.org/software/S0140)&nbsp;is&nbsp;wiper&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">malware&nbsp;that&nbsp;was&nbsp;first&nbsp;used&nbsp;by&nbsp;an&nbsp;Iranian&nbsp;group&nbsp;known&nbsp;as&nbsp;the</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">malware&nbsp;that&nbsp;was&nbsp;first&nbsp;used&nbsp;by&nbsp;an&nbsp;Iranian&nbsp;group&nbsp;known&nbsp;as&nbsp;the</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;\"Cutting&nbsp;Sword&nbsp;of&nbsp;Justice\"&nbsp;in&nbsp;2012.&nbsp;Other&nbsp;versions&nbsp;known&nbsp;as</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;\"Cutting&nbsp;Sword&nbsp;of&nbsp;Justice\"&nbsp;in&nbsp;2012.&nbsp;Other&nbsp;versions&nbsp;known&nbsp;as</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Shamoon&nbsp;2&nbsp;and&nbsp;Shamoon&nbsp;3&nbsp;were&nbsp;observed&nbsp;in&nbsp;2016&nbsp;and&nbsp;2018.&nbsp;[Sh</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Shamoon&nbsp;2&nbsp;and&nbsp;Shamoon&nbsp;3&nbsp;were&nbsp;observed&nbsp;in&nbsp;2016&nbsp;and&nbsp;2018.&nbsp;[Sh</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">amoon](https://attack.mitre.org/software/S0140)&nbsp;has&nbsp;also&nbsp;bee</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">amoon](https://attack.mitre.org/software/S0140)&nbsp;has&nbsp;also&nbsp;bee</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n&nbsp;seen&nbsp;leveraging&nbsp;[RawDisk](https://attack.mitre.org/softwar</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n&nbsp;seen&nbsp;leveraging&nbsp;[RawDisk](https://attack.mitre.org/softwar</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e/S0364)&nbsp;and&nbsp;Filerase&nbsp;to&nbsp;carry&nbsp;out&nbsp;data&nbsp;wiping&nbsp;tasks.&nbsp;The&nbsp;te</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e/S0364)&nbsp;and&nbsp;Filerase&nbsp;to&nbsp;carry&nbsp;out&nbsp;data&nbsp;wiping&nbsp;tasks.<span class=\"diff_add\">&nbsp;Analys</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rm&nbsp;Shamoon&nbsp;is&nbsp;sometimes&nbsp;used&nbsp;to&nbsp;refer&nbsp;to&nbsp;the&nbsp;group&nbsp;using&nbsp;the</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">is&nbsp;has&nbsp;linked&nbsp;[Shamoon](https://attack.mitre.org/software/S0</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;malware&nbsp;as&nbsp;well&nbsp;as&nbsp;the&nbsp;malware&nbsp;itself.(Citation:&nbsp;Palo&nbsp;Alto&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">140)&nbsp;with&nbsp;[Kwampirs](https://attack.mitre.org/software/S0236</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Shamoon&nbsp;Nov&nbsp;2016)(Citation:&nbsp;Unit&nbsp;42&nbsp;Shamoon3&nbsp;2018)(Citation:</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">)&nbsp;based&nbsp;on&nbsp;multiple&nbsp;shared&nbsp;artifacts&nbsp;and&nbsp;coding&nbsp;patterns.(Ci</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Symantec&nbsp;Shamoon&nbsp;2012)(Citation:&nbsp;FireEye&nbsp;Shamoon&nbsp;Nov&nbsp;2016)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">tation:&nbsp;Cylera&nbsp;Kwampirs&nbsp;2022)</span>&nbsp;The&nbsp;term&nbsp;Shamoon&nbsp;is&nbsp;sometimes&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">used&nbsp;to&nbsp;refer&nbsp;to&nbsp;the&nbsp;group&nbsp;using&nbsp;the&nbsp;malware&nbsp;as&nbsp;well&nbsp;as&nbsp;the&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">malware&nbsp;itself.(Citation:&nbsp;Palo&nbsp;Alto&nbsp;Shamoon&nbsp;Nov&nbsp;2016)(Citati</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">on:&nbsp;Unit&nbsp;42&nbsp;Shamoon3&nbsp;2018)(Citation:&nbsp;Symantec&nbsp;Shamoon&nbsp;2012)(</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Citation:&nbsp;FireEye&nbsp;Shamoon&nbsp;Nov&nbsp;2016)</td></tr>\n        </tbody>\n    </table>"
                },
                {
                    "type": "malware",
                    "id": "malware--99854cc8-f202-4e03-aa0a-4f8a4af93229",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2022-06-10 19:45:53.538000+00:00",
                    "modified": "2024-04-11 00:08:18.570000+00:00",
                    "name": "Shark",
                    "description": "[Shark](https://attack.mitre.org/software/S1019) is a backdoor malware written in C# and .NET that is an updated version of [Milan](https://attack.mitre.org/software/S1015); it has been used by [HEXANE](https://attack.mitre.org/groups/G1001) since at least July 2021.(Citation: ClearSky Siamesekitten August 2021)(Citation: Accenture Lyceum Targets November 2021)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1019",
                            "external_id": "S1019"
                        },
                        {
                            "source_name": "Accenture Lyceum Targets November 2021",
                            "description": "Accenture. (2021, November 9). Who are latest targets of cyber group Lyceum?. Retrieved June 16, 2022.",
                            "url": "https://www.accenture.com/us-en/blogs/cyber-defense/iran-based-lyceum-campaigns"
                        },
                        {
                            "source_name": "ClearSky Siamesekitten August 2021",
                            "description": "ClearSky Cyber Security . (2021, August). New Iranian Espionage Campaign By \u201cSiamesekitten\u201d - Lyceum. Retrieved June 6, 2022.",
                            "url": "https://www.clearskysec.com/siamesekitten/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Shark"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:08:18.570000+00:00\", \"old_value\": \"2022-08-31 21:47:57.382000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--89f63ae4-f229-4a5c-95ad-6f22ed2b5c49",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:32:13.407000+00:00",
                    "modified": "2024-02-06 19:02:00.781000+00:00",
                    "name": "Skeleton Key",
                    "description": "[Skeleton Key](https://attack.mitre.org/software/S0007) is malware used to inject false credentials into domain controllers with the intent of creating a backdoor password. (Citation: Dell Skeleton) Functionality similar to [Skeleton Key](https://attack.mitre.org/software/S0007) is included as a module in [Mimikatz](https://attack.mitre.org/software/S0002).",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0007",
                            "external_id": "S0007"
                        },
                        {
                            "source_name": "Dell Skeleton",
                            "description": "Dell SecureWorks. (2015, January 12). Skeleton Key Malware Analysis. Retrieved April 8, 2019.",
                            "url": "https://www.secureworks.com/research/skeleton-key-malware-analysis"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Skeleton Key"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-02-06 19:02:00.781000+00:00\", \"old_value\": \"2020-03-18 16:17:41.437000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "malware",
                    "id": "malware--4b68b5ea-2e1b-4225-845b-8632f702b9a0",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-06-09 21:23:38.995000+00:00",
                    "modified": "2024-04-11 00:06:31.222000+00:00",
                    "name": "Skidmap",
                    "description": "[Skidmap](https://attack.mitre.org/software/S0468) is a kernel-mode rootkit used for cryptocurrency mining.(Citation: Trend Micro Skidmap)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0468",
                            "external_id": "S0468"
                        },
                        {
                            "source_name": "Trend Micro Skidmap",
                            "description": "Remillano, A., Urbanec, J. (2019, September 19). Skidmap Linux Malware Uses Rootkit Capabilities to Hide Cryptocurrency-Mining Payload. Retrieved June 4, 2020.",
                            "url": "https://blog.trendmicro.com/trendlabs-security-intelligence/skidmap-linux-malware-uses-rootkit-capabilities-to-hide-cryptocurrency-mining-payload/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Skidmap"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:06:31.222000+00:00\", \"old_value\": \"2020-06-26 04:03:50.568000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "tool",
                    "id": "tool--11f8d7eb-1927-4806-9267-3a11d4d4d6be",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2021-07-30 15:43:17.770000+00:00",
                    "modified": "2024-04-11 00:06:01.264000+00:00",
                    "name": "Sliver",
                    "description": "[Sliver](https://attack.mitre.org/software/S0633) is an open source, cross-platform, red team command and control framework written in Golang.(Citation: Bishop Fox Sliver Framework August 2019)",
                    "revoked": false,
                    "labels": [
                        "tool"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0633",
                            "external_id": "S0633"
                        },
                        {
                            "source_name": "Bishop Fox Sliver Framework August 2019",
                            "description": "Kervella, R. (2019, August 4). Cross-platform General Purpose Implant Framework Written in Golang. Retrieved July 30, 2021.",
                            "url": "https://labs.bishopfox.com/tech-blog/sliver"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Sliver"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Achute Sharma, Keysight",
                        "Ayan Saha, Keysight"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows",
                        "Linux",
                        "macOS"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:06:01.264000+00:00\", \"old_value\": \"2023-01-17 22:14:02.852000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "malware",
                    "id": "malware--0c824410-58ff-49b2-9cf2-1c96b182bdf0",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2018-04-18 17:59:24.739000+00:00",
                    "modified": "2024-04-11 00:04:55.094000+00:00",
                    "name": "Smoke Loader",
                    "description": "[Smoke Loader](https://attack.mitre.org/software/S0226) is a malicious bot application that can be used to load other malware.\n[Smoke Loader](https://attack.mitre.org/software/S0226) has been seen in the wild since at least 2011 and has included a number of different payloads. It is notorious for its use of deception and self-protection. It also comes with several plug-ins. (Citation: Malwarebytes SmokeLoader 2016) (Citation: Microsoft Dofoil 2018)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0226",
                            "external_id": "S0226"
                        },
                        {
                            "source_name": "Smoke Loader",
                            "description": "(Citation: Malwarebytes SmokeLoader 2016) (Citation: Microsoft Dofoil 2018)"
                        },
                        {
                            "source_name": "Dofoil",
                            "description": "(Citation: Malwarebytes SmokeLoader 2016) (Citation: Microsoft Dofoil 2018)"
                        },
                        {
                            "source_name": "Malwarebytes SmokeLoader 2016",
                            "description": "Hasherezade. (2016, September 12). Smoke Loader \u2013 downloader with a smokescreen still alive. Retrieved March 20, 2018.",
                            "url": "https://blog.malwarebytes.com/threat-analysis/2016/08/smoke-loader-downloader-with-a-smokescreen-still-alive/"
                        },
                        {
                            "source_name": "Microsoft Dofoil 2018",
                            "description": "Windows Defender Research. (2018, March 7). Behavior monitoring combined with machine learning spoils a massive Dofoil coin mining campaign. Retrieved March 20, 2018.",
                            "url": "https://cloudblogs.microsoft.com/microsoftsecure/2018/03/07/behavior-monitoring-combined-with-machine-learning-spoils-a-massive-dofoil-coin-mining-campaign/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Smoke Loader",
                        "Dofoil"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.3",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:04:55.094000+00:00\", \"old_value\": \"2020-03-28 21:43:37.366000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.3\", \"old_value\": \"1.2\"}}}",
                    "previous_version": "1.2",
                    "version_change": "1.2 \u2192 1.3"
                },
                {
                    "type": "malware",
                    "id": "malware--a5575606-9b85-4e3d-9cd2-40ef30e3672d",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-04-17 18:43:36.156000+00:00",
                    "modified": "2024-04-11 00:02:59.341000+00:00",
                    "name": "SpeakUp",
                    "description": "[SpeakUp](https://attack.mitre.org/software/S0374) is a Trojan backdoor that targets both Linux and OSX devices. It was first observed in January 2019. (Citation: CheckPoint SpeakUp Feb 2019)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0374",
                            "external_id": "S0374"
                        },
                        {
                            "source_name": "CheckPoint SpeakUp Feb 2019",
                            "description": "Check Point Research. (2019, February 4). SpeakUp: A New Undetected Backdoor Linux Trojan. Retrieved April 17, 2019.",
                            "url": "https://research.checkpoint.com/speakup-a-new-undetected-backdoor-linux-trojan/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "SpeakUp"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "macOS"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:02:59.341000+00:00\", \"old_value\": \"2020-03-29 16:41:33.128000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "malware",
                    "id": "malware--3c18ad16-9eaf-4649-984e-68551bff0d47",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2022-08-09 16:45:36.234000+00:00",
                    "modified": "2024-04-11 00:02:15.805000+00:00",
                    "name": "Squirrelwaffle",
                    "description": "[Squirrelwaffle](https://attack.mitre.org/software/S1030) is a loader that was first seen in September 2021. It has been used in spam email campaigns to deliver additional malware such as [Cobalt Strike](https://attack.mitre.org/software/S0154) and the [QakBot](https://attack.mitre.org/software/S0650) banking trojan.(Citation: ZScaler Squirrelwaffle Sep 2021)(Citation: Netskope Squirrelwaffle Oct 2021)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1030",
                            "external_id": "S1030"
                        },
                        {
                            "source_name": "ZScaler Squirrelwaffle Sep 2021",
                            "description": "Kumar, A., Stone-Gross, Brett. (2021, September 28). Squirrelwaffle: New Loader Delivering Cobalt Strike. Retrieved August 9, 2022.",
                            "url": "https://www.zscaler.com/blogs/security-research/squirrelwaffle-new-loader-delivering-cobalt-strike"
                        },
                        {
                            "source_name": "Netskope Squirrelwaffle Oct 2021",
                            "description": "Palazolo, G. (2021, October 7). SquirrelWaffle: New Malware Loader Delivering Cobalt Strike and QakBot. Retrieved August 9, 2022.",
                            "url": "https://www.netskope.com/blog/squirrelwaffle-new-malware-loader-delivering-cobalt-strike-and-qakbot"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Squirrelwaffle"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Sebastian Showell-Westrip, BT Security",
                        "Harry Hill, BT Security",
                        "Catherine Williams, BT Security"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:02:15.805000+00:00\", \"old_value\": \"2022-08-26 21:08:39.890000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--8dbadf80-468c-4a62-b817-4e4d8b606887",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-05-14 15:05:06.630000+00:00",
                    "modified": "2024-04-11 00:00:54.356000+00:00",
                    "name": "StoneDrill",
                    "description": "[StoneDrill](https://attack.mitre.org/software/S0380) is wiper malware discovered in destructive campaigns against both Middle Eastern and European targets in association with [APT33](https://attack.mitre.org/groups/G0064).(Citation: FireEye APT33 Sept 2017)(Citation: Kaspersky StoneDrill 2017)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0380",
                            "external_id": "S0380"
                        },
                        {
                            "source_name": "DROPSHOT",
                            "description": "(Citation: FireEye APT33 Sept 2017)"
                        },
                        {
                            "source_name": "StoneDrill",
                            "description": "(Citation: Kaspersky StoneDrill 2017)"
                        },
                        {
                            "source_name": "Kaspersky StoneDrill 2017",
                            "description": "Kaspersky Lab. (2017, March 7). From Shamoon to StoneDrill: Wipers attacking Saudi organizations and beyond. Retrieved March 14, 2019.",
                            "url": "https://media.kasperskycontenthub.com/wp-content/uploads/sites/43/2018/03/07180722/Report_Shamoon_StoneDrill_final.pdf"
                        },
                        {
                            "source_name": "FireEye APT33 Sept 2017",
                            "description": "O'Leary, J., et al. (2017, September 20). Insights into Iranian Cyber Espionage: APT33 Targets Aerospace and Energy Sectors and has Ties to Destructive Malware. Retrieved February 15, 2018.",
                            "url": "https://www.fireeye.com/blog/threat-research/2017/09/apt33-insights-into-iranian-cyber-espionage.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "StoneDrill",
                        "DROPSHOT"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:00:54.356000+00:00\", \"old_value\": \"2020-03-30 18:15:28.897000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "malware",
                    "id": "malware--20945359-3b39-4542-85ef-08ecb4e1c174",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-07-20 17:41:19.690000+00:00",
                    "modified": "2024-04-10 23:47:16.416000+00:00",
                    "name": "StrongPity",
                    "description": "[StrongPity](https://attack.mitre.org/software/S0491) is an information stealing malware used by [PROMETHIUM](https://attack.mitre.org/groups/G0056).(Citation: Bitdefender StrongPity June 2020)(Citation: Talos Promethium June 2020)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0491",
                            "external_id": "S0491"
                        },
                        {
                            "source_name": "Talos Promethium June 2020",
                            "description": "Mercer, W. et al. (2020, June 29). PROMETHIUM extends global reach with StrongPity3 APT. Retrieved July 20, 2020.",
                            "url": "https://blog.talosintelligence.com/2020/06/promethium-extends-with-strongpity3.html"
                        },
                        {
                            "source_name": "Bitdefender StrongPity June 2020",
                            "description": "Tudorica, R. et al. (2020, June 30). StrongPity APT - Revealing Trojanized Tools, Working Hours and Infrastructure. Retrieved July 20, 2020.",
                            "url": "https://www.bitdefender.com/files/News/CaseStudies/study/353/Bitdefender-Whitepaper-StrongPity-APT.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "StrongPity"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-10 23:47:16.416000+00:00\", \"old_value\": \"2020-10-15 02:00:29.185000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--088f1d6e-0783-47c6-9923-9c79b2af43d4",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-12-14 17:34:58.457000+00:00",
                    "modified": "2024-04-10 23:46:32.577000+00:00",
                    "name": "Stuxnet",
                    "description": "[Stuxnet](https://attack.mitre.org/software/S0603) was the first publicly reported piece of malware to specifically target industrial control systems devices. [Stuxnet](https://attack.mitre.org/software/S0603) is a large and complex piece of malware that utilized multiple different behaviors including multiple zero-day vulnerabilities, a sophisticated Windows rootkit, and network infection routines.(Citation: Nicolas Falliere, Liam O Murchu, Eric Chien February 2011)(Citation: CISA ICS Advisory ICSA-10-272-01)(Citation: ESET Stuxnet Under the Microscope)(Citation: Langer Stuxnet) [Stuxnet](https://attack.mitre.org/software/S0603) was discovered in 2010, with some components being used as early as November 2008.(Citation: Nicolas Falliere, Liam O Murchu, Eric Chien February 2011) ",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0603",
                            "external_id": "S0603"
                        },
                        {
                            "source_name": "W32.Stuxnet",
                            "description": "(Citation: Nicolas Falliere, Liam O Murchu, Eric Chien February 2011) "
                        },
                        {
                            "source_name": "CISA ICS Advisory ICSA-10-272-01",
                            "description": "CISA. (2010, September 10). ICS Advisory (ICSA-10-272-01). Retrieved December 7, 2020.",
                            "url": "https://us-cert.cisa.gov/ics/advisories/ICSA-10-272-01"
                        },
                        {
                            "source_name": "ESET Stuxnet Under the Microscope",
                            "description": "Matrosov, A., Rodionov, E., Harley, D., Malcho, J.. (n.d.). Stuxnet Under the Microscope. Retrieved December 7, 2020.",
                            "url": "https://www.esetnod32.ru/company/viruslab/analytics/doc/Stuxnet_Under_the_Microscope.pdf"
                        },
                        {
                            "source_name": "Nicolas Falliere, Liam O Murchu, Eric Chien February 2011",
                            "description": "Nicolas Falliere, Liam O Murchu, Eric Chien 2011, February W32.Stuxnet Dossier (Version 1.4) Retrieved. 2017/09/22 ",
                            "url": "https://www.wired.com/images_blogs/threatlevel/2011/02/Symantec-Stuxnet-Update-Feb-2011.pdf"
                        },
                        {
                            "source_name": "Langer Stuxnet",
                            "description": "Ralph Langner. (2013, November). To Kill a Centrifuge: A Technical Analysis of What Stuxnet's Creators Tried to Achieve. Retrieved December 7, 2020.",
                            "url": "https://www.langner.com/wp-content/uploads/2017/03/to-kill-a-centrifuge.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Stuxnet",
                        "W32.Stuxnet"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack",
                        "ics-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.4",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-10 23:46:32.577000+00:00\", \"old_value\": \"2023-03-20 13:50:55.168000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.4\", \"old_value\": \"1.3\"}}}",
                    "previous_version": "1.3",
                    "version_change": "1.3 \u2192 1.4"
                },
                {
                    "type": "malware",
                    "id": "malware--c009560a-f097-45a3-8f9f-78ec1440a783",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2021-11-29 18:37:40.308000+00:00",
                    "modified": "2024-04-10 23:44:19.752000+00:00",
                    "name": "SysUpdate",
                    "description": "[SysUpdate](https://attack.mitre.org/software/S0663) is a backdoor written in C++ that has been used by [Threat Group-3390](https://attack.mitre.org/groups/G0027) since at least 2020.(Citation: Trend Micro Iron Tiger April 2021)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0663",
                            "external_id": "S0663"
                        },
                        {
                            "source_name": "HyperSSL",
                            "description": "(Citation: Trend Micro Iron Tiger April 2021)"
                        },
                        {
                            "source_name": "Soldier",
                            "description": "(Citation: Trend Micro Iron Tiger April 2021)"
                        },
                        {
                            "source_name": "FOCUSFJORD",
                            "description": "(Citation: Trend Micro Iron Tiger April 2021)"
                        },
                        {
                            "source_name": "Trend Micro Iron Tiger April 2021",
                            "description": "Lunghi, D. and Lu, K. (2021, April 9). Iron Tiger APT Updates Toolkit With Evolved SysUpdate Malware. Retrieved November 12, 2021.",
                            "url": "https://www.trendmicro.com/en_us/research/21/d/iron-tiger-apt-updates-toolkit-with-evolved-sysupdate-malware-va.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "SysUpdate",
                        "HyperSSL",
                        "Soldier",
                        "FOCUSFJORD"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows",
                        "Linux"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-10 23:44:19.752000+00:00\", \"old_value\": \"2023-03-20 16:32:21.733000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "malware",
                    "id": "malware--85b39628-204a-48d2-b377-ec368cbcb7ca",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:33:15.467000+00:00",
                    "modified": "2024-04-10 22:32:05.321000+00:00",
                    "name": "TINYTYPHON",
                    "description": "[TINYTYPHON](https://attack.mitre.org/software/S0131) is a backdoor  that has been used by the actors responsible for the MONSOON campaign. The majority of its code was reportedly taken from the MyDoom worm. (Citation: Forcepoint Monsoon)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0131",
                            "external_id": "S0131"
                        },
                        {
                            "source_name": "Forcepoint Monsoon",
                            "description": "Settle, A., et al. (2016, August 8). MONSOON - Analysis Of An APT Campaign. Retrieved September 22, 2016.",
                            "url": "https://www.forcepoint.com/sites/default/files/resources/files/forcepoint-security-labs-monsoon-analysis-report.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "TINYTYPHON"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_aliases']\": [\"TINYTYPHON\"], \"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-10 22:32:05.321000+00:00\", \"old_value\": \"2018-10-17 00:14:20.652000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--7ba0fc46-197d-466d-8b9f-f1c64d5d81e5",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2018-10-17 00:14:20.652000+00:00",
                    "modified": "2024-04-10 22:26:03.638000+00:00",
                    "name": "TYPEFRAME",
                    "description": "[TYPEFRAME](https://attack.mitre.org/software/S0263) is a remote access tool that has been used by [Lazarus Group](https://attack.mitre.org/groups/G0032). (Citation: US-CERT TYPEFRAME June 2018)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0263",
                            "external_id": "S0263"
                        },
                        {
                            "source_name": "TYPEFRAME",
                            "description": "(Citation: US-CERT TYPEFRAME June 2018)"
                        },
                        {
                            "source_name": "US-CERT TYPEFRAME June 2018",
                            "description": "US-CERT. (2018, June 14). MAR-10135536-12 \u2013 North Korean Trojan: TYPEFRAME. Retrieved July 13, 2018.",
                            "url": "https://www.us-cert.gov/ncas/analysis-reports/AR18-165A"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "TYPEFRAME"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.3",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-10 22:26:03.638000+00:00\", \"old_value\": \"2023-03-26 20:22:31.288000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.3\", \"old_value\": \"1.2\"}}}",
                    "previous_version": "1.2",
                    "version_change": "1.2 \u2192 1.3"
                },
                {
                    "type": "malware",
                    "id": "malware--b143dfa4-e944-43ff-8429-bfffc308c517",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:32:14.900000+00:00",
                    "modified": "2024-04-10 22:36:03.362000+00:00",
                    "name": "Taidoor",
                    "description": "[Taidoor](https://attack.mitre.org/software/S0011) is a remote access trojan (RAT) that has been used by Chinese government cyber actors to maintain access on victim networks.(Citation: CISA MAR-10292089-1.v2 TAIDOOR August 2021) [Taidoor](https://attack.mitre.org/software/S0011) has primarily been used against Taiwanese government organizations since at least 2010.(Citation: TrendMicro Taidoor)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0011",
                            "external_id": "S0011"
                        },
                        {
                            "source_name": "CISA MAR-10292089-1.v2 TAIDOOR August 2021",
                            "description": "CISA, FBI, DOD. (2021, August). MAR-10292089-1.v2 \u2013 Chinese Remote Access Trojan: TAIDOOR. Retrieved August 24, 2021.",
                            "url": "https://us-cert.cisa.gov/ncas/analysis-reports/ar20-216a"
                        },
                        {
                            "source_name": "TrendMicro Taidoor",
                            "description": "Trend Micro. (2012). The Taidoor Campaign. Retrieved November 12, 2014.",
                            "url": "http://www.trendmicro.com/cloud-content/us/pdfs/security-intelligence/white-papers/wp_the_taidoor_campaign.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Taidoor"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "2.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-10 22:36:03.362000+00:00\", \"old_value\": \"2021-10-15 12:34:22.853000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.1\", \"old_value\": \"2.0\"}}}",
                    "previous_version": "2.0",
                    "version_change": "2.0 \u2192 2.1"
                },
                {
                    "type": "tool",
                    "id": "tool--2e45723a-31da-4a7e-aaa6-e01998a6788f",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:32:39.233000+00:00",
                    "modified": "2024-02-12 19:14:37.984000+00:00",
                    "name": "Tasklist",
                    "description": "The [Tasklist](https://attack.mitre.org/software/S0057) utility displays a list of applications and services with their Process IDs (PID) for all tasks running on either a local or a remote computer. It is packaged with Windows operating systems and can be executed from the command-line interface. (Citation: Microsoft Tasklist)",
                    "revoked": false,
                    "labels": [
                        "tool"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0057",
                            "external_id": "S0057"
                        },
                        {
                            "source_name": "Microsoft Tasklist",
                            "description": "Microsoft. (n.d.). Tasklist. Retrieved December 23, 2015.",
                            "url": "https://technet.microsoft.com/en-us/library/bb491010.aspx"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Tasklist"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-02-12 19:14:37.984000+00:00\", \"old_value\": \"2022-10-12 21:30:23.536000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "malware",
                    "id": "malware--16040b1c-ed28-4850-9d8f-bb8b81c42092",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2021-11-30 15:46:36.159000+00:00",
                    "modified": "2024-04-10 22:32:30.915000+00:00",
                    "name": "ThreatNeedle",
                    "description": "[ThreatNeedle](https://attack.mitre.org/software/S0665) is a backdoor that has been used by [Lazarus Group](https://attack.mitre.org/groups/G0032) since at least 2019 to target cryptocurrency, defense, and mobile gaming organizations.  It is considered to be an advanced cluster of [Lazarus Group](https://attack.mitre.org/groups/G0032)'s Manuscrypt (a.k.a. NukeSped) malware family.(Citation: Kaspersky ThreatNeedle Feb 2021)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0665",
                            "external_id": "S0665"
                        },
                        {
                            "source_name": "Kaspersky ThreatNeedle Feb 2021",
                            "description": "Vyacheslav Kopeytsev and Seongsu Park. (2021, February 25). Lazarus targets defense industry with ThreatNeedle. Retrieved October 27, 2021.",
                            "url": "https://securelist.com/lazarus-threatneedle/100803/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "ThreatNeedle"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-10 22:32:30.915000+00:00\", \"old_value\": \"2023-03-26 20:18:23.760000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "malware",
                    "id": "malware--0715560d-4299-4e84-9e20-6e80ab57e4f2",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2022-02-01 16:21:13.097000+00:00",
                    "modified": "2024-04-10 22:31:28.094000+00:00",
                    "name": "Torisma",
                    "description": "[Torisma](https://attack.mitre.org/software/S0678) is a second stage implant designed for specialized monitoring that has been used by [Lazarus Group](https://attack.mitre.org/groups/G0032). [Torisma](https://attack.mitre.org/software/S0678) was discovered during an investigation into the 2020 Operation North Star campaign that targeted the defense sector.(Citation: McAfee Lazarus Nov 2020)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0678",
                            "external_id": "S0678"
                        },
                        {
                            "source_name": "McAfee Lazarus Nov 2020",
                            "description": "Beek, C. (2020, November 5). Operation North Star: Behind The Scenes. Retrieved December 20, 2021.",
                            "url": "https://www.mcafee.com/blogs/other-blogs/mcafee-labs/operation-north-star-behind-the-scenes/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Torisma"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-10 22:31:28.094000+00:00\", \"old_value\": \"2023-03-21 11:45:38.621000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "malware",
                    "id": "malware--00806466-754d-44ea-ad6f-0caf59cb8556",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2018-10-17 00:14:20.652000+00:00",
                    "modified": "2024-04-10 22:28:21.746000+00:00",
                    "name": "TrickBot",
                    "description": "[TrickBot](https://attack.mitre.org/software/S0266) is a Trojan spyware program written in C++ that first emerged in September 2016 as a possible successor to [Dyre](https://attack.mitre.org/software/S0024). [TrickBot](https://attack.mitre.org/software/S0266) was developed and initially used by [Wizard Spider](https://attack.mitre.org/groups/G0102) for targeting banking sites in North America, Australia, and throughout Europe; it has since been used against all sectors worldwide as part of \"big game hunting\" ransomware campaigns.(Citation: S2 Grupo TrickBot June 2017)(Citation: Fidelis TrickBot Oct 2016)(Citation: IBM TrickBot Nov 2016)(Citation: CrowdStrike Wizard Spider October 2020)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0266",
                            "external_id": "S0266"
                        },
                        {
                            "source_name": "TrickBot",
                            "description": "(Citation: S2 Grupo TrickBot June 2017) (Citation: Trend Micro Totbrick Oct 2016) (Citation: TrendMicro Trickbot Feb 2019)"
                        },
                        {
                            "source_name": "TSPY_TRICKLOAD",
                            "description": "(Citation: Trend Micro Totbrick Oct 2016)"
                        },
                        {
                            "source_name": "Totbrick",
                            "description": "(Citation: Trend Micro Totbrick Oct 2016) (Citation: Microsoft Totbrick Oct 2017)"
                        },
                        {
                            "source_name": "Trend Micro Totbrick Oct 2016",
                            "description": "Antazo, F. (2016, October 31). TSPY_TRICKLOAD.N. Retrieved September 14, 2018.",
                            "url": "https://www.trendmicro.com/vinfo/us/threat-encyclopedia/malware/tspy_trickload.n"
                        },
                        {
                            "source_name": "IBM TrickBot Nov 2016",
                            "description": "Keshet, L. (2016, November 09). Tricks of the Trade: A Deeper Look Into TrickBot\u2019s Machinations. Retrieved August 2, 2018.",
                            "url": "https://securityintelligence.com/tricks-of-the-trade-a-deeper-look-into-trickbots-machinations/"
                        },
                        {
                            "source_name": "TrendMicro Trickbot Feb 2019",
                            "description": "Llimos, N., Pascual, C.. (2019, February 12). Trickbot Adds Remote Application Credential-Grabbing Capabilities to Its Repertoire. Retrieved March 12, 2019.",
                            "url": "https://blog.trendmicro.com/trendlabs-security-intelligence/trickbot-adds-remote-application-credential-grabbing-capabilities-to-its-repertoire/"
                        },
                        {
                            "source_name": "CrowdStrike Wizard Spider October 2020",
                            "description": "Podlosky, A., Hanel, A. et al. (2020, October 16). WIZARD SPIDER Update: Resilient, Reactive and Resolute. Retrieved June 15, 2021.",
                            "url": "https://www.crowdstrike.com/blog/wizard-spider-adversary-update/"
                        },
                        {
                            "source_name": "Microsoft Totbrick Oct 2017",
                            "description": "Pornasdoro, A. (2017, October 12). Trojan:Win32/Totbrick. Retrieved September 14, 2018.",
                            "url": "https://www.microsoft.com/en-us/wdsi/threats/malware-encyclopedia-description?Name=Trojan:Win32/Totbrick"
                        },
                        {
                            "source_name": "Fidelis TrickBot Oct 2016",
                            "description": "Reaves, J. (2016, October 15). TrickBot: We Missed you, Dyre. Retrieved August 2, 2018.",
                            "url": "https://www.fidelissecurity.com/threatgeek/2016/10/trickbot-we-missed-you-dyre"
                        },
                        {
                            "source_name": "S2 Grupo TrickBot June 2017",
                            "description": "Salinas, M., Holguin, J. (2017, June). Evolution of Trickbot. Retrieved July 31, 2018.",
                            "url": "https://www.securityartwork.es/wp-content/uploads/2017/07/Trickbot-report-S2-Grupo.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "TrickBot",
                        "Totbrick",
                        "TSPY_TRICKLOAD"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Daniyal Naeem, BT Security",
                        "Cybereason Nocturnus, @nocturnus",
                        "Omkar Gudhate",
                        "FS-ISAC"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "2.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-10 22:28:21.746000+00:00\", \"old_value\": \"2023-08-09 16:44:56.511000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.2\", \"old_value\": \"2.1\"}}}",
                    "previous_version": "2.1",
                    "version_change": "2.1 \u2192 2.2"
                },
                {
                    "type": "malware",
                    "id": "malware--518bb5f1-91f4-4ff2-b09d-5a94e1ebe95f",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-01-29 19:09:26.355000+00:00",
                    "modified": "2024-04-10 22:22:03.759000+00:00",
                    "name": "UBoatRAT",
                    "description": "[UBoatRAT](https://attack.mitre.org/software/S0333) is a remote access tool that was identified in May 2017.(Citation: PaloAlto UBoatRAT Nov 2017)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0333",
                            "external_id": "S0333"
                        },
                        {
                            "source_name": "UBoatRAT",
                            "description": "(Citation: PaloAlto UBoatRAT Nov 2017)"
                        },
                        {
                            "source_name": "PaloAlto UBoatRAT Nov 2017",
                            "description": "Hayashi, K. (2017, November 28). UBoatRAT Navigates East Asia. Retrieved January 12, 2018.",
                            "url": "https://researchcenter.paloaltonetworks.com/2017/11/unit42-uboatrat-navigates-east-asia/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "UBoatRAT"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-10 22:22:03.759000+00:00\", \"old_value\": \"2020-03-30 18:24:01.572000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "malware",
                    "id": "malware--af2ad3b7-ab6a-4807-91fd-51bcaff9acbb",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:33:17.716000+00:00",
                    "modified": "2024-04-10 22:17:40.838000+00:00",
                    "name": "USBStealer",
                    "description": "[USBStealer](https://attack.mitre.org/software/S0136) is malware that has been used by [APT28](https://attack.mitre.org/groups/G0007) since at least 2005 to extract information from air-gapped networks. It does not have the capability to communicate over the Internet and has been used in conjunction with [ADVSTORESHELL](https://attack.mitre.org/software/S0045). (Citation: ESET Sednit USBStealer 2014) (Citation: Kaspersky Sofacy)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0136",
                            "external_id": "S0136"
                        },
                        {
                            "source_name": "ESET Sednit USBStealer 2014",
                            "description": "Calvet, J. (2014, November 11). Sednit Espionage Group Attacking Air-Gapped Networks. Retrieved January 4, 2017.",
                            "url": "http://www.welivesecurity.com/2014/11/11/sednit-espionage-group-attacking-air-gapped-networks/"
                        },
                        {
                            "source_name": "Kaspersky Sofacy",
                            "description": "Kaspersky Lab's Global Research and Analysis Team. (2015, December 4). Sofacy APT hits high profile targets with updated toolset. Retrieved December 10, 2015.",
                            "url": "https://securelist.com/sofacy-apt-hits-high-profile-targets-with-updated-toolset/72924/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "USBStealer",
                        "USB Stealer",
                        "Win32/USBStealer"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.3",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-10 22:17:40.838000+00:00\", \"old_value\": \"2022-04-19 22:53:27.639000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.3\", \"old_value\": \"1.2\"}}}",
                    "previous_version": "1.2",
                    "version_change": "1.2 \u2192 1.3"
                },
                {
                    "type": "malware",
                    "id": "malware--80a014ba-3fef-4768-990b-37d8bd10d7f4",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:32:19.029000+00:00",
                    "modified": "2024-04-10 22:18:48.304000+00:00",
                    "name": "Uroburos",
                    "description": "[Uroburos](https://attack.mitre.org/software/S0022) is a sophisticated cyber espionage tool written in C that has been used by units within Russia's Federal Security Service (FSB) associated with the [Turla](https://attack.mitre.org/groups/G0010) toolset to collect intelligence on sensitive targets worldwide. [Uroburos](https://attack.mitre.org/software/S0022) has several variants and has undergone nearly constant upgrade since its initial development in 2003 to keep it viable after public disclosures. [Uroburos](https://attack.mitre.org/software/S0022) is typically deployed to external-facing nodes on a targeted network and has the ability to leverage additional tools and TTPs to further exploit an internal network. [Uroburos](https://attack.mitre.org/software/S0022) has interoperable implants for Windows, Linux, and macOS, employs a high level of stealth in communications and architecture, and can easily incorporate new or replacement components.(Citation: Joint Cybersecurity Advisory AA23-129A Snake Malware May 2023)(Citation: Kaspersky Turla)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0022",
                            "external_id": "S0022"
                        },
                        {
                            "source_name": "Snake",
                            "description": "(Citation: Joint Cybersecurity Advisory AA23-129A Snake Malware May 2023)"
                        },
                        {
                            "source_name": "Joint Cybersecurity Advisory AA23-129A Snake Malware May 2023",
                            "description": "FBI et al. (2023, May 9). Hunting Russian Intelligence \u201cSnake\u201d Malware. Retrieved June 8, 2023.",
                            "url": "https://www.cisa.gov/sites/default/files/2023-05/aa23-129a_snake_malware_2.pdf"
                        },
                        {
                            "source_name": "Kaspersky Turla",
                            "description": "Kaspersky Lab's Global Research and Analysis Team. (2014, August 7). The Epic Turla Operation: Solving some of the mysteries of Snake/Uroburos. Retrieved December 11, 2014.",
                            "url": "https://securelist.com/the-epic-turla-operation/65545/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Uroburos",
                        "Snake"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux",
                        "Windows",
                        "macOS"
                    ],
                    "x_mitre_version": "2.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-10 22:18:48.304000+00:00\", \"old_value\": \"2023-10-02 17:26:25.052000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.1\", \"old_value\": \"2.0\"}}}",
                    "previous_version": "2.0",
                    "version_change": "2.0 \u2192 2.1"
                },
                {
                    "type": "malware",
                    "id": "malware--1492d0f8-7e14-4af3-9239-bc3fe10d3407",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-06-04 18:42:22.552000+00:00",
                    "modified": "2024-04-10 22:18:21.527000+00:00",
                    "name": "Ursnif",
                    "description": "[Ursnif](https://attack.mitre.org/software/S0386) is a banking trojan and variant of the Gozi malware observed being spread through various automated exploit kits, [Spearphishing Attachment](https://attack.mitre.org/techniques/T1566/001)s, and malicious links.(Citation: NJCCIC Ursnif Sept 2016)(Citation: ProofPoint Ursnif Aug 2016) [Ursnif](https://attack.mitre.org/software/S0386) is associated primarily with data theft, but variants also include components (backdoors, spyware, file injectors, etc.) capable of a wide variety of behaviors.(Citation: TrendMicro Ursnif Mar 2015)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0386",
                            "external_id": "S0386"
                        },
                        {
                            "source_name": "Gozi-ISFB",
                            "description": "(Citation: FireEye Ursnif Nov 2017)(Citation: ProofPoint Ursnif Aug 2016)"
                        },
                        {
                            "source_name": "Ursnif",
                            "description": "(Citation: NJCCIC Ursnif Sept 2016)"
                        },
                        {
                            "source_name": "Dreambot",
                            "description": "(Citation: NJCCIC Ursnif Sept 2016)(Citation: ProofPoint Ursnif Aug 2016)"
                        },
                        {
                            "source_name": "PE_URSNIF",
                            "description": "(Citation: TrendMicro Ursnif Mar 2015)"
                        },
                        {
                            "source_name": "TrendMicro Ursnif Mar 2015",
                            "description": "Caragay, R. (2015, March 26). URSNIF: The Multifaceted Malware. Retrieved June 5, 2019.",
                            "url": "https://web.archive.org/web/20210719165945/https://www.trendmicro.com/en_us/research/15/c/ursnif-the-multifaceted-malware.html?_ga=2.165628854.808042651.1508120821-744063452.1505819992"
                        },
                        {
                            "source_name": "NJCCIC Ursnif Sept 2016",
                            "description": "NJCCIC. (2016, September 27). Ursnif. Retrieved June 4, 2019.",
                            "url": "https://www.cyber.nj.gov/threat-profiles/trojan-variants/ursnif"
                        },
                        {
                            "source_name": "ProofPoint Ursnif Aug 2016",
                            "description": "Proofpoint Staff. (2016, August 25). Nightmare on Tor Street: Ursnif variant Dreambot adds Tor functionality. Retrieved June 5, 2019.",
                            "url": "https://www.proofpoint.com/us/threat-insight/post/ursnif-variant-dreambot-adds-tor-functionality"
                        },
                        {
                            "source_name": "FireEye Ursnif Nov 2017",
                            "description": "Vaish, A. & Nemes, S. (2017, November 28). Newly Observed Ursnif Variant Employs Malicious TLS Callback Technique to Achieve Process Injection. Retrieved June 5, 2019.",
                            "url": "https://www.fireeye.com/blog/threat-research/2017/11/ursnif-variant-malicious-tls-callback-technique.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Ursnif",
                        "Gozi-ISFB",
                        "PE_URSNIF",
                        "Dreambot"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.5",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-10 22:18:21.527000+00:00\", \"old_value\": \"2023-03-22 05:42:32.541000+00:00\"}, \"root['external_references'][5]['url']\": {\"new_value\": \"https://web.archive.org/web/20210719165945/https://www.trendmicro.com/en_us/research/15/c/ursnif-the-multifaceted-malware.html?_ga=2.165628854.808042651.1508120821-744063452.1505819992\", \"old_value\": \"https://blog.trendmicro.com/trendlabs-security-intelligence/ursnif-the-multifaceted-malware/?_ga=2.165628854.808042651.1508120821-744063452.1505819992\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.5\", \"old_value\": \"1.4\"}}}",
                    "previous_version": "1.4",
                    "version_change": "1.4 \u2192 1.5"
                },
                {
                    "type": "malware",
                    "id": "malware--5189f018-fea2-45d7-b0ed-23f9ee0a46f3",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2018-10-17 00:14:20.652000+00:00",
                    "modified": "2024-04-10 22:17:02.480000+00:00",
                    "name": "VERMIN",
                    "description": "[VERMIN](https://attack.mitre.org/software/S0257) is a remote access tool written in the Microsoft .NET framework. It is mostly composed of original code, but also has some open source code. (Citation: Unit 42 VERMIN Jan 2018)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0257",
                            "external_id": "S0257"
                        },
                        {
                            "source_name": "VERMIN",
                            "description": "(Citation: Unit 42 VERMIN Jan 2018)"
                        },
                        {
                            "source_name": "Unit 42 VERMIN Jan 2018",
                            "description": "Lancaster, T., Cortes, J. (2018, January 29). VERMIN: Quasar RAT and Custom Malware Used In Ukraine. Retrieved July 5, 2018.",
                            "url": "https://researchcenter.paloaltonetworks.com/2018/01/unit42-vermin-quasar-rat-custom-malware-used-ukraine/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "VERMIN"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-10 22:17:02.480000+00:00\", \"old_value\": \"2020-03-30 18:26:04.840000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "malware",
                    "id": "malware--495b6cdb-7b5a-4fbc-8d33-e7ef68806d08",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2018-01-16 16:13:52.465000+00:00",
                    "modified": "2024-04-10 22:16:05.440000+00:00",
                    "name": "Volgmer",
                    "description": "[Volgmer](https://attack.mitre.org/software/S0180) is a backdoor Trojan designed to provide covert access to a compromised system. It has been used since at least 2013 to target the government, financial, automotive, and media industries. Its primary delivery mechanism is suspected to be spearphishing. (Citation: US-CERT Volgmer Nov 2017)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0180",
                            "external_id": "S0180"
                        },
                        {
                            "source_name": "Volgmer",
                            "description": "(Citation: US-CERT Volgmer Nov 2017) (Citation: US-CERT Volgmer 2 Nov 2017) (Citation: Symantec Volgmer Aug 2014)"
                        },
                        {
                            "source_name": "US-CERT Volgmer 2 Nov 2017",
                            "description": "US-CERT. (2017, November 01). Malware Analysis Report (MAR) - 10135536-D. Retrieved July 16, 2018.",
                            "url": "https://www.us-cert.gov/sites/default/files/publications/MAR-10135536-D_WHITE_S508C.PDF"
                        },
                        {
                            "source_name": "US-CERT Volgmer Nov 2017",
                            "description": "US-CERT. (2017, November 22). Alert (TA17-318B): HIDDEN COBRA \u2013 North Korean Trojan: Volgmer. Retrieved December 7, 2017.",
                            "url": "https://www.us-cert.gov/ncas/alerts/TA17-318B"
                        },
                        {
                            "source_name": "Symantec Volgmer Aug 2014",
                            "description": "Yagi, J. (2014, August 24). Trojan.Volgmer. Retrieved July 16, 2018.",
                            "url": "https://web.archive.org/web/20181126143456/https://www.symantec.com/security-center/writeup/2014-081811-3237-99?tabid=2"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Volgmer"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.3",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-10 22:16:05.440000+00:00\", \"old_value\": \"2023-03-26 20:40:35.183000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.3\", \"old_value\": \"1.2\"}}}",
                    "previous_version": "1.2",
                    "version_change": "1.2 \u2192 1.3"
                },
                {
                    "type": "malware",
                    "id": "malware--46cbafbc-8907-42d3-9002-5327c26f8927",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2021-05-20 17:44:26.582000+00:00",
                    "modified": "2024-03-25 19:46:59.150000+00:00",
                    "name": "WastedLocker",
                    "description": "[WastedLocker](https://attack.mitre.org/software/S0612) is a ransomware family attributed to [Indrik Spider](https://attack.mitre.org/groups/G0119) that has been used since at least May 2020. [WastedLocker](https://attack.mitre.org/software/S0612) has been used against a broad variety of sectors, including manufacturing, information technology, and media.(Citation: Symantec WastedLocker June 2020)(Citation: NCC Group WastedLocker June 2020)(Citation: Sentinel Labs WastedLocker July 2020) ",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0612",
                            "external_id": "S0612"
                        },
                        {
                            "source_name": "WastedLocker",
                            "description": "(Citation: Symantec WastedLocker June 2020)(Citation: NCC Group WastedLocker June 2020) "
                        },
                        {
                            "source_name": "NCC Group WastedLocker June 2020",
                            "description": "Antenucci, S., Pantazopoulos, N., Sandee, M. (2020, June 23). WastedLocker: A New Ransomware Variant Developed By The Evil Corp Group. Retrieved September 14, 2021.",
                            "url": "https://research.nccgroup.com/2020/06/23/wastedlocker-a-new-ransomware-variant-developed-by-the-evil-corp-group/"
                        },
                        {
                            "source_name": "Symantec WastedLocker June 2020",
                            "description": "Symantec Threat Intelligence. (2020, June 25). WastedLocker: Symantec Identifies Wave of Attacks Against U.S. Organizations. Retrieved May 20, 2021.",
                            "url": "https://symantec-enterprise-blogs.security.com/blogs/threat-intelligence/wastedlocker-ransomware-us"
                        },
                        {
                            "source_name": "Sentinel Labs WastedLocker July 2020",
                            "description": "Walter, J.. (2020, July 23). WastedLocker Ransomware: Abusing ADS and NTFS File Attributes. Retrieved September 14, 2021.",
                            "url": "https://www.sentinelone.com/labs/wastedlocker-ransomware-abusing-ads-and-ntfs-file-attributes/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "WastedLocker"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Daniyal Naeem, BT Security"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-03-25 19:46:59.150000+00:00\", \"old_value\": \"2021-09-27 17:36:37.593000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--f3f1fbed-7e29-49cb-8579-4a378f858deb",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2021-02-22 16:35:33.673000+00:00",
                    "modified": "2024-04-10 22:14:28.440000+00:00",
                    "name": "Waterbear",
                    "description": "[Waterbear](https://attack.mitre.org/software/S0579) is modular malware attributed to [BlackTech](https://attack.mitre.org/groups/G0098) that has been used primarily for lateral movement, decrypting, and triggering payloads and is capable of hiding network behaviors.(Citation: Trend Micro Waterbear December 2019)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0579",
                            "external_id": "S0579"
                        },
                        {
                            "source_name": "Waterbear",
                            "description": "(Citation: Trend Micro Waterbear December 2019)"
                        },
                        {
                            "source_name": "Trend Micro Waterbear December 2019",
                            "description": "Su, V. et al. (2019, December 11). Waterbear Returns, Uses API Hooking to Evade Security. Retrieved February 22, 2021.",
                            "url": "https://www.trendmicro.com/en_us/research/19/l/waterbear-is-back-uses-api-hooking-to-evade-security-product-detection.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Waterbear"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-10 22:14:28.440000+00:00\", \"old_value\": \"2022-03-25 16:46:35.932000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "malware",
                    "id": "malware--49fee0b0-390e-4bde-97f8-97ed46bd19b7",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2022-03-10 16:42:36.137000+00:00",
                    "modified": "2024-04-10 22:13:49.349000+00:00",
                    "name": "WhisperGate",
                    "description": "[WhisperGate](https://attack.mitre.org/software/S0689) is a multi-stage wiper designed to look like ransomware that has been used against multiple government, non-profit, and information technology organizations in Ukraine since at least January 2022.(Citation: Cybereason WhisperGate February 2022)(Citation: Unit 42 WhisperGate January 2022)(Citation: Microsoft WhisperGate January 2022)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0689",
                            "external_id": "S0689"
                        },
                        {
                            "source_name": "Cybereason WhisperGate February 2022",
                            "description": "Cybereason Nocturnus. (2022, February 15). Cybereason vs. WhisperGate and HermeticWiper. Retrieved March 10, 2022.",
                            "url": "https://www.cybereason.com/blog/cybereason-vs.-whispergate-wiper"
                        },
                        {
                            "source_name": "Unit 42 WhisperGate January 2022",
                            "description": "Falcone, R. et al.. (2022, January 20). Threat Brief: Ongoing Russia and Ukraine Cyber Conflict. Retrieved March 10, 2022.",
                            "url": "https://unit42.paloaltonetworks.com/ukraine-cyber-conflict-cve-2021-32648-whispergate/#whispergate-malware-family"
                        },
                        {
                            "source_name": "Microsoft WhisperGate January 2022",
                            "description": "MSTIC. (2022, January 15). Destructive malware targeting Ukrainian organizations. Retrieved March 10, 2022.",
                            "url": "https://www.microsoft.com/security/blog/2022/01/15/destructive-malware-targeting-ukrainian-organizations/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "WhisperGate"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Phill Taylor, BT Security",
                        "Matt Brenton, Zurich Global Information Security"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-10 22:13:49.349000+00:00\", \"old_value\": \"2023-04-05 20:48:07.280000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "malware",
                    "id": "malware--0d1f9f5b-11ea-42c3-b5f4-63cce0122541",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-06-04 19:01:53.566000+00:00",
                    "modified": "2024-04-10 20:39:43.747000+00:00",
                    "name": "WindTail",
                    "description": "[WindTail](https://attack.mitre.org/software/S0466) is a macOS surveillance implant used by [Windshift](https://attack.mitre.org/groups/G0112). [WindTail](https://attack.mitre.org/software/S0466) shares code similarities with Hack Back aka KitM OSX.(Citation: SANS Windshift August 2018)(Citation: objective-see windtail1 dec 2018)(Citation: objective-see windtail2 jan 2019)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0466",
                            "external_id": "S0466"
                        },
                        {
                            "source_name": "SANS Windshift August 2018",
                            "description": "Karim, T. (2018, August). TRAILS OF WINDSHIFT. Retrieved June 25, 2020.",
                            "url": "https://www.sans.org/cyber-security-summit/archives/file/summit-archive-1554718868.pdf"
                        },
                        {
                            "source_name": "objective-see windtail1 dec 2018",
                            "description": "Wardle, Patrick. (2018, December 20). Middle East Cyber-Espionage analyzing WindShift's implant: OSX.WindTail (part 1). Retrieved October 3, 2019.",
                            "url": "https://objective-see.com/blog/blog_0x3B.html"
                        },
                        {
                            "source_name": "objective-see windtail2 jan 2019",
                            "description": "Wardle, Patrick. (2019, January 15). Middle East Cyber-Espionage analyzing WindShift's implant: OSX.WindTail (part 2). Retrieved October 3, 2019.",
                            "url": "https://objective-see.com/blog/blog_0x3D.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "WindTail"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "macOS"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-10 20:39:43.747000+00:00\", \"old_value\": \"2022-04-20 22:03:11.833000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--8787e86d-8475-4f13-acea-d33eb83b6105",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-04-29 15:06:59.171000+00:00",
                    "modified": "2024-04-10 20:36:12.150000+00:00",
                    "name": "Winnti for Linux",
                    "description": "[Winnti for Linux](https://attack.mitre.org/software/S0430) is a trojan, seen since at least 2015, designed specifically for targeting Linux systems. Reporting indicates the winnti malware family is shared across a number of actors including [Winnti Group](https://attack.mitre.org/groups/G0044). The Windows variant is tracked separately under [Winnti for Windows](https://attack.mitre.org/software/S0141).(Citation: Chronicle Winnti for Linux May 2019)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0430",
                            "external_id": "S0430"
                        },
                        {
                            "source_name": "Chronicle Winnti for Linux May 2019",
                            "description": "Chronicle Blog. (2019, May 15). Winnti: More than just Windows and Gates. Retrieved April 29, 2020.",
                            "url": "https://medium.com/chronicle-blog/winnti-more-than-just-windows-and-gates-e4f03436031a"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Winnti for Linux"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Linux"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-10 20:36:12.150000+00:00\", \"old_value\": \"2020-07-01 18:34:02.367000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--d3afa961-a80c-4043-9509-282cdf69ab21",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:33:21.027000+00:00",
                    "modified": "2024-04-10 20:35:29.262000+00:00",
                    "name": "Winnti for Windows",
                    "description": "[Winnti for Windows](https://attack.mitre.org/software/S0141) is a modular remote access Trojan (RAT) that has been used likely by multiple groups to carry out intrusions in various regions since at least 2010, including by one group referred to as the same name, [Winnti Group](https://attack.mitre.org/groups/G0044).(Citation: Kaspersky Winnti April 2013)(Citation: Microsoft Winnti Jan 2017)(Citation: Novetta Winnti April 2015)(Citation: 401 TRG Winnti Umbrella May 2018). The Linux variant is tracked separately under [Winnti for Linux](https://attack.mitre.org/software/S0430).(Citation: Chronicle Winnti for Linux May 2019)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0141",
                            "external_id": "S0141"
                        },
                        {
                            "source_name": "Microsoft Winnti Jan 2017",
                            "description": "Cap, P., et al. (2017, January 25). Detecting threat actors in recent German industrial attacks with Windows Defender ATP. Retrieved February 8, 2017.",
                            "url": "https://blogs.technet.microsoft.com/mmpc/2017/01/25/detecting-threat-actors-in-recent-german-industrial-attacks-with-windows-defender-atp/"
                        },
                        {
                            "source_name": "Chronicle Winnti for Linux May 2019",
                            "description": "Chronicle Blog. (2019, May 15). Winnti: More than just Windows and Gates. Retrieved April 29, 2020.",
                            "url": "https://medium.com/chronicle-blog/winnti-more-than-just-windows-and-gates-e4f03436031a"
                        },
                        {
                            "source_name": "401 TRG Winnti Umbrella May 2018",
                            "description": "Hegel, T. (2018, May 3). Burning Umbrella: An Intelligence Report on the Winnti Umbrella and Associated State-Sponsored Attackers. Retrieved July 8, 2018.",
                            "url": "https://401trg.github.io/pages/burning-umbrella.html"
                        },
                        {
                            "source_name": "Kaspersky Winnti April 2013",
                            "description": "Kaspersky Lab's Global Research and Analysis Team. (2013, April 11). Winnti. More than just a game. Retrieved February 8, 2017.",
                            "url": "https://securelist.com/winnti-more-than-just-a-game/37029/"
                        },
                        {
                            "source_name": "Novetta Winnti April 2015",
                            "description": "Novetta Threat Research Group. (2015, April 7). Winnti Analysis. Retrieved February 8, 2017.",
                            "url": "https://web.archive.org/web/20150412223949/http://www.novetta.com/wp-content/uploads/2015/04/novetta_winntianalysis.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Winnti for Windows"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "3.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-10 20:35:29.262000+00:00\", \"old_value\": \"2023-03-20 22:02:53.982000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"3.1\", \"old_value\": \"3.0\"}}}",
                    "previous_version": "3.0",
                    "version_change": "3.0 \u2192 3.1"
                },
                {
                    "type": "malware",
                    "id": "malware--3bc7e862-5610-4c02-9c48-15b2e2dc1ddb",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2023-02-14 16:52:39.925000+00:00",
                    "modified": "2024-04-10 20:34:14.166000+00:00",
                    "name": "Woody RAT",
                    "description": " [Woody RAT](https://attack.mitre.org/software/S1065) is a remote access trojan (RAT) that has been used since at least August 2021 against Russian organizations.(Citation: MalwareBytes WoodyRAT Aug 2022)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1065",
                            "external_id": "S1065"
                        },
                        {
                            "source_name": "MalwareBytes WoodyRAT Aug 2022",
                            "description": "MalwareBytes Threat Intelligence Team. (2022, August 3). Woody RAT: A new feature-rich malware spotted in the wild. Retrieved December 6, 2022.",
                            "url": "https://www.malwarebytes.com/blog/threat-intelligence/2022/08/woody-rat-a-new-feature-rich-malware-spotted-in-the-wild"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Woody RAT"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Yoshihiro Kori, NEC Corporation",
                        "Pooja Natarajan, NEC Corporation India",
                        "Manikantan Srinivasan, NEC Corporation India",
                        "Adam Lichters"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-10 20:34:14.166000+00:00\", \"old_value\": \"2023-04-17 14:58:02.400000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--cb444a16-3ea5-4a91-88c6-f329adcb8af3",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-06-17 18:49:30.307000+00:00",
                    "modified": "2024-04-19 13:19:32.736000+00:00",
                    "name": "YAHOYAH",
                    "description": "[YAHOYAH](https://attack.mitre.org/software/S0388) is a Trojan used by [Tropic Trooper](https://attack.mitre.org/groups/G0081) as a second-stage backdoor.(Citation: TrendMicro TropicTrooper 2015)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0388",
                            "external_id": "S0388"
                        },
                        {
                            "source_name": "TrendMicro TropicTrooper 2015",
                            "description": "Alintanahin, K. (2015). Operation Tropic Trooper: Relying on Tried-and-Tested Flaws to Infiltrate Secret Keepers. Retrieved June 14, 2019.",
                            "url": "https://documents.trendmicro.com/assets/wp/wp-operation-tropic-trooper.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "YAHOYAH"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"dictionary_item_removed\": {\"root['x_mitre_contributors']\": [\"Bart Parys\"]}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-19 13:19:32.736000+00:00\", \"old_value\": \"2023-03-23 15:24:22.256000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "malware",
                    "id": "malware--4ab44516-ad75-4e43-a280-705dc0420e2f",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2018-04-18 17:59:24.739000+00:00",
                    "modified": "2024-04-10 20:32:14.510000+00:00",
                    "name": "ZeroT",
                    "description": "[ZeroT](https://attack.mitre.org/software/S0230) is a Trojan used by [TA459](https://attack.mitre.org/groups/G0062), often in conjunction with [PlugX](https://attack.mitre.org/software/S0013). (Citation: Proofpoint TA459 April 2017) (Citation: Proofpoint ZeroT Feb 2017)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0230",
                            "external_id": "S0230"
                        },
                        {
                            "source_name": "ZeroT",
                            "description": "(Citation: Proofpoint TA459 April 2017) (Citation: Proofpoint ZeroT Feb 2017)"
                        },
                        {
                            "source_name": "Proofpoint TA459 April 2017",
                            "description": "Axel F. (2017, April 27). APT Targets Financial Analysts with CVE-2017-0199. Retrieved February 15, 2018.",
                            "url": "https://www.proofpoint.com/us/threat-insight/post/apt-targets-financial-analysts"
                        },
                        {
                            "source_name": "Proofpoint ZeroT Feb 2017",
                            "description": "Huss, D., et al. (2017, February 2). Oops, they did it again: APT Targets Russia and Belarus with ZeroT and PlugX. Retrieved April 5, 2018.",
                            "url": "https://www.proofpoint.com/us/threat-insight/post/APT-targets-russia-belarus-zerot-plugx"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "ZeroT"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-10 20:32:14.510000+00:00\", \"old_value\": \"2020-03-30 18:31:33.197000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "malware",
                    "id": "malware--198db886-47af-4f4c-bff5-11b891f85946",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-01-29 17:59:43.600000+00:00",
                    "modified": "2024-04-10 20:31:00.234000+00:00",
                    "name": "Zeus Panda",
                    "description": "[Zeus Panda](https://attack.mitre.org/software/S0330) is a Trojan designed to steal banking information and other sensitive credentials for exfiltration. [Zeus Panda](https://attack.mitre.org/software/S0330)\u2019s original source code was leaked in 2011, allowing threat actors to use its source code as a basis for new malware variants. It is mainly used to target Windows operating systems ranging from Windows XP through Windows 10.(Citation: Talos Zeus Panda Nov 2017)(Citation: GDATA Zeus Panda June 2017)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0330",
                            "external_id": "S0330"
                        },
                        {
                            "source_name": "Zeus Panda",
                            "description": "(Citation: Talos Zeus Panda Nov 2017)(Citation: GDATA Zeus Panda June 2017)"
                        },
                        {
                            "source_name": "Talos Zeus Panda Nov 2017",
                            "description": "Brumaghin, E., et al. (2017, November 02). Poisoning the Well: Banking Trojan Targets Google Search Results. Retrieved November 5, 2018.",
                            "url": "https://blog.talosintelligence.com/2017/11/zeus-panda-campaign.html#More"
                        },
                        {
                            "source_name": "GDATA Zeus Panda June 2017",
                            "description": "Ebach, L. (2017, June 22). Analysis Results of Zeus.Variant.Panda. Retrieved November 5, 2018.",
                            "url": "https://cyberwtf.files.wordpress.com/2017/07/panda-whitepaper.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Zeus Panda"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.4",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-10 20:31:00.234000+00:00\", \"old_value\": \"2023-03-22 05:47:42.436000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.4\", \"old_value\": \"1.3\"}}}",
                    "previous_version": "1.3",
                    "version_change": "1.3 \u2192 1.4"
                },
                {
                    "type": "malware",
                    "id": "malware--fb28627c-d6ea-4c35-b138-ab5e96ae5445",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2022-01-09 22:02:05.615000+00:00",
                    "modified": "2024-04-10 20:30:02.520000+00:00",
                    "name": "Zox",
                    "description": "[Zox](https://attack.mitre.org/software/S0672) is a remote access tool that has been used by [Axiom](https://attack.mitre.org/groups/G0001) since at least 2008.(Citation: Novetta-Axiom)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0672",
                            "external_id": "S0672"
                        },
                        {
                            "source_name": "Gresim",
                            "description": "(Citation: Novetta-Axiom)"
                        },
                        {
                            "source_name": "ZoxRPC",
                            "description": "(Citation: Novetta-Axiom)"
                        },
                        {
                            "source_name": "ZoxPNG",
                            "description": "(Citation: Novetta-Axiom)"
                        },
                        {
                            "source_name": "Novetta-Axiom",
                            "description": "Novetta. (n.d.). Operation SMN: Axiom Threat Actor Group Report. Retrieved November 12, 2014.",
                            "url": "https://web.archive.org/web/20230115144216/http://www.novetta.com/wp-content/uploads/2014/11/Executive_Summary-Final_1.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Zox",
                        "Gresim",
                        "ZoxRPC",
                        "ZoxPNG"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-10 20:30:02.520000+00:00\", \"old_value\": \"2023-03-20 22:03:44.670000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--97cfbdc6-504d-41e9-a46c-78a9f806ff0d",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2022-06-02 12:27:33.899000+00:00",
                    "modified": "2024-04-10 20:29:50.729000+00:00",
                    "name": "ZxxZ",
                    "description": "[ZxxZ](https://attack.mitre.org/software/S1013) is a trojan written in Visual C++ that has been used by [BITTER](https://attack.mitre.org/groups/G1002) since at least August 2021, including against Bangladeshi government personnel.(Citation: Cisco Talos Bitter Bangladesh May 2022)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1013",
                            "external_id": "S1013"
                        },
                        {
                            "source_name": "Cisco Talos Bitter Bangladesh May 2022",
                            "description": "Raghuprasad, C . (2022, May 11). Bitter APT adds Bangladesh to their targets. Retrieved June 1, 2022.",
                            "url": "https://blog.talosintelligence.com/2022/05/bitter-apt-adds-bangladesh-to-their.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "ZxxZ"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_aliases']\": [\"ZxxZ\"]}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-10 20:29:50.729000+00:00\", \"old_value\": \"2022-06-02 12:27:58.811000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--88c621a7-aef9-4ae0-94e3-1fc87123eb24",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:32:24.937000+00:00",
                    "modified": "2024-02-06 19:00:45.557000+00:00",
                    "name": "gh0st RAT",
                    "description": "[gh0st RAT](https://attack.mitre.org/software/S0032) is a remote access tool (RAT). The source code is public and it has been used by multiple groups.(Citation: FireEye Hacking Team)(Citation: Arbor Musical Chairs Feb 2018)(Citation: Nccgroup Gh0st April 2018)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0032",
                            "external_id": "S0032"
                        },
                        {
                            "source_name": "gh0st RAT",
                            "description": "(Citation: FireEye Hacking Team)(Citation: Nccgroup Gh0st April 2018)"
                        },
                        {
                            "source_name": "Mydoor",
                            "description": "(Citation: Novetta-Axiom)"
                        },
                        {
                            "source_name": "Moudoor",
                            "description": "(Citation: Novetta-Axiom)"
                        },
                        {
                            "source_name": "FireEye Hacking Team",
                            "description": "FireEye Threat Intelligence. (2015, July 13). Demonstrating Hustle, Chinese APT Groups Quickly Use Zero-Day Vulnerability (CVE-2015-5119) Following Hacking Team Leak. Retrieved January 25, 2016.",
                            "url": "https://www.fireeye.com/blog/threat-research/2015/07/demonstrating_hustle.html"
                        },
                        {
                            "source_name": "Novetta-Axiom",
                            "description": "Novetta. (n.d.). Operation SMN: Axiom Threat Actor Group Report. Retrieved November 12, 2014.",
                            "url": "https://web.archive.org/web/20230115144216/http://www.novetta.com/wp-content/uploads/2014/11/Executive_Summary-Final_1.pdf"
                        },
                        {
                            "source_name": "Nccgroup Gh0st April 2018",
                            "description": "Pantazopoulos, N. (2018, April 17). Decoding network data from a Gh0st RAT variant. Retrieved November 2, 2018.",
                            "url": "https://research.nccgroup.com/2018/04/17/decoding-network-data-from-a-gh0st-rat-variant/"
                        },
                        {
                            "source_name": "Arbor Musical Chairs Feb 2018",
                            "description": "Sabo, S. (2018, February 15). Musical Chairs Playing Tetris. Retrieved February 19, 2018.",
                            "url": "https://www.arbornetworks.com/blog/asert/musical-chairs-playing-tetris/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "gh0st RAT",
                        "Mydoor",
                        "Moudoor"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows",
                        "macOS"
                    ],
                    "x_mitre_version": "3.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-02-06 19:00:45.557000+00:00\", \"old_value\": \"2023-03-20 22:03:44.666000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"3.2\", \"old_value\": \"3.1\"}}}",
                    "previous_version": "3.1",
                    "version_change": "3.1 \u2192 3.2"
                },
                {
                    "type": "malware",
                    "id": "malware--df350889-4de9-44e5-8cb3-888b8343e97c",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2023-01-24 00:12:34.751000+00:00",
                    "modified": "2024-04-11 00:45:31.029000+00:00",
                    "name": "metaMain",
                    "description": "[metaMain](https://attack.mitre.org/software/S1059) is a backdoor used by [Metador](https://attack.mitre.org/groups/G1013) to maintain long-term access to compromised machines; it has also been used to decrypt [Mafalda](https://attack.mitre.org/software/S1060) into memory.(Citation: SentinelLabs Metador Sept 2022)(Citation: SentinelLabs Metador Technical Appendix Sept 2022)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1059",
                            "external_id": "S1059"
                        },
                        {
                            "source_name": "SentinelLabs Metador Sept 2022",
                            "description": "Ehrlich, A., et al. (2022, September). THE MYSTERY OF METADOR | AN UNATTRIBUTED THREAT HIDING IN TELCOS, ISPS, AND UNIVERSITIES. Retrieved January 23, 2023.",
                            "url": "https://assets.sentinelone.com/sentinellabs22/metador#page=1"
                        },
                        {
                            "source_name": "SentinelLabs Metador Technical Appendix Sept 2022",
                            "description": "SentinelLabs. (2022, September 22). Metador Technical Appendix. Retrieved April 4, 2023.",
                            "url": "https://docs.google.com/document/d/1e9ZTW9b71YwFWS_18ZwDAxa-cYbV8q1wUefmKZLYVsA/edit#heading=h.lmnbtht1ikzm"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "metaMain"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Massimiliano Romano, BT Security"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:45:31.029000+00:00\", \"old_value\": \"2023-04-05 14:09:42.670000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "tool",
                    "id": "tool--4664b683-f578-434f-919b-1c1aad2a1111",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:33:04.545000+00:00",
                    "modified": "2024-01-23 19:57:39.135000+00:00",
                    "name": "netstat",
                    "description": "[netstat](https://attack.mitre.org/software/S0104) is an operating system utility that displays active TCP connections, listening ports, and network statistics. (Citation: TechNet Netstat)",
                    "revoked": false,
                    "labels": [
                        "tool"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0104",
                            "external_id": "S0104"
                        },
                        {
                            "source_name": "TechNet Netstat",
                            "description": "Microsoft. (n.d.). Netstat. Retrieved April 17, 2016.",
                            "url": "https://technet.microsoft.com/en-us/library/bb490947.aspx"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "netstat"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.3",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-01-23 19:57:39.135000+00:00\", \"old_value\": \"2023-07-25 19:25:05.678000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.3\", \"old_value\": \"1.2\"}}}",
                    "previous_version": "1.2",
                    "version_change": "1.2 \u2192 1.3"
                },
                {
                    "type": "malware",
                    "id": "malware--d906e6f7-434c-44c0-b51a-ed50af8f7945",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-06-04 17:52:28.806000+00:00",
                    "modified": "2024-04-11 00:33:37.539000+00:00",
                    "name": "njRAT",
                    "description": "[njRAT](https://attack.mitre.org/software/S0385) is a remote access tool (RAT) that was first observed in 2012. It has been used by threat actors in the Middle East.(Citation: Fidelis njRAT June 2013)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0385",
                            "external_id": "S0385"
                        },
                        {
                            "source_name": "LV",
                            "description": "(Citation: Fidelis njRAT June 2013)"
                        },
                        {
                            "source_name": "Bladabindi",
                            "description": "(Citation: Fidelis njRAT June 2013)(Citation: Trend Micro njRAT 2018)"
                        },
                        {
                            "source_name": "FireEye Njw0rm Aug 2013",
                            "description": "Dawda, U. and Villeneuve, N. (2013, August 30). Njw0rm - Brother From the Same Mother. Retrieved June 4, 2019.",
                            "url": "https://www.fireeye.com/blog/threat-research/2013/08/njw0rm-brother-from-the-same-mother.html"
                        },
                        {
                            "source_name": "Fidelis njRAT June 2013",
                            "description": "Fidelis Cybersecurity. (2013, June 28). Fidelis Threat Advisory #1009: \"njRAT\" Uncovered. Retrieved June 4, 2019.",
                            "url": "https://www.threatminer.org/_reports/2013/fta-1009---njrat-uncovered-1.pdf"
                        },
                        {
                            "source_name": "Trend Micro njRAT 2018",
                            "description": "Pascual, C. (2018, November 27). AutoIt-Compiled Worm Affecting Removable Media Delivers Fileless Version of BLADABINDI/njRAT Backdoor. Retrieved June 4, 2019.",
                            "url": "https://blog.trendmicro.com/trendlabs-security-intelligence/autoit-compiled-worm-affecting-removable-media-delivers-fileless-version-of-bladabindi-njrat-backdoor/"
                        },
                        {
                            "source_name": "Njw0rm",
                            "description": "Some sources have discussed Njw0rm as a later variant of [njRAT](https://attack.mitre.org/software/S0385), where Njw0rm adds the ability to spread via removable devices such as USB drives.(Citation: FireEye Njw0rm Aug 2013) Other sources contain that functionality in their description of [njRAT](https://attack.mitre.org/software/S0385) itself.(Citation: Fidelis njRAT June 2013)(Citation: Trend Micro njRAT 2018)"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "njRAT",
                        "Njw0rm",
                        "LV",
                        "Bladabindi"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.6",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:33:37.539000+00:00\", \"old_value\": \"2023-09-20 20:03:22.206000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.6\", \"old_value\": \"1.5\"}}}",
                    "previous_version": "1.5",
                    "version_change": "1.5 \u2192 1.6"
                }
            ],
            "other_version_changes": [],
            "patches": [
                {
                    "type": "malware",
                    "id": "malware--e401d4fe-f0c9-44f0-98e6-f93487678808",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2021-01-04 20:42:21.997000+00:00",
                    "modified": "2024-04-11 16:06:34.700000+00:00",
                    "name": "Industroyer",
                    "description": "[Industroyer](https://attack.mitre.org/software/S0604) is a sophisticated malware framework designed to cause an impact to the working processes of Industrial Control Systems (ICS), specifically components used in electrical substations.(Citation: ESET Industroyer) [Industroyer](https://attack.mitre.org/software/S0604) was used in the attacks on the Ukrainian power grid in December 2016.(Citation: Dragos Crashoverride 2017) This is the first publicly known malware specifically designed to target and impact operations in the electric grid.(Citation: Dragos Crashoverride 2018)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0604",
                            "external_id": "S0604"
                        },
                        {
                            "source_name": "CRASHOVERRIDE",
                            "description": "(Citation: Dragos Crashoverride 2017)"
                        },
                        {
                            "source_name": "Win32/Industroyer",
                            "description": "(Citation: ESET Industroyer)"
                        },
                        {
                            "source_name": "ESET Industroyer",
                            "description": "Anton Cherepanov. (2017, June 12). Win32/Industroyer: A new threat for industrial controls systems. Retrieved December 18, 2020.",
                            "url": "https://www.welivesecurity.com/wp-content/uploads/2017/06/Win32_Industroyer.pdf"
                        },
                        {
                            "source_name": "Dragos Crashoverride 2017",
                            "description": "Dragos Inc.. (2017, June 13). CRASHOVERRIDE Analysis of the Threat to Electric Grid Operations. Retrieved December 18, 2020.",
                            "url": "https://dragos.com/blog/crashoverride/CrashOverride-01.pdf"
                        },
                        {
                            "source_name": "Dragos Crashoverride 2018",
                            "description": "Joe Slowik. (2018, October 12). Anatomy of an Attack: Detecting and Defeating CRASHOVERRIDE. Retrieved December 18, 2020.",
                            "url": "https://www.dragos.com/wp-content/uploads/CRASHOVERRIDE2018.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Industroyer",
                        "CRASHOVERRIDE",
                        "Win32/Industroyer"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Dragos Threat Intelligence",
                        "Joe Slowik - Dragos"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack",
                        "ics-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 16:06:34.700000+00:00\", \"old_value\": \"2023-10-17 20:09:38.062000+00:00\"}, \"root['x_mitre_contributors'][0]\": {\"new_value\": \"Dragos Threat Intelligence\", \"old_value\": \"Dragos  Threat  Intelligence\"}}}",
                    "previous_version": "1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--4b072c90-bc7a-432b-940e-016fc1c01761",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2018-10-17 00:14:20.652000+00:00",
                    "modified": "2024-01-10 15:18:40.400000+00:00",
                    "name": "Keydnap",
                    "description": "This piece of malware steals the content of the user's keychain while maintaining a permanent backdoor  (Citation: OSX Keydnap malware).",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0276",
                            "external_id": "S0276"
                        },
                        {
                            "source_name": "OSX/Keydnap",
                            "description": "(Citation: OSX Keydnap malware)"
                        },
                        {
                            "source_name": "Keydnap",
                            "description": "(Citation: synack 2016 review)"
                        },
                        {
                            "source_name": "OSX Keydnap malware",
                            "description": "Marc-Etienne M.Leveille. (2016, July 6). New OSX/Keydnap malware is hungry for credentials. Retrieved July 3, 2017.",
                            "url": "https://www.welivesecurity.com/2016/07/06/new-osxkeydnap-malware-hungry-credentials/"
                        },
                        {
                            "source_name": "synack 2016 review",
                            "description": "Patrick Wardle. (2017, January 1). Mac Malware of 2016. Retrieved September 21, 2018.",
                            "url": "https://objective-see.org/blog/blog_0x16.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Keydnap",
                        "OSX/Keydnap"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "macOS"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-01-10 15:18:40.400000+00:00\", \"old_value\": \"2021-10-17 14:35:31.022000+00:00\"}, \"root['external_references'][4]['url']\": {\"new_value\": \"https://objective-see.org/blog/blog_0x16.html\", \"old_value\": \"https://www.synack.com/2017/01/01/mac-malware-2016/\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}}}",
                    "previous_version": "1.2"
                },
                {
                    "type": "malware",
                    "id": "malware--1d808f62-cf63-4063-9727-ff6132514c22",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:33:06.433000+00:00",
                    "modified": "2023-12-26 19:55:54.848000+00:00",
                    "name": "WEBC2",
                    "description": "[WEBC2](https://attack.mitre.org/software/S0109) is a family of backdoor malware used by [APT1](https://attack.mitre.org/groups/G0006) as early as July 2006. [WEBC2](https://attack.mitre.org/software/S0109) backdoors are designed to retrieve a webpage, with commands hidden in HTML comments or special tags, from a predetermined C2 server. (Citation: Mandiant APT1 Appendix)(Citation: Mandiant APT1)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0109",
                            "external_id": "S0109"
                        },
                        {
                            "source_name": "WEBC2",
                            "description": "(Citation: Mandiant APT1)"
                        },
                        {
                            "source_name": "Mandiant APT1 Appendix",
                            "description": "Mandiant. (n.d.). Appendix C (Digital) - The Malware Arsenal. Retrieved July 18, 2016.",
                            "url": "https://www.mandiant.com/sites/default/files/2021-09/mandiant-apt1-report.pdf"
                        },
                        {
                            "source_name": "Mandiant APT1",
                            "description": "Mandiant. (n.d.). APT1 Exposing One of China\u2019s Cyber Espionage Units. Retrieved July 18, 2016.",
                            "url": "https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/mandiant-apt1-report.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "WEBC2"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Wes Hurd"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "2.0",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2023-12-26 19:55:54.848000+00:00\", \"old_value\": \"2020-08-25 21:23:24.223000+00:00\"}, \"root['external_references'][2]['url']\": {\"new_value\": \"https://www.mandiant.com/sites/default/files/2021-09/mandiant-apt1-report.pdf\", \"old_value\": \"https://www.fireeye.com/content/dam/fireeye-www/services/pdfs/mandiant-apt1-report-appendix.zip\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}}}",
                    "previous_version": "2.0"
                }
            ],
            "revocations": [],
            "deprecations": [],
            "deletions": []
        },
        "groups": {
            "additions": [
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--8332952e-b86b-486b-acc3-1c2a85d39394",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-03-26 18:38:00.759000+00:00",
                    "modified": "2024-04-16 15:31:48.747000+00:00",
                    "name": "APT-C-23",
                    "description": "[APT-C-23](https://attack.mitre.org/groups/G1028) is a threat group that has been active since at least 2014.(Citation: symantec_mantis) [APT-C-23](https://attack.mitre.org/groups/G1028) has primarily focused its operations on the Middle East, including Israeli military assets. [APT-C-23](https://attack.mitre.org/groups/G1028) has developed mobile spyware targeting Android and iOS devices since 2017.(Citation: welivesecurity_apt-c-23)",
                    "aliases": [
                        "APT-C-23",
                        "Mantis",
                        "Arid Viper",
                        "Desert Falcon",
                        "TAG-63",
                        "Grey Karkadann",
                        "Big Bang APT",
                        "Two-tailed Scorpion"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G1028",
                            "external_id": "G1028"
                        },
                        {
                            "source_name": "Big Bang APT",
                            "description": "(Citation: checkpoint_interactive_map_apt-c-23) "
                        },
                        {
                            "source_name": "Grey Karkadann",
                            "description": "(Citation: sentinelone_israel_hamas_war)"
                        },
                        {
                            "source_name": "Mantis",
                            "description": "(Citation: symantec_mantis)(Citation: sentinelone_israel_hamas_war)"
                        },
                        {
                            "source_name": "Two-tailed Scorpion",
                            "description": "(Citation: welivesecurity_apt-c-23)"
                        },
                        {
                            "source_name": "Arid Viper",
                            "description": "(Citation: welivesecurity_apt-c-23)(Citation: sentinelone_israel_hamas_war)(Citation: fb_arid_viper)"
                        },
                        {
                            "source_name": "Desert Falcon",
                            "description": "(Citation: welivesecurity_apt-c-23)(Citation: sentinelone_israel_hamas_war)(Citation: fb_arid_viper)"
                        },
                        {
                            "source_name": "fb_arid_viper",
                            "description": "Flossman, M., Scott, M. (2021, April). Technical Paper // Taking Action Against Arid Viper. Retrieved March 4, 2024.",
                            "url": "https://web.archive.org/web/20231126111812/https://about.fb.com/wp-content/uploads/2021/04/Technical-threat-report-Arid-Viper-April-2021.pdf"
                        },
                        {
                            "source_name": "sentinelone_israel_hamas_war",
                            "description": "Hegel, T., Milenkoski, A. (2023, October 24). The Israel-Hamas War | Cyber Domain State-Sponsored Activity of Interest. Retrieved March 4, 2024.",
                            "url": "https://web.archive.org/web/20240208234008/www.sentinelone.com/labs/the-israel-hamas-war-cyber-domain-state-sponsored-activity-of-interest/"
                        },
                        {
                            "source_name": "checkpoint_interactive_map_apt-c-23",
                            "description": "Kayal, A. (2018, August 26). Interactive Mapping of APT-C-23. Retrieved March 4, 2024.",
                            "url": "https://web.archive.org/web/20230604112435/https://research.checkpoint.com/2018/interactive-mapping-of-apt-c-23/"
                        },
                        {
                            "source_name": "welivesecurity_apt-c-23",
                            "description": "Stefanko, L. (2020, September 30). APT\u2011C\u201123 group evolves its Android spyware. Retrieved March 4, 2024.",
                            "url": "https://web.archive.org/web/20201123042131/www.welivesecurity.com/2020/09/30/aptc23-group-evolves-its-android-spyware/"
                        },
                        {
                            "source_name": "symantec_mantis",
                            "description": "Symantec Threat Hunter Team. (2023, April 4). Mantis: New Tooling Used in Attacks Against Palestinian Targets. Retrieved March 4, 2024.",
                            "url": "https://web.archive.org/web/20231227054130/https://symantec-enterprise-blogs.security.com/blogs/threat-intelligence/mantis-palestinian-attacks"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Sittikorn Sangrattanapitak"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "mobile-attack",
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--c1aab4c9-4c34-4f4f-8541-d529e46a07f9",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-02-05 19:27:35.655000+00:00",
                    "modified": "2024-03-14 18:53:21.577000+00:00",
                    "name": "APT5",
                    "description": "[APT5](https://attack.mitre.org/groups/G1023) is a China-based espionage actor that has been active since at least 2007 primarily targeting the telecommunications, aerospace, and defense industries throughout the U.S., Europe, and Asia. [APT5](https://attack.mitre.org/groups/G1023) has displayed advanced tradecraft and significant interest in compromising networking devices and their underlying software including through the use of zero-day exploits.(Citation: NSA APT5 Citrix Threat Hunting December 2022)(Citation: Microsoft East Asia Threats September 2023)(Citation: Mandiant Pulse Secure Zero-Day April 2021)(Citation: Mandiant Pulse Secure Update May 2021)(Citation: FireEye Southeast Asia Threat Landscape March 2015)(Citation: Mandiant Advanced Persistent Threats)  ",
                    "aliases": [
                        "APT5",
                        "Mulberry Typhoon",
                        "MANGANESE",
                        "BRONZE FLEETWOOD",
                        "Keyhole Panda",
                        "UNC2630"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G1023",
                            "external_id": "G1023"
                        },
                        {
                            "source_name": "Mulberry Typhoon",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)(Citation: Microsoft East Asia Threats September 2023)"
                        },
                        {
                            "source_name": "MANGANESE",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)(Citation: NSA APT5 Citrix Threat Hunting December 2022)"
                        },
                        {
                            "source_name": "Keyhole Panda",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)(Citation: Secureworks BRONZE FLEETWOOD Profile)"
                        },
                        {
                            "source_name": "UNC2630",
                            "description": "(Citation: NSA APT5 Citrix Threat Hunting December 2022)"
                        },
                        {
                            "source_name": "BRONZE FLEETWOOD",
                            "description": "(Citation: Secureworks BRONZE FLEETWOOD Profile)"
                        },
                        {
                            "source_name": "FireEye Southeast Asia Threat Landscape March 2015",
                            "description": "FireEye. (2015, March). SOUTHEAST ASIA: AN EVOLVING CYBER THREAT LANDSCAPE. Retrieved February 5, 2024.",
                            "url": "https://web.archive.org/web/20220122121143/https://www.fireeye.com/content/dam/fireeye-www/current-threats/pdfs/rpt-southeast-asia-threat-landscape.pdf"
                        },
                        {
                            "source_name": "Mandiant Advanced Persistent Threats",
                            "description": "Mandiant. (n.d.). Advanced Persistent Threats (APTs). Retrieved February 14, 2024.",
                            "url": "https://www.mandiant.com/resources/insights/apt-groups"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "Microsoft East Asia Threats September 2023",
                            "description": "Microsoft Threat Intelligence. (2023, September). Digital threats from East Asia increase in breadth and effectiveness. Retrieved February 5, 2024.",
                            "url": "https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RW1aFyW"
                        },
                        {
                            "source_name": "NSA APT5 Citrix Threat Hunting December 2022",
                            "description": "National Security Agency. (2022, December). APT5: Citrix ADC Threat Hunting Guidance. Retrieved February 5, 2024.",
                            "url": "https://media.defense.gov/2022/Dec/13/2003131586/-1/-1/0/CSA-APT5-CITRIXADC-V1.PDF"
                        },
                        {
                            "source_name": "Mandiant Pulse Secure Zero-Day April 2021",
                            "description": "Perez, D. et al. (2021, April 20). Check Your Pulse: Suspected APT Actors Leverage Authentication Bypass Techniques and Pulse Secure Zero-Day. Retrieved February 5, 2024.",
                            "url": "https://www.mandiant.com/resources/blog/suspected-apt-actors-leverage-bypass-techniques-pulse-secure-zero-day"
                        },
                        {
                            "source_name": "Mandiant Pulse Secure Update May 2021",
                            "description": "Perez, D. et al. (2021, May 27). Re-Checking Your Pulse: Updates on Chinese APT Actors Compromising Pulse Secure VPN Devices. Retrieved February 5, 2024.",
                            "url": "https://www.mandiant.com/resources/blog/updates-on-chinese-apt-compromising-pulse-secure-vpn-devices"
                        },
                        {
                            "source_name": "Secureworks BRONZE FLEETWOOD Profile",
                            "description": "Secureworks CTU. (n.d.). BRONZE FLEETWOOD. Retrieved February 5, 2024.",
                            "url": "https://www.secureworks.com/research/threat-profiles/bronze-fleetwood"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "@_montysecurity"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--46bb06cb-f2d9-4b37-8c92-a27e224ad90d",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-02-20 23:59:25.966000+00:00",
                    "modified": "2024-04-08 17:35:16.134000+00:00",
                    "name": "Akira",
                    "description": "[Akira](https://attack.mitre.org/groups/G1024) is a ransomware variant and ransomware deployment entity active since at least March 2023.(Citation: Arctic Wolf Akira 2023) [Akira](https://attack.mitre.org/groups/G1024) uses compromised credentials to access single-factor external access mechanisms such as VPNs for initial access, then various publicly-available tools and techniques for lateral movement.(Citation: Arctic Wolf Akira 2023)(Citation: Secureworks GOLD SAHARA) [Akira](https://attack.mitre.org/groups/G1024) operations are associated with \"double extortion\" ransomware activity, where data is exfiltrated from victim environments prior to encryption, with threats to publish files if a ransom is not paid. Technical analysis of [Akira](https://attack.mitre.org/software/S1129) ransomware indicates multiple overlaps with and similarities to [Conti](https://attack.mitre.org/software/S0575) malware.(Citation: BushidoToken Akira 2023)",
                    "aliases": [
                        "Akira",
                        "GOLD SAHARA",
                        "PUNK SPIDER"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G1024",
                            "external_id": "G1024"
                        },
                        {
                            "source_name": "PUNK SPIDER",
                            "description": "(Citation: CrowdStrike PUNK SPIDER)"
                        },
                        {
                            "source_name": "GOLD SAHARA",
                            "description": "(Citation: Secureworks GOLD SAHARA)"
                        },
                        {
                            "source_name": "CrowdStrike PUNK SPIDER",
                            "description": "CrowdStrike. (n.d.). Punk Spider. Retrieved February 20, 2024.",
                            "url": "https://www.crowdstrike.com/adversaries/punk-spider/"
                        },
                        {
                            "source_name": "Secureworks GOLD SAHARA",
                            "description": "Secureworks. (n.d.). GOLD SAHARA. Retrieved February 20, 2024.",
                            "url": "https://www.secureworks.com/research/threat-profiles/gold-sahara"
                        },
                        {
                            "source_name": "Arctic Wolf Akira 2023",
                            "description": "Steven Campbell, Akshay Suthar, & Connor Belfiorre. (2023, July 26). Conti and Akira: Chained Together. Retrieved February 20, 2024.",
                            "url": "https://arcticwolf.com/resources/blog/conti-and-akira-chained-together/"
                        },
                        {
                            "source_name": "BushidoToken Akira 2023",
                            "description": "Will Thomas. (2023, September 15). Tracking Adversaries: Akira, another descendent of Conti. Retrieved February 21, 2024.",
                            "url": "https://blog.bushidotoken.net/2023/09/tracking-adversaries-akira-another.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--8b1e16f6-e7c8-4b7a-a5df-f81232c13e2f",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2023-12-06 19:53:04.988000+00:00",
                    "modified": "2024-04-04 23:27:22.311000+00:00",
                    "name": "Cinnamon Tempest",
                    "description": "[Cinnamon Tempest](https://attack.mitre.org/groups/G1021) is a China-based threat group that has been active since at least 2021 deploying multiple strains of ransomware based on the leaked [Babuk](https://attack.mitre.org/software/S0638) source code. [Cinnamon Tempest](https://attack.mitre.org/groups/G1021) does not operate their ransomware on an affiliate model or purchase access but appears to act independently in all stages of the attack lifecycle. Based on victimology, the short lifespan of each ransomware variant, and use of malware attributed to government-sponsored threat groups, [Cinnamon Tempest](https://attack.mitre.org/groups/G1021) may be motivated by intellectual property theft or cyberespionage rather than financial gain.(Citation: Microsoft Ransomware as a Service)(Citation: Microsoft Threat Actor Naming July 2023)(Citation: Trend Micro Cheerscrypt May 2022)(Citation: SecureWorks BRONZE STARLIGHT Ransomware Operations June 2022)",
                    "aliases": [
                        "Cinnamon Tempest",
                        "DEV-0401",
                        "Emperor Dragonfly",
                        "BRONZE STARLIGHT"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G1021",
                            "external_id": "G1021"
                        },
                        {
                            "source_name": "BRONZE STARLIGHT",
                            "description": "(Citation: Dell SecureWorks BRONZE STARLIGHT Profile)"
                        },
                        {
                            "source_name": "DEV-0401",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "Emperor Dragonfly",
                            "description": "(Citation: Sygnia Emperor Dragonfly October 2022)"
                        },
                        {
                            "source_name": "Sygnia Emperor Dragonfly October 2022",
                            "description": "Biderman, O. et al. (2022, October 3). REVEALING EMPEROR DRAGONFLY: NIGHT SKY AND CHEERSCRYPT - A SINGLE RANSOMWARE GROUP. Retrieved December 6, 2023.",
                            "url": "https://blog.sygnia.co/revealing-emperor-dragonfly-a-chinese-ransomware-group"
                        },
                        {
                            "source_name": "SecureWorks BRONZE STARLIGHT Ransomware Operations June 2022",
                            "description": "Counter Threat Unit Research Team . (2022, June 23). BRONZE STARLIGHT RANSOMWARE OPERATIONS USE HUI LOADER. Retrieved December 7, 2023.",
                            "url": "https://www.secureworks.com/research/bronze-starlight-ransomware-operations-use-hui-loader"
                        },
                        {
                            "source_name": "Trend Micro Cheerscrypt May 2022",
                            "description": "Dela Cruz, A. et al. (2022, May 25). New Linux-Based Ransomware Cheerscrypt Targeting ESXi Devices Linked to Leaked Babuk Source Code. Retrieved December 19, 2023.",
                            "url": "https://www.trendmicro.com/en_se/research/22/e/new-linux-based-ransomware-cheerscrypt-targets-exsi-devices.html"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "Microsoft Ransomware as a Service",
                            "description": "Microsoft. (2022, May 9). Ransomware as a service: Understanding the cybercrime gig economy and how to protect yourself. Retrieved March 10, 2023.",
                            "url": "https://www.microsoft.com/en-us/security/blog/2022/05/09/ransomware-as-a-service-understanding-the-cybercrime-gig-economy-and-how-to-protect-yourself/"
                        },
                        {
                            "source_name": "Dell SecureWorks BRONZE STARLIGHT Profile",
                            "description": "SecureWorks. (n.d.). BRONZE STARLIGHT. Retrieved December 6, 2023.",
                            "url": "https://www.secureworks.com/research/threat-profiles/bronze-starlight"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--bf668120-e9a6-4017-a014-bfc0f5232656",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-03-13 20:23:54.698000+00:00",
                    "modified": "2024-03-29 14:10:35.711000+00:00",
                    "name": "Malteiro",
                    "description": "[Malteiro](https://attack.mitre.org/groups/G1026) is a financially motivated criminal group that is likely based in Brazil and has been active since at least November 2019. The group operates and distributes the [Mispadu](https://attack.mitre.org/software/S1122)  banking trojan via a Malware-as-a-Service (MaaS) business model. [Malteiro](https://attack.mitre.org/groups/G1026) mainly targets victims throughout Latin America (particularly Mexico) and Europe (particularly Spain and Portugal).(Citation: SCILabs Malteiro 2021)",
                    "aliases": [
                        "Malteiro"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G1026",
                            "external_id": "G1026"
                        },
                        {
                            "source_name": "SCILabs Malteiro 2021",
                            "description": "SCILabs. (2021, December 23). Cyber Threat Profile Malteiro. Retrieved March 13, 2024.",
                            "url": "https://blog.scilabs.mx/en/cyber-threat-profile-malteiro/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Daniel Fernando Soriano Espinosa",
                        "SCILabs"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--0d4ac089-ced4-4cc4-a989-174d08e6d030",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2023-12-06 19:00:11.581000+00:00",
                    "modified": "2024-03-25 21:23:15.556000+00:00",
                    "name": "Mustard Tempest",
                    "description": "[Mustard Tempest](https://attack.mitre.org/groups/G1020) is an initial access broker that has operated the [SocGholish](https://attack.mitre.org/software/S1124) distribution network since at least 2017. [Mustard Tempest](https://attack.mitre.org/groups/G1020) has partnered with [Indrik Spider](https://attack.mitre.org/groups/G0119) to provide access for the download of additional malware including LockBit, [WastedLocker](https://attack.mitre.org/software/S0612), and remote access tools.(Citation: Microsoft Ransomware as a Service)(Citation: Microsoft Threat Actor Naming July 2023)(Citation: Secureworks Gold Prelude Profile)(Citation: SocGholish-update)",
                    "aliases": [
                        "Mustard Tempest",
                        "DEV-0206",
                        "TA569",
                        "GOLD PRELUDE",
                        "UNC1543"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G1020",
                            "external_id": "G1020"
                        },
                        {
                            "source_name": "DEV-0206",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "TA569",
                            "description": "(Citation: Secureworks Gold Prelude Profile)"
                        },
                        {
                            "source_name": "GOLD PRELUDE",
                            "description": "(Citation: Secureworks Gold Prelude Profile)"
                        },
                        {
                            "source_name": "UNC1543",
                            "description": "(Citation: Secureworks Gold Prelude Profile)"
                        },
                        {
                            "source_name": "SocGholish-update",
                            "description": "Andrew Northern. (2022, November 22). SocGholish, a very real threat from a very fake update. Retrieved February 13, 2024.",
                            "url": "https://www.proofpoint.com/us/blog/threat-insight/part-1-socgholish-very-real-threat-very-fake-update"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "Microsoft Ransomware as a Service",
                            "description": "Microsoft. (2022, May 9). Ransomware as a service: Understanding the cybercrime gig economy and how to protect yourself. Retrieved March 10, 2023.",
                            "url": "https://www.microsoft.com/en-us/security/blog/2022/05/09/ransomware-as-a-service-understanding-the-cybercrime-gig-economy-and-how-to-protect-yourself/"
                        },
                        {
                            "source_name": "Secureworks Gold Prelude Profile",
                            "description": "Secureworks. (n.d.). GOLD PRELUDE . Retrieved March 22, 2024.",
                            "url": "https://www.secureworks.com/research/threat-profiles/gold-prelude"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--b516b235-fc7d-4635-aca5-3d33312339c3",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-01-03 21:34:10.988000+00:00",
                    "modified": "2024-02-14 20:35:53.080000+00:00",
                    "name": "ToddyCat",
                    "description": "[ToddyCat](https://attack.mitre.org/groups/G1022) is a sophisticated threat group that has been active since at least 2020 using custom loaders and malware in multi-stage infection chains against government and military targets across Europe and Asia.(Citation: Kaspersky ToddyCat June 2022)(Citation: Kaspersky ToddyCat Check Logs October 2023)",
                    "aliases": [
                        "ToddyCat"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G1022",
                            "external_id": "G1022"
                        },
                        {
                            "source_name": "Kaspersky ToddyCat June 2022",
                            "description": "Dedola, G. (2022, June 21). APT ToddyCat. Retrieved January 3, 2024.",
                            "url": "https://securelist.com/toddycat/106799/"
                        },
                        {
                            "source_name": "Kaspersky ToddyCat Check Logs October 2023",
                            "description": "Dedola, G. et al. (2023, October 12). ToddyCat: Keep calm and check logs. Retrieved January 3, 2024.",
                            "url": "https://securelist.com/toddycat-keep-calm-and-check-logs/110696/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.0"
                }
            ],
            "major_version_changes": [
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--bef4c620-0787-42a8-a96d-b7eb6e85917c",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:31:48.664000+00:00",
                    "modified": "2024-04-04 19:07:48.903000+00:00",
                    "name": "APT28",
                    "description": "[APT28](https://attack.mitre.org/groups/G0007) is a threat group that has been attributed to Russia's General Staff Main Intelligence Directorate (GRU) 85th Main Special Service Center (GTsSS) military unit 26165.(Citation: NSA/FBI Drovorub August 2020)(Citation: Cybersecurity Advisory GRU Brute Force Campaign July 2021) This group has been active since at least 2004.(Citation: DOJ GRU Indictment Jul 2018)(Citation: Ars Technica GRU indictment Jul 2018)(Citation: Crowdstrike DNC June 2016)(Citation: FireEye APT28)(Citation: SecureWorks TG-4127)(Citation: FireEye APT28 January 2017)(Citation: GRIZZLY STEPPE JAR)(Citation: Sofacy DealersChoice)(Citation: Palo Alto Sofacy 06-2018)(Citation: Symantec APT28 Oct 2018)(Citation: ESET Zebrocy May 2019)\n\n[APT28](https://attack.mitre.org/groups/G0007) reportedly compromised the Hillary Clinton campaign, the Democratic National Committee, and the Democratic Congressional Campaign Committee in 2016 in an attempt to interfere with the U.S. presidential election.(Citation: Crowdstrike DNC June 2016) In 2018, the US indicted five GRU Unit 26165 officers associated with [APT28](https://attack.mitre.org/groups/G0007) for cyber operations (including close-access operations) conducted between 2014 and 2018 against the World Anti-Doping Agency (WADA), the US Anti-Doping Agency, a US nuclear facility, the Organization for the Prohibition of Chemical Weapons (OPCW), the Spiez Swiss Chemicals Laboratory, and other organizations.(Citation: US District Court Indictment GRU Oct 2018) Some of these were conducted with the assistance of GRU Unit 74455, which is also referred to as [Sandworm Team](https://attack.mitre.org/groups/G0034). ",
                    "aliases": [
                        "APT28",
                        "IRON TWILIGHT",
                        "SNAKEMACKEREL",
                        "Swallowtail",
                        "Group 74",
                        "Sednit",
                        "Sofacy",
                        "Pawn Storm",
                        "Fancy Bear",
                        "STRONTIUM",
                        "Tsar Team",
                        "Threat Group-4127",
                        "TG-4127",
                        "Forest Blizzard",
                        "FROZENLAKE"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0007",
                            "external_id": "G0007"
                        },
                        {
                            "source_name": "SNAKEMACKEREL",
                            "description": "(Citation: Accenture SNAKEMACKEREL Nov 2018)"
                        },
                        {
                            "source_name": "Fancy Bear",
                            "description": "(Citation: Crowdstrike DNC June 2016)(Citation: Kaspersky Sofacy)(Citation: ESET Sednit Part 3)(Citation: Ars Technica GRU indictment Jul 2018)(Citation: Talos Seduploader Oct 2017)(Citation: Symantec APT28 Oct 2018)(Citation: Securelist Sofacy Feb 2018)(Citation: Cybersecurity Advisory GRU Brute Force Campaign July 2021)"
                        },
                        {
                            "source_name": "Tsar Team",
                            "description": "(Citation: ESET Sednit Part 3)(Citation: Talos Seduploader Oct 2017)(Citation: Talos Seduploader Oct 2017)"
                        },
                        {
                            "source_name": "APT28",
                            "description": "(Citation: FireEye APT28) (Citation: SecureWorks TG-4127) (Citation: Crowdstrike DNC June 2016) (Citation: Kaspersky Sofacy) (Citation: ESET Sednit Part 3) (Citation: Ars Technica GRU indictment Jul 2018)(Citation: Talos Seduploader Oct 2017)(Citation: Symantec APT28 Oct 2018)(Citation: Securelist Sofacy Feb 2018)(Citation: Cybersecurity Advisory GRU Brute Force Campaign July 2021)"
                        },
                        {
                            "source_name": "STRONTIUM",
                            "description": "(Citation: Kaspersky Sofacy)(Citation: ESET Sednit Part 3)(Citation: Microsoft STRONTIUM Aug 2019)(Citation: Microsoft STRONTIUM New Patterns Cred Harvesting Sept 2020)(Citation: TrendMicro Pawn Storm Dec 2020)(Citation: Cybersecurity Advisory GRU Brute Force Campaign July 2021)"
                        },
                        {
                            "source_name": "FROZENLAKE",
                            "description": "(Citation: Leonard TAG 2023)"
                        },
                        {
                            "source_name": "Forest Blizzard",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "IRON TWILIGHT",
                            "description": "(Citation: Secureworks IRON TWILIGHT Profile)(Citation: Secureworks IRON TWILIGHT Active Measures March 2017)"
                        },
                        {
                            "source_name": "Threat Group-4127",
                            "description": "(Citation: SecureWorks TG-4127)"
                        },
                        {
                            "source_name": "TG-4127",
                            "description": "(Citation: SecureWorks TG-4127)"
                        },
                        {
                            "source_name": "Pawn Storm",
                            "description": "(Citation: SecureWorks TG-4127)(Citation: ESET Sednit Part 3)(Citation: TrendMicro Pawn Storm Dec 2020) "
                        },
                        {
                            "source_name": "Swallowtail",
                            "description": "(Citation: Symantec APT28 Oct 2018)"
                        },
                        {
                            "source_name": "Group 74",
                            "description": "(Citation: Talos Seduploader Oct 2017)"
                        },
                        {
                            "source_name": "Accenture SNAKEMACKEREL Nov 2018",
                            "description": "Accenture Security. (2018, November 29). SNAKEMACKEREL. Retrieved April 15, 2019.",
                            "url": "https://www.accenture.com/t20181129T203820Z__w__/us-en/_acnmedia/PDF-90/Accenture-snakemackerel-delivers-zekapab-malware.pdf#zoom=50"
                        },
                        {
                            "source_name": "Crowdstrike DNC June 2016",
                            "description": "Alperovitch, D.. (2016, June 15). Bears in the Midst: Intrusion into the Democratic National Committee. Retrieved August 3, 2016.",
                            "url": "https://www.crowdstrike.com/blog/bears-midst-intrusion-democratic-national-committee/"
                        },
                        {
                            "source_name": "Leonard TAG 2023",
                            "description": "Billy Leonard. (2023, April 19). Ukraine remains Russia\u2019s biggest cyber focus in 2023. Retrieved March 1, 2024.",
                            "url": "https://blog.google/threat-analysis-group/ukraine-remains-russias-biggest-cyber-focus-in-2023/"
                        },
                        {
                            "source_name": "US District Court Indictment GRU Oct 2018",
                            "description": "Brady, S . (2018, October 3). Indictment - United States vs Aleksei Sergeyevich Morenets, et al.. Retrieved October 1, 2020.",
                            "url": "https://www.justice.gov/opa/page/file/1098481/download"
                        },
                        {
                            "source_name": "GRIZZLY STEPPE JAR",
                            "description": "Department of Homeland Security and Federal Bureau of Investigation. (2016, December 29). GRIZZLY STEPPE \u2013 Russian Malicious Cyber Activity. Retrieved January 11, 2017.",
                            "url": "https://www.us-cert.gov/sites/default/files/publications/JAR_16-20296A_GRIZZLY%20STEPPE-2016-1229.pdf"
                        },
                        {
                            "source_name": "ESET Zebrocy May 2019",
                            "description": "ESET Research. (2019, May 22). A journey to Zebrocy land. Retrieved June 20, 2019.",
                            "url": "https://www.welivesecurity.com/2019/05/22/journey-zebrocy-land/"
                        },
                        {
                            "source_name": "ESET Sednit Part 3",
                            "description": "ESET. (2016, October). En Route with Sednit - Part 3: A Mysterious Downloader. Retrieved November 21, 2016.",
                            "url": "http://www.welivesecurity.com/wp-content/uploads/2016/10/eset-sednit-part3.pdf"
                        },
                        {
                            "source_name": "Sofacy DealersChoice",
                            "description": "Falcone, R. (2018, March 15). Sofacy Uses DealersChoice to Target European Government Agency. Retrieved June 4, 2018.",
                            "url": "https://researchcenter.paloaltonetworks.com/2018/03/unit42-sofacy-uses-dealerschoice-target-european-government-agency/"
                        },
                        {
                            "source_name": "FireEye APT28 January 2017",
                            "description": "FireEye iSIGHT Intelligence. (2017, January 11). APT28: At the Center of the Storm. Retrieved January 11, 2017.",
                            "url": "https://www2.fireeye.com/rs/848-DID-242/images/APT28-Center-of-Storm-2017.pdf"
                        },
                        {
                            "source_name": "FireEye APT28",
                            "description": "FireEye. (2015). APT28: A WINDOW INTO RUSSIA\u2019S CYBER ESPIONAGE OPERATIONS?. Retrieved August 19, 2015.",
                            "url": "https://web.archive.org/web/20151022204649/https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/rpt-apt28.pdf"
                        },
                        {
                            "source_name": "Ars Technica GRU indictment Jul 2018",
                            "description": "Gallagher, S. (2018, July 27). How they did it (and will likely try again): GRU hackers vs. US elections. Retrieved September 13, 2018.",
                            "url": "https://arstechnica.com/information-technology/2018/07/from-bitly-to-x-agent-how-gru-hackers-targeted-the-2016-presidential-election/"
                        },
                        {
                            "source_name": "TrendMicro Pawn Storm Dec 2020",
                            "description": "Hacquebord, F., Remorin, L. (2020, December 17). Pawn Storm\u2019s Lack of Sophistication as a Strategy. Retrieved January 13, 2021.",
                            "url": "https://www.trendmicro.com/en_us/research/20/l/pawn-storm-lack-of-sophistication-as-a-strategy.html"
                        },
                        {
                            "source_name": "Securelist Sofacy Feb 2018",
                            "description": "Kaspersky Lab's Global Research & Analysis Team. (2018, February 20). A Slice of 2017 Sofacy Activity. Retrieved November 27, 2018.",
                            "url": "https://securelist.com/a-slice-of-2017-sofacy-activity/83930/"
                        },
                        {
                            "source_name": "Kaspersky Sofacy",
                            "description": "Kaspersky Lab's Global Research and Analysis Team. (2015, December 4). Sofacy APT hits high profile targets with updated toolset. Retrieved December 10, 2015.",
                            "url": "https://securelist.com/sofacy-apt-hits-high-profile-targets-with-updated-toolset/72924/"
                        },
                        {
                            "source_name": "Palo Alto Sofacy 06-2018",
                            "description": "Lee, B., Falcone, R. (2018, June 06). Sofacy Group\u2019s Parallel Attacks. Retrieved June 18, 2018.",
                            "url": "https://researchcenter.paloaltonetworks.com/2018/06/unit42-sofacy-groups-parallel-attacks/"
                        },
                        {
                            "source_name": "Talos Seduploader Oct 2017",
                            "description": "Mercer, W., et al. (2017, October 22). \"Cyber Conflict\" Decoy Document Used in Real Cyber Conflict. Retrieved November 2, 2018.",
                            "url": "https://blog.talosintelligence.com/2017/10/cyber-conflict-decoy-document.html"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "Microsoft STRONTIUM New Patterns Cred Harvesting Sept 2020",
                            "description": "Microsoft Threat Intelligence Center (MSTIC). (2020, September 10). STRONTIUM: Detecting new patterns in credential harvesting. Retrieved September 11, 2020.",
                            "url": "https://www.microsoft.com/security/blog/2020/09/10/strontium-detecting-new-patters-credential-harvesting/"
                        },
                        {
                            "source_name": "Microsoft STRONTIUM Aug 2019",
                            "description": "MSRC Team. (2019, August 5). Corporate IoT \u2013 a path to intrusion. Retrieved August 16, 2019.",
                            "url": "https://msrc-blog.microsoft.com/2019/08/05/corporate-iot-a-path-to-intrusion/"
                        },
                        {
                            "source_name": "DOJ GRU Indictment Jul 2018",
                            "description": "Mueller, R. (2018, July 13). Indictment - United States of America vs. VIKTOR BORISOVICH NETYKSHO, et al. Retrieved September 13, 2018.",
                            "url": "https://www.justice.gov/file/1080281/download"
                        },
                        {
                            "source_name": "Cybersecurity Advisory GRU Brute Force Campaign July 2021",
                            "description": "NSA, CISA, FBI, NCSC. (2021, July). Russian GRU Conducting Global Brute Force Campaign to Compromise Enterprise and Cloud Environments. Retrieved July 26, 2021.",
                            "url": "https://media.defense.gov/2021/Jul/01/2002753896/-1/-1/1/CSA_GRU_GLOBAL_BRUTE_FORCE_CAMPAIGN_UOO158036-21.PDF"
                        },
                        {
                            "source_name": "NSA/FBI Drovorub August 2020",
                            "description": "NSA/FBI. (2020, August). Russian GRU 85th GTsSS Deploys Previously Undisclosed Drovorub Malware. Retrieved August 25, 2020.",
                            "url": "https://media.defense.gov/2020/Aug/13/2002476465/-1/-1/0/CSA_DROVORUB_RUSSIAN_GRU_MALWARE_AUG_2020.PDF"
                        },
                        {
                            "source_name": "SecureWorks TG-4127",
                            "description": "SecureWorks Counter Threat Unit Threat Intelligence. (2016, June 16). Threat Group-4127 Targets Hillary Clinton Presidential Campaign. Retrieved August 3, 2016.",
                            "url": "https://www.secureworks.com/research/threat-group-4127-targets-hillary-clinton-presidential-campaign"
                        },
                        {
                            "source_name": "Secureworks IRON TWILIGHT Active Measures March 2017",
                            "description": "Secureworks CTU. (2017, March 30). IRON TWILIGHT Supports Active Measures. Retrieved February 28, 2022.",
                            "url": "https://www.secureworks.com/research/iron-twilight-supports-active-measures"
                        },
                        {
                            "source_name": "Secureworks IRON TWILIGHT Profile",
                            "description": "Secureworks CTU. (n.d.). IRON TWILIGHT. Retrieved February 28, 2022.",
                            "url": "https://www.secureworks.com/research/threat-profiles/iron-twilight"
                        },
                        {
                            "source_name": "Symantec APT28 Oct 2018",
                            "description": "Symantec Security Response. (2018, October 04). APT28: New Espionage Operations Target Military and Government Organizations. Retrieved November 14, 2018.",
                            "url": "https://www.symantec.com/blogs/election-security/apt28-espionage-military-government"
                        },
                        {
                            "source_name": "Sednit",
                            "description": "This designation has been used in reporting both to refer to the threat group and its associated malware [JHUHUGIT](https://attack.mitre.org/software/S0044).(Citation: FireEye APT28 January 2017)(Citation: SecureWorks TG-4127)(Citation: Kaspersky Sofacy)(Citation: Ars Technica GRU indictment Jul 2018)"
                        },
                        {
                            "source_name": "Sofacy",
                            "description": "This designation has been used in reporting both to refer to the threat group and its associated malware.(Citation: FireEye APT28)(Citation: SecureWorks TG-4127)(Citation: Crowdstrike DNC June 2016)(Citation: ESET Sednit Part 3)(Citation: Ars Technica GRU indictment Jul 2018)(Citation: Talos Seduploader Oct 2017)"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "S\u00e9bastien Ruel, CGI",
                        "Drew Church, Splunk",
                        "Emily Ratliff, IBM",
                        "Richard Gold, Digital Shadows"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack",
                        "mobile-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "5.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-04 19:07:48.903000+00:00\", \"old_value\": \"2023-03-26 17:51:20.401000+00:00\"}, \"root['description']\": {\"new_value\": \"[APT28](https://attack.mitre.org/groups/G0007) is a threat group that has been attributed to Russia's General Staff Main Intelligence Directorate (GRU) 85th Main Special Service Center (GTsSS) military unit 26165.(Citation: NSA/FBI Drovorub August 2020)(Citation: Cybersecurity Advisory GRU Brute Force Campaign July 2021) This group has been active since at least 2004.(Citation: DOJ GRU Indictment Jul 2018)(Citation: Ars Technica GRU indictment Jul 2018)(Citation: Crowdstrike DNC June 2016)(Citation: FireEye APT28)(Citation: SecureWorks TG-4127)(Citation: FireEye APT28 January 2017)(Citation: GRIZZLY STEPPE JAR)(Citation: Sofacy DealersChoice)(Citation: Palo Alto Sofacy 06-2018)(Citation: Symantec APT28 Oct 2018)(Citation: ESET Zebrocy May 2019)\\n\\n[APT28](https://attack.mitre.org/groups/G0007) reportedly compromised the Hillary Clinton campaign, the Democratic National Committee, and the Democratic Congressional Campaign Committee in 2016 in an attempt to interfere with the U.S. presidential election.(Citation: Crowdstrike DNC June 2016) In 2018, the US indicted five GRU Unit 26165 officers associated with [APT28](https://attack.mitre.org/groups/G0007) for cyber operations (including close-access operations) conducted between 2014 and 2018 against the World Anti-Doping Agency (WADA), the US Anti-Doping Agency, a US nuclear facility, the Organization for the Prohibition of Chemical Weapons (OPCW), the Spiez Swiss Chemicals Laboratory, and other organizations.(Citation: US District Court Indictment GRU Oct 2018) Some of these were conducted with the assistance of GRU Unit 74455, which is also referred to as [Sandworm Team](https://attack.mitre.org/groups/G0034). \", \"old_value\": \"[APT28](https://attack.mitre.org/groups/G0007) is a threat group that has been attributed to Russia's General Staff Main Intelligence Directorate (GRU) 85th Main Special Service Center (GTsSS) military unit 26165.(Citation: NSA/FBI Drovorub August 2020)(Citation: Cybersecurity Advisory GRU Brute Force Campaign July 2021) This group has been active since at least 2004.(Citation: DOJ GRU Indictment Jul 2018)(Citation: Ars Technica GRU indictment Jul 2018)(Citation: Crowdstrike DNC June 2016)(Citation: FireEye APT28)(Citation: SecureWorks TG-4127)(Citation: FireEye APT28 January 2017)(Citation: GRIZZLY STEPPE JAR)(Citation: Sofacy DealersChoice)(Citation: Palo Alto Sofacy 06-2018)(Citation: Symantec APT28 Oct 2018)(Citation: ESET Zebrocy May 2019)\\n\\n[APT28](https://attack.mitre.org/groups/G0007) reportedly compromised the Hillary Clinton campaign, the Democratic National Committee, and the Democratic Congressional Campaign Committee in 2016 in an attempt to interfere with the U.S. presidential election. (Citation: Crowdstrike DNC June 2016) In 2018, the US indicted five GRU Unit 26165 officers associated with [APT28](https://attack.mitre.org/groups/G0007) for cyber operations (including close-access operations) conducted between 2014 and 2018 against the World Anti-Doping Agency (WADA), the US Anti-Doping Agency, a US nuclear facility, the Organization for the Prohibition of Chemical Weapons (OPCW), the Spiez Swiss Chemicals Laboratory, and other organizations.(Citation: US District Court Indictment GRU Oct 2018) Some of these were conducted with the assistance of GRU Unit 74455, which is also referred to as [Sandworm Team](https://attack.mitre.org/groups/G0034). \", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,3 @@\\n [APT28](https://attack.mitre.org/groups/G0007) is a threat group that has been attributed to Russia's General Staff Main Intelligence Directorate (GRU) 85th Main Special Service Center (GTsSS) military unit 26165.(Citation: NSA/FBI Drovorub August 2020)(Citation: Cybersecurity Advisory GRU Brute Force Campaign July 2021) This group has been active since at least 2004.(Citation: DOJ GRU Indictment Jul 2018)(Citation: Ars Technica GRU indictment Jul 2018)(Citation: Crowdstrike DNC June 2016)(Citation: FireEye APT28)(Citation: SecureWorks TG-4127)(Citation: FireEye APT28 January 2017)(Citation: GRIZZLY STEPPE JAR)(Citation: Sofacy DealersChoice)(Citation: Palo Alto Sofacy 06-2018)(Citation: Symantec APT28 Oct 2018)(Citation: ESET Zebrocy May 2019)\\n \\n-[APT28](https://attack.mitre.org/groups/G0007) reportedly compromised the Hillary Clinton campaign, the Democratic National Committee, and the Democratic Congressional Campaign Committee in 2016 in an attempt to interfere with the U.S. presidential election. (Citation: Crowdstrike DNC June 2016) In 2018, the US indicted five GRU Unit 26165 officers associated with [APT28](https://attack.mitre.org/groups/G0007) for cyber operations (including close-access operations) conducted between 2014 and 2018 against the World Anti-Doping Agency (WADA), the US Anti-Doping Agency, a US nuclear facility, the Organization for the Prohibition of Chemical Weapons (OPCW), the Spiez Swiss Chemicals Laboratory, and other organizations.(Citation: US District Court Indictment GRU Oct 2018) Some of these were conducted with the assistance of GRU Unit 74455, which is also referred to as [Sandworm Team](https://attack.mitre.org/groups/G0034). \\n+[APT28](https://attack.mitre.org/groups/G0007) reportedly compromised the Hillary Clinton campaign, the Democratic National Committee, and the Democratic Congressional Campaign Committee in 2016 in an attempt to interfere with the U.S. presidential election.(Citation: Crowdstrike DNC June 2016) In 2018, the US indicted five GRU Unit 26165 officers associated with [APT28](https://attack.mitre.org/groups/G0007) for cyber operations (including close-access operations) conducted between 2014 and 2018 against the World Anti-Doping Agency (WADA), the US Anti-Doping Agency, a US nuclear facility, the Organization for the Prohibition of Chemical Weapons (OPCW), the Spiez Swiss Chemicals Laboratory, and other organizations.(Citation: US District Court Indictment GRU Oct 2018) Some of these were conducted with the assistance of GRU Unit 74455, which is also referred to as [Sandworm Team](https://attack.mitre.org/groups/G0034). \"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"5.0\", \"old_value\": \"4.0\"}}, \"iterable_item_added\": {\"root['aliases'][13]\": \"Forest Blizzard\", \"root['aliases'][14]\": \"FROZENLAKE\", \"root['external_references'][6]\": {\"source_name\": \"FROZENLAKE\", \"description\": \"(Citation: Leonard TAG 2023)\"}, \"root['external_references'][7]\": {\"source_name\": \"Forest Blizzard\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][16]\": {\"source_name\": \"Leonard TAG 2023\", \"description\": \"Billy Leonard. (2023, April 19). Ukraine remains Russia\\u2019s biggest cyber focus in 2023. Retrieved March 1, 2024.\", \"url\": \"https://blog.google/threat-analysis-group/ukraine-remains-russias-biggest-cyber-focus-in-2023/\"}, \"root['external_references'][30]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}}}",
                    "previous_version": "4.0",
                    "version_change": "4.0 \u2192 5.0",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to106__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to106__0\"><a href=\"#difflib_chg_to106__top\">t</a></td><td class=\"diff_header\" id=\"from106_1\">1</td><td nowrap=\"nowrap\">[APT28](https://attack.mitre.org/groups/G0007)&nbsp;is&nbsp;a&nbsp;threat&nbsp;g</td><td class=\"diff_next\"><a href=\"#difflib_chg_to106__top\">t</a></td><td class=\"diff_header\" id=\"to106_1\">1</td><td nowrap=\"nowrap\">[APT28](https://attack.mitre.org/groups/G0007)&nbsp;is&nbsp;a&nbsp;threat&nbsp;g</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">roup&nbsp;that&nbsp;has&nbsp;been&nbsp;attributed&nbsp;to&nbsp;Russia's&nbsp;General&nbsp;Staff&nbsp;Main</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">roup&nbsp;that&nbsp;has&nbsp;been&nbsp;attributed&nbsp;to&nbsp;Russia's&nbsp;General&nbsp;Staff&nbsp;Main</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Intelligence&nbsp;Directorate&nbsp;(GRU)&nbsp;85th&nbsp;Main&nbsp;Special&nbsp;Service&nbsp;Ce</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Intelligence&nbsp;Directorate&nbsp;(GRU)&nbsp;85th&nbsp;Main&nbsp;Special&nbsp;Service&nbsp;Ce</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nter&nbsp;(GTsSS)&nbsp;military&nbsp;unit&nbsp;26165.(Citation:&nbsp;NSA/FBI&nbsp;Drovorub</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nter&nbsp;(GTsSS)&nbsp;military&nbsp;unit&nbsp;26165.(Citation:&nbsp;NSA/FBI&nbsp;Drovorub</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;August&nbsp;2020)(Citation:&nbsp;Cybersecurity&nbsp;Advisory&nbsp;GRU&nbsp;Brute&nbsp;For</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;August&nbsp;2020)(Citation:&nbsp;Cybersecurity&nbsp;Advisory&nbsp;GRU&nbsp;Brute&nbsp;For</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ce&nbsp;Campaign&nbsp;July&nbsp;2021)&nbsp;This&nbsp;group&nbsp;has&nbsp;been&nbsp;active&nbsp;since&nbsp;at&nbsp;l</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ce&nbsp;Campaign&nbsp;July&nbsp;2021)&nbsp;This&nbsp;group&nbsp;has&nbsp;been&nbsp;active&nbsp;since&nbsp;at&nbsp;l</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">east&nbsp;2004.(Citation:&nbsp;DOJ&nbsp;GRU&nbsp;Indictment&nbsp;Jul&nbsp;2018)(Citation:&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">east&nbsp;2004.(Citation:&nbsp;DOJ&nbsp;GRU&nbsp;Indictment&nbsp;Jul&nbsp;2018)(Citation:&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Ars&nbsp;Technica&nbsp;GRU&nbsp;indictment&nbsp;Jul&nbsp;2018)(Citation:&nbsp;Crowdstrike&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Ars&nbsp;Technica&nbsp;GRU&nbsp;indictment&nbsp;Jul&nbsp;2018)(Citation:&nbsp;Crowdstrike&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">DNC&nbsp;June&nbsp;2016)(Citation:&nbsp;FireEye&nbsp;APT28)(Citation:&nbsp;SecureWork</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">DNC&nbsp;June&nbsp;2016)(Citation:&nbsp;FireEye&nbsp;APT28)(Citation:&nbsp;SecureWork</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;TG-4127)(Citation:&nbsp;FireEye&nbsp;APT28&nbsp;January&nbsp;2017)(Citation:&nbsp;G</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;TG-4127)(Citation:&nbsp;FireEye&nbsp;APT28&nbsp;January&nbsp;2017)(Citation:&nbsp;G</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">RIZZLY&nbsp;STEPPE&nbsp;JAR)(Citation:&nbsp;Sofacy&nbsp;DealersChoice)(Citation:</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">RIZZLY&nbsp;STEPPE&nbsp;JAR)(Citation:&nbsp;Sofacy&nbsp;DealersChoice)(Citation:</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Palo&nbsp;Alto&nbsp;Sofacy&nbsp;06-2018)(Citation:&nbsp;Symantec&nbsp;APT28&nbsp;Oct&nbsp;2018</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Palo&nbsp;Alto&nbsp;Sofacy&nbsp;06-2018)(Citation:&nbsp;Symantec&nbsp;APT28&nbsp;Oct&nbsp;2018</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">)(Citation:&nbsp;ESET&nbsp;Zebrocy&nbsp;May&nbsp;2019)&nbsp;&nbsp;[APT28](https://attack.m</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">)(Citation:&nbsp;ESET&nbsp;Zebrocy&nbsp;May&nbsp;2019)&nbsp;&nbsp;[APT28](https://attack.m</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">itre.org/groups/G0007)&nbsp;reportedly&nbsp;compromised&nbsp;the&nbsp;Hillary&nbsp;Cl</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">itre.org/groups/G0007)&nbsp;reportedly&nbsp;compromised&nbsp;the&nbsp;Hillary&nbsp;Cl</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">inton&nbsp;campaign,&nbsp;the&nbsp;Democratic&nbsp;National&nbsp;Committee,&nbsp;and&nbsp;the&nbsp;D</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">inton&nbsp;campaign,&nbsp;the&nbsp;Democratic&nbsp;National&nbsp;Committee,&nbsp;and&nbsp;the&nbsp;D</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">emocratic&nbsp;Congressional&nbsp;Campaign&nbsp;Committee&nbsp;in&nbsp;2016&nbsp;in&nbsp;an&nbsp;att</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">emocratic&nbsp;Congressional&nbsp;Campaign&nbsp;Committee&nbsp;in&nbsp;2016&nbsp;in&nbsp;an&nbsp;att</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">empt&nbsp;to&nbsp;interfere&nbsp;with&nbsp;the&nbsp;U.S.&nbsp;presidential&nbsp;election.<span class=\"diff_chg\">&nbsp;(Cita</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">empt&nbsp;to&nbsp;interfere&nbsp;with&nbsp;the&nbsp;U.S.&nbsp;presidential&nbsp;election.<span class=\"diff_chg\">(Citat</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">tion:</span>&nbsp;Crowdstrike&nbsp;DNC&nbsp;June&nbsp;2016)&nbsp;In&nbsp;2018,&nbsp;the&nbsp;US&nbsp;indicted&nbsp;fi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">ion:</span>&nbsp;Crowdstrike&nbsp;DNC&nbsp;June&nbsp;2016)&nbsp;In&nbsp;2018,&nbsp;the&nbsp;US&nbsp;indicted&nbsp;fiv</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ve&nbsp;GRU&nbsp;Unit&nbsp;26165&nbsp;officers&nbsp;associated&nbsp;with&nbsp;[APT28](https://a</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;GRU&nbsp;Unit&nbsp;26165&nbsp;officers&nbsp;associated&nbsp;with&nbsp;[APT28](https://at</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ttack.mitre.org/groups/G0007)&nbsp;for&nbsp;cyber&nbsp;operations&nbsp;(includin</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tack.mitre.org/groups/G0007)&nbsp;for&nbsp;cyber&nbsp;operations&nbsp;(including</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">g&nbsp;close-access&nbsp;operations)&nbsp;conducted&nbsp;between&nbsp;2014&nbsp;and&nbsp;2018&nbsp;a</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;close-access&nbsp;operations)&nbsp;conducted&nbsp;between&nbsp;2014&nbsp;and&nbsp;2018&nbsp;ag</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">gainst&nbsp;the&nbsp;World&nbsp;Anti-Doping&nbsp;Agency&nbsp;(WADA),&nbsp;the&nbsp;US&nbsp;Anti-Dopi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ainst&nbsp;the&nbsp;World&nbsp;Anti-Doping&nbsp;Agency&nbsp;(WADA),&nbsp;the&nbsp;US&nbsp;Anti-Dopin</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ng&nbsp;Agency,&nbsp;a&nbsp;US&nbsp;nuclear&nbsp;facility,&nbsp;the&nbsp;Organization&nbsp;for&nbsp;the&nbsp;P</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">g&nbsp;Agency,&nbsp;a&nbsp;US&nbsp;nuclear&nbsp;facility,&nbsp;the&nbsp;Organization&nbsp;for&nbsp;the&nbsp;Pr</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rohibition&nbsp;of&nbsp;Chemical&nbsp;Weapons&nbsp;(OPCW),&nbsp;the&nbsp;Spiez&nbsp;Swiss&nbsp;Chemi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ohibition&nbsp;of&nbsp;Chemical&nbsp;Weapons&nbsp;(OPCW),&nbsp;the&nbsp;Spiez&nbsp;Swiss&nbsp;Chemic</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">cals&nbsp;Laboratory,&nbsp;and&nbsp;other&nbsp;organizations.(Citation:&nbsp;US&nbsp;Distr</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">als&nbsp;Laboratory,&nbsp;and&nbsp;other&nbsp;organizations.(Citation:&nbsp;US&nbsp;Distri</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ict&nbsp;Court&nbsp;Indictment&nbsp;GRU&nbsp;Oct&nbsp;2018)&nbsp;Some&nbsp;of&nbsp;these&nbsp;were&nbsp;conduc</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ct&nbsp;Court&nbsp;Indictment&nbsp;GRU&nbsp;Oct&nbsp;2018)&nbsp;Some&nbsp;of&nbsp;these&nbsp;were&nbsp;conduct</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ted&nbsp;with&nbsp;the&nbsp;assistance&nbsp;of&nbsp;GRU&nbsp;Unit&nbsp;74455,&nbsp;which&nbsp;is&nbsp;also&nbsp;ref</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;with&nbsp;the&nbsp;assistance&nbsp;of&nbsp;GRU&nbsp;Unit&nbsp;74455,&nbsp;which&nbsp;is&nbsp;also&nbsp;refe</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">erred&nbsp;to&nbsp;as&nbsp;[Sandworm&nbsp;Team](https://attack.mitre.org/groups/</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rred&nbsp;to&nbsp;as&nbsp;[Sandworm&nbsp;Team](https://attack.mitre.org/groups/G</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">G0034).&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">0034).&nbsp;</td></tr>\n        </tbody>\n    </table>"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--899ce53f-13a0-479b-a0e4-67d46e241542",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:31:52.748000+00:00",
                    "modified": "2024-04-12 21:15:41.833000+00:00",
                    "name": "APT29",
                    "description": "[APT29](https://attack.mitre.org/groups/G0016) is threat group that has been attributed to Russia's Foreign Intelligence Service (SVR).(Citation: White House Imposing Costs RU Gov April 2021)(Citation: UK Gov Malign RIS Activity April 2021) They have operated since at least 2008, often targeting government networks in Europe and NATO member countries, research institutes, and think tanks. [APT29](https://attack.mitre.org/groups/G0016) reportedly compromised the Democratic National Committee starting in the summer of 2015.(Citation: F-Secure The Dukes)(Citation: GRIZZLY STEPPE JAR)(Citation: Crowdstrike DNC June 2016)(Citation: UK Gov UK Exposes Russia SolarWinds April 2021)\n\nIn April 2021, the US and UK governments attributed the [SolarWinds Compromise](https://attack.mitre.org/campaigns/C0024) to the SVR; public statements included citations to [APT29](https://attack.mitre.org/groups/G0016), Cozy Bear, and The Dukes.(Citation: NSA Joint Advisory SVR SolarWinds April 2021)(Citation: UK NSCS Russia SolarWinds April 2021) Industry reporting also referred to the actors involved in this campaign as UNC2452, NOBELIUM, StellarParticle, Dark Halo, and SolarStorm.(Citation: FireEye SUNBURST Backdoor December 2020)(Citation: MSTIC NOBELIUM Mar 2021)(Citation: CrowdStrike SUNSPOT Implant January 2021)(Citation: Volexity SolarWinds)(Citation: Cybersecurity Advisory SVR TTP May 2021)(Citation: Unit 42 SolarStorm December 2020)",
                    "aliases": [
                        "APT29",
                        "IRON RITUAL",
                        "IRON HEMLOCK",
                        "NobleBaron",
                        "Dark Halo",
                        "StellarParticle",
                        "NOBELIUM",
                        "UNC2452",
                        "YTTRIUM",
                        "The Dukes",
                        "Cozy Bear",
                        "CozyDuke",
                        "SolarStorm",
                        "Blue Kitsune",
                        "UNC3524",
                        "Midnight Blizzard"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0016",
                            "external_id": "G0016"
                        },
                        {
                            "source_name": "CozyDuke",
                            "description": "(Citation: Crowdstrike DNC June 2016)"
                        },
                        {
                            "source_name": "Cozy Bear",
                            "description": "(Citation: Crowdstrike DNC June 2016)(Citation: ESET Dukes October 2019)(Citation: NCSC APT29 July 2020)(Citation: Cybersecurity Advisory SVR TTP May 2021)(Citation: CrowdStrike StellarParticle January 2022)"
                        },
                        {
                            "source_name": "StellarParticle",
                            "description": "(Citation: CrowdStrike SUNSPOT Implant January 2021)(Citation: CrowdStrike StellarParticle January 2022)"
                        },
                        {
                            "source_name": "The Dukes",
                            "description": "(Citation: F-Secure The Dukes)(Citation: ESET Dukes October 2019)(Citation: NCSC APT29 July 2020)(Citation: Cybersecurity Advisory SVR TTP May 2021)"
                        },
                        {
                            "source_name": "APT29",
                            "description": "(Citation: F-Secure The Dukes)(Citation: FireEye APT29 Nov 2018)(Citation: ESET Dukes October 2019)(Citation: NCSC APT29 July 2020)(Citation: Cybersecurity Advisory SVR TTP May 2021)"
                        },
                        {
                            "source_name": "UNC2452",
                            "description": "(Citation: FireEye SUNBURST Backdoor December 2020)"
                        },
                        {
                            "source_name": "UNC3524",
                            "description": "(Citation: Mandiant APT29 Eye Spy Email Nov 22)"
                        },
                        {
                            "source_name": "Midnight Blizzard",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "YTTRIUM",
                            "description": "(Citation: Microsoft Unidentified Dec 2018)"
                        },
                        {
                            "source_name": "NOBELIUM",
                            "description": "(Citation: MSTIC NOBELIUM Mar 2021)(Citation: MSTIC NOBELIUM May 2021)(Citation: MSTIC Nobelium Toolset May 2021)(Citation: MSRC Nobelium June 2021)"
                        },
                        {
                            "source_name": "Blue Kitsune",
                            "description": "(Citation: PWC WellMess July 2020)(Citation: PWC WellMess C2 August 2020)"
                        },
                        {
                            "source_name": "IRON HEMLOCK",
                            "description": "(Citation: Secureworks IRON HEMLOCK Profile)"
                        },
                        {
                            "source_name": "IRON RITUAL",
                            "description": "(Citation: Secureworks IRON RITUAL Profile)"
                        },
                        {
                            "source_name": "NobleBaron",
                            "description": "(Citation: SentinelOne NobleBaron June 2021)"
                        },
                        {
                            "source_name": "SolarStorm",
                            "description": "(Citation: Unit 42 SolarStorm December 2020)"
                        },
                        {
                            "source_name": "Dark Halo",
                            "description": "(Citation: Volexity SolarWinds)"
                        },
                        {
                            "source_name": "Crowdstrike DNC June 2016",
                            "description": "Alperovitch, D.. (2016, June 15). Bears in the Midst: Intrusion into the Democratic National Committee. Retrieved August 3, 2016.",
                            "url": "https://www.crowdstrike.com/blog/bears-midst-intrusion-democratic-national-committee/"
                        },
                        {
                            "source_name": "Volexity SolarWinds",
                            "description": "Cash, D. et al. (2020, December 14). Dark Halo Leverages SolarWinds Compromise to Breach Organizations. Retrieved December 29, 2020.",
                            "url": "https://www.volexity.com/blog/2020/12/14/dark-halo-leverages-solarwinds-compromise-to-breach-organizations/"
                        },
                        {
                            "source_name": "CrowdStrike SUNSPOT Implant January 2021",
                            "description": "CrowdStrike Intelligence Team. (2021, January 11). SUNSPOT: An Implant in the Build Process. Retrieved January 11, 2021.",
                            "url": "https://www.crowdstrike.com/blog/sunspot-malware-technical-analysis/"
                        },
                        {
                            "source_name": "CrowdStrike StellarParticle January 2022",
                            "description": "CrowdStrike. (2022, January 27). Early Bird Catches the Wormhole: Observations from the StellarParticle Campaign. Retrieved February 7, 2022.",
                            "url": "https://www.crowdstrike.com/blog/observations-from-the-stellarparticle-campaign/"
                        },
                        {
                            "source_name": "GRIZZLY STEPPE JAR",
                            "description": "Department of Homeland Security and Federal Bureau of Investigation. (2016, December 29). GRIZZLY STEPPE \u2013 Russian Malicious Cyber Activity. Retrieved January 11, 2017.",
                            "url": "https://www.us-cert.gov/sites/default/files/publications/JAR_16-20296A_GRIZZLY%20STEPPE-2016-1229.pdf"
                        },
                        {
                            "source_name": "FireEye APT29 Nov 2018",
                            "description": "Dunwoody, M., et al. (2018, November 19). Not So Cozy: An Uncomfortable Examination of a Suspected APT29 Phishing Campaign. Retrieved November 27, 2018.",
                            "url": "https://www.fireeye.com/blog/threat-research/2018/11/not-so-cozy-an-uncomfortable-examination-of-a-suspected-apt29-phishing-campaign.html"
                        },
                        {
                            "source_name": "F-Secure The Dukes",
                            "description": "F-Secure Labs. (2015, September 17). The Dukes: 7 years of Russian cyberespionage. Retrieved December 10, 2015.",
                            "url": "https://www.f-secure.com/documents/996508/1030745/dukes_whitepaper.pdf"
                        },
                        {
                            "source_name": "ESET Dukes October 2019",
                            "description": "Faou, M., Tartare, M., Dupuy, T. (2019, October). OPERATION GHOST. Retrieved September 23, 2020.",
                            "url": "https://www.welivesecurity.com/wp-content/uploads/2019/10/ESET_Operation_Ghost_Dukes.pdf"
                        },
                        {
                            "source_name": "FireEye SUNBURST Backdoor December 2020",
                            "description": "FireEye. (2020, December 13). Highly Evasive Attacker Leverages SolarWinds Supply Chain to Compromise Multiple Global Victims With SUNBURST Backdoor. Retrieved January 4, 2021.",
                            "url": "https://www.fireeye.com/blog/threat-research/2020/12/evasive-attacker-leverages-solarwinds-supply-chain-compromises-with-sunburst-backdoor.html"
                        },
                        {
                            "source_name": "SentinelOne NobleBaron June 2021",
                            "description": "Guerrero-Saade, J. (2021, June 1). NobleBaron | New Poisoned Installers Could Be Used In Supply Chain Attacks. Retrieved August 4, 2021.",
                            "url": "https://labs.sentinelone.com/noblebaron-new-poisoned-installers-could-be-used-in-supply-chain-attacks/"
                        },
                        {
                            "source_name": "Mandiant APT29 Eye Spy Email Nov 22",
                            "description": "Mandiant. (2022, May 2). UNC3524: Eye Spy on Your Email. Retrieved August 17, 2023.",
                            "url": "https://www.mandiant.com/resources/blog/unc3524-eye-spy-email"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "Microsoft Unidentified Dec 2018",
                            "description": "Microsoft Defender Research Team. (2018, December 3). Analysis of cyberattack on U.S. think tanks, non-profits, public sector by unidentified attackers. Retrieved April 15, 2019.",
                            "url": "https://www.microsoft.com/security/blog/2018/12/03/analysis-of-cyberattack-on-u-s-think-tanks-non-profits-public-sector-by-unidentified-attackers/"
                        },
                        {
                            "source_name": "MSTIC NOBELIUM May 2021",
                            "description": "Microsoft Threat Intelligence Center (MSTIC). (2021, May 27). New sophisticated email-based attack from NOBELIUM. Retrieved May 28, 2021.",
                            "url": "https://www.microsoft.com/security/blog/2021/05/27/new-sophisticated-email-based-attack-from-nobelium/"
                        },
                        {
                            "source_name": "MSRC Nobelium June 2021",
                            "description": "MSRC. (2021, June 25). New Nobelium activity. Retrieved August 4, 2021.",
                            "url": "https://msrc-blog.microsoft.com/2021/06/25/new-nobelium-activity/"
                        },
                        {
                            "source_name": "MSTIC Nobelium Toolset May 2021",
                            "description": "MSTIC. (2021, May 28). Breaking down NOBELIUM\u2019s latest early-stage toolset. Retrieved August 4, 2021.",
                            "url": "https://www.microsoft.com/security/blog/2021/05/28/breaking-down-nobeliums-latest-early-stage-toolset/"
                        },
                        {
                            "source_name": "MSTIC NOBELIUM Mar 2021",
                            "description": "Nafisi, R., Lelli, A. (2021, March 4). GoldMax, GoldFinder, and Sibot: Analyzing NOBELIUM\u2019s layered persistence. Retrieved March 8, 2021.",
                            "url": "https://www.microsoft.com/security/blog/2021/03/04/goldmax-goldfinder-sibot-analyzing-nobelium-malware/"
                        },
                        {
                            "source_name": "NCSC APT29 July 2020",
                            "description": "National Cyber Security Centre. (2020, July 16). Advisory: APT29 targets COVID-19 vaccine development. Retrieved September 29, 2020.",
                            "url": "https://www.ncsc.gov.uk/files/Advisory-APT29-targets-COVID-19-vaccine-development-V1-1.pdf"
                        },
                        {
                            "source_name": "Cybersecurity Advisory SVR TTP May 2021",
                            "description": "NCSC, CISA, FBI, NSA. (2021, May 7). Further TTPs associated with SVR cyber actors. Retrieved July 29, 2021.",
                            "url": "https://www.ncsc.gov.uk/files/Advisory-further-TTPs-associated-with-SVR-cyber-actors.pdf"
                        },
                        {
                            "source_name": "NSA Joint Advisory SVR SolarWinds April 2021",
                            "description": "NSA, FBI, DHS. (2021, April 15). Russian SVR Targets U.S. and Allied Networks. Retrieved April 16, 2021.",
                            "url": "https://media.defense.gov/2021/Apr/15/2002621240/-1/-1/0/CSA_SVR_TARGETS_US_ALLIES_UOO13234021.PDF/CSA_SVR_TARGETS_US_ALLIES_UOO13234021.PDF"
                        },
                        {
                            "source_name": "PWC WellMess C2 August 2020",
                            "description": "PWC. (2020, August 17). WellMess malware: analysis of its Command and Control (C2) server. Retrieved September 29, 2020.",
                            "url": "https://www.pwc.co.uk/issues/cyber-security-services/insights/wellmess-analysis-command-control.html"
                        },
                        {
                            "source_name": "PWC WellMess July 2020",
                            "description": "PWC. (2020, July 16). How WellMess malware has been used to target COVID-19 vaccines. Retrieved September 24, 2020.",
                            "url": "https://www.pwc.co.uk/issues/cyber-security-services/insights/cleaning-up-after-wellmess.html"
                        },
                        {
                            "source_name": "Secureworks IRON HEMLOCK Profile",
                            "description": "Secureworks CTU. (n.d.). IRON HEMLOCK. Retrieved February 22, 2022.",
                            "url": "http://www.secureworks.com/research/threat-profiles/iron-hemlock"
                        },
                        {
                            "source_name": "Secureworks IRON RITUAL Profile",
                            "description": "Secureworks CTU. (n.d.). IRON RITUAL. Retrieved February 24, 2022.",
                            "url": "https://www.secureworks.com/research/threat-profiles/iron-ritual"
                        },
                        {
                            "source_name": "UK Gov Malign RIS Activity April 2021",
                            "description": "UK Gov. (2021, April 15). UK and US expose global campaign of malign activity by Russian intelligence services . Retrieved April 16, 2021.",
                            "url": "https://www.gov.uk/government/news/russia-uk-and-us-expose-global-campaigns-of-malign-activity-by-russian-intelligence-services"
                        },
                        {
                            "source_name": "UK Gov UK Exposes Russia SolarWinds April 2021",
                            "description": "UK Gov. (2021, April 15). UK exposes Russian involvement in SolarWinds cyber compromise . Retrieved April 16, 2021.",
                            "url": "https://www.gov.uk/government/news/russia-uk-exposes-russian-involvement-in-solarwinds-cyber-compromise"
                        },
                        {
                            "source_name": "UK NSCS Russia SolarWinds April 2021",
                            "description": "UK NCSC. (2021, April 15). UK and US call out Russia for SolarWinds compromise. Retrieved April 16, 2021.",
                            "url": "https://www.ncsc.gov.uk/news/uk-and-us-call-out-russia-for-solarwinds-compromise"
                        },
                        {
                            "source_name": "Unit 42 SolarStorm December 2020",
                            "description": "Unit 42. (2020, December 23). SolarStorm Supply Chain Attack Timeline. Retrieved March 24, 2023.",
                            "url": "https://unit42.paloaltonetworks.com/solarstorm-supply-chain-attack-timeline/"
                        },
                        {
                            "source_name": "White House Imposing Costs RU Gov April 2021",
                            "description": "White House. (2021, April 15). Imposing Costs for Harmful Foreign Activities by the Russian Government. Retrieved April 16, 2021.",
                            "url": "https://www.whitehouse.gov/briefing-room/statements-releases/2021/04/15/fact-sheet-imposing-costs-for-harmful-foreign-activities-by-the-russian-government/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Daniyal Naeem, BT Security",
                        "Matt Brenton, Zurich Insurance Group",
                        "Katie Nickels, Red Canary",
                        "Joe Gumke, U.S. Bank",
                        "Liran Ravich, CardinalOps"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "6.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-12 21:15:41.833000+00:00\", \"old_value\": \"2023-10-02 21:33:07.807000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"6.0\", \"old_value\": \"5.0\"}}, \"iterable_item_added\": {\"root['aliases'][15]\": \"Midnight Blizzard\", \"root['external_references'][8]\": {\"source_name\": \"Midnight Blizzard\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][28]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}, \"root['x_mitre_contributors'][4]\": \"Liran Ravich, CardinalOps\"}}",
                    "previous_version": "5.0",
                    "version_change": "5.0 \u2192 6.0"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--247cb30b-955f-42eb-97a5-a89fef69341e",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-12-14 16:46:06.044000+00:00",
                    "modified": "2024-04-17 22:07:49.430000+00:00",
                    "name": "APT32",
                    "description": "[APT32](https://attack.mitre.org/groups/G0050) is a suspected Vietnam-based threat group that has been active since at least 2014. The group has targeted multiple private sector industries as well as foreign governments, dissidents, and journalists with a strong focus on Southeast Asian countries like Vietnam, the Philippines, Laos, and Cambodia. They have extensively used strategic web compromises to compromise victims.(Citation: FireEye APT32 May 2017)(Citation: Volexity OceanLotus Nov 2017)(Citation: ESET OceanLotus)",
                    "aliases": [
                        "APT32",
                        "SeaLotus",
                        "OceanLotus",
                        "APT-C-00",
                        "Canvas Cyclone",
                        "BISMUTH"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0050",
                            "external_id": "G0050"
                        },
                        {
                            "source_name": "SeaLotus",
                            "description": "(Citation: Cybereason Oceanlotus May 2017)"
                        },
                        {
                            "source_name": "APT-C-00",
                            "description": "(Citation: ESET OceanLotus)(Citation: Cybereason Oceanlotus May 2017)(Citation: ESET OceanLotus Mar 2019)(Citation: Amnesty Intl. Ocean Lotus February 2021)"
                        },
                        {
                            "source_name": "APT32",
                            "description": "(Citation: FireEye APT32 May 2017)(Citation: Volexity OceanLotus Nov 2017)(Citation: Cybereason Oceanlotus May 2017)(Citation: ESET OceanLotus Mar 2019)(Citation: Amnesty Intl. Ocean Lotus February 2021)"
                        },
                        {
                            "source_name": "OceanLotus",
                            "description": "(Citation: FireEye APT32 May 2017)(Citation: Volexity OceanLotus Nov 2017)(Citation: Cybereason Oceanlotus May 2017)(Citation: ESET OceanLotus Mar 2019)(Citation: Amnesty Intl. Ocean Lotus February 2021)"
                        },
                        {
                            "source_name": "Canvas Cyclone",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "BISMUTH",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "Amnesty Intl. Ocean Lotus February 2021",
                            "description": "Amnesty International. (2021, February 24). Vietnamese activists targeted by notorious hacking group. Retrieved March 1, 2021.",
                            "url": "https://www.amnestyusa.org/wp-content/uploads/2021/02/Click-and-Bait_Vietnamese-Human-Rights-Defenders-Targeted-with-Spyware-Attacks.pdf"
                        },
                        {
                            "source_name": "FireEye APT32 May 2017",
                            "description": "Carr, N.. (2017, May 14). Cyber Espionage is Alive and Well: APT32 and the Threat to Global Corporations. Retrieved June 18, 2017.",
                            "url": "https://www.fireeye.com/blog/threat-research/2017/05/cyber-espionage-apt32.html"
                        },
                        {
                            "source_name": "Cybereason Oceanlotus May 2017",
                            "description": "Dahan, A. (2017, May 24). OPERATION COBALT KITTY: A LARGE-SCALE APT IN ASIA CARRIED OUT BY THE OCEANLOTUS GROUP. Retrieved November 5, 2018.",
                            "url": "https://www.cybereason.com/blog/operation-cobalt-kitty-apt"
                        },
                        {
                            "source_name": "ESET OceanLotus Mar 2019",
                            "description": "Dumont, R. (2019, March 20). Fake or Fake: Keeping up with OceanLotus decoys. Retrieved April 1, 2019.",
                            "url": "https://www.welivesecurity.com/2019/03/20/fake-or-fake-keeping-up-with-oceanlotus-decoys/"
                        },
                        {
                            "source_name": "ESET OceanLotus",
                            "description": "Folt\u00fdn, T. (2018, March 13). OceanLotus ships new backdoor using old tricks. Retrieved May 22, 2018.",
                            "url": "https://www.welivesecurity.com/2018/03/13/oceanlotus-ships-new-backdoor/"
                        },
                        {
                            "source_name": "Volexity OceanLotus Nov 2017",
                            "description": "Lassalle, D., et al. (2017, November 6). OceanLotus Blossoms: Mass Digital Surveillance and Attacks Targeting ASEAN, Asian Nations, the Media, Human Rights Groups, and Civil Society. Retrieved November 6, 2017.",
                            "url": "https://www.volexity.com/blog/2017/11/06/oceanlotus-blossoms-mass-digital-surveillance-and-exploitation-of-asean-nations-the-media-human-rights-and-civil-society/"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Romain Dumont, ESET"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "3.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-17 22:07:49.430000+00:00\", \"old_value\": \"2023-10-12 21:15:24.393000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"3.0\", \"old_value\": \"2.7\"}}, \"iterable_item_added\": {\"root['aliases'][4]\": \"Canvas Cyclone\", \"root['aliases'][5]\": \"BISMUTH\", \"root['external_references'][5]\": {\"source_name\": \"Canvas Cyclone\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][6]\": {\"source_name\": \"BISMUTH\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][13]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}}}",
                    "previous_version": "2.7",
                    "version_change": "2.7 \u2192 3.0"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--fbd29c89-18ba-4c2d-b792-51c0adee049f",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2018-04-18 17:59:24.739000+00:00",
                    "modified": "2024-04-11 16:06:34.700000+00:00",
                    "name": "APT33",
                    "description": "[APT33](https://attack.mitre.org/groups/G0064) is a suspected Iranian threat group that has carried out operations since at least 2013. The group has targeted organizations across multiple industries in the United States, Saudi Arabia, and South Korea, with a particular interest in the aviation and energy sectors.(Citation: FireEye APT33 Sept 2017)(Citation: FireEye APT33 Webinar Sept 2017)",
                    "aliases": [
                        "APT33",
                        "HOLMIUM",
                        "Elfin",
                        "Peach Sandstorm"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0064",
                            "external_id": "G0064"
                        },
                        {
                            "source_name": "APT33",
                            "description": "(Citation: FireEye APT33 Sept 2017) (Citation: FireEye APT33 Webinar Sept 2017)"
                        },
                        {
                            "source_name": "HOLMIUM",
                            "description": "(Citation: Microsoft Holmium June 2020)"
                        },
                        {
                            "source_name": "Peach Sandstorm",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "Elfin",
                            "description": "(Citation: Symantec Elfin Mar 2019)"
                        },
                        {
                            "source_name": "FireEye APT33 Webinar Sept 2017",
                            "description": "Davis, S. and Carr, N. (2017, September 21). APT33: New Insights into Iranian Cyber Espionage Group. Retrieved February 15, 2018.",
                            "url": "https://www.brighttalk.com/webcast/10703/275683"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "Microsoft Holmium June 2020",
                            "description": "Microsoft Threat Protection Intelligence Team. (2020, June 18). Inside Microsoft Threat Protection: Mapping attack chains from cloud to endpoint. Retrieved June 22, 2020.",
                            "url": "https://www.microsoft.com/security/blog/2020/06/18/inside-microsoft-threat-protection-mapping-attack-chains-from-cloud-to-endpoint/"
                        },
                        {
                            "source_name": "FireEye APT33 Sept 2017",
                            "description": "O'Leary, J., et al. (2017, September 20). Insights into Iranian Cyber Espionage: APT33 Targets Aerospace and Energy Sectors and has Ties to Destructive Malware. Retrieved February 15, 2018.",
                            "url": "https://www.fireeye.com/blog/threat-research/2017/09/apt33-insights-into-iranian-cyber-espionage.html"
                        },
                        {
                            "source_name": "Symantec Elfin Mar 2019",
                            "description": "Security Response attack Investigation Team. (2019, March 27). Elfin: Relentless Espionage Group Targets Multiple Organizations in Saudi Arabia and U.S.. Retrieved April 10, 2019.",
                            "url": "https://www.symantec.com/blogs/threat-intelligence/elfin-apt33-espionage"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Dragos Threat Intelligence"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "ics-attack",
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "2.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 16:06:34.700000+00:00\", \"old_value\": \"2023-03-08 22:07:25.123000+00:00\"}, \"root['description']\": {\"new_value\": \"[APT33](https://attack.mitre.org/groups/G0064) is a suspected Iranian threat group that has carried out operations since at least 2013. The group has targeted organizations across multiple industries in the United States, Saudi Arabia, and South Korea, with a particular interest in the aviation and energy sectors.(Citation: FireEye APT33 Sept 2017)(Citation: FireEye APT33 Webinar Sept 2017)\", \"old_value\": \"[APT33](https://attack.mitre.org/groups/G0064) is a suspected Iranian threat group that has carried out operations since at least 2013. The group has targeted organizations across multiple industries in the United States, Saudi Arabia, and South Korea, with a particular interest in the aviation and energy sectors. (Citation: FireEye APT33 Sept 2017) (Citation: FireEye APT33 Webinar Sept 2017)\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.0\", \"old_value\": \"1.4\"}, \"root['x_mitre_contributors'][0]\": {\"new_value\": \"Dragos Threat Intelligence\", \"old_value\": \"Dragos  Threat  Intelligence\"}}, \"iterable_item_added\": {\"root['aliases'][3]\": \"Peach Sandstorm\", \"root['external_references'][3]\": {\"source_name\": \"Peach Sandstorm\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][6]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}}}",
                    "previous_version": "1.4",
                    "version_change": "1.4 \u2192 2.0",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to110__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to110__0\"><a href=\"#difflib_chg_to110__top\">t</a></td><td class=\"diff_header\" id=\"from110_1\">1</td><td nowrap=\"nowrap\">[APT33](https://attack.mitre.org/groups/G0064)&nbsp;is&nbsp;a&nbsp;suspecte</td><td class=\"diff_next\"><a href=\"#difflib_chg_to110__top\">t</a></td><td class=\"diff_header\" id=\"to110_1\">1</td><td nowrap=\"nowrap\">[APT33](https://attack.mitre.org/groups/G0064)&nbsp;is&nbsp;a&nbsp;suspecte</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d&nbsp;Iranian&nbsp;threat&nbsp;group&nbsp;that&nbsp;has&nbsp;carried&nbsp;out&nbsp;operations&nbsp;since</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d&nbsp;Iranian&nbsp;threat&nbsp;group&nbsp;that&nbsp;has&nbsp;carried&nbsp;out&nbsp;operations&nbsp;since</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;at&nbsp;least&nbsp;2013.&nbsp;The&nbsp;group&nbsp;has&nbsp;targeted&nbsp;organizations&nbsp;across&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;at&nbsp;least&nbsp;2013.&nbsp;The&nbsp;group&nbsp;has&nbsp;targeted&nbsp;organizations&nbsp;across&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">multiple&nbsp;industries&nbsp;in&nbsp;the&nbsp;United&nbsp;States,&nbsp;Saudi&nbsp;Arabia,&nbsp;and&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">multiple&nbsp;industries&nbsp;in&nbsp;the&nbsp;United&nbsp;States,&nbsp;Saudi&nbsp;Arabia,&nbsp;and&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">South&nbsp;Korea,&nbsp;with&nbsp;a&nbsp;particular&nbsp;interest&nbsp;in&nbsp;the&nbsp;aviation&nbsp;and&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">South&nbsp;Korea,&nbsp;with&nbsp;a&nbsp;particular&nbsp;interest&nbsp;in&nbsp;the&nbsp;aviation&nbsp;and&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">energy&nbsp;sectors.<span class=\"diff_sub\">&nbsp;</span>(Citation:&nbsp;FireEye&nbsp;APT33&nbsp;Sept&nbsp;2017)<span class=\"diff_sub\">&nbsp;</span>(Citatio</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">energy&nbsp;sectors.(Citation:&nbsp;FireEye&nbsp;APT33&nbsp;Sept&nbsp;2017)(Citation:</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n:&nbsp;FireEye&nbsp;APT33&nbsp;Webinar&nbsp;Sept&nbsp;2017)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;FireEye&nbsp;APT33&nbsp;Webinar&nbsp;Sept&nbsp;2017)</td></tr>\n        </tbody>\n    </table>"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--00f67a77-86a4-4adf-be26-1a54fc713340",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-01-29 21:27:24.793000+00:00",
                    "modified": "2024-04-17 22:08:29.146000+00:00",
                    "name": "APT38",
                    "description": "[APT38](https://attack.mitre.org/groups/G0082) is a North Korean state-sponsored threat group that specializes in financial cyber operations; it has been attributed to the Reconnaissance General Bureau.(Citation: CISA AA20-239A BeagleBoyz August 2020) Active since at least 2014, [APT38](https://attack.mitre.org/groups/G0082) has targeted banks, financial institutions, casinos, cryptocurrency exchanges, SWIFT system endpoints, and ATMs in at least 38 countries worldwide. Significant operations include the 2016 Bank of Bangladesh heist, during which [APT38](https://attack.mitre.org/groups/G0082) stole $81 million, as well as attacks against Bancomext (Citation: FireEye APT38 Oct 2018) and Banco de Chile (Citation: FireEye APT38 Oct 2018); some of their attacks have been destructive.(Citation: CISA AA20-239A BeagleBoyz August 2020)(Citation: FireEye APT38 Oct 2018)(Citation: DOJ North Korea Indictment Feb 2021)(Citation: Kaspersky Lazarus Under The Hood Blog 2017)\n\nNorth Korean group definitions are known to have significant overlap, and some security researchers report all North Korean state-sponsored cyber activity under the name [Lazarus Group](https://attack.mitre.org/groups/G0032) instead of tracking clusters or subgroups.",
                    "aliases": [
                        "APT38",
                        "NICKEL GLADSTONE",
                        "BeagleBoyz",
                        "Bluenoroff",
                        "Stardust Chollima",
                        "Sapphire Sleet",
                        "COPERNICIUM"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0082",
                            "external_id": "G0082"
                        },
                        {
                            "source_name": "BeagleBoyz",
                            "description": "(Citation: CISA AA20-239A BeagleBoyz August 2020)"
                        },
                        {
                            "source_name": "Stardust Chollima",
                            "description": "(Citation: CrowdStrike Stardust Chollima Profile April 2018)(Citation: CrowdStrike GTR 2021 June 2021)"
                        },
                        {
                            "source_name": "APT38",
                            "description": "(Citation: FireEye APT38 Oct 2018)"
                        },
                        {
                            "source_name": "Bluenoroff",
                            "description": "(Citation: Kaspersky Lazarus Under The Hood Blog 2017)"
                        },
                        {
                            "source_name": "Sapphire Sleet",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "COPERNICIUM",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "NICKEL GLADSTONE",
                            "description": "(Citation: SecureWorks NICKEL GLADSTONE profile Sept 2021)"
                        },
                        {
                            "source_name": "CrowdStrike GTR 2021 June 2021",
                            "description": "CrowdStrike. (2021, June 7). CrowdStrike 2021 Global Threat Report. Retrieved September 29, 2021.",
                            "url": "https://go.crowdstrike.com/rs/281-OBQ-266/images/Report2021GTR.pdf"
                        },
                        {
                            "source_name": "DOJ North Korea Indictment Feb 2021",
                            "description": "Department of Justice. (2021, February 17). Three North Korean Military Hackers Indicted in Wide-Ranging Scheme to Commit Cyberattacks and Financial Crimes Across the Globe. Retrieved June 9, 2021.",
                            "url": "https://www.justice.gov/opa/pr/three-north-korean-military-hackers-indicted-wide-ranging-scheme-commit-cyberattacks-and"
                        },
                        {
                            "source_name": "CISA AA20-239A BeagleBoyz August 2020",
                            "description": "DHS/CISA. (2020, August 26). FASTCash 2.0: North Korea's BeagleBoyz Robbing Banks. Retrieved September 29, 2021.",
                            "url": "https://us-cert.cisa.gov/ncas/alerts/aa20-239a"
                        },
                        {
                            "source_name": "FireEye APT38 Oct 2018",
                            "description": "FireEye. (2018, October 03). APT38: Un-usual Suspects. Retrieved November 6, 2018.",
                            "url": "https://content.fireeye.com/apt/rpt-apt38"
                        },
                        {
                            "source_name": "Kaspersky Lazarus Under The Hood Blog 2017",
                            "description": "GReAT. (2017, April 3). Lazarus Under the Hood. Retrieved April 17, 2019.",
                            "url": "https://securelist.com/lazarus-under-the-hood/77908/"
                        },
                        {
                            "source_name": "CrowdStrike Stardust Chollima Profile April 2018",
                            "description": "Meyers, Adam. (2018, April 6). Meet CrowdStrike\u2019s Adversary of the Month for April: STARDUST CHOLLIMA. Retrieved September 29, 2021.",
                            "url": "https://www.crowdstrike.com/blog/meet-crowdstrikes-adversary-of-the-month-for-april-stardust-chollima/"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "SecureWorks NICKEL GLADSTONE profile Sept 2021",
                            "description": "SecureWorks. (2021, September 29). NICKEL GLADSTONE Threat Profile. Retrieved September 29, 2021.",
                            "url": "https://www.secureworks.com/research/threat-profiles/nickel-gladstone"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack",
                        "ics-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "3.0",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-17 22:08:29.146000+00:00\", \"old_value\": \"2022-01-18 17:13:14.610000+00:00\"}, \"root['description']\": {\"new_value\": \"[APT38](https://attack.mitre.org/groups/G0082) is a North Korean state-sponsored threat group that specializes in financial cyber operations; it has been attributed to the Reconnaissance General Bureau.(Citation: CISA AA20-239A BeagleBoyz August 2020) Active since at least 2014, [APT38](https://attack.mitre.org/groups/G0082) has targeted banks, financial institutions, casinos, cryptocurrency exchanges, SWIFT system endpoints, and ATMs in at least 38 countries worldwide. Significant operations include the 2016 Bank of Bangladesh heist, during which [APT38](https://attack.mitre.org/groups/G0082) stole $81 million, as well as attacks against Bancomext (Citation: FireEye APT38 Oct 2018) and Banco de Chile (Citation: FireEye APT38 Oct 2018); some of their attacks have been destructive.(Citation: CISA AA20-239A BeagleBoyz August 2020)(Citation: FireEye APT38 Oct 2018)(Citation: DOJ North Korea Indictment Feb 2021)(Citation: Kaspersky Lazarus Under The Hood Blog 2017)\\n\\nNorth Korean group definitions are known to have significant overlap, and some security researchers report all North Korean state-sponsored cyber activity under the name [Lazarus Group](https://attack.mitre.org/groups/G0032) instead of tracking clusters or subgroups.\", \"old_value\": \"[APT38](https://attack.mitre.org/groups/G0082) is a North Korean state-sponsored threat group that specializes in financial cyber operations; it has been attributed to the Reconnaissance General Bureau.(Citation: CISA AA20-239A BeagleBoyz August 2020) Active since at least 2014, [APT38](https://attack.mitre.org/groups/G0082) has targeted banks, financial institutions, casinos, cryptocurrency exchanges, SWIFT system endpoints, and ATMs in at least 38 countries worldwide. Significant operations include the 2016 Bank of Bangladesh heist, during which [APT38](https://attack.mitre.org/groups/G0082) stole $81 million, as well as attacks against Bancomext (2018) and Banco de Chile (2018); some of their attacks have been destructive.(Citation: CISA AA20-239A BeagleBoyz August 2020)(Citation: FireEye APT38 Oct 2018)(Citation: DOJ North Korea Indictment Feb 2021)(Citation: Kaspersky Lazarus Under The Hood Blog 2017)\\n\\nNorth Korean group definitions are known to have significant overlap, and some security researchers report all North Korean state-sponsored cyber activity under the name [Lazarus Group](https://attack.mitre.org/groups/G0032) instead of tracking clusters or subgroups.\", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,3 @@\\n-[APT38](https://attack.mitre.org/groups/G0082) is a North Korean state-sponsored threat group that specializes in financial cyber operations; it has been attributed to the Reconnaissance General Bureau.(Citation: CISA AA20-239A BeagleBoyz August 2020) Active since at least 2014, [APT38](https://attack.mitre.org/groups/G0082) has targeted banks, financial institutions, casinos, cryptocurrency exchanges, SWIFT system endpoints, and ATMs in at least 38 countries worldwide. Significant operations include the 2016 Bank of Bangladesh heist, during which [APT38](https://attack.mitre.org/groups/G0082) stole $81 million, as well as attacks against Bancomext (2018) and Banco de Chile (2018); some of their attacks have been destructive.(Citation: CISA AA20-239A BeagleBoyz August 2020)(Citation: FireEye APT38 Oct 2018)(Citation: DOJ North Korea Indictment Feb 2021)(Citation: Kaspersky Lazarus Under The Hood Blog 2017)\\n+[APT38](https://attack.mitre.org/groups/G0082) is a North Korean state-sponsored threat group that specializes in financial cyber operations; it has been attributed to the Reconnaissance General Bureau.(Citation: CISA AA20-239A BeagleBoyz August 2020) Active since at least 2014, [APT38](https://attack.mitre.org/groups/G0082) has targeted banks, financial institutions, casinos, cryptocurrency exchanges, SWIFT system endpoints, and ATMs in at least 38 countries worldwide. Significant operations include the 2016 Bank of Bangladesh heist, during which [APT38](https://attack.mitre.org/groups/G0082) stole $81 million, as well as attacks against Bancomext (Citation: FireEye APT38 Oct 2018) and Banco de Chile (Citation: FireEye APT38 Oct 2018); some of their attacks have been destructive.(Citation: CISA AA20-239A BeagleBoyz August 2020)(Citation: FireEye APT38 Oct 2018)(Citation: DOJ North Korea Indictment Feb 2021)(Citation: Kaspersky Lazarus Under The Hood Blog 2017)\\n \\n North Korean group definitions are known to have significant overlap, and some security researchers report all North Korean state-sponsored cyber activity under the name [Lazarus Group](https://attack.mitre.org/groups/G0032) instead of tracking clusters or subgroups.\"}, \"root['x_mitre_version']\": {\"new_value\": \"3.0\", \"old_value\": \"2.0\"}}, \"iterable_item_added\": {\"root['aliases'][5]\": \"Sapphire Sleet\", \"root['aliases'][6]\": \"COPERNICIUM\", \"root['external_references'][5]\": {\"source_name\": \"Sapphire Sleet\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][6]\": {\"source_name\": \"COPERNICIUM\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][14]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}}}",
                    "previous_version": "2.0",
                    "version_change": "2.0 \u2192 3.0",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to108__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to108__0\"><a href=\"#difflib_chg_to108__top\">t</a></td><td class=\"diff_header\" id=\"from108_1\">1</td><td nowrap=\"nowrap\">[APT38](https://attack.mitre.org/groups/G0082)&nbsp;is&nbsp;a&nbsp;North&nbsp;Ko</td><td class=\"diff_next\"><a href=\"#difflib_chg_to108__top\">t</a></td><td class=\"diff_header\" id=\"to108_1\">1</td><td nowrap=\"nowrap\">[APT38](https://attack.mitre.org/groups/G0082)&nbsp;is&nbsp;a&nbsp;North&nbsp;Ko</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rean&nbsp;state-sponsored&nbsp;threat&nbsp;group&nbsp;that&nbsp;specializes&nbsp;in&nbsp;financ</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rean&nbsp;state-sponsored&nbsp;threat&nbsp;group&nbsp;that&nbsp;specializes&nbsp;in&nbsp;financ</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ial&nbsp;cyber&nbsp;operations;&nbsp;it&nbsp;has&nbsp;been&nbsp;attributed&nbsp;to&nbsp;the&nbsp;Reconnai</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ial&nbsp;cyber&nbsp;operations;&nbsp;it&nbsp;has&nbsp;been&nbsp;attributed&nbsp;to&nbsp;the&nbsp;Reconnai</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ssance&nbsp;General&nbsp;Bureau.(Citation:&nbsp;CISA&nbsp;AA20-239A&nbsp;BeagleBoyz&nbsp;A</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ssance&nbsp;General&nbsp;Bureau.(Citation:&nbsp;CISA&nbsp;AA20-239A&nbsp;BeagleBoyz&nbsp;A</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ugust&nbsp;2020)&nbsp;Active&nbsp;since&nbsp;at&nbsp;least&nbsp;2014,&nbsp;[APT38](https://atta</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ugust&nbsp;2020)&nbsp;Active&nbsp;since&nbsp;at&nbsp;least&nbsp;2014,&nbsp;[APT38](https://atta</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ck.mitre.org/groups/G0082)&nbsp;has&nbsp;targeted&nbsp;banks,&nbsp;financial&nbsp;ins</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ck.mitre.org/groups/G0082)&nbsp;has&nbsp;targeted&nbsp;banks,&nbsp;financial&nbsp;ins</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">titutions,&nbsp;casinos,&nbsp;cryptocurrency&nbsp;exchanges,&nbsp;SWIFT&nbsp;system&nbsp;e</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">titutions,&nbsp;casinos,&nbsp;cryptocurrency&nbsp;exchanges,&nbsp;SWIFT&nbsp;system&nbsp;e</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ndpoints,&nbsp;and&nbsp;ATMs&nbsp;in&nbsp;at&nbsp;least&nbsp;38&nbsp;countries&nbsp;worldwide.&nbsp;Signi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ndpoints,&nbsp;and&nbsp;ATMs&nbsp;in&nbsp;at&nbsp;least&nbsp;38&nbsp;countries&nbsp;worldwide.&nbsp;Signi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ficant&nbsp;operations&nbsp;include&nbsp;the&nbsp;2016&nbsp;Bank&nbsp;of&nbsp;Bangladesh&nbsp;heist,</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ficant&nbsp;operations&nbsp;include&nbsp;the&nbsp;2016&nbsp;Bank&nbsp;of&nbsp;Bangladesh&nbsp;heist,</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;during&nbsp;which&nbsp;[APT38](https://attack.mitre.org/groups/G0082)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;during&nbsp;which&nbsp;[APT38](https://attack.mitre.org/groups/G0082)</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;stole&nbsp;$81&nbsp;million,&nbsp;as&nbsp;well&nbsp;as&nbsp;attacks&nbsp;against&nbsp;Bancomext&nbsp;(20</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;stole&nbsp;$81&nbsp;million,&nbsp;as&nbsp;well&nbsp;as&nbsp;attacks&nbsp;against&nbsp;Bancomext&nbsp;(<span class=\"diff_add\">Ci</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">18)&nbsp;and&nbsp;Banco&nbsp;de&nbsp;Chile&nbsp;(2018);&nbsp;some&nbsp;of&nbsp;their&nbsp;attacks&nbsp;have&nbsp;be</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">tation:&nbsp;FireEye&nbsp;APT38&nbsp;Oct&nbsp;</span>2018)&nbsp;and&nbsp;Banco&nbsp;de&nbsp;Chile&nbsp;(<span class=\"diff_add\">Citation</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">en&nbsp;destructive.(Citation:&nbsp;CISA&nbsp;AA20-239A&nbsp;BeagleBoyz&nbsp;August&nbsp;2</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">:&nbsp;FireEye&nbsp;APT38&nbsp;Oct&nbsp;</span>2018);&nbsp;some&nbsp;of&nbsp;their&nbsp;attacks&nbsp;have&nbsp;been&nbsp;d</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">020)(Citation:&nbsp;FireEye&nbsp;APT38&nbsp;Oct&nbsp;2018)(Citation:&nbsp;DOJ&nbsp;North&nbsp;K</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">estructive.(Citation:&nbsp;CISA&nbsp;AA20-239A&nbsp;BeagleBoyz&nbsp;August&nbsp;2020)</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">orea&nbsp;Indictment&nbsp;Feb&nbsp;2021)(Citation:&nbsp;Kaspersky&nbsp;Lazarus&nbsp;Under&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">(Citation:&nbsp;FireEye&nbsp;APT38&nbsp;Oct&nbsp;2018)(Citation:&nbsp;DOJ&nbsp;North&nbsp;Korea</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">The&nbsp;Hood&nbsp;Blog&nbsp;2017)&nbsp;&nbsp;North&nbsp;Korean&nbsp;group&nbsp;definitions&nbsp;are&nbsp;know</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Indictment&nbsp;Feb&nbsp;2021)(Citation:&nbsp;Kaspersky&nbsp;Lazarus&nbsp;Under&nbsp;The&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n&nbsp;to&nbsp;have&nbsp;significant&nbsp;overlap,&nbsp;and&nbsp;some&nbsp;security&nbsp;researchers</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Hood&nbsp;Blog&nbsp;2017)&nbsp;&nbsp;North&nbsp;Korean&nbsp;group&nbsp;definitions&nbsp;are&nbsp;known&nbsp;to</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;report&nbsp;all&nbsp;North&nbsp;Korean&nbsp;state-sponsored&nbsp;cyber&nbsp;activity&nbsp;unde</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;have&nbsp;significant&nbsp;overlap,&nbsp;and&nbsp;some&nbsp;security&nbsp;researchers&nbsp;rep</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">r&nbsp;the&nbsp;name&nbsp;[Lazarus&nbsp;Group](https://attack.mitre.org/groups/G</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ort&nbsp;all&nbsp;North&nbsp;Korean&nbsp;state-sponsored&nbsp;cyber&nbsp;activity&nbsp;under&nbsp;th</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">0032)&nbsp;instead&nbsp;of&nbsp;tracking&nbsp;clusters&nbsp;or&nbsp;subgroups.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;name&nbsp;[Lazarus&nbsp;Group](https://attack.mitre.org/groups/G0032</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">)&nbsp;instead&nbsp;of&nbsp;tracking&nbsp;clusters&nbsp;or&nbsp;subgroups.</td></tr>\n        </tbody>\n    </table>"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--18854f55-ac7c-4634-bd9a-352dd07613b7",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-09-23 13:43:36.945000+00:00",
                    "modified": "2024-04-03 15:20:38.791000+00:00",
                    "name": "APT41",
                    "description": "[APT41](https://attack.mitre.org/groups/G0096) is a threat group that researchers have assessed as Chinese state-sponsored espionage group that also conducts financially-motivated operations. Active since at least 2012, [APT41](https://attack.mitre.org/groups/G0096) has been observed targeting healthcare, telecom, technology, and video game industries in 14 countries. [APT41](https://attack.mitre.org/groups/G0096) overlaps at least partially with public reporting on groups including BARIUM and [Winnti Group](https://attack.mitre.org/groups/G0044).(Citation: FireEye APT41 Aug 2019)(Citation: Group IB APT 41 June 2021)\n",
                    "aliases": [
                        "APT41",
                        "Wicked Panda",
                        "Brass Typhoon",
                        "BARIUM"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0096",
                            "external_id": "G0096"
                        },
                        {
                            "source_name": "Wicked Panda",
                            "description": "(Citation: Crowdstrike GTR2020 Mar 2020)"
                        },
                        {
                            "source_name": "APT41",
                            "description": "(Citation: FireEye APT41 2019)"
                        },
                        {
                            "source_name": "Brass Typhoon",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "BARIUM",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "Crowdstrike GTR2020 Mar 2020",
                            "description": "Crowdstrike. (2020, March 2). 2020 Global Threat Report. Retrieved December 11, 2020.",
                            "url": "https://go.crowdstrike.com/rs/281-OBQ-266/images/Report2020CrowdStrikeGlobalThreatReport.pdf"
                        },
                        {
                            "source_name": "FireEye APT41 2019",
                            "description": "FireEye. (2019). Double DragonAPT41, a dual espionage andcyber crime operationAPT41. Retrieved September 23, 2019.",
                            "url": "https://www.mandiant.com/sites/default/files/2022-02/rt-apt41-dual-operation.pdf"
                        },
                        {
                            "source_name": "FireEye APT41 Aug 2019",
                            "description": "Fraser, N., et al. (2019, August 7). Double DragonAPT41, a dual espionage and cyber crime operation APT41. Retrieved September 23, 2019.",
                            "url": "https://www.mandiant.com/sites/default/files/2022-02/rt-apt41-dual-operation.pdf"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "Group IB APT 41 June 2021",
                            "description": "Rostovcev, N. (2021, June 10). Big airline heist APT41 likely behind a third-party attack on Air India. Retrieved August 26, 2021.",
                            "url": "https://www.group-ib.com/blog/colunmtk-apt41/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Kyaw Pyiyt Htet, @KyawPyiytHtet",
                        "Nikita Rostovcev, Group-IB"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "4.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-03 15:20:38.791000+00:00\", \"old_value\": \"2023-03-23 15:45:58.846000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"4.0\", \"old_value\": \"3.1\"}}, \"iterable_item_added\": {\"root['aliases'][2]\": \"Brass Typhoon\", \"root['aliases'][3]\": \"BARIUM\", \"root['external_references'][3]\": {\"source_name\": \"Brass Typhoon\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][4]\": {\"source_name\": \"BARIUM\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][8]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}, \"root['x_mitre_contributors'][1]\": \"Nikita Rostovcev, Group-IB\"}}",
                    "previous_version": "3.1",
                    "version_change": "3.1 \u2192 4.0"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--39d6890e-7f23-4474-b8ef-e7b0343c5fc8",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2021-09-29 15:10:19.236000+00:00",
                    "modified": "2024-01-08 21:55:29.570000+00:00",
                    "name": "Andariel",
                    "description": "[Andariel](https://attack.mitre.org/groups/G0138) is a North Korean state-sponsored threat group that has been active since at least 2009. [Andariel](https://attack.mitre.org/groups/G0138) has primarily focused its operations--which have included destructive attacks--against South Korean government agencies, military organizations, and a variety of domestic companies; they have also conducted cyber financial operations against ATMs, banks, and cryptocurrency exchanges. [Andariel](https://attack.mitre.org/groups/G0138)'s notable activity includes Operation Black Mine, Operation GoldenAxe, and Campaign Rifle.(Citation: FSI Andariel Campaign Rifle July 2017)(Citation: IssueMakersLab Andariel GoldenAxe May 2017)(Citation: AhnLab Andariel Subgroup of Lazarus June 2018)(Citation: TrendMicro New Andariel Tactics July 2018)(Citation: CrowdStrike Silent Chollima Adversary September 2021)\n\n[Andariel](https://attack.mitre.org/groups/G0138) is considered a sub-set of [Lazarus Group](https://attack.mitre.org/groups/G0032), and has been attributed to North Korea's Reconnaissance General Bureau.(Citation: Treasury North Korean Cyber Groups September 2019)\n\nNorth Korean group definitions are known to have significant overlap, and some security researchers report all North Korean state-sponsored cyber activity under the name [Lazarus Group](https://attack.mitre.org/groups/G0032) instead of tracking clusters or subgroups.",
                    "aliases": [
                        "Andariel",
                        "Silent Chollima",
                        "PLUTONIUM",
                        "Onyx Sleet"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0138",
                            "external_id": "G0138"
                        },
                        {
                            "source_name": "Silent Chollima",
                            "description": "(Citation: CrowdStrike Silent Chollima Adversary September 2021)"
                        },
                        {
                            "source_name": "Andariel",
                            "description": "(Citation: FSI Andariel Campaign Rifle July 2017)"
                        },
                        {
                            "source_name": "PLUTONIUM",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "Onyx Sleet",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "AhnLab Andariel Subgroup of Lazarus June 2018",
                            "description": "AhnLab. (2018, June 23). Targeted attacks by Andariel Threat Group,  a subgroup of the Lazarus. Retrieved September 29, 2021.",
                            "url": "http://download.ahnlab.com/global/brochure/%5BAnalysis%5DAndariel_Group.pdf"
                        },
                        {
                            "source_name": "TrendMicro New Andariel Tactics July 2018",
                            "description": "Chen, Joseph. (2018, July 16). New Andariel Reconnaissance Tactics Uncovered. Retrieved September 29, 2021.",
                            "url": "https://www.trendmicro.com/en_us/research/18/g/new-andariel-reconnaissance-tactics-hint-at-next-targets.html"
                        },
                        {
                            "source_name": "CrowdStrike Silent Chollima Adversary September 2021",
                            "description": "CrowdStrike. (2021, September 29). Silent Chollima Adversary Profile. Retrieved September 29, 2021.",
                            "url": "https://adversary.crowdstrike.com/en-US/adversary/silent-chollima/"
                        },
                        {
                            "source_name": "FSI Andariel Campaign Rifle July 2017",
                            "description": "FSI. (2017, July 27). Campaign Rifle - Andariel, the Maiden of Anguish. Retrieved September 29, 2021.",
                            "url": "https://www.fsec.or.kr/user/bbs/fsec/163/344/bbsDataView/1680.do"
                        },
                        {
                            "source_name": "IssueMakersLab Andariel GoldenAxe May 2017",
                            "description": "IssueMakersLab. (2017, May 1). Operation GoldenAxe. Retrieved September 29, 2021.",
                            "url": "http://www.issuemakerslab.com/research3/"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "Treasury North Korean Cyber Groups September 2019",
                            "description": "US Treasury . (2019, September 13). Treasury Sanctions North Korean State-Sponsored Malicious Cyber Groups. Retrieved September 29, 2021.",
                            "url": "https://home.treasury.gov/news/press-releases/sm774"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Kyoung-ju Kwak (S2W)"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "2.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-01-08 21:55:29.570000+00:00\", \"old_value\": \"2022-11-30 22:51:40.270000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.0\", \"old_value\": \"1.0\"}}, \"iterable_item_added\": {\"root['aliases'][2]\": \"PLUTONIUM\", \"root['aliases'][3]\": \"Onyx Sleet\", \"root['external_references'][3]\": {\"source_name\": \"PLUTONIUM\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][4]\": {\"source_name\": \"Onyx Sleet\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][10]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 2.0"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--3ea7add5-5b8f-45d8-b1f1-905d2729d62a",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2023-01-13 20:51:13.494000+00:00",
                    "modified": "2024-04-17 22:09:00.876000+00:00",
                    "name": "CURIUM",
                    "description": "[CURIUM](https://attack.mitre.org/groups/G1012) is an Iranian threat group first reported in November 2021 that has invested in building a relationship with potential targets via social media over a period of months to establish trust and confidence before sending malware. Security researchers note [CURIUM](https://attack.mitre.org/groups/G1012) has demonstrated great patience and persistence by chatting with potential targets daily and sending benign files to help lower their security consciousness.(Citation: Microsoft Iranian Threat Actor Trends November 2021)",
                    "aliases": [
                        "CURIUM",
                        "Crimson Sandstorm",
                        "TA456",
                        "Tortoise Shell"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G1012",
                            "external_id": "G1012"
                        },
                        {
                            "source_name": "Crimson Sandstorm",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "Tortoise Shell",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "TA456",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)(Citation: Proofpoint TA456 Defense Contractor July 2021)"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "Proofpoint TA456 Defense Contractor July 2021",
                            "description": "Miller, J. et. al. (2021, July 28). I Knew You Were Trouble: TA456 Targets Defense Contractor with Alluring Social Media Persona. Retrieved March 11, 2024.",
                            "url": "https://www.proofpoint.com/us/blog/threat-insight/i-knew-you-were-trouble-ta456-targets-defense-contractor-alluring-social-media"
                        },
                        {
                            "source_name": "Microsoft Iranian Threat Actor Trends November 2021",
                            "description": "MSTIC. (2021, November 16). Evolving trends in Iranian threat actor activity \u2013 MSTIC presentation at CyberWarCon 2021. Retrieved January 12, 2023.",
                            "url": "https://www.microsoft.com/en-us/security/blog/2021/11/16/evolving-trends-in-iranian-threat-actor-activity-mstic-presentation-at-cyberwarcon-2021"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "2.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-17 22:09:00.876000+00:00\", \"old_value\": \"2023-04-12 13:21:41.276000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.0\", \"old_value\": \"1.0\"}}, \"iterable_item_added\": {\"root['aliases'][1]\": \"Crimson Sandstorm\", \"root['aliases'][2]\": \"TA456\", \"root['aliases'][3]\": \"Tortoise Shell\", \"root['external_references'][1]\": {\"source_name\": \"Crimson Sandstorm\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][2]\": {\"source_name\": \"Tortoise Shell\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][3]\": {\"source_name\": \"TA456\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)(Citation: Proofpoint TA456 Defense Contractor July 2021)\"}, \"root['external_references'][4]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}, \"root['external_references'][5]\": {\"source_name\": \"Proofpoint TA456 Defense Contractor July 2021\", \"description\": \"Miller, J. et. al. (2021, July 28). I Knew You Were Trouble: TA456 Targets Defense Contractor with Alluring Social Media Persona. Retrieved March 11, 2024.\", \"url\": \"https://www.proofpoint.com/us/blog/threat-insight/i-knew-you-were-trouble-ta456-targets-defense-contractor-alluring-social-media\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 2.0"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--9e729a7e-0dd6-4097-95bf-db8d64911383",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:31:50.624000+00:00",
                    "modified": "2024-01-08 20:27:56.707000+00:00",
                    "name": "Darkhotel",
                    "description": "[Darkhotel](https://attack.mitre.org/groups/G0012) is a suspected South Korean threat group that has targeted victims primarily in East Asia since at least 2004. The group's name is based on cyber espionage operations conducted via hotel Internet networks against traveling executives and other select guests. [Darkhotel](https://attack.mitre.org/groups/G0012) has also conducted spearphishing campaigns and infected victims through peer-to-peer and file sharing networks.(Citation: Kaspersky Darkhotel)(Citation: Securelist Darkhotel Aug 2015)(Citation: Microsoft Digital Defense FY20 Sept 2020)",
                    "aliases": [
                        "Darkhotel",
                        "DUBNIUM",
                        "Zigzag Hail"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0012",
                            "external_id": "G0012"
                        },
                        {
                            "source_name": "Darkhotel",
                            "description": "(Citation: Kaspersky Darkhotel)"
                        },
                        {
                            "source_name": "DUBNIUM",
                            "description": "(Citation: Microsoft Digital Defense FY20 Sept 2020)(Citation: Microsoft DUBNIUM June 2016)(Citation: Microsoft DUBNIUM Flash June 2016)(Citation: Microsoft DUBNIUM July 2016)"
                        },
                        {
                            "source_name": "Zigzag Hail",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "Securelist Darkhotel Aug 2015",
                            "description": "Kaspersky Lab's Global Research & Analysis Team. (2015, August 10). Darkhotel's attacks in 2015. Retrieved November 2, 2018.",
                            "url": "https://securelist.com/darkhotels-attacks-in-2015/71713/"
                        },
                        {
                            "source_name": "Kaspersky Darkhotel",
                            "description": "Kaspersky Lab's Global Research and Analysis Team. (2014, November). The Darkhotel APT A Story of Unusual Hospitality. Retrieved November 12, 2014.",
                            "url": "https://media.kasperskycontenthub.com/wp-content/uploads/sites/43/2018/03/08070903/darkhotel_kl_07.11.pdf"
                        },
                        {
                            "source_name": "Microsoft Digital Defense FY20 Sept 2020",
                            "description": "Microsoft . (2020, September 29). Microsoft Digital Defense Report FY20. Retrieved April 21, 2021.",
                            "url": "https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RWxPuf"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "Microsoft DUBNIUM July 2016",
                            "description": "Microsoft. (2016, July 14). Reverse engineering DUBNIUM \u2013 Stage 2 payload analysis . Retrieved March 31, 2021.",
                            "url": "https://www.microsoft.com/security/blog/2016/07/14/reverse-engineering-dubnium-stage-2-payload-analysis/"
                        },
                        {
                            "source_name": "Microsoft DUBNIUM Flash June 2016",
                            "description": "Microsoft. (2016, June 20). Reverse-engineering DUBNIUM\u2019s Flash-targeting exploit. Retrieved March 31, 2021.",
                            "url": "https://www.microsoft.com/security/blog/2016/06/20/reverse-engineering-dubniums-flash-targeting-exploit/"
                        },
                        {
                            "source_name": "Microsoft DUBNIUM June 2016",
                            "description": "Microsoft. (2016, June 9). Reverse-engineering DUBNIUM. Retrieved March 31, 2021.",
                            "url": "https://www.microsoft.com/security/blog/2016/06/09/reverse-engineering-dubnium-2/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Harry Kim, CODEMIZE"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "3.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-01-08 20:27:56.707000+00:00\", \"old_value\": \"2023-10-17 20:21:44.687000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"3.0\", \"old_value\": \"2.1\"}}, \"iterable_item_added\": {\"root['aliases'][2]\": \"Zigzag Hail\", \"root['external_references'][3]\": {\"source_name\": \"Zigzag Hail\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][7]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}}}",
                    "previous_version": "2.1",
                    "version_change": "2.1 \u2192 3.0"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--1c63d4ec-0a75-4daa-b1df-0d11af3d3cc1",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:32:05.217000+00:00",
                    "modified": "2024-01-08 20:40:31.822000+00:00",
                    "name": "Dragonfly",
                    "description": "[Dragonfly](https://attack.mitre.org/groups/G0035) is a cyber espionage group that has been attributed to Russia's Federal Security Service (FSB) Center 16.(Citation: DOJ Russia Targeting Critical Infrastructure March 2022)(Citation: UK GOV FSB Factsheet April 2022) Active since at least 2010, [Dragonfly](https://attack.mitre.org/groups/G0035) has targeted defense and aviation companies, government entities, companies related to industrial control systems, and critical infrastructure sectors worldwide through supply chain, spearphishing, and drive-by compromise attacks.(Citation: Symantec Dragonfly)(Citation: Secureworks IRON LIBERTY July 2019)(Citation: Symantec Dragonfly Sept 2017)(Citation: Fortune Dragonfly 2.0 Sept 2017)(Citation: Gigamon Berserk Bear October 2021)(Citation: CISA AA20-296A Berserk Bear December 2020)(Citation: Symantec Dragonfly 2.0 October 2017)",
                    "aliases": [
                        "Dragonfly",
                        "TEMP.Isotope",
                        "DYMALLOY",
                        "Berserk Bear",
                        "TG-4192",
                        "Crouching Yeti",
                        "IRON LIBERTY",
                        "Energetic Bear",
                        "Ghost Blizzard",
                        "BROMINE"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0035",
                            "external_id": "G0035"
                        },
                        {
                            "source_name": "DYMALLOY",
                            "description": "(Citation: Dragos DYMALLOY )(Citation: UK GOV FSB Factsheet April 2022)"
                        },
                        {
                            "source_name": "Berserk Bear",
                            "description": "(Citation: Gigamon Berserk Bear October 2021)(Citation: DOJ Russia Targeting Critical Infrastructure March 2022)(Citation: UK GOV FSB Factsheet April 2022)"
                        },
                        {
                            "source_name": "TEMP.Isotope",
                            "description": "(Citation: Mandiant Ukraine Cyber Threats January 2022)(Citation: Gigamon Berserk Bear October 2021)"
                        },
                        {
                            "source_name": "Ghost Blizzard",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "BROMINE",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "Crouching Yeti",
                            "description": "(Citation: Secureworks IRON LIBERTY July 2019)(Citation: Gigamon Berserk Bear October 2021)(Citation: DOJ Russia Targeting Critical Infrastructure March 2022)(Citation: UK GOV FSB Factsheet April 2022)"
                        },
                        {
                            "source_name": "IRON LIBERTY",
                            "description": "(Citation: Secureworks IRON LIBERTY July 2019)(Citation: Secureworks MCMD July 2019)(Citation: Secureworks Karagany July 2019)(Citation: UK GOV FSB Factsheet April 2022)"
                        },
                        {
                            "source_name": "TG-4192",
                            "description": "(Citation: Secureworks IRON LIBERTY July 2019)(Citation: UK GOV FSB Factsheet April 2022)"
                        },
                        {
                            "source_name": "Dragonfly",
                            "description": "(Citation: Symantec Dragonfly)(Citation: Secureworks IRON LIBERTY July 2019)(Citation: Gigamon Berserk Bear October 2021)(Citation: DOJ Russia Targeting Critical Infrastructure March 2022)(Citation: UK GOV FSB Factsheet April 2022)"
                        },
                        {
                            "source_name": "Energetic Bear",
                            "description": "(Citation: Symantec Dragonfly)(Citation: Secureworks IRON LIBERTY July 2019)(Citation: Secureworks MCMD July 2019)(Citation: Secureworks Karagany July 2019)(Citation: Gigamon Berserk Bear October 2021)(Citation: DOJ Russia Targeting Critical Infrastructure March 2022)(Citation: UK GOV FSB Factsheet April 2022)"
                        },
                        {
                            "source_name": "CISA AA20-296A Berserk Bear December 2020",
                            "description": "CISA. (2020, December 1). Russian State-Sponsored Advanced Persistent Threat Actor Compromises U.S. Government Targets. Retrieved December 9, 2021.",
                            "url": "https://www.cisa.gov/uscert/ncas/alerts/aa20-296a#revisions"
                        },
                        {
                            "source_name": "DOJ Russia Targeting Critical Infrastructure March 2022",
                            "description": "Department of Justice. (2022, March 24). Four Russian Government Employees Charged in Two Historical Hacking Campaigns Targeting Critical Infrastructure Worldwide. Retrieved April 5, 2022.",
                            "url": "https://www.justice.gov/opa/pr/four-russian-government-employees-charged-two-historical-hacking-campaigns-targeting-critical"
                        },
                        {
                            "source_name": "Dragos DYMALLOY ",
                            "description": "Dragos. (n.d.). DYMALLOY. Retrieved August 20, 2020.",
                            "url": "https://www.dragos.com/threat/dymalloy/"
                        },
                        {
                            "source_name": "Fortune Dragonfly 2.0 Sept 2017",
                            "description": "Hackett, R. (2017, September 6). Hackers Have Penetrated Energy Grid, Symantec Warns. Retrieved June 6, 2018.",
                            "url": "http://fortune.com/2017/09/06/hack-energy-grid-symantec/"
                        },
                        {
                            "source_name": "Mandiant Ukraine Cyber Threats January 2022",
                            "description": "Hultquist, J. (2022, January 20). Anticipating Cyber Threats as the Ukraine Crisis Escalates. Retrieved January 24, 2022.",
                            "url": "https://www.mandiant.com/resources/ukraine-crisis-cyber-threats"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "Secureworks MCMD July 2019",
                            "description": "Secureworks. (2019, July 24). MCMD Malware Analysis. Retrieved August 13, 2020.",
                            "url": "https://www.secureworks.com/research/mcmd-malware-analysis"
                        },
                        {
                            "source_name": "Secureworks IRON LIBERTY July 2019",
                            "description": "Secureworks. (2019, July 24). Resurgent Iron Liberty Targeting Energy Sector. Retrieved August 12, 2020.",
                            "url": "https://www.secureworks.com/research/resurgent-iron-liberty-targeting-energy-sector"
                        },
                        {
                            "source_name": "Secureworks Karagany July 2019",
                            "description": "Secureworks. (2019, July 24). Updated Karagany Malware Targets Energy Sector. Retrieved August 12, 2020.",
                            "url": "https://www.secureworks.com/research/updated-karagany-malware-targets-energy-sector"
                        },
                        {
                            "source_name": "Gigamon Berserk Bear October 2021",
                            "description": "Slowik, J. (2021, October). THE BAFFLING BERSERK BEAR: A DECADE\u2019S ACTIVITY TARGETING CRITICAL INFRASTRUCTURE. Retrieved December 6, 2021.",
                            "url": "https://vblocalhost.com/uploads/VB2021-Slowik.pdf"
                        },
                        {
                            "source_name": "Symantec Dragonfly Sept 2017",
                            "description": "Symantec Security Response. (2014, July 7). Dragonfly: Western energy sector targeted by sophisticated attack group. Retrieved September 9, 2017.",
                            "url": "https://docs.broadcom.com/doc/dragonfly_threat_against_western_energy_suppliers"
                        },
                        {
                            "source_name": "Symantec Dragonfly",
                            "description": "Symantec Security Response. (2014, June 30). Dragonfly: Cyberespionage Attacks Against Energy Suppliers. Retrieved April 8, 2016.",
                            "url": "https://community.broadcom.com/symantecenterprise/communities/community-home/librarydocuments/viewdocument?DocumentKey=7382dce7-0260-4782-84cc-890971ed3f17&CommunityKey=1ecf5f55-9545-44d6-b0f4-4e4a7f5f5e68&tab=librarydocuments"
                        },
                        {
                            "source_name": "Symantec Dragonfly 2.0 October 2017",
                            "description": "Symantec. (2017, October 7). Dragonfly: Western energy sector targeted by sophisticated attack group. Retrieved April 19, 2022.",
                            "url": "https://symantec-enterprise-blogs.security.com/blogs/threat-intelligence/dragonfly-energy-sector-cyber-attacks"
                        },
                        {
                            "source_name": "UK GOV FSB Factsheet April 2022",
                            "description": "UK Gov. (2022, April 5). Russia's FSB malign activity: factsheet. Retrieved April 5, 2022.",
                            "url": "https://www.gov.uk/government/publications/russias-fsb-malign-cyber-activity-factsheet/russias-fsb-malign-activity-factsheet"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Dragos Threat Intelligence"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack",
                        "ics-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "4.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-01-08 20:40:31.822000+00:00\", \"old_value\": \"2023-10-01 02:45:48.973000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"4.0\", \"old_value\": \"3.2\"}}, \"iterable_item_added\": {\"root['aliases'][8]\": \"Ghost Blizzard\", \"root['aliases'][9]\": \"BROMINE\", \"root['external_references'][4]\": {\"source_name\": \"Ghost Blizzard\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][5]\": {\"source_name\": \"BROMINE\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][16]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}}}",
                    "previous_version": "3.2",
                    "version_change": "3.2 \u2192 4.0"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--cc613a49-9bfa-4e22-98d1-15ffbb03f034",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2022-07-01 20:12:30.184000+00:00",
                    "modified": "2024-04-10 21:38:24.226000+00:00",
                    "name": "Earth Lusca",
                    "description": "[Earth Lusca](https://attack.mitre.org/groups/G1006) is a suspected China-based cyber espionage group that has been active since at least April 2019. [Earth Lusca](https://attack.mitre.org/groups/G1006) has targeted organizations in Australia, China, Hong Kong, Mongolia, Nepal, the Philippines, Taiwan, Thailand, Vietnam, the United Arab Emirates, Nigeria, Germany, France, and the United States. Targets included government institutions, news media outlets, gambling companies, educational institutions, COVID-19 research organizations, telecommunications companies, religious movements banned in China, and cryptocurrency trading platforms; security researchers assess some [Earth Lusca](https://attack.mitre.org/groups/G1006) operations may be financially motivated.(Citation: TrendMicro EarthLusca 2022)\n\n[Earth Lusca](https://attack.mitre.org/groups/G1006) has used malware commonly used by other Chinese threat groups, including [APT41](https://attack.mitre.org/groups/G0096) and the [Winnti Group](https://attack.mitre.org/groups/G0044) cluster, however security researchers assess [Earth Lusca](https://attack.mitre.org/groups/G1006)'s techniques and infrastructure are separate.(Citation: TrendMicro EarthLusca 2022)",
                    "aliases": [
                        "Earth Lusca",
                        "TAG-22",
                        "Charcoal Typhoon",
                        "CHROMIUM",
                        "ControlX"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G1006",
                            "external_id": "G1006"
                        },
                        {
                            "source_name": "Charcoal Typhoon",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "ControlX",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "CHROMIUM",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023) (Citation: Recorded Future RedHotel August 2023)"
                        },
                        {
                            "source_name": "TAG-22",
                            "description": "(Citation: Recorded Future TAG-22 July 2021)"
                        },
                        {
                            "source_name": "TrendMicro EarthLusca 2022",
                            "description": "Chen, J., et al. (2022). Delving Deep: An Analysis of Earth Lusca\u2019s Operations. Retrieved July 1, 2022.",
                            "url": "https://www.trendmicro.com/content/dam/trendmicro/global/en/research/22/a/earth-lusca-employs-sophisticated-infrastructure-varied-tools-and-techniques/technical-brief-delving-deep-an-analysis-of-earth-lusca-operations.pdf"
                        },
                        {
                            "source_name": "Recorded Future TAG-22 July 2021",
                            "description": "INSIKT GROUP. (2021, July 8). Chinese State-Sponsored Activity Group TAG-22 Targets Nepal, the Philippines, and Taiwan Using Winnti and Other Tooling. Retrieved September 2, 2022.",
                            "url": "https://www.recordedfuture.com/chinese-group-tag-22-targets-nepal-philippines-taiwan"
                        },
                        {
                            "source_name": "Recorded Future RedHotel August 2023",
                            "description": "Insikt Group. (2023, August 8). RedHotel: A Prolific, Chinese State-Sponsored Group Operating at a Global Scale. Retrieved March 11, 2024.",
                            "url": "https://go.recordedfuture.com/hubfs/reports/cta-2023-0808.pdf"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack",
                        "mobile-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "2.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-10 21:38:24.226000+00:00\", \"old_value\": \"2022-10-17 19:51:56.531000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.0\", \"old_value\": \"1.0\"}}, \"iterable_item_added\": {\"root['aliases'][2]\": \"Charcoal Typhoon\", \"root['aliases'][3]\": \"CHROMIUM\", \"root['aliases'][4]\": \"ControlX\", \"root['external_references'][1]\": {\"source_name\": \"Charcoal Typhoon\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][2]\": {\"source_name\": \"ControlX\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][3]\": {\"source_name\": \"CHROMIUM\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023) (Citation: Recorded Future RedHotel August 2023)\"}, \"root['external_references'][7]\": {\"source_name\": \"Recorded Future RedHotel August 2023\", \"description\": \"Insikt Group. (2023, August 8). RedHotel: A Prolific, Chinese State-Sponsored Group Operating at a Global Scale. Retrieved March 11, 2024.\", \"url\": \"https://go.recordedfuture.com/hubfs/reports/cta-2023-0808.pdf\"}, \"root['external_references'][8]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 2.0"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--2a7914cf-dff3-428d-ab0f-1014d1c28aeb",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:32:06.015000+00:00",
                    "modified": "2024-01-08 22:13:27.588000+00:00",
                    "name": "FIN6",
                    "description": "[FIN6](https://attack.mitre.org/groups/G0037) is a cyber crime group that has stolen payment card data and sold it for profit on underground marketplaces. This group has aggressively targeted and compromised point of sale (PoS) systems in the hospitality and retail sectors.(Citation: FireEye FIN6 April 2016)(Citation: FireEye FIN6 Apr 2019)",
                    "aliases": [
                        "FIN6",
                        "Magecart Group 6",
                        "ITG08",
                        "Skeleton Spider",
                        "TAAL",
                        "Camouflage Tempest"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0037",
                            "external_id": "G0037"
                        },
                        {
                            "source_name": "Skeleton Spider",
                            "description": "(Citation: Crowdstrike Global Threat Report Feb 2018)"
                        },
                        {
                            "source_name": "FIN6",
                            "description": "(Citation: FireEye FIN6 April 2016)"
                        },
                        {
                            "source_name": "TAAL",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "Camouflage Tempest",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "Magecart Group 6",
                            "description": "(Citation: Security Intelligence ITG08 April 2020)"
                        },
                        {
                            "source_name": "ITG08",
                            "description": "(Citation: Security Intelligence More Eggs Aug 2019)"
                        },
                        {
                            "source_name": "Crowdstrike Global Threat Report Feb 2018",
                            "description": "CrowdStrike. (2018, February 26). CrowdStrike 2018 Global Threat Report. Retrieved October 10, 2018.",
                            "url": "https://crowdstrike.lookbookhq.com/global-threat-report-2018-web/cs-2018-global-threat-report"
                        },
                        {
                            "source_name": "FireEye FIN6 April 2016",
                            "description": "FireEye Threat Intelligence. (2016, April). Follow the Money: Dissecting the Operations of the Cyber Crime Group FIN6. Retrieved June 1, 2016.",
                            "url": "https://www2.fireeye.com/rs/848-DID-242/images/rpt-fin6.pdf"
                        },
                        {
                            "source_name": "FireEye FIN6 Apr 2019",
                            "description": "McKeague, B. et al. (2019, April 5). Pick-Six: Intercepting a FIN6 Intrusion, an Actor Recently Tied to Ryuk and LockerGoga Ransomware. Retrieved April 17, 2019.",
                            "url": "https://www.fireeye.com/blog/threat-research/2019/04/pick-six-intercepting-a-fin6-intrusion.html"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "Security Intelligence ITG08 April 2020",
                            "description": "Villadsen, O. (2020, April 7). ITG08 (aka FIN6) Partners With TrickBot Gang, Uses Anchor Framework. Retrieved October 8, 2020.",
                            "url": "https://securityintelligence.com/posts/itg08-aka-fin6-partners-with-trickbot-gang-uses-anchor-framework/"
                        },
                        {
                            "source_name": "Security Intelligence More Eggs Aug 2019",
                            "description": "Villadsen, O.. (2019, August 29). More_eggs, Anyone? Threat Actor ITG08 Strikes Again. Retrieved September 16, 2019.",
                            "url": "https://securityintelligence.com/posts/more_eggs-anyone-threat-actor-itg08-strikes-again/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Center for Threat-Informed Defense (CTID)",
                        "Drew Church, Splunk"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack",
                        "ics-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "4.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-01-08 22:13:27.588000+00:00\", \"old_value\": \"2023-03-22 03:50:17.471000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"4.0\", \"old_value\": \"3.3\"}}, \"iterable_item_added\": {\"root['aliases'][4]\": \"TAAL\", \"root['aliases'][5]\": \"Camouflage Tempest\", \"root['external_references'][3]\": {\"source_name\": \"TAAL\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][4]\": {\"source_name\": \"Camouflage Tempest\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][10]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}}}",
                    "previous_version": "3.3",
                    "version_change": "3.3 \u2192 4.0"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--3753cc21-2dae-4dfb-8481-d004e74502cc",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:32:09.460000+00:00",
                    "modified": "2024-04-17 22:09:41.004000+00:00",
                    "name": "FIN7",
                    "description": "[FIN7](https://attack.mitre.org/groups/G0046) is a financially-motivated threat group that has been active since 2013. [FIN7](https://attack.mitre.org/groups/G0046) has primarily targeted the retail, restaurant, hospitality, software, consulting, financial services, medical equipment, cloud services, media, food and beverage, transportation, and utilities industries in the U.S. A portion of [FIN7](https://attack.mitre.org/groups/G0046) was run out of a front company called Combi Security and often used point-of-sale malware for targeting efforts. Since 2020, [FIN7](https://attack.mitre.org/groups/G0046) shifted operations to a big game hunting (BGH) approach including use of [REvil](https://attack.mitre.org/software/S0496) ransomware and their own Ransomware as a Service (RaaS), Darkside. FIN7 may be linked to the [Carbanak](https://attack.mitre.org/groups/G0008) Group, but there appears to be several groups using [Carbanak](https://attack.mitre.org/software/S0030) malware and are therefore tracked separately.(Citation: FireEye FIN7 March 2017)(Citation: FireEye FIN7 April 2017)(Citation: FireEye CARBANAK June 2017)(Citation: FireEye FIN7 Aug 2018)(Citation: CrowdStrike Carbon Spider August 2021)(Citation: Mandiant FIN7 Apr 2022)",
                    "aliases": [
                        "FIN7",
                        "GOLD NIAGARA",
                        "ITG14",
                        "Carbon Spider",
                        "ELBRUS",
                        "Sangria Tempest"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0046",
                            "external_id": "G0046"
                        },
                        {
                            "source_name": "Carbon Spider",
                            "description": "(Citation: CrowdStrike Carbon Spider August 2021)"
                        },
                        {
                            "source_name": "FIN7",
                            "description": "(Citation: FireEye FIN7 March 2017) (Citation: FireEye FIN7 April 2017) (Citation: Morphisec FIN7 June 2017) (Citation: FireEye FIN7 Shim Databases) (Citation: FireEye FIN7 Aug 2018)"
                        },
                        {
                            "source_name": "ELBRUS",
                            "description": "(Citation: Microsoft Ransomware as a Service)"
                        },
                        {
                            "source_name": "Sangria Tempest",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "GOLD NIAGARA",
                            "description": "(Citation: Secureworks GOLD NIAGARA Threat Profile)"
                        },
                        {
                            "source_name": "Mandiant FIN7 Apr 2022",
                            "description": "Abdo, B., et al. (2022, April 4). FIN7 Power Hour: Adversary Archaeology and the Evolution of FIN7. Retrieved April 5, 2022.",
                            "url": "https://www.mandiant.com/resources/evolution-of-fin7"
                        },
                        {
                            "source_name": "FireEye CARBANAK June 2017",
                            "description": "Bennett, J., Vengerik, B. (2017, June 12). Behind the CARBANAK Backdoor. Retrieved June 11, 2018.",
                            "url": "https://www.fireeye.com/blog/threat-research/2017/06/behind-the-carbanak-backdoor.html"
                        },
                        {
                            "source_name": "FireEye FIN7 April 2017",
                            "description": "Carr, N., et al. (2017, April 24). FIN7 Evolution and the Phishing LNK. Retrieved April 24, 2017.",
                            "url": "https://www.fireeye.com/blog/threat-research/2017/04/fin7-phishing-lnk.html"
                        },
                        {
                            "source_name": "FireEye FIN7 Aug 2018",
                            "description": "Carr, N., et al. (2018, August 01). On the Hunt for FIN7: Pursuing an Enigmatic and Evasive Global Criminal Operation. Retrieved August 23, 2018.",
                            "url": "https://www.fireeye.com/blog/threat-research/2018/08/fin7-pursuing-an-enigmatic-and-evasive-global-criminal-operation.html"
                        },
                        {
                            "source_name": "Secureworks GOLD NIAGARA Threat Profile",
                            "description": "CTU. (n.d.). GOLD NIAGARA. Retrieved September 21, 2021.",
                            "url": "https://www.secureworks.com/research/threat-profiles/gold-niagara"
                        },
                        {
                            "source_name": "FireEye FIN7 Shim Databases",
                            "description": "Erickson, J., McWhirt, M., Palombo, D. (2017, May 3). To SDB, Or Not To SDB: FIN7 Leveraging Shim Databases for Persistence. Retrieved July 18, 2017.",
                            "url": "https://www.fireeye.com/blog/threat-research/2017/05/fin7-shim-databases-persistence.html"
                        },
                        {
                            "source_name": "Morphisec FIN7 June 2017",
                            "description": "Gorelik, M.. (2017, June 9). FIN7 Takes Another Bite at the Restaurant Industry. Retrieved July 13, 2017.",
                            "url": "http://blog.morphisec.com/fin7-attacks-restaurant-industry"
                        },
                        {
                            "source_name": "ITG14",
                            "description": "ITG14 shares campaign overlap with [FIN7](https://attack.mitre.org/groups/G0046).(Citation: IBM Ransomware Trends September 2020)"
                        },
                        {
                            "source_name": "CrowdStrike Carbon Spider August 2021",
                            "description": "Loui, E. and Reynolds, J. (2021, August 30). CARBON SPIDER Embraces Big Game Hunting, Part 1. Retrieved September 20, 2021.",
                            "url": "https://www.crowdstrike.com/blog/carbon-spider-embraces-big-game-hunting-part-1/"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "Microsoft Ransomware as a Service",
                            "description": "Microsoft. (2022, May 9). Ransomware as a service: Understanding the cybercrime gig economy and how to protect yourself. Retrieved March 10, 2023.",
                            "url": "https://www.microsoft.com/en-us/security/blog/2022/05/09/ransomware-as-a-service-understanding-the-cybercrime-gig-economy-and-how-to-protect-yourself/"
                        },
                        {
                            "source_name": "FireEye FIN7 March 2017",
                            "description": "Miller, S., et al. (2017, March 7). FIN7 Spear Phishing Campaign Targets Personnel Involved in SEC Filings. Retrieved March 8, 2017.",
                            "url": "https://web.archive.org/web/20180808125108/https:/www.fireeye.com/blog/threat-research/2017/03/fin7_spear_phishing.html"
                        },
                        {
                            "source_name": "IBM Ransomware Trends September 2020",
                            "description": "Singleton, C. and Kiefer, C. (2020, September 28). Ransomware 2020: Attack Trends Affecting Organizations Worldwide. Retrieved September 20, 2021.",
                            "url": "https://securityintelligence.com/posts/ransomware-2020-attack-trends-new-techniques-affecting-organizations-worldwide/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Edward Millington"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack",
                        "ics-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "4.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-17 22:09:41.004000+00:00\", \"old_value\": \"2023-10-04 18:10:49.054000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"4.0\", \"old_value\": \"3.0\"}}, \"iterable_item_added\": {\"root['aliases'][4]\": \"ELBRUS\", \"root['aliases'][5]\": \"Sangria Tempest\", \"root['external_references'][3]\": {\"source_name\": \"ELBRUS\", \"description\": \"(Citation: Microsoft Ransomware as a Service)\"}, \"root['external_references'][4]\": {\"source_name\": \"Sangria Tempest\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][15]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}, \"root['external_references'][16]\": {\"source_name\": \"Microsoft Ransomware as a Service\", \"description\": \"Microsoft. (2022, May 9). Ransomware as a service: Understanding the cybercrime gig economy and how to protect yourself. Retrieved March 10, 2023.\", \"url\": \"https://www.microsoft.com/en-us/security/blog/2022/05/09/ransomware-as-a-service-understanding-the-cybercrime-gig-economy-and-how-to-protect-yourself/\"}}}",
                    "previous_version": "3.0",
                    "version_change": "3.0 \u2192 4.0"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--c21dd6f1-1364-4a70-a1f7-783080ec34ee",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-12-21 21:49:47.307000+00:00",
                    "modified": "2024-01-08 22:00:34.410000+00:00",
                    "name": "Fox Kitten",
                    "description": "[Fox Kitten](https://attack.mitre.org/groups/G0117) is threat actor with a suspected nexus to the Iranian government that has been active since at least 2017 against entities in the Middle East, North Africa, Europe, Australia, and North America. [Fox Kitten](https://attack.mitre.org/groups/G0117) has targeted multiple industrial verticals including oil and gas, technology, government, defense, healthcare, manufacturing, and engineering.(Citation: ClearkSky Fox Kitten February 2020)(Citation: CrowdStrike PIONEER KITTEN August 2020)(Citation: Dragos PARISITE )(Citation: ClearSky Pay2Kitten December 2020)",
                    "aliases": [
                        "Fox Kitten",
                        "UNC757",
                        "Parisite",
                        "Pioneer Kitten",
                        "RUBIDIUM",
                        "Lemon Sandstorm"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0117",
                            "external_id": "G0117"
                        },
                        {
                            "source_name": "UNC757",
                            "description": "(Citation: CISA AA20-259A Iran-Based Actor September 2020)(Citation: CrowdStrike PIONEER KITTEN August 2020)"
                        },
                        {
                            "source_name": "Pioneer Kitten",
                            "description": "(Citation: CrowdStrike PIONEER KITTEN August 2020)(Citation: CISA AA20-259A Iran-Based Actor September 2020)"
                        },
                        {
                            "source_name": "Parisite",
                            "description": "(Citation: Dragos PARISITE )(Citation: ClearkSky Fox Kitten February 2020)(Citation: CrowdStrike PIONEER KITTEN August 2020)"
                        },
                        {
                            "source_name": "RUBIDIUM",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "Lemon Sandstorm",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "CISA AA20-259A Iran-Based Actor September 2020",
                            "description": "CISA. (2020, September 15). Iran-Based Threat Actor Exploits VPN Vulnerabilities. Retrieved December 21, 2020.",
                            "url": "https://us-cert.cisa.gov/ncas/alerts/aa20-259a"
                        },
                        {
                            "source_name": "ClearSky Pay2Kitten December 2020",
                            "description": "ClearSky. (2020, December 17). Pay2Key Ransomware \u2013 A New Campaign by Fox Kitten. Retrieved December 21, 2020.",
                            "url": "https://www.clearskysec.com/wp-content/uploads/2020/12/Pay2Kitten.pdf"
                        },
                        {
                            "source_name": "ClearkSky Fox Kitten February 2020",
                            "description": "ClearSky. (2020, February 16). Fox Kitten \u2013 Widespread Iranian Espionage-Offensive Campaign. Retrieved December 21, 2020.",
                            "url": "https://www.clearskysec.com/fox-kitten/"
                        },
                        {
                            "source_name": "Dragos PARISITE ",
                            "description": "Dragos. (n.d.). PARISITE. Retrieved December 21, 2020.",
                            "url": "https://www.dragos.com/threat/parisite/"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "CrowdStrike PIONEER KITTEN August 2020",
                            "description": "Orleans, A. (2020, August 31). Who Is PIONEER KITTEN?. Retrieved December 21, 2020.",
                            "url": "https://www.crowdstrike.com/blog/who-is-pioneer-kitten/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "2.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-01-08 22:00:34.410000+00:00\", \"old_value\": \"2023-03-22 03:53:37.888000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.0\", \"old_value\": \"1.1\"}}, \"iterable_item_added\": {\"root['aliases'][4]\": \"RUBIDIUM\", \"root['aliases'][5]\": \"Lemon Sandstorm\", \"root['external_references'][4]\": {\"source_name\": \"RUBIDIUM\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][5]\": {\"source_name\": \"Lemon Sandstorm\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][10]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 2.0"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--06a11b7e-2a36-47fe-8d3e-82c265df3258",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-07-18 20:47:50.050000+00:00",
                    "modified": "2024-04-17 22:10:27.139000+00:00",
                    "name": "GALLIUM",
                    "description": "[GALLIUM](https://attack.mitre.org/groups/G0093) is a cyberespionage group that has been active since at least 2012, primarily targeting telecommunications companies, financial institutions, and government entities in Afghanistan, Australia, Belgium, Cambodia, Malaysia, Mozambique, the Philippines, Russia, and Vietnam. This group is particularly known for launching Operation Soft Cell, a long-term campaign targeting telecommunications providers.(Citation: Cybereason Soft Cell June 2019) Security researchers have identified [GALLIUM](https://attack.mitre.org/groups/G0093) as a likely Chinese state-sponsored group, based in part on tools used and TTPs commonly associated with Chinese threat actors.(Citation: Cybereason Soft Cell June 2019)(Citation: Microsoft GALLIUM December 2019)(Citation: Unit 42 PingPull Jun 2022)",
                    "aliases": [
                        "GALLIUM",
                        "Granite Typhoon"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0093",
                            "external_id": "G0093"
                        },
                        {
                            "source_name": "GALLIUM",
                            "description": "(Citation: Microsoft GALLIUM December 2019)"
                        },
                        {
                            "source_name": "Granite Typhoon",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "Cybereason Soft Cell June 2019",
                            "description": "Cybereason Nocturnus. (2019, June 25). Operation Soft Cell: A Worldwide Campaign Against Telecommunications Providers. Retrieved July 18, 2019.",
                            "url": "https://www.cybereason.com/blog/operation-soft-cell-a-worldwide-campaign-against-telecommunications-providers"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "Microsoft GALLIUM December 2019",
                            "description": "MSTIC. (2019, December 12). GALLIUM: Targeting global telecom. Retrieved January 13, 2021.",
                            "url": "https://www.microsoft.com/security/blog/2019/12/12/gallium-targeting-global-telecom/"
                        },
                        {
                            "source_name": "Unit 42 PingPull Jun 2022",
                            "description": "Unit 42. (2022, June 13). GALLIUM Expands Targeting Across Telecommunications, Government and Finance Sectors With New PingPull Tool. Retrieved August 7, 2022.",
                            "url": "https://unit42.paloaltonetworks.com/pingpull-gallium/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Daniyal Naeem, BT Security",
                        "Cybereason Nocturnus, @nocturnus"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "4.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-17 22:10:27.139000+00:00\", \"old_value\": \"2022-08-12 21:26:22.303000+00:00\"}, \"root['description']\": {\"new_value\": \"[GALLIUM](https://attack.mitre.org/groups/G0093) is a cyberespionage group that has been active since at least 2012, primarily targeting telecommunications companies, financial institutions, and government entities in Afghanistan, Australia, Belgium, Cambodia, Malaysia, Mozambique, the Philippines, Russia, and Vietnam. This group is particularly known for launching Operation Soft Cell, a long-term campaign targeting telecommunications providers.(Citation: Cybereason Soft Cell June 2019) Security researchers have identified [GALLIUM](https://attack.mitre.org/groups/G0093) as a likely Chinese state-sponsored group, based in part on tools used and TTPs commonly associated with Chinese threat actors.(Citation: Cybereason Soft Cell June 2019)(Citation: Microsoft GALLIUM December 2019)(Citation: Unit 42 PingPull Jun 2022)\", \"old_value\": \"[GALLIUM](https://attack.mitre.org/groups/G0093) is a cyberespionage group that has been active since at least 2012, primarily targeting telecommunications companies, financial institutions, and government entities in Afghanistan, Australia, Belgium, Cambodia, Malaysia, Mozambique, the Philippines, Russia, and Vietnam. Security researchers have identified [GALLIUM](https://attack.mitre.org/groups/G0093) as a likely Chinese state-sponsored group, based in part on tools used and TTPs commonly associated with Chinese threat actors.(Citation: Cybereason Soft Cell June 2019)(Citation: Microsoft GALLIUM December 2019)(Citation: Unit 42 PingPull Jun 2022)\"}, \"root['external_references'][1]['source_name']\": {\"new_value\": \"Granite Typhoon\", \"old_value\": \"Operation Soft Cell\"}, \"root['external_references'][1]['description']\": {\"new_value\": \"(Citation: Microsoft Threat Actor Naming July 2023)\", \"old_value\": \"(Citation: Cybereason Soft Cell June 2019)\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"4.0\", \"old_value\": \"3.0\"}, \"root['aliases'][1]\": {\"new_value\": \"Granite Typhoon\", \"old_value\": \"Operation Soft Cell\"}}, \"iterable_item_added\": {\"root['external_references'][4]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}}}",
                    "previous_version": "3.0",
                    "version_change": "3.0 \u2192 4.0",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to101__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to101__0\"><a href=\"#difflib_chg_to101__top\">t</a></td><td class=\"diff_header\" id=\"from101_1\">1</td><td nowrap=\"nowrap\">[GALLIUM](https://attack.mitre.org/groups/G0093)&nbsp;is&nbsp;a&nbsp;cybere</td><td class=\"diff_next\"><a href=\"#difflib_chg_to101__top\">t</a></td><td class=\"diff_header\" id=\"to101_1\">1</td><td nowrap=\"nowrap\">[GALLIUM](https://attack.mitre.org/groups/G0093)&nbsp;is&nbsp;a&nbsp;cybere</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">spionage&nbsp;group&nbsp;that&nbsp;has&nbsp;been&nbsp;active&nbsp;since&nbsp;at&nbsp;least&nbsp;2012,&nbsp;pri</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">spionage&nbsp;group&nbsp;that&nbsp;has&nbsp;been&nbsp;active&nbsp;since&nbsp;at&nbsp;least&nbsp;2012,&nbsp;pri</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">marily&nbsp;targeting&nbsp;telecommunications&nbsp;companies,&nbsp;financial&nbsp;ins</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">marily&nbsp;targeting&nbsp;telecommunications&nbsp;companies,&nbsp;financial&nbsp;ins</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">titutions,&nbsp;and&nbsp;government&nbsp;entities&nbsp;in&nbsp;Afghanistan,&nbsp;Australia</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">titutions,&nbsp;and&nbsp;government&nbsp;entities&nbsp;in&nbsp;Afghanistan,&nbsp;Australia</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">,&nbsp;Belgium,&nbsp;Cambodia,&nbsp;Malaysia,&nbsp;Mozambique,&nbsp;the&nbsp;Philippines,&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">,&nbsp;Belgium,&nbsp;Cambodia,&nbsp;Malaysia,&nbsp;Mozambique,&nbsp;the&nbsp;Philippines,&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Russia,&nbsp;and&nbsp;Vietnam.&nbsp;S<span class=\"diff_chg\">ecurit</span>y<span class=\"diff_chg\">&nbsp;researchers</span>&nbsp;have&nbsp;identified&nbsp;[G</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Russia,&nbsp;and&nbsp;Vietnam.&nbsp;<span class=\"diff_add\">This&nbsp;group&nbsp;is&nbsp;particularly&nbsp;known&nbsp;for&nbsp;la</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ALLIUM](https://attack.mitre.org/groups/G0093)&nbsp;as&nbsp;a&nbsp;likely&nbsp;C</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">unching&nbsp;Operation&nbsp;</span>S<span class=\"diff_chg\">oft&nbsp;Cell,&nbsp;a&nbsp;long-term&nbsp;campaign&nbsp;targeting&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">hinese&nbsp;state-sponsored&nbsp;group,&nbsp;based&nbsp;in&nbsp;part&nbsp;on&nbsp;tools&nbsp;used&nbsp;an</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">telecommunications&nbsp;providers.(Citation:&nbsp;C</span>y<span class=\"diff_chg\">bereason&nbsp;Soft&nbsp;Cell</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d&nbsp;TTPs&nbsp;commonly&nbsp;associated&nbsp;with&nbsp;Chinese&nbsp;threat&nbsp;actors.(Citat</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">&nbsp;June&nbsp;2019)&nbsp;Security&nbsp;researchers</span>&nbsp;have&nbsp;identified&nbsp;[GALLIUM](h</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ion:&nbsp;Cybereason&nbsp;Soft&nbsp;Cell&nbsp;June&nbsp;2019)(Citation:&nbsp;Microsoft&nbsp;GAL</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ttps://attack.mitre.org/groups/G0093)&nbsp;as&nbsp;a&nbsp;likely&nbsp;Chinese&nbsp;st</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">LIUM&nbsp;December&nbsp;2019)(Citation:&nbsp;Unit&nbsp;42&nbsp;PingPull&nbsp;Jun&nbsp;2022)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ate-sponsored&nbsp;group,&nbsp;based&nbsp;in&nbsp;part&nbsp;on&nbsp;tools&nbsp;used&nbsp;and&nbsp;TTPs&nbsp;co</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">mmonly&nbsp;associated&nbsp;with&nbsp;Chinese&nbsp;threat&nbsp;actors.(Citation:&nbsp;Cybe</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">reason&nbsp;Soft&nbsp;Cell&nbsp;June&nbsp;2019)(Citation:&nbsp;Microsoft&nbsp;GALLIUM&nbsp;Dece</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">mber&nbsp;2019)(Citation:&nbsp;Unit&nbsp;42&nbsp;PingPull&nbsp;Jun&nbsp;2022)</td></tr>\n        </tbody>\n    </table>"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--2e290bfe-93b5-48ce-97d6-edcd6d32b7cf",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:32:09.849000+00:00",
                    "modified": "2023-12-04 18:11:02.073000+00:00",
                    "name": "Gamaredon Group",
                    "description": "[Gamaredon Group](https://attack.mitre.org/groups/G0047) is a suspected Russian cyber espionage threat group that has targeted military, NGO, judiciary, law enforcement, and non-profit organizations in Ukraine since at least 2013. The name [Gamaredon Group](https://attack.mitre.org/groups/G0047) comes from a misspelling of the word \"Armageddon\", which was detected in the adversary's early campaigns.(Citation: Palo Alto Gamaredon Feb 2017)(Citation: TrendMicro Gamaredon April 2020)(Citation: ESET Gamaredon June 2020)(Citation: Symantec Shuckworm January 2022)(Citation: Microsoft Actinium February 2022)\n\nIn November 2021, the Ukrainian government publicly attributed [Gamaredon Group](https://attack.mitre.org/groups/G0047) to Russia's Federal Security Service (FSB) Center 18.(Citation: Bleepingcomputer Gamardeon FSB November 2021)(Citation: Microsoft Actinium February 2022)",
                    "aliases": [
                        "Gamaredon Group",
                        "IRON TILDEN",
                        "Primitive Bear",
                        "ACTINIUM",
                        "Armageddon",
                        "Shuckworm",
                        "DEV-0157",
                        "Aqua Blizzard"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0047",
                            "external_id": "G0047"
                        },
                        {
                            "source_name": "ACTINIUM",
                            "description": "(Citation: Microsoft Actinium February 2022)"
                        },
                        {
                            "source_name": "DEV-0157",
                            "description": "(Citation: Microsoft Actinium February 2022)"
                        },
                        {
                            "source_name": "Aqua Blizzard",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "Gamaredon Group",
                            "description": "(Citation: Palo Alto Gamaredon Feb 2017)"
                        },
                        {
                            "source_name": "IRON TILDEN",
                            "description": "(Citation: Secureworks IRON TILDEN Profile)"
                        },
                        {
                            "source_name": "Armageddon",
                            "description": "(Citation: Symantec Shuckworm January 2022)"
                        },
                        {
                            "source_name": "Shuckworm",
                            "description": "(Citation: Symantec Shuckworm January 2022)"
                        },
                        {
                            "source_name": "Primitive Bear",
                            "description": "(Citation: Unit 42 Gamaredon February 2022)"
                        },
                        {
                            "source_name": "ESET Gamaredon June 2020",
                            "description": "Boutin, J. (2020, June 11). Gamaredon group grows its game. Retrieved June 16, 2020.",
                            "url": "https://www.welivesecurity.com/2020/06/11/gamaredon-group-grows-its-game/"
                        },
                        {
                            "source_name": "TrendMicro Gamaredon April 2020",
                            "description": "Kakara, H., Maruyama, E. (2020, April 17). Gamaredon APT Group Use Covid-19 Lure in Campaigns. Retrieved May 19, 2020.",
                            "url": "https://blog.trendmicro.com/trendlabs-security-intelligence/gamaredon-apt-group-use-covid-19-lure-in-campaigns/"
                        },
                        {
                            "source_name": "Palo Alto Gamaredon Feb 2017",
                            "description": "Kasza, A. and Reichel, D. (2017, February 27). The Gamaredon Group Toolset Evolution. Retrieved March 1, 2017.",
                            "url": "https://researchcenter.paloaltonetworks.com/2017/02/unit-42-title-gamaredon-group-toolset-evolution/"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "Microsoft Actinium February 2022",
                            "description": "Microsoft Threat Intelligence Center. (2022, February 4). ACTINIUM targets Ukrainian organizations. Retrieved February 18, 2022.",
                            "url": "https://www.microsoft.com/security/blog/2022/02/04/actinium-targets-ukrainian-organizations/"
                        },
                        {
                            "source_name": "Secureworks IRON TILDEN Profile",
                            "description": "Secureworks CTU. (n.d.). IRON TILDEN. Retrieved February 24, 2022.",
                            "url": "https://www.secureworks.com/research/threat-profiles/iron-tilden"
                        },
                        {
                            "source_name": "Symantec Shuckworm January 2022",
                            "description": "Symantec. (2022, January 31). Shuckworm Continues Cyber-Espionage Attacks Against Ukraine. Retrieved February 17, 2022.",
                            "url": "https://symantec-enterprise-blogs.security.com/blogs/threat-intelligence/shuckworm-gamaredon-espionage-ukraine"
                        },
                        {
                            "source_name": "Bleepingcomputer Gamardeon FSB November 2021",
                            "description": "Toulas, B. (2018, November 4). Ukraine links members of Gamaredon hacker group to Russian FSB. Retrieved April 15, 2022.",
                            "url": "https://www.bleepingcomputer.com/news/security/ukraine-links-members-of-gamaredon-hacker-group-to-russian-fsb/"
                        },
                        {
                            "source_name": "Unit 42 Gamaredon February 2022",
                            "description": "Unit 42. (2022, February 3). Russia\u2019s Gamaredon aka Primitive Bear APT Group Actively Targeting Ukraine. Retrieved February 21, 2022.",
                            "url": "https://unit42.paloaltonetworks.com/gamaredon-primitive-bear-ukraine-update-2021/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "ESET",
                        "Trend Micro Incorporated"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "3.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2023-12-04 18:11:02.073000+00:00\", \"old_value\": \"2023-03-22 04:29:39.915000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"3.0\", \"old_value\": \"2.1\"}}, \"iterable_item_added\": {\"root['aliases'][7]\": \"Aqua Blizzard\", \"root['external_references'][3]\": {\"source_name\": \"Aqua Blizzard\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][12]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}}}",
                    "previous_version": "2.1",
                    "version_change": "2.1 \u2192 3.0"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--2688b13e-8e71-405a-9c40-0dee94bddf87",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2021-03-03 19:40:47.280000+00:00",
                    "modified": "2024-01-08 20:45:37.568000+00:00",
                    "name": "HAFNIUM",
                    "description": "[HAFNIUM](https://attack.mitre.org/groups/G0125) is a likely state-sponsored cyber espionage group operating out of China that has been active since at least January 2021. [HAFNIUM](https://attack.mitre.org/groups/G0125) primarily targets entities in the US across a number of industry sectors, including infectious disease researchers, law firms, higher education institutions, defense contractors, policy think tanks, and NGOs.(Citation: Microsoft HAFNIUM March 2020)(Citation: Volexity Exchange Marauder March 2021)",
                    "aliases": [
                        "HAFNIUM",
                        "Operation Exchange Marauder",
                        "Silk Typhoon"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0125",
                            "external_id": "G0125"
                        },
                        {
                            "source_name": "Silk Typhoon",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "Operation Exchange Marauder",
                            "description": "(Citation: Volexity Exchange Marauder March 2021)"
                        },
                        {
                            "source_name": "Volexity Exchange Marauder March 2021",
                            "description": "Gruzweig, J. et al. (2021, March 2). Operation Exchange Marauder: Active Exploitation of Multiple Zero-Day Microsoft Exchange Vulnerabilities. Retrieved March 3, 2021.",
                            "url": "https://www.volexity.com/blog/2021/03/02/active-exploitation-of-microsoft-exchange-zero-day-vulnerabilities/"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "Microsoft HAFNIUM March 2020",
                            "description": "MSTIC. (2021, March 2). HAFNIUM targeting Exchange Servers with 0-day exploits. Retrieved March 3, 2021.",
                            "url": "https://www.microsoft.com/security/blog/2021/03/02/hafnium-targeting-exchange-servers/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Daniyal Naeem, BT Security",
                        "Matt Brenton, Zurich Insurance Group",
                        "Mayuresh Dani, Qualys",
                        "Harshal Tupsamudre, Qualys",
                        "Vinayak Wadhwa, SAFE Security"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "2.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-01-08 20:45:37.568000+00:00\", \"old_value\": \"2023-04-10 21:54:46.756000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.0\", \"old_value\": \"1.3\"}}, \"iterable_item_added\": {\"root['aliases'][2]\": \"Silk Typhoon\", \"root['external_references'][1]\": {\"source_name\": \"Silk Typhoon\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][4]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}}}",
                    "previous_version": "1.3",
                    "version_change": "1.3 \u2192 2.0"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--01e28736-2ffc-455b-9880-ed4d1407ae07",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2021-01-06 17:46:35.134000+00:00",
                    "modified": "2024-04-17 22:10:56.266000+00:00",
                    "name": "Indrik Spider",
                    "description": "[Indrik Spider](https://attack.mitre.org/groups/G0119) is a Russia-based cybercriminal group that has been active since at least 2014. [Indrik Spider](https://attack.mitre.org/groups/G0119) initially started with the [Dridex](https://attack.mitre.org/software/S0384) banking Trojan, and then by 2017 they began running ransomware operations using [BitPaymer](https://attack.mitre.org/software/S0570), [WastedLocker](https://attack.mitre.org/software/S0612), and Hades ransomware. Following U.S. sanctions and an indictment in 2019, [Indrik Spider](https://attack.mitre.org/groups/G0119) changed their tactics and diversified their toolset.(Citation: Crowdstrike Indrik November 2018)(Citation: Crowdstrike EvilCorp March 2021)(Citation: Treasury EvilCorp Dec 2019)",
                    "aliases": [
                        "Indrik Spider",
                        "Evil Corp",
                        "Manatee Tempest",
                        "DEV-0243"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0119",
                            "external_id": "G0119"
                        },
                        {
                            "source_name": "Evil Corp",
                            "description": "(Citation: Crowdstrike EvilCorp March 2021)(Citation: Treasury EvilCorp Dec 2019)"
                        },
                        {
                            "source_name": "Manatee Tempest",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "DEV-0243",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "Crowdstrike Indrik November 2018",
                            "description": "Frankoff, S., Hartley, B. (2018, November 14). Big Game Hunting: The Evolution of INDRIK SPIDER From Dridex Wire Fraud to BitPaymer Targeted Ransomware. Retrieved January 6, 2021.",
                            "url": "https://www.crowdstrike.com/blog/big-game-hunting-the-evolution-of-indrik-spider-from-dridex-wire-fraud-to-bitpaymer-targeted-ransomware/"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "Crowdstrike EvilCorp March 2021",
                            "description": "Podlosky, A., Feeley, B. (2021, March 17). INDRIK SPIDER Supersedes WastedLocker with Hades Ransomware to Circumvent OFAC Sanctions. Retrieved September 15, 2021.",
                            "url": "https://www.crowdstrike.com/blog/hades-ransomware-successor-to-indrik-spiders-wastedlocker/"
                        },
                        {
                            "source_name": "Treasury EvilCorp Dec 2019",
                            "description": "U.S. Department of Treasury. (2019, December 5). Treasury Sanctions Evil Corp, the Russia-Based Cybercriminal Group Behind Dridex Malware. Retrieved September 15, 2021.",
                            "url": "https://home.treasury.gov/news/press-releases/sm845"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Jennifer Kim Roman, CrowdStrike"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "4.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-17 22:10:56.266000+00:00\", \"old_value\": \"2023-08-03 21:39:36.666000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"4.0\", \"old_value\": \"3.0\"}}, \"iterable_item_added\": {\"root['aliases'][2]\": \"Manatee Tempest\", \"root['aliases'][3]\": \"DEV-0243\", \"root['external_references'][2]\": {\"source_name\": \"Manatee Tempest\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][3]\": {\"source_name\": \"DEV-0243\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][5]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}}}",
                    "previous_version": "3.0",
                    "version_change": "3.0 \u2192 4.0"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--6713ab67-e25b-49cc-808d-2b36d4fbc35c",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:31:47.177000+00:00",
                    "modified": "2024-01-08 21:47:14.257000+00:00",
                    "name": "Ke3chang",
                    "description": "[Ke3chang](https://attack.mitre.org/groups/G0004) is a threat group attributed to actors operating out of China. [Ke3chang](https://attack.mitre.org/groups/G0004) has targeted oil, government, diplomatic, military, and NGOs in Central and South America, the Caribbean, Europe, and North America since at least 2010.(Citation: Mandiant Operation Ke3chang November 2014)(Citation: NCC Group APT15 Alive and Strong)(Citation: APT15 Intezer June 2018)(Citation: Microsoft NICKEL December 2021)",
                    "aliases": [
                        "Ke3chang",
                        "APT15",
                        "Mirage",
                        "Vixen Panda",
                        "GREF",
                        "Playful Dragon",
                        "RoyalAPT",
                        "NICKEL",
                        "Nylon Typhoon"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0004",
                            "external_id": "G0004"
                        },
                        {
                            "source_name": "RoyalAPT",
                            "description": "(Citation: APT15 Intezer June 2018)"
                        },
                        {
                            "source_name": "NICKEL",
                            "description": "(Citation: Microsoft NICKEL December 2021)"
                        },
                        {
                            "source_name": "Nylon Typhoon",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "APT15",
                            "description": "(Citation: NCC Group APT15 Alive and Strong)"
                        },
                        {
                            "source_name": "Mirage",
                            "description": "(Citation: NCC Group APT15 Alive and Strong)"
                        },
                        {
                            "source_name": "GREF",
                            "description": "(Citation: NCC Group APT15 Alive and Strong)"
                        },
                        {
                            "source_name": "Vixen Panda",
                            "description": "(Citation: NCC Group APT15 Alive and Strong)(Citation: APT15 Intezer June 2018)"
                        },
                        {
                            "source_name": "Playful Dragon",
                            "description": "(Citation: NCC Group APT15 Alive and Strong)(Citation: APT15 Intezer June 2018)"
                        },
                        {
                            "source_name": "Ke3chang",
                            "description": "(Citation: Villeneuve et al 2014) (Citation: NCC Group APT15 Alive and Strong) (Citation: APT15 Intezer June 2018)"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "Microsoft NICKEL December 2021",
                            "description": "MSTIC. (2021, December 6). NICKEL targeting government organizations across Latin America and Europe. Retrieved March 18, 2022.",
                            "url": "https://www.microsoft.com/security/blog/2021/12/06/nickel-targeting-government-organizations-across-latin-america-and-europe"
                        },
                        {
                            "source_name": "APT15 Intezer June 2018",
                            "description": "Rosenberg, J. (2018, June 14). MirageFox: APT15 Resurfaces With New Tools Based On Old Ones. Retrieved September 21, 2018.",
                            "url": "https://web.archive.org/web/20180615122133/https://www.intezer.com/miragefox-apt15-resurfaces-with-new-tools-based-on-old-ones/"
                        },
                        {
                            "source_name": "NCC Group APT15 Alive and Strong",
                            "description": "Smallridge, R. (2018, March 10). APT15 is alive and strong: An analysis of RoyalCli and RoyalDNS. Retrieved April 4, 2018.",
                            "url": "https://research.nccgroup.com/2018/03/10/apt15-is-alive-and-strong-an-analysis-of-royalcli-and-royaldns/"
                        },
                        {
                            "source_name": "Mandiant Operation Ke3chang November 2014",
                            "description": "Villeneuve, N., Bennett, J. T., Moran, N., Haq, T., Scott, M., & Geers, K. (2014). OPERATION \u201cKE3CHANG\u201d: Targeted Attacks Against Ministries of Foreign Affairs. Retrieved November 12, 2014.",
                            "url": "https://www.mandiant.com/resources/operation-ke3chang-targeted-attacks-against-ministries-of-foreign-affairs"
                        },
                        {
                            "source_name": "Villeneuve et al 2014",
                            "description": "Villeneuve, N., Bennett, J. T., Moran, N., Haq, T., Scott, M., & Geers, K. (2014). OPERATION \u201cKE3CHANG\u201d: Targeted Attacks Against Ministries of Foreign Affairs. Retrieved November 12, 2014.",
                            "url": "https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/wp-operation-ke3chang.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Pooja Natarajan, NEC Corporation India",
                        "Manikantan Srinivasan, NEC Corporation India",
                        "Hiroki Nagahama, NEC Corporation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "3.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-01-08 21:47:14.257000+00:00\", \"old_value\": \"2022-07-22 18:52:32.762000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"3.0\", \"old_value\": \"2.0\"}}, \"iterable_item_added\": {\"root['aliases'][8]\": \"Nylon Typhoon\", \"root['external_references'][3]\": {\"source_name\": \"Nylon Typhoon\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][10]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}}}",
                    "previous_version": "2.0",
                    "version_change": "2.0 \u2192 3.0"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--0ec2f388-bf0f-4b5c-97b1-fc736d26c25f",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-08-26 15:03:02.577000+00:00",
                    "modified": "2024-04-17 22:11:50.321000+00:00",
                    "name": "Kimsuky",
                    "description": "[Kimsuky](https://attack.mitre.org/groups/G0094) is a North Korea-based cyber espionage group that has been active since at least 2012. The group initially focused on targeting South Korean government entities, think tanks, and individuals identified as experts in various fields, and expanded its operations to include the United States, Russia, Europe, and the UN. [Kimsuky](https://attack.mitre.org/groups/G0094) has focused its intelligence collection activities on foreign policy and national security issues related to the Korean peninsula, nuclear policy, and sanctions.(Citation: EST Kimsuky April 2019)(Citation: BRI Kimsuky April 2019)(Citation: Cybereason Kimsuky November 2020)(Citation: Malwarebytes Kimsuky June 2021)(Citation: CISA AA20-301A Kimsuky)\n\n[Kimsuky](https://attack.mitre.org/groups/G0094) was assessed to be responsible for the 2014 Korea Hydro & Nuclear Power Co. compromise; other notable campaigns include Operation STOLEN PENCIL (2018), Operation Kabar Cobra (2019), and Operation Smoke Screen (2019).(Citation: Netscout Stolen Pencil Dec 2018)(Citation: EST Kimsuky SmokeScreen April 2019)(Citation: AhnLab Kimsuky Kabar Cobra Feb 2019)\n\nNorth Korean group definitions are known to have significant overlap, and some security researchers report all North Korean state-sponsored cyber activity under the name [Lazarus Group](https://attack.mitre.org/groups/G0032) instead of tracking clusters or subgroups.",
                    "aliases": [
                        "Kimsuky",
                        "Black Banshee",
                        "Velvet Chollima",
                        "Emerald Sleet",
                        "THALLIUM"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0094",
                            "external_id": "G0094"
                        },
                        {
                            "source_name": "Black Banshee",
                            "description": "(Citation: Cybereason Kimsuky November 2020)(Citation: Malwarebytes Kimsuky June 2021)"
                        },
                        {
                            "source_name": "THALLIUM",
                            "description": "(Citation: Cybereason Kimsuky November 2020)(Citation: Malwarebytes Kimsuky June 2021)"
                        },
                        {
                            "source_name": "Emerald Sleet",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "Kimsuky",
                            "description": "(Citation: Securelist Kimsuky Sept 2013)(Citation: Malwarebytes Kimsuky June 2021)"
                        },
                        {
                            "source_name": "Velvet Chollima",
                            "description": "(Citation: Zdnet Kimsuky Dec 2018)(Citation: ThreatConnect Kimsuky September 2020)(Citation: Malwarebytes Kimsuky June 2021)"
                        },
                        {
                            "source_name": "AhnLab Kimsuky Kabar Cobra Feb 2019",
                            "description": "AhnLab. (2019, February 28). Operation Kabar Cobra - Tenacious cyber-espionage campaign by Kimsuky Group. Retrieved September 29, 2021.",
                            "url": "https://global.ahnlab.com/global/upload/download/techreport/%5BAnalysis_Report%5DOperation%20Kabar%20Cobra.pdf"
                        },
                        {
                            "source_name": "EST Kimsuky April 2019",
                            "description": "Alyac. (2019, April 3). Kimsuky Organization Steals Operation Stealth Power. Retrieved August 13, 2019.",
                            "url": "https://blog.alyac.co.kr/2234"
                        },
                        {
                            "source_name": "Netscout Stolen Pencil Dec 2018",
                            "description": "ASERT team. (2018, December 5). STOLEN PENCIL Campaign Targets Academia. Retrieved February 5, 2019.",
                            "url": "https://asert.arbornetworks.com/stolen-pencil-campaign-targets-academia/"
                        },
                        {
                            "source_name": "BRI Kimsuky April 2019",
                            "description": "BRI. (2019, April). Kimsuky unveils APT campaign 'Smoke Screen' aimed at Korea and America. Retrieved October 7, 2019.",
                            "url": "https://brica.de/alerts/alert/public/1255063/kimsuky-unveils-apt-campaign-smoke-screen-aimed-at-korea-and-america/"
                        },
                        {
                            "source_name": "Zdnet Kimsuky Dec 2018",
                            "description": "Cimpanu, C.. (2018, December 5). Cyber-espionage group uses Chrome extension to infect victims. Retrieved August 26, 2019.",
                            "url": "https://www.zdnet.com/article/cyber-espionage-group-uses-chrome-extension-to-infect-victims/"
                        },
                        {
                            "source_name": "CISA AA20-301A Kimsuky",
                            "description": "CISA, FBI, CNMF. (2020, October 27). https://us-cert.cisa.gov/ncas/alerts/aa20-301a. Retrieved November 4, 2020.",
                            "url": "https://us-cert.cisa.gov/ncas/alerts/aa20-301a"
                        },
                        {
                            "source_name": "Cybereason Kimsuky November 2020",
                            "description": "Dahan, A. et al. (2020, November 2). Back to the Future: Inside the Kimsuky KGH Spyware Suite. Retrieved November 6, 2020.",
                            "url": "https://www.cybereason.com/blog/back-to-the-future-inside-the-kimsuky-kgh-spyware-suite"
                        },
                        {
                            "source_name": "EST Kimsuky SmokeScreen April 2019",
                            "description": "ESTSecurity. (2019, April 17). Analysis of the APT Campaign \u2018Smoke Screen\u2019 targeting to Korea and US  \ucd9c\ucc98: https://blog.alyac.co.kr/2243 [\uc774\uc2a4\ud2b8\uc2dc\ud050\ub9ac\ud2f0 \uc54c\uc57d \ube14\ub85c\uadf8]. Retrieved September 29, 2021.",
                            "url": "https://blog.alyac.co.kr/attachment/cfile5.uf@99A0CD415CB67E210DCEB3.pdf"
                        },
                        {
                            "source_name": "Malwarebytes Kimsuky June 2021",
                            "description": "Jazi, H. (2021, June 1). Kimsuky APT continues to target South Korean government using AppleSeed backdoor. Retrieved June 10, 2021.",
                            "url": "https://blog.malwarebytes.com/threat-analysis/2021/06/kimsuky-apt-continues-to-target-south-korean-government-using-appleseed-backdoor/"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "Securelist Kimsuky Sept 2013",
                            "description": "Tarakanov , D.. (2013, September 11). The \u201cKimsuky\u201d Operation: A North Korean APT?. Retrieved August 13, 2019.",
                            "url": "https://securelist.com/the-kimsuky-operation-a-north-korean-apt/57915/"
                        },
                        {
                            "source_name": "ThreatConnect Kimsuky September 2020",
                            "description": "ThreatConnect. (2020, September 28). Kimsuky Phishing Operations Putting In Work. Retrieved October 30, 2020.",
                            "url": "https://threatconnect.com/blog/kimsuky-phishing-operations-putting-in-work/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Taewoo Lee, KISA",
                        "Dongwook Kim, KISA"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "4.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-17 22:11:50.321000+00:00\", \"old_value\": \"2023-09-27 20:08:25.814000+00:00\"}, \"root['external_references'][1]['source_name']\": {\"new_value\": \"THALLIUM\", \"old_value\": \"Thallium\"}, \"root['external_references'][3]['source_name']\": {\"new_value\": \"Emerald Sleet\", \"old_value\": \"STOLEN PENCIL\"}, \"root['external_references'][3]['description']\": {\"new_value\": \"(Citation: Microsoft Threat Actor Naming July 2023)\", \"old_value\": \"(Citation: Netscout Stolen Pencil Dec 2018)\"}, \"root['x_mitre_version']\": {\"new_value\": \"4.0\", \"old_value\": \"3.1\"}}, \"iterable_item_added\": {\"root['aliases'][3]\": \"Emerald Sleet\", \"root['aliases'][4]\": \"THALLIUM\", \"root['external_references'][15]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}}, \"iterable_item_removed\": {\"root['aliases'][1]\": \"STOLEN PENCIL\", \"root['aliases'][2]\": \"Thallium\"}}",
                    "previous_version": "3.1",
                    "version_change": "3.1 \u2192 4.0"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--d8bc9788-4f7d-41a9-9e9d-ee1ea18a8cf7",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2022-06-09 19:14:31.327000+00:00",
                    "modified": "2024-01-11 21:51:11.405000+00:00",
                    "name": "LAPSUS$",
                    "description": "[LAPSUS$](https://attack.mitre.org/groups/G1004) is cyber criminal threat group that has been active since at least mid-2021. [LAPSUS$](https://attack.mitre.org/groups/G1004) specializes in large-scale social engineering and extortion operations, including destructive attacks without the use of ransomware. The group has targeted organizations globally, including in the government, manufacturing, higher education, energy, healthcare, technology, telecommunications, and media sectors.(Citation: BBC LAPSUS Apr 2022)(Citation: MSTIC DEV-0537 Mar 2022)(Citation: UNIT 42 LAPSUS Mar 2022)",
                    "aliases": [
                        "LAPSUS$",
                        "DEV-0537",
                        "Strawberry Tempest"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G1004",
                            "external_id": "G1004"
                        },
                        {
                            "source_name": "Strawberry Tempest",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "DEV-0537",
                            "description": "(Citation: MSTIC DEV-0537 Mar 2022)"
                        },
                        {
                            "source_name": "BBC LAPSUS Apr 2022",
                            "description": "BBC. (2022, April 1). LAPSUS: Two UK Teenagers Charged with Hacking for Gang. Retrieved June 9, 2022.",
                            "url": "https://www.bbc.com/news/technology-60953527"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "MSTIC DEV-0537 Mar 2022",
                            "description": "MSTIC, DART, M365 Defender. (2022, March 24). DEV-0537 Criminal Actor Targeting Organizations for Data Exfiltration and Destruction. Retrieved May 17, 2022.",
                            "url": "https://www.microsoft.com/security/blog/2022/03/22/dev-0537-criminal-actor-targeting-organizations-for-data-exfiltration-and-destruction/"
                        },
                        {
                            "source_name": "UNIT 42 LAPSUS Mar 2022",
                            "description": "UNIT 42. (2022, March 24). Threat Brief: Lapsus$ Group. Retrieved May 17, 2022.",
                            "url": "https://unit42.paloaltonetworks.com/lapsus-group/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "David Hughes, BT Security",
                        "Matt Brenton, Zurich Insurance Group",
                        "Flavio Costa, Cisco",
                        "Caio Silva"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "2.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-01-11 21:51:11.405000+00:00\", \"old_value\": \"2023-10-20 17:06:10.335000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.0\", \"old_value\": \"1.2\"}}, \"iterable_item_added\": {\"root['aliases'][2]\": \"Strawberry Tempest\", \"root['external_references'][1]\": {\"source_name\": \"Strawberry Tempest\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][4]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}}}",
                    "previous_version": "1.2",
                    "version_change": "1.2 \u2192 2.0"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--c93fccb1-e8e8-42cf-ae33-2ad1d183913a",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:32:03.807000+00:00",
                    "modified": "2024-04-11 16:06:34.699000+00:00",
                    "name": "Lazarus Group",
                    "description": "[Lazarus Group](https://attack.mitre.org/groups/G0032) is a North Korean state-sponsored cyber threat group that has been attributed to the Reconnaissance General Bureau.(Citation: US-CERT HIDDEN COBRA June 2017)(Citation: Treasury North Korean Cyber Groups September 2019) The group has been active since at least 2009 and was reportedly responsible for the November 2014 destructive wiper attack against Sony Pictures Entertainment as part of a campaign named Operation Blockbuster by Novetta. Malware used by [Lazarus Group](https://attack.mitre.org/groups/G0032) correlates to other reported campaigns, including Operation Flame, Operation 1Mission, Operation Troy, DarkSeoul, and Ten Days of Rain.(Citation: Novetta Blockbuster)\n\nNorth Korean group definitions are known to have significant overlap, and some security researchers report all North Korean state-sponsored cyber activity under the name [Lazarus Group](https://attack.mitre.org/groups/G0032) instead of tracking clusters or subgroups, such as [Andariel](https://attack.mitre.org/groups/G0138), [APT37](https://attack.mitre.org/groups/G0067), [APT38](https://attack.mitre.org/groups/G0082), and [Kimsuky](https://attack.mitre.org/groups/G0094).   ",
                    "aliases": [
                        "Lazarus Group",
                        "Labyrinth Chollima",
                        "HIDDEN COBRA",
                        "Guardians of Peace",
                        "ZINC",
                        "NICKEL ACADEMY",
                        "Diamond Sleet"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0032",
                            "external_id": "G0032"
                        },
                        {
                            "source_name": "Labyrinth Chollima",
                            "description": "(Citation: CrowdStrike Labyrinth Chollima Feb 2022)"
                        },
                        {
                            "source_name": "Diamond Sleet",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "ZINC",
                            "description": "(Citation: Microsoft ZINC disruption Dec 2017)"
                        },
                        {
                            "source_name": "Lazarus Group",
                            "description": "(Citation: Novetta Blockbuster)"
                        },
                        {
                            "source_name": "NICKEL ACADEMY",
                            "description": "(Citation: Secureworks NICKEL ACADEMY Dec 2017)"
                        },
                        {
                            "source_name": "Guardians of Peace",
                            "description": "(Citation: US-CERT HIDDEN COBRA June 2017)"
                        },
                        {
                            "source_name": "CrowdStrike Labyrinth Chollima Feb 2022",
                            "description": "CrowdStrike. (2022, February 1). CrowdStrike Adversary Labyrinth Chollima. Retrieved February 1, 2022.",
                            "url": "https://web.archive.org/web/20210723190317/https://adversary.crowdstrike.com/en-US/adversary/labyrinth-chollima/"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "Novetta Blockbuster",
                            "description": "Novetta Threat Research Group. (2016, February 24). Operation Blockbuster: Unraveling the Long Thread of the Sony Attack. Retrieved February 25, 2016.",
                            "url": "https://web.archive.org/web/20160226161828/https://www.operationblockbuster.com/wp-content/uploads/2016/02/Operation-Blockbuster-Report.pdf"
                        },
                        {
                            "source_name": "Secureworks NICKEL ACADEMY Dec 2017",
                            "description": "Secureworks. (2017, December 15). Media Alert - Secureworks Discovers North Korean Cyber Threat Group, Lazarus, Spearphishing Financial Executives of Cryptocurrency Companies. Retrieved December 27, 2017.",
                            "url": "https://www.secureworks.com/about/press/media-alert-secureworks-discovers-north-korean-cyber-threat-group-lazarus-spearphishing"
                        },
                        {
                            "source_name": "Microsoft ZINC disruption Dec 2017",
                            "description": "Smith, B. (2017, December 19). Microsoft and Facebook disrupt ZINC malware attack to protect customers and the internet from ongoing cyberthreats. Retrieved December 20, 2017.",
                            "url": "https://blogs.microsoft.com/on-the-issues/2017/12/19/microsoft-facebook-disrupt-zinc-malware-attack-protect-customers-internet-ongoing-cyberthreats/"
                        },
                        {
                            "source_name": "HIDDEN COBRA",
                            "description": "The U.S. Government refers to malicious cyber activity by the North Korean government as HIDDEN COBRA.(Citation: US-CERT HIDDEN COBRA June 2017)(Citation: US-CERT HOPLIGHT Apr 2019)"
                        },
                        {
                            "source_name": "Treasury North Korean Cyber Groups September 2019",
                            "description": "US Treasury . (2019, September 13). Treasury Sanctions North Korean State-Sponsored Malicious Cyber Groups. Retrieved September 29, 2021.",
                            "url": "https://home.treasury.gov/news/press-releases/sm774"
                        },
                        {
                            "source_name": "US-CERT HIDDEN COBRA June 2017",
                            "description": "US-CERT. (2017, June 13). Alert (TA17-164A) HIDDEN COBRA \u2013 North Korea\u2019s DDoS Botnet Infrastructure. Retrieved July 13, 2017.",
                            "url": "https://www.us-cert.gov/ncas/alerts/TA17-164A"
                        },
                        {
                            "source_name": "US-CERT HOPLIGHT Apr 2019",
                            "description": "US-CERT. (2019, April 10). MAR-10135536-8 \u2013 North Korean Trojan: HOPLIGHT. Retrieved April 19, 2019.",
                            "url": "https://www.us-cert.gov/ncas/analysis-reports/AR19-100A"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Kyaw Pyiyt Htet, @KyawPyiytHtet",
                        "Dragos Threat Intelligence"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack",
                        "ics-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "4.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 16:06:34.699000+00:00\", \"old_value\": \"2023-03-30 19:01:41.451000+00:00\"}, \"root['description']\": {\"new_value\": \"[Lazarus Group](https://attack.mitre.org/groups/G0032) is a North Korean state-sponsored cyber threat group that has been attributed to the Reconnaissance General Bureau.(Citation: US-CERT HIDDEN COBRA June 2017)(Citation: Treasury North Korean Cyber Groups September 2019) The group has been active since at least 2009 and was reportedly responsible for the November 2014 destructive wiper attack against Sony Pictures Entertainment as part of a campaign named Operation Blockbuster by Novetta. Malware used by [Lazarus Group](https://attack.mitre.org/groups/G0032) correlates to other reported campaigns, including Operation Flame, Operation 1Mission, Operation Troy, DarkSeoul, and Ten Days of Rain.(Citation: Novetta Blockbuster)\\n\\nNorth Korean group definitions are known to have significant overlap, and some security researchers report all North Korean state-sponsored cyber activity under the name [Lazarus Group](https://attack.mitre.org/groups/G0032) instead of tracking clusters or subgroups, such as [Andariel](https://attack.mitre.org/groups/G0138), [APT37](https://attack.mitre.org/groups/G0067), [APT38](https://attack.mitre.org/groups/G0082), and [Kimsuky](https://attack.mitre.org/groups/G0094).   \", \"old_value\": \"[Lazarus Group](https://attack.mitre.org/groups/G0032) is a North Korean state-sponsored cyber threat group that has been attributed to the Reconnaissance General Bureau.(Citation: US-CERT HIDDEN COBRA June 2017)(Citation: Treasury North Korean Cyber Groups September 2019) The group has been active since at least 2009 and was reportedly responsible for the November 2014 destructive wiper attack against Sony Pictures Entertainment as part of a campaign named Operation Blockbuster by Novetta. Malware used by [Lazarus Group](https://attack.mitre.org/groups/G0032) correlates to other reported campaigns, including Operation Flame, Operation 1Mission, Operation Troy, DarkSeoul, and Ten Days of Rain. (Citation: Novetta Blockbuster)\\n\\nNorth Korean group definitions are known to have significant overlap, and some security researchers report all North Korean state-sponsored cyber activity under the name [Lazarus Group](https://attack.mitre.org/groups/G0032) instead of tracking clusters or subgroups, such as [Andariel](https://attack.mitre.org/groups/G0138), [APT37](https://attack.mitre.org/groups/G0067), [APT38](https://attack.mitre.org/groups/G0082), and [Kimsuky](https://attack.mitre.org/groups/G0094).   \", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,3 @@\\n-[Lazarus Group](https://attack.mitre.org/groups/G0032) is a North Korean state-sponsored cyber threat group that has been attributed to the Reconnaissance General Bureau.(Citation: US-CERT HIDDEN COBRA June 2017)(Citation: Treasury North Korean Cyber Groups September 2019) The group has been active since at least 2009 and was reportedly responsible for the November 2014 destructive wiper attack against Sony Pictures Entertainment as part of a campaign named Operation Blockbuster by Novetta. Malware used by [Lazarus Group](https://attack.mitre.org/groups/G0032) correlates to other reported campaigns, including Operation Flame, Operation 1Mission, Operation Troy, DarkSeoul, and Ten Days of Rain. (Citation: Novetta Blockbuster)\\n+[Lazarus Group](https://attack.mitre.org/groups/G0032) is a North Korean state-sponsored cyber threat group that has been attributed to the Reconnaissance General Bureau.(Citation: US-CERT HIDDEN COBRA June 2017)(Citation: Treasury North Korean Cyber Groups September 2019) The group has been active since at least 2009 and was reportedly responsible for the November 2014 destructive wiper attack against Sony Pictures Entertainment as part of a campaign named Operation Blockbuster by Novetta. Malware used by [Lazarus Group](https://attack.mitre.org/groups/G0032) correlates to other reported campaigns, including Operation Flame, Operation 1Mission, Operation Troy, DarkSeoul, and Ten Days of Rain.(Citation: Novetta Blockbuster)\\n \\n North Korean group definitions are known to have significant overlap, and some security researchers report all North Korean state-sponsored cyber activity under the name [Lazarus Group](https://attack.mitre.org/groups/G0032) instead of tracking clusters or subgroups, such as [Andariel](https://attack.mitre.org/groups/G0138), [APT37](https://attack.mitre.org/groups/G0067), [APT38](https://attack.mitre.org/groups/G0082), and [Kimsuky](https://attack.mitre.org/groups/G0094).   \"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"4.0\", \"old_value\": \"3.2\"}, \"root['x_mitre_contributors'][1]\": {\"new_value\": \"Dragos Threat Intelligence\", \"old_value\": \"Dragos  Threat  Intelligence\"}}, \"iterable_item_added\": {\"root['aliases'][6]\": \"Diamond Sleet\", \"root['external_references'][2]\": {\"source_name\": \"Diamond Sleet\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][8]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}}}",
                    "previous_version": "3.2",
                    "version_change": "3.2 \u2192 4.0",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to109__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to109__0\"><a href=\"#difflib_chg_to109__top\">t</a></td><td class=\"diff_header\" id=\"from109_1\">1</td><td nowrap=\"nowrap\">[Lazarus&nbsp;Group](https://attack.mitre.org/groups/G0032)&nbsp;is&nbsp;a&nbsp;</td><td class=\"diff_next\"><a href=\"#difflib_chg_to109__top\">t</a></td><td class=\"diff_header\" id=\"to109_1\">1</td><td nowrap=\"nowrap\">[Lazarus&nbsp;Group](https://attack.mitre.org/groups/G0032)&nbsp;is&nbsp;a&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">North&nbsp;Korean&nbsp;state-sponsored&nbsp;cyber&nbsp;threat&nbsp;group&nbsp;that&nbsp;has&nbsp;bee</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">North&nbsp;Korean&nbsp;state-sponsored&nbsp;cyber&nbsp;threat&nbsp;group&nbsp;that&nbsp;has&nbsp;bee</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n&nbsp;attributed&nbsp;to&nbsp;the&nbsp;Reconnaissance&nbsp;General&nbsp;Bureau.(Citation:</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n&nbsp;attributed&nbsp;to&nbsp;the&nbsp;Reconnaissance&nbsp;General&nbsp;Bureau.(Citation:</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;US-CERT&nbsp;HIDDEN&nbsp;COBRA&nbsp;June&nbsp;2017)(Citation:&nbsp;Treasury&nbsp;North&nbsp;Ko</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;US-CERT&nbsp;HIDDEN&nbsp;COBRA&nbsp;June&nbsp;2017)(Citation:&nbsp;Treasury&nbsp;North&nbsp;Ko</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rean&nbsp;Cyber&nbsp;Groups&nbsp;September&nbsp;2019)&nbsp;The&nbsp;group&nbsp;has&nbsp;been&nbsp;active&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rean&nbsp;Cyber&nbsp;Groups&nbsp;September&nbsp;2019)&nbsp;The&nbsp;group&nbsp;has&nbsp;been&nbsp;active&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">since&nbsp;at&nbsp;least&nbsp;2009&nbsp;and&nbsp;was&nbsp;reportedly&nbsp;responsible&nbsp;for&nbsp;the&nbsp;N</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">since&nbsp;at&nbsp;least&nbsp;2009&nbsp;and&nbsp;was&nbsp;reportedly&nbsp;responsible&nbsp;for&nbsp;the&nbsp;N</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ovember&nbsp;2014&nbsp;destructive&nbsp;wiper&nbsp;attack&nbsp;against&nbsp;Sony&nbsp;Pictures&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ovember&nbsp;2014&nbsp;destructive&nbsp;wiper&nbsp;attack&nbsp;against&nbsp;Sony&nbsp;Pictures&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Entertainment&nbsp;as&nbsp;part&nbsp;of&nbsp;a&nbsp;campaign&nbsp;named&nbsp;Operation&nbsp;Blockbus</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Entertainment&nbsp;as&nbsp;part&nbsp;of&nbsp;a&nbsp;campaign&nbsp;named&nbsp;Operation&nbsp;Blockbus</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ter&nbsp;by&nbsp;Novetta.&nbsp;Malware&nbsp;used&nbsp;by&nbsp;[Lazarus&nbsp;Group](https://atta</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ter&nbsp;by&nbsp;Novetta.&nbsp;Malware&nbsp;used&nbsp;by&nbsp;[Lazarus&nbsp;Group](https://atta</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ck.mitre.org/groups/G0032)&nbsp;correlates&nbsp;to&nbsp;other&nbsp;reported&nbsp;camp</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ck.mitre.org/groups/G0032)&nbsp;correlates&nbsp;to&nbsp;other&nbsp;reported&nbsp;camp</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">aigns,&nbsp;including&nbsp;Operation&nbsp;Flame,&nbsp;Operation&nbsp;1Mission,&nbsp;Operat</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">aigns,&nbsp;including&nbsp;Operation&nbsp;Flame,&nbsp;Operation&nbsp;1Mission,&nbsp;Operat</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ion&nbsp;Troy,&nbsp;DarkSeoul,&nbsp;and&nbsp;Ten&nbsp;Days&nbsp;of&nbsp;Rain.<span class=\"diff_sub\">&nbsp;</span>(Citation:&nbsp;Novett</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ion&nbsp;Troy,&nbsp;DarkSeoul,&nbsp;and&nbsp;Ten&nbsp;Days&nbsp;of&nbsp;Rain.(Citation:&nbsp;Novetta</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">a&nbsp;Blockbuster)&nbsp;&nbsp;North&nbsp;Korean&nbsp;group&nbsp;definitions&nbsp;are&nbsp;known&nbsp;to&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Blockbuster)&nbsp;&nbsp;North&nbsp;Korean&nbsp;group&nbsp;definitions&nbsp;are&nbsp;known&nbsp;to&nbsp;h</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">have&nbsp;significant&nbsp;overlap,&nbsp;and&nbsp;some&nbsp;security&nbsp;researchers&nbsp;repo</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ave&nbsp;significant&nbsp;overlap,&nbsp;and&nbsp;some&nbsp;security&nbsp;researchers&nbsp;repor</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rt&nbsp;all&nbsp;North&nbsp;Korean&nbsp;state-sponsored&nbsp;cyber&nbsp;activity&nbsp;under&nbsp;the</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">t&nbsp;all&nbsp;North&nbsp;Korean&nbsp;state-sponsored&nbsp;cyber&nbsp;activity&nbsp;under&nbsp;the&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;name&nbsp;[Lazarus&nbsp;Group](https://attack.mitre.org/groups/G0032)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">name&nbsp;[Lazarus&nbsp;Group](https://attack.mitre.org/groups/G0032)&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;instead&nbsp;of&nbsp;tracking&nbsp;clusters&nbsp;or&nbsp;subgroups,&nbsp;such&nbsp;as&nbsp;[Andarie</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">instead&nbsp;of&nbsp;tracking&nbsp;clusters&nbsp;or&nbsp;subgroups,&nbsp;such&nbsp;as&nbsp;[Andariel</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">l](https://attack.mitre.org/groups/G0138),&nbsp;[APT37](https://a</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">](https://attack.mitre.org/groups/G0138),&nbsp;[APT37](https://at</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ttack.mitre.org/groups/G0067),&nbsp;[APT38](https://attack.mitre.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tack.mitre.org/groups/G0067),&nbsp;[APT38](https://attack.mitre.o</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">org/groups/G0082),&nbsp;and&nbsp;[Kimsuky](https://attack.mitre.org/gr</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rg/groups/G0082),&nbsp;and&nbsp;[Kimsuky](https://attack.mitre.org/gro</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">oups/G0094).&nbsp;&nbsp;&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ups/G0094).&nbsp;&nbsp;&nbsp;</td></tr>\n        </tbody>\n    </table>"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--7113eaa5-ba79-4fb3-b68a-398ee9cd698e",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2018-04-18 17:59:24.739000+00:00",
                    "modified": "2024-01-08 20:33:16.460000+00:00",
                    "name": "Leviathan",
                    "description": "[Leviathan](https://attack.mitre.org/groups/G0065) is a Chinese state-sponsored cyber espionage group that has been attributed to the Ministry of State Security's (MSS) Hainan State Security Department and an affiliated front company.(Citation: CISA AA21-200A APT40 July 2021) Active since at least 2009, [Leviathan](https://attack.mitre.org/groups/G0065) has targeted the following sectors: academia, aerospace/aviation, biomedical, defense industrial base, government, healthcare, manufacturing, maritime, and transportation across the US, Canada, Europe, the Middle East, and Southeast Asia.(Citation: CISA AA21-200A APT40 July 2021)(Citation: Proofpoint Leviathan Oct 2017)(Citation: FireEye Periscope March 2018)",
                    "aliases": [
                        "Leviathan",
                        "MUDCARP",
                        "Kryptonite Panda",
                        "Gadolinium",
                        "BRONZE MOHAWK",
                        "TEMP.Jumper",
                        "APT40",
                        "TEMP.Periscope",
                        "Gingham Typhoon"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0065",
                            "external_id": "G0065"
                        },
                        {
                            "source_name": "MUDCARP",
                            "description": "(Citation: CISA AA21-200A APT40 July 2021)(Citation: Accenture MUDCARP March 2019)"
                        },
                        {
                            "source_name": "Kryptonite Panda",
                            "description": "(Citation: CISA AA21-200A APT40 July 2021)(Citation: Crowdstrike KRYPTONITE PANDA August 2018)"
                        },
                        {
                            "source_name": "Gadolinium",
                            "description": "(Citation: CISA AA21-200A APT40 July 2021)(Citation: MSTIC GADOLINIUM September 2020)"
                        },
                        {
                            "source_name": "BRONZE MOHAWK",
                            "description": "(Citation: CISA AA21-200A APT40 July 2021)(Citation: SecureWorks BRONZE MOHAWK n.d.)"
                        },
                        {
                            "source_name": "Gingham Typhoon",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "Leviathan",
                            "description": "(Citation: Proofpoint Leviathan Oct 2017)"
                        },
                        {
                            "source_name": "TEMP.Jumper",
                            "description": "[Leviathan](https://attack.mitre.org/groups/G0065) was previously reported upon by FireEye as TEMP.Periscope and TEMP.Jumper.(Citation: CISA AA21-200A APT40 July 2021)(Citation: FireEye APT40 March 2019)"
                        },
                        {
                            "source_name": "TEMP.Periscope",
                            "description": "[Leviathan](https://attack.mitre.org/groups/G0065) was previously reported upon by FireEye as TEMP.Periscope and TEMP.Jumper.(Citation: CISA AA21-200A APT40 July 2021)(Citation: FireEye Periscope March 2018)(Citation: FireEye APT40 March 2019)"
                        },
                        {
                            "source_name": "Accenture MUDCARP March 2019",
                            "description": "Accenture iDefense Unit. (2019, March 5). Mudcarp's Focus on Submarine Technologies. Retrieved August 24, 2021.",
                            "url": "https://www.accenture.com/us-en/blogs/cyber-defense/mudcarps-focus-on-submarine-technologies"
                        },
                        {
                            "source_name": "Crowdstrike KRYPTONITE PANDA August 2018",
                            "description": "Adam Kozy. (2018, August 30). Two Birds, One Stone Panda. Retrieved August 24, 2021.",
                            "url": "https://www.crowdstrike.com/blog/two-birds-one-stone-panda/"
                        },
                        {
                            "source_name": "Proofpoint Leviathan Oct 2017",
                            "description": "Axel F, Pierre T. (2017, October 16). Leviathan: Espionage actor spearphishes maritime and defense targets. Retrieved February 15, 2018.",
                            "url": "https://www.proofpoint.com/us/threat-insight/post/leviathan-espionage-actor-spearphishes-maritime-and-defense-targets"
                        },
                        {
                            "source_name": "MSTIC GADOLINIUM September 2020",
                            "description": "Ben Koehl, Joe Hannon. (2020, September 24). Microsoft Security - Detecting Empires in the Cloud. Retrieved August 24, 2021.",
                            "url": "https://www.microsoft.com/security/blog/2020/09/24/gadolinium-detecting-empires-cloud/"
                        },
                        {
                            "source_name": "CISA AA21-200A APT40 July 2021",
                            "description": "CISA. (2021, July 19). (AA21-200A) Joint Cybersecurity Advisory \u2013 Tactics, Techniques, and Procedures of Indicted APT40 Actors Associated with China\u2019s MSS Hainan State Security Department. Retrieved August 12, 2021.",
                            "url": "https://us-cert.cisa.gov/ncas/alerts/aa21-200a"
                        },
                        {
                            "source_name": "APT40",
                            "description": "FireEye reporting on TEMP.Periscope (which was combined into APT40) indicated TEMP.Periscope was reported upon as Leviathan.(Citation: CISA AA21-200A APT40 July 2021)(Citation: Proofpoint Leviathan Oct 2017)(Citation: FireEye Periscope March 2018)(Citation: FireEye APT40 March 2019)"
                        },
                        {
                            "source_name": "FireEye Periscope March 2018",
                            "description": "FireEye. (2018, March 16). Suspected Chinese Cyber Espionage Group (TEMP.Periscope) Targeting U.S. Engineering and Maritime Industries. Retrieved April 11, 2018.",
                            "url": "https://www.fireeye.com/blog/threat-research/2018/03/suspected-chinese-espionage-group-targeting-maritime-and-engineering-industries.html"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "FireEye APT40 March 2019",
                            "description": "Plan, F., et al. (2019, March 4). APT40: Examining a China-Nexus Espionage Actor. Retrieved March 18, 2019.",
                            "url": "https://www.fireeye.com/blog/threat-research/2019/03/apt40-examining-a-china-nexus-espionage-actor.html"
                        },
                        {
                            "source_name": "SecureWorks BRONZE MOHAWK n.d.",
                            "description": "SecureWorks. (n.d.). Threat Profile - BRONZE MOHAWK. Retrieved August 24, 2021.",
                            "url": "https://www.secureworks.com/research/threat-profiles/bronze-mohawk"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Valerii Marchuk, Cybersecurity Help s.r.o."
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "4.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-01-08 20:33:16.460000+00:00\", \"old_value\": \"2022-04-15 15:15:51.198000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"4.0\", \"old_value\": \"3.0\"}}, \"iterable_item_added\": {\"root['aliases'][8]\": \"Gingham Typhoon\", \"root['external_references'][5]\": {\"source_name\": \"Gingham Typhoon\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][16]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}}}",
                    "previous_version": "3.0",
                    "version_change": "3.0 \u2192 4.0"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--88b7dbc2-32d3-4e31-af2f-3fc24e1582d7",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:32:01.092000+00:00",
                    "modified": "2024-01-08 21:58:31.089000+00:00",
                    "name": "Lotus Blossom",
                    "description": "[Lotus Blossom](https://attack.mitre.org/groups/G0030) is a threat group that has targeted government and military organizations in Southeast Asia. (Citation: Lotus Blossom Jun 2015)",
                    "aliases": [
                        "Lotus Blossom",
                        "DRAGONFISH",
                        "Spring Dragon",
                        "RADIUM",
                        "Raspberry Typhoon"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0030",
                            "external_id": "G0030"
                        },
                        {
                            "source_name": "DRAGONFISH",
                            "description": "(Citation: Accenture Dragonfish Jan 2018)"
                        },
                        {
                            "source_name": "Lotus Blossom",
                            "description": "(Citation: Lotus Blossom Jun 2015)(Citation: Accenture Dragonfish Jan 2018)"
                        },
                        {
                            "source_name": "RADIUM",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "Raspberry Typhoon",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "Spring Dragon",
                            "description": "(Citation: Spring Dragon Jun 2015)(Citation: Accenture Dragonfish Jan 2018)"
                        },
                        {
                            "source_name": "Accenture Dragonfish Jan 2018",
                            "description": "Accenture Security. (2018, January 27). DRAGONFISH DELIVERS NEW FORM OF ELISE MALWARE TARGETING ASEAN DEFENCE MINISTERS\u2019 MEETING AND ASSOCIATES. Retrieved November 14, 2018.",
                            "url": "https://www.accenture.com/t20180127T003755Z_w_/us-en/_acnmedia/PDF-46/Accenture-Security-Dragonfish-Threat-Analysis.pdf"
                        },
                        {
                            "source_name": "Spring Dragon Jun 2015",
                            "description": "Baumgartner, K.. (2015, June 17). The Spring Dragon APT. Retrieved February 15, 2016.",
                            "url": "https://securelist.com/the-spring-dragon-apt/70726/"
                        },
                        {
                            "source_name": "Lotus Blossom Jun 2015",
                            "description": "Falcone, R., et al.. (2015, June 16). Operation Lotus Blossom. Retrieved February 15, 2016.",
                            "url": "https://www.paloaltonetworks.com/resources/research/unit42-operation-lotus-blossom.html"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "3.0",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-01-08 21:58:31.089000+00:00\", \"old_value\": \"2019-03-25 14:17:43.218000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"3.0\", \"old_value\": \"2.0\"}}, \"iterable_item_added\": {\"root['aliases'][3]\": \"RADIUM\", \"root['aliases'][4]\": \"Raspberry Typhoon\", \"root['external_references'][3]\": {\"source_name\": \"RADIUM\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][4]\": {\"source_name\": \"Raspberry Typhoon\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][9]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}}}",
                    "previous_version": "2.0",
                    "version_change": "2.0 \u2192 3.0"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--f9d6633a-55e6-4adc-9263-6ae080421a13",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2018-01-16 16:13:52.465000+00:00",
                    "modified": "2024-01-08 21:54:31.501000+00:00",
                    "name": "Magic Hound",
                    "description": "[Magic Hound](https://attack.mitre.org/groups/G0059) is an Iranian-sponsored threat group that conducts long term, resource-intensive cyber espionage operations, likely on behalf of the Islamic Revolutionary Guard Corps. They have targeted European, U.S., and Middle Eastern government and military personnel, academics, journalists, and organizations such as the World Health Organization (WHO), via complex social engineering campaigns since at least 2014.(Citation: FireEye APT35 2018)(Citation: ClearSky Kittens Back 3 August 2020)(Citation: Certfa Charming Kitten January 2021)(Citation: Secureworks COBALT ILLUSION Threat Profile)(Citation: Proofpoint TA453 July2021)",
                    "aliases": [
                        "Magic Hound",
                        "TA453",
                        "COBALT ILLUSION",
                        "Charming Kitten",
                        "ITG18",
                        "Phosphorus",
                        "Newscaster",
                        "APT35",
                        "Mint Sandstorm"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0059",
                            "external_id": "G0059"
                        },
                        {
                            "source_name": "Charming Kitten",
                            "description": "(Citation: ClearSky Charming Kitten Dec 2017)(Citation: Eweek Newscaster and Charming Kitten May 2014)(Citation: ClearSky Kittens Back 2 Oct 2019)(Citation: ClearSky Kittens Back 3 August 2020)(Citation: Proofpoint TA453 March 2021)(Citation: Check Point APT35 CharmPower January 2022)"
                        },
                        {
                            "source_name": "APT35",
                            "description": "(Citation: FireEye APT35 2018)(Citation: Certfa Charming Kitten January 2021)(Citation: Check Point APT35 CharmPower January 2022)"
                        },
                        {
                            "source_name": "ITG18",
                            "description": "(Citation: IBM ITG18 2020)"
                        },
                        {
                            "source_name": "Phosphorus",
                            "description": "(Citation: Microsoft Phosphorus Mar 2019)(Citation: Microsoft Phosphorus Oct 2020)(Citation: US District Court of DC Phosphorus Complaint 2019)(Citation: Certfa Charming Kitten January 2021)(Citation: Proofpoint TA453 March 2021)(Citation: Check Point APT35 CharmPower January 2022)"
                        },
                        {
                            "source_name": "Mint Sandstorm",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "TA453",
                            "description": "(Citation: Proofpoint TA453 March 2021)(Citation: Proofpoint TA453 July2021)(Citation: Check Point APT35 CharmPower January 2022)"
                        },
                        {
                            "source_name": "COBALT ILLUSION",
                            "description": "(Citation: Secureworks COBALT ILLUSION Threat Profile)"
                        },
                        {
                            "source_name": "Magic Hound",
                            "description": "(Citation: Unit 42 Magic Hound Feb 2017)"
                        },
                        {
                            "source_name": "Microsoft Phosphorus Mar 2019",
                            "description": "Burt, T. (2019, March 27). New steps to protect customers from hacking. Retrieved May 27, 2020.",
                            "url": "https://blogs.microsoft.com/on-the-issues/2019/03/27/new-steps-to-protect-customers-from-hacking/"
                        },
                        {
                            "source_name": "Microsoft Phosphorus Oct 2020",
                            "description": "Burt, T. (2020, October 28). Cyberattacks target international conference attendees. Retrieved March 8, 2021.",
                            "url": "https://blogs.microsoft.com/on-the-issues/2020/10/28/cyberattacks-phosphorus-t20-munich-security-conference/"
                        },
                        {
                            "source_name": "Certfa Charming Kitten January 2021",
                            "description": "Certfa Labs. (2021, January 8). Charming Kitten\u2019s Christmas Gift. Retrieved May 3, 2021.",
                            "url": "https://blog.certfa.com/posts/charming-kitten-christmas-gift/"
                        },
                        {
                            "source_name": "Check Point APT35 CharmPower January 2022",
                            "description": "Check Point. (2022, January 11). APT35 exploits Log4j vulnerability to distribute new modular PowerShell toolkit. Retrieved January 24, 2022.",
                            "url": "https://research.checkpoint.com/2022/apt35-exploits-log4j-vulnerability-to-distribute-new-modular-powershell-toolkit/"
                        },
                        {
                            "source_name": "ClearSky Charming Kitten Dec 2017",
                            "description": "ClearSky Cyber Security. (2017, December). Charming Kitten. Retrieved December 27, 2017.",
                            "url": "http://www.clearskysec.com/wp-content/uploads/2017/12/Charming_Kitten_2017.pdf"
                        },
                        {
                            "source_name": "ClearSky Kittens Back 2 Oct 2019",
                            "description": "ClearSky Research Team. (2019, October 1). The Kittens Are Back in Town2 - Charming Kitten Campaign KeepsGoing on, Using New Impersonation Methods. Retrieved April 21, 2021.",
                            "url": "https://www.clearskysec.com/wp-content/uploads/2019/10/The-Kittens-Are-Back-in-Town-2-1.pdf"
                        },
                        {
                            "source_name": "ClearSky Kittens Back 3 August 2020",
                            "description": "ClearSky Research Team. (2020, August 1). The Kittens Are Back in Town 3 - Charming Kitten Campaign Evolved and Deploying Spear-Phishing link by WhatsApp. Retrieved April 21, 2021.",
                            "url": "https://www.clearskysec.com/wp-content/uploads/2020/08/The-Kittens-are-Back-in-Town-3.pdf"
                        },
                        {
                            "source_name": "Eweek Newscaster and Charming Kitten May 2014",
                            "description": "Kerner, S. (2014, May 29). Newscaster Threat Uses Social Media for Intelligence Gathering. Retrieved April 14, 2021.",
                            "url": "https://www.eweek.com/security/newscaster-threat-uses-social-media-for-intelligence-gathering"
                        },
                        {
                            "source_name": "Unit 42 Magic Hound Feb 2017",
                            "description": "Lee, B. and Falcone, R. (2017, February 15). Magic Hound Campaign Attacks Saudi Targets. Retrieved December 27, 2017.",
                            "url": "https://researchcenter.paloaltonetworks.com/2017/02/unit42-magic-hound-campaign-attacks-saudi-targets/"
                        },
                        {
                            "source_name": "Newscaster",
                            "description": "Link analysis of infrastructure and tools revealed a potential relationship between Magic Hound and the older attack campaign called Newscaster (aka Newscasters).(Citation: Unit 42 Magic Hound Feb 2017)(Citation: FireEye APT35 2018)"
                        },
                        {
                            "source_name": "FireEye APT35 2018",
                            "description": "Mandiant. (2018). Mandiant M-Trends 2018. Retrieved July 9, 2018.",
                            "url": "https://www.fireeye.com/content/dam/collateral/en/mtrends-2018.pdf"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "Proofpoint TA453 July2021",
                            "description": "Miller, J. et al. (2021, July 13). Operation SpoofedScholars: A Conversation with TA453. Retrieved August 18, 2021.",
                            "url": "https://www.proofpoint.com/us/blog/threat-insight/operation-spoofedscholars-conversation-ta453"
                        },
                        {
                            "source_name": "Proofpoint TA453 March 2021",
                            "description": "Miller, J. et al. (2021, March 30). BadBlood: TA453 Targets US and Israeli Medical Research Personnel in Credential Phishing Campaigns. Retrieved May 4, 2021.",
                            "url": "https://www.proofpoint.com/us/blog/threat-insight/badblood-ta453-targets-us-and-israeli-medical-research-personnel-credential"
                        },
                        {
                            "source_name": "Secureworks COBALT ILLUSION Threat Profile",
                            "description": "Secureworks. (n.d.). COBALT ILLUSION Threat Profile. Retrieved April 14, 2021.",
                            "url": "https://www.secureworks.com/research/threat-profiles/cobalt-illusion"
                        },
                        {
                            "source_name": "US District Court of DC Phosphorus Complaint 2019",
                            "description": "US District Court of DC. (2019, March 14). MICROSOFT CORPORATION v. JOHN DOES 1-2, CONTROLLING A COMPUTER NETWORK AND THEREBY INJURING PLAINTIFF AND ITS CUSTOMERS. Retrieved March 8, 2021.",
                            "url": "https://noticeofpleadings.com/phosphorus/files/Complaint.pdf"
                        },
                        {
                            "source_name": "IBM ITG18 2020",
                            "description": "Wikoff, A. Emerson, R. (2020, July 16). New Research Exposes Iranian Threat Group Operations. Retrieved March 8, 2021.",
                            "url": "https://securityintelligence.com/posts/new-research-exposes-iranian-threat-group-operations/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Anastasios Pingios",
                        "Bryan Lee",
                        "Daniyal Naeem, BT Security"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "6.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-01-08 21:54:31.501000+00:00\", \"old_value\": \"2023-09-11 20:43:14.739000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"6.0\", \"old_value\": \"5.2\"}}, \"iterable_item_added\": {\"root['aliases'][8]\": \"Mint Sandstorm\", \"root['external_references'][5]\": {\"source_name\": \"Mint Sandstorm\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][20]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}}}",
                    "previous_version": "5.2",
                    "version_change": "5.2 \u2192 6.0"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--4c4a7846-45d5-4761-8eea-725fa989914c",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2022-08-11 22:47:27.686000+00:00",
                    "modified": "2024-04-11 00:39:25.190000+00:00",
                    "name": "Moses Staff",
                    "description": "[Moses Staff](https://attack.mitre.org/groups/G1009) is a suspected Iranian threat group that has primarily targeted Israeli companies since at least September 2021. [Moses Staff](https://attack.mitre.org/groups/G1009) openly stated their motivation in attacking Israeli companies is to cause damage by leaking stolen sensitive data and encrypting the victim's networks without a ransom demand.(Citation: Checkpoint MosesStaff Nov 2021) \n\nSecurity researchers assess [Moses Staff](https://attack.mitre.org/groups/G1009) is politically motivated, and has targeted government, finance, travel, energy, manufacturing, and utility companies outside of Israel as well, including those in Italy, India, Germany, Chile, Turkey, the UAE, and the US.(Citation: Cybereason StrifeWater Feb 2022)",
                    "aliases": [
                        "Moses Staff",
                        "DEV-0500",
                        "Marigold Sandstorm"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G1009",
                            "external_id": "G1009"
                        },
                        {
                            "source_name": "DEV-0500",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "Marigold Sandstorm",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "Checkpoint MosesStaff Nov 2021",
                            "description": "Checkpoint Research. (2021, November 15). Uncovering MosesStaff techniques: Ideology over Money. Retrieved August 11, 2022.",
                            "url": "https://research.checkpoint.com/2021/mosesstaff-targeting-israeli-companies/"
                        },
                        {
                            "source_name": "Cybereason StrifeWater Feb 2022",
                            "description": "Cybereason Nocturnus. (2022, February 1). StrifeWater RAT: Iranian APT Moses Staff Adds New Trojan to Ransomware Operations. Retrieved August 15, 2022.",
                            "url": "https://www.cybereason.com/blog/research/strifewater-rat-iranian-apt-moses-staff-adds-new-trojan-to-ransomware-operations"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Hiroki Nagahama, NEC Corporation",
                        "Pooja Natarajan, NEC Corporation India",
                        "Manikantan Srinivasan, NEC Corporation India"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "2.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:39:25.190000+00:00\", \"old_value\": \"2022-10-24 18:50:12.653000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.0.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.0\", \"old_value\": \"1.0\"}}, \"iterable_item_added\": {\"root['aliases'][1]\": \"DEV-0500\", \"root['aliases'][2]\": \"Marigold Sandstorm\", \"root['external_references'][1]\": {\"source_name\": \"DEV-0500\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][2]\": {\"source_name\": \"Marigold Sandstorm\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][5]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 2.0"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--269e8108-68c6-4f99-b911-14b2e765dec2",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2018-04-18 17:59:24.739000+00:00",
                    "modified": "2024-04-17 16:48:06.958000+00:00",
                    "name": "MuddyWater",
                    "description": "[MuddyWater](https://attack.mitre.org/groups/G0069) is a cyber espionage group assessed to be a subordinate element within Iran's Ministry of Intelligence and Security (MOIS).(Citation: CYBERCOM Iranian Intel Cyber January 2022) Since at least 2017, [MuddyWater](https://attack.mitre.org/groups/G0069) has targeted a range of government and private organizations across sectors, including telecommunications, local government, defense, and oil and natural gas organizations, in the Middle East, Asia, Africa, Europe, and North America.(Citation: Unit 42 MuddyWater Nov 2017)(Citation: Symantec MuddyWater Dec 2018)(Citation: ClearSky MuddyWater Nov 2018)(Citation: ClearSky MuddyWater June 2019)(Citation: Reaqta MuddyWater November 2017)(Citation: DHS CISA AA22-055A MuddyWater February 2022)(Citation: Talos MuddyWater Jan 2022)",
                    "aliases": [
                        "MuddyWater",
                        "Earth Vetala",
                        "MERCURY",
                        "Static Kitten",
                        "Seedworm",
                        "TEMP.Zagros",
                        "Mango Sandstorm",
                        "TA450"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0069",
                            "external_id": "G0069"
                        },
                        {
                            "source_name": "MERCURY",
                            "description": "(Citation: Anomali Static Kitten February 2021)"
                        },
                        {
                            "source_name": "Static Kitten",
                            "description": "(Citation: Anomali Static Kitten February 2021)(Citation: Trend Micro Muddy Water March 2021)"
                        },
                        {
                            "source_name": "TEMP.Zagros",
                            "description": "(Citation: FireEye MuddyWater Mar 2018)(Citation: Anomali Static Kitten February 2021)(Citation: Trend Micro Muddy Water March 2021)"
                        },
                        {
                            "source_name": "Mango Sandstorm",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "TA450",
                            "description": "(Citation: Proofpoint TA450 Phishing March 2024)"
                        },
                        {
                            "source_name": "Seedworm",
                            "description": "(Citation: Symantec MuddyWater Dec 2018)(Citation: Anomali Static Kitten February 2021)(Citation: Trend Micro Muddy Water March 2021)"
                        },
                        {
                            "source_name": "Earth Vetala",
                            "description": "(Citation: Trend Micro Muddy Water March 2021)"
                        },
                        {
                            "source_name": "MuddyWater",
                            "description": "(Citation: Unit 42 MuddyWater Nov 2017)(Citation: Symantec MuddyWater Dec 2018)"
                        },
                        {
                            "source_name": "ClearSky MuddyWater Nov 2018",
                            "description": "ClearSky Cyber Security. (2018, November). MuddyWater Operations in Lebanon and Oman: Using an Israeli compromised domain for a two-stage campaign. Retrieved November 29, 2018.",
                            "url": "https://www.clearskysec.com/wp-content/uploads/2018/11/MuddyWater-Operations-in-Lebanon-and-Oman.pdf"
                        },
                        {
                            "source_name": "ClearSky MuddyWater June 2019",
                            "description": "ClearSky. (2019, June). Iranian APT group \u2018MuddyWater\u2019 Adds Exploits to Their Arsenal. Retrieved May 14, 2020.",
                            "url": "https://www.clearskysec.com/wp-content/uploads/2019/06/Clearsky-Iranian-APT-group-%E2%80%98MuddyWater%E2%80%99-Adds-Exploits-to-Their-Arsenal.pdf"
                        },
                        {
                            "source_name": "CYBERCOM Iranian Intel Cyber January 2022",
                            "description": "Cyber National Mission Force. (2022, January 12). Iranian intel cyber suite of malware uses open source tools. Retrieved September 30, 2022.",
                            "url": "https://www.cybercom.mil/Media/News/Article/2897570/iranian-intel-cyber-suite-of-malware-uses-open-source-tools/"
                        },
                        {
                            "source_name": "DHS CISA AA22-055A MuddyWater February 2022",
                            "description": "FBI, CISA, CNMF, NCSC-UK. (2022, February 24). Iranian Government-Sponsored Actors Conduct Cyber Operations Against Global Government and Commercial Networks. Retrieved September 27, 2022.",
                            "url": "https://www.cisa.gov/uscert/ncas/alerts/aa22-055a"
                        },
                        {
                            "source_name": "Unit 42 MuddyWater Nov 2017",
                            "description": "Lancaster, T.. (2017, November 14). Muddying the Water: Targeted Attacks in the Middle East. Retrieved March 15, 2018.",
                            "url": "https://researchcenter.paloaltonetworks.com/2017/11/unit42-muddying-the-water-targeted-attacks-in-the-middle-east/"
                        },
                        {
                            "source_name": "Talos MuddyWater Jan 2022",
                            "description": "Malhortra, A and Ventura, V. (2022, January 31). Iranian APT MuddyWater targets Turkish users via malicious PDFs, executables. Retrieved June 22, 2022.",
                            "url": "https://blog.talosintelligence.com/2022/01/iranian-apt-muddywater-targets-turkey.html"
                        },
                        {
                            "source_name": "Anomali Static Kitten February 2021",
                            "description": "Mele, G. et al. (2021, February 10). Probable Iranian Cyber Actors, Static Kitten, Conducting Cyberespionage Campaign Targeting UAE and Kuwait Government Agencies. Retrieved March 17, 2021.",
                            "url": "https://www.anomali.com/blog/probable-iranian-cyber-actors-static-kitten-conducting-cyberespionage-campaign-targeting-uae-and-kuwait-government-agencies"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "Proofpoint TA450 Phishing March 2024",
                            "description": "Miller, J. et al. (2024, March 21). Security Brief: TA450 Uses Embedded Links in PDF Attachments in Latest Campaign. Retrieved March 27, 2024.",
                            "url": "https://www.proofpoint.com/us/blog/threat-insight/security-brief-ta450-uses-embedded-links-pdf-attachments-latest-campaign"
                        },
                        {
                            "source_name": "Trend Micro Muddy Water March 2021",
                            "description": "Peretz, A. and Theck, E. (2021, March 5). Earth Vetala \u2013 MuddyWater Continues to Target Organizations in the Middle East. Retrieved March 18, 2021.",
                            "url": "https://www.trendmicro.com/en_us/research/21/c/earth-vetala---muddywater-continues-to-target-organizations-in-t.html"
                        },
                        {
                            "source_name": "Reaqta MuddyWater November 2017",
                            "description": "Reaqta. (2017, November 22). A dive into MuddyWater APT targeting Middle-East. Retrieved May 18, 2020.",
                            "url": "https://reaqta.com/2017/11/muddywater-apt-targeting-middle-east/"
                        },
                        {
                            "source_name": "FireEye MuddyWater Mar 2018",
                            "description": "Singh, S. et al.. (2018, March 13). Iranian Threat Group Updates Tactics, Techniques and Procedures in Spear Phishing Campaign. Retrieved April 11, 2018.",
                            "url": "https://www.fireeye.com/blog/threat-research/2018/03/iranian-threat-group-updates-ttps-in-spear-phishing-campaign.html"
                        },
                        {
                            "source_name": "Symantec MuddyWater Dec 2018",
                            "description": "Symantec DeepSight Adversary Intelligence Team. (2018, December 10). Seedworm: Group Compromises Government Agencies, Oil & Gas, NGOs, Telecoms, and IT Firms. Retrieved December 14, 2018.",
                            "url": "https://www.symantec.com/blogs/threat-intelligence/seedworm-espionage-group"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Ozer Sarilar, @ozersarilar, STM",
                        "Daniyal Naeem, BT Security"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "5.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-17 16:48:06.958000+00:00\", \"old_value\": \"2023-03-22 04:59:16.032000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"5.0\", \"old_value\": \"4.1\"}}, \"iterable_item_added\": {\"root['aliases'][6]\": \"Mango Sandstorm\", \"root['aliases'][7]\": \"TA450\", \"root['external_references'][4]\": {\"source_name\": \"Mango Sandstorm\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][5]\": {\"source_name\": \"TA450\", \"description\": \"(Citation: Proofpoint TA450 Phishing March 2024)\"}, \"root['external_references'][16]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}, \"root['external_references'][17]\": {\"source_name\": \"Proofpoint TA450 Phishing March 2024\", \"description\": \"Miller, J. et al. (2024, March 21). Security Brief: TA450 Uses Embedded Links in PDF Attachments in Latest Campaign. Retrieved March 27, 2024.\", \"url\": \"https://www.proofpoint.com/us/blog/threat-insight/security-brief-ta450-uses-embedded-links-pdf-attachments-latest-campaign\"}}}",
                    "previous_version": "4.1",
                    "version_change": "4.1 \u2192 5.0"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--4ca1929c-7d64-4aab-b849-badbfc0c760d",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-12-14 16:46:06.044000+00:00",
                    "modified": "2024-04-11 16:06:34.698000+00:00",
                    "name": "OilRig",
                    "description": "[OilRig](https://attack.mitre.org/groups/G0049) is a suspected Iranian threat group that has targeted Middle Eastern and international victims since at least 2014. The group has targeted a variety of sectors, including financial, government, energy, chemical, and telecommunications. It appears the group carries out supply chain attacks, leveraging the trust relationship between organizations to attack their primary targets. The group works on behalf of the Iranian government based on infrastructure details that contain references to Iran, use of Iranian infrastructure, and targeting that aligns with nation-state interests.(Citation: FireEye APT34 Dec 2017)(Citation: Palo Alto OilRig April 2017)(Citation: ClearSky OilRig Jan 2017)(Citation: Palo Alto OilRig May 2016)(Citation: Palo Alto OilRig Oct 2016)(Citation: Unit42 OilRig Playbook 2023)(Citation: Unit 42 QUADAGENT July 2018)",
                    "aliases": [
                        "OilRig",
                        "COBALT GYPSY",
                        "IRN2",
                        "APT34",
                        "Helix Kitten",
                        "Evasive Serpens",
                        "Hazel Sandstorm",
                        "EUROPIUM"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0049",
                            "external_id": "G0049"
                        },
                        {
                            "source_name": "IRN2",
                            "description": "(Citation: Crowdstrike Helix Kitten Nov 2018)"
                        },
                        {
                            "source_name": "Hazel Sandstorm",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "EUROPIUM",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "OilRig",
                            "description": "(Citation: Palo Alto OilRig April 2017) (Citation: ClearSky OilRig Jan 2017) (Citation: Palo Alto OilRig May 2016) (Citation: Palo Alto OilRig Oct 2016) (Citation: Unit 42 Playbook Dec 2017) (Citation: Unit 42 QUADAGENT July 2018)"
                        },
                        {
                            "source_name": "COBALT GYPSY",
                            "description": "(Citation: Secureworks COBALT GYPSY Threat Profile)"
                        },
                        {
                            "source_name": "Helix Kitten",
                            "description": "(Citation: Unit 42 QUADAGENT July 2018)(Citation: Crowdstrike Helix Kitten Nov 2018)"
                        },
                        {
                            "source_name": "Evasive Serpens",
                            "description": "(Citation: Unit42 OilRig Playbook 2023)"
                        },
                        {
                            "source_name": "Check Point APT34 April 2021",
                            "description": "Check Point. (2021, April 8). Iran\u2019s APT34 Returns with an Updated Arsenal. Retrieved May 5, 2021.",
                            "url": "https://research.checkpoint.com/2021/irans-apt34-returns-with-an-updated-arsenal/"
                        },
                        {
                            "source_name": "ClearSky OilRig Jan 2017",
                            "description": "ClearSky Cybersecurity. (2017, January 5). Iranian Threat Agent OilRig Delivers Digitally Signed Malware, Impersonates University of Oxford. Retrieved May 3, 2017.",
                            "url": "http://www.clearskysec.com/oilrig/"
                        },
                        {
                            "source_name": "Palo Alto OilRig May 2016",
                            "description": "Falcone, R. and Lee, B.. (2016, May 26). The OilRig Campaign: Attacks on Saudi Arabian Organizations Deliver Helminth Backdoor. Retrieved May 3, 2017.",
                            "url": "http://researchcenter.paloaltonetworks.com/2016/05/the-oilrig-campaign-attacks-on-saudi-arabian-organizations-deliver-helminth-backdoor/"
                        },
                        {
                            "source_name": "Palo Alto OilRig April 2017",
                            "description": "Falcone, R.. (2017, April 27). OilRig Actors Provide a Glimpse into Development and Testing Efforts. Retrieved May 3, 2017.",
                            "url": "http://researchcenter.paloaltonetworks.com/2017/04/unit42-oilrig-actors-provide-glimpse-development-testing-efforts/"
                        },
                        {
                            "source_name": "Palo Alto OilRig Oct 2016",
                            "description": "Grunzweig, J. and Falcone, R.. (2016, October 4). OilRig Malware Campaign Updates Toolset and Expands Targets. Retrieved May 3, 2017.",
                            "url": "http://researchcenter.paloaltonetworks.com/2016/10/unit42-oilrig-malware-campaign-updates-toolset-and-expands-targets/"
                        },
                        {
                            "source_name": "Unit 42 QUADAGENT July 2018",
                            "description": "Lee, B., Falcone, R. (2018, July 25). OilRig Targets Technology Service Provider and Government Agency with QUADAGENT. Retrieved August 9, 2018.",
                            "url": "https://researchcenter.paloaltonetworks.com/2018/07/unit42-oilrig-targets-technology-service-provider-government-agency-quadagent/"
                        },
                        {
                            "source_name": "Crowdstrike Helix Kitten Nov 2018",
                            "description": "Meyers, A. (2018, November 27). Meet CrowdStrike\u2019s Adversary of the Month for November: HELIX KITTEN. Retrieved December 18, 2018.",
                            "url": "https://www.crowdstrike.com/blog/meet-crowdstrikes-adversary-of-the-month-for-november-helix-kitten/"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "FireEye APT34 Dec 2017",
                            "description": "Sardiwal, M, et al. (2017, December 7). New Targeted Attack in the Middle East by APT34, a Suspected Iranian Threat Group, Using CVE-2017-11882 Exploit. Retrieved December 20, 2017.",
                            "url": "https://www.fireeye.com/blog/threat-research/2017/12/targeted-attack-in-middle-east-by-apt34.html"
                        },
                        {
                            "source_name": "Secureworks COBALT GYPSY Threat Profile",
                            "description": "Secureworks. (n.d.). COBALT GYPSY Threat Profile. Retrieved April 14, 2021.",
                            "url": "https://www.secureworks.com/research/threat-profiles/cobalt-gypsy"
                        },
                        {
                            "source_name": "APT34",
                            "description": "This group was previously tracked under two distinct groups, APT34 and OilRig, but was combined due to additional reporting giving higher confidence about the overlap of the activity.(Citation: Unit 42 QUADAGENT July 2018)(Citation: FireEye APT34 Dec 2017)(Citation: Check Point APT34 April 2021)"
                        },
                        {
                            "source_name": "Unit 42 Playbook Dec 2017",
                            "description": "Unit 42. (2017, December 15). Unit 42 Playbook Viewer. Retrieved December 20, 2017.",
                            "url": "https://pan-unit42.github.io/playbook_viewer/"
                        },
                        {
                            "source_name": "Unit42 OilRig Playbook 2023",
                            "description": "Unit42. (2016, May 1). Evasive Serpens Unit 42 Playbook Viewer. Retrieved February 6, 2023.",
                            "url": "https://pan-unit42.github.io/playbook_viewer/?pb=evasive-serpens"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Robert Falcone",
                        "Bryan Lee",
                        "Dragos Threat Intelligence"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack",
                        "ics-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "4.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 16:06:34.698000+00:00\", \"old_value\": \"2023-02-06 20:58:52.317000+00:00\"}, \"root['description']\": {\"new_value\": \"[OilRig](https://attack.mitre.org/groups/G0049) is a suspected Iranian threat group that has targeted Middle Eastern and international victims since at least 2014. The group has targeted a variety of sectors, including financial, government, energy, chemical, and telecommunications. It appears the group carries out supply chain attacks, leveraging the trust relationship between organizations to attack their primary targets. The group works on behalf of the Iranian government based on infrastructure details that contain references to Iran, use of Iranian infrastructure, and targeting that aligns with nation-state interests.(Citation: FireEye APT34 Dec 2017)(Citation: Palo Alto OilRig April 2017)(Citation: ClearSky OilRig Jan 2017)(Citation: Palo Alto OilRig May 2016)(Citation: Palo Alto OilRig Oct 2016)(Citation: Unit42 OilRig Playbook 2023)(Citation: Unit 42 QUADAGENT July 2018)\", \"old_value\": \"[OilRig](https://attack.mitre.org/groups/G0049) is a suspected Iranian threat group that has targeted Middle Eastern and international victims since at least 2014. The group has targeted a variety of sectors, including financial, government, energy, chemical, and telecommunications. It appears the group carries out supply chain attacks, leveraging the trust relationship between organizations to attack their primary targets. FireEye assesses that the group works on behalf of the Iranian government based on infrastructure details that contain references to Iran, use of Iranian infrastructure, and targeting that aligns with nation-state interests.(Citation: Palo Alto OilRig April 2017)(Citation: ClearSky OilRig Jan 2017)(Citation: Palo Alto OilRig May 2016)(Citation: Palo Alto OilRig Oct 2016)(Citation: Unit42 OilRig Playbook 2023)(Citation: FireEye APT34 Dec 2017)(Citation: Unit 42 QUADAGENT July 2018)\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"4.0\", \"old_value\": \"3.1\"}, \"root['x_mitre_contributors'][2]\": {\"new_value\": \"Dragos Threat Intelligence\", \"old_value\": \"Dragos  Threat  Intelligence\"}}, \"iterable_item_added\": {\"root['aliases'][6]\": \"Hazel Sandstorm\", \"root['aliases'][7]\": \"EUROPIUM\", \"root['external_references'][2]\": {\"source_name\": \"Hazel Sandstorm\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][3]\": {\"source_name\": \"EUROPIUM\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][15]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}}}",
                    "previous_version": "3.1",
                    "version_change": "3.1 \u2192 4.0",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to104__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to104__0\"><a href=\"#difflib_chg_to104__top\">t</a></td><td class=\"diff_header\" id=\"from104_1\">1</td><td nowrap=\"nowrap\">[OilRig](https://attack.mitre.org/groups/G0049)&nbsp;is&nbsp;a&nbsp;suspect</td><td class=\"diff_next\"><a href=\"#difflib_chg_to104__top\">t</a></td><td class=\"diff_header\" id=\"to104_1\">1</td><td nowrap=\"nowrap\">[OilRig](https://attack.mitre.org/groups/G0049)&nbsp;is&nbsp;a&nbsp;suspect</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;Iranian&nbsp;threat&nbsp;group&nbsp;that&nbsp;has&nbsp;targeted&nbsp;Middle&nbsp;Eastern&nbsp;and</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;Iranian&nbsp;threat&nbsp;group&nbsp;that&nbsp;has&nbsp;targeted&nbsp;Middle&nbsp;Eastern&nbsp;and</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;international&nbsp;victims&nbsp;since&nbsp;at&nbsp;least&nbsp;2014.&nbsp;The&nbsp;group&nbsp;has&nbsp;ta</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;international&nbsp;victims&nbsp;since&nbsp;at&nbsp;least&nbsp;2014.&nbsp;The&nbsp;group&nbsp;has&nbsp;ta</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rgeted&nbsp;a&nbsp;variety&nbsp;of&nbsp;sectors,&nbsp;including&nbsp;financial,&nbsp;government</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rgeted&nbsp;a&nbsp;variety&nbsp;of&nbsp;sectors,&nbsp;including&nbsp;financial,&nbsp;government</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">,&nbsp;energy,&nbsp;chemical,&nbsp;and&nbsp;telecommunications.&nbsp;It&nbsp;appears&nbsp;the&nbsp;g</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">,&nbsp;energy,&nbsp;chemical,&nbsp;and&nbsp;telecommunications.&nbsp;It&nbsp;appears&nbsp;the&nbsp;g</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">roup&nbsp;carries&nbsp;out&nbsp;supply&nbsp;chain&nbsp;attacks,&nbsp;leveraging&nbsp;the&nbsp;trust&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">roup&nbsp;carries&nbsp;out&nbsp;supply&nbsp;chain&nbsp;attacks,&nbsp;leveraging&nbsp;the&nbsp;trust&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">relationship&nbsp;between&nbsp;organizations&nbsp;to&nbsp;attack&nbsp;their&nbsp;primary&nbsp;t</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">relationship&nbsp;between&nbsp;organizations&nbsp;to&nbsp;attack&nbsp;their&nbsp;primary&nbsp;t</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">argets.&nbsp;<span class=\"diff_chg\">FireEye&nbsp;assesses&nbsp;that&nbsp;the&nbsp;group</span>&nbsp;works&nbsp;on&nbsp;behalf&nbsp;of&nbsp;t</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">argets.&nbsp;<span class=\"diff_chg\">The&nbsp;group</span>&nbsp;works&nbsp;on&nbsp;behalf&nbsp;of&nbsp;the&nbsp;Iranian&nbsp;government&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">he&nbsp;Iranian&nbsp;government&nbsp;based&nbsp;on&nbsp;infrastructure&nbsp;details&nbsp;that&nbsp;c</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">based&nbsp;on&nbsp;infrastructure&nbsp;details&nbsp;that&nbsp;contain&nbsp;references&nbsp;to&nbsp;I</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ontain&nbsp;references&nbsp;to&nbsp;Iran,&nbsp;use&nbsp;of&nbsp;Iranian&nbsp;infrastructure,&nbsp;an</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ran,&nbsp;use&nbsp;of&nbsp;Iranian&nbsp;infrastructure,&nbsp;and&nbsp;targeting&nbsp;that&nbsp;align</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d&nbsp;targeting&nbsp;that&nbsp;aligns&nbsp;with&nbsp;nation-state&nbsp;interests.(Citatio</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;with&nbsp;nation-state&nbsp;interests.(Citation:&nbsp;<span class=\"diff_add\">FireEye&nbsp;A</span>P<span class=\"diff_chg\">T34&nbsp;Dec</span>&nbsp;2</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n:&nbsp;P<span class=\"diff_chg\">alo&nbsp;Alto&nbsp;OilRig&nbsp;April</span>&nbsp;2017)(Citation:&nbsp;<span class=\"diff_chg\">ClearSky</span>&nbsp;OilRig&nbsp;<span class=\"diff_chg\">Ja</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">017)(Citation:&nbsp;<span class=\"diff_chg\">Palo&nbsp;Alto</span>&nbsp;OilRig&nbsp;<span class=\"diff_chg\">April</span>&nbsp;2017)(Citation:&nbsp;<span class=\"diff_add\">ClearS</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">n</span>&nbsp;2017)(Citation:&nbsp;Palo&nbsp;Alto&nbsp;OilRig&nbsp;May&nbsp;2016)(Citation:&nbsp;Palo&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ky&nbsp;OilRig&nbsp;Jan&nbsp;2017)(Citation:&nbsp;</span>Palo&nbsp;Alto&nbsp;OilRig&nbsp;May&nbsp;2016)(Cit</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Alto&nbsp;OilRig&nbsp;Oct&nbsp;2016)(Citation:&nbsp;Unit42&nbsp;OilRig&nbsp;Playbook&nbsp;2023)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ation:&nbsp;Palo&nbsp;Alto&nbsp;OilRig&nbsp;Oct&nbsp;2016)(Citation:&nbsp;Unit42&nbsp;OilRig&nbsp;Pl</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">(Citation:&nbsp;<span class=\"diff_chg\">FireEye&nbsp;APT3</span>4<span class=\"diff_chg\">&nbsp;Dec&nbsp;2017)(Citation:&nbsp;Unit&nbsp;42</span>&nbsp;QUADAGE</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">aybook&nbsp;2023)(Citation:&nbsp;<span class=\"diff_chg\">Unit&nbsp;</span>4<span class=\"diff_chg\">2</span>&nbsp;QUADAGENT&nbsp;July&nbsp;2018)</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">NT&nbsp;July&nbsp;2018)</td><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td></tr>\n        </tbody>\n    </table>"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--5636b7b3-d99b-4edd-aa05-ee649c1d4ef1",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2018-10-17 00:14:20.652000+00:00",
                    "modified": "2024-04-10 21:33:28.444000+00:00",
                    "name": "Orangeworm",
                    "description": "[Orangeworm](https://attack.mitre.org/groups/G0071) is a group that has targeted organizations in the healthcare sector in the United States, Europe, and Asia since at least 2015, likely for the purpose of corporate espionage.(Citation: Symantec Orangeworm April 2018) Reverse engineering of [Kwampirs](https://attack.mitre.org/software/S0236), directly associated with [Orangeworm](https://attack.mitre.org/groups/G0071) activity, indicates significant functional and development overlaps with [Shamoon](https://attack.mitre.org/software/S0140).(Citation: Cylera Kwampirs 2022)",
                    "aliases": [
                        "Orangeworm"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0071",
                            "external_id": "G0071"
                        },
                        {
                            "source_name": "Orangeworm",
                            "description": "(Citation: Symantec Orangeworm April 2018)"
                        },
                        {
                            "source_name": "Cylera Kwampirs 2022",
                            "description": "Pablo Rinc\u00f3n Crespo. (2022, January). The link between Kwampirs (Orangeworm) and Shamoon APTs. Retrieved February 8, 2024.",
                            "url": "https://resources.cylera.com/hubfs/Cylera%20Labs/Cylera%20Labs%20Kwampirs%20Shamoon%20Technical%20Report.pdf"
                        },
                        {
                            "source_name": "Symantec Orangeworm April 2018",
                            "description": "Symantec Security Response Attack Investigation Team. (2018, April 23). New Orangeworm attack group targets the healthcare sector in the U.S., Europe, and Asia. Retrieved May 8, 2018.",
                            "url": "https://www.symantec.com/blogs/threat-intelligence/orangeworm-targets-healthcare-us-europe-asia"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Elger Vinicius S. Rodrigues, @elgervinicius, CYBINT Centre"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "2.0",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-10 21:33:28.444000+00:00\", \"old_value\": \"2021-10-26 22:29:09.327000+00:00\"}, \"root['description']\": {\"new_value\": \"[Orangeworm](https://attack.mitre.org/groups/G0071) is a group that has targeted organizations in the healthcare sector in the United States, Europe, and Asia since at least 2015, likely for the purpose of corporate espionage.(Citation: Symantec Orangeworm April 2018) Reverse engineering of [Kwampirs](https://attack.mitre.org/software/S0236), directly associated with [Orangeworm](https://attack.mitre.org/groups/G0071) activity, indicates significant functional and development overlaps with [Shamoon](https://attack.mitre.org/software/S0140).(Citation: Cylera Kwampirs 2022)\", \"old_value\": \"[Orangeworm](https://attack.mitre.org/groups/G0071) is a group that has targeted organizations in the healthcare sector in the United States, Europe, and Asia since at least 2015, likely for the purpose of corporate espionage.(Citation: Symantec Orangeworm April 2018)\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.0\", \"old_value\": \"1.1\"}}, \"iterable_item_added\": {\"root['external_references'][2]\": {\"source_name\": \"Cylera Kwampirs 2022\", \"description\": \"Pablo Rinc\\u00f3n Crespo. (2022, January). The link between Kwampirs (Orangeworm) and Shamoon APTs. Retrieved February 8, 2024.\", \"url\": \"https://resources.cylera.com/hubfs/Cylera%20Labs/Cylera%20Labs%20Kwampirs%20Shamoon%20Technical%20Report.pdf\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 2.0",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to103__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to103__0\"><a href=\"#difflib_chg_to103__top\">t</a></td><td class=\"diff_header\" id=\"from103_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_sub\">[Orangeworm](https://attack.mitre.org/groups/G0071)&nbsp;is&nbsp;a&nbsp;gro</span></td><td class=\"diff_next\"><a href=\"#difflib_chg_to103__top\">t</a></td><td class=\"diff_header\" id=\"to103_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_add\">[Orangeworm](https://attack.mitre.org/groups/G0071)&nbsp;is&nbsp;a&nbsp;gro</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">up&nbsp;that&nbsp;has&nbsp;targeted&nbsp;organizations&nbsp;in&nbsp;the&nbsp;healthcare&nbsp;sector&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">up&nbsp;that&nbsp;has&nbsp;targeted&nbsp;organizations&nbsp;in&nbsp;the&nbsp;healthcare&nbsp;sector&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">in&nbsp;the&nbsp;United&nbsp;States,&nbsp;Europe,&nbsp;and&nbsp;Asia&nbsp;since&nbsp;at&nbsp;least&nbsp;2015,&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">in&nbsp;the&nbsp;United&nbsp;States,&nbsp;Europe,&nbsp;and&nbsp;Asia&nbsp;since&nbsp;at&nbsp;least&nbsp;2015,&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">likely&nbsp;for&nbsp;the&nbsp;purpose&nbsp;of&nbsp;corporate&nbsp;espionage.(Citation:&nbsp;Sym</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">likely&nbsp;for&nbsp;the&nbsp;purpose&nbsp;of&nbsp;corporate&nbsp;espionage.(Citation:&nbsp;Sym</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">antec&nbsp;Orangeworm&nbsp;April&nbsp;2018)</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">antec&nbsp;Orangeworm&nbsp;April&nbsp;2018)&nbsp;Reverse&nbsp;engineering&nbsp;of&nbsp;[Kwampir</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">s](https://attack.mitre.org/software/S0236),&nbsp;directly&nbsp;associ</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ated&nbsp;with&nbsp;[Orangeworm](https://attack.mitre.org/groups/G0071</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">)&nbsp;activity,&nbsp;indicates&nbsp;significant&nbsp;functional&nbsp;and&nbsp;development</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;overlaps&nbsp;with&nbsp;[Shamoon](https://attack.mitre.org/software/S</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">0140).(Citation:&nbsp;Cylera&nbsp;Kwampirs&nbsp;2022)</span></td></tr>\n        </tbody>\n    </table>"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--5f3d0238-d058-44a9-8812-3dd1b6741a8c",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2022-07-01 19:07:04.253000+00:00",
                    "modified": "2024-01-08 21:56:22.594000+00:00",
                    "name": "POLONIUM",
                    "description": "[POLONIUM](https://attack.mitre.org/groups/G1005) is a Lebanon-based group that has primarily targeted Israeli organizations, including critical manufacturing, information technology, and defense industry companies, since at least February 2022. Security researchers assess [POLONIUM](https://attack.mitre.org/groups/G1005) has coordinated their operations with multiple actors affiliated with Iran\u2019s Ministry of Intelligence and Security (MOIS), based on victim overlap as well as common techniques and tooling.(Citation: Microsoft POLONIUM June 2022)",
                    "aliases": [
                        "POLONIUM",
                        "Plaid Rain"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G1005",
                            "external_id": "G1005"
                        },
                        {
                            "source_name": "Plaid Rain",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "Microsoft POLONIUM June 2022",
                            "description": "Microsoft. (2022, June 2). Exposing POLONIUM activity and infrastructure targeting Israeli organizations. Retrieved July 1, 2022.",
                            "url": "https://www.microsoft.com/security/blog/2022/06/02/exposing-polonium-activity-and-infrastructure-targeting-israeli-organizations/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "2.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-01-08 21:56:22.594000+00:00\", \"old_value\": \"2022-08-10 12:31:10.192000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.0\", \"old_value\": \"1.0\"}}, \"iterable_item_added\": {\"root['aliases'][1]\": \"Plaid Rain\", \"root['external_references'][1]\": {\"source_name\": \"Plaid Rain\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][2]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 2.0"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--381fcf73-60f6-4ab2-9991-6af3cbc35192",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:32:04.588000+00:00",
                    "modified": "2024-04-06 19:05:38.712000+00:00",
                    "name": "Sandworm Team",
                    "description": "[Sandworm Team](https://attack.mitre.org/groups/G0034) is a destructive threat group that has been attributed to Russia's General Staff Main Intelligence Directorate (GRU) Main Center for Special Technologies (GTsST) military unit 74455.(Citation: US District Court Indictment GRU Unit 74455 October 2020)(Citation: UK NCSC Olympic Attacks October 2020) This group has been active since at least 2009.(Citation: iSIGHT Sandworm 2014)(Citation: CrowdStrike VOODOO BEAR)(Citation: USDOJ Sandworm Feb 2020)(Citation: NCSC Sandworm Feb 2020)\n\nIn October 2020, the US indicted six GRU Unit 74455 officers associated with [Sandworm Team](https://attack.mitre.org/groups/G0034) for the following cyber operations: the 2015 and 2016 attacks against Ukrainian electrical companies and government organizations, the 2017 worldwide [NotPetya](https://attack.mitre.org/software/S0368) attack, targeting of the 2017 French presidential campaign, the 2018 [Olympic Destroyer](https://attack.mitre.org/software/S0365) attack against the Winter Olympic Games, the 2018 operation against the Organisation for the Prohibition of Chemical Weapons, and attacks against the country of Georgia in 2018 and 2019.(Citation: US District Court Indictment GRU Unit 74455 October 2020)(Citation: UK NCSC Olympic Attacks October 2020) Some of these were conducted with the assistance of GRU Unit 26165, which is also referred to as [APT28](https://attack.mitre.org/groups/G0007).(Citation: US District Court Indictment GRU Oct 2018)",
                    "aliases": [
                        "Sandworm Team",
                        "ELECTRUM",
                        "Telebots",
                        "IRON VIKING",
                        "BlackEnergy (Group)",
                        "Quedagh",
                        "Voodoo Bear",
                        "IRIDIUM",
                        "Seashell Blizzard",
                        "FROZENBARENTS"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0034",
                            "external_id": "G0034"
                        },
                        {
                            "source_name": "Voodoo Bear",
                            "description": "(Citation: CrowdStrike VOODOO BEAR)(Citation: US District Court Indictment GRU Unit 74455 October 2020)(Citation: UK NCSC Olympic Attacks October 2020)"
                        },
                        {
                            "source_name": "ELECTRUM",
                            "description": "(Citation: Dragos ELECTRUM)(Citation: UK NCSC Olympic Attacks October 2020)"
                        },
                        {
                            "source_name": "Sandworm Team",
                            "description": "(Citation: iSIGHT Sandworm 2014) (Citation: F-Secure BlackEnergy 2014) (Citation: InfoSecurity Sandworm Oct 2014)(Citation: US District Court Indictment GRU Unit 74455 October 2020)(Citation: UK NCSC Olympic Attacks October 2020)"
                        },
                        {
                            "source_name": "Quedagh",
                            "description": "(Citation: iSIGHT Sandworm 2014) (Citation: F-Secure BlackEnergy 2014)(Citation: UK NCSC Olympic Attacks October 2020)"
                        },
                        {
                            "source_name": "FROZENBARENTS",
                            "description": "(Citation: Leonard TAG 2023)"
                        },
                        {
                            "source_name": "IRIDIUM",
                            "description": "(Citation: Microsoft Prestige ransomware October 2022)"
                        },
                        {
                            "source_name": "Seashell Blizzard",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "BlackEnergy (Group)",
                            "description": "(Citation: NCSC Sandworm Feb 2020)(Citation: UK NCSC Olympic Attacks October 2020)"
                        },
                        {
                            "source_name": "Telebots",
                            "description": "(Citation: NCSC Sandworm Feb 2020)(Citation: US District Court Indictment GRU Unit 74455 October 2020)(Citation: UK NCSC Olympic Attacks October 2020)"
                        },
                        {
                            "source_name": "IRON VIKING",
                            "description": "(Citation: Secureworks IRON VIKING )(Citation: US District Court Indictment GRU Unit 74455 October 2020)(Citation: UK NCSC Olympic Attacks October 2020)"
                        },
                        {
                            "source_name": "Leonard TAG 2023",
                            "description": "Billy Leonard. (2023, April 19). Ukraine remains Russia\u2019s biggest cyber focus in 2023. Retrieved March 1, 2024.",
                            "url": "https://blog.google/threat-analysis-group/ukraine-remains-russias-biggest-cyber-focus-in-2023/"
                        },
                        {
                            "source_name": "US District Court Indictment GRU Oct 2018",
                            "description": "Brady, S . (2018, October 3). Indictment - United States vs Aleksei Sergeyevich Morenets, et al.. Retrieved October 1, 2020.",
                            "url": "https://www.justice.gov/opa/page/file/1098481/download"
                        },
                        {
                            "source_name": "Dragos ELECTRUM",
                            "description": "Dragos. (2017, January 1). ELECTRUM Threat Profile. Retrieved June 10, 2020.",
                            "url": "https://www.dragos.com/resource/electrum/"
                        },
                        {
                            "source_name": "F-Secure BlackEnergy 2014",
                            "description": "F-Secure Labs. (2014). BlackEnergy & Quedagh: The convergence of crimeware and APT attacks. Retrieved March 24, 2016.",
                            "url": "https://blog-assets.f-secure.com/wp-content/uploads/2019/10/15163408/BlackEnergy_Quedagh.pdf"
                        },
                        {
                            "source_name": "iSIGHT Sandworm 2014",
                            "description": "Hultquist, J.. (2016, January 7). Sandworm Team and the Ukrainian Power Authority Attacks. Retrieved October 6, 2017.",
                            "url": "https://www.fireeye.com/blog/threat-research/2016/01/ukraine-and-sandworm-team.html"
                        },
                        {
                            "source_name": "CrowdStrike VOODOO BEAR",
                            "description": "Meyers, A. (2018, January 19). Meet CrowdStrike\u2019s Adversary of the Month for January: VOODOO BEAR. Retrieved May 22, 2018.",
                            "url": "https://www.crowdstrike.com/blog/meet-crowdstrikes-adversary-of-the-month-for-january-voodoo-bear/"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "Microsoft Prestige ransomware October 2022",
                            "description": "MSTIC. (2022, October 14). New \u201cPrestige\u201d ransomware impacts organizations in Ukraine and Poland. Retrieved January 19, 2023.",
                            "url": "https://www.microsoft.com/en-us/security/blog/2022/10/14/new-prestige-ransomware-impacts-organizations-in-ukraine-and-poland/"
                        },
                        {
                            "source_name": "InfoSecurity Sandworm Oct 2014",
                            "description": "Muncaster, P.. (2014, October 14). Microsoft Zero Day Traced to Russian \u2018Sandworm\u2019 Hackers. Retrieved October 6, 2017.",
                            "url": "https://www.infosecurity-magazine.com/news/microsoft-zero-day-traced-russian/"
                        },
                        {
                            "source_name": "NCSC Sandworm Feb 2020",
                            "description": "NCSC. (2020, February 20). NCSC supports US advisory regarding GRU intrusion set Sandworm. Retrieved June 10, 2020.",
                            "url": "https://www.ncsc.gov.uk/news/ncsc-supports-sandworm-advisory"
                        },
                        {
                            "source_name": "USDOJ Sandworm Feb 2020",
                            "description": "Pompeo, M. (2020, February 20). The United States Condemns Russian Cyber Attack Against the Country of Georgia. Retrieved June 18, 2020.",
                            "url": "https://2017-2021.state.gov/the-united-states-condemns-russian-cyber-attack-against-the-country-of-georgia//index.html"
                        },
                        {
                            "source_name": "US District Court Indictment GRU Unit 74455 October 2020",
                            "description": "Scott W. Brady. (2020, October 15). United States vs. Yuriy Sergeyevich Andrienko et al.. Retrieved November 25, 2020.",
                            "url": "https://www.justice.gov/opa/press-release/file/1328521/download"
                        },
                        {
                            "source_name": "Secureworks IRON VIKING ",
                            "description": "Secureworks. (2020, May 1). IRON VIKING Threat Profile. Retrieved June 10, 2020.",
                            "url": "https://www.secureworks.com/research/threat-profiles/iron-viking"
                        },
                        {
                            "source_name": "UK NCSC Olympic Attacks October 2020",
                            "description": "UK NCSC. (2020, October 19). UK exposes series of Russian cyber attacks against Olympic and Paralympic Games . Retrieved November 30, 2020.",
                            "url": "https://www.gov.uk/government/news/uk-exposes-series-of-russian-cyber-attacks-against-olympic-and-paralympic-games"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Dragos Threat Intelligence"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack",
                        "ics-attack",
                        "mobile-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "4.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-06 19:05:38.712000+00:00\", \"old_value\": \"2023-10-06 14:13:06.011000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"4.0\", \"old_value\": \"3.1\"}}, \"iterable_item_added\": {\"root['aliases'][8]\": \"Seashell Blizzard\", \"root['aliases'][9]\": \"FROZENBARENTS\", \"root['external_references'][5]\": {\"source_name\": \"FROZENBARENTS\", \"description\": \"(Citation: Leonard TAG 2023)\"}, \"root['external_references'][7]\": {\"source_name\": \"Seashell Blizzard\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][11]\": {\"source_name\": \"Leonard TAG 2023\", \"description\": \"Billy Leonard. (2023, April 19). Ukraine remains Russia\\u2019s biggest cyber focus in 2023. Retrieved March 1, 2024.\", \"url\": \"https://blog.google/threat-analysis-group/ukraine-remains-russias-biggest-cyber-focus-in-2023/\"}, \"root['external_references'][17]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}}}",
                    "previous_version": "3.1",
                    "version_change": "3.1 \u2192 4.0"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--44d37b89-a739-4810-9111-0d2617a8939b",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2023-07-05 17:54:54.789000+00:00",
                    "modified": "2024-04-04 21:24:48.602000+00:00",
                    "name": "Scattered Spider",
                    "description": "[Scattered Spider](https://attack.mitre.org/groups/G1015) is a native English-speaking cybercriminal group that has been active since at least 2022.(Citation: CrowdStrike Scattered Spider Profile)(Citation: MSTIC Octo Tempest Operations October 2023) The group initially targeted customer relationship management and business-process outsourcing (BPO) firms as well as telecommunications and technology companies. Beginning in 2023, [Scattered Spider](https://attack.mitre.org/groups/G1015) expanded its operations to compromise victims in the gaming, hospitality, retail, MSP, manufacturing, and financial sectors.(Citation: MSTIC Octo Tempest Operations October 2023) During campaigns, [Scattered Spider](https://attack.mitre.org/groups/G1015) has leveraged targeted social-engineering techniques, attempted to bypass popular endpoint security tools, and more recently, deployed ransomware for financial gain.(Citation: CISA Scattered Spider Advisory November 2023)(Citation: CrowdStrike Scattered Spider BYOVD January 2023)(Citation: CrowdStrike Scattered Spider Profile)(Citation: MSTIC Octo Tempest Operations October 2023)(Citation: Crowdstrike TELCO BPO Campaign December 2022)",
                    "aliases": [
                        "Scattered Spider",
                        "Roasted 0ktapus",
                        "Octo Tempest",
                        "Storm-0875"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G1015",
                            "external_id": "G1015"
                        },
                        {
                            "source_name": "Roasted 0ktapus",
                            "description": "(Citation: CrowdStrike Scattered Spider BYOVD January 2023)"
                        },
                        {
                            "source_name": "Octo Tempest",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "Storm-0875",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "CISA Scattered Spider Advisory November 2023",
                            "description": "CISA. (2023, November 16). Cybersecurity Advisory: Scattered Spider (AA23-320A). Retrieved March 18, 2024.",
                            "url": "https://www.cisa.gov/news-events/cybersecurity-advisories/aa23-320a"
                        },
                        {
                            "source_name": "CrowdStrike Scattered Spider BYOVD January 2023",
                            "description": "CrowdStrike. (2023, January 10). SCATTERED SPIDER Exploits Windows Security Deficiencies with Bring-Your-Own-Vulnerable-Driver Tactic in Attempt to Bypass Endpoint Security. Retrieved July 5, 2023.",
                            "url": "https://www.crowdstrike.com/blog/scattered-spider-attempts-to-avoid-detection-with-bring-your-own-vulnerable-driver-tactic/"
                        },
                        {
                            "source_name": "CrowdStrike Scattered Spider Profile",
                            "description": "CrowdStrike. (n.d.). Scattered Spider. Retrieved July 5, 2023.",
                            "url": "https://www.crowdstrike.com/adversaries/scattered-spider/"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "MSTIC Octo Tempest Operations October 2023",
                            "description": "Microsoft. (2023, October 25). Octo Tempest crosses boundaries to facilitate extortion, encryption, and destruction. Retrieved March 18, 2024.",
                            "url": "https://www.microsoft.com/en-us/security/blog/2023/10/25/octo-tempest-crosses-boundaries-to-facilitate-extortion-encryption-and-destruction/"
                        },
                        {
                            "source_name": "Crowdstrike TELCO BPO Campaign December 2022",
                            "description": "Parisi, T. (2022, December 2). Not a SIMulation: CrowdStrike Investigations Reveal Intrusion Campaign Targeting Telco and BPO Companies. Retrieved June 30, 2023.",
                            "url": "https://www.crowdstrike.com/blog/analysis-of-intrusion-campaign-targeting-telecom-and-bpo-companies/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack",
                        "mobile-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "2.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-04 21:24:48.602000+00:00\", \"old_value\": \"2023-09-22 18:36:55.117000+00:00\"}, \"root['description']\": {\"new_value\": \"[Scattered Spider](https://attack.mitre.org/groups/G1015) is a native English-speaking cybercriminal group that has been active since at least 2022.(Citation: CrowdStrike Scattered Spider Profile)(Citation: MSTIC Octo Tempest Operations October 2023) The group initially targeted customer relationship management and business-process outsourcing (BPO) firms as well as telecommunications and technology companies. Beginning in 2023, [Scattered Spider](https://attack.mitre.org/groups/G1015) expanded its operations to compromise victims in the gaming, hospitality, retail, MSP, manufacturing, and financial sectors.(Citation: MSTIC Octo Tempest Operations October 2023) During campaigns, [Scattered Spider](https://attack.mitre.org/groups/G1015) has leveraged targeted social-engineering techniques, attempted to bypass popular endpoint security tools, and more recently, deployed ransomware for financial gain.(Citation: CISA Scattered Spider Advisory November 2023)(Citation: CrowdStrike Scattered Spider BYOVD January 2023)(Citation: CrowdStrike Scattered Spider Profile)(Citation: MSTIC Octo Tempest Operations October 2023)(Citation: Crowdstrike TELCO BPO Campaign December 2022)\", \"old_value\": \"[Scattered Spider](https://attack.mitre.org/groups/G1015) is a cybercriminal group that has been active since at least 2022 targeting customer relationship management and business-process outsourcing (BPO) firms as well as  telecommunications and technology companies. During campaigns [Scattered Spider](https://attack.mitre.org/groups/G1015) has leveraged targeted social-engineering techniques and attempted to bypass popular endpoint security tools.(Citation: CrowdStrike Scattered Spider Profile)(Citation: CrowdStrike Scattered Spider BYOVD January 2023)(Citation: Crowdstrike TELCO BPO Campaign December 2022)\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.0\", \"old_value\": \"1.0\"}}, \"iterable_item_added\": {\"root['aliases'][2]\": \"Octo Tempest\", \"root['aliases'][3]\": \"Storm-0875\", \"root['external_references'][2]\": {\"source_name\": \"Octo Tempest\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][3]\": {\"source_name\": \"Storm-0875\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][4]\": {\"source_name\": \"CISA Scattered Spider Advisory November 2023\", \"description\": \"CISA. (2023, November 16). Cybersecurity Advisory: Scattered Spider (AA23-320A). Retrieved March 18, 2024.\", \"url\": \"https://www.cisa.gov/news-events/cybersecurity-advisories/aa23-320a\"}, \"root['external_references'][7]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}, \"root['external_references'][8]\": {\"source_name\": \"MSTIC Octo Tempest Operations October 2023\", \"description\": \"Microsoft. (2023, October 25). Octo Tempest crosses boundaries to facilitate extortion, encryption, and destruction. Retrieved March 18, 2024.\", \"url\": \"https://www.microsoft.com/en-us/security/blog/2023/10/25/octo-tempest-crosses-boundaries-to-facilitate-extortion-encryption-and-destruction/\"}, \"root['x_mitre_domains'][1]\": \"mobile-attack\"}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 2.0",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to105__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to105__0\"><a href=\"#difflib_chg_to105__top\">t</a></td><td class=\"diff_header\" id=\"from105_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_sub\">[Scattered&nbsp;Spider](https://attack.mitre.org/groups/G1015)&nbsp;is</span></td><td class=\"diff_next\"><a href=\"#difflib_chg_to105__top\">t</a></td><td class=\"diff_header\" id=\"to105_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_add\">[Scattered&nbsp;Spider](https://attack.mitre.org/groups/G1015)&nbsp;is</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;a&nbsp;cybercriminal&nbsp;group&nbsp;that&nbsp;has&nbsp;been&nbsp;active&nbsp;since&nbsp;at&nbsp;least&nbsp;2</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;a&nbsp;native&nbsp;English-speaking&nbsp;cybercriminal&nbsp;group&nbsp;that&nbsp;has&nbsp;been</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">022&nbsp;targeting&nbsp;customer&nbsp;relationship&nbsp;management&nbsp;and&nbsp;business-</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;active&nbsp;since&nbsp;at&nbsp;least&nbsp;2022.(Citation:&nbsp;CrowdStrike&nbsp;Scattered</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">process&nbsp;outsourcing&nbsp;(BPO)&nbsp;firms&nbsp;as&nbsp;well&nbsp;as&nbsp;&nbsp;telecommunicatio</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;Spider&nbsp;Profile)(Citation:&nbsp;MSTIC&nbsp;Octo&nbsp;Tempest&nbsp;Operations&nbsp;Oct</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ns&nbsp;and&nbsp;technology&nbsp;companies.&nbsp;During&nbsp;campaigns&nbsp;[Scattered&nbsp;Spi</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ober&nbsp;2023)&nbsp;The&nbsp;group&nbsp;initially&nbsp;targeted&nbsp;customer&nbsp;relationshi</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">der](https://attack.mitre.org/groups/G1015)&nbsp;has&nbsp;leveraged&nbsp;ta</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">p&nbsp;management&nbsp;and&nbsp;business-process&nbsp;outsourcing&nbsp;(BPO)&nbsp;firms&nbsp;as</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">rgeted&nbsp;social-engineering&nbsp;techniques&nbsp;and&nbsp;attempted&nbsp;to&nbsp;bypass</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;well&nbsp;as&nbsp;telecommunications&nbsp;and&nbsp;technology&nbsp;companies.&nbsp;Beginn</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;popular&nbsp;endpoint&nbsp;security&nbsp;tools.(Citation:&nbsp;CrowdStrike&nbsp;Scat</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ing&nbsp;in&nbsp;2023,&nbsp;[Scattered&nbsp;Spider](https://attack.mitre.org/gro</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">tered&nbsp;Spider&nbsp;Profile)(Citation:&nbsp;CrowdStrike&nbsp;Scattered&nbsp;Spider</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ups/G1015)&nbsp;expanded&nbsp;its&nbsp;operations&nbsp;to&nbsp;compromise&nbsp;victims&nbsp;in&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;BYOVD&nbsp;January&nbsp;2023)(Citation:&nbsp;Crowdstrike&nbsp;TELCO&nbsp;BPO&nbsp;Campaig</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">the&nbsp;gaming,&nbsp;hospitality,&nbsp;retail,&nbsp;MSP,&nbsp;manufacturing,&nbsp;and&nbsp;fin</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">n&nbsp;December&nbsp;2022)</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ancial&nbsp;sectors.(Citation:&nbsp;MSTIC&nbsp;Octo&nbsp;Tempest&nbsp;Operations&nbsp;Octo</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ber&nbsp;2023)&nbsp;During&nbsp;campaigns,&nbsp;[Scattered&nbsp;Spider](https://attac</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">k.mitre.org/groups/G1015)&nbsp;has&nbsp;leveraged&nbsp;targeted&nbsp;social-engi</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">neering&nbsp;techniques,&nbsp;attempted&nbsp;to&nbsp;bypass&nbsp;popular&nbsp;endpoint&nbsp;sec</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">urity&nbsp;tools,&nbsp;and&nbsp;more&nbsp;recently,&nbsp;deployed&nbsp;ransomware&nbsp;for&nbsp;fina</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ncial&nbsp;gain.(Citation:&nbsp;CISA&nbsp;Scattered&nbsp;Spider&nbsp;Advisory&nbsp;Novembe</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">r&nbsp;2023)(Citation:&nbsp;CrowdStrike&nbsp;Scattered&nbsp;Spider&nbsp;BYOVD&nbsp;January</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;2023)(Citation:&nbsp;CrowdStrike&nbsp;Scattered&nbsp;Spider&nbsp;Profile)(Citat</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ion:&nbsp;MSTIC&nbsp;Octo&nbsp;Tempest&nbsp;Operations&nbsp;October&nbsp;2023)(Citation:&nbsp;C</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">rowdstrike&nbsp;TELCO&nbsp;BPO&nbsp;Campaign&nbsp;December&nbsp;2022)</span></td></tr>\n        </tbody>\n    </table>"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--7eda3dd8-b09b-4705-8090-c2ad9fb8c14d",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-05-28 15:54:17.213000+00:00",
                    "modified": "2024-04-10 22:37:02.592000+00:00",
                    "name": "TA505",
                    "description": "[TA505](https://attack.mitre.org/groups/G0092) is a cyber criminal group that has been active since at least 2014. [TA505](https://attack.mitre.org/groups/G0092) is known for frequently changing malware, driving global trends in criminal malware distribution, and ransomware campaigns involving [Clop](https://attack.mitre.org/software/S0611).(Citation: Proofpoint TA505 Sep 2017)(Citation: Proofpoint TA505 June 2018)(Citation: Proofpoint TA505 Jan 2019)(Citation: NCC Group TA505)(Citation: Korean FSI TA505 2020)",
                    "aliases": [
                        "TA505",
                        "Hive0065",
                        "Spandex Tempest",
                        "CHIMBORAZO"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0092",
                            "external_id": "G0092"
                        },
                        {
                            "source_name": "Hive0065",
                            "description": "(Citation: IBM TA505 April 2020)"
                        },
                        {
                            "source_name": "Spandex Tempest",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "CHIMBORAZO",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "Korean FSI TA505 2020",
                            "description": "Financial Security Institute. (2020, February 28). Profiling of TA505 Threat Group That Continues to Attack the Financial Sector. Retrieved July 14, 2022.",
                            "url": "https://www.fsec.or.kr/user/bbs/fsec/163/344/bbsDataView/1382.do?page=1&column=&search=&searchSDate=&searchEDate=&bbsDataCategory="
                        },
                        {
                            "source_name": "IBM TA505 April 2020",
                            "description": "Frydrych, M. (2020, April 14). TA505 Continues to Infect Networks With SDBbot RAT. Retrieved May 29, 2020.",
                            "url": "https://securityintelligence.com/posts/ta505-continues-to-infect-networks-with-sdbbot-rat/"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "Proofpoint TA505 Sep 2017",
                            "description": "Proofpoint Staff. (2017, September 27). Threat Actor Profile: TA505, From Dridex to GlobeImposter. Retrieved May 28, 2019.",
                            "url": "https://www.proofpoint.com/us/threat-insight/post/threat-actor-profile-ta505-dridex-globeimposter"
                        },
                        {
                            "source_name": "Proofpoint TA505 June 2018",
                            "description": "Proofpoint Staff. (2018, June 8). TA505 shifts with the times. Retrieved May 28, 2019.",
                            "url": "https://www.proofpoint.com/us/threat-insight/post/ta505-shifts-times"
                        },
                        {
                            "source_name": "Proofpoint TA505 Jan 2019",
                            "description": "Schwarz, D. and Proofpoint Staff. (2019, January 9). ServHelper and FlawedGrace - New malware introduced by TA505. Retrieved May 28, 2019.",
                            "url": "https://www.proofpoint.com/us/threat-insight/post/servhelper-and-flawedgrace-new-malware-introduced-ta505"
                        },
                        {
                            "source_name": "NCC Group TA505",
                            "description": "Terefos, A. (2020, November 18). TA505: A Brief History of Their Time. Retrieved July 14, 2022.",
                            "url": "https://research.nccgroup.com/2020/11/18/ta505-a-brief-history-of-their-time/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "3.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-10 22:37:02.592000+00:00\", \"old_value\": \"2023-03-22 05:38:20.381000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"3.0\", \"old_value\": \"2.1\"}}, \"iterable_item_added\": {\"root['aliases'][2]\": \"Spandex Tempest\", \"root['aliases'][3]\": \"CHIMBORAZO\", \"root['external_references'][2]\": {\"source_name\": \"Spandex Tempest\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][3]\": {\"source_name\": \"CHIMBORAZO\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][6]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}}}",
                    "previous_version": "2.1",
                    "version_change": "2.1 \u2192 3.0"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--7a19ecb1-3c65-4de3-a230-993516aed6a6",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:31:49.816000+00:00",
                    "modified": "2024-04-17 22:12:21.483000+00:00",
                    "name": "Turla",
                    "description": "[Turla](https://attack.mitre.org/groups/G0010) is a cyber espionage threat group that has been attributed to Russia's Federal Security Service (FSB).  They have compromised victims in over 50 countries since at least 2004, spanning a range of industries including government, embassies, military, education, research and pharmaceutical companies. [Turla](https://attack.mitre.org/groups/G0010) is known for conducting watering hole and spearphishing campaigns, and leveraging in-house tools and malware, such as [Uroburos](https://attack.mitre.org/software/S0022).(Citation: Kaspersky Turla)(Citation: ESET Gazer Aug 2017)(Citation: CrowdStrike VENOMOUS BEAR)(Citation: ESET Turla Mosquito Jan 2018)(Citation: Joint Cybersecurity Advisory AA23-129A Snake Malware May 2023)",
                    "aliases": [
                        "Turla",
                        "IRON HUNTER",
                        "Group 88",
                        "Waterbug",
                        "WhiteBear",
                        "Snake",
                        "Krypton",
                        "Venomous Bear",
                        "Secret Blizzard",
                        "BELUGASTURGEON"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0010",
                            "external_id": "G0010"
                        },
                        {
                            "source_name": "BELUGASTURGEON",
                            "description": "(Citation: Accenture HyperStack October 2020)"
                        },
                        {
                            "source_name": "Krypton",
                            "description": "(Citation: CrowdStrike VENOMOUS BEAR)"
                        },
                        {
                            "source_name": "Snake",
                            "description": "(Citation: CrowdStrike VENOMOUS BEAR)(Citation: ESET Turla PowerShell May 2019)(Citation: Talos TinyTurla September 2021)"
                        },
                        {
                            "source_name": "Venomous Bear",
                            "description": "(Citation: CrowdStrike VENOMOUS BEAR)(Citation: Talos TinyTurla September 2021)"
                        },
                        {
                            "source_name": "Turla",
                            "description": "(Citation: Kaspersky Turla)"
                        },
                        {
                            "source_name": "Group 88",
                            "description": "(Citation: Leonardo Turla Penquin May 2020)"
                        },
                        {
                            "source_name": "Secret Blizzard",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "IRON HUNTER",
                            "description": "(Citation: Secureworks IRON HUNTER Profile)"
                        },
                        {
                            "source_name": "Accenture HyperStack October 2020",
                            "description": "Accenture. (2020, October). Turla uses HyperStack, Carbon, and Kazuar to compromise government entity. Retrieved December 2, 2020.",
                            "url": "https://www.accenture.com/us-en/blogs/cyber-defense/turla-belugasturgeon-compromises-government-entity"
                        },
                        {
                            "source_name": "Waterbug",
                            "description": "Based similarity in TTPs and malware used, Turla and Waterbug appear to be the same group.(Citation: Symantec Waterbug)"
                        },
                        {
                            "source_name": "Talos TinyTurla September 2021",
                            "description": "Cisco Talos. (2021, September 21). TinyTurla - Turla deploys new malware to keep a secret backdoor on victim machines. Retrieved December 2, 2021.",
                            "url": "https://blog.talosintelligence.com/2021/09/tinyturla.html"
                        },
                        {
                            "source_name": "ESET Turla Mosquito Jan 2018",
                            "description": "ESET, et al. (2018, January). Diplomats in Eastern Europe bitten by a Turla mosquito. Retrieved July 3, 2018.",
                            "url": "https://www.welivesecurity.com/wp-content/uploads/2018/01/ESET_Turla_Mosquito.pdf"
                        },
                        {
                            "source_name": "ESET Gazer Aug 2017",
                            "description": "ESET. (2017, August). Gazing at Gazer: Turla\u2019s new second stage backdoor. Retrieved September 14, 2017.",
                            "url": "https://www.welivesecurity.com/wp-content/uploads/2017/08/eset-gazer.pdf"
                        },
                        {
                            "source_name": "ESET Turla PowerShell May 2019",
                            "description": "Faou, M. and Dumont R.. (2019, May 29). A dive into Turla PowerShell usage. Retrieved June 14, 2019.",
                            "url": "https://www.welivesecurity.com/2019/05/29/turla-powershell-usage/"
                        },
                        {
                            "source_name": "Joint Cybersecurity Advisory AA23-129A Snake Malware May 2023",
                            "description": "FBI et al. (2023, May 9). Hunting Russian Intelligence \u201cSnake\u201d Malware. Retrieved June 8, 2023.",
                            "url": "https://www.cisa.gov/sites/default/files/2023-05/aa23-129a_snake_malware_2.pdf"
                        },
                        {
                            "source_name": "Securelist WhiteBear Aug 2017",
                            "description": "Kaspersky Lab's Global Research & Analysis Team. (2017, August 30). Introducing WhiteBear. Retrieved September 21, 2017.",
                            "url": "https://securelist.com/introducing-whitebear/81638/"
                        },
                        {
                            "source_name": "Kaspersky Turla",
                            "description": "Kaspersky Lab's Global Research and Analysis Team. (2014, August 7). The Epic Turla Operation: Solving some of the mysteries of Snake/Uroburos. Retrieved December 11, 2014.",
                            "url": "https://securelist.com/the-epic-turla-operation/65545/"
                        },
                        {
                            "source_name": "Leonardo Turla Penquin May 2020",
                            "description": "Leonardo. (2020, May 29). MALWARE TECHNICAL INSIGHT TURLA \u201cPenquin_x64\u201d. Retrieved March 11, 2021.",
                            "url": "https://www.leonardo.com/documents/20142/10868623/Malware+Technical+Insight+_Turla+%E2%80%9CPenquin_x64%E2%80%9D.pdf"
                        },
                        {
                            "source_name": "CrowdStrike VENOMOUS BEAR",
                            "description": "Meyers, A. (2018, March 12). Meet CrowdStrike\u2019s Adversary of the Month for March: VENOMOUS BEAR. Retrieved May 16, 2018.",
                            "url": "https://www.crowdstrike.com/blog/meet-crowdstrikes-adversary-of-the-month-for-march-venomous-bear/"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "Secureworks IRON HUNTER Profile",
                            "description": "Secureworks CTU. (n.d.). IRON HUNTER. Retrieved February 22, 2022.",
                            "url": "http://www.secureworks.com/research/threat-profiles/iron-hunter"
                        },
                        {
                            "source_name": "Symantec Waterbug",
                            "description": "Symantec. (2015, January 26). The Waterbug attack group. Retrieved April 10, 2015.",
                            "url": "https://www.threatminer.org/report.php?q=waterbug-attack-group.pdf&y=2015#gsc.tab=0&gsc.q=waterbug-attack-group.pdf&gsc.page=1"
                        },
                        {
                            "source_name": "WhiteBear",
                            "description": "WhiteBear is a designation used by Securelist to describe a cluster of activity that has overlaps with activity described by others as Turla, but appears to have a separate focus.(Citation: Securelist WhiteBear Aug 2017)(Citation: Talos TinyTurla September 2021)"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Matthieu Faou, ESET",
                        "Edward Millington"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "5.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-17 22:12:21.483000+00:00\", \"old_value\": \"2023-08-02 19:48:08.774000+00:00\"}, \"root['external_references'][1]['source_name']\": {\"new_value\": \"BELUGASTURGEON\", \"old_value\": \"Belugasturgeon\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"5.0\", \"old_value\": \"4.0\"}}, \"iterable_item_added\": {\"root['aliases'][8]\": \"Secret Blizzard\", \"root['aliases'][9]\": \"BELUGASTURGEON\", \"root['external_references'][7]\": {\"source_name\": \"Secret Blizzard\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][20]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}}, \"iterable_item_removed\": {\"root['aliases'][3]\": \"Belugasturgeon\"}}",
                    "previous_version": "4.0",
                    "version_change": "4.0 \u2192 5.0"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--dd2d9ca6-505b-4860-a604-233685b802c7",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-05-12 18:15:29.396000+00:00",
                    "modified": "2024-04-03 20:21:34.872000+00:00",
                    "name": "Wizard Spider",
                    "description": "[Wizard Spider](https://attack.mitre.org/groups/G0102) is a Russia-based financially motivated threat group originally known for the creation and deployment of [TrickBot](https://attack.mitre.org/software/S0266) since at least 2016. [Wizard Spider](https://attack.mitre.org/groups/G0102) possesses a diverse aresenal of tools and has conducted ransomware campaigns against a variety of organizations, ranging from major corporations to hospitals.(Citation: CrowdStrike Ryuk January 2019)(Citation: DHS/CISA Ransomware Targeting Healthcare October 2020)(Citation: CrowdStrike Wizard Spider October 2020)",
                    "aliases": [
                        "Wizard Spider",
                        "UNC1878",
                        "TEMP.MixMaster",
                        "Grim Spider",
                        "FIN12",
                        "GOLD BLACKBURN",
                        "ITG23",
                        "Periwinkle Tempest",
                        "DEV-0193"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0102",
                            "external_id": "G0102"
                        },
                        {
                            "source_name": "Grim Spider",
                            "description": "(Citation: CrowdStrike Ryuk January 2019)(Citation: CrowdStrike Grim Spider May 2019)"
                        },
                        {
                            "source_name": "UNC1878",
                            "description": "(Citation: FireEye KEGTAP SINGLEMALT October 2020)"
                        },
                        {
                            "source_name": "TEMP.MixMaster",
                            "description": "(Citation: FireEye Ryuk and Trickbot January 2019)"
                        },
                        {
                            "source_name": "ITG23",
                            "description": "(Citation: IBM X-Force ITG23 Oct 2021)"
                        },
                        {
                            "source_name": "FIN12",
                            "description": "(Citation: Mandiant FIN12 Oct 2021)"
                        },
                        {
                            "source_name": "Periwinkle Tempest",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "DEV-0193",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "GOLD BLACKBURN",
                            "description": "(Citation: Secureworks Gold Blackburn Mar 2022)"
                        },
                        {
                            "source_name": "DHS/CISA Ransomware Targeting Healthcare October 2020",
                            "description": "DHS/CISA. (2020, October 28). Ransomware Activity Targeting the Healthcare and Public Health Sector. Retrieved October 28, 2020.",
                            "url": "https://us-cert.cisa.gov/ncas/alerts/aa20-302a"
                        },
                        {
                            "source_name": "FireEye Ryuk and Trickbot January 2019",
                            "description": "Goody, K., et al (2019, January 11). A Nasty Trick: From Credential Theft Malware to Business Disruption. Retrieved May 12, 2020.",
                            "url": "https://www.fireeye.com/blog/threat-research/2019/01/a-nasty-trick-from-credential-theft-malware-to-business-disruption.html"
                        },
                        {
                            "source_name": "CrowdStrike Ryuk January 2019",
                            "description": "Hanel, A. (2019, January 10). Big Game Hunting with Ryuk: Another Lucrative Targeted Ransomware. Retrieved May 12, 2020.",
                            "url": "https://www.crowdstrike.com/blog/big-game-hunting-with-ryuk-another-lucrative-targeted-ransomware/"
                        },
                        {
                            "source_name": "CrowdStrike Grim Spider May 2019",
                            "description": "John, E. and Carvey, H. (2019, May 30). Unraveling the Spiderweb: Timelining ATT&CK Artifacts Used by GRIM SPIDER. Retrieved May 12, 2020.",
                            "url": "https://www.crowdstrike.com/blog/timelining-grim-spiders-big-game-hunting-tactics/"
                        },
                        {
                            "source_name": "FireEye KEGTAP SINGLEMALT October 2020",
                            "description": "Kimberly Goody, Jeremy Kennelly, Joshua Shilko, Steve Elovitz, Douglas Bienstock. (2020, October 28). Unhappy Hour Special: KEGTAP and SINGLEMALT With a Ransomware Chaser. Retrieved October 28, 2020.",
                            "url": "https://www.fireeye.com/blog/threat-research/2020/10/kegtap-and-singlemalt-with-a-ransomware-chaser.html"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "CrowdStrike Wizard Spider October 2020",
                            "description": "Podlosky, A., Hanel, A. et al. (2020, October 16). WIZARD SPIDER Update: Resilient, Reactive and Resolute. Retrieved June 15, 2021.",
                            "url": "https://www.crowdstrike.com/blog/wizard-spider-adversary-update/"
                        },
                        {
                            "source_name": "Secureworks Gold Blackburn Mar 2022",
                            "description": "Secureworks Counter Threat Unit. (2022, March 1). Gold Blackburn Threat Profile. Retrieved June 15, 2023.",
                            "url": "https://www.secureworks.com/research/threat-profiles/gold-blackburn"
                        },
                        {
                            "source_name": "Mandiant FIN12 Oct 2021",
                            "description": "Shilko, J., et al. (2021, October 7). FIN12: The Prolific Ransomware Intrusion Threat Actor That Has Aggressively Pursued Healthcare Targets. Retrieved June 15, 2023.",
                            "url": "https://www.mandiant.com/sites/default/files/2021-10/fin12-group-profile.pdf"
                        },
                        {
                            "source_name": "IBM X-Force ITG23 Oct 2021",
                            "description": "Villadsen, O., et al. (2021, October 13). Trickbot Rising - Gang Doubles Down on Infection Efforts to Amass Network Footholds. Retrieved June 15, 2023.",
                            "url": "https://securityintelligence.com/posts/trickbot-gang-doubles-down-enterprise-infection/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Edward Millington",
                        "Oleksiy Gayda"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack",
                        "ics-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "4.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-03 20:21:34.872000+00:00\", \"old_value\": \"2023-09-12 14:35:52.920000+00:00\"}, \"root['external_references'][7]['description']\": {\"new_value\": \"(Citation: Microsoft Threat Actor Naming July 2023)\", \"old_value\": \"(Citation: Secureworks Gold Blackburn Mar 2022)\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"4.0\", \"old_value\": \"3.0\"}}, \"iterable_item_added\": {\"root['aliases'][8]\": \"DEV-0193\", \"root['external_references'][7]\": {\"source_name\": \"DEV-0193\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][14]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}}}",
                    "previous_version": "3.0",
                    "version_change": "3.0 \u2192 4.0"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--4283ae19-69c7-4347-a35e-b56f08eb660b",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2021-03-24 15:48:17.731000+00:00",
                    "modified": "2024-01-08 22:16:18.643000+00:00",
                    "name": "ZIRCONIUM",
                    "description": "[ZIRCONIUM](https://attack.mitre.org/groups/G0128) is a threat group operating out of China, active since at least 2017, that has targeted individuals associated with the 2020 US presidential election and prominent leaders in the international affairs community.(Citation: Microsoft Targeting Elections September 2020)(Citation: Check Point APT31 February 2021)",
                    "aliases": [
                        "ZIRCONIUM",
                        "APT31",
                        "Violet Typhoon"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0128",
                            "external_id": "G0128"
                        },
                        {
                            "source_name": "APT31",
                            "description": "(Citation: Check Point APT31 February 2021)"
                        },
                        {
                            "source_name": "Violet Typhoon",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "Microsoft Targeting Elections September 2020",
                            "description": "Burt, T. (2020, September 10). New cyberattacks targeting U.S. elections. Retrieved March 24, 2021.",
                            "url": "https://blogs.microsoft.com/on-the-issues/2020/09/10/cyberattacks-us-elections-trump-biden/"
                        },
                        {
                            "source_name": "Check Point APT31 February 2021",
                            "description": "Itkin, E. and Cohen, I. (2021, February 22). The Story of Jian \u2013 How APT31 Stole and Used an Unknown Equation Group 0-Day. Retrieved March 24, 2021.",
                            "url": "https://research.checkpoint.com/2021/the-story-of-jian/"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "2.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-01-08 22:16:18.643000+00:00\", \"old_value\": \"2023-03-22 22:10:43.732000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.0\", \"old_value\": \"1.1\"}}, \"iterable_item_added\": {\"root['aliases'][2]\": \"Violet Typhoon\", \"root['external_references'][2]\": {\"source_name\": \"Violet Typhoon\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][5]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 2.0"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--222fbd21-fc4f-4b7e-9f85-0e6e3a76c33f",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:32:09.054000+00:00",
                    "modified": "2024-04-11 00:47:44.925000+00:00",
                    "name": "menuPass",
                    "description": "[menuPass](https://attack.mitre.org/groups/G0045) is a threat group that has been active since at least 2006. Individual members of [menuPass](https://attack.mitre.org/groups/G0045) are known to have acted in association with the Chinese Ministry of State Security's (MSS) Tianjin State Security Bureau and worked for the Huaying Haitai Science and Technology Development Company.(Citation: DOJ APT10 Dec 2018)(Citation: District Court of NY APT10 Indictment December 2018)\n\n[menuPass](https://attack.mitre.org/groups/G0045) has targeted healthcare, defense, aerospace, finance, maritime, biotechnology, energy, and government sectors globally, with an emphasis on Japanese organizations. In 2016 and 2017, the group is known to have targeted managed IT service providers (MSPs), manufacturing and mining companies, and a university.(Citation: Palo Alto menuPass Feb 2017)(Citation: Crowdstrike CrowdCast Oct 2013)(Citation: FireEye Poison Ivy)(Citation: PWC Cloud Hopper April 2017)(Citation: FireEye APT10 April 2017)(Citation: DOJ APT10 Dec 2018)(Citation: District Court of NY APT10 Indictment December 2018)",
                    "aliases": [
                        "menuPass",
                        "Cicada",
                        "POTASSIUM",
                        "Stone Panda",
                        "APT10",
                        "Red Apollo",
                        "CVNX",
                        "HOGFISH",
                        "BRONZE RIVERSIDE"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0045",
                            "external_id": "G0045"
                        },
                        {
                            "source_name": "HOGFISH",
                            "description": "(Citation: Accenture Hogfish April 2018)"
                        },
                        {
                            "source_name": "POTASSIUM",
                            "description": "(Citation: DOJ APT10 Dec 2018)(Citation: District Court of NY APT10 Indictment December 2018)"
                        },
                        {
                            "source_name": "Stone Panda",
                            "description": "(Citation: Palo Alto menuPass Feb 2017)(Citation: Accenture Hogfish April 2018)(Citation: DOJ APT10 Dec 2018)(Citation: District Court of NY APT10 Indictment December 2018)(Citation: Symantec Cicada November 2020)"
                        },
                        {
                            "source_name": "APT10",
                            "description": "(Citation: Palo Alto menuPass Feb 2017)(Citation: Accenture Hogfish April 2018)(Citation: FireEye APT10 Sept 2018)(Citation: DOJ APT10 Dec 2018)(Citation: Symantec Cicada November 2020)"
                        },
                        {
                            "source_name": "menuPass",
                            "description": "(Citation: Palo Alto menuPass Feb 2017)(Citation: DOJ APT10 Dec 2018)(Citation: District Court of NY APT10 Indictment December 2018)"
                        },
                        {
                            "source_name": "Red Apollo",
                            "description": "(Citation: PWC Cloud Hopper April 2017)(Citation: DOJ APT10 Dec 2018)(Citation: District Court of NY APT10 Indictment December 2018)"
                        },
                        {
                            "source_name": "CVNX",
                            "description": "(Citation: PWC Cloud Hopper April 2017)(Citation: DOJ APT10 Dec 2018)(Citation: District Court of NY APT10 Indictment December 2018)"
                        },
                        {
                            "source_name": "BRONZE RIVERSIDE",
                            "description": "(Citation: SecureWorks BRONZE STARLIGHT Ransomware Operations June 2022)"
                        },
                        {
                            "source_name": "Cicada",
                            "description": "(Citation: Symantec Cicada November 2020)"
                        },
                        {
                            "source_name": "Accenture Hogfish April 2018",
                            "description": "Accenture Security. (2018, April 23). Hogfish Redleaves Campaign. Retrieved July 2, 2018.",
                            "url": "http://web.archive.org/web/20220810112638/https:/www.accenture.com/t20180423T055005Z_w_/se-en/_acnmedia/PDF-76/Accenture-Hogfish-Threat-Analysis.pdf"
                        },
                        {
                            "source_name": "SecureWorks BRONZE STARLIGHT Ransomware Operations June 2022",
                            "description": "Counter Threat Unit Research Team . (2022, June 23). BRONZE STARLIGHT RANSOMWARE OPERATIONS USE HUI LOADER. Retrieved December 7, 2023.",
                            "url": "https://www.secureworks.com/research/bronze-starlight-ransomware-operations-use-hui-loader"
                        },
                        {
                            "source_name": "Crowdstrike CrowdCast Oct 2013",
                            "description": "Crowdstrike. (2013, October 16). CrowdCasts Monthly: You Have an Adversary Problem. Retrieved March 1, 2017.",
                            "url": "https://www.slideshare.net/CrowdStrike/crowd-casts-monthly-you-have-an-adversary-problem"
                        },
                        {
                            "source_name": "FireEye APT10 April 2017",
                            "description": "FireEye iSIGHT Intelligence. (2017, April 6). APT10 (MenuPass Group): New Tools, Global Campaign Latest Manifestation of Longstanding Threat. Retrieved June 29, 2017.",
                            "url": "https://www.fireeye.com/blog/threat-research/2017/04/apt10_menupass_grou.html"
                        },
                        {
                            "source_name": "FireEye Poison Ivy",
                            "description": "FireEye. (2014). POISON IVY: Assessing Damage and Extracting Intelligence. Retrieved November 12, 2014.",
                            "url": "https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/rpt-poison-ivy.pdf"
                        },
                        {
                            "source_name": "FireEye APT10 Sept 2018",
                            "description": "Matsuda, A., Muhammad I. (2018, September 13). APT10 Targeting Japanese Corporations Using Updated TTPs. Retrieved September 17, 2018.",
                            "url": "https://www.fireeye.com/blog/threat-research/2018/09/apt10-targeting-japanese-corporations-using-updated-ttps.html"
                        },
                        {
                            "source_name": "Palo Alto menuPass Feb 2017",
                            "description": "Miller-Osborn, J. and Grunzweig, J.. (2017, February 16). menuPass Returns with New Malware and New Attacks Against Japanese Academics and Organizations. Retrieved March 1, 2017.",
                            "url": "http://researchcenter.paloaltonetworks.com/2017/02/unit42-menupass-returns-new-malware-new-attacks-japanese-academics-organizations/"
                        },
                        {
                            "source_name": "PWC Cloud Hopper April 2017",
                            "description": "PwC and BAE Systems. (2017, April). Operation Cloud Hopper. Retrieved April 5, 2017.",
                            "url": "https://web.archive.org/web/20220224041316/https:/www.pwc.co.uk/cyber-security/pdf/cloud-hopper-report-final-v4.pdf"
                        },
                        {
                            "source_name": "Symantec Cicada November 2020",
                            "description": "Symantec. (2020, November 17). Japan-Linked Organizations Targeted in Long-Running and Sophisticated Attack Campaign. Retrieved December 17, 2020.",
                            "url": "https://symantec-enterprise-blogs.security.com/blogs/threat-intelligence/cicada-apt10-japan-espionage"
                        },
                        {
                            "source_name": "DOJ APT10 Dec 2018",
                            "description": "United States District Court Southern District of New York (USDC SDNY) . (2018, December 17). United States of America v. Zhu Hua and Zhang Shilong. Retrieved April 17, 2019.",
                            "url": "https://www.justice.gov/opa/pr/two-chinese-hackers-associated-ministry-state-security-charged-global-computer-intrusion"
                        },
                        {
                            "source_name": "District Court of NY APT10 Indictment December 2018",
                            "description": "US District Court Southern District of New York. (2018, December 17). United States v. Zhu Hua Indictment. Retrieved December 17, 2020.",
                            "url": "https://www.justice.gov/opa/page/file/1122671/download"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Edward Millington",
                        "Michael Cox"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "3.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:47:44.925000+00:00\", \"old_value\": \"2023-03-23 15:06:31.019000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"3.0\", \"old_value\": \"2.1\"}}, \"iterable_item_added\": {\"root['aliases'][8]\": \"BRONZE RIVERSIDE\", \"root['external_references'][8]\": {\"source_name\": \"BRONZE RIVERSIDE\", \"description\": \"(Citation: SecureWorks BRONZE STARLIGHT Ransomware Operations June 2022)\"}, \"root['external_references'][11]\": {\"source_name\": \"SecureWorks BRONZE STARLIGHT Ransomware Operations June 2022\", \"description\": \"Counter Threat Unit Research Team . (2022, June 23). BRONZE STARLIGHT RANSOMWARE OPERATIONS USE HUI LOADER. Retrieved December 7, 2023.\", \"url\": \"https://www.secureworks.com/research/bronze-starlight-ransomware-operations-use-hui-loader\"}}}",
                    "previous_version": "2.1",
                    "version_change": "2.1 \u2192 3.0"
                }
            ],
            "minor_version_changes": [
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--38fd6a28-3353-4f2b-bb2b-459fecd5c648",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:31:57.733000+00:00",
                    "modified": "2024-04-11 03:03:44.056000+00:00",
                    "name": "APT18",
                    "description": "[APT18](https://attack.mitre.org/groups/G0026) is a threat group that has operated since at least 2009 and has targeted a range of industries, including technology, manufacturing, human rights groups, government, and medical. (Citation: Dell Lateral Movement)",
                    "aliases": [
                        "APT18",
                        "TG-0416",
                        "Dynamite Panda",
                        "Threat Group-0416"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0026",
                            "external_id": "G0026"
                        },
                        {
                            "source_name": "Threat Group-0416",
                            "description": "(Citation: ThreatStream Evasion Analysis)"
                        },
                        {
                            "source_name": "APT18",
                            "description": "(Citation: ThreatStream Evasion Analysis)(Citation: Anomali Evasive Maneuvers July 2015)"
                        },
                        {
                            "source_name": "TG-0416",
                            "description": "(Citation: ThreatStream Evasion Analysis)(Citation: Anomali Evasive Maneuvers July 2015)"
                        },
                        {
                            "source_name": "Dynamite Panda",
                            "description": "(Citation: ThreatStream Evasion Analysis)(Citation: Anomali Evasive Maneuvers July 2015)"
                        },
                        {
                            "source_name": "Dell Lateral Movement",
                            "description": "Carvey, H.. (2014, September 2). Where you AT?: Indicators of lateral movement using at.exe on Windows 7 systems. Retrieved January 25, 2016.",
                            "url": "http://www.secureworks.com/resources/blog/where-you-at-indicators-of-lateral-movement-using-at-exe-on-windows-7-systems/"
                        },
                        {
                            "source_name": "Anomali Evasive Maneuvers July 2015",
                            "description": "Shelmire, A. (2015, July 06). Evasive Maneuvers by the Wekby group with custom ROP-packing and DNS covert channels. Retrieved November 15, 2018.",
                            "url": "https://www.anomali.com/blog/evasive-maneuvers-the-wekby-group-attempts-to-evade-analysis-via-custom-rop"
                        },
                        {
                            "source_name": "ThreatStream Evasion Analysis",
                            "description": "Shelmire, A.. (2015, July 6). Evasive Maneuvers. Retrieved January 22, 2016.",
                            "url": "https://www.threatstream.com/blog/evasive-maneuvers-the-wekby-group-attempts-to-evade-analysis-via-custom-rop"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "2.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 03:03:44.056000+00:00\", \"old_value\": \"2020-03-30 18:46:16.853000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.2\", \"old_value\": \"2.1\"}}}",
                    "previous_version": "2.1",
                    "version_change": "2.1 \u2192 2.2"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--fe8796a4-2a02-41a0-9d27-7aa1e995feb6",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2018-10-17 00:14:20.652000+00:00",
                    "modified": "2024-04-11 03:03:02.576000+00:00",
                    "name": "APT19",
                    "description": "[APT19](https://attack.mitre.org/groups/G0073) is a Chinese-based threat group that has targeted a variety of industries, including defense, finance, energy, pharmaceutical, telecommunications, high tech, education, manufacturing, and legal services. In 2017, a phishing campaign was used to target seven law and investment firms. (Citation: FireEye APT19) Some analysts track [APT19](https://attack.mitre.org/groups/G0073) and [Deep Panda](https://attack.mitre.org/groups/G0009) as the same group, but it is unclear from open source information if the groups are the same. (Citation: ICIT China's Espionage Jul 2016) (Citation: FireEye APT Groups) (Citation: Unit 42 C0d0so0 Jan 2016)",
                    "aliases": [
                        "APT19",
                        "Codoso",
                        "C0d0so0",
                        "Codoso Team",
                        "Sunshop Group"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0073",
                            "external_id": "G0073"
                        },
                        {
                            "source_name": "Sunshop Group",
                            "description": "(Citation: Dark Reading Codoso Feb 2015)"
                        },
                        {
                            "source_name": "Codoso Team",
                            "description": "(Citation: FireEye APT Groups)"
                        },
                        {
                            "source_name": "APT19",
                            "description": "(Citation: FireEye APT19)"
                        },
                        {
                            "source_name": "Codoso",
                            "description": "(Citation: Unit 42 C0d0so0 Jan 2016)"
                        },
                        {
                            "source_name": "C0d0so0",
                            "description": "(Citation: Unit 42 C0d0so0 Jan 2016)"
                        },
                        {
                            "source_name": "FireEye APT19",
                            "description": "Ahl, I. (2017, June 06). Privileges and Credentials: Phished at the Request of Counsel. Retrieved May 17, 2018.",
                            "url": "https://www.fireeye.com/blog/threat-research/2017/06/phished-at-the-request-of-counsel.html"
                        },
                        {
                            "source_name": "Dark Reading Codoso Feb 2015",
                            "description": "Chickowski, E. (2015, February 10). Chinese Hacking Group Codoso Team Uses Forbes.com As Watering Hole. Retrieved September 13, 2018.",
                            "url": "https://www.darkreading.com/attacks-breaches/chinese-hacking-group-codoso-team-uses-forbescom-as-watering-hole-/d/d-id/1319059"
                        },
                        {
                            "source_name": "FireEye APT Groups",
                            "description": "FireEye. (n.d.). Advanced Persistent Threat Groups. Retrieved August 3, 2018.",
                            "url": "https://www.fireeye.com/current-threats/apt-groups.html#apt19"
                        },
                        {
                            "source_name": "Unit 42 C0d0so0 Jan 2016",
                            "description": "Grunzweig, J., Lee, B. (2016, January 22). New Attacks Linked to C0d0so0 Group. Retrieved August 2, 2018.",
                            "url": "https://researchcenter.paloaltonetworks.com/2016/01/new-attacks-linked-to-c0d0s0-group/"
                        },
                        {
                            "source_name": "ICIT China's Espionage Jul 2016",
                            "description": "Scott, J. and Spaniel, D. (2016, July 28). ICIT Brief - China\u2019s Espionage Dynasty: Economic Death by a Thousand Cuts. Retrieved June 7, 2018.",
                            "url": "https://web.archive.org/web/20171017072306/https://icitech.org/icit-brief-chinas-espionage-dynasty-economic-death-by-a-thousand-cuts/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "FS-ISAC",
                        "Darren Spruell"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.6",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 03:03:02.576000+00:00\", \"old_value\": \"2023-03-21 20:44:02.443000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.6\", \"old_value\": \"1.5\"}}}",
                    "previous_version": "1.5",
                    "version_change": "1.5 \u2192 1.6"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--44e43fad-ffcb-4210-abcf-eaaed9735f80",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-02-19 16:01:38.585000+00:00",
                    "modified": "2024-04-11 02:59:52.392000+00:00",
                    "name": "APT39",
                    "description": "[APT39](https://attack.mitre.org/groups/G0087) is one of several names for cyber espionage activity conducted by the Iranian Ministry of Intelligence and Security (MOIS) through the front company Rana Intelligence Computing since at least 2014. [APT39](https://attack.mitre.org/groups/G0087) has primarily targeted the travel, hospitality, academic, and telecommunications industries in Iran and across Asia, Africa, Europe, and North America to track individuals and entities considered to be a threat by the MOIS.(Citation: FireEye APT39 Jan 2019)(Citation: Symantec Chafer Dec 2015)(Citation: FBI FLASH APT39 September 2020)(Citation: Dept. of Treasury Iran Sanctions September 2020)(Citation: DOJ Iran Indictments September 2020)",
                    "aliases": [
                        "APT39",
                        "ITG07",
                        "Chafer",
                        "Remix Kitten"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0087",
                            "external_id": "G0087"
                        },
                        {
                            "source_name": "Remix Kitten",
                            "description": "(Citation: Crowdstrike GTR2020 Mar 2020)"
                        },
                        {
                            "source_name": "ITG07",
                            "description": "(Citation: FBI FLASH APT39 September 2020)(Citation: Dept. of Treasury Iran Sanctions September 2020)(Citation: DOJ Iran Indictments September 2020)"
                        },
                        {
                            "source_name": "APT39",
                            "description": "(Citation: FireEye APT39 Jan 2019)(Citation: FBI FLASH APT39 September 2020)(Citation: Dept. of Treasury Iran Sanctions September 2020)(Citation: DOJ Iran Indictments September 2020)"
                        },
                        {
                            "source_name": "Chafer",
                            "description": "Activities associated with APT39 largely align with a group publicly referred to as Chafer.(Citation: FireEye APT39 Jan 2019)(Citation: Symantec Chafer Dec 2015)(Citation: Dark Reading APT39 JAN 2019)(Citation: FBI FLASH APT39 September 2020)(Citation: Dept. of Treasury Iran Sanctions September 2020)(Citation: DOJ Iran Indictments September 2020)"
                        },
                        {
                            "source_name": "Crowdstrike GTR2020 Mar 2020",
                            "description": "Crowdstrike. (2020, March 2). 2020 Global Threat Report. Retrieved December 11, 2020.",
                            "url": "https://go.crowdstrike.com/rs/281-OBQ-266/images/Report2020CrowdStrikeGlobalThreatReport.pdf"
                        },
                        {
                            "source_name": "Dept. of Treasury Iran Sanctions September 2020",
                            "description": "Dept. of Treasury. (2020, September 17). Treasury Sanctions Cyber Actors Backed by Iranian Intelligence. Retrieved December 10, 2020.",
                            "url": "https://home.treasury.gov/news/press-releases/sm1127"
                        },
                        {
                            "source_name": "DOJ Iran Indictments September 2020",
                            "description": "DOJ. (2020, September 17). Department of Justice and Partner Departments and Agencies Conduct Coordinated Actions to Disrupt and Deter Iranian Malicious Cyber Activities Targeting the United States and the Broader International Community. Retrieved December 10, 2020.",
                            "url": "https://www.justice.gov/opa/pr/department-justice-and-partner-departments-and-agencies-conduct-coordinated-actions-disrupt"
                        },
                        {
                            "source_name": "FBI FLASH APT39 September 2020",
                            "description": "FBI. (2020, September 17). Indicators of Compromise Associated with Rana Intelligence Computing, also known as Advanced Persistent Threat 39, Chafer, Cadelspy, Remexi, and ITG07. Retrieved December 10, 2020.",
                            "url": "https://www.iranwatch.org/sites/default/files/public-intelligence-alert.pdf"
                        },
                        {
                            "source_name": "FireEye APT39 Jan 2019",
                            "description": "Hawley et al. (2019, January 29). APT39: An Iranian Cyber Espionage Group Focused on Personal Information. Retrieved February 19, 2019.",
                            "url": "https://www.fireeye.com/blog/threat-research/2019/01/apt39-iranian-cyber-espionage-group-focused-on-personal-information.html"
                        },
                        {
                            "source_name": "Dark Reading APT39 JAN 2019",
                            "description": "Higgins, K. (2019, January 30). Iran Ups its Traditional Cyber Espionage Tradecraft. Retrieved May 22, 2020.",
                            "url": "https://www.darkreading.com/attacks-breaches/iran-ups-its-traditional-cyber-espionage-tradecraft/d/d-id/1333764"
                        },
                        {
                            "source_name": "Symantec Chafer Dec 2015",
                            "description": "Symantec Security Response. (2015, December 7). Iran-based attackers use back door threats to spy on Middle Eastern targets. Retrieved April 17, 2019.",
                            "url": "https://www.symantec.com/connect/blogs/iran-based-attackers-use-back-door-threats-spy-middle-eastern-targets"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "3.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:59:52.392000+00:00\", \"old_value\": \"2022-09-02 18:03:29.024000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"3.2\", \"old_value\": \"3.1\"}}}",
                    "previous_version": "3.1",
                    "version_change": "3.1 \u2192 3.2"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--7f848c02-4d1e-4808-a4ae-4670681370a9",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2022-06-01 20:26:53.880000+00:00",
                    "modified": "2024-04-11 02:52:27.131000+00:00",
                    "name": "BITTER",
                    "description": "[BITTER](https://attack.mitre.org/groups/G1002) is a suspected South Asian cyber espionage threat group that has been active since at least 2013. [BITTER](https://attack.mitre.org/groups/G1002) has targeted government, energy, and engineering organizations in Pakistan, China, Bangladesh, and Saudi Arabia.(Citation: Cisco Talos Bitter Bangladesh May 2022)(Citation: Forcepoint BITTER Pakistan Oct 2016)",
                    "aliases": [
                        "BITTER",
                        "T-APT-17"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G1002",
                            "external_id": "G1002"
                        },
                        {
                            "source_name": "T-APT-17",
                            "description": "(Citation: Cisco Talos Bitter Bangladesh May 2022)"
                        },
                        {
                            "source_name": "Forcepoint BITTER Pakistan Oct 2016",
                            "description": "Dela Paz, R. (2016, October 21). BITTER: a targeted attack against Pakistan. Retrieved June 1, 2022.",
                            "url": "https://www.forcepoint.com/blog/x-labs/bitter-targeted-attack-against-pakistan"
                        },
                        {
                            "source_name": "Cisco Talos Bitter Bangladesh May 2022",
                            "description": "Raghuprasad, C . (2022, May 11). Bitter APT adds Bangladesh to their targets. Retrieved June 1, 2022.",
                            "url": "https://blog.talosintelligence.com/2022/05/bitter-apt-adds-bangladesh-to-their.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack",
                        "mobile-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:52:27.131000+00:00\", \"old_value\": \"2022-06-01 21:20:18.113000+00:00\"}, \"root['description']\": {\"new_value\": \"[BITTER](https://attack.mitre.org/groups/G1002) is a suspected South Asian cyber espionage threat group that has been active since at least 2013. [BITTER](https://attack.mitre.org/groups/G1002) has targeted government, energy, and engineering organizations in Pakistan, China, Bangladesh, and Saudi Arabia.(Citation: Cisco Talos Bitter Bangladesh May 2022)(Citation: Forcepoint BITTER Pakistan Oct 2016)\", \"old_value\": \"[BITTER](https://attack.mitre.org/groups/G1002) is a suspected South Asian cyber espionage threat group that has been active since at least 2013. [BITTER](https://attack.mitre.org/groups/G1002) has primarily targeted government, energy, and engineering organizations in Pakistan, China, Bangladesh, and Saudi Arabia.(Citation: Cisco Talos Bitter Bangladesh May 2022)(Citation: Forcepoint BITTER Pakistan Oct 2016)\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}, \"iterable_item_added\": {\"root['x_mitre_domains'][1]\": \"mobile-attack\"}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to107__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to107__0\"><a href=\"#difflib_chg_to107__top\">t</a></td><td class=\"diff_header\" id=\"from107_1\">1</td><td nowrap=\"nowrap\">[BITTER](https://attack.mitre.org/groups/G1002)&nbsp;is&nbsp;a&nbsp;suspect</td><td class=\"diff_next\"><a href=\"#difflib_chg_to107__top\">t</a></td><td class=\"diff_header\" id=\"to107_1\">1</td><td nowrap=\"nowrap\">[BITTER](https://attack.mitre.org/groups/G1002)&nbsp;is&nbsp;a&nbsp;suspect</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;South&nbsp;Asian&nbsp;cyber&nbsp;espionage&nbsp;threat&nbsp;group&nbsp;that&nbsp;has&nbsp;been&nbsp;ac</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;South&nbsp;Asian&nbsp;cyber&nbsp;espionage&nbsp;threat&nbsp;group&nbsp;that&nbsp;has&nbsp;been&nbsp;ac</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tive&nbsp;since&nbsp;at&nbsp;least&nbsp;2013.&nbsp;[BITTER](https://attack.mitre.org/</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tive&nbsp;since&nbsp;at&nbsp;least&nbsp;2013.&nbsp;[BITTER](https://attack.mitre.org/</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">groups/G1002)&nbsp;has&nbsp;<span class=\"diff_chg\">pri</span>m<span class=\"diff_sub\">arily&nbsp;targeted&nbsp;governm</span>ent,&nbsp;energy,&nbsp;and</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">groups/G1002)&nbsp;has&nbsp;<span class=\"diff_chg\">targeted&nbsp;govern</span>ment,&nbsp;energy,&nbsp;and&nbsp;engineeri</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;engineering&nbsp;organizations&nbsp;in&nbsp;Pakistan,&nbsp;China,&nbsp;Bangladesh,&nbsp;a</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ng&nbsp;organizations&nbsp;in&nbsp;Pakistan,&nbsp;China,&nbsp;Bangladesh,&nbsp;and&nbsp;Saudi&nbsp;A</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nd&nbsp;Saudi&nbsp;Arabia.(Citation:&nbsp;Cisco&nbsp;Talos&nbsp;Bitter&nbsp;Bangladesh&nbsp;May</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rabia.(Citation:&nbsp;Cisco&nbsp;Talos&nbsp;Bitter&nbsp;Bangladesh&nbsp;May&nbsp;2022)(Cit</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;2022)(Citation:&nbsp;Forcepoint&nbsp;BITTER&nbsp;Pakistan&nbsp;Oct&nbsp;2016)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ation:&nbsp;Forcepoint&nbsp;BITTER&nbsp;Pakistan&nbsp;Oct&nbsp;2016)</td></tr>\n        </tbody>\n    </table>"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--73a80fab-2aa3-48e0-a4d0-3a4828200aee",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-05-26 20:09:39.139000+00:00",
                    "modified": "2024-04-11 02:50:01.851000+00:00",
                    "name": "Blue Mockingbird",
                    "description": "[Blue Mockingbird](https://attack.mitre.org/groups/G0108) is a cluster of observed activity involving Monero cryptocurrency-mining payloads in dynamic-link library (DLL) form on Windows systems. The earliest observed Blue Mockingbird tools were created in December 2019.(Citation: RedCanary Mockingbird May 2020)",
                    "aliases": [
                        "Blue Mockingbird"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0108",
                            "external_id": "G0108"
                        },
                        {
                            "source_name": "RedCanary Mockingbird May 2020",
                            "description": "Lambert, T. (2020, May 7). Introducing Blue Mockingbird. Retrieved May 26, 2020.",
                            "url": "https://redcanary.com/blog/blue-mockingbird-cryptominer/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Tony Lambert, Red Canary"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:50:01.851000+00:00\", \"old_value\": \"2021-10-12 21:46:13.007000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--8a831aaa-f3e0-47a3-bed8-a9ced744dd12",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2018-10-17 00:14:20.652000+00:00",
                    "modified": "2024-04-11 02:42:07.325000+00:00",
                    "name": "Dark Caracal",
                    "description": "[Dark Caracal](https://attack.mitre.org/groups/G0070) is threat group that has been attributed to the Lebanese General Directorate of General Security (GDGS) and has operated since at least 2012. (Citation: Lookout Dark Caracal Jan 2018)",
                    "aliases": [
                        "Dark Caracal"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0070",
                            "external_id": "G0070"
                        },
                        {
                            "source_name": "Dark Caracal",
                            "description": "(Citation: Lookout Dark Caracal Jan 2018)"
                        },
                        {
                            "source_name": "Lookout Dark Caracal Jan 2018",
                            "description": "Blaich, A., et al. (2018, January 18). Dark Caracal: Cyber-espionage at a Global Scale. Retrieved April 11, 2018.",
                            "url": "https://info.lookout.com/rs/051-ESQ-475/images/Lookout_Dark-Caracal_srr_20180118_us_v.1.0.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack",
                        "mobile-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.4",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:42:07.325000+00:00\", \"old_value\": \"2021-10-11 19:08:18.503000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.4\", \"old_value\": \"1.3\"}}}",
                    "previous_version": "1.3",
                    "version_change": "1.3 \u2192 1.4"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--03506554-5f37-4f8f-9ce4-0e9f01a1b484",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2018-04-18 17:59:24.739000+00:00",
                    "modified": "2024-04-11 02:36:24.044000+00:00",
                    "name": "Elderwood",
                    "description": "[Elderwood](https://attack.mitre.org/groups/G0066) is a suspected Chinese cyber espionage group that was reportedly responsible for the 2009 Google intrusion known as Operation Aurora. (Citation: Security Affairs Elderwood Sept 2012) The group has targeted defense organizations, supply chain manufacturers, human rights and nongovernmental organizations (NGOs), and IT service providers. (Citation: Symantec Elderwood Sept 2012) (Citation: CSM Elderwood Sept 2012)",
                    "aliases": [
                        "Elderwood",
                        "Elderwood Gang",
                        "Beijing Group",
                        "Sneaky Panda"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0066",
                            "external_id": "G0066"
                        },
                        {
                            "source_name": "Beijing Group",
                            "description": "(Citation: CSM Elderwood Sept 2012)"
                        },
                        {
                            "source_name": "Sneaky Panda",
                            "description": "(Citation: CSM Elderwood Sept 2012)"
                        },
                        {
                            "source_name": "Elderwood",
                            "description": "(Citation: Security Affairs Elderwood Sept 2012) (Citation: Symantec Elderwood Sept 2012) (Citation: CSM Elderwood Sept 2012)"
                        },
                        {
                            "source_name": "Elderwood Gang",
                            "description": "(Citation: Symantec Elderwood Sept 2012) (Citation: CSM Elderwood Sept 2012)"
                        },
                        {
                            "source_name": "CSM Elderwood Sept 2012",
                            "description": "Clayton, M.. (2012, September 14). Stealing US business secrets: Experts ID two huge cyber 'gangs' in China. Retrieved February 15, 2018.",
                            "url": "https://www.csmonitor.com/USA/2012/0914/Stealing-US-business-secrets-Experts-ID-two-huge-cyber-gangs-in-China"
                        },
                        {
                            "source_name": "Symantec Elderwood Sept 2012",
                            "description": "O'Gorman, G., and McDonald, G.. (2012, September 6). The Elderwood Project. Retrieved February 15, 2018.",
                            "url": "https://web.archive.org/web/20190717233006/http://www.symantec.com/content/en/us/enterprise/media/security_response/whitepapers/the-elderwood-project.pdf"
                        },
                        {
                            "source_name": "Security Affairs Elderwood Sept 2012",
                            "description": "Paganini, P. (2012, September 9). Elderwood project, who is behind Op. Aurora and ongoing attacks?. Retrieved February 13, 2018.",
                            "url": "http://securityaffairs.co/wordpress/8528/hacking/elderwood-project-who-is-behind-op-aurora-and-ongoing-attacks.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Valerii Marchuk, Cybersecurity Help s.r.o."
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.3",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:36:24.044000+00:00\", \"old_value\": \"2021-03-02 22:40:11.097000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.3\", \"old_value\": \"1.2\"}}}",
                    "previous_version": "1.2",
                    "version_change": "1.2 \u2192 1.3"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--7331c66a-5601-4d3f-acf6-ad9e3035eb40",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:32:08.304000+00:00",
                    "modified": "2024-04-11 02:23:59.598000+00:00",
                    "name": "Group5",
                    "description": "[Group5](https://attack.mitre.org/groups/G0043) is a threat group with a suspected Iranian nexus, though this attribution is not definite. The group has targeted individuals connected to the Syrian opposition via spearphishing and watering holes, normally using Syrian and Iranian themes. [Group5](https://attack.mitre.org/groups/G0043) has used two commonly available remote access tools (RATs), [njRAT](https://attack.mitre.org/software/S0385) and [NanoCore](https://attack.mitre.org/software/S0336), as well as an Android RAT, DroidJack. (Citation: Citizen Lab Group5)",
                    "aliases": [
                        "Group5"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0043",
                            "external_id": "G0043"
                        },
                        {
                            "source_name": "Group5",
                            "description": "(Citation: Citizen Lab Group5)"
                        },
                        {
                            "source_name": "Citizen Lab Group5",
                            "description": "Scott-Railton, J., et al. (2016, August 2). Group5: Syria and the Iranian Connection. Retrieved September 26, 2016.",
                            "url": "https://citizenlab.ca/2016/08/group5-syria/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.3",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:23:59.598000+00:00\", \"old_value\": \"2020-03-30 19:07:39.812000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.3\", \"old_value\": \"1.2\"}}}",
                    "previous_version": "1.2",
                    "version_change": "1.2 \u2192 1.3"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--f29b7c5e-2439-42ad-a86f-9f8984fafae3",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2018-10-17 00:14:20.652000+00:00",
                    "modified": "2024-02-09 19:27:00.371000+00:00",
                    "name": "HEXANE",
                    "description": "[HEXANE](https://attack.mitre.org/groups/G1001) is a cyber espionage threat group that has targeted oil & gas, telecommunications, aviation, and internet service provider organizations since at least 2017. Targeted companies have been located in the Middle East and Africa, including Israel, Saudi Arabia, Kuwait, Morocco, and Tunisia. [HEXANE](https://attack.mitre.org/groups/G1001)'s TTPs appear similar to [APT33](https://attack.mitre.org/groups/G0064) and [OilRig](https://attack.mitre.org/groups/G0049) but due to differences in victims and tools it is tracked as a separate entity.(Citation: Dragos Hexane)(Citation: Kaspersky Lyceum October 2021)(Citation: ClearSky Siamesekitten August 2021)(Citation: Accenture Lyceum Targets November 2021)",
                    "aliases": [
                        "HEXANE",
                        "Lyceum",
                        "Siamesekitten",
                        "Spirlin"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G1001",
                            "external_id": "G1001"
                        },
                        {
                            "source_name": "Spirlin",
                            "description": "(Citation: Accenture Lyceum Targets November 2021)"
                        },
                        {
                            "source_name": "Siamesekitten",
                            "description": "(Citation: ClearSky Siamesekitten August 2021)"
                        },
                        {
                            "source_name": "Lyceum",
                            "description": "(Citation: SecureWorks August 2019)"
                        },
                        {
                            "source_name": "Accenture Lyceum Targets November 2021",
                            "description": "Accenture. (2021, November 9). Who are latest targets of cyber group Lyceum?. Retrieved June 16, 2022.",
                            "url": "https://www.accenture.com/us-en/blogs/cyber-defense/iran-based-lyceum-campaigns"
                        },
                        {
                            "source_name": "ClearSky Siamesekitten August 2021",
                            "description": "ClearSky Cyber Security . (2021, August). New Iranian Espionage Campaign By \u201cSiamesekitten\u201d - Lyceum. Retrieved June 6, 2022.",
                            "url": "https://www.clearskysec.com/siamesekitten/"
                        },
                        {
                            "source_name": "Dragos Hexane",
                            "description": "Dragos. (n.d.). Hexane. Retrieved October 27, 2019.",
                            "url": "https://dragos.com/resource/hexane/"
                        },
                        {
                            "source_name": "Kaspersky Lyceum October 2021",
                            "description": "Kayal, A. et al. (2021, October). LYCEUM REBORN: COUNTERINTELLIGENCE IN THE MIDDLE EAST. Retrieved June 14, 2022.",
                            "url": "https://vblocalhost.com/uploads/VB2021-Kayal-etal.pdf"
                        },
                        {
                            "source_name": "SecureWorks August 2019",
                            "description": "SecureWorks 2019, August 27 LYCEUM Takes Center Stage in Middle East Campaign Retrieved. 2019/11/19 ",
                            "url": "https://www.secureworks.com/blog/lyceum-takes-center-stage-in-middle-east-campaign"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Dragos Threat Intelligence",
                        "Mindaugas Gudzis, BT Security"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack",
                        "ics-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "2.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-02-09 19:27:00.371000+00:00\", \"old_value\": \"2023-03-22 04:43:59.082000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.2\", \"old_value\": \"2.1\"}}}",
                    "previous_version": "2.1",
                    "version_change": "2.1 \u2192 2.2"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--54dfec3e-6464-4f74-9d69-b7c817b7e5a3",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2021-03-05 18:54:56.267000+00:00",
                    "modified": "2024-04-11 02:19:20.934000+00:00",
                    "name": "Higaisa",
                    "description": "[Higaisa](https://attack.mitre.org/groups/G0126) is a threat group suspected to have South Korean origins. [Higaisa](https://attack.mitre.org/groups/G0126) has targeted government, public, and trade organizations in North Korea; however, they have also carried out attacks in China, Japan, Russia, Poland, and other nations. [Higaisa](https://attack.mitre.org/groups/G0126) was first disclosed in early 2019 but is assessed to have operated as early as 2009.(Citation: Malwarebytes Higaisa 2020)(Citation: Zscaler Higaisa 2020)(Citation: PTSecurity Higaisa 2020)",
                    "aliases": [
                        "Higaisa"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0126",
                            "external_id": "G0126"
                        },
                        {
                            "source_name": "Malwarebytes Higaisa 2020",
                            "description": "Malwarebytes Threat Intelligence Team. (2020, June 4). New LNK attack tied to Higaisa APT discovered. Retrieved March 2, 2021.",
                            "url": "https://blog.malwarebytes.com/threat-analysis/2020/06/higaisa/"
                        },
                        {
                            "source_name": "PTSecurity Higaisa 2020",
                            "description": "PT ESC Threat Intelligence. (2020, June 4). COVID-19 and New Year greetings: an investigation into the tools and methods used by the Higaisa group. Retrieved March 2, 2021.",
                            "url": "https://www.ptsecurity.com/ww-en/analytics/pt-esc-threat-intelligence/covid-19-and-new-year-greetings-the-higaisa-group/"
                        },
                        {
                            "source_name": "Zscaler Higaisa 2020",
                            "description": "Singh, S. Singh, A. (2020, June 11). The Return on the Higaisa APT. Retrieved March 2, 2021.",
                            "url": "https://www.zscaler.com/blogs/security-research/return-higaisa-apt"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Daniyal Naeem, BT Security"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:19:20.934000+00:00\", \"old_value\": \"2021-04-22 02:12:43.892000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--ead23196-d7b6-4ce6-a124-4ab4b67d81bd",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-05-08 17:01:04.058000+00:00",
                    "modified": "2024-04-11 02:15:23.096000+00:00",
                    "name": "Inception",
                    "description": "[Inception](https://attack.mitre.org/groups/G0100) is a cyber espionage group active since at least 2014. The group has targeted multiple industries and governmental entities primarily in Russia, but has also been active in the United States and throughout Europe, Asia, Africa, and the Middle East.(Citation: Unit 42 Inception November 2018)(Citation: Symantec Inception Framework March 2018)(Citation: Kaspersky Cloud Atlas December 2014)",
                    "aliases": [
                        "Inception",
                        "Inception Framework",
                        "Cloud Atlas"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0100",
                            "external_id": "G0100"
                        },
                        {
                            "source_name": "Cloud Atlas",
                            "description": "(Citation: Kaspersky Cloud Atlas December 2014)"
                        },
                        {
                            "source_name": "Inception",
                            "description": "(Citation: Symantec Inception Framework March 2018)"
                        },
                        {
                            "source_name": "Inception Framework",
                            "description": "(Citation: Symantec Inception Framework March 2018)"
                        },
                        {
                            "source_name": "Kaspersky Cloud Atlas December 2014",
                            "description": "GReAT. (2014, December 10). Cloud Atlas: RedOctober APT is back in style. Retrieved May 8, 2020.",
                            "url": "https://securelist.com/cloud-atlas-redoctober-apt-is-back-in-style/68083/"
                        },
                        {
                            "source_name": "Unit 42 Inception November 2018",
                            "description": "Lancaster, T. (2018, November 5). Inception Attackers Target Europe with Year-old Office Vulnerability. Retrieved May 8, 2020.",
                            "url": "https://unit42.paloaltonetworks.com/unit42-inception-attackers-target-europe-year-old-office-vulnerability/"
                        },
                        {
                            "source_name": "Symantec Inception Framework March 2018",
                            "description": "Symantec. (2018, March 14). Inception Framework: Alive and Well, and Hiding Behind Proxies. Retrieved May 8, 2020.",
                            "url": "https://symantec-enterprise-blogs.security.com/blogs/threat-intelligence/inception-framework-hiding-behind-proxies"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Oleg Skulkin, Group-IB"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:15:23.096000+00:00\", \"old_value\": \"2021-10-12 23:21:06.480000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--bfc5ddb3-4dfb-4278-8928-020e1b3feddd",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2023-01-25 23:57:51.818000+00:00",
                    "modified": "2024-04-11 00:46:59.526000+00:00",
                    "name": "Metador",
                    "description": "[Metador](https://attack.mitre.org/groups/G1013) is a suspected cyber espionage group that was first reported in September 2022. [Metador](https://attack.mitre.org/groups/G1013) has targeted a limited number of telecommunication companies, internet service providers, and universities in the Middle East and Africa. Security researchers named the group [Metador](https://attack.mitre.org/groups/G1013) based on the \"I am meta\" string in one of the group's malware samples and the expectation of Spanish-language responses from C2 servers.(Citation: SentinelLabs Metador Sept 2022)",
                    "aliases": [
                        "Metador"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G1013",
                            "external_id": "G1013"
                        },
                        {
                            "source_name": "SentinelLabs Metador Sept 2022",
                            "description": "Ehrlich, A., et al. (2022, September). THE MYSTERY OF METADOR | AN UNATTRIBUTED THREAT HIDING IN TELCOS, ISPS, AND UNIVERSITIES. Retrieved January 23, 2023.",
                            "url": "https://assets.sentinelone.com/sentinellabs22/metador#page=1"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Massimiliano Romano, BT Security",
                        "Sittikorn Sangrattanapitak"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:46:59.526000+00:00\", \"old_value\": \"2023-04-14 12:25:35.434000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--88489675-d216-4884-a98f-49a89fcc1643",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-05-12 21:23:59.021000+00:00",
                    "modified": "2024-04-11 00:41:37.453000+00:00",
                    "name": "Mofang",
                    "description": "[Mofang](https://attack.mitre.org/groups/G0103) is a likely China-based cyber espionage group, named for its frequent practice of imitating a victim's infrastructure. This adversary has been observed since at least May 2012 conducting focused attacks against government and critical infrastructure in Myanmar, as well as several other countries and sectors including military, automobile, and weapons industries.(Citation: FOX-IT May 2016 Mofang)",
                    "aliases": [
                        "Mofang"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0103",
                            "external_id": "G0103"
                        },
                        {
                            "source_name": "FOX-IT May 2016 Mofang",
                            "description": "Yonathan Klijnsma. (2016, May 17). Mofang: A politically motivated information stealing adversary. Retrieved May 12, 2020.",
                            "url": "https://foxitsecurity.files.wordpress.com/2016/06/fox-it_mofang_threatreport_tlp-white.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:41:37.453000+00:00\", \"old_value\": \"2020-05-29 03:30:39.739000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--df71bb3b-813c-45eb-a8bc-f2a419837411",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:31:55.093000+00:00",
                    "modified": "2024-04-11 00:40:46.966000+00:00",
                    "name": "Molerats",
                    "description": "[Molerats](https://attack.mitre.org/groups/G0021) is an Arabic-speaking, politically-motivated threat group that has been operating since 2012. The group's victims have primarily been in the Middle East, Europe, and the United States.(Citation: DustySky)(Citation: DustySky2)(Citation: Kaspersky MoleRATs April 2019)(Citation: Cybereason Molerats Dec 2020)",
                    "aliases": [
                        "Molerats",
                        "Operation Molerats",
                        "Gaza Cybergang"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0021",
                            "external_id": "G0021"
                        },
                        {
                            "source_name": "Molerats",
                            "description": "(Citation: DustySky)"
                        },
                        {
                            "source_name": "Gaza Cybergang",
                            "description": "(Citation: DustySky)(Citation: Kaspersky MoleRATs April 2019)(Citation: Cybereason Molerats Dec 2020)"
                        },
                        {
                            "source_name": "Operation Molerats",
                            "description": "(Citation: FireEye Operation Molerats)(Citation: Cybereason Molerats Dec 2020)"
                        },
                        {
                            "source_name": "DustySky2",
                            "description": "ClearSky Cybersecurity. (2016, June 9). Operation DustySky - Part 2. Retrieved August 3, 2016.",
                            "url": "http://www.clearskysec.com/wp-content/uploads/2016/06/Operation-DustySky2_-6.2016_TLP_White.pdf"
                        },
                        {
                            "source_name": "DustySky",
                            "description": "ClearSky. (2016, January 7). Operation DustySky. Retrieved January 8, 2016.",
                            "url": "https://www.clearskysec.com/wp-content/uploads/2016/01/Operation%20DustySky_TLP_WHITE.pdf"
                        },
                        {
                            "source_name": "Cybereason Molerats Dec 2020",
                            "description": "Cybereason Nocturnus Team. (2020, December 9). MOLERATS IN THE CLOUD: New Malware Arsenal Abuses Cloud Platforms in Middle East Espionage Campaign. Retrieved December 22, 2020.",
                            "url": "https://www.cybereason.com/hubfs/dam/collateral/reports/Molerats-in-the-Cloud-New-Malware-Arsenal-Abuses-Cloud-Platforms-in-Middle-East-Espionage-Campaign.pdf"
                        },
                        {
                            "source_name": "Kaspersky MoleRATs April 2019",
                            "description": "GReAT. (2019, April 10). Gaza Cybergang Group1, operation SneakyPastes. Retrieved May 13, 2020.",
                            "url": "https://securelist.com/gaza-cybergang-group1-operation-sneakypastes/90068/"
                        },
                        {
                            "source_name": "FireEye Operation Molerats",
                            "description": "Villeneuve, N., Haq, H., Moran, N. (2013, August 23). OPERATION MOLERATS: MIDDLE EAST CYBER ATTACKS USING POISON IVY. Retrieved April 1, 2016.",
                            "url": "https://www.fireeye.com/blog/threat-research/2013/08/operation-molerats-middle-east-cyber-attacks-using-poison-ivy.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "2.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:40:46.966000+00:00\", \"old_value\": \"2021-04-27 20:16:16.057000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.1\", \"old_value\": \"2.0\"}}}",
                    "previous_version": "2.0",
                    "version_change": "2.0 \u2192 2.1"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--efed95ba-d7e8-47ff-8c53-99c42426ee7c",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2018-01-16 16:13:52.465000+00:00",
                    "modified": "2024-04-19 19:35:15.637000+00:00",
                    "name": "PROMETHIUM",
                    "description": "[PROMETHIUM](https://attack.mitre.org/groups/G0056) is an activity group focused on espionage that has been active since at least 2012. The group has conducted operations globally with a heavy emphasis on Turkish targets. [PROMETHIUM](https://attack.mitre.org/groups/G0056) has demonstrated similarity to another activity group called [NEODYMIUM](https://attack.mitre.org/groups/G0055) due to overlapping victim and campaign characteristics.(Citation: Microsoft NEODYMIUM Dec 2016)(Citation: Microsoft SIR Vol 21)(Citation: Talos Promethium June 2020)",
                    "aliases": [
                        "PROMETHIUM",
                        "StrongPity"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0056",
                            "external_id": "G0056"
                        },
                        {
                            "source_name": "PROMETHIUM",
                            "description": "(Citation: Microsoft NEODYMIUM Dec 2016) (Citation: Microsoft SIR Vol 21)"
                        },
                        {
                            "source_name": "Microsoft SIR Vol 21",
                            "description": "Anthe, C. et al. (2016, December 14). Microsoft Security Intelligence Report Volume 21. Retrieved November 27, 2017.",
                            "url": "http://download.microsoft.com/download/E/B/0/EB0F50CC-989C-4B66-B7F6-68CD3DC90DE3/Microsoft_Security_Intelligence_Report_Volume_21_English.pdf"
                        },
                        {
                            "source_name": "Talos Promethium June 2020",
                            "description": "Mercer, W. et al. (2020, June 29). PROMETHIUM extends global reach with StrongPity3 APT. Retrieved July 20, 2020.",
                            "url": "https://blog.talosintelligence.com/2020/06/promethium-extends-with-strongpity3.html"
                        },
                        {
                            "source_name": "Microsoft NEODYMIUM Dec 2016",
                            "description": "Microsoft. (2016, December 14). Twin zero-day attacks: PROMETHIUM and NEODYMIUM target individuals in Europe. Retrieved November 27, 2017.",
                            "url": "https://blogs.technet.microsoft.com/mmpc/2016/12/14/twin-zero-day-attacks-promethium-and-neodymium-target-individuals-in-europe/"
                        },
                        {
                            "source_name": "StrongPity",
                            "description": "The name StrongPity has also been used to describe the group and the malware used by the group.(Citation: Bitdefender StrongPity June 2020)(Citation: Talos Promethium June 2020)"
                        },
                        {
                            "source_name": "Bitdefender StrongPity June 2020",
                            "description": "Tudorica, R. et al. (2020, June 30). StrongPity APT - Revealing Trojanized Tools, Working Hours and Infrastructure. Retrieved July 20, 2020.",
                            "url": "https://www.bitdefender.com/files/News/CaseStudies/study/353/Bitdefender-Whitepaper-StrongPity-APT.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "2.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-19 19:35:15.637000+00:00\", \"old_value\": \"2020-10-22 18:12:48.893000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.1\", \"old_value\": \"2.0\"}}}",
                    "previous_version": "2.0",
                    "version_change": "2.0 \u2192 2.1"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--5ce5392a-3a6c-4e07-9df3-9b6a9159ac45",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:31:56.785000+00:00",
                    "modified": "2024-04-11 00:24:27.983000+00:00",
                    "name": "Putter Panda",
                    "description": "[Putter Panda](https://attack.mitre.org/groups/G0024) is a Chinese threat group that has been attributed to Unit 61486 of the 12th Bureau of the PLA\u2019s 3rd General Staff Department (GSD). (Citation: CrowdStrike Putter Panda)",
                    "aliases": [
                        "Putter Panda",
                        "APT2",
                        "MSUpdater"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0024",
                            "external_id": "G0024"
                        },
                        {
                            "source_name": "MSUpdater",
                            "description": "(Citation: CrowdStrike Putter Panda)"
                        },
                        {
                            "source_name": "Putter Panda",
                            "description": "(Citation: CrowdStrike Putter Panda) (Citation: Cylance Putter Panda)"
                        },
                        {
                            "source_name": "APT2",
                            "description": "(Citation: Cylance Putter Panda)"
                        },
                        {
                            "source_name": "CrowdStrike Putter Panda",
                            "description": "Crowdstrike Global Intelligence Team. (2014, June 9). CrowdStrike Intelligence Report: Putter Panda. Retrieved January 22, 2016.",
                            "url": "http://cdn0.vox-cdn.com/assets/4589853/crowdstrike-intelligence-report-putter-panda.original.pdf"
                        },
                        {
                            "source_name": "Cylance Putter Panda",
                            "description": "Gross, J. and Walter, J.. (2016, January 12). Puttering into the Future.... Retrieved January 22, 2016.",
                            "url": "http://blog.cylance.com/puttering-into-the-future"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:24:27.983000+00:00\", \"old_value\": \"2020-03-30 19:15:04.771000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--f40eb8ce-2a74-4e56-89a1-227021410142",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2018-10-17 00:14:20.652000+00:00",
                    "modified": "2024-02-09 19:30:38.407000+00:00",
                    "name": "Rancor",
                    "description": "[Rancor](https://attack.mitre.org/groups/G0075) is a threat group that has led targeted campaigns against the South East Asia region. [Rancor](https://attack.mitre.org/groups/G0075) uses politically-motivated lures to entice victims to open malicious documents. (Citation: Rancor Unit42 June 2018)",
                    "aliases": [
                        "Rancor"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0075",
                            "external_id": "G0075"
                        },
                        {
                            "source_name": "Rancor",
                            "description": "(Citation: Rancor Unit42 June 2018)"
                        },
                        {
                            "source_name": "Rancor Unit42 June 2018",
                            "description": "Ash, B., et al. (2018, June 26). RANCOR: Targeted Attacks in South East Asia Using PLAINTEE and DDKONG Malware Families. Retrieved July 2, 2018.",
                            "url": "https://researchcenter.paloaltonetworks.com/2018/06/unit42-rancor-targeted-attacks-south-east-asia-using-plaintee-ddkong-malware-families/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.3",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-02-09 19:30:38.407000+00:00\", \"old_value\": \"2020-03-30 19:15:49.217000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.3\", \"old_value\": \"1.2\"}}}",
                    "previous_version": "1.2",
                    "version_change": "1.2 \u2192 1.3"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--3fc023b2-c5cc-481d-9c3e-70141ae1a87e",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2021-01-27 15:57:11.183000+00:00",
                    "modified": "2024-04-11 00:07:05.918000+00:00",
                    "name": "Sidewinder",
                    "description": "[Sidewinder](https://attack.mitre.org/groups/G0121) is a suspected Indian threat actor group that has been active since at least 2012. They have been observed targeting government, military, and business entities throughout Asia, primarily focusing on Pakistan, China, Nepal, and Afghanistan.(Citation: ATT Sidewinder January 2021)(Citation: Securelist APT Trends April 2018)(Citation: Cyble Sidewinder September 2020)",
                    "aliases": [
                        "Sidewinder",
                        "T-APT-04",
                        "Rattlesnake"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0121",
                            "external_id": "G0121"
                        },
                        {
                            "source_name": "T-APT-04",
                            "description": "(Citation: Cyble Sidewinder September 2020)"
                        },
                        {
                            "source_name": "Rattlesnake",
                            "description": "(Citation: Cyble Sidewinder September 2020)"
                        },
                        {
                            "source_name": "Cyble Sidewinder September 2020",
                            "description": "Cyble. (2020, September 26). SideWinder APT Targets with futuristic Tactics and Techniques. Retrieved January 29, 2021.",
                            "url": "https://cybleinc.com/2020/09/26/sidewinder-apt-targets-with-futuristic-tactics-and-techniques/"
                        },
                        {
                            "source_name": "Securelist APT Trends April 2018",
                            "description": "Global Research and Analysis Team . (2018, April 12). APT Trends report Q1 2018. Retrieved January 27, 2021.",
                            "url": "https://securelist.com/apt-trends-report-q1-2018/85280/"
                        },
                        {
                            "source_name": "ATT Sidewinder January 2021",
                            "description": "Hegel, T. (2021, January 13). A Global Perspective of the SideWinder APT. Retrieved January 27, 2021.",
                            "url": "https://cdn-cybersecurity.att.com/docs/global-perspective-of-the-sidewinder-apt.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Lacework Labs",
                        "Daniyal Naeem, BT Security"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:07:05.918000+00:00\", \"old_value\": \"2023-03-22 05:31:54.382000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--467271fd-47c0-4e90-a3f9-d84f5cf790d0",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2023-09-12 17:00:22.615000+00:00",
                    "modified": "2024-04-10 22:38:45.199000+00:00",
                    "name": "TA2541",
                    "description": "[TA2541](https://attack.mitre.org/groups/G1018) is a cybercriminal group that has been targeting the aviation, aerospace, transportation, manufacturing, and defense industries since at least 2017. [TA2541](https://attack.mitre.org/groups/G1018) campaigns are typically high volume and involve the use of commodity remote access tools obfuscated by crypters and themes related to aviation, transportation, and travel.(Citation: Proofpoint TA2541 February 2022)(Citation: Cisco Operation Layover September 2021)",
                    "aliases": [
                        "TA2541"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G1018",
                            "external_id": "G1018"
                        },
                        {
                            "source_name": "Proofpoint TA2541 February 2022",
                            "description": "Larson, S. and Wise, J. (2022, February 15). Charting TA2541's Flight. Retrieved September 12, 2023.",
                            "url": "https://www.proofpoint.com/us/blog/threat-insight/charting-ta2541s-flight"
                        },
                        {
                            "source_name": "Cisco Operation Layover September 2021",
                            "description": "Ventura, V. (2021, September 16). Operation Layover: How we tracked an attack on the aviation industry to five years of compromise. Retrieved September 15, 2023.",
                            "url": "https://blog.talosintelligence.com/operation-layover-how-we-tracked-attack/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Pooja Natarajan, NEC Corporation India",
                        "Aaron Jornet"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-10 22:38:45.199000+00:00\", \"old_value\": \"2023-10-10 17:19:36.480000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--9538b1a4-4120-4e2d-bf59-3b11fcab05a4",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-04-16 15:14:38.533000+00:00",
                    "modified": "2024-04-17 16:13:43.697000+00:00",
                    "name": "TEMP.Veles",
                    "description": "[TEMP.Veles](https://attack.mitre.org/groups/G0088) is a Russia-based threat group that has targeted critical infrastructure. The group has been observed utilizing [TRITON](https://attack.mitre.org/software/S0609), a malware framework designed to manipulate industrial safety systems.(Citation: FireEye TRITON 2019)(Citation: FireEye TEMP.Veles 2018)(Citation: FireEye TEMP.Veles JSON April 2019)",
                    "aliases": [
                        "TEMP.Veles",
                        "XENOTIME"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0088",
                            "external_id": "G0088"
                        },
                        {
                            "source_name": "TEMP.Veles",
                            "description": "(Citation: FireEye TRITON 2019)"
                        },
                        {
                            "source_name": "Dragos Xenotime 2018",
                            "description": "Dragos, Inc.. (n.d.). Xenotime. Retrieved April 16, 2019.",
                            "url": "https://dragos.com/resource/xenotime/"
                        },
                        {
                            "source_name": "FireEye TEMP.Veles 2018",
                            "description": "FireEye Intelligence . (2018, October 23). TRITON Attribution: Russian Government-Owned Lab Most Likely Built Custom Intrusion Tools for TRITON Attackers. Retrieved April 16, 2019.",
                            "url": "https://www.fireeye.com/blog/threat-research/2018/10/triton-attribution-russian-government-owned-lab-most-likely-built-tools.html"
                        },
                        {
                            "source_name": "FireEye TRITON 2019",
                            "description": "Miller, S, et al. (2019, April 10). TRITON Actor TTP Profile, Custom Attack Tools, Detections, and ATT&CK Mapping. Retrieved April 16, 2019.",
                            "url": "https://www.fireeye.com/blog/threat-research/2019/04/triton-actor-ttp-profile-custom-attack-tools-detections.html"
                        },
                        {
                            "source_name": "FireEye TEMP.Veles JSON April 2019",
                            "description": "Miller, S., et al. (2019, April 10). TRITON Appendix C. Retrieved April 29, 2019.",
                            "url": "https://www.fireeye.com/content/dam/fireeye-www/blog/files/TRITON_Appendix_C.html"
                        },
                        {
                            "source_name": "Pylos Xenotime 2019",
                            "description": "Slowik, J.. (2019, April 12). A XENOTIME to Remember: Veles in the Wild. Retrieved April 16, 2019.",
                            "url": "https://pylos.co/2019/04/12/a-xenotime-to-remember-veles-in-the-wild/"
                        },
                        {
                            "source_name": "XENOTIME",
                            "description": "The activity group XENOTIME, as defined by Dragos, has overlaps with activity reported upon by FireEye about TEMP.Veles as well as the actors behind [TRITON](https://attack.mitre.org/software/S0609).(Citation: Dragos Xenotime 2018)(Citation: Pylos Xenotime 2019)(Citation: FireEye TRITON 2019)(Citation: FireEye TEMP.Veles 2018)"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Dragos Threat Intelligence"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack",
                        "ics-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.4",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-17 16:13:43.697000+00:00\", \"old_value\": \"2022-11-30 22:46:40.135000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.4\", \"old_value\": \"1.3\"}, \"root['x_mitre_contributors'][0]\": {\"new_value\": \"Dragos Threat Intelligence\", \"old_value\": \"Dragos  Threat  Intelligence\"}}}",
                    "previous_version": "1.3",
                    "version_change": "1.3 \u2192 1.4"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--35d1b3be-49d4-42f1-aaa6-ef159c880bca",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2021-10-01 01:57:31.229000+00:00",
                    "modified": "2024-04-10 22:34:04.070000+00:00",
                    "name": "TeamTNT",
                    "description": "[TeamTNT](https://attack.mitre.org/groups/G0139) is a threat group that has primarily targeted cloud and containerized environments. The group as been active since at least October 2019 and has mainly focused its efforts on leveraging cloud and container resources to deploy cryptocurrency miners in victim environments.(Citation: Palo Alto Black-T October 2020)(Citation: Lacework TeamTNT May 2021)(Citation: Intezer TeamTNT September 2020)(Citation: Cado Security TeamTNT Worm August 2020)(Citation: Unit 42 Hildegard Malware)(Citation: Trend Micro TeamTNT)(Citation: ATT TeamTNT Chimaera September 2020)(Citation: Aqua TeamTNT August 2020)(Citation: Intezer TeamTNT Explosion September 2021)",
                    "aliases": [
                        "TeamTNT"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0139",
                            "external_id": "G0139"
                        },
                        {
                            "source_name": "ATT TeamTNT Chimaera September 2020",
                            "description": "AT&T Alien Labs. (2021, September 8). TeamTNT with new campaign aka Chimaera. Retrieved September 22, 2021.",
                            "url": "https://cybersecurity.att.com/blogs/labs-research/teamtnt-with-new-campaign-aka-chimaera"
                        },
                        {
                            "source_name": "Cado Security TeamTNT Worm August 2020",
                            "description": "Cado Security. (2020, August 16). Team TNT \u2013 The First Crypto-Mining Worm to Steal AWS Credentials. Retrieved September 22, 2021.",
                            "url": "https://www.cadosecurity.com/team-tnt-the-first-crypto-mining-worm-to-steal-aws-credentials/"
                        },
                        {
                            "source_name": "Unit 42 Hildegard Malware",
                            "description": "Chen, J. et al. (2021, February 3). Hildegard: New TeamTNT Cryptojacking Malware Targeting Kubernetes. Retrieved April 5, 2021.",
                            "url": "https://unit42.paloaltonetworks.com/hildegard-malware-teamtnt/"
                        },
                        {
                            "source_name": "Trend Micro TeamTNT",
                            "description": "Fiser, D. Oliveira, A. (n.d.). Tracking the Activities of TeamTNT A Closer Look at a Cloud-Focused Malicious Actor Group. Retrieved September 22, 2021.",
                            "url": "https://documents.trendmicro.com/assets/white_papers/wp-tracking-the-activities-of-teamTNT.pdf"
                        },
                        {
                            "source_name": "Intezer TeamTNT September 2020",
                            "description": "Fishbein, N. (2020, September 8). Attackers Abusing Legitimate Cloud Monitoring Tools to Conduct Cyber Attacks. Retrieved September 22, 2021.",
                            "url": "https://www.intezer.com/blog/cloud-security/attackers-abusing-legitimate-cloud-monitoring-tools-to-conduct-cyber-attacks/"
                        },
                        {
                            "source_name": "Intezer TeamTNT Explosion September 2021",
                            "description": "Intezer. (2021, September 1). TeamTNT Cryptomining Explosion. Retrieved October 15, 2021.",
                            "url": "https://www.intezer.com/wp-content/uploads/2021/09/TeamTNT-Cryptomining-Explosion.pdf"
                        },
                        {
                            "source_name": "Aqua TeamTNT August 2020",
                            "description": "Kol, Roi. Morag, A. (2020, August 25). Deep Analysis of TeamTNT Techniques Using Container Images to Attack. Retrieved September 22, 2021.",
                            "url": "https://blog.aquasec.com/container-security-tnt-container-attack"
                        },
                        {
                            "source_name": "Palo Alto Black-T October 2020",
                            "description": "Quist, N. (2020, October 5). Black-T: New Cryptojacking Variant from TeamTNT. Retrieved September 22, 2021.",
                            "url": "https://unit42.paloaltonetworks.com/black-t-cryptojacking-variant/"
                        },
                        {
                            "source_name": "Lacework TeamTNT May 2021",
                            "description": "Stroud, J. (2021, May 25). Taking TeamTNT's Docker Images Offline. Retrieved September 22, 2021.",
                            "url": "https://www.lacework.com/blog/taking-teamtnt-docker-images-offline/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Will Thomas, Cyjax",
                        "Darin Smith, Cisco"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.3",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-10 22:34:04.070000+00:00\", \"old_value\": \"2022-10-19 21:35:03.147000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.3\", \"old_value\": \"1.2\"}}}",
                    "previous_version": "1.2",
                    "version_change": "1.2 \u2192 1.3"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--fb366179-766c-4a4a-afa1-52bff1fd601c",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:31:58.518000+00:00",
                    "modified": "2024-04-10 22:33:06.500000+00:00",
                    "name": "Threat Group-3390",
                    "description": "[Threat Group-3390](https://attack.mitre.org/groups/G0027) is a Chinese threat group that has extensively used strategic Web compromises to target victims.(Citation: Dell TG-3390) The group has been active since at least 2010 and has targeted organizations in the aerospace, government, defense, technology, energy, manufacturing and gambling/betting sectors.(Citation: SecureWorks BRONZE UNION June 2017)(Citation: Securelist LuckyMouse June 2018)(Citation: Trend Micro DRBControl February 2020)",
                    "aliases": [
                        "Threat Group-3390",
                        "Earth Smilodon",
                        "TG-3390",
                        "Emissary Panda",
                        "BRONZE UNION",
                        "APT27",
                        "Iron Tiger",
                        "LuckyMouse"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0027",
                            "external_id": "G0027"
                        },
                        {
                            "source_name": "Threat Group-3390",
                            "description": "(Citation: Dell TG-3390)(Citation: Hacker News LuckyMouse June 2018)"
                        },
                        {
                            "source_name": "TG-3390",
                            "description": "(Citation: Dell TG-3390)(Citation: Nccgroup Emissary Panda May 2018)(Citation: Hacker News LuckyMouse June 2018)"
                        },
                        {
                            "source_name": "Emissary Panda",
                            "description": "(Citation: Gallagher 2015)(Citation: Nccgroup Emissary Panda May 2018)(Citation: Securelist LuckyMouse June 2018)(Citation: Hacker News LuckyMouse June 2018)(Citation: Unit42 Emissary Panda May 2019)(Citation: Trend Micro Iron Tiger April 2021)"
                        },
                        {
                            "source_name": "Iron Tiger",
                            "description": "(Citation: Hacker News LuckyMouse June 2018)(Citation: Trend Micro Iron Tiger April 2021)"
                        },
                        {
                            "source_name": "APT27",
                            "description": "(Citation: Nccgroup Emissary Panda May 2018)(Citation: Securelist LuckyMouse June 2018)(Citation: Hacker News LuckyMouse June 2018)(Citation: Trend Micro Iron Tiger April 2021)"
                        },
                        {
                            "source_name": "LuckyMouse",
                            "description": "(Citation: Securelist LuckyMouse June 2018)(Citation: Hacker News LuckyMouse June 2018)(Citation: Trend Micro Iron Tiger April 2021)"
                        },
                        {
                            "source_name": "BRONZE UNION",
                            "description": "(Citation: SecureWorks BRONZE UNION June 2017)(Citation: Nccgroup Emissary Panda May 2018)"
                        },
                        {
                            "source_name": "Earth Smilodon",
                            "description": "(Citation: Trend Micro Iron Tiger April 2021)"
                        },
                        {
                            "source_name": "SecureWorks BRONZE UNION June 2017",
                            "description": "Counter Threat Unit Research Team. (2017, June 27). BRONZE UNION Cyberespionage Persists Despite Disclosures. Retrieved July 13, 2017.",
                            "url": "https://www.secureworks.com/research/bronze-union"
                        },
                        {
                            "source_name": "Dell TG-3390",
                            "description": "Dell SecureWorks Counter Threat Unit Threat Intelligence. (2015, August 5). Threat Group-3390 Targets Organizations for Cyberespionage. Retrieved August 18, 2018.",
                            "url": "https://www.secureworks.com/research/threat-group-3390-targets-organizations-for-cyberespionage"
                        },
                        {
                            "source_name": "Unit42 Emissary Panda May 2019",
                            "description": "Falcone, R. and Lancaster, T. (2019, May 28). Emissary Panda Attacks Middle East Government Sharepoint Servers. Retrieved July 9, 2019.",
                            "url": "https://unit42.paloaltonetworks.com/emissary-panda-attacks-middle-east-government-sharepoint-servers/"
                        },
                        {
                            "source_name": "Gallagher 2015",
                            "description": "Gallagher, S.. (2015, August 5). Newly discovered Chinese hacking group hacked 100+ websites to use as \u201cwatering holes\u201d. Retrieved January 25, 2016.",
                            "url": "http://arstechnica.com/security/2015/08/newly-discovered-chinese-hacking-group-hacked-100-websites-to-use-as-watering-holes/"
                        },
                        {
                            "source_name": "Hacker News LuckyMouse June 2018",
                            "description": "Khandelwal, S. (2018, June 14). Chinese Hackers Carried Out Country-Level Watering Hole Attack. Retrieved August 18, 2018.",
                            "url": "https://thehackernews.com/2018/06/chinese-watering-hole-attack.html"
                        },
                        {
                            "source_name": "Securelist LuckyMouse June 2018",
                            "description": "Legezo, D. (2018, June 13). LuckyMouse hits national data center to organize country-level waterholing campaign. Retrieved August 18, 2018.",
                            "url": "https://securelist.com/luckymouse-hits-national-data-center/86083/"
                        },
                        {
                            "source_name": "Trend Micro Iron Tiger April 2021",
                            "description": "Lunghi, D. and Lu, K. (2021, April 9). Iron Tiger APT Updates Toolkit With Evolved SysUpdate Malware. Retrieved November 12, 2021.",
                            "url": "https://www.trendmicro.com/en_us/research/21/d/iron-tiger-apt-updates-toolkit-with-evolved-sysupdate-malware-va.html"
                        },
                        {
                            "source_name": "Trend Micro DRBControl February 2020",
                            "description": "Lunghi, D. et al. (2020, February). Uncovering DRBControl. Retrieved November 12, 2021.",
                            "url": "https://documents.trendmicro.com/assets/white_papers/wp-uncovering-DRBcontrol.pdf"
                        },
                        {
                            "source_name": "Nccgroup Emissary Panda May 2018",
                            "description": "Pantazopoulos, N., Henry T. (2018, May 18). Emissary Panda \u2013 A potential new malicious tool. Retrieved June 25, 2018.",
                            "url": "https://research.nccgroup.com/2018/05/18/emissary-panda-a-potential-new-malicious-tool/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Daniyal Naeem, BT Security",
                        "Kyaw Pyiyt Htet, @KyawPyiytHtet"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "2.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-10 22:33:06.500000+00:00\", \"old_value\": \"2023-03-29 16:53:17.235000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.2\", \"old_value\": \"2.1\"}}}",
                    "previous_version": "2.1",
                    "version_change": "2.1 \u2192 2.2"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--e44e0985-bc65-4a8f-b578-211c858128e3",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2021-09-02 15:14:33.738000+00:00",
                    "modified": "2024-04-10 22:30:51.062000+00:00",
                    "name": "Transparent Tribe",
                    "description": "[Transparent Tribe](https://attack.mitre.org/groups/G0134) is a suspected Pakistan-based threat group that has been active since at least 2013, primarily targeting diplomatic, defense, and research organizations in India and Afghanistan.(Citation: Proofpoint Operation Transparent Tribe March 2016)(Citation: Kaspersky Transparent Tribe August 2020)(Citation: Talos Transparent Tribe May 2021)",
                    "aliases": [
                        "Transparent Tribe",
                        "COPPER FIELDSTONE",
                        "APT36",
                        "Mythic Leopard",
                        "ProjectM"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0134",
                            "external_id": "G0134"
                        },
                        {
                            "source_name": "Mythic Leopard",
                            "description": "(Citation: Crowdstrike Mythic Leopard Profile)(Citation: Kaspersky Transparent Tribe August 2020)(Citation: Talos Transparent Tribe May 2021)"
                        },
                        {
                            "source_name": "COPPER FIELDSTONE",
                            "description": "(Citation: Secureworks COPPER FIELDSTONE Profile)"
                        },
                        {
                            "source_name": "APT36",
                            "description": "(Citation: Talos Transparent Tribe May 2021)"
                        },
                        {
                            "source_name": "ProjectM",
                            "description": "(Citation: Unit 42 ProjectM March 2016)(Citation: Kaspersky Transparent Tribe August 2020)"
                        },
                        {
                            "source_name": "Crowdstrike Mythic Leopard Profile",
                            "description": "Crowdstrike. (n.d.). Mythic Leopard. Retrieved October 6, 2021.",
                            "url": "https://adversary.crowdstrike.com/en-US/adversary/mythic-leopard/"
                        },
                        {
                            "source_name": "Kaspersky Transparent Tribe August 2020",
                            "description": "Dedola, G. (2020, August 20). Transparent Tribe: Evolution analysis, part 1. Retrieved September 2, 2021.",
                            "url": "https://securelist.com/transparent-tribe-part-1/98127/"
                        },
                        {
                            "source_name": "Unit 42 ProjectM March 2016",
                            "description": "Falcone, R. and Conant S. (2016, March 25). ProjectM: Link Found Between Pakistani Actor and Operation Transparent Tribe. Retrieved September 2, 2021.",
                            "url": "https://unit42.paloaltonetworks.com/unit42-projectm-link-found-between-pakistani-actor-and-operation-transparent-tribe/"
                        },
                        {
                            "source_name": "Proofpoint Operation Transparent Tribe March 2016",
                            "description": "Huss, D. (2016, March 1). Operation Transparent Tribe. Retrieved June 8, 2016.",
                            "url": "https://www.proofpoint.com/sites/default/files/proofpoint-operation-transparent-tribe-threat-insight-en.pdf"
                        },
                        {
                            "source_name": "Talos Transparent Tribe May 2021",
                            "description": "Malhotra, A. et al. (2021, May 13). Transparent Tribe APT expands its Windows malware arsenal. Retrieved September 2, 2021.",
                            "url": "https://blog.talosintelligence.com/2021/05/transparent-tribe-infra-and-targeting.html"
                        },
                        {
                            "source_name": "Secureworks COPPER FIELDSTONE Profile",
                            "description": "Secureworks. (n.d.). COPPER FIELDSTONE. Retrieved October 6, 2021.",
                            "url": "https://www.secureworks.com/research/threat-profiles/copper-fieldstone"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Manikantan Srinivasan, NEC Corporation India",
                        "Pooja Natarajan, NEC Corporation India",
                        "Hiroki Nagahama, NEC Corporation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-10 22:30:51.062000+00:00\", \"old_value\": \"2022-09-22 20:27:21.053000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--56319646-eb6e-41fc-ae53-aadfa7adb924",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-01-29 20:17:48.717000+00:00",
                    "modified": "2024-04-18 18:24:29.185000+00:00",
                    "name": "Tropic Trooper",
                    "description": "[Tropic Trooper](https://attack.mitre.org/groups/G0081) is an unaffiliated threat group that has led targeted campaigns against targets in Taiwan, the Philippines, and Hong Kong. [Tropic Trooper](https://attack.mitre.org/groups/G0081) focuses on targeting government, healthcare, transportation, and high-tech industries and has been active since 2011.(Citation: TrendMicro Tropic Trooper Mar 2018)(Citation: Unit 42 Tropic Trooper Nov 2016)(Citation: TrendMicro Tropic Trooper May 2020)",
                    "aliases": [
                        "Tropic Trooper",
                        "Pirate Panda",
                        "KeyBoy"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0081",
                            "external_id": "G0081"
                        },
                        {
                            "source_name": "Pirate Panda",
                            "description": "(Citation: Crowdstrike Pirate Panda April 2020)"
                        },
                        {
                            "source_name": "Tropic Trooper",
                            "description": "(Citation: TrendMicro Tropic Trooper Mar 2018)(Citation: Unit 42 Tropic Trooper Nov 2016)"
                        },
                        {
                            "source_name": "KeyBoy",
                            "description": "(Citation: Unit 42 Tropic Trooper Nov 2016)(Citation: TrendMicro Tropic Trooper Mar 2018)"
                        },
                        {
                            "source_name": "Crowdstrike Pirate Panda April 2020",
                            "description": "Busselen, M. (2020, April 7). On-demand Webcast: CrowdStrike Experts on COVID-19 Cybersecurity Challenges and Recommendations. Retrieved May 20, 2020.",
                            "url": "https://www.crowdstrike.com/blog/on-demand-webcast-crowdstrike-experts-on-covid-19-cybersecurity-challenges-and-recommendations/"
                        },
                        {
                            "source_name": "TrendMicro Tropic Trooper May 2020",
                            "description": "Chen, J.. (2020, May 12). Tropic Trooper\u2019s Back: USBferry Attack Targets Air gapped Environments. Retrieved May 20, 2020.",
                            "url": "https://documents.trendmicro.com/assets/Tech-Brief-Tropic-Trooper-s-Back-USBferry-Attack-Targets-Air-gapped-Environments.pdf"
                        },
                        {
                            "source_name": "TrendMicro Tropic Trooper Mar 2018",
                            "description": "Horejsi, J., et al. (2018, March 14). Tropic Trooper\u2019s New Strategy. Retrieved November 9, 2018.",
                            "url": "https://blog.trendmicro.com/trendlabs-security-intelligence/tropic-trooper-new-strategy/"
                        },
                        {
                            "source_name": "Unit 42 Tropic Trooper Nov 2016",
                            "description": "Ray, V. (2016, November 22). Tropic Trooper Targets Taiwanese Government and Fossil Fuel Provider With Poison Ivy. Retrieved November 9, 2018.",
                            "url": "https://researchcenter.paloaltonetworks.com/2016/11/unit42-tropic-trooper-targets-taiwanese-government-and-fossil-fuel-provider-with-poison-ivy/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Edward Millington"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.5",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-18 18:24:29.185000+00:00\", \"old_value\": \"2021-04-26 14:15:15.610000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.5\", \"old_value\": \"1.4\"}}, \"iterable_item_removed\": {\"root['x_mitre_contributors'][1]\": \"Bart Parys\"}}",
                    "previous_version": "1.4",
                    "version_change": "1.4 \u2192 1.5"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--174279b4-399f-4ddb-966e-5efedd1dd5f2",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2023-07-27 20:35:46.206000+00:00",
                    "modified": "2024-03-28 04:14:40.834000+00:00",
                    "name": "Volt Typhoon",
                    "description": "[Volt Typhoon](https://attack.mitre.org/groups/G1017) is a People's Republic of China (PRC) state-sponsored actor that has been active since at least 2021. [Volt Typhoon](https://attack.mitre.org/groups/G1017) typically focuses on espionage and information gathering and has targeted critical infrastructure organizations in the US including Guam. [Volt Typhoon](https://attack.mitre.org/groups/G1017) has emphasized stealth in operations using web shells, living-off-the-land (LOTL) binaries, hands on keyboard activities, and stolen credentials.(Citation: Microsoft Volt Typhoon May 2023)(Citation: Joint Cybersecurity Advisory Volt Typhoon June 2023)(Citation: Secureworks BRONZE SILHOUETTE May 2023)",
                    "aliases": [
                        "Volt Typhoon",
                        "BRONZE SILHOUETTE"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G1017",
                            "external_id": "G1017"
                        },
                        {
                            "source_name": "BRONZE SILHOUETTE",
                            "description": "(Citation: Secureworks BRONZE SILHOUETTE May 2023)"
                        },
                        {
                            "source_name": "Secureworks BRONZE SILHOUETTE May 2023",
                            "description": "Counter Threat Unit Research Team. (2023, May 24). Chinese Cyberespionage Group BRONZE SILHOUETTE Targets U.S. Government and Defense Organizations. Retrieved July 27, 2023.",
                            "url": "https://www.secureworks.com/blog/chinese-cyberespionage-group-bronze-silhouette-targets-us-government-and-defense-organizations"
                        },
                        {
                            "source_name": "Microsoft Volt Typhoon May 2023",
                            "description": "Microsoft Threat Intelligence. (2023, May 24). Volt Typhoon targets US critical infrastructure with living-off-the-land techniques. Retrieved July 27, 2023.",
                            "url": "https://www.microsoft.com/en-us/security/blog/2023/05/24/volt-typhoon-targets-us-critical-infrastructure-with-living-off-the-land-techniques/"
                        },
                        {
                            "source_name": "Joint Cybersecurity Advisory Volt Typhoon June 2023",
                            "description": "NSA et al. (2023, May 24). People's Republic of China State-Sponsored Cyber Actor Living off the Land to Evade Detection. Retrieved July 27, 2023.",
                            "url": "https://media.defense.gov/2023/May/24/2003229517/-1/-1/0/CSA_Living_off_the_Land.PDF"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Phyo Paing Htun (ChiLai), I-Secure Co.,Ltd",
                        "Ai Kimura, NEC Corporation",
                        "Manikantan Srinivasan, NEC Corporation India",
                        "Pooja Natarajan, NEC Corporation India"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-03-28 04:14:40.834000+00:00\", \"old_value\": \"2023-10-03 15:45:14.731000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--b74f909f-8e52-4b69-b770-162bf59a1b4e",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-05-26 16:55:09.674000+00:00",
                    "modified": "2024-04-10 20:43:09.698000+00:00",
                    "name": "Whitefly",
                    "description": "[Whitefly](https://attack.mitre.org/groups/G0107) is a cyber espionage group that has been operating since at least 2017. The group has targeted organizations based mostly in Singapore across a wide variety of sectors, and is primarily interested in stealing large amounts of sensitive information. The group has been linked to an attack against Singapore\u2019s largest public health organization, SingHealth.(Citation: Symantec Whitefly March 2019)",
                    "aliases": [
                        "Whitefly"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0107",
                            "external_id": "G0107"
                        },
                        {
                            "source_name": "Symantec Whitefly March 2019",
                            "description": "Symantec. (2019, March 6). Whitefly: Espionage Group has Singapore in Its Sights. Retrieved May 26, 2020.",
                            "url": "https://symantec-enterprise-blogs.security.com/blogs/threat-intelligence/whitefly-espionage-singapore"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-10 20:43:09.698000+00:00\", \"old_value\": \"2021-10-12 21:43:24.133000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                }
            ],
            "other_version_changes": [],
            "patches": [
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--0bbdf25b-30ff-4894-a1cd-49260d0dd2d9",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:31:55.853000+00:00",
                    "modified": "2024-02-06 17:49:35.261000+00:00",
                    "name": "APT3",
                    "description": "[APT3](https://attack.mitre.org/groups/G0022) is a China-based threat group that researchers have attributed to China's Ministry of State Security.(Citation: FireEye Clandestine Wolf)(Citation: Recorded Future APT3 May 2017) This group is responsible for the campaigns known as Operation Clandestine Fox, Operation Clandestine Wolf, and Operation Double Tap.(Citation: FireEye Clandestine Wolf)(Citation: FireEye Operation Double Tap) As of June 2015, the group appears to have shifted from targeting primarily US victims to primarily political organizations in Hong Kong.(Citation: Symantec Buckeye)",
                    "aliases": [
                        "APT3",
                        "Gothic Panda",
                        "Pirpi",
                        "UPS Team",
                        "Buckeye",
                        "Threat Group-0110",
                        "TG-0110"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0022",
                            "external_id": "G0022"
                        },
                        {
                            "source_name": "APT3",
                            "description": "(Citation: FireEye Clandestine Wolf) (Citation: Recorded Future APT3 May 2017) (Citation: Symantec Buckeye)"
                        },
                        {
                            "source_name": "UPS Team",
                            "description": "(Citation: FireEye Clandestine Wolf) (Citation: Recorded Future APT3 May 2017) (Citation: Symantec Buckeye)"
                        },
                        {
                            "source_name": "Pirpi",
                            "description": "(Citation: PWC Pirpi Scanbox)"
                        },
                        {
                            "source_name": "Gothic Panda",
                            "description": "(Citation: PWC Pirpi Scanbox) (Citation: Recorded Future APT3 May 2017) (Citation: Symantec Buckeye)"
                        },
                        {
                            "source_name": "Threat Group-0110",
                            "description": "(Citation: Recorded Future APT3 May 2017) (Citation: Symantec Buckeye)"
                        },
                        {
                            "source_name": "TG-0110",
                            "description": "(Citation: Recorded Future APT3 May 2017) (Citation: Symantec Buckeye)"
                        },
                        {
                            "source_name": "Buckeye",
                            "description": "(Citation: Symantec Buckeye)"
                        },
                        {
                            "source_name": "FireEye Clandestine Wolf",
                            "description": "Eng, E., Caselden, D.. (2015, June 23). Operation Clandestine Wolf \u2013 Adobe Flash Zero-Day in APT3 Phishing Campaign. Retrieved January 14, 2016.",
                            "url": "https://www.fireeye.com/blog/threat-research/2015/06/operation-clandestine-wolf-adobe-flash-zero-day.html"
                        },
                        {
                            "source_name": "Recorded Future APT3 May 2017",
                            "description": "Insikt Group (Recorded Future). (2017, May 17). Recorded Future Research Concludes Chinese Ministry of State Security Behind APT3. Retrieved June 18, 2017.",
                            "url": "https://www.recordedfuture.com/chinese-mss-behind-apt3/"
                        },
                        {
                            "source_name": "PWC Pirpi Scanbox",
                            "description": "Lancaster, T. (2015, July 25). A tale of Pirpi, Scanbox & CVE-2015-3113. Retrieved March 30, 2016.",
                            "url": "http://pwc.blogs.com/cyber_security_updates/2015/07/pirpi-scanbox.html"
                        },
                        {
                            "source_name": "FireEye Operation Double Tap",
                            "description": "Moran, N., et al. (2014, November 21). Operation Double Tap. Retrieved January 14, 2016.",
                            "url": "https://www.fireeye.com/blog/threat-research/2014/11/operation_doubletap.html"
                        },
                        {
                            "source_name": "Symantec Buckeye",
                            "description": "Symantec Security Response. (2016, September 6). Buckeye cyberespionage group shifts gaze from US to Hong Kong. Retrieved September 26, 2016.",
                            "url": "http://www.symantec.com/connect/blogs/buckeye-cyberespionage-group-shifts-gaze-us-hong-kong"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Patrick Sungbahadoor"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.4",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-02-06 17:49:35.261000+00:00\", \"old_value\": \"2021-10-01 19:09:20.817000+00:00\"}, \"root['description']\": {\"new_value\": \"[APT3](https://attack.mitre.org/groups/G0022) is a China-based threat group that researchers have attributed to China's Ministry of State Security.(Citation: FireEye Clandestine Wolf)(Citation: Recorded Future APT3 May 2017) This group is responsible for the campaigns known as Operation Clandestine Fox, Operation Clandestine Wolf, and Operation Double Tap.(Citation: FireEye Clandestine Wolf)(Citation: FireEye Operation Double Tap) As of June 2015, the group appears to have shifted from targeting primarily US victims to primarily political organizations in Hong Kong.(Citation: Symantec Buckeye)\", \"old_value\": \"[APT3](https://attack.mitre.org/groups/G0022) is a China-based threat group that researchers have attributed to China's Ministry of State Security.(Citation: FireEye Clandestine Wolf)(Citation: Recorded Future APT3 May 2017) This group is responsible for the campaigns known as Operation Clandestine Fox, Operation Clandestine Wolf, and Operation Double Tap.(Citation: FireEye Clandestine Wolf)(Citation: FireEye Operation Double Tap) As of June 2015, the group appears to have shifted from targeting primarily US victims to primarily political organizations in Hong Kong.(Citation: Symantec Buckeye)\\n\\nIn 2017, MITRE developed an APT3 Adversary Emulation Plan.(Citation: APT3 Adversary Emulation Plan)\", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1 @@\\n [APT3](https://attack.mitre.org/groups/G0022) is a China-based threat group that researchers have attributed to China's Ministry of State Security.(Citation: FireEye Clandestine Wolf)(Citation: Recorded Future APT3 May 2017) This group is responsible for the campaigns known as Operation Clandestine Fox, Operation Clandestine Wolf, and Operation Double Tap.(Citation: FireEye Clandestine Wolf)(Citation: FireEye Operation Double Tap) As of June 2015, the group appears to have shifted from targeting primarily US victims to primarily political organizations in Hong Kong.(Citation: Symantec Buckeye)\\n-\\n-In 2017, MITRE developed an APT3 Adversary Emulation Plan.(Citation: APT3 Adversary Emulation Plan)\"}}, \"iterable_item_removed\": {\"root['external_references'][12]\": {\"source_name\": \"APT3 Adversary Emulation Plan\", \"description\": \"Korban, C, et al. (2017, September). APT3 Adversary Emulation Plan. Retrieved January 16, 2018.\", \"url\": \"https://attack.mitre.org/docs/APT3_Adversary_Emulation_Plan.pdf\"}}}",
                    "previous_version": "1.4",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to102__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to102__0\"><a href=\"#difflib_chg_to102__top\">t</a></td><td class=\"diff_header\" id=\"from102_1\">1</td><td nowrap=\"nowrap\">[APT3](https://attack.mitre.org/groups/G0022)&nbsp;is&nbsp;a&nbsp;China-bas</td><td class=\"diff_next\"><a href=\"#difflib_chg_to102__top\">t</a></td><td class=\"diff_header\" id=\"to102_1\">1</td><td nowrap=\"nowrap\">[APT3](https://attack.mitre.org/groups/G0022)&nbsp;is&nbsp;a&nbsp;China-bas</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;threat&nbsp;group&nbsp;that&nbsp;researchers&nbsp;have&nbsp;attributed&nbsp;to&nbsp;China's&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;threat&nbsp;group&nbsp;that&nbsp;researchers&nbsp;have&nbsp;attributed&nbsp;to&nbsp;China's&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Ministry&nbsp;of&nbsp;State&nbsp;Security.(Citation:&nbsp;FireEye&nbsp;Clandestine&nbsp;Wo</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Ministry&nbsp;of&nbsp;State&nbsp;Security.(Citation:&nbsp;FireEye&nbsp;Clandestine&nbsp;Wo</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">lf)(Citation:&nbsp;Recorded&nbsp;Future&nbsp;APT3&nbsp;May&nbsp;2017)&nbsp;This&nbsp;group&nbsp;is&nbsp;r</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">lf)(Citation:&nbsp;Recorded&nbsp;Future&nbsp;APT3&nbsp;May&nbsp;2017)&nbsp;This&nbsp;group&nbsp;is&nbsp;r</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">esponsible&nbsp;for&nbsp;the&nbsp;campaigns&nbsp;known&nbsp;as&nbsp;Operation&nbsp;Clandestine&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">esponsible&nbsp;for&nbsp;the&nbsp;campaigns&nbsp;known&nbsp;as&nbsp;Operation&nbsp;Clandestine&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Fox,&nbsp;Operation&nbsp;Clandestine&nbsp;Wolf,&nbsp;and&nbsp;Operation&nbsp;Double&nbsp;Tap.(C</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Fox,&nbsp;Operation&nbsp;Clandestine&nbsp;Wolf,&nbsp;and&nbsp;Operation&nbsp;Double&nbsp;Tap.(C</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">itation:&nbsp;FireEye&nbsp;Clandestine&nbsp;Wolf)(Citation:&nbsp;FireEye&nbsp;Operati</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">itation:&nbsp;FireEye&nbsp;Clandestine&nbsp;Wolf)(Citation:&nbsp;FireEye&nbsp;Operati</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">on&nbsp;Double&nbsp;Tap)&nbsp;As&nbsp;of&nbsp;June&nbsp;2015,&nbsp;the&nbsp;group&nbsp;appears&nbsp;to&nbsp;have&nbsp;sh</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">on&nbsp;Double&nbsp;Tap)&nbsp;As&nbsp;of&nbsp;June&nbsp;2015,&nbsp;the&nbsp;group&nbsp;appears&nbsp;to&nbsp;have&nbsp;sh</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ifted&nbsp;from&nbsp;targeting&nbsp;primarily&nbsp;US&nbsp;victims&nbsp;to&nbsp;primarily&nbsp;polit</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ifted&nbsp;from&nbsp;targeting&nbsp;primarily&nbsp;US&nbsp;victims&nbsp;to&nbsp;primarily&nbsp;polit</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ical&nbsp;organizations&nbsp;in&nbsp;Hong&nbsp;Kong.(Citation:&nbsp;Symantec&nbsp;Buckeye)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ical&nbsp;organizations&nbsp;in&nbsp;Hong&nbsp;Kong.(Citation:&nbsp;Symantec&nbsp;Buckeye)</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;&nbsp;In&nbsp;2017,&nbsp;MITRE&nbsp;developed&nbsp;an&nbsp;APT3&nbsp;Adversary&nbsp;Emulation&nbsp;Plan.</span></td><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">(Citation:&nbsp;APT3&nbsp;Adversary&nbsp;Emulation&nbsp;Plan)</span></td><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td></tr>\n        </tbody>\n    </table>"
                }
            ],
            "revocations": [],
            "deprecations": [],
            "deletions": []
        },
        "campaigns": {
            "additions": [
                {
                    "type": "campaign",
                    "id": "campaign--df8eb785-70f8-4300-b444-277ba849083d",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-03-27 19:43:25.703000+00:00",
                    "modified": "2024-04-10 16:02:48.078000+00:00",
                    "name": "2022 Ukraine Electric Power Attack",
                    "description": "The [2022 Ukraine Electric Power Attack](https://attack.mitre.org/campaigns/C0034) was a [Sandworm Team](https://attack.mitre.org/groups/G0034) campaign that used a combination of GOGETTER, Neo-REGEORG, [CaddyWiper](https://attack.mitre.org/software/S0693), and living of the land (LotL) techniques to gain access to a Ukrainian electric utility to send unauthorized commands from their SCADA system.(Citation: Mandiant-Sandworm-Ukraine-2022)(Citation: Dragos-Sandworm-Ukraine-2022) ",
                    "aliases": [
                        "2022 Ukraine Electric Power Attack"
                    ],
                    "first_seen": "2022-06-01 04:00:00+00:00",
                    "last_seen": "2022-10-01 04:00:00+00:00",
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/campaigns/C0034",
                            "external_id": "C0034"
                        },
                        {
                            "source_name": "Dragos-Sandworm-Ukraine-2022",
                            "description": "Dragos, Inc.. (2023, December 11). ELECTRUM Targeted Ukrainian Electric Entity Using Custom Tools and CaddyWiper Malware, October 2022. Retrieved March 28, 2024.",
                            "url": "https://www.dragos.com/blog/new-details-electrum-ukraine-electric-sector-compromise-2022/"
                        },
                        {
                            "source_name": "Mandiant-Sandworm-Ukraine-2022",
                            "description": "Ken Proska, John Wolfram, Jared Wilson, Dan Black, Keith Lunden, Daniel Kapellmann Zafra, Nathan Brubaker, Tyler Mclellan, Chris Sistrunk. (2023, November 9). Sandworm Disrupts Power in Ukraine Using a Novel Attack Against Operational Technology. Retrieved March 28, 2024.",
                            "url": "https://www.mandiant.com/resources/blog/sandworm-disrupts-power-ukraine-operational-technology"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack",
                        "ics-attack"
                    ],
                    "x_mitre_first_seen_citation": "(Citation: Mandiant-Sandworm-Ukraine-2022)",
                    "x_mitre_last_seen_citation": "(Citation: Mandiant-Sandworm-Ukraine-2022)",
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "campaign",
                    "id": "campaign--7ec2826c-0bf0-4b47-acae-fd683431a4ca",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-03-28 15:22:19.075000+00:00",
                    "modified": "2024-04-15 21:10:00.969000+00:00",
                    "name": "C0032",
                    "description": "[C0032](https://attack.mitre.org/campaigns/C0032) was an extended campaign suspected to involve the [Triton](https://attack.mitre.org/software/S1009) adversaries with related capabilities and techniques focused on gaining a foothold within IT environments. This campaign occurred in 2019 and was distinctly different from the [Triton Safety Instrumented System Attack](https://attack.mitre.org/campaigns/C0030).(Citation: FireEye TRITON 2019)",
                    "aliases": [
                        "C0032"
                    ],
                    "first_seen": "2014-10-01 04:00:00+00:00",
                    "last_seen": "2017-01-01 05:00:00+00:00",
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/campaigns/C0032",
                            "external_id": "C0032"
                        },
                        {
                            "source_name": "FireEye TRITON 2019",
                            "description": "Miller, S, et al. (2019, April 10). TRITON Actor TTP Profile, Custom Attack Tools, Detections, and ATT&CK Mapping. Retrieved April 16, 2019.",
                            "url": "https://www.fireeye.com/blog/threat-research/2019/04/triton-actor-ttp-profile-custom-attack-tools-detections.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_first_seen_citation": "(Citation: FireEye TRITON 2019)",
                    "x_mitre_last_seen_citation": "(Citation: FireEye TRITON 2019)",
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "campaign",
                    "id": "campaign--a82bc5ad-5f95-4c6a-9f25-aaf6f476a3c4",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-03-28 18:00:04.123000+00:00",
                    "modified": "2024-04-11 15:10:14.209000+00:00",
                    "name": "C0033",
                    "description": "[C0033](https://attack.mitre.org/campaigns/C0033) was a [PROMETHIUM](https://attack.mitre.org/groups/G0056) campaign during which they used [StrongPity](https://attack.mitre.org/software/S0491) to target Android users. [C0033](https://attack.mitre.org/campaigns/C0033) was the first publicly documented mobile campaign for [PROMETHIUM](https://attack.mitre.org/groups/G0056), who previously used Windows-based techniques.(Citation: welivesec_strongpity)",
                    "aliases": [
                        "C0033"
                    ],
                    "first_seen": "2016-05-01 07:00:00+00:00",
                    "last_seen": "2023-01-01 08:00:00+00:00",
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/campaigns/C0033",
                            "external_id": "C0033"
                        },
                        {
                            "source_name": "securelist_strongpity",
                            "description": "Baumgartner, K. (2016, October 3). On the StrongPity Waterhole Attacks Targeting Italian and Belgian Encryption Users. Retrieved March 28, 2024.",
                            "url": "https://securelist.com/on-the-strongpity-waterhole-attacks-targeting-italian-and-belgian-encryption-users/76147/"
                        },
                        {
                            "source_name": "welivesec_strongpity",
                            "description": "Stefanko, L. (2023, January 10). StrongPity espionage campaign targeting Android users. Retrieved January 31, 2023.",
                            "url": "https://www.welivesecurity.com/2023/01/10/strongpity-espionage-campaign-targeting-android-users/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Hiroki Nagahama, NEC Corporation",
                        "Manikantan Srinivasan, NEC Corporation India",
                        "Pooja Natarajan, NEC Corporation India"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "mobile-attack",
                        "enterprise-attack"
                    ],
                    "x_mitre_first_seen_citation": "(Citation: securelist_strongpity)",
                    "x_mitre_last_seen_citation": "(Citation: welivesec_strongpity)",
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "campaign",
                    "id": "campaign--4fdd2487-26c1-494e-8702-ec5abe9aa1d9",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-03-01 18:21:04.698000+00:00",
                    "modified": "2024-03-28 17:37:05.814000+00:00",
                    "name": "Cutting Edge",
                    "description": "[Cutting Edge](https://attack.mitre.org/campaigns/C0029) was a campaign conducted by suspected China-nexus espionage actors, variously identified as UNC5221/UTA0178 and UNC5325, that began as early as December 2023 with the exploitation of zero-day vulnerabilities in Ivanti Connect Secure (previously Pulse Secure) VPN appliances. [Cutting Edge](https://attack.mitre.org/campaigns/C0029) targeted the U.S. defense industrial base and multiple sectors globally including  telecommunications, financial, aerospace, and technology. [Cutting Edge](https://attack.mitre.org/campaigns/C0029) featured the use of defense evasion and living-off-the-land (LoTL) techniques along with the deployment of web shells and other custom malware.(Citation: Mandiant Cutting Edge January 2024)(Citation: Volexity Ivanti Zero-Day Exploitation January 2024)(Citation: Volexity Ivanti Global Exploitation January 2024)(Citation: Mandiant Cutting Edge Part 2 January 2024)(Citation: Mandiant Cutting Edge Part 3 February 2024)",
                    "aliases": [
                        "Cutting Edge"
                    ],
                    "first_seen": "2023-12-01 05:00:00+00:00",
                    "last_seen": "2024-02-01 05:00:00+00:00",
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/campaigns/C0029",
                            "external_id": "C0029"
                        },
                        {
                            "source_name": "Volexity Ivanti Global Exploitation January 2024",
                            "description": "Gurkok, C. et al. (2024, January 15). Ivanti Connect Secure VPN Exploitation Goes Global. Retrieved February 27, 2024.",
                            "url": "https://www.volexity.com/blog/2024/01/15/ivanti-connect-secure-vpn-exploitation-goes-global/"
                        },
                        {
                            "source_name": "Mandiant Cutting Edge Part 3 February 2024",
                            "description": "Lin, M. et al. (2024, February 27). Cutting Edge, Part 3: Investigating Ivanti Connect Secure VPN Exploitation and Persistence Attempts. Retrieved March 1, 2024.",
                            "url": "https://www.mandiant.com/resources/blog/investigating-ivanti-exploitation-persistence"
                        },
                        {
                            "source_name": "Mandiant Cutting Edge Part 2 January 2024",
                            "description": "Lin, M. et al. (2024, January 31). Cutting Edge, Part 2: Investigating Ivanti Connect Secure VPN Zero-Day Exploitation. Retrieved February 27, 2024.",
                            "url": "https://www.mandiant.com/resources/blog/investigating-ivanti-zero-day-exploitation"
                        },
                        {
                            "source_name": "Mandiant Cutting Edge January 2024",
                            "description": "McLellan, T. et al. (2024, January 12). Cutting Edge: Suspected APT Targets Ivanti Connect Secure VPN in New Zero-Day Exploitation. Retrieved February 27, 2024.",
                            "url": "https://www.mandiant.com/resources/blog/suspected-apt-targets-ivanti-zero-day"
                        },
                        {
                            "source_name": "Volexity Ivanti Zero-Day Exploitation January 2024",
                            "description": "Meltzer, M. et al. (2024, January 10). Active Exploitation of Two Zero-Day Vulnerabilities in Ivanti Connect Secure VPN. Retrieved February 27, 2024.",
                            "url": "https://www.volexity.com/blog/2024/01/10/active-exploitation-of-two-zero-day-vulnerabilities-in-ivanti-connect-secure-vpn/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_first_seen_citation": "(Citation: Mandiant Cutting Edge January 2024)(Citation: Volexity Ivanti Zero-Day Exploitation January 2024)",
                    "x_mitre_last_seen_citation": "(Citation: Mandiant Cutting Edge Part 3 February 2024)",
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "campaign",
                    "id": "campaign--45a98f02-852f-49b2-94c0-c63207bebbbf",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-03-25 17:47:37.619000+00:00",
                    "modified": "2024-04-17 16:17:07.038000+00:00",
                    "name": "Triton Safety Instrumented System Attack",
                    "description": "[Triton Safety Instrumented System Attack](https://attack.mitre.org/campaigns/C0030) was a campaign employed by [TEMP.Veles](https://attack.mitre.org/groups/G0088) which leveraged the [Triton](https://attack.mitre.org/software/S1009) malware framework against a petrochemical organization.(Citation: Triton-EENews-2017) The malware and techniques used within this campaign targeted specific Triconex [Safety Controller](https://attack.mitre.org/assets/A0010)s within the environment.(Citation: FireEye TRITON 2018) The incident was eventually discovered due to a safety trip that occurred as a result of an issue in the malware.(Citation: FireEye TRITON 2017)\n",
                    "aliases": [
                        "Triton Safety Instrumented System Attack"
                    ],
                    "first_seen": "2017-06-01 04:00:00+00:00",
                    "last_seen": "2017-08-01 04:00:00+00:00",
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/campaigns/C0030",
                            "external_id": "C0030"
                        },
                        {
                            "source_name": "Triton-EENews-2017",
                            "description": "Blake Sobczak. (2019, March 7). The inside story of the world\u2019s most dangerous malware. Retrieved March 25, 2024.",
                            "url": "https://www.eenews.net/articles/the-inside-story-of-the-worlds-most-dangerous-malware/"
                        },
                        {
                            "source_name": "FireEye TRITON 2017",
                            "description": "Johnson, B, et. al. (2017, December 14). Attackers Deploy New ICS Attack Framework \"TRITON\" and Cause Operational Disruption to Critical Infrastructure. Retrieved January 6, 2021.",
                            "url": "https://www.fireeye.com/blog/threat-research/2017/12/attackers-deploy-new-ics-attack-framework-triton.html"
                        },
                        {
                            "source_name": "FireEye TRITON 2018",
                            "description": "Miller, S. Reese, E. (2018, June 7). A Totally Tubular Treatise on TRITON and TriStation. Retrieved January 6, 2021.",
                            "url": "https://www.fireeye.com/blog/threat-research/2018/06/totally-tubular-treatise-on-TRITON-and-tristation.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "ics-attack",
                        "enterprise-attack"
                    ],
                    "x_mitre_first_seen_citation": "(Citation: Triton-EENews-2017)",
                    "x_mitre_last_seen_citation": "(Citation: Triton-EENews-2017)",
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.0"
                }
            ],
            "major_version_changes": [],
            "minor_version_changes": [
                {
                    "type": "campaign",
                    "id": "campaign--ae407e32-87e0-4d92-8705-3ae25d504d8a",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2022-09-08 13:31:37.391000+00:00",
                    "modified": "2024-04-11 00:36:23.822000+00:00",
                    "name": "Night Dragon",
                    "description": "[Night Dragon](https://attack.mitre.org/campaigns/C0002) was a cyber espionage campaign that targeted oil, energy, and petrochemical companies, along with individuals and executives in Kazakhstan, Taiwan, Greece, and the United States. The unidentified threat actors searched for information related to oil and gas field production systems, financials, and collected data from SCADA systems. Based on the observed techniques, tools, and network activities, security researchers assessed the campaign involved a threat group based in China.(Citation: McAfee Night Dragon)",
                    "aliases": [
                        "Night Dragon"
                    ],
                    "first_seen": "2009-11-01 04:00:00+00:00",
                    "last_seen": "2011-02-01 05:00:00+00:00",
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/campaigns/C0002",
                            "external_id": "C0002"
                        },
                        {
                            "source_name": "McAfee Night Dragon",
                            "description": "McAfee\u00ae Foundstone\u00ae Professional Services and McAfee Labs\u2122. (2011, February 10). Global Energy Cyberattacks: \u201cNight Dragon\u201d. Retrieved February 19, 2018.",
                            "url": "https://scadahacker.com/library/Documents/Cyber_Events/McAfee%20-%20Night%20Dragon%20-%20Global%20Energy%20Cyberattacks.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_first_seen_citation": "(Citation: McAfee Night Dragon)",
                    "x_mitre_last_seen_citation": "(Citation: McAfee Night Dragon)",
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:36:23.822000+00:00\", \"old_value\": \"2022-09-22 20:45:42.479000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.0.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "campaign",
                    "id": "campaign--0257b35b-93ef-4a70-80dd-ad5258e6045b",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2023-03-17 13:37:42.596000+00:00",
                    "modified": "2024-04-11 00:31:21.576000+00:00",
                    "name": "Operation Dream Job",
                    "description": "[Operation Dream Job](https://attack.mitre.org/campaigns/C0022) was a cyber espionage operation likely conducted by [Lazarus Group](https://attack.mitre.org/groups/G0032) that targeted the defense, aerospace, government, and other sectors in the United States, Israel, Australia, Russia, and India. In at least one case, the cyber actors tried to monetize their network access to conduct a business email compromise (BEC) operation. In 2020, security researchers noted overlapping TTPs, to include fake job lures and code similarities, between [Operation Dream Job](https://attack.mitre.org/campaigns/C0022), Operation North Star, and Operation Interception; by 2022 security researchers described [Operation Dream Job](https://attack.mitre.org/campaigns/C0022) as an umbrella term covering both Operation Interception and Operation North Star.(Citation: ClearSky Lazarus Aug 2020)(Citation: McAfee Lazarus Jul 2020)(Citation: ESET Lazarus Jun 2020)(Citation: The Hacker News Lazarus Aug 2022)",
                    "aliases": [
                        "Operation Dream Job",
                        "Operation North Star",
                        "Operation Interception"
                    ],
                    "first_seen": "2019-09-01 04:00:00+00:00",
                    "last_seen": "2020-08-01 04:00:00+00:00",
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/campaigns/C0022",
                            "external_id": "C0022"
                        },
                        {
                            "source_name": "Operation Interception",
                            "description": "(Citation: ESET Lazarus Jun 2020)"
                        },
                        {
                            "source_name": "Operation North Star",
                            "description": "(Citation: McAfee Lazarus Jul 2020)(Citation: McAfee Lazarus Nov 2020)"
                        },
                        {
                            "source_name": "McAfee Lazarus Nov 2020",
                            "description": "Beek, C. (2020, November 5). Operation North Star: Behind The Scenes. Retrieved December 20, 2021.",
                            "url": "https://www.mcafee.com/blogs/other-blogs/mcafee-labs/operation-north-star-behind-the-scenes/"
                        },
                        {
                            "source_name": "ESET Lazarus Jun 2020",
                            "description": "Breitenbacher, D and Osis, K. (2020, June 17). OPERATION IN(TER)CEPTION: Targeted Attacks Against European Aerospace and Military Companies. Retrieved December 20, 2021.",
                            "url": "https://www.welivesecurity.com/wp-content/uploads/2020/06/ESET_Operation_Interception.pdf"
                        },
                        {
                            "source_name": "McAfee Lazarus Jul 2020",
                            "description": "Cashman, M. (2020, July 29). Operation North Star Campaign. Retrieved December 20, 2021.",
                            "url": "https://www.mcafee.com/blogs/other-blogs/mcafee-labs/operation-north-star-a-job-offer-thats-too-good-to-be-true/?hilite=%27Operation%27%2C%27North%27%2C%27Star%27"
                        },
                        {
                            "source_name": "ClearSky Lazarus Aug 2020",
                            "description": "ClearSky Research Team. (2020, August 13). Operation 'Dream Job' Widespread North Korean Espionage Campaign. Retrieved December 20, 2021.",
                            "url": "https://www.clearskysec.com/wp-content/uploads/2020/08/Dream-Job-Campaign.pdf"
                        },
                        {
                            "source_name": "The Hacker News Lazarus Aug 2022",
                            "description": "Lakshmanan, R. (2022, August 17). North Korea Hackers Spotted Targeting Job Seekers with macOS Malware. Retrieved April 10, 2023.",
                            "url": "https://thehackernews.com/2022/08/north-korea-hackers-spotted-targeting.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_first_seen_citation": "(Citation: ESET Lazarus Jun 2020)",
                    "x_mitre_last_seen_citation": "(Citation: ClearSky Lazarus Aug 2020)",
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:31:21.576000+00:00\", \"old_value\": \"2023-09-27 20:12:54.984000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                },
                {
                    "type": "campaign",
                    "id": "campaign--4603cf2f-06d0-4970-9c5d-5071b08c817f",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2022-09-29 20:00:38.136000+00:00",
                    "modified": "2024-04-11 00:30:42.003000+00:00",
                    "name": "Operation Dust Storm",
                    "description": "[Operation Dust Storm](https://attack.mitre.org/campaigns/C0016) was a long-standing persistent cyber espionage campaign that targeted multiple industries in Japan, South Korea, the United States, Europe, and several Southeast Asian countries. By 2015, the [Operation Dust Storm](https://attack.mitre.org/campaigns/C0016) threat actors shifted from government and defense-related intelligence targets to Japanese companies or Japanese subdivisions of larger foreign organizations supporting Japan's critical infrastructure, including electricity generation, oil and natural gas, finance, transportation, and construction.(Citation: Cylance Dust Storm)\n\n[Operation Dust Storm](https://attack.mitre.org/campaigns/C0016) threat actors also began to use Android backdoors in their operations by 2015, with all identified victims at the time residing in Japan or South Korea.(Citation: Cylance Dust Storm)",
                    "aliases": [
                        "Operation Dust Storm"
                    ],
                    "first_seen": "2010-01-01 07:00:00+00:00",
                    "last_seen": "2016-02-01 06:00:00+00:00",
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/campaigns/C0016",
                            "external_id": "C0016"
                        },
                        {
                            "source_name": "Cylance Dust Storm",
                            "description": "Gross, J. (2016, February 23). Operation Dust Storm. Retrieved December 22, 2021.",
                            "url": "https://s7d2.scene7.com/is/content/cylance/prod/cylance-web/en-us/resources/knowledge-center/resource-library/reports/Op_Dust_Storm_Report.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack",
                        "mobile-attack"
                    ],
                    "x_mitre_first_seen_citation": "(Citation: Cylance Dust Storm)",
                    "x_mitre_last_seen_citation": "(Citation: Cylance Dust Storm)",
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:30:42.003000+00:00\", \"old_value\": \"2022-09-30 21:05:22.490000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.0.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "campaign",
                    "id": "campaign--4553292d-12c6-4a93-934d-12160370d4e0",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2022-09-16 21:08:54.358000+00:00",
                    "modified": "2024-04-11 00:30:09.195000+00:00",
                    "name": "Operation Honeybee",
                    "description": "[Operation Honeybee](https://attack.mitre.org/campaigns/C0006) was a campaign that targeted humanitarian aid and inter-Korean affairs organizations from at least late 2017 through early 2018. [Operation Honeybee](https://attack.mitre.org/campaigns/C0006) initially targeted South Korea, but expanded to include Vietnam, Singapore, Japan, Indonesia, Argentina, and Canada. Security researchers assessed the threat actors were likely Korean speakers based on metadata used in both lure documents and executables, and named the campaign \"Honeybee\" after the author name discovered in malicious Word documents.(Citation: McAfee Honeybee) ",
                    "aliases": [
                        "Operation Honeybee"
                    ],
                    "first_seen": "2017-08-01 05:00:00+00:00",
                    "last_seen": "2018-02-01 06:00:00+00:00",
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/campaigns/C0006",
                            "external_id": "C0006"
                        },
                        {
                            "source_name": "McAfee Honeybee",
                            "description": "Sherstobitoff, R. (2018, March 02). McAfee Uncovers Operation Honeybee, a Malicious Document Campaign Targeting Humanitarian Aid Groups. Retrieved May 16, 2018.",
                            "url": "https://www.mcafee.com/blogs/other-blogs/mcafee-labs/mcafee-uncovers-operation-honeybee-malicious-document-campaign-targeting-humanitarian-aid-groups/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_first_seen_citation": "(Citation: McAfee Honeybee)",
                    "x_mitre_last_seen_citation": "(Citation: McAfee Honeybee)",
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:30:09.195000+00:00\", \"old_value\": \"2022-10-13 17:57:06.034000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.0.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "campaign",
                    "id": "campaign--4c840263-bbda-440d-a22b-674679ddebf1",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2022-09-16 15:32:41.893000+00:00",
                    "modified": "2024-04-11 00:29:32.199000+00:00",
                    "name": "Operation Spalax",
                    "description": "[Operation Spalax](https://attack.mitre.org/campaigns/C0005) was a campaign that primarily targeted Colombian government organizations and private companies, particularly those associated with the energy and metallurgical industries. The [Operation Spalax](https://attack.mitre.org/campaigns/C0005) threat actors distributed commodity malware and tools using generic phishing topics related to COVID-19, banking, and law enforcement action. Security researchers noted indicators of compromise and some infrastructure overlaps with other campaigns dating back to April 2018, including at least one separately attributed to [APT-C-36](https://attack.mitre.org/groups/G0099), however identified enough differences to report this as separate, unattributed activity.(Citation: ESET Operation Spalax Jan 2021)  ",
                    "aliases": [
                        "Operation Spalax"
                    ],
                    "first_seen": "2019-11-01 05:00:00+00:00",
                    "last_seen": "2021-01-01 06:00:00+00:00",
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/campaigns/C0005",
                            "external_id": "C0005"
                        },
                        {
                            "source_name": "ESET Operation Spalax Jan 2021",
                            "description": "M. Porolli. (2021, January 21). Operation Spalax: Targeted malware attacks in Colombia. Retrieved September 16, 2022.",
                            "url": "https://www.welivesecurity.com/2021/01/12/operation-spalax-targeted-malware-attacks-colombia/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_first_seen_citation": "(Citation: ESET Operation Spalax Jan 2021)",
                    "x_mitre_last_seen_citation": "(Citation: ESET Operation Spalax Jan 2021)",
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:29:32.199000+00:00\", \"old_value\": \"2022-10-13 13:06:44.395000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.0.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                }
            ],
            "other_version_changes": [],
            "patches": [],
            "revocations": [],
            "deprecations": [],
            "deletions": []
        },
        "assets": {
            "additions": [],
            "major_version_changes": [],
            "minor_version_changes": [],
            "other_version_changes": [],
            "patches": [],
            "revocations": [],
            "deprecations": [],
            "deletions": []
        },
        "mitigations": {
            "additions": [],
            "major_version_changes": [],
            "minor_version_changes": [
                {
                    "type": "course-of-action",
                    "id": "course-of-action--b5dbb4c5-b0b1-40b1-80b6-e9e84ab90067",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-07-19 14:40:23.529000+00:00",
                    "modified": "2023-12-26 19:17:13.293000+00:00",
                    "name": "Software Configuration",
                    "description": "Implement configuration changes to software (other than the operating system) to mitigate security risks associated to how the software operates.",
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/mitigations/M1054",
                            "external_id": "M1054"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2023-12-26 19:17:13.293000+00:00\", \"old_value\": \"2020-03-31 13:11:09.471000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2"
                }
            ],
            "other_version_changes": [],
            "patches": [],
            "revocations": [],
            "deprecations": [],
            "deletions": []
        },
        "datasources": {
            "additions": [],
            "major_version_changes": [],
            "minor_version_changes": [],
            "other_version_changes": [],
            "patches": [],
            "revocations": [],
            "deprecations": [],
            "deletions": []
        },
        "datacomponents": {
            "additions": [],
            "major_version_changes": [],
            "minor_version_changes": [],
            "other_version_changes": [],
            "patches": [],
            "revocations": [],
            "deprecations": [],
            "deletions": []
        }
    },
    "mobile-attack": {
        "techniques": {
            "additions": [
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--dfafc230-5465-4993-8dc5-f51fa9fec002",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-03-29 15:04:38.566000+00:00",
                    "modified": "2024-04-16 20:24:13.854000+00:00",
                    "name": "SSL Pinning",
                    "description": "Adversaries may use [SSL Pinning](https://attack.mitre.org/techniques/T1521/003)  to protect the C2 traffic from being intercepted and analyzed.\n\n[SSL Pinning](https://attack.mitre.org/techniques/T1521/003)  is a technique commonly utilized by legitimate websites to ensure that encrypted communications are only allowed with a pre-defined certificate. If another certificate is presented, it could indicate device compromise, traffic interception, or another upstream issue. While benign usages are common, it is also possible for adversaries to abuse this technology to protect malicious C2 traffic.\n\nIn normal, not pinned SSL validation, when a client connects to a server using HTTPS, it typically checks whether the server\u2019s SSL/TLS certificate is signed by a trusted Certificate Authority (CA) in the device\u2019s trust store. If the certificate is valid and signed by a trusted CA, the connection is established. However, with [SSL Pinning](https://attack.mitre.org/techniques/T1521/003) , the client is configured to trust a specific SSL/TLS certificate or public key, rather than relying on the device\u2019s trust store. This means that even if the server\u2019s certificate is signed by a trusted CA, the client will only establish the connection of the certificate or key is pinned.\n\nThere are two types of [SSL Pinning](https://attack.mitre.org/techniques/T1521/003) :\n\n1.\tCertificate Pinning: The client stores a copy of the server\u2019s certificate and compares it with the certificate received during the SSL handshake. If the certificates match, then the client proceeds with the connection. This approach also works with self-signed certificates.\n\n2.\tPublic Key Pinning: Instead of pinning the entire certificate, the client pins just the public key extracted from the certificate. This is often more flexible, as it allows the server to renew its certificate without having to update the pinned certificate or breaking the SSL connection.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-mobile-attack",
                            "phase_name": "command-and-control"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1521/003",
                            "external_id": "T1521.003"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Takahashi Wataru, NEC Corporation",
                        "Manikantan Srinivasan, NEC Corporation India",
                        "Pooja Natarajan, NEC Corporation India"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "",
                    "x_mitre_domains": [
                        "mobile-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Android",
                        "iOS"
                    ],
                    "x_mitre_tactic_type": [
                        "Post-Adversary Device Access"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--6ecbc2eb-e85a-440a-ab68-4d98f8d56fbe",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2023-12-05 22:14:54.813000+00:00",
                    "modified": "2023-12-05 22:14:54.813000+00:00",
                    "name": "Exploitation for Initial Access",
                    "description": "Adversaries may exploit software vulnerabilities to gain initial access to a mobile device. \n\nThis can be accomplished in a variety of ways. Vulnerabilities may be present in applications, services, the underlying operating system, or in the kernel itself. Several well-known mobile device exploits exist, including FORCEDENTRY, StageFright, and BlueBorne. Further, some exploits may be possible to exploit without any user interaction (zero-click), making them particularly dangerous. Mobile operating system vendors are typically very quick to patch such critical bugs, ensuring only a small window where they can be exploited. ",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-mobile-attack",
                            "phase_name": "initial-access"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1664",
                            "external_id": "T1664"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "",
                    "x_mitre_domains": [
                        "mobile-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Android",
                        "iOS"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--ea132c68-b518-4478-ae8d-1763cda26ee3",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-02-20 21:44:32.669000+00:00",
                    "modified": "2024-04-17 16:50:41.414000+00:00",
                    "name": "Conceal Multimedia Files",
                    "description": "Adversaries may attempt to hide multimedia files from the user. By doing so, adversaries may conceal captured files, such as pictures, videos and/or screenshots, then later exfiltrate those files.  \n\nSpecific to Android devices, if the `.nomedia` file is present in a folder, multimedia files in that folder will not be visible to the user in the Gallery application. Additionally, other applications are asked not to scan the folder with the `.nomedia` file, effectively making the folder appear invisible to the user.  \n\nThis technique is often used by stalkerware and spyware applications.  ",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-mobile-attack",
                            "phase_name": "defense-evasion"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1628/003",
                            "external_id": "T1628.003"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Shankar Raman, Amrita University, Gen Digital, Traboda"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "",
                    "x_mitre_domains": [
                        "mobile-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Android"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--45a5fe76-eda3-4d40-8f22-c186efd6278d",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-02-20 23:39:08.047000+00:00",
                    "modified": "2024-02-20 23:39:08.047000+00:00",
                    "name": "Internet Connection Discovery",
                    "description": "Adversaries may check for Internet connectivity on compromised systems. This may be performed during automated discovery and can be accomplished in numerous ways such as using `adb shell netstat` for Android.(Citation: adb_commands)\n\nAdversaries may use the results and responses from these requests to determine if the mobile devices are capable of communicating with adversary-owned C2 servers before attempting to connect to them. The results may also be used to identify routes, redirectors, and proxy servers.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-mobile-attack",
                            "phase_name": "discovery"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1422/001",
                            "external_id": "T1422.001"
                        },
                        {
                            "source_name": "adb_commands",
                            "description": "Pulimet. (2017, September 11). AdbCommands. Retrieved December 14, 2023.",
                            "url": "https://gist.github.com/Pulimet/5013acf2cd5b28e55036c82c91bd56d8"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "",
                    "x_mitre_domains": [
                        "mobile-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Android",
                        "iOS"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--be63612f-a48f-44f2-a7a6-1763509fcf80",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-02-21 20:44:44.404000+00:00",
                    "modified": "2024-02-21 20:44:44.404000+00:00",
                    "name": "Wi-Fi Discovery",
                    "description": "Adversaries may search for information about Wi-Fi networks, such as network names and passwords, on compromised systems. Adversaries may use Wi-Fi information as part of [Discovery](https://attack.mitre.org/tactics/TA0032) or [Credential Access](https://attack.mitre.org/tactics/TA0031) activity to support both ongoing and future campaigns. ",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-mobile-attack",
                            "phase_name": "discovery"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1422/002",
                            "external_id": "T1422.002"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "",
                    "x_mitre_domains": [
                        "mobile-attack"
                    ],
                    "x_mitre_is_subtechnique": true,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Android",
                        "iOS"
                    ],
                    "x_mitre_version": "1.0"
                }
            ],
            "major_version_changes": [],
            "minor_version_changes": [
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--08e22979-d320-48ed-8711-e7bf94aabb13",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2022-04-05 20:11:08.894000+00:00",
                    "modified": "2024-02-07 18:10:46.887000+00:00",
                    "name": "Adversary-in-the-Middle",
                    "description": "Adversaries may attempt to position themselves between two or more networked devices to support follow-on behaviors such as [Transmitted Data Manipulation](https://attack.mitre.org/techniques/T1565/002) or [Endpoint Denial of Service](https://attack.mitre.org/techniques/T1642).  \n\n \n\n[Adversary-in-the-Middle](https://attack.mitre.org/techniques/T1638) can be achieved through several mechanisms. For example, a malicious application may register itself as a VPN client, effectively redirecting device traffic to adversary-owned resources. Registering as a VPN client requires user consent on both Android and iOS; additionally, a special entitlement granted by Apple is needed for iOS devices. Alternatively, a malicious application with escalation privileges may utilize those privileges to gain access to network traffic.   \n\n\n Specific to Android devices, adversary-in-the-disk is a type of AiTM attack where adversaries monitor and manipulate data that is exchanged between applications and external storage.(Citation: mitd_kaspersky)(Citation: mitd_checkpoint)(Citation: mitd_checkpoint_research) To accomplish this, a malicious application firsts requests for access to multimedia files on the device (`READ_EXTERNAL STORAGE` and `WRITE_EXTERNAL_STORAGE`), then the application reads data on the device and/or writes malware to the device. Though the request for access is common, when used maliciously, adversaries may access files and other sensitive data due to abusing the permission. Multiple applications were shown to be vulnerable against this attack; however, scrutiny of permissions and input validations may mitigate this attack.    \n\nOutside of a mobile device, adversaries may be able to capture traffic by employing a rogue base station or Wi-Fi access point. These devices will allow adversaries to capture network traffic after it has left the device, while it is flowing to its destination. On a local network, enterprise techniques could be used, such as [ARP Cache Poisoning](https://attack.mitre.org/techniques/T1557/002) or [DHCP Spoofing](https://attack.mitre.org/techniques/T1557/003).  \n\n \n\nIf applications properly encrypt their network traffic, sensitive data may not be accessible to adversaries, depending on the point of capture. For example, properly implementing Apple\u2019s Application Transport Security (ATS) and Android\u2019s Network Security Configuration (NSC) may prevent sensitive data leaks.(Citation: NSC_Android)",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-mobile-attack",
                            "phase_name": "collection"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1638",
                            "external_id": "T1638"
                        },
                        {
                            "source_name": "mitd_checkpoint",
                            "description": "Check Point Research Team. (2018, August 12). Man-in-the-Disk: A New Attack Surface for Android Apps. Retrieved October 31, 2023.",
                            "url": "https://blog.checkpoint.com/security/man-in-the-disk-a-new-attack-surface-for-android-apps/"
                        },
                        {
                            "source_name": "mitd_kaspersky",
                            "description": "Drozhzhin, A. (2018, August 27). Man-in-the-Disk: A new and dangerous way to hack Android. Retrieved October 31, 2023.",
                            "url": "https://usa.kaspersky.com/blog/man-in-the-disk/16089/"
                        },
                        {
                            "source_name": "NSC_Android",
                            "description": "Lee, A., Ramirez, T. (2018, August 15). A Security Analyst\u2019s Guide to Network Security Configuration in Android P . Retrieved February 7, 2024.",
                            "url": "https://www.nowsecure.com/blog/2018/08/15/a-security-analysts-guide-to-network-security-configuration-in-android-p/"
                        },
                        {
                            "source_name": "mitd_checkpoint_research",
                            "description": "Makkaveev, S. (2018, August 12). Man-in-the-Disk: Android Apps Exposed via External Storage. Retrieved October 31, 2023.",
                            "url": "https://research.checkpoint.com/androids-man-in-the-disk/"
                        },
                        {
                            "source_name": "NIST Mobile Threat Catalogue",
                            "url": "https://pages.nist.gov/mobile-threat-catalogue/cellular-threats/CEL-3.html",
                            "external_id": "CEL-3"
                        },
                        {
                            "source_name": "NIST Mobile Threat Catalogue",
                            "url": "https://pages.nist.gov/mobile-threat-catalogue/application-threats/APP-0.html",
                            "external_id": "APP-0"
                        },
                        {
                            "source_name": "NIST Mobile Threat Catalogue",
                            "url": "https://pages.nist.gov/mobile-threat-catalogue/application-threats/APP-1.html",
                            "external_id": "APP-1"
                        },
                        {
                            "source_name": "NIST Mobile Threat Catalogue",
                            "url": "https://pages.nist.gov/mobile-threat-catalogue/application-threats/APP-8.html",
                            "external_id": "APP-8"
                        },
                        {
                            "source_name": "NIST Mobile Threat Catalogue",
                            "url": "https://pages.nist.gov/mobile-threat-catalogue/ecosystem-threats/ECO-12.html",
                            "external_id": "ECO-12"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Application vetting services should look for applications that request VPN access. These applications should be heavily scrutinized since VPN functionality is not very common. Mobile security products can potentially detect rogue Wi-Fi access points if the adversary is attempting to decrypt traffic using an untrusted SSL certificate. \n\n \n\nOn both Android and iOS, users must grant consent to an application to act as a VPN. Both platforms also provide visual context to the user in the top status bar when a VPN connection is active. Users can see registered VPN services in the device settings. ",
                    "x_mitre_domains": [
                        "mobile-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Android",
                        "iOS"
                    ],
                    "x_mitre_tactic_type": [
                        "Post-Adversary Device Access"
                    ],
                    "x_mitre_version": "2.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-02-07 18:10:46.887000+00:00\", \"old_value\": \"2023-03-15 16:39:32.207000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may attempt to position themselves between two or more networked devices to support follow-on behaviors such as [Transmitted Data Manipulation](https://attack.mitre.org/techniques/T1565/002) or [Endpoint Denial of Service](https://attack.mitre.org/techniques/T1642).  \\n\\n \\n\\n[Adversary-in-the-Middle](https://attack.mitre.org/techniques/T1638) can be achieved through several mechanisms. For example, a malicious application may register itself as a VPN client, effectively redirecting device traffic to adversary-owned resources. Registering as a VPN client requires user consent on both Android and iOS; additionally, a special entitlement granted by Apple is needed for iOS devices. Alternatively, a malicious application with escalation privileges may utilize those privileges to gain access to network traffic.   \\n\\n\\n Specific to Android devices, adversary-in-the-disk is a type of AiTM attack where adversaries monitor and manipulate data that is exchanged between applications and external storage.(Citation: mitd_kaspersky)(Citation: mitd_checkpoint)(Citation: mitd_checkpoint_research) To accomplish this, a malicious application firsts requests for access to multimedia files on the device (`READ_EXTERNAL STORAGE` and `WRITE_EXTERNAL_STORAGE`), then the application reads data on the device and/or writes malware to the device. Though the request for access is common, when used maliciously, adversaries may access files and other sensitive data due to abusing the permission. Multiple applications were shown to be vulnerable against this attack; however, scrutiny of permissions and input validations may mitigate this attack.    \\n\\nOutside of a mobile device, adversaries may be able to capture traffic by employing a rogue base station or Wi-Fi access point. These devices will allow adversaries to capture network traffic after it has left the device, while it is flowing to its destination. On a local network, enterprise techniques could be used, such as [ARP Cache Poisoning](https://attack.mitre.org/techniques/T1557/002) or [DHCP Spoofing](https://attack.mitre.org/techniques/T1557/003).  \\n\\n \\n\\nIf applications properly encrypt their network traffic, sensitive data may not be accessible to adversaries, depending on the point of capture. For example, properly implementing Apple\\u2019s Application Transport Security (ATS) and Android\\u2019s Network Security Configuration (NSC) may prevent sensitive data leaks.(Citation: NSC_Android)\", \"old_value\": \"Adversaries may attempt to position themselves between two or more networked devices to support follow-on behaviors such as [Transmitted Data Manipulation](https://attack.mitre.org/techniques/T1565/002) or [Endpoint Denial of Service](https://attack.mitre.org/techniques/T1642).  \\n\\n \\n\\n[Adversary-in-the-Middle](https://attack.mitre.org/techniques/T1638) can be achieved through several mechanisms, such as a malicious application registering itself as a VPN client. By doing this, the adversary can effectively redirect device traffic to wherever they want. However, registering as a VPN client requires user consent on both Android and iOS. Additionally, on iOS, the application requires a special entitlement that must be granted by Apple. Alternatively, if an application is able to escalate privileges, it can potentially utilize those privileges to gain access to network traffic.  \\n\\n \\n\\nOutside of a mobile device, adversaries may be able to capture traffic by employing a rogue base station or Wi-Fi access point. These devices will allow adversaries to capture network traffic after it has left the device, while it is flowing to its destination. On a local network, enterprise techniques could be used, such as DNS redirection or DNS poisoning.  \\n\\n \\n\\nIf applications properly encrypt their network traffic, sensitive data may not be accessible an adversary, depending on the point of capture. \", \"diff\": \"--- \\n+++ \\n@@ -2,12 +2,13 @@\\n \\n  \\n \\n-[Adversary-in-the-Middle](https://attack.mitre.org/techniques/T1638) can be achieved through several mechanisms, such as a malicious application registering itself as a VPN client. By doing this, the adversary can effectively redirect device traffic to wherever they want. However, registering as a VPN client requires user consent on both Android and iOS. Additionally, on iOS, the application requires a special entitlement that must be granted by Apple. Alternatively, if an application is able to escalate privileges, it can potentially utilize those privileges to gain access to network traffic.  \\n+[Adversary-in-the-Middle](https://attack.mitre.org/techniques/T1638) can be achieved through several mechanisms. For example, a malicious application may register itself as a VPN client, effectively redirecting device traffic to adversary-owned resources. Registering as a VPN client requires user consent on both Android and iOS; additionally, a special entitlement granted by Apple is needed for iOS devices. Alternatively, a malicious application with escalation privileges may utilize those privileges to gain access to network traffic.   \\n+\\n+\\n+ Specific to Android devices, adversary-in-the-disk is a type of AiTM attack where adversaries monitor and manipulate data that is exchanged between applications and external storage.(Citation: mitd_kaspersky)(Citation: mitd_checkpoint)(Citation: mitd_checkpoint_research) To accomplish this, a malicious application firsts requests for access to multimedia files on the device (`READ_EXTERNAL STORAGE` and `WRITE_EXTERNAL_STORAGE`), then the application reads data on the device and/or writes malware to the device. Though the request for access is common, when used maliciously, adversaries may access files and other sensitive data due to abusing the permission. Multiple applications were shown to be vulnerable against this attack; however, scrutiny of permissions and input validations may mitigate this attack.    \\n+\\n+Outside of a mobile device, adversaries may be able to capture traffic by employing a rogue base station or Wi-Fi access point. These devices will allow adversaries to capture network traffic after it has left the device, while it is flowing to its destination. On a local network, enterprise techniques could be used, such as [ARP Cache Poisoning](https://attack.mitre.org/techniques/T1557/002) or [DHCP Spoofing](https://attack.mitre.org/techniques/T1557/003).  \\n \\n  \\n \\n-Outside of a mobile device, adversaries may be able to capture traffic by employing a rogue base station or Wi-Fi access point. These devices will allow adversaries to capture network traffic after it has left the device, while it is flowing to its destination. On a local network, enterprise techniques could be used, such as DNS redirection or DNS poisoning.  \\n-\\n- \\n-\\n-If applications properly encrypt their network traffic, sensitive data may not be accessible an adversary, depending on the point of capture. \\n+If applications properly encrypt their network traffic, sensitive data may not be accessible to adversaries, depending on the point of capture. For example, properly implementing Apple\\u2019s Application Transport Security (ATS) and Android\\u2019s Network Security Configuration (NSC) may prevent sensitive data leaks.(Citation: NSC_Android)\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.2\", \"old_value\": \"2.1\"}}, \"iterable_item_added\": {\"root['external_references'][1]\": {\"source_name\": \"mitd_checkpoint\", \"description\": \"Check Point Research Team. (2018, August 12). Man-in-the-Disk: A New Attack Surface for Android Apps. Retrieved October 31, 2023.\", \"url\": \"https://blog.checkpoint.com/security/man-in-the-disk-a-new-attack-surface-for-android-apps/\"}, \"root['external_references'][2]\": {\"source_name\": \"mitd_kaspersky\", \"description\": \"Drozhzhin, A. (2018, August 27). Man-in-the-Disk: A new and dangerous way to hack Android. Retrieved October 31, 2023.\", \"url\": \"https://usa.kaspersky.com/blog/man-in-the-disk/16089/\"}, \"root['external_references'][3]\": {\"source_name\": \"NSC_Android\", \"description\": \"Lee, A., Ramirez, T. (2018, August 15). A Security Analyst\\u2019s Guide to Network Security Configuration in Android P . Retrieved February 7, 2024.\", \"url\": \"https://www.nowsecure.com/blog/2018/08/15/a-security-analysts-guide-to-network-security-configuration-in-android-p/\"}, \"root['external_references'][4]\": {\"source_name\": \"mitd_checkpoint_research\", \"description\": \"Makkaveev, S. (2018, August 12). Man-in-the-Disk: Android Apps Exposed via External Storage. Retrieved October 31, 2023.\", \"url\": \"https://research.checkpoint.com/androids-man-in-the-disk/\"}}}",
                    "previous_version": "2.1",
                    "version_change": "2.1 \u2192 2.2",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to111__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to111__0\"><a href=\"#difflib_chg_to111__top\">t</a></td><td class=\"diff_header\" id=\"from111_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_sub\">Adversaries&nbsp;may&nbsp;attempt&nbsp;to&nbsp;position&nbsp;themselves&nbsp;between&nbsp;two&nbsp;o</span></td><td class=\"diff_next\"><a href=\"#difflib_chg_to111__top\">t</a></td><td class=\"diff_header\" id=\"to111_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_add\">Adversaries&nbsp;may&nbsp;attempt&nbsp;to&nbsp;position&nbsp;themselves&nbsp;between&nbsp;two&nbsp;o</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">r&nbsp;more&nbsp;networked&nbsp;devices&nbsp;to&nbsp;support&nbsp;follow-on&nbsp;behaviors&nbsp;such</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">r&nbsp;more&nbsp;networked&nbsp;devices&nbsp;to&nbsp;support&nbsp;follow-on&nbsp;behaviors&nbsp;such</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;as&nbsp;[Transmitted&nbsp;Data&nbsp;Manipulation](https://attack.mitre.org</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;as&nbsp;[Transmitted&nbsp;Data&nbsp;Manipulation](https://attack.mitre.org</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">/techniques/T1565/002)&nbsp;or&nbsp;[Endpoint&nbsp;Denial&nbsp;of&nbsp;Service](https</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">/techniques/T1565/002)&nbsp;or&nbsp;[Endpoint&nbsp;Denial&nbsp;of&nbsp;Service](https</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">://attack.mitre.org/techniques/T1642).&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Adversary-in-t</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">://attack.mitre.org/techniques/T1642).&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Adversary-in-t</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">he-Middle](https://attack.mitre.org/techniques/T1638)&nbsp;can&nbsp;be</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">he-Middle](https://attack.mitre.org/techniques/T1638)&nbsp;can&nbsp;be</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;achieved&nbsp;through&nbsp;several&nbsp;mechanisms,&nbsp;such&nbsp;as&nbsp;a&nbsp;malicious&nbsp;ap</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;achieved&nbsp;through&nbsp;several&nbsp;mechanisms.&nbsp;For&nbsp;example,&nbsp;a&nbsp;malicio</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">plication&nbsp;registering&nbsp;itself&nbsp;as&nbsp;a&nbsp;VPN&nbsp;client.&nbsp;By&nbsp;doing&nbsp;this,</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">us&nbsp;application&nbsp;may&nbsp;register&nbsp;itself&nbsp;as&nbsp;a&nbsp;VPN&nbsp;client,&nbsp;effectiv</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;the&nbsp;adversary&nbsp;can&nbsp;effectively&nbsp;redirect&nbsp;device&nbsp;traffic&nbsp;to&nbsp;wh</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ely&nbsp;redirecting&nbsp;device&nbsp;traffic&nbsp;to&nbsp;adversary-owned&nbsp;resources.</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">erever&nbsp;they&nbsp;want.&nbsp;However,&nbsp;registering&nbsp;as&nbsp;a&nbsp;VPN&nbsp;client&nbsp;requi</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;Registering&nbsp;as&nbsp;a&nbsp;VPN&nbsp;client&nbsp;requires&nbsp;user&nbsp;consent&nbsp;on&nbsp;both&nbsp;A</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">res&nbsp;user&nbsp;consent&nbsp;on&nbsp;both&nbsp;Android&nbsp;and&nbsp;iOS.&nbsp;Additionally,&nbsp;on&nbsp;i</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ndroid&nbsp;and&nbsp;iOS;&nbsp;additionally,&nbsp;a&nbsp;special&nbsp;entitlement&nbsp;granted&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">OS,&nbsp;the&nbsp;application&nbsp;requires&nbsp;a&nbsp;special&nbsp;entitlement&nbsp;that&nbsp;must</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">by&nbsp;Apple&nbsp;is&nbsp;needed&nbsp;for&nbsp;iOS&nbsp;devices.&nbsp;Alternatively,&nbsp;a&nbsp;malicio</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;be&nbsp;granted&nbsp;by&nbsp;Apple.&nbsp;Alternatively,&nbsp;if&nbsp;an&nbsp;application&nbsp;is&nbsp;ab</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">us&nbsp;application&nbsp;with&nbsp;escalation&nbsp;privileges&nbsp;may&nbsp;utilize&nbsp;those&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">le&nbsp;to&nbsp;escalate&nbsp;privileges,&nbsp;it&nbsp;can&nbsp;potentially&nbsp;utilize&nbsp;those&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">privileges&nbsp;to&nbsp;gain&nbsp;access&nbsp;to&nbsp;network&nbsp;traffic.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specific</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">privileges&nbsp;to&nbsp;gain&nbsp;access&nbsp;to&nbsp;network&nbsp;traffic.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Outside&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;to&nbsp;Android&nbsp;devices,&nbsp;adversary-in-the-disk&nbsp;is&nbsp;a&nbsp;type&nbsp;of&nbsp;AiTM</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">of&nbsp;a&nbsp;mobile&nbsp;device,&nbsp;adversaries&nbsp;may&nbsp;be&nbsp;able&nbsp;to&nbsp;capture&nbsp;traff</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;attack&nbsp;where&nbsp;adversaries&nbsp;monitor&nbsp;and&nbsp;manipulate&nbsp;data&nbsp;that&nbsp;i</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ic&nbsp;by&nbsp;employing&nbsp;a&nbsp;rogue&nbsp;base&nbsp;station&nbsp;or&nbsp;Wi-Fi&nbsp;access&nbsp;point.&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">s&nbsp;exchanged&nbsp;between&nbsp;applications&nbsp;and&nbsp;external&nbsp;storage.(Citat</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">These&nbsp;devices&nbsp;will&nbsp;allow&nbsp;adversaries&nbsp;to&nbsp;capture&nbsp;network&nbsp;traf</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ion:&nbsp;mitd_kaspersky)(Citation:&nbsp;mitd_checkpoint)(Citation:&nbsp;mi</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">fic&nbsp;after&nbsp;it&nbsp;has&nbsp;left&nbsp;the&nbsp;device,&nbsp;while&nbsp;it&nbsp;is&nbsp;flowing&nbsp;to&nbsp;its</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">td_checkpoint_research)&nbsp;To&nbsp;accomplish&nbsp;this,&nbsp;a&nbsp;malicious&nbsp;appl</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;destination.&nbsp;On&nbsp;a&nbsp;local&nbsp;network,&nbsp;enterprise&nbsp;techniques&nbsp;coul</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ication&nbsp;firsts&nbsp;requests&nbsp;for&nbsp;access&nbsp;to&nbsp;multimedia&nbsp;files&nbsp;on&nbsp;th</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">d&nbsp;be&nbsp;used,&nbsp;such&nbsp;as&nbsp;DNS&nbsp;redirection&nbsp;or&nbsp;DNS&nbsp;poisoning.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">e&nbsp;device&nbsp;(`READ_EXTERNAL&nbsp;STORAGE`&nbsp;and&nbsp;`WRITE_EXTERNAL_STORAG</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">f&nbsp;applications&nbsp;properly&nbsp;encrypt&nbsp;their&nbsp;network&nbsp;traffic,&nbsp;sensi</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">E`),&nbsp;then&nbsp;the&nbsp;application&nbsp;reads&nbsp;data&nbsp;on&nbsp;the&nbsp;device&nbsp;and/or&nbsp;wr</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">tive&nbsp;data&nbsp;may&nbsp;not&nbsp;be&nbsp;accessible&nbsp;an&nbsp;adversary,&nbsp;depending&nbsp;on&nbsp;t</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ites&nbsp;malware&nbsp;to&nbsp;the&nbsp;device.&nbsp;Though&nbsp;the&nbsp;request&nbsp;for&nbsp;access&nbsp;is</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">he&nbsp;point&nbsp;of&nbsp;capture.&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;common,&nbsp;when&nbsp;used&nbsp;maliciously,&nbsp;adversaries&nbsp;may&nbsp;access&nbsp;files</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;and&nbsp;other&nbsp;sensitive&nbsp;data&nbsp;due&nbsp;to&nbsp;abusing&nbsp;the&nbsp;permission.&nbsp;Mul</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">tiple&nbsp;applications&nbsp;were&nbsp;shown&nbsp;to&nbsp;be&nbsp;vulnerable&nbsp;against&nbsp;this&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">attack;&nbsp;however,&nbsp;scrutiny&nbsp;of&nbsp;permissions&nbsp;and&nbsp;input&nbsp;validatio</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ns&nbsp;may&nbsp;mitigate&nbsp;this&nbsp;attack.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Outside&nbsp;of&nbsp;a&nbsp;mobile&nbsp;device</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">,&nbsp;adversaries&nbsp;may&nbsp;be&nbsp;able&nbsp;to&nbsp;capture&nbsp;traffic&nbsp;by&nbsp;employing&nbsp;a&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">rogue&nbsp;base&nbsp;station&nbsp;or&nbsp;Wi-Fi&nbsp;access&nbsp;point.&nbsp;These&nbsp;devices&nbsp;will</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;allow&nbsp;adversaries&nbsp;to&nbsp;capture&nbsp;network&nbsp;traffic&nbsp;after&nbsp;it&nbsp;has&nbsp;l</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">eft&nbsp;the&nbsp;device,&nbsp;while&nbsp;it&nbsp;is&nbsp;flowing&nbsp;to&nbsp;its&nbsp;destination.&nbsp;On&nbsp;a</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;local&nbsp;network,&nbsp;enterprise&nbsp;techniques&nbsp;could&nbsp;be&nbsp;used,&nbsp;such&nbsp;as</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;[ARP&nbsp;Cache&nbsp;Poisoning](https://attack.mitre.org/techniques/T</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">1557/002)&nbsp;or&nbsp;[DHCP&nbsp;Spoofing](https://attack.mitre.org/techni</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ques/T1557/003).&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If&nbsp;applications&nbsp;properly&nbsp;encrypt&nbsp;thei</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">r&nbsp;network&nbsp;traffic,&nbsp;sensitive&nbsp;data&nbsp;may&nbsp;not&nbsp;be&nbsp;accessible&nbsp;to&nbsp;a</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">dversaries,&nbsp;depending&nbsp;on&nbsp;the&nbsp;point&nbsp;of&nbsp;capture.&nbsp;For&nbsp;example,&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">properly&nbsp;implementing&nbsp;Apple\u2019s&nbsp;Application&nbsp;Transport&nbsp;Security</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;(ATS)&nbsp;and&nbsp;Android\u2019s&nbsp;Network&nbsp;Security&nbsp;Configuration&nbsp;(NSC)&nbsp;ma</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">y&nbsp;prevent&nbsp;sensitive&nbsp;data&nbsp;leaks.(Citation:&nbsp;NSC_Android)</span></td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1006: Use Recent OS Version",
                            "M1009: Encrypt Network Traffic"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0029: Network Traffic (Network Connection Creation)",
                            "DS0041: Application Vetting (Protected Configuration)",
                            "DS0042: User Interface (Permissions Request)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--233fe2c0-cb41-4765-b454-e0087597fbce",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2022-04-01 15:12:50.740000+00:00",
                    "modified": "2023-12-26 19:17:13.294000+00:00",
                    "name": "Steal Application Access Token",
                    "description": "Adversaries can steal user application access tokens as a means of acquiring credentials to access remote systems and resources. This can occur through social engineering or URI hijacking and typically requires user action to grant access, such as through a system \u201cOpen With\u201d dialogue.  \n\nApplication access tokens are used to make authorized API requests on behalf of a user and are commonly used as a way to access resources in cloud-based applications and software-as-a-service (SaaS).(Citation: Auth0 - Why You Should Always Use Access Tokens to Secure APIs Sept 2019) OAuth is one commonly implemented framework used to issue tokens to users for access to systems. An application desiring access to cloud-based services or protected APIs can gain entry through OAuth 2.0 using a variety of authorization protocols. An example of a commonly-used sequence is Microsoft's Authorization Code Grant flow.(Citation: Microsoft Identity Platform Protocols May 2019)(Citation: Microsoft - OAuth Code Authorization flow - June 2019) An OAuth access token enables a third-party application to interact with resources containing user data in the ways requested without requiring user credentials.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-mobile-attack",
                            "phase_name": "credential-access"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1635",
                            "external_id": "T1635"
                        },
                        {
                            "source_name": "Android-AppLinks",
                            "description": "Android. (n.d.). Handling App Links. Retrieved December 21, 2016.",
                            "url": "https://developer.android.com/training/app-links/index.html"
                        },
                        {
                            "source_name": "Auth0 - Why You Should Always Use Access Tokens to Secure APIs Sept 2019",
                            "description": "Auth0. (n.d.). Why You Should Always Use Access Tokens to Secure APIs. Retrieved September 12, 2019.",
                            "url": "https://auth0.com/blog/why-should-use-accesstokens-to-secure-an-api/"
                        },
                        {
                            "source_name": "Microsoft - OAuth Code Authorization flow - June 2019",
                            "description": "Microsoft. (n.d.). Microsoft identity platform and OAuth 2.0 authorization code flow. Retrieved September 12, 2019.",
                            "url": "https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-auth-code-flow"
                        },
                        {
                            "source_name": "Microsoft Identity Platform Protocols May 2019",
                            "description": "Microsoft. (n.d.). Retrieved September 12, 2019.",
                            "url": "https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-v2-protocols"
                        },
                        {
                            "source_name": "IETF-OAuthNativeApps",
                            "description": "W. Denniss and J. Bradley. (2017, October). IETF RFC 8252: OAuth 2.0 for Native Apps. Retrieved November 30, 2018.",
                            "url": "https://tools.ietf.org/html/rfc8252"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "On Android, users may be presented with a popup to select the appropriate application to open a URI in. If the user sees an application they do not recognize, they can remove it. When vetting applications for potential security weaknesses, the vetting process could look for insecure use of Intents. Developers should be encouraged to use techniques to ensure that the intent can only be sent to an appropriate destination (e.g., use explicit rather than implicit intents, permission checking, checking of the destination app's signing certificate, or utilizing the App Links feature). For mobile applications using OAuth, encourage use of best practice.(Citation: IETF-OAuthNativeApps)(Citation: Android-AppLinks)",
                    "x_mitre_domains": [
                        "mobile-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Android",
                        "iOS"
                    ],
                    "x_mitre_tactic_type": [
                        "Post-Adversary Device Access"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2023-12-26 19:17:13.294000+00:00\", \"old_value\": \"2023-03-20 18:53:52.292000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2",
                    "changelog_mitigations": {
                        "shared": [
                            "M1006: Use Recent OS Version",
                            "M1011: User Guidance",
                            "M1013: Application Developer Guidance"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0041: Application Vetting (API Calls)",
                            "DS0042: User Interface (System Notifications)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--d4536441-1bcc-49fa-80ae-a596ed3f7ffd",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-10-25 14:48:32.740000+00:00",
                    "modified": "2024-02-20 23:35:22.949000+00:00",
                    "name": "System Network Configuration Discovery",
                    "description": "Adversaries may look for details about the network configuration and settings, such as IP and/or MAC addresses, of devices they access or through information discovery of remote systems. \n\nAdversaries may use the information from [System Network Configuration Discovery](https://attack.mitre.org/techniques/T1422) during automated discovery to shape follow-on behaviors, including determining certain access within the target network and what actions to do next. \n\nOn Android, details of onboard network interfaces are accessible to apps through the `java.net.NetworkInterface` class.(Citation: NetworkInterface) Previously, the Android `TelephonyManager` class could be used to gather telephony-related device identifiers, information such as the IMSI, IMEI, and phone number. However, starting with Android 10, only preloaded, carrier, the default SMS, or device and profile owner applications can access the telephony-related device identifiers.(Citation: TelephonyManager) \n\n \n\nOn iOS, gathering network configuration information is not possible without root access. \n\n \n\nAdversaries may use the information from [System Network Configuration Discovery](https://attack.mitre.org/techniques/T1422) during automated discovery to shape follow-on behaviors, including determining certain access within the target network and what actions to do next. ",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-mobile-attack",
                            "phase_name": "discovery"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T1422",
                            "external_id": "T1422"
                        },
                        {
                            "source_name": "NetworkInterface",
                            "description": "Android. (n.d.). NetworkInterface. Retrieved December 21, 2016.",
                            "url": "https://developer.android.com/reference/java/net/NetworkInterface.html"
                        },
                        {
                            "source_name": "TelephonyManager",
                            "description": "Android. (n.d.). TelephonyManager. Retrieved December 21, 2016.",
                            "url": "https://developer.android.com/reference/android/telephony/TelephonyManager.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "Application vetting services could look for usage of the `READ_PRIVILEGED_PHONE_STATE` Android permission. This could indicate that non-system apps are attempting to access information that they do not have access to.",
                    "x_mitre_domains": [
                        "mobile-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Android",
                        "iOS"
                    ],
                    "x_mitre_tactic_type": [
                        "Post-Adversary Device Access"
                    ],
                    "x_mitre_version": "2.4",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-02-20 23:35:22.949000+00:00\", \"old_value\": \"2023-03-20 18:50:32.697000+00:00\"}, \"root['description']\": {\"new_value\": \"Adversaries may look for details about the network configuration and settings, such as IP and/or MAC addresses, of devices they access or through information discovery of remote systems. \\n\\nAdversaries may use the information from [System Network Configuration Discovery](https://attack.mitre.org/techniques/T1422) during automated discovery to shape follow-on behaviors, including determining certain access within the target network and what actions to do next. \\n\\nOn Android, details of onboard network interfaces are accessible to apps through the `java.net.NetworkInterface` class.(Citation: NetworkInterface) Previously, the Android `TelephonyManager` class could be used to gather telephony-related device identifiers, information such as the IMSI, IMEI, and phone number. However, starting with Android 10, only preloaded, carrier, the default SMS, or device and profile owner applications can access the telephony-related device identifiers.(Citation: TelephonyManager) \\n\\n \\n\\nOn iOS, gathering network configuration information is not possible without root access. \\n\\n \\n\\nAdversaries may use the information from [System Network Configuration Discovery](https://attack.mitre.org/techniques/T1422) during automated discovery to shape follow-on behaviors, including determining certain access within the target network and what actions to do next. \", \"old_value\": \"Adversaries may look for details about the network configuration and settings, such as IP and/or MAC addresses, of operating systems they access or through information discovery of remote systems. \\n\\n \\n\\nOn Android, details of onboard network interfaces are accessible to apps through the `java.net.NetworkInterface` class.(Citation: NetworkInterface) Previously, the Android `TelephonyManager` class could be used to gather telephony-related device identifiers, information such as the IMSI, IMEI, and phone number. However, starting with Android 10, only preloaded, carrier, the default SMS, or device and profile owner applications can access the telephony-related device identifiers.(Citation: TelephonyManager) \\n\\n \\n\\nOn iOS, gathering network configuration information is not possible without root access. \\n\\n \\n\\nAdversaries may use the information from [System Network Configuration Discovery](https://attack.mitre.org/techniques/T1422) during automated discovery to shape follow-on behaviors, including determining certain access within the target network and what actions to do next. \", \"diff\": \"--- \\n+++ \\n@@ -1,6 +1,6 @@\\n-Adversaries may look for details about the network configuration and settings, such as IP and/or MAC addresses, of operating systems they access or through information discovery of remote systems. \\n+Adversaries may look for details about the network configuration and settings, such as IP and/or MAC addresses, of devices they access or through information discovery of remote systems. \\n \\n- \\n+Adversaries may use the information from [System Network Configuration Discovery](https://attack.mitre.org/techniques/T1422) during automated discovery to shape follow-on behaviors, including determining certain access within the target network and what actions to do next. \\n \\n On Android, details of onboard network interfaces are accessible to apps through the `java.net.NetworkInterface` class.(Citation: NetworkInterface) Previously, the Android `TelephonyManager` class could be used to gather telephony-related device identifiers, information such as the IMSI, IMEI, and phone number. However, starting with Android 10, only preloaded, carrier, the default SMS, or device and profile owner applications can access the telephony-related device identifiers.(Citation: TelephonyManager) \\n \"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.4\", \"old_value\": \"2.3\"}}}",
                    "previous_version": "2.3",
                    "version_change": "2.3 \u2192 2.4",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to112__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to112__0\"><a href=\"#difflib_chg_to112__top\">t</a></td><td class=\"diff_header\" id=\"from112_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_sub\">Adversaries&nbsp;may&nbsp;look&nbsp;for&nbsp;details&nbsp;about&nbsp;the&nbsp;network&nbsp;configura</span></td><td class=\"diff_next\"><a href=\"#difflib_chg_to112__top\">t</a></td><td class=\"diff_header\" id=\"to112_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_add\">Adversaries&nbsp;may&nbsp;look&nbsp;for&nbsp;details&nbsp;about&nbsp;the&nbsp;network&nbsp;configura</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">tion&nbsp;and&nbsp;settings,&nbsp;such&nbsp;as&nbsp;IP&nbsp;and/or&nbsp;MAC&nbsp;addresses,&nbsp;of&nbsp;opera</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">tion&nbsp;and&nbsp;settings,&nbsp;such&nbsp;as&nbsp;IP&nbsp;and/or&nbsp;MAC&nbsp;addresses,&nbsp;of&nbsp;devic</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ting&nbsp;systems&nbsp;they&nbsp;access&nbsp;or&nbsp;through&nbsp;information&nbsp;discovery&nbsp;of</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">es&nbsp;they&nbsp;access&nbsp;or&nbsp;through&nbsp;information&nbsp;discovery&nbsp;of&nbsp;remote&nbsp;sy</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;remote&nbsp;systems.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;On&nbsp;Android,&nbsp;details&nbsp;of&nbsp;onboard&nbsp;network</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">stems.&nbsp;&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;use&nbsp;the&nbsp;information&nbsp;from&nbsp;[System&nbsp;Ne</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;interfaces&nbsp;are&nbsp;accessible&nbsp;to&nbsp;apps&nbsp;through&nbsp;the&nbsp;`java.net.Net</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">twork&nbsp;Configuration&nbsp;Discovery](https://attack.mitre.org/tech</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">workInterface`&nbsp;class.(Citation:&nbsp;NetworkInterface)&nbsp;Previously</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">niques/T1422)&nbsp;during&nbsp;automated&nbsp;discovery&nbsp;to&nbsp;shape&nbsp;follow-on&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">,&nbsp;the&nbsp;Android&nbsp;`TelephonyManager`&nbsp;class&nbsp;could&nbsp;be&nbsp;used&nbsp;to&nbsp;gath</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">behaviors,&nbsp;including&nbsp;determining&nbsp;certain&nbsp;access&nbsp;within&nbsp;the&nbsp;t</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">er&nbsp;telephony-related&nbsp;device&nbsp;identifiers,&nbsp;information&nbsp;such&nbsp;as</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">arget&nbsp;network&nbsp;and&nbsp;what&nbsp;actions&nbsp;to&nbsp;do&nbsp;next.&nbsp;&nbsp;&nbsp;On&nbsp;Android,&nbsp;det</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;the&nbsp;IMSI,&nbsp;IMEI,&nbsp;and&nbsp;phone&nbsp;number.&nbsp;However,&nbsp;starting&nbsp;with&nbsp;An</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ails&nbsp;of&nbsp;onboard&nbsp;network&nbsp;interfaces&nbsp;are&nbsp;accessible&nbsp;to&nbsp;apps&nbsp;th</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">droid&nbsp;10,&nbsp;only&nbsp;preloaded,&nbsp;carrier,&nbsp;the&nbsp;default&nbsp;SMS,&nbsp;or&nbsp;devic</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">rough&nbsp;the&nbsp;`java.net.NetworkInterface`&nbsp;class.(Citation:&nbsp;Netwo</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">e&nbsp;and&nbsp;profile&nbsp;owner&nbsp;applications&nbsp;can&nbsp;access&nbsp;the&nbsp;telephony-re</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">rkInterface)&nbsp;Previously,&nbsp;the&nbsp;Android&nbsp;`TelephonyManager`&nbsp;clas</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">lated&nbsp;device&nbsp;identifiers.(Citation:&nbsp;TelephonyManager)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;O</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">s&nbsp;could&nbsp;be&nbsp;used&nbsp;to&nbsp;gather&nbsp;telephony-related&nbsp;device&nbsp;identifie</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">n&nbsp;iOS,&nbsp;gathering&nbsp;network&nbsp;configuration&nbsp;information&nbsp;is&nbsp;not&nbsp;po</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">rs,&nbsp;information&nbsp;such&nbsp;as&nbsp;the&nbsp;IMSI,&nbsp;IMEI,&nbsp;and&nbsp;phone&nbsp;number.&nbsp;Ho</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ssible&nbsp;without&nbsp;root&nbsp;access.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adversaries&nbsp;may&nbsp;use&nbsp;the&nbsp;inf</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">wever,&nbsp;starting&nbsp;with&nbsp;Android&nbsp;10,&nbsp;only&nbsp;preloaded,&nbsp;carrier,&nbsp;th</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ormation&nbsp;from&nbsp;[System&nbsp;Network&nbsp;Configuration&nbsp;Discovery](https</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">e&nbsp;default&nbsp;SMS,&nbsp;or&nbsp;device&nbsp;and&nbsp;profile&nbsp;owner&nbsp;applications&nbsp;can&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">://attack.mitre.org/techniques/T1422)&nbsp;during&nbsp;automated&nbsp;disco</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">access&nbsp;the&nbsp;telephony-related&nbsp;device&nbsp;identifiers.(Citation:&nbsp;T</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">very&nbsp;to&nbsp;shape&nbsp;follow-on&nbsp;behaviors,&nbsp;including&nbsp;determining&nbsp;cer</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">elephonyManager)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;On&nbsp;iOS,&nbsp;gathering&nbsp;network&nbsp;configuratio</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">tain&nbsp;access&nbsp;within&nbsp;the&nbsp;target&nbsp;network&nbsp;and&nbsp;what&nbsp;actions&nbsp;to&nbsp;do</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">n&nbsp;information&nbsp;is&nbsp;not&nbsp;possible&nbsp;without&nbsp;root&nbsp;access.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adve</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">&nbsp;next.&nbsp;</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">rsaries&nbsp;may&nbsp;use&nbsp;the&nbsp;information&nbsp;from&nbsp;[System&nbsp;Network&nbsp;Configu</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ration&nbsp;Discovery](https://attack.mitre.org/techniques/T1422)</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;during&nbsp;automated&nbsp;discovery&nbsp;to&nbsp;shape&nbsp;follow-on&nbsp;behaviors,&nbsp;in</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">cluding&nbsp;determining&nbsp;certain&nbsp;access&nbsp;within&nbsp;the&nbsp;target&nbsp;network</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;and&nbsp;what&nbsp;actions&nbsp;to&nbsp;do&nbsp;next.&nbsp;</span></td></tr>\n        </tbody>\n    </table>",
                    "changelog_mitigations": {
                        "shared": [
                            "M1006: Use Recent OS Version"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0041: Application Vetting (Permissions Requests)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                }
            ],
            "other_version_changes": [],
            "patches": [],
            "revocations": [],
            "deprecations": [],
            "deletions": []
        },
        "software": {
            "additions": [
                {
                    "type": "malware",
                    "id": "malware--24c8f6db-71e0-41ef-a1dc-83399a5b17e5",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2023-12-18 19:00:02.259000+00:00",
                    "modified": "2024-04-16 15:46:27.358000+00:00",
                    "name": "AhRat",
                    "description": "[AhRat](https://attack.mitre.org/software/S1095) is an Android remote access tool based on the open-source AhMyth remote access tool. [AhRat](https://attack.mitre.org/software/S1095) initially spread in August 2022 on the Google Play Store via an update containing malicious code to the previously benign application, \u201ciRecorder \u2013 Screen Recorder\u201d, which itself was released in September 2021.(Citation: welivesecurity_ahrat_0523)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1095",
                            "external_id": "S1095"
                        },
                        {
                            "source_name": "welivesecurity_ahrat_0523",
                            "description": "Lukas Stefanko. (2023, May 23). Android app breaking bad: From legitimate screen recording to file exfiltration within a year. Retrieved December 18, 2023.",
                            "url": "https://www.welivesecurity.com/2023/05/23/android-app-breaking-bad-legitimate-screen-recording-file-exfiltration/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "AhRat"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Edward Stevens",
                        "BT Security"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "mobile-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Android"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "malware",
                    "id": "malware--5aff44ab-5a41-49bb-b5d1-b4876d0437f4",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2023-12-18 18:06:22.975000+00:00",
                    "modified": "2024-04-17 17:06:28.821000+00:00",
                    "name": "BRATA",
                    "description": "[BRATA](https://attack.mitre.org/software/S1094) (Brazilian Remote Access Tool, Android), is an evolving Android malware strain, detected in late 2018 and again in late 2021. Originating in Brazil, [BRATA](https://attack.mitre.org/software/S1094) was later also found in the UK, Poland, Italy, Spain, and USA, where it is believed to have targeted financial institutions such as banks. There are currently three known variants of [BRATA](https://attack.mitre.org/software/S1094).(Citation: securelist_brata_0819)(Citation: cleafy_brata_0122)(Citation: mcafee_brata_0421)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1094",
                            "external_id": "S1094"
                        },
                        {
                            "source_name": "cleafy_brata_0122",
                            "description": "Federico Valentini, Francesco Lubatti. (2022, January 24). How BRATA is monitoring your bank account. Retrieved December 18, 2023.",
                            "url": "https://www.cleafy.com/cleafy-labs/how-brata-is-monitoring-your-bank-account"
                        },
                        {
                            "source_name": "mcafee_brata_0421",
                            "description": "Fernando Ruiz. (2021, April 12). BRATA Keeps Sneaking into Google Play, Now Targeting USA and Spain. Retrieved December 18, 2023.",
                            "url": "https://www.mcafee.com/blogs/other-blogs/mcafee-labs/brata-keeps-sneaking-into-google-play-now-targeting-usa-and-spain/"
                        },
                        {
                            "source_name": "securelist_brata_0819",
                            "description": "Securelist. (2019, August 29). Fully equipped Spying Android RAT from Brazil: BRATA. Retrieved December 18, 2023.",
                            "url": "https://securelist.com/spying-android-rat-from-brazil-brata/92775/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "BRATA"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Pooja Natarajan, NEC Corporation India"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "mobile-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Android"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "malware",
                    "id": "malware--0ec9593f-3221-49b1-b597-37f307c19f13",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-01-26 17:30:31.022000+00:00",
                    "modified": "2024-03-19 18:32:01.207000+00:00",
                    "name": "FlixOnline",
                    "description": "[FlixOnline](https://attack.mitre.org/software/S1103) is an Android malware, first detected in early 2021, believed to target users of WhatsApp. [FlixOnline](https://attack.mitre.org/software/S1103) primarily spreads via automatic replies to a device\u2019s incoming WhatsApp messages.(Citation: checkpoint_flixonline_0421) ",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1103",
                            "external_id": "S1103"
                        },
                        {
                            "source_name": "checkpoint_flixonline_0421",
                            "description": "Aviran Hazum, Bodgan Melnykov, Israel Wenik. (2021, April 7). New Wormable Android Malware Spreads by Creating Auto-Replies to Messages in WhatsApp. Retrieved January 26, 2024.",
                            "url": "https://research.checkpoint.com/2021/new-wormable-android-malware-spreads-by-creating-auto-replies-to-messages-in-whatsapp/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "FlixOnline"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "mobile-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Android"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "malware",
                    "id": "malware--55714f87-6178-4b89-b3e5-d3a643f647ca",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-04-02 19:01:36.303000+00:00",
                    "modified": "2024-04-10 21:58:07.962000+00:00",
                    "name": "HilalRAT",
                    "description": "[HilalRAT](https://attack.mitre.org/software/S1128) is a remote access-capable Android malware, developed and used by [UNC788](https://attack.mitre.org/groups/G1029).(Citation: Meta Adversarial Threat Report 2022)   [HilalRAT](https://attack.mitre.org/software/S1128) is capable of collecting data, such as device location, call logs, etc., and is capable of executing actions, such as activating a device's camera and microphone.(Citation: Meta Adversarial Threat Report 2022)  ",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1128",
                            "external_id": "S1128"
                        },
                        {
                            "source_name": "Meta Adversarial Threat Report 2022",
                            "description": "Agranovich, D., et al. (2022, April). Adversarial Threat Report. Retrieved April 2, 2024.",
                            "url": "https://about.fb.com/wp-content/uploads/2022/04/Meta-Quarterly-Adversarial-Threat-Report_Q1-2022.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "HilalRAT"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Denise Tan"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "mobile-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Android"
                    ],
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "malware",
                    "id": "malware--f97e2718-af50-41df-811f-215ebab45691",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-03-26 18:47:29.820000+00:00",
                    "modified": "2024-04-17 14:17:42.833000+00:00",
                    "name": "Phenakite",
                    "description": "[Phenakite](https://attack.mitre.org/software/S1126) is a mobile malware that is used by [APT-C-23](https://attack.mitre.org/groups/G1028) to target iOS devices. According to several reports, [Phenakite](https://attack.mitre.org/software/S1126) was developed to fill a tooling gap and to target those who owned iPhones instead of Windows desktops or Android phones.(Citation: sentinelone_israel_hamas_war)(Citation: fb_arid_viper)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1126",
                            "external_id": "S1126"
                        },
                        {
                            "source_name": "fb_arid_viper",
                            "description": "Flossman, M., Scott, M. (2021, April). Technical Paper // Taking Action Against Arid Viper. Retrieved March 4, 2024.",
                            "url": "https://web.archive.org/web/20231126111812/https://about.fb.com/wp-content/uploads/2021/04/Technical-threat-report-Arid-Viper-April-2021.pdf"
                        },
                        {
                            "source_name": "sentinelone_israel_hamas_war",
                            "description": "Hegel, T., Milenkoski, A. (2023, October 24). The Israel-Hamas War | Cyber Domain State-Sponsored Activity of Interest. Retrieved March 4, 2024.",
                            "url": "https://web.archive.org/web/20240208234008/www.sentinelone.com/labs/the-israel-hamas-war-cyber-domain-state-sponsored-activity-of-interest/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Phenakite"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Sittikorn Sangrattanapitak"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "mobile-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "iOS"
                    ],
                    "x_mitre_version": "1.0"
                }
            ],
            "major_version_changes": [],
            "minor_version_changes": [
                {
                    "type": "malware",
                    "id": "malware--a3dad2be-ce62-4440-953b-00fbce7aba93",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-10-25 14:48:47.363000+00:00",
                    "modified": "2024-04-16 21:01:50.792000+00:00",
                    "name": "AndroRAT",
                    "description": "[AndroRAT](https://attack.mitre.org/software/S0292) is an open-source remote access tool for Android devices. [AndroRAT](https://attack.mitre.org/software/S0292) is capable of collecting data, such as device location, call logs, etc., and is capable of executing actions, such as sending SMS messages and taking pictures.(Citation: Lookout-EnterpriseApps)(Citation: github_androrat)(Citation: Forcepoint BITTER Pakistan Oct 2016) It is originally available through the `The404Hacking` Github repository.(Citation: github_androrat)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0292",
                            "external_id": "S0292"
                        },
                        {
                            "source_name": "Forcepoint BITTER Pakistan Oct 2016",
                            "description": "Dela Paz, R. (2016, October 21). BITTER: a targeted attack against Pakistan. Retrieved June 1, 2022.",
                            "url": "https://www.forcepoint.com/blog/x-labs/bitter-targeted-attack-against-pakistan"
                        },
                        {
                            "source_name": "Lookout-EnterpriseApps",
                            "description": "Lookout. (2016, May 25). 5 active mobile threats spoofing enterprise apps. Retrieved December 19, 2016.",
                            "url": "https://blog.lookout.com/blog/2016/05/25/spoofed-apps/"
                        },
                        {
                            "source_name": "github_androrat",
                            "description": "The404Hacking. (n.d.). AndroRAT. Retrieved April 8, 2024.",
                            "url": "https://web.archive.org/web/20221013124327/https://github.com/The404Hacking/AndroRAT"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "AndroRAT"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "mobile-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Android"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_aliases']\": [\"AndroRAT\"], \"root['x_mitre_deprecated']\": false, \"root['x_mitre_platforms']\": [\"Android\"], \"root['external_references'][1]['url']\": \"https://www.forcepoint.com/blog/x-labs/bitter-targeted-attack-against-pakistan\"}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-16 21:01:50.792000+00:00\", \"old_value\": \"2022-10-24 15:09:07.609000+00:00\"}, \"root['description']\": {\"new_value\": \"[AndroRAT](https://attack.mitre.org/software/S0292) is an open-source remote access tool for Android devices. [AndroRAT](https://attack.mitre.org/software/S0292) is capable of collecting data, such as device location, call logs, etc., and is capable of executing actions, such as sending SMS messages and taking pictures.(Citation: Lookout-EnterpriseApps)(Citation: github_androrat)(Citation: Forcepoint BITTER Pakistan Oct 2016) It is originally available through the `The404Hacking` Github repository.(Citation: github_androrat)\", \"old_value\": \"[AndroRAT](https://attack.mitre.org/software/S0292) is malware that allows a third party to control the device and collect information. (Citation: Lookout-EnterpriseApps)\"}, \"root['external_references'][1]['source_name']\": {\"new_value\": \"Forcepoint BITTER Pakistan Oct 2016\", \"old_value\": \"AndroRAT\"}, \"root['external_references'][1]['description']\": {\"new_value\": \"Dela Paz, R. (2016, October 21). BITTER: a targeted attack against Pakistan. Retrieved June 1, 2022.\", \"old_value\": \"(Citation: Lookout-EnterpriseApps)\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}, \"iterable_item_added\": {\"root['external_references'][3]\": {\"source_name\": \"github_androrat\", \"description\": \"The404Hacking. (n.d.). AndroRAT. Retrieved April 8, 2024.\", \"url\": \"https://web.archive.org/web/20221013124327/https://github.com/The404Hacking/AndroRAT\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to113__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to113__0\"><a href=\"#difflib_chg_to113__top\">t</a></td><td class=\"diff_header\" id=\"from113_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_sub\">[AndroRAT](https://attack.mitre.org/software/S0292)&nbsp;is&nbsp;malwa</span></td><td class=\"diff_next\"><a href=\"#difflib_chg_to113__top\">t</a></td><td class=\"diff_header\" id=\"to113_1\">1</td><td nowrap=\"nowrap\"><span class=\"diff_add\">[AndroRAT](https://attack.mitre.org/software/S0292)&nbsp;is&nbsp;an&nbsp;op</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">re&nbsp;that&nbsp;allows&nbsp;a&nbsp;third&nbsp;party&nbsp;to&nbsp;control&nbsp;the&nbsp;device&nbsp;and&nbsp;colle</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">en-source&nbsp;remote&nbsp;access&nbsp;tool&nbsp;for&nbsp;Android&nbsp;devices.&nbsp;[AndroRAT]</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_sub\">ct&nbsp;information.&nbsp;(Citation:&nbsp;Lookout-EnterpriseApps)</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">(https://attack.mitre.org/software/S0292)&nbsp;is&nbsp;capable&nbsp;of&nbsp;coll</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ecting&nbsp;data,&nbsp;such&nbsp;as&nbsp;device&nbsp;location,&nbsp;call&nbsp;logs,&nbsp;etc.,&nbsp;and&nbsp;i</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">s&nbsp;capable&nbsp;of&nbsp;executing&nbsp;actions,&nbsp;such&nbsp;as&nbsp;sending&nbsp;SMS&nbsp;messages</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">&nbsp;and&nbsp;taking&nbsp;pictures.(Citation:&nbsp;Lookout-EnterpriseApps)(Cita</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">tion:&nbsp;github_androrat)(Citation:&nbsp;Forcepoint&nbsp;BITTER&nbsp;Pakistan&nbsp;</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">Oct&nbsp;2016)&nbsp;It&nbsp;is&nbsp;originally&nbsp;available&nbsp;through&nbsp;the&nbsp;`The404Hack</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ing`&nbsp;Github&nbsp;repository.(Citation:&nbsp;github_androrat)</span></td></tr>\n        </tbody>\n    </table>"
                },
                {
                    "type": "malware",
                    "id": "malware--33d9d91d-aad9-49d5-a516-220ce101ac8a",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-10-25 14:48:44.238000+00:00",
                    "modified": "2024-04-06 00:01:53.588000+00:00",
                    "name": "Pegasus for iOS",
                    "description": "[Pegasus for iOS](https://attack.mitre.org/software/S0289) is the iOS version of malware that has reportedly been linked to the NSO Group. It has been advertised and sold to target high-value victims.(Citation: Lookout-Pegasus)(Citation: PegasusCitizenLab) The Android version is tracked separately under [Pegasus for Android](https://attack.mitre.org/software/S0316).",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0289",
                            "external_id": "S0289"
                        },
                        {
                            "source_name": "Pegasus for iOS",
                            "description": "(Citation: Lookout-Pegasus) (Citation: PegasusCitizenLab)"
                        },
                        {
                            "source_name": "PegasusCitizenLab",
                            "description": "Bill Marczak and John Scott-Railton. (2016, August 24). The Million Dollar Dissident: NSO Group\u2019s iPhone Zero-Days used against a UAE Human Rights Defender. Retrieved December 12, 2016.",
                            "url": "https://citizenlab.ca/2016/08/million-dollar-dissident-iphone-zero-day-nso-group-uae/"
                        },
                        {
                            "source_name": "Lookout-Pegasus",
                            "description": "Lookout. (2016). Technical Analysis of Pegasus Spyware. Retrieved December 12, 2016.",
                            "url": "https://info.lookout.com/rs/051-ESQ-475/images/lookout-pegasus-technical-analysis.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Pegasus for iOS"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "mobile-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "iOS"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-06 00:01:53.588000+00:00\", \"old_value\": \"2022-10-24 15:09:07.609000+00:00\"}, \"root['description']\": {\"new_value\": \"[Pegasus for iOS](https://attack.mitre.org/software/S0289) is the iOS version of malware that has reportedly been linked to the NSO Group. It has been advertised and sold to target high-value victims.(Citation: Lookout-Pegasus)(Citation: PegasusCitizenLab) The Android version is tracked separately under [Pegasus for Android](https://attack.mitre.org/software/S0316).\", \"old_value\": \"[Pegasus for iOS](https://attack.mitre.org/software/S0289) is the iOS version of malware that has reportedly been linked to the NSO Group. It has been advertised and sold to target high-value victims. (Citation: Lookout-Pegasus) (Citation: PegasusCitizenLab) The Android version is tracked separately under [Pegasus for Android](https://attack.mitre.org/software/S0316).\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to114__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to114__0\"><a href=\"#difflib_chg_to114__top\">t</a></td><td class=\"diff_header\" id=\"from114_1\">1</td><td nowrap=\"nowrap\">[Pegasus&nbsp;for&nbsp;iOS](https://attack.mitre.org/software/S0289)&nbsp;i</td><td class=\"diff_next\"><a href=\"#difflib_chg_to114__top\">t</a></td><td class=\"diff_header\" id=\"to114_1\">1</td><td nowrap=\"nowrap\">[Pegasus&nbsp;for&nbsp;iOS](https://attack.mitre.org/software/S0289)&nbsp;i</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;the&nbsp;iOS&nbsp;version&nbsp;of&nbsp;malware&nbsp;that&nbsp;has&nbsp;reportedly&nbsp;been&nbsp;linked</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;the&nbsp;iOS&nbsp;version&nbsp;of&nbsp;malware&nbsp;that&nbsp;has&nbsp;reportedly&nbsp;been&nbsp;linked</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;to&nbsp;the&nbsp;NSO&nbsp;Group.&nbsp;It&nbsp;has&nbsp;been&nbsp;advertised&nbsp;and&nbsp;sold&nbsp;to&nbsp;target</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;to&nbsp;the&nbsp;NSO&nbsp;Group.&nbsp;It&nbsp;has&nbsp;been&nbsp;advertised&nbsp;and&nbsp;sold&nbsp;to&nbsp;target</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;high-value&nbsp;victims.<span class=\"diff_sub\">&nbsp;</span>(Citation:&nbsp;Lookout-Pegasus)<span class=\"diff_sub\">&nbsp;</span>(Citation:&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;high-value&nbsp;victims.(Citation:&nbsp;Lookout-Pegasus)(Citation:&nbsp;Pe</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">PegasusCitizenLab)&nbsp;The&nbsp;Android&nbsp;version&nbsp;is&nbsp;tracked&nbsp;separately</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">gasusCitizenLab)&nbsp;The&nbsp;Android&nbsp;version&nbsp;is&nbsp;tracked&nbsp;separately&nbsp;u</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;under&nbsp;[Pegasus&nbsp;for&nbsp;Android](https://attack.mitre.org/softwa</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nder&nbsp;[Pegasus&nbsp;for&nbsp;Android](https://attack.mitre.org/software</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">re/S0316).</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">/S0316).</td></tr>\n        </tbody>\n    </table>"
                },
                {
                    "type": "malware",
                    "id": "malware--680f680c-eef9-4f8a-b5f5-f451bf47e403",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-09-14 14:13:45.032000+00:00",
                    "modified": "2024-03-29 15:07:58.675000+00:00",
                    "name": "eSurv",
                    "description": "[eSurv](https://attack.mitre.org/software/S0507) is mobile surveillanceware designed for the lawful intercept market that was developed over the course of many years.(Citation: Lookout eSurv)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0507",
                            "external_id": "S0507"
                        },
                        {
                            "source_name": "Lookout eSurv",
                            "description": "A. Bauer. (2019, April 8). Lookout discovers phishing sites distributing new iOS and Android surveillanceware. Retrieved September 11, 2020.",
                            "url": "https://blog.lookout.com/esurv-research"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "eSurv"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "mobile-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Android",
                        "iOS"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-03-29 15:07:58.675000+00:00\", \"old_value\": \"2020-09-14 15:39:17.698000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                }
            ],
            "other_version_changes": [],
            "patches": [],
            "revocations": [],
            "deprecations": [],
            "deletions": []
        },
        "groups": {
            "additions": [
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--8332952e-b86b-486b-acc3-1c2a85d39394",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-03-26 18:38:00.759000+00:00",
                    "modified": "2024-04-16 15:31:48.747000+00:00",
                    "name": "APT-C-23",
                    "description": "[APT-C-23](https://attack.mitre.org/groups/G1028) is a threat group that has been active since at least 2014.(Citation: symantec_mantis) [APT-C-23](https://attack.mitre.org/groups/G1028) has primarily focused its operations on the Middle East, including Israeli military assets. [APT-C-23](https://attack.mitre.org/groups/G1028) has developed mobile spyware targeting Android and iOS devices since 2017.(Citation: welivesecurity_apt-c-23)",
                    "aliases": [
                        "APT-C-23",
                        "Mantis",
                        "Arid Viper",
                        "Desert Falcon",
                        "TAG-63",
                        "Grey Karkadann",
                        "Big Bang APT",
                        "Two-tailed Scorpion"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G1028",
                            "external_id": "G1028"
                        },
                        {
                            "source_name": "Big Bang APT",
                            "description": "(Citation: checkpoint_interactive_map_apt-c-23) "
                        },
                        {
                            "source_name": "Grey Karkadann",
                            "description": "(Citation: sentinelone_israel_hamas_war)"
                        },
                        {
                            "source_name": "Mantis",
                            "description": "(Citation: symantec_mantis)(Citation: sentinelone_israel_hamas_war)"
                        },
                        {
                            "source_name": "Two-tailed Scorpion",
                            "description": "(Citation: welivesecurity_apt-c-23)"
                        },
                        {
                            "source_name": "Arid Viper",
                            "description": "(Citation: welivesecurity_apt-c-23)(Citation: sentinelone_israel_hamas_war)(Citation: fb_arid_viper)"
                        },
                        {
                            "source_name": "Desert Falcon",
                            "description": "(Citation: welivesecurity_apt-c-23)(Citation: sentinelone_israel_hamas_war)(Citation: fb_arid_viper)"
                        },
                        {
                            "source_name": "fb_arid_viper",
                            "description": "Flossman, M., Scott, M. (2021, April). Technical Paper // Taking Action Against Arid Viper. Retrieved March 4, 2024.",
                            "url": "https://web.archive.org/web/20231126111812/https://about.fb.com/wp-content/uploads/2021/04/Technical-threat-report-Arid-Viper-April-2021.pdf"
                        },
                        {
                            "source_name": "sentinelone_israel_hamas_war",
                            "description": "Hegel, T., Milenkoski, A. (2023, October 24). The Israel-Hamas War | Cyber Domain State-Sponsored Activity of Interest. Retrieved March 4, 2024.",
                            "url": "https://web.archive.org/web/20240208234008/www.sentinelone.com/labs/the-israel-hamas-war-cyber-domain-state-sponsored-activity-of-interest/"
                        },
                        {
                            "source_name": "checkpoint_interactive_map_apt-c-23",
                            "description": "Kayal, A. (2018, August 26). Interactive Mapping of APT-C-23. Retrieved March 4, 2024.",
                            "url": "https://web.archive.org/web/20230604112435/https://research.checkpoint.com/2018/interactive-mapping-of-apt-c-23/"
                        },
                        {
                            "source_name": "welivesecurity_apt-c-23",
                            "description": "Stefanko, L. (2020, September 30). APT\u2011C\u201123 group evolves its Android spyware. Retrieved March 4, 2024.",
                            "url": "https://web.archive.org/web/20201123042131/www.welivesecurity.com/2020/09/30/aptc23-group-evolves-its-android-spyware/"
                        },
                        {
                            "source_name": "symantec_mantis",
                            "description": "Symantec Threat Hunter Team. (2023, April 4). Mantis: New Tooling Used in Attacks Against Palestinian Targets. Retrieved March 4, 2024.",
                            "url": "https://web.archive.org/web/20231227054130/https://symantec-enterprise-blogs.security.com/blogs/threat-intelligence/mantis-palestinian-attacks"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Sittikorn Sangrattanapitak"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "mobile-attack",
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--7f848c02-4d1e-4808-a4ae-4670681370a9",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2022-06-01 20:26:53.880000+00:00",
                    "modified": "2024-04-11 02:52:27.131000+00:00",
                    "name": "BITTER",
                    "description": "[BITTER](https://attack.mitre.org/groups/G1002) is a suspected South Asian cyber espionage threat group that has been active since at least 2013. [BITTER](https://attack.mitre.org/groups/G1002) has targeted government, energy, and engineering organizations in Pakistan, China, Bangladesh, and Saudi Arabia.(Citation: Cisco Talos Bitter Bangladesh May 2022)(Citation: Forcepoint BITTER Pakistan Oct 2016)",
                    "aliases": [
                        "BITTER",
                        "T-APT-17"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G1002",
                            "external_id": "G1002"
                        },
                        {
                            "source_name": "T-APT-17",
                            "description": "(Citation: Cisco Talos Bitter Bangladesh May 2022)"
                        },
                        {
                            "source_name": "Forcepoint BITTER Pakistan Oct 2016",
                            "description": "Dela Paz, R. (2016, October 21). BITTER: a targeted attack against Pakistan. Retrieved June 1, 2022.",
                            "url": "https://www.forcepoint.com/blog/x-labs/bitter-targeted-attack-against-pakistan"
                        },
                        {
                            "source_name": "Cisco Talos Bitter Bangladesh May 2022",
                            "description": "Raghuprasad, C . (2022, May 11). Bitter APT adds Bangladesh to their targets. Retrieved June 1, 2022.",
                            "url": "https://blog.talosintelligence.com/2022/05/bitter-apt-adds-bangladesh-to-their.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack",
                        "mobile-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.1"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--efed95ba-d7e8-47ff-8c53-99c42426ee7c",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2018-01-16 16:13:52.465000+00:00",
                    "modified": "2024-04-19 19:35:15.637000+00:00",
                    "name": "PROMETHIUM",
                    "description": "[PROMETHIUM](https://attack.mitre.org/groups/G0056) is an activity group focused on espionage that has been active since at least 2012. The group has conducted operations globally with a heavy emphasis on Turkish targets. [PROMETHIUM](https://attack.mitre.org/groups/G0056) has demonstrated similarity to another activity group called [NEODYMIUM](https://attack.mitre.org/groups/G0055) due to overlapping victim and campaign characteristics.(Citation: Microsoft NEODYMIUM Dec 2016)(Citation: Microsoft SIR Vol 21)(Citation: Talos Promethium June 2020)",
                    "aliases": [
                        "PROMETHIUM",
                        "StrongPity"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0056",
                            "external_id": "G0056"
                        },
                        {
                            "source_name": "PROMETHIUM",
                            "description": "(Citation: Microsoft NEODYMIUM Dec 2016) (Citation: Microsoft SIR Vol 21)"
                        },
                        {
                            "source_name": "Microsoft SIR Vol 21",
                            "description": "Anthe, C. et al. (2016, December 14). Microsoft Security Intelligence Report Volume 21. Retrieved November 27, 2017.",
                            "url": "http://download.microsoft.com/download/E/B/0/EB0F50CC-989C-4B66-B7F6-68CD3DC90DE3/Microsoft_Security_Intelligence_Report_Volume_21_English.pdf"
                        },
                        {
                            "source_name": "Talos Promethium June 2020",
                            "description": "Mercer, W. et al. (2020, June 29). PROMETHIUM extends global reach with StrongPity3 APT. Retrieved July 20, 2020.",
                            "url": "https://blog.talosintelligence.com/2020/06/promethium-extends-with-strongpity3.html"
                        },
                        {
                            "source_name": "Microsoft NEODYMIUM Dec 2016",
                            "description": "Microsoft. (2016, December 14). Twin zero-day attacks: PROMETHIUM and NEODYMIUM target individuals in Europe. Retrieved November 27, 2017.",
                            "url": "https://blogs.technet.microsoft.com/mmpc/2016/12/14/twin-zero-day-attacks-promethium-and-neodymium-target-individuals-in-europe/"
                        },
                        {
                            "source_name": "StrongPity",
                            "description": "The name StrongPity has also been used to describe the group and the malware used by the group.(Citation: Bitdefender StrongPity June 2020)(Citation: Talos Promethium June 2020)"
                        },
                        {
                            "source_name": "Bitdefender StrongPity June 2020",
                            "description": "Tudorica, R. et al. (2020, June 30). StrongPity APT - Revealing Trojanized Tools, Working Hours and Infrastructure. Retrieved July 20, 2020.",
                            "url": "https://www.bitdefender.com/files/News/CaseStudies/study/353/Bitdefender-Whitepaper-StrongPity-APT.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "mobile-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "2.1"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--44d37b89-a739-4810-9111-0d2617a8939b",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2023-07-05 17:54:54.789000+00:00",
                    "modified": "2024-04-04 21:24:48.602000+00:00",
                    "name": "Scattered Spider",
                    "description": "[Scattered Spider](https://attack.mitre.org/groups/G1015) is a native English-speaking cybercriminal group that has been active since at least 2022.(Citation: CrowdStrike Scattered Spider Profile)(Citation: MSTIC Octo Tempest Operations October 2023) The group initially targeted customer relationship management and business-process outsourcing (BPO) firms as well as telecommunications and technology companies. Beginning in 2023, [Scattered Spider](https://attack.mitre.org/groups/G1015) expanded its operations to compromise victims in the gaming, hospitality, retail, MSP, manufacturing, and financial sectors.(Citation: MSTIC Octo Tempest Operations October 2023) During campaigns, [Scattered Spider](https://attack.mitre.org/groups/G1015) has leveraged targeted social-engineering techniques, attempted to bypass popular endpoint security tools, and more recently, deployed ransomware for financial gain.(Citation: CISA Scattered Spider Advisory November 2023)(Citation: CrowdStrike Scattered Spider BYOVD January 2023)(Citation: CrowdStrike Scattered Spider Profile)(Citation: MSTIC Octo Tempest Operations October 2023)(Citation: Crowdstrike TELCO BPO Campaign December 2022)",
                    "aliases": [
                        "Scattered Spider",
                        "Roasted 0ktapus",
                        "Octo Tempest",
                        "Storm-0875"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G1015",
                            "external_id": "G1015"
                        },
                        {
                            "source_name": "Roasted 0ktapus",
                            "description": "(Citation: CrowdStrike Scattered Spider BYOVD January 2023)"
                        },
                        {
                            "source_name": "Octo Tempest",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "Storm-0875",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "CISA Scattered Spider Advisory November 2023",
                            "description": "CISA. (2023, November 16). Cybersecurity Advisory: Scattered Spider (AA23-320A). Retrieved March 18, 2024.",
                            "url": "https://www.cisa.gov/news-events/cybersecurity-advisories/aa23-320a"
                        },
                        {
                            "source_name": "CrowdStrike Scattered Spider BYOVD January 2023",
                            "description": "CrowdStrike. (2023, January 10). SCATTERED SPIDER Exploits Windows Security Deficiencies with Bring-Your-Own-Vulnerable-Driver Tactic in Attempt to Bypass Endpoint Security. Retrieved July 5, 2023.",
                            "url": "https://www.crowdstrike.com/blog/scattered-spider-attempts-to-avoid-detection-with-bring-your-own-vulnerable-driver-tactic/"
                        },
                        {
                            "source_name": "CrowdStrike Scattered Spider Profile",
                            "description": "CrowdStrike. (n.d.). Scattered Spider. Retrieved July 5, 2023.",
                            "url": "https://www.crowdstrike.com/adversaries/scattered-spider/"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "MSTIC Octo Tempest Operations October 2023",
                            "description": "Microsoft. (2023, October 25). Octo Tempest crosses boundaries to facilitate extortion, encryption, and destruction. Retrieved March 18, 2024.",
                            "url": "https://www.microsoft.com/en-us/security/blog/2023/10/25/octo-tempest-crosses-boundaries-to-facilitate-extortion-encryption-and-destruction/"
                        },
                        {
                            "source_name": "Crowdstrike TELCO BPO Campaign December 2022",
                            "description": "Parisi, T. (2022, December 2). Not a SIMulation: CrowdStrike Investigations Reveal Intrusion Campaign Targeting Telco and BPO Companies. Retrieved June 30, 2023.",
                            "url": "https://www.crowdstrike.com/blog/analysis-of-intrusion-campaign-targeting-telecom-and-bpo-companies/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack",
                        "mobile-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "2.0"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--1f322d74-4822-4d60-8f64-414eea8a9258",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-04-02 18:58:36.186000+00:00",
                    "modified": "2024-04-02 18:58:54.885000+00:00",
                    "name": "UNC788",
                    "description": "[UNC788](https://attack.mitre.org/groups/G1029) is a group of hackers from Iran that has targeted people in the Middle East.(Citation: Meta Adversarial Threat Report 2022)",
                    "aliases": [
                        "UNC788"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G1029",
                            "external_id": "G1029"
                        },
                        {
                            "source_name": "Meta Adversarial Threat Report 2022",
                            "description": "Agranovich, D., et al. (2022, April). Adversarial Threat Report. Retrieved April 2, 2024.",
                            "url": "https://about.fb.com/wp-content/uploads/2022/04/Meta-Quarterly-Adversarial-Threat-Report_Q1-2022.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Denise Tan"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "mobile-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.0"
                }
            ],
            "major_version_changes": [
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--bef4c620-0787-42a8-a96d-b7eb6e85917c",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:31:48.664000+00:00",
                    "modified": "2024-04-04 19:07:48.903000+00:00",
                    "name": "APT28",
                    "description": "[APT28](https://attack.mitre.org/groups/G0007) is a threat group that has been attributed to Russia's General Staff Main Intelligence Directorate (GRU) 85th Main Special Service Center (GTsSS) military unit 26165.(Citation: NSA/FBI Drovorub August 2020)(Citation: Cybersecurity Advisory GRU Brute Force Campaign July 2021) This group has been active since at least 2004.(Citation: DOJ GRU Indictment Jul 2018)(Citation: Ars Technica GRU indictment Jul 2018)(Citation: Crowdstrike DNC June 2016)(Citation: FireEye APT28)(Citation: SecureWorks TG-4127)(Citation: FireEye APT28 January 2017)(Citation: GRIZZLY STEPPE JAR)(Citation: Sofacy DealersChoice)(Citation: Palo Alto Sofacy 06-2018)(Citation: Symantec APT28 Oct 2018)(Citation: ESET Zebrocy May 2019)\n\n[APT28](https://attack.mitre.org/groups/G0007) reportedly compromised the Hillary Clinton campaign, the Democratic National Committee, and the Democratic Congressional Campaign Committee in 2016 in an attempt to interfere with the U.S. presidential election.(Citation: Crowdstrike DNC June 2016) In 2018, the US indicted five GRU Unit 26165 officers associated with [APT28](https://attack.mitre.org/groups/G0007) for cyber operations (including close-access operations) conducted between 2014 and 2018 against the World Anti-Doping Agency (WADA), the US Anti-Doping Agency, a US nuclear facility, the Organization for the Prohibition of Chemical Weapons (OPCW), the Spiez Swiss Chemicals Laboratory, and other organizations.(Citation: US District Court Indictment GRU Oct 2018) Some of these were conducted with the assistance of GRU Unit 74455, which is also referred to as [Sandworm Team](https://attack.mitre.org/groups/G0034). ",
                    "aliases": [
                        "APT28",
                        "IRON TWILIGHT",
                        "SNAKEMACKEREL",
                        "Swallowtail",
                        "Group 74",
                        "Sednit",
                        "Sofacy",
                        "Pawn Storm",
                        "Fancy Bear",
                        "STRONTIUM",
                        "Tsar Team",
                        "Threat Group-4127",
                        "TG-4127",
                        "Forest Blizzard",
                        "FROZENLAKE"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0007",
                            "external_id": "G0007"
                        },
                        {
                            "source_name": "SNAKEMACKEREL",
                            "description": "(Citation: Accenture SNAKEMACKEREL Nov 2018)"
                        },
                        {
                            "source_name": "Fancy Bear",
                            "description": "(Citation: Crowdstrike DNC June 2016)(Citation: Kaspersky Sofacy)(Citation: ESET Sednit Part 3)(Citation: Ars Technica GRU indictment Jul 2018)(Citation: Talos Seduploader Oct 2017)(Citation: Symantec APT28 Oct 2018)(Citation: Securelist Sofacy Feb 2018)(Citation: Cybersecurity Advisory GRU Brute Force Campaign July 2021)"
                        },
                        {
                            "source_name": "Tsar Team",
                            "description": "(Citation: ESET Sednit Part 3)(Citation: Talos Seduploader Oct 2017)(Citation: Talos Seduploader Oct 2017)"
                        },
                        {
                            "source_name": "APT28",
                            "description": "(Citation: FireEye APT28) (Citation: SecureWorks TG-4127) (Citation: Crowdstrike DNC June 2016) (Citation: Kaspersky Sofacy) (Citation: ESET Sednit Part 3) (Citation: Ars Technica GRU indictment Jul 2018)(Citation: Talos Seduploader Oct 2017)(Citation: Symantec APT28 Oct 2018)(Citation: Securelist Sofacy Feb 2018)(Citation: Cybersecurity Advisory GRU Brute Force Campaign July 2021)"
                        },
                        {
                            "source_name": "STRONTIUM",
                            "description": "(Citation: Kaspersky Sofacy)(Citation: ESET Sednit Part 3)(Citation: Microsoft STRONTIUM Aug 2019)(Citation: Microsoft STRONTIUM New Patterns Cred Harvesting Sept 2020)(Citation: TrendMicro Pawn Storm Dec 2020)(Citation: Cybersecurity Advisory GRU Brute Force Campaign July 2021)"
                        },
                        {
                            "source_name": "FROZENLAKE",
                            "description": "(Citation: Leonard TAG 2023)"
                        },
                        {
                            "source_name": "Forest Blizzard",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "IRON TWILIGHT",
                            "description": "(Citation: Secureworks IRON TWILIGHT Profile)(Citation: Secureworks IRON TWILIGHT Active Measures March 2017)"
                        },
                        {
                            "source_name": "Threat Group-4127",
                            "description": "(Citation: SecureWorks TG-4127)"
                        },
                        {
                            "source_name": "TG-4127",
                            "description": "(Citation: SecureWorks TG-4127)"
                        },
                        {
                            "source_name": "Pawn Storm",
                            "description": "(Citation: SecureWorks TG-4127)(Citation: ESET Sednit Part 3)(Citation: TrendMicro Pawn Storm Dec 2020) "
                        },
                        {
                            "source_name": "Swallowtail",
                            "description": "(Citation: Symantec APT28 Oct 2018)"
                        },
                        {
                            "source_name": "Group 74",
                            "description": "(Citation: Talos Seduploader Oct 2017)"
                        },
                        {
                            "source_name": "Accenture SNAKEMACKEREL Nov 2018",
                            "description": "Accenture Security. (2018, November 29). SNAKEMACKEREL. Retrieved April 15, 2019.",
                            "url": "https://www.accenture.com/t20181129T203820Z__w__/us-en/_acnmedia/PDF-90/Accenture-snakemackerel-delivers-zekapab-malware.pdf#zoom=50"
                        },
                        {
                            "source_name": "Crowdstrike DNC June 2016",
                            "description": "Alperovitch, D.. (2016, June 15). Bears in the Midst: Intrusion into the Democratic National Committee. Retrieved August 3, 2016.",
                            "url": "https://www.crowdstrike.com/blog/bears-midst-intrusion-democratic-national-committee/"
                        },
                        {
                            "source_name": "Leonard TAG 2023",
                            "description": "Billy Leonard. (2023, April 19). Ukraine remains Russia\u2019s biggest cyber focus in 2023. Retrieved March 1, 2024.",
                            "url": "https://blog.google/threat-analysis-group/ukraine-remains-russias-biggest-cyber-focus-in-2023/"
                        },
                        {
                            "source_name": "US District Court Indictment GRU Oct 2018",
                            "description": "Brady, S . (2018, October 3). Indictment - United States vs Aleksei Sergeyevich Morenets, et al.. Retrieved October 1, 2020.",
                            "url": "https://www.justice.gov/opa/page/file/1098481/download"
                        },
                        {
                            "source_name": "GRIZZLY STEPPE JAR",
                            "description": "Department of Homeland Security and Federal Bureau of Investigation. (2016, December 29). GRIZZLY STEPPE \u2013 Russian Malicious Cyber Activity. Retrieved January 11, 2017.",
                            "url": "https://www.us-cert.gov/sites/default/files/publications/JAR_16-20296A_GRIZZLY%20STEPPE-2016-1229.pdf"
                        },
                        {
                            "source_name": "ESET Zebrocy May 2019",
                            "description": "ESET Research. (2019, May 22). A journey to Zebrocy land. Retrieved June 20, 2019.",
                            "url": "https://www.welivesecurity.com/2019/05/22/journey-zebrocy-land/"
                        },
                        {
                            "source_name": "ESET Sednit Part 3",
                            "description": "ESET. (2016, October). En Route with Sednit - Part 3: A Mysterious Downloader. Retrieved November 21, 2016.",
                            "url": "http://www.welivesecurity.com/wp-content/uploads/2016/10/eset-sednit-part3.pdf"
                        },
                        {
                            "source_name": "Sofacy DealersChoice",
                            "description": "Falcone, R. (2018, March 15). Sofacy Uses DealersChoice to Target European Government Agency. Retrieved June 4, 2018.",
                            "url": "https://researchcenter.paloaltonetworks.com/2018/03/unit42-sofacy-uses-dealerschoice-target-european-government-agency/"
                        },
                        {
                            "source_name": "FireEye APT28 January 2017",
                            "description": "FireEye iSIGHT Intelligence. (2017, January 11). APT28: At the Center of the Storm. Retrieved January 11, 2017.",
                            "url": "https://www2.fireeye.com/rs/848-DID-242/images/APT28-Center-of-Storm-2017.pdf"
                        },
                        {
                            "source_name": "FireEye APT28",
                            "description": "FireEye. (2015). APT28: A WINDOW INTO RUSSIA\u2019S CYBER ESPIONAGE OPERATIONS?. Retrieved August 19, 2015.",
                            "url": "https://web.archive.org/web/20151022204649/https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/rpt-apt28.pdf"
                        },
                        {
                            "source_name": "Ars Technica GRU indictment Jul 2018",
                            "description": "Gallagher, S. (2018, July 27). How they did it (and will likely try again): GRU hackers vs. US elections. Retrieved September 13, 2018.",
                            "url": "https://arstechnica.com/information-technology/2018/07/from-bitly-to-x-agent-how-gru-hackers-targeted-the-2016-presidential-election/"
                        },
                        {
                            "source_name": "TrendMicro Pawn Storm Dec 2020",
                            "description": "Hacquebord, F., Remorin, L. (2020, December 17). Pawn Storm\u2019s Lack of Sophistication as a Strategy. Retrieved January 13, 2021.",
                            "url": "https://www.trendmicro.com/en_us/research/20/l/pawn-storm-lack-of-sophistication-as-a-strategy.html"
                        },
                        {
                            "source_name": "Securelist Sofacy Feb 2018",
                            "description": "Kaspersky Lab's Global Research & Analysis Team. (2018, February 20). A Slice of 2017 Sofacy Activity. Retrieved November 27, 2018.",
                            "url": "https://securelist.com/a-slice-of-2017-sofacy-activity/83930/"
                        },
                        {
                            "source_name": "Kaspersky Sofacy",
                            "description": "Kaspersky Lab's Global Research and Analysis Team. (2015, December 4). Sofacy APT hits high profile targets with updated toolset. Retrieved December 10, 2015.",
                            "url": "https://securelist.com/sofacy-apt-hits-high-profile-targets-with-updated-toolset/72924/"
                        },
                        {
                            "source_name": "Palo Alto Sofacy 06-2018",
                            "description": "Lee, B., Falcone, R. (2018, June 06). Sofacy Group\u2019s Parallel Attacks. Retrieved June 18, 2018.",
                            "url": "https://researchcenter.paloaltonetworks.com/2018/06/unit42-sofacy-groups-parallel-attacks/"
                        },
                        {
                            "source_name": "Talos Seduploader Oct 2017",
                            "description": "Mercer, W., et al. (2017, October 22). \"Cyber Conflict\" Decoy Document Used in Real Cyber Conflict. Retrieved November 2, 2018.",
                            "url": "https://blog.talosintelligence.com/2017/10/cyber-conflict-decoy-document.html"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "Microsoft STRONTIUM New Patterns Cred Harvesting Sept 2020",
                            "description": "Microsoft Threat Intelligence Center (MSTIC). (2020, September 10). STRONTIUM: Detecting new patterns in credential harvesting. Retrieved September 11, 2020.",
                            "url": "https://www.microsoft.com/security/blog/2020/09/10/strontium-detecting-new-patters-credential-harvesting/"
                        },
                        {
                            "source_name": "Microsoft STRONTIUM Aug 2019",
                            "description": "MSRC Team. (2019, August 5). Corporate IoT \u2013 a path to intrusion. Retrieved August 16, 2019.",
                            "url": "https://msrc-blog.microsoft.com/2019/08/05/corporate-iot-a-path-to-intrusion/"
                        },
                        {
                            "source_name": "DOJ GRU Indictment Jul 2018",
                            "description": "Mueller, R. (2018, July 13). Indictment - United States of America vs. VIKTOR BORISOVICH NETYKSHO, et al. Retrieved September 13, 2018.",
                            "url": "https://www.justice.gov/file/1080281/download"
                        },
                        {
                            "source_name": "Cybersecurity Advisory GRU Brute Force Campaign July 2021",
                            "description": "NSA, CISA, FBI, NCSC. (2021, July). Russian GRU Conducting Global Brute Force Campaign to Compromise Enterprise and Cloud Environments. Retrieved July 26, 2021.",
                            "url": "https://media.defense.gov/2021/Jul/01/2002753896/-1/-1/1/CSA_GRU_GLOBAL_BRUTE_FORCE_CAMPAIGN_UOO158036-21.PDF"
                        },
                        {
                            "source_name": "NSA/FBI Drovorub August 2020",
                            "description": "NSA/FBI. (2020, August). Russian GRU 85th GTsSS Deploys Previously Undisclosed Drovorub Malware. Retrieved August 25, 2020.",
                            "url": "https://media.defense.gov/2020/Aug/13/2002476465/-1/-1/0/CSA_DROVORUB_RUSSIAN_GRU_MALWARE_AUG_2020.PDF"
                        },
                        {
                            "source_name": "SecureWorks TG-4127",
                            "description": "SecureWorks Counter Threat Unit Threat Intelligence. (2016, June 16). Threat Group-4127 Targets Hillary Clinton Presidential Campaign. Retrieved August 3, 2016.",
                            "url": "https://www.secureworks.com/research/threat-group-4127-targets-hillary-clinton-presidential-campaign"
                        },
                        {
                            "source_name": "Secureworks IRON TWILIGHT Active Measures March 2017",
                            "description": "Secureworks CTU. (2017, March 30). IRON TWILIGHT Supports Active Measures. Retrieved February 28, 2022.",
                            "url": "https://www.secureworks.com/research/iron-twilight-supports-active-measures"
                        },
                        {
                            "source_name": "Secureworks IRON TWILIGHT Profile",
                            "description": "Secureworks CTU. (n.d.). IRON TWILIGHT. Retrieved February 28, 2022.",
                            "url": "https://www.secureworks.com/research/threat-profiles/iron-twilight"
                        },
                        {
                            "source_name": "Symantec APT28 Oct 2018",
                            "description": "Symantec Security Response. (2018, October 04). APT28: New Espionage Operations Target Military and Government Organizations. Retrieved November 14, 2018.",
                            "url": "https://www.symantec.com/blogs/election-security/apt28-espionage-military-government"
                        },
                        {
                            "source_name": "Sednit",
                            "description": "This designation has been used in reporting both to refer to the threat group and its associated malware [JHUHUGIT](https://attack.mitre.org/software/S0044).(Citation: FireEye APT28 January 2017)(Citation: SecureWorks TG-4127)(Citation: Kaspersky Sofacy)(Citation: Ars Technica GRU indictment Jul 2018)"
                        },
                        {
                            "source_name": "Sofacy",
                            "description": "This designation has been used in reporting both to refer to the threat group and its associated malware.(Citation: FireEye APT28)(Citation: SecureWorks TG-4127)(Citation: Crowdstrike DNC June 2016)(Citation: ESET Sednit Part 3)(Citation: Ars Technica GRU indictment Jul 2018)(Citation: Talos Seduploader Oct 2017)"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "S\u00e9bastien Ruel, CGI",
                        "Drew Church, Splunk",
                        "Emily Ratliff, IBM",
                        "Richard Gold, Digital Shadows"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack",
                        "mobile-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "5.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-04 19:07:48.903000+00:00\", \"old_value\": \"2023-03-26 17:51:20.401000+00:00\"}, \"root['description']\": {\"new_value\": \"[APT28](https://attack.mitre.org/groups/G0007) is a threat group that has been attributed to Russia's General Staff Main Intelligence Directorate (GRU) 85th Main Special Service Center (GTsSS) military unit 26165.(Citation: NSA/FBI Drovorub August 2020)(Citation: Cybersecurity Advisory GRU Brute Force Campaign July 2021) This group has been active since at least 2004.(Citation: DOJ GRU Indictment Jul 2018)(Citation: Ars Technica GRU indictment Jul 2018)(Citation: Crowdstrike DNC June 2016)(Citation: FireEye APT28)(Citation: SecureWorks TG-4127)(Citation: FireEye APT28 January 2017)(Citation: GRIZZLY STEPPE JAR)(Citation: Sofacy DealersChoice)(Citation: Palo Alto Sofacy 06-2018)(Citation: Symantec APT28 Oct 2018)(Citation: ESET Zebrocy May 2019)\\n\\n[APT28](https://attack.mitre.org/groups/G0007) reportedly compromised the Hillary Clinton campaign, the Democratic National Committee, and the Democratic Congressional Campaign Committee in 2016 in an attempt to interfere with the U.S. presidential election.(Citation: Crowdstrike DNC June 2016) In 2018, the US indicted five GRU Unit 26165 officers associated with [APT28](https://attack.mitre.org/groups/G0007) for cyber operations (including close-access operations) conducted between 2014 and 2018 against the World Anti-Doping Agency (WADA), the US Anti-Doping Agency, a US nuclear facility, the Organization for the Prohibition of Chemical Weapons (OPCW), the Spiez Swiss Chemicals Laboratory, and other organizations.(Citation: US District Court Indictment GRU Oct 2018) Some of these were conducted with the assistance of GRU Unit 74455, which is also referred to as [Sandworm Team](https://attack.mitre.org/groups/G0034). \", \"old_value\": \"[APT28](https://attack.mitre.org/groups/G0007) is a threat group that has been attributed to Russia's General Staff Main Intelligence Directorate (GRU) 85th Main Special Service Center (GTsSS) military unit 26165.(Citation: NSA/FBI Drovorub August 2020)(Citation: Cybersecurity Advisory GRU Brute Force Campaign July 2021) This group has been active since at least 2004.(Citation: DOJ GRU Indictment Jul 2018)(Citation: Ars Technica GRU indictment Jul 2018)(Citation: Crowdstrike DNC June 2016)(Citation: FireEye APT28)(Citation: SecureWorks TG-4127)(Citation: FireEye APT28 January 2017)(Citation: GRIZZLY STEPPE JAR)(Citation: Sofacy DealersChoice)(Citation: Palo Alto Sofacy 06-2018)(Citation: Symantec APT28 Oct 2018)(Citation: ESET Zebrocy May 2019)\\n\\n[APT28](https://attack.mitre.org/groups/G0007) reportedly compromised the Hillary Clinton campaign, the Democratic National Committee, and the Democratic Congressional Campaign Committee in 2016 in an attempt to interfere with the U.S. presidential election. (Citation: Crowdstrike DNC June 2016) In 2018, the US indicted five GRU Unit 26165 officers associated with [APT28](https://attack.mitre.org/groups/G0007) for cyber operations (including close-access operations) conducted between 2014 and 2018 against the World Anti-Doping Agency (WADA), the US Anti-Doping Agency, a US nuclear facility, the Organization for the Prohibition of Chemical Weapons (OPCW), the Spiez Swiss Chemicals Laboratory, and other organizations.(Citation: US District Court Indictment GRU Oct 2018) Some of these were conducted with the assistance of GRU Unit 74455, which is also referred to as [Sandworm Team](https://attack.mitre.org/groups/G0034). \", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,3 @@\\n [APT28](https://attack.mitre.org/groups/G0007) is a threat group that has been attributed to Russia's General Staff Main Intelligence Directorate (GRU) 85th Main Special Service Center (GTsSS) military unit 26165.(Citation: NSA/FBI Drovorub August 2020)(Citation: Cybersecurity Advisory GRU Brute Force Campaign July 2021) This group has been active since at least 2004.(Citation: DOJ GRU Indictment Jul 2018)(Citation: Ars Technica GRU indictment Jul 2018)(Citation: Crowdstrike DNC June 2016)(Citation: FireEye APT28)(Citation: SecureWorks TG-4127)(Citation: FireEye APT28 January 2017)(Citation: GRIZZLY STEPPE JAR)(Citation: Sofacy DealersChoice)(Citation: Palo Alto Sofacy 06-2018)(Citation: Symantec APT28 Oct 2018)(Citation: ESET Zebrocy May 2019)\\n \\n-[APT28](https://attack.mitre.org/groups/G0007) reportedly compromised the Hillary Clinton campaign, the Democratic National Committee, and the Democratic Congressional Campaign Committee in 2016 in an attempt to interfere with the U.S. presidential election. (Citation: Crowdstrike DNC June 2016) In 2018, the US indicted five GRU Unit 26165 officers associated with [APT28](https://attack.mitre.org/groups/G0007) for cyber operations (including close-access operations) conducted between 2014 and 2018 against the World Anti-Doping Agency (WADA), the US Anti-Doping Agency, a US nuclear facility, the Organization for the Prohibition of Chemical Weapons (OPCW), the Spiez Swiss Chemicals Laboratory, and other organizations.(Citation: US District Court Indictment GRU Oct 2018) Some of these were conducted with the assistance of GRU Unit 74455, which is also referred to as [Sandworm Team](https://attack.mitre.org/groups/G0034). \\n+[APT28](https://attack.mitre.org/groups/G0007) reportedly compromised the Hillary Clinton campaign, the Democratic National Committee, and the Democratic Congressional Campaign Committee in 2016 in an attempt to interfere with the U.S. presidential election.(Citation: Crowdstrike DNC June 2016) In 2018, the US indicted five GRU Unit 26165 officers associated with [APT28](https://attack.mitre.org/groups/G0007) for cyber operations (including close-access operations) conducted between 2014 and 2018 against the World Anti-Doping Agency (WADA), the US Anti-Doping Agency, a US nuclear facility, the Organization for the Prohibition of Chemical Weapons (OPCW), the Spiez Swiss Chemicals Laboratory, and other organizations.(Citation: US District Court Indictment GRU Oct 2018) Some of these were conducted with the assistance of GRU Unit 74455, which is also referred to as [Sandworm Team](https://attack.mitre.org/groups/G0034). \"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"5.0\", \"old_value\": \"4.0\"}}, \"iterable_item_added\": {\"root['aliases'][13]\": \"Forest Blizzard\", \"root['aliases'][14]\": \"FROZENLAKE\", \"root['external_references'][6]\": {\"source_name\": \"FROZENLAKE\", \"description\": \"(Citation: Leonard TAG 2023)\"}, \"root['external_references'][7]\": {\"source_name\": \"Forest Blizzard\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][16]\": {\"source_name\": \"Leonard TAG 2023\", \"description\": \"Billy Leonard. (2023, April 19). Ukraine remains Russia\\u2019s biggest cyber focus in 2023. Retrieved March 1, 2024.\", \"url\": \"https://blog.google/threat-analysis-group/ukraine-remains-russias-biggest-cyber-focus-in-2023/\"}, \"root['external_references'][30]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}}}",
                    "previous_version": "4.0",
                    "version_change": "4.0 \u2192 5.0",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to115__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to115__0\"><a href=\"#difflib_chg_to115__top\">t</a></td><td class=\"diff_header\" id=\"from115_1\">1</td><td nowrap=\"nowrap\">[APT28](https://attack.mitre.org/groups/G0007)&nbsp;is&nbsp;a&nbsp;threat&nbsp;g</td><td class=\"diff_next\"><a href=\"#difflib_chg_to115__top\">t</a></td><td class=\"diff_header\" id=\"to115_1\">1</td><td nowrap=\"nowrap\">[APT28](https://attack.mitre.org/groups/G0007)&nbsp;is&nbsp;a&nbsp;threat&nbsp;g</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">roup&nbsp;that&nbsp;has&nbsp;been&nbsp;attributed&nbsp;to&nbsp;Russia's&nbsp;General&nbsp;Staff&nbsp;Main</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">roup&nbsp;that&nbsp;has&nbsp;been&nbsp;attributed&nbsp;to&nbsp;Russia's&nbsp;General&nbsp;Staff&nbsp;Main</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Intelligence&nbsp;Directorate&nbsp;(GRU)&nbsp;85th&nbsp;Main&nbsp;Special&nbsp;Service&nbsp;Ce</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Intelligence&nbsp;Directorate&nbsp;(GRU)&nbsp;85th&nbsp;Main&nbsp;Special&nbsp;Service&nbsp;Ce</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nter&nbsp;(GTsSS)&nbsp;military&nbsp;unit&nbsp;26165.(Citation:&nbsp;NSA/FBI&nbsp;Drovorub</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">nter&nbsp;(GTsSS)&nbsp;military&nbsp;unit&nbsp;26165.(Citation:&nbsp;NSA/FBI&nbsp;Drovorub</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;August&nbsp;2020)(Citation:&nbsp;Cybersecurity&nbsp;Advisory&nbsp;GRU&nbsp;Brute&nbsp;For</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;August&nbsp;2020)(Citation:&nbsp;Cybersecurity&nbsp;Advisory&nbsp;GRU&nbsp;Brute&nbsp;For</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ce&nbsp;Campaign&nbsp;July&nbsp;2021)&nbsp;This&nbsp;group&nbsp;has&nbsp;been&nbsp;active&nbsp;since&nbsp;at&nbsp;l</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ce&nbsp;Campaign&nbsp;July&nbsp;2021)&nbsp;This&nbsp;group&nbsp;has&nbsp;been&nbsp;active&nbsp;since&nbsp;at&nbsp;l</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">east&nbsp;2004.(Citation:&nbsp;DOJ&nbsp;GRU&nbsp;Indictment&nbsp;Jul&nbsp;2018)(Citation:&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">east&nbsp;2004.(Citation:&nbsp;DOJ&nbsp;GRU&nbsp;Indictment&nbsp;Jul&nbsp;2018)(Citation:&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Ars&nbsp;Technica&nbsp;GRU&nbsp;indictment&nbsp;Jul&nbsp;2018)(Citation:&nbsp;Crowdstrike&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Ars&nbsp;Technica&nbsp;GRU&nbsp;indictment&nbsp;Jul&nbsp;2018)(Citation:&nbsp;Crowdstrike&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">DNC&nbsp;June&nbsp;2016)(Citation:&nbsp;FireEye&nbsp;APT28)(Citation:&nbsp;SecureWork</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">DNC&nbsp;June&nbsp;2016)(Citation:&nbsp;FireEye&nbsp;APT28)(Citation:&nbsp;SecureWork</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;TG-4127)(Citation:&nbsp;FireEye&nbsp;APT28&nbsp;January&nbsp;2017)(Citation:&nbsp;G</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;TG-4127)(Citation:&nbsp;FireEye&nbsp;APT28&nbsp;January&nbsp;2017)(Citation:&nbsp;G</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">RIZZLY&nbsp;STEPPE&nbsp;JAR)(Citation:&nbsp;Sofacy&nbsp;DealersChoice)(Citation:</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">RIZZLY&nbsp;STEPPE&nbsp;JAR)(Citation:&nbsp;Sofacy&nbsp;DealersChoice)(Citation:</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Palo&nbsp;Alto&nbsp;Sofacy&nbsp;06-2018)(Citation:&nbsp;Symantec&nbsp;APT28&nbsp;Oct&nbsp;2018</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Palo&nbsp;Alto&nbsp;Sofacy&nbsp;06-2018)(Citation:&nbsp;Symantec&nbsp;APT28&nbsp;Oct&nbsp;2018</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">)(Citation:&nbsp;ESET&nbsp;Zebrocy&nbsp;May&nbsp;2019)&nbsp;&nbsp;[APT28](https://attack.m</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">)(Citation:&nbsp;ESET&nbsp;Zebrocy&nbsp;May&nbsp;2019)&nbsp;&nbsp;[APT28](https://attack.m</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">itre.org/groups/G0007)&nbsp;reportedly&nbsp;compromised&nbsp;the&nbsp;Hillary&nbsp;Cl</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">itre.org/groups/G0007)&nbsp;reportedly&nbsp;compromised&nbsp;the&nbsp;Hillary&nbsp;Cl</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">inton&nbsp;campaign,&nbsp;the&nbsp;Democratic&nbsp;National&nbsp;Committee,&nbsp;and&nbsp;the&nbsp;D</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">inton&nbsp;campaign,&nbsp;the&nbsp;Democratic&nbsp;National&nbsp;Committee,&nbsp;and&nbsp;the&nbsp;D</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">emocratic&nbsp;Congressional&nbsp;Campaign&nbsp;Committee&nbsp;in&nbsp;2016&nbsp;in&nbsp;an&nbsp;att</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">emocratic&nbsp;Congressional&nbsp;Campaign&nbsp;Committee&nbsp;in&nbsp;2016&nbsp;in&nbsp;an&nbsp;att</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">empt&nbsp;to&nbsp;interfere&nbsp;with&nbsp;the&nbsp;U.S.&nbsp;presidential&nbsp;election.<span class=\"diff_chg\">&nbsp;(Cita</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">empt&nbsp;to&nbsp;interfere&nbsp;with&nbsp;the&nbsp;U.S.&nbsp;presidential&nbsp;election.<span class=\"diff_chg\">(Citat</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">tion:</span>&nbsp;Crowdstrike&nbsp;DNC&nbsp;June&nbsp;2016)&nbsp;In&nbsp;2018,&nbsp;the&nbsp;US&nbsp;indicted&nbsp;fi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">ion:</span>&nbsp;Crowdstrike&nbsp;DNC&nbsp;June&nbsp;2016)&nbsp;In&nbsp;2018,&nbsp;the&nbsp;US&nbsp;indicted&nbsp;fiv</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ve&nbsp;GRU&nbsp;Unit&nbsp;26165&nbsp;officers&nbsp;associated&nbsp;with&nbsp;[APT28](https://a</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;GRU&nbsp;Unit&nbsp;26165&nbsp;officers&nbsp;associated&nbsp;with&nbsp;[APT28](https://at</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ttack.mitre.org/groups/G0007)&nbsp;for&nbsp;cyber&nbsp;operations&nbsp;(includin</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tack.mitre.org/groups/G0007)&nbsp;for&nbsp;cyber&nbsp;operations&nbsp;(including</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">g&nbsp;close-access&nbsp;operations)&nbsp;conducted&nbsp;between&nbsp;2014&nbsp;and&nbsp;2018&nbsp;a</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;close-access&nbsp;operations)&nbsp;conducted&nbsp;between&nbsp;2014&nbsp;and&nbsp;2018&nbsp;ag</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">gainst&nbsp;the&nbsp;World&nbsp;Anti-Doping&nbsp;Agency&nbsp;(WADA),&nbsp;the&nbsp;US&nbsp;Anti-Dopi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ainst&nbsp;the&nbsp;World&nbsp;Anti-Doping&nbsp;Agency&nbsp;(WADA),&nbsp;the&nbsp;US&nbsp;Anti-Dopin</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ng&nbsp;Agency,&nbsp;a&nbsp;US&nbsp;nuclear&nbsp;facility,&nbsp;the&nbsp;Organization&nbsp;for&nbsp;the&nbsp;P</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">g&nbsp;Agency,&nbsp;a&nbsp;US&nbsp;nuclear&nbsp;facility,&nbsp;the&nbsp;Organization&nbsp;for&nbsp;the&nbsp;Pr</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rohibition&nbsp;of&nbsp;Chemical&nbsp;Weapons&nbsp;(OPCW),&nbsp;the&nbsp;Spiez&nbsp;Swiss&nbsp;Chemi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ohibition&nbsp;of&nbsp;Chemical&nbsp;Weapons&nbsp;(OPCW),&nbsp;the&nbsp;Spiez&nbsp;Swiss&nbsp;Chemic</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">cals&nbsp;Laboratory,&nbsp;and&nbsp;other&nbsp;organizations.(Citation:&nbsp;US&nbsp;Distr</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">als&nbsp;Laboratory,&nbsp;and&nbsp;other&nbsp;organizations.(Citation:&nbsp;US&nbsp;Distri</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ict&nbsp;Court&nbsp;Indictment&nbsp;GRU&nbsp;Oct&nbsp;2018)&nbsp;Some&nbsp;of&nbsp;these&nbsp;were&nbsp;conduc</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ct&nbsp;Court&nbsp;Indictment&nbsp;GRU&nbsp;Oct&nbsp;2018)&nbsp;Some&nbsp;of&nbsp;these&nbsp;were&nbsp;conduct</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ted&nbsp;with&nbsp;the&nbsp;assistance&nbsp;of&nbsp;GRU&nbsp;Unit&nbsp;74455,&nbsp;which&nbsp;is&nbsp;also&nbsp;ref</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;with&nbsp;the&nbsp;assistance&nbsp;of&nbsp;GRU&nbsp;Unit&nbsp;74455,&nbsp;which&nbsp;is&nbsp;also&nbsp;refe</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">erred&nbsp;to&nbsp;as&nbsp;[Sandworm&nbsp;Team](https://attack.mitre.org/groups/</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rred&nbsp;to&nbsp;as&nbsp;[Sandworm&nbsp;Team](https://attack.mitre.org/groups/G</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">G0034).&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">0034).&nbsp;</td></tr>\n        </tbody>\n    </table>"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--cc613a49-9bfa-4e22-98d1-15ffbb03f034",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2022-07-01 20:12:30.184000+00:00",
                    "modified": "2024-04-10 21:38:24.226000+00:00",
                    "name": "Earth Lusca",
                    "description": "[Earth Lusca](https://attack.mitre.org/groups/G1006) is a suspected China-based cyber espionage group that has been active since at least April 2019. [Earth Lusca](https://attack.mitre.org/groups/G1006) has targeted organizations in Australia, China, Hong Kong, Mongolia, Nepal, the Philippines, Taiwan, Thailand, Vietnam, the United Arab Emirates, Nigeria, Germany, France, and the United States. Targets included government institutions, news media outlets, gambling companies, educational institutions, COVID-19 research organizations, telecommunications companies, religious movements banned in China, and cryptocurrency trading platforms; security researchers assess some [Earth Lusca](https://attack.mitre.org/groups/G1006) operations may be financially motivated.(Citation: TrendMicro EarthLusca 2022)\n\n[Earth Lusca](https://attack.mitre.org/groups/G1006) has used malware commonly used by other Chinese threat groups, including [APT41](https://attack.mitre.org/groups/G0096) and the [Winnti Group](https://attack.mitre.org/groups/G0044) cluster, however security researchers assess [Earth Lusca](https://attack.mitre.org/groups/G1006)'s techniques and infrastructure are separate.(Citation: TrendMicro EarthLusca 2022)",
                    "aliases": [
                        "Earth Lusca",
                        "TAG-22",
                        "Charcoal Typhoon",
                        "CHROMIUM",
                        "ControlX"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G1006",
                            "external_id": "G1006"
                        },
                        {
                            "source_name": "Charcoal Typhoon",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "ControlX",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "CHROMIUM",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023) (Citation: Recorded Future RedHotel August 2023)"
                        },
                        {
                            "source_name": "TAG-22",
                            "description": "(Citation: Recorded Future TAG-22 July 2021)"
                        },
                        {
                            "source_name": "TrendMicro EarthLusca 2022",
                            "description": "Chen, J., et al. (2022). Delving Deep: An Analysis of Earth Lusca\u2019s Operations. Retrieved July 1, 2022.",
                            "url": "https://www.trendmicro.com/content/dam/trendmicro/global/en/research/22/a/earth-lusca-employs-sophisticated-infrastructure-varied-tools-and-techniques/technical-brief-delving-deep-an-analysis-of-earth-lusca-operations.pdf"
                        },
                        {
                            "source_name": "Recorded Future TAG-22 July 2021",
                            "description": "INSIKT GROUP. (2021, July 8). Chinese State-Sponsored Activity Group TAG-22 Targets Nepal, the Philippines, and Taiwan Using Winnti and Other Tooling. Retrieved September 2, 2022.",
                            "url": "https://www.recordedfuture.com/chinese-group-tag-22-targets-nepal-philippines-taiwan"
                        },
                        {
                            "source_name": "Recorded Future RedHotel August 2023",
                            "description": "Insikt Group. (2023, August 8). RedHotel: A Prolific, Chinese State-Sponsored Group Operating at a Global Scale. Retrieved March 11, 2024.",
                            "url": "https://go.recordedfuture.com/hubfs/reports/cta-2023-0808.pdf"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack",
                        "mobile-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "2.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-10 21:38:24.226000+00:00\", \"old_value\": \"2022-10-17 19:51:56.531000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.0\", \"old_value\": \"1.0\"}}, \"iterable_item_added\": {\"root['aliases'][2]\": \"Charcoal Typhoon\", \"root['aliases'][3]\": \"CHROMIUM\", \"root['aliases'][4]\": \"ControlX\", \"root['external_references'][1]\": {\"source_name\": \"Charcoal Typhoon\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][2]\": {\"source_name\": \"ControlX\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][3]\": {\"source_name\": \"CHROMIUM\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023) (Citation: Recorded Future RedHotel August 2023)\"}, \"root['external_references'][7]\": {\"source_name\": \"Recorded Future RedHotel August 2023\", \"description\": \"Insikt Group. (2023, August 8). RedHotel: A Prolific, Chinese State-Sponsored Group Operating at a Global Scale. Retrieved March 11, 2024.\", \"url\": \"https://go.recordedfuture.com/hubfs/reports/cta-2023-0808.pdf\"}, \"root['external_references'][8]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 2.0"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--381fcf73-60f6-4ab2-9991-6af3cbc35192",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:32:04.588000+00:00",
                    "modified": "2024-04-06 19:05:38.712000+00:00",
                    "name": "Sandworm Team",
                    "description": "[Sandworm Team](https://attack.mitre.org/groups/G0034) is a destructive threat group that has been attributed to Russia's General Staff Main Intelligence Directorate (GRU) Main Center for Special Technologies (GTsST) military unit 74455.(Citation: US District Court Indictment GRU Unit 74455 October 2020)(Citation: UK NCSC Olympic Attacks October 2020) This group has been active since at least 2009.(Citation: iSIGHT Sandworm 2014)(Citation: CrowdStrike VOODOO BEAR)(Citation: USDOJ Sandworm Feb 2020)(Citation: NCSC Sandworm Feb 2020)\n\nIn October 2020, the US indicted six GRU Unit 74455 officers associated with [Sandworm Team](https://attack.mitre.org/groups/G0034) for the following cyber operations: the 2015 and 2016 attacks against Ukrainian electrical companies and government organizations, the 2017 worldwide [NotPetya](https://attack.mitre.org/software/S0368) attack, targeting of the 2017 French presidential campaign, the 2018 [Olympic Destroyer](https://attack.mitre.org/software/S0365) attack against the Winter Olympic Games, the 2018 operation against the Organisation for the Prohibition of Chemical Weapons, and attacks against the country of Georgia in 2018 and 2019.(Citation: US District Court Indictment GRU Unit 74455 October 2020)(Citation: UK NCSC Olympic Attacks October 2020) Some of these were conducted with the assistance of GRU Unit 26165, which is also referred to as [APT28](https://attack.mitre.org/groups/G0007).(Citation: US District Court Indictment GRU Oct 2018)",
                    "aliases": [
                        "Sandworm Team",
                        "ELECTRUM",
                        "Telebots",
                        "IRON VIKING",
                        "BlackEnergy (Group)",
                        "Quedagh",
                        "Voodoo Bear",
                        "IRIDIUM",
                        "Seashell Blizzard",
                        "FROZENBARENTS"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0034",
                            "external_id": "G0034"
                        },
                        {
                            "source_name": "Voodoo Bear",
                            "description": "(Citation: CrowdStrike VOODOO BEAR)(Citation: US District Court Indictment GRU Unit 74455 October 2020)(Citation: UK NCSC Olympic Attacks October 2020)"
                        },
                        {
                            "source_name": "ELECTRUM",
                            "description": "(Citation: Dragos ELECTRUM)(Citation: UK NCSC Olympic Attacks October 2020)"
                        },
                        {
                            "source_name": "Sandworm Team",
                            "description": "(Citation: iSIGHT Sandworm 2014) (Citation: F-Secure BlackEnergy 2014) (Citation: InfoSecurity Sandworm Oct 2014)(Citation: US District Court Indictment GRU Unit 74455 October 2020)(Citation: UK NCSC Olympic Attacks October 2020)"
                        },
                        {
                            "source_name": "Quedagh",
                            "description": "(Citation: iSIGHT Sandworm 2014) (Citation: F-Secure BlackEnergy 2014)(Citation: UK NCSC Olympic Attacks October 2020)"
                        },
                        {
                            "source_name": "FROZENBARENTS",
                            "description": "(Citation: Leonard TAG 2023)"
                        },
                        {
                            "source_name": "IRIDIUM",
                            "description": "(Citation: Microsoft Prestige ransomware October 2022)"
                        },
                        {
                            "source_name": "Seashell Blizzard",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "BlackEnergy (Group)",
                            "description": "(Citation: NCSC Sandworm Feb 2020)(Citation: UK NCSC Olympic Attacks October 2020)"
                        },
                        {
                            "source_name": "Telebots",
                            "description": "(Citation: NCSC Sandworm Feb 2020)(Citation: US District Court Indictment GRU Unit 74455 October 2020)(Citation: UK NCSC Olympic Attacks October 2020)"
                        },
                        {
                            "source_name": "IRON VIKING",
                            "description": "(Citation: Secureworks IRON VIKING )(Citation: US District Court Indictment GRU Unit 74455 October 2020)(Citation: UK NCSC Olympic Attacks October 2020)"
                        },
                        {
                            "source_name": "Leonard TAG 2023",
                            "description": "Billy Leonard. (2023, April 19). Ukraine remains Russia\u2019s biggest cyber focus in 2023. Retrieved March 1, 2024.",
                            "url": "https://blog.google/threat-analysis-group/ukraine-remains-russias-biggest-cyber-focus-in-2023/"
                        },
                        {
                            "source_name": "US District Court Indictment GRU Oct 2018",
                            "description": "Brady, S . (2018, October 3). Indictment - United States vs Aleksei Sergeyevich Morenets, et al.. Retrieved October 1, 2020.",
                            "url": "https://www.justice.gov/opa/page/file/1098481/download"
                        },
                        {
                            "source_name": "Dragos ELECTRUM",
                            "description": "Dragos. (2017, January 1). ELECTRUM Threat Profile. Retrieved June 10, 2020.",
                            "url": "https://www.dragos.com/resource/electrum/"
                        },
                        {
                            "source_name": "F-Secure BlackEnergy 2014",
                            "description": "F-Secure Labs. (2014). BlackEnergy & Quedagh: The convergence of crimeware and APT attacks. Retrieved March 24, 2016.",
                            "url": "https://blog-assets.f-secure.com/wp-content/uploads/2019/10/15163408/BlackEnergy_Quedagh.pdf"
                        },
                        {
                            "source_name": "iSIGHT Sandworm 2014",
                            "description": "Hultquist, J.. (2016, January 7). Sandworm Team and the Ukrainian Power Authority Attacks. Retrieved October 6, 2017.",
                            "url": "https://www.fireeye.com/blog/threat-research/2016/01/ukraine-and-sandworm-team.html"
                        },
                        {
                            "source_name": "CrowdStrike VOODOO BEAR",
                            "description": "Meyers, A. (2018, January 19). Meet CrowdStrike\u2019s Adversary of the Month for January: VOODOO BEAR. Retrieved May 22, 2018.",
                            "url": "https://www.crowdstrike.com/blog/meet-crowdstrikes-adversary-of-the-month-for-january-voodoo-bear/"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "Microsoft Prestige ransomware October 2022",
                            "description": "MSTIC. (2022, October 14). New \u201cPrestige\u201d ransomware impacts organizations in Ukraine and Poland. Retrieved January 19, 2023.",
                            "url": "https://www.microsoft.com/en-us/security/blog/2022/10/14/new-prestige-ransomware-impacts-organizations-in-ukraine-and-poland/"
                        },
                        {
                            "source_name": "InfoSecurity Sandworm Oct 2014",
                            "description": "Muncaster, P.. (2014, October 14). Microsoft Zero Day Traced to Russian \u2018Sandworm\u2019 Hackers. Retrieved October 6, 2017.",
                            "url": "https://www.infosecurity-magazine.com/news/microsoft-zero-day-traced-russian/"
                        },
                        {
                            "source_name": "NCSC Sandworm Feb 2020",
                            "description": "NCSC. (2020, February 20). NCSC supports US advisory regarding GRU intrusion set Sandworm. Retrieved June 10, 2020.",
                            "url": "https://www.ncsc.gov.uk/news/ncsc-supports-sandworm-advisory"
                        },
                        {
                            "source_name": "USDOJ Sandworm Feb 2020",
                            "description": "Pompeo, M. (2020, February 20). The United States Condemns Russian Cyber Attack Against the Country of Georgia. Retrieved June 18, 2020.",
                            "url": "https://2017-2021.state.gov/the-united-states-condemns-russian-cyber-attack-against-the-country-of-georgia//index.html"
                        },
                        {
                            "source_name": "US District Court Indictment GRU Unit 74455 October 2020",
                            "description": "Scott W. Brady. (2020, October 15). United States vs. Yuriy Sergeyevich Andrienko et al.. Retrieved November 25, 2020.",
                            "url": "https://www.justice.gov/opa/press-release/file/1328521/download"
                        },
                        {
                            "source_name": "Secureworks IRON VIKING ",
                            "description": "Secureworks. (2020, May 1). IRON VIKING Threat Profile. Retrieved June 10, 2020.",
                            "url": "https://www.secureworks.com/research/threat-profiles/iron-viking"
                        },
                        {
                            "source_name": "UK NCSC Olympic Attacks October 2020",
                            "description": "UK NCSC. (2020, October 19). UK exposes series of Russian cyber attacks against Olympic and Paralympic Games . Retrieved November 30, 2020.",
                            "url": "https://www.gov.uk/government/news/uk-exposes-series-of-russian-cyber-attacks-against-olympic-and-paralympic-games"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Dragos Threat Intelligence"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack",
                        "ics-attack",
                        "mobile-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "4.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-06 19:05:38.712000+00:00\", \"old_value\": \"2023-10-06 14:13:06.011000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"4.0\", \"old_value\": \"3.1\"}}, \"iterable_item_added\": {\"root['aliases'][8]\": \"Seashell Blizzard\", \"root['aliases'][9]\": \"FROZENBARENTS\", \"root['external_references'][5]\": {\"source_name\": \"FROZENBARENTS\", \"description\": \"(Citation: Leonard TAG 2023)\"}, \"root['external_references'][7]\": {\"source_name\": \"Seashell Blizzard\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][11]\": {\"source_name\": \"Leonard TAG 2023\", \"description\": \"Billy Leonard. (2023, April 19). Ukraine remains Russia\\u2019s biggest cyber focus in 2023. Retrieved March 1, 2024.\", \"url\": \"https://blog.google/threat-analysis-group/ukraine-remains-russias-biggest-cyber-focus-in-2023/\"}, \"root['external_references'][17]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}}}",
                    "previous_version": "3.1",
                    "version_change": "3.1 \u2192 4.0"
                }
            ],
            "minor_version_changes": [
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--8a831aaa-f3e0-47a3-bed8-a9ced744dd12",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2018-10-17 00:14:20.652000+00:00",
                    "modified": "2024-04-11 02:42:07.325000+00:00",
                    "name": "Dark Caracal",
                    "description": "[Dark Caracal](https://attack.mitre.org/groups/G0070) is threat group that has been attributed to the Lebanese General Directorate of General Security (GDGS) and has operated since at least 2012. (Citation: Lookout Dark Caracal Jan 2018)",
                    "aliases": [
                        "Dark Caracal"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0070",
                            "external_id": "G0070"
                        },
                        {
                            "source_name": "Dark Caracal",
                            "description": "(Citation: Lookout Dark Caracal Jan 2018)"
                        },
                        {
                            "source_name": "Lookout Dark Caracal Jan 2018",
                            "description": "Blaich, A., et al. (2018, January 18). Dark Caracal: Cyber-espionage at a Global Scale. Retrieved April 11, 2018.",
                            "url": "https://info.lookout.com/rs/051-ESQ-475/images/Lookout_Dark-Caracal_srr_20180118_us_v.1.0.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack",
                        "mobile-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.4",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 02:42:07.325000+00:00\", \"old_value\": \"2021-10-11 19:08:18.503000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.4\", \"old_value\": \"1.3\"}}}",
                    "previous_version": "1.3",
                    "version_change": "1.3 \u2192 1.4"
                }
            ],
            "other_version_changes": [],
            "patches": [],
            "revocations": [],
            "deprecations": [],
            "deletions": []
        },
        "campaigns": {
            "additions": [
                {
                    "type": "campaign",
                    "id": "campaign--a82bc5ad-5f95-4c6a-9f25-aaf6f476a3c4",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-03-28 18:00:04.123000+00:00",
                    "modified": "2024-04-11 15:10:14.209000+00:00",
                    "name": "C0033",
                    "description": "[C0033](https://attack.mitre.org/campaigns/C0033) was a [PROMETHIUM](https://attack.mitre.org/groups/G0056) campaign during which they used [StrongPity](https://attack.mitre.org/software/S0491) to target Android users. [C0033](https://attack.mitre.org/campaigns/C0033) was the first publicly documented mobile campaign for [PROMETHIUM](https://attack.mitre.org/groups/G0056), who previously used Windows-based techniques.(Citation: welivesec_strongpity)",
                    "aliases": [
                        "C0033"
                    ],
                    "first_seen": "2016-05-01 07:00:00+00:00",
                    "last_seen": "2023-01-01 08:00:00+00:00",
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/campaigns/C0033",
                            "external_id": "C0033"
                        },
                        {
                            "source_name": "securelist_strongpity",
                            "description": "Baumgartner, K. (2016, October 3). On the StrongPity Waterhole Attacks Targeting Italian and Belgian Encryption Users. Retrieved March 28, 2024.",
                            "url": "https://securelist.com/on-the-strongpity-waterhole-attacks-targeting-italian-and-belgian-encryption-users/76147/"
                        },
                        {
                            "source_name": "welivesec_strongpity",
                            "description": "Stefanko, L. (2023, January 10). StrongPity espionage campaign targeting Android users. Retrieved January 31, 2023.",
                            "url": "https://www.welivesecurity.com/2023/01/10/strongpity-espionage-campaign-targeting-android-users/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Hiroki Nagahama, NEC Corporation",
                        "Manikantan Srinivasan, NEC Corporation India",
                        "Pooja Natarajan, NEC Corporation India"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "mobile-attack",
                        "enterprise-attack"
                    ],
                    "x_mitre_first_seen_citation": "(Citation: securelist_strongpity)",
                    "x_mitre_last_seen_citation": "(Citation: welivesec_strongpity)",
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.0"
                }
            ],
            "major_version_changes": [],
            "minor_version_changes": [
                {
                    "type": "campaign",
                    "id": "campaign--4603cf2f-06d0-4970-9c5d-5071b08c817f",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2022-09-29 20:00:38.136000+00:00",
                    "modified": "2024-04-11 00:30:42.003000+00:00",
                    "name": "Operation Dust Storm",
                    "description": "[Operation Dust Storm](https://attack.mitre.org/campaigns/C0016) was a long-standing persistent cyber espionage campaign that targeted multiple industries in Japan, South Korea, the United States, Europe, and several Southeast Asian countries. By 2015, the [Operation Dust Storm](https://attack.mitre.org/campaigns/C0016) threat actors shifted from government and defense-related intelligence targets to Japanese companies or Japanese subdivisions of larger foreign organizations supporting Japan's critical infrastructure, including electricity generation, oil and natural gas, finance, transportation, and construction.(Citation: Cylance Dust Storm)\n\n[Operation Dust Storm](https://attack.mitre.org/campaigns/C0016) threat actors also began to use Android backdoors in their operations by 2015, with all identified victims at the time residing in Japan or South Korea.(Citation: Cylance Dust Storm)",
                    "aliases": [
                        "Operation Dust Storm"
                    ],
                    "first_seen": "2010-01-01 07:00:00+00:00",
                    "last_seen": "2016-02-01 06:00:00+00:00",
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/campaigns/C0016",
                            "external_id": "C0016"
                        },
                        {
                            "source_name": "Cylance Dust Storm",
                            "description": "Gross, J. (2016, February 23). Operation Dust Storm. Retrieved December 22, 2021.",
                            "url": "https://s7d2.scene7.com/is/content/cylance/prod/cylance-web/en-us/resources/knowledge-center/resource-library/reports/Op_Dust_Storm_Report.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack",
                        "mobile-attack"
                    ],
                    "x_mitre_first_seen_citation": "(Citation: Cylance Dust Storm)",
                    "x_mitre_last_seen_citation": "(Citation: Cylance Dust Storm)",
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:30:42.003000+00:00\", \"old_value\": \"2022-09-30 21:05:22.490000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.0.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                }
            ],
            "other_version_changes": [],
            "patches": [],
            "revocations": [],
            "deprecations": [],
            "deletions": []
        },
        "assets": {
            "additions": [],
            "major_version_changes": [],
            "minor_version_changes": [],
            "other_version_changes": [],
            "patches": [],
            "revocations": [],
            "deprecations": [],
            "deletions": []
        },
        "mitigations": {
            "additions": [
                {
                    "type": "course-of-action",
                    "id": "course-of-action--76a32151-5233-465f-a607-7e576c62c932",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-02-20 22:02:55.968000+00:00",
                    "modified": "2024-02-20 22:02:55.968000+00:00",
                    "name": "Do Not Mitigate",
                    "description": "This category is to associate techniques that mitigation might increase risk of compromise and therefore mitigation is not recommended.",
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/mitigations/M1059",
                            "external_id": "M1059"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "mobile-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.0"
                }
            ],
            "major_version_changes": [],
            "minor_version_changes": [],
            "other_version_changes": [],
            "patches": [],
            "revocations": [],
            "deprecations": [],
            "deletions": []
        },
        "datasources": {
            "additions": [],
            "major_version_changes": [],
            "minor_version_changes": [],
            "other_version_changes": [],
            "patches": [],
            "revocations": [],
            "deprecations": [],
            "deletions": []
        },
        "datacomponents": {
            "additions": [
                {
                    "modified": "2024-03-29T14:59:30.164Z",
                    "name": "Application Assets",
                    "description": "Additional assets included with an application",
                    "x_mitre_data_source_ref": "x-mitre-data-source--e156f007-c5bf-45cc-8dd5-d442ffb0d203",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "mobile-attack"
                    ],
                    "x_mitre_version": "1.0",
                    "type": "x-mitre-data-component",
                    "id": "x-mitre-data-component--613788f2-ad72-43f5-b5f7-a93e2adc70fa",
                    "created": "2024-03-29T14:59:30.164Z",
                    "revoked": false,
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5"
                }
            ],
            "major_version_changes": [],
            "minor_version_changes": [],
            "other_version_changes": [],
            "patches": [],
            "revocations": [],
            "deprecations": [],
            "deletions": []
        }
    },
    "ics-attack": {
        "techniques": {
            "additions": [
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--77d9c726-b53e-481d-8bcc-1068aebfbb9d",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-03-26 15:39:19.473000+00:00",
                    "modified": "2024-04-08 18:54:40.925000+00:00",
                    "name": "Autorun Image",
                    "description": "Adversaries may leverage AutoRun functionality or scripts to execute malicious code. Devices configured to enable AutoRun functionality or legacy operating systems may be susceptible to abuse of these features to run malicious code stored on various forms of removeable media (i.e., USB, Disk Images [.ISO]). Commonly, AutoRun or AutoPlay are disabled in many operating systems configurations to mitigate against this technique. If a device is configured to enable AutoRun or AutoPlay, adversaries may execute code on the device by mounting the removable media to the device, either through physical or virtual means. This may be especially relevant for virtual machine environments where disk images may be dynamically mapped to a guest system on a hypervisor.  \n\nAn example could include an adversary gaining access to a hypervisor through the management interface to modify a virtual machine\u2019s hardware configuration. They could then deploy an iso image with a malicious AutoRun script to cause the virtual machine to automatically execute the code contained on the disk image. This would enable the execution of malicious code within a virtual machine without needing any prior remote access to that system.\n",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-ics-attack",
                            "phase_name": "execution"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T0895",
                            "external_id": "T0895"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "Drive: Drive Creation",
                        "Process: Process Creation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "",
                    "x_mitre_domains": [
                        "ics-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--1c5cf58c-a34a-40d7-82f4-f987cdfc2b91",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-03-25 20:16:15.016000+00:00",
                    "modified": "2024-04-08 18:57:58.010000+00:00",
                    "name": "System Binary Proxy Execution",
                    "description": "Adversaries may bypass process and/or signature-based defenses by proxying execution of malicious content with signed, or otherwise trusted, binaries. Binaries used in this technique are often Microsoft-signed files, indicating that they have been either downloaded from Microsoft or are already native in the operating system. (Citation: LOLBAS Project) Binaries signed with trusted digital certificates can typically execute on Windows systems protected by digital signature validation. Several Microsoft signed binaries that are default on Windows installations can be used to proxy execution of other files or commands. Similarly, on Linux systems adversaries may abuse trusted binaries such as split to proxy execution of malicious commands. (Citation: split man page)(Citation: GTFO split)\n\nAdversaries may abuse application binaries installed on a system for proxy execution of malicious code or domain-specific commands. These commands could be used to target local resources on the device or networked devices within the environment through defined APIs ([Execution through API](https://attack.mitre.org/techniques/T0871)) or application-specific programming languages (e.g., MicroSCADA SCIL). Application binaries may be signed by the developer or generally trusted by the operators, analysts, and monitoring tools accustomed to the environment. These applications may be developed and/or directly provided by the device vendor to enable configuration, management, and operation of their devices without many alternatives. \n\nAdversaries may seek to target these trusted application binaries to execute or send commands without the development of custom malware. For example, adversaries may target a SCADA server binary which has the existing ability to send commands to substation devices, such as through IEC 104 command messages. Proxy execution may still require the development of custom tools to hook into the application binary\u2019s execution.\n\n",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-ics-attack",
                            "phase_name": "evasion"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T0894",
                            "external_id": "T0894"
                        },
                        {
                            "source_name": "GTFO split",
                            "description": "GTFOBins. (2020, November 13). split. Retrieved April 18, 2022.",
                            "url": "https://gtfobins.github.io/gtfobins/split/"
                        },
                        {
                            "source_name": "LOLBAS Project",
                            "description": "Oddvar Moe et al. (2022, February).  Living Off The Land Binaries, Scripts and Libraries. Retrieved March 7, 2022.",
                            "url": "https://github.com/LOLBAS-Project/LOLBAS#criteria"
                        },
                        {
                            "source_name": "split man page",
                            "description": "Torbjorn Granlund, Richard M. Stallman. (2020, March null). split(1) \u2014 Linux manual page. Retrieved March 25, 2022.",
                            "url": "https://man7.org/linux/man-pages/man1/split.1.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "Script: Script Execution",
                        "Command: Command Execution",
                        "Process: Process Creation"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "",
                    "x_mitre_domains": [
                        "ics-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "None"
                    ],
                    "x_mitre_version": "1.0"
                }
            ],
            "major_version_changes": [],
            "minor_version_changes": [
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--3de230d4-3e42-4041-b089-17e1128feded",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-05-21 17:43:26.506000+00:00",
                    "modified": "2024-04-05 16:34:58.587000+00:00",
                    "name": "Automated Collection",
                    "description": "Adversaries may automate collection of industrial environment information using tools or scripts. This automated collection may leverage native control protocols and tools available in the control systems environment. For example, the OPC protocol may be used to enumerate and gather information. Access to a system or interface with these native protocols may allow collection and enumeration of other attached, communicating servers and devices.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-ics-attack",
                            "phase_name": "collection"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T0802",
                            "external_id": "T0802"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "Script: Script Execution",
                        "Command: Command Execution",
                        "File: File Access",
                        "Network Traffic: Network Traffic Content"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "",
                    "x_mitre_domains": [
                        "ics-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "None"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_deprecated']\": false, \"root['x_mitre_detection']\": \"\"}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-05 16:34:58.587000+00:00\", \"old_value\": \"2023-10-13 17:57:04.179000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1",
                    "changelog_mitigations": {
                        "shared": [
                            "M0807: Network Allowlists",
                            "M0930: Network Segmentation"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0012: Script (Script Execution)",
                            "DS0017: Command (Command Execution)",
                            "DS0022: File (File Access)",
                            "DS0029: Network Traffic (Network Traffic Content)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                },
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--ea0c980c-5cf0-43a7-a049-59c4c207566e",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-05-21 17:43:26.506000+00:00",
                    "modified": "2024-03-29 14:04:50.569000+00:00",
                    "name": "Network Connection Enumeration",
                    "description": "Adversaries may perform network connection enumeration to discover information about device communication patterns. If an adversary can inspect the state of a network connection with tools, such as Netstat(Citation: Netstat), in conjunction with [System Firmware](https://attack.mitre.org/techniques/T0857), then they can determine the role of certain devices on the network  (Citation: MITRE). The adversary can also use [Network Sniffing](https://attack.mitre.org/techniques/T0842) to watch network traffic for details about the source, destination, protocol, and content.",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-ics-attack",
                            "phase_name": "discovery"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T0840",
                            "external_id": "T0840"
                        },
                        {
                            "source_name": "MITRE",
                            "description": "MITRE   System Network Connections Discovery Retrieved. 2018/05/31 ",
                            "url": "https://attack.mitre.org/wiki/Technique/T1049"
                        },
                        {
                            "source_name": "Netstat",
                            "description": "Wikipedia. (n.d.). Netstat. Retrieved May 23, 2022.",
                            "url": "https://en.wikipedia.org/wiki/Netstat"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "Command: Command Execution",
                        "Process: Process Creation",
                        "Script: Script Execution",
                        "Process: OS API Execution"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "",
                    "x_mitre_domains": [
                        "ics-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "None"
                    ],
                    "x_mitre_version": "1.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-03-29 14:04:50.569000+00:00\", \"old_value\": \"2023-10-13 17:57:13.131000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.2\", \"old_value\": \"1.1\"}}}",
                    "previous_version": "1.1",
                    "version_change": "1.1 \u2192 1.2",
                    "changelog_mitigations": {
                        "shared": [
                            "M0816: Mitigation Limited or Not Effective"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (OS API Execution)",
                            "DS0009: Process (Process Creation)",
                            "DS0012: Script (Script Execution)",
                            "DS0017: Command (Command Execution)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                }
            ],
            "other_version_changes": [],
            "patches": [
                {
                    "type": "attack-pattern",
                    "id": "attack-pattern--fa3aa267-da22-4bdd-961f-03223322a8d5",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2023-03-30 18:56:02.424000+00:00",
                    "modified": "2024-04-09 20:51:03.049000+00:00",
                    "name": "Data from Local System",
                    "description": "Adversaries may target and collect data from local system sources, such as file systems, configuration files, or local databases. This can include sensitive data such as specifications, schematics, or diagrams of control system layouts, devices, and processes.\n\nAdversaries may do this using [Command-Line Interface](https://attack.mitre.org/techniques/T0807) or [Scripting](https://attack.mitre.org/techniques/T0853) techniques to interact with the file system to gather information. Adversaries may also use [Automated Collection](https://attack.mitre.org/techniques/T0802) on the local system. ",
                    "kill_chain_phases": [
                        {
                            "kill_chain_name": "mitre-ics-attack",
                            "phase_name": "collection"
                        }
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/techniques/T0893",
                            "external_id": "T0893"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_data_sources": [
                        "File: File Access",
                        "Process: Process Creation",
                        "Script: Script Execution",
                        "Process: OS API Execution",
                        "Command: Command Execution"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_detection": "",
                    "x_mitre_domains": [
                        "ics-attack"
                    ],
                    "x_mitre_is_subtechnique": false,
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "None"
                    ],
                    "x_mitre_version": "1.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-09 20:51:03.049000+00:00\", \"old_value\": \"2023-10-13 17:57:13.921000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}}}",
                    "previous_version": "1.0",
                    "changelog_mitigations": {
                        "shared": [
                            "M0803: Data Loss Prevention",
                            "M0917: User Training",
                            "M0922: Restrict File and Directory Permissions",
                            "M0941: Encrypt Sensitive Information"
                        ],
                        "new": [],
                        "dropped": []
                    },
                    "changelog_detections": {
                        "shared": [
                            "DS0009: Process (OS API Execution)",
                            "DS0009: Process (Process Creation)",
                            "DS0012: Script (Script Execution)",
                            "DS0017: Command (Command Execution)",
                            "DS0022: File (File Access)"
                        ],
                        "new": [],
                        "dropped": []
                    }
                }
            ],
            "revocations": [],
            "deprecations": [],
            "deletions": []
        },
        "software": {
            "additions": [],
            "major_version_changes": [],
            "minor_version_changes": [
                {
                    "type": "malware",
                    "id": "malware--ac61f1f9-7bb1-465e-9b8a-c2ce8e88baf5",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-08-04 15:06:14.796000+00:00",
                    "modified": "2024-04-11 00:15:32.724000+00:00",
                    "name": "REvil",
                    "description": "[REvil](https://attack.mitre.org/software/S0496) is a ransomware family that has been linked to the [GOLD SOUTHFIELD](https://attack.mitre.org/groups/G0115) group and operated as ransomware-as-a-service (RaaS) since at least April 2019. [REvil](https://attack.mitre.org/software/S0496), which as been used against organizations in the manufacturing, transportation, and electric sectors, is highly configurable and shares code similarities with the GandCrab RaaS.(Citation: Secureworks REvil September 2019)(Citation: Intel 471 REvil March 2020)(Citation: Group IB Ransomware May 2020)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0496",
                            "external_id": "S0496"
                        },
                        {
                            "source_name": "Sodin",
                            "description": "(Citation: Intel 471 REvil March 2020)(Citation: Kaspersky Sodin July 2019)"
                        },
                        {
                            "source_name": "Sodinokibi",
                            "description": "(Citation: Secureworks REvil September 2019)(Citation: Intel 471 REvil March 2020)(Citation: G Data Sodinokibi June 2019)(Citation: Kaspersky Sodin July 2019)(Citation: Cylance Sodinokibi July 2019)(Citation: Secureworks GandCrab and REvil September 2019)(Citation: Talos Sodinokibi April 2019)(Citation: McAfee Sodinokibi October 2019)(Citation: McAfee REvil October 2019)(Citation: Picus Sodinokibi January 2020)(Citation: Secureworks REvil September 2019)(Citation: Tetra Defense Sodinokibi March 2020)"
                        },
                        {
                            "source_name": "Talos Sodinokibi April 2019",
                            "description": "Cadieux, P, et al (2019, April 30). Sodinokibi ransomware exploits WebLogic Server vulnerability. Retrieved August 4, 2020.",
                            "url": "https://blog.talosintelligence.com/2019/04/sodinokibi-ransomware-exploits-weblogic.html"
                        },
                        {
                            "source_name": "Secureworks REvil September 2019",
                            "description": "Counter Threat Unit Research Team. (2019, September 24). REvil/Sodinokibi Ransomware. Retrieved August 4, 2020.",
                            "url": "https://www.secureworks.com/research/revil-sodinokibi-ransomware"
                        },
                        {
                            "source_name": "Cylance Sodinokibi July 2019",
                            "description": "Cylance. (2019, July 3). hreat Spotlight: Sodinokibi Ransomware. Retrieved August 4, 2020.",
                            "url": "https://threatvector.cylance.com/en_us/home/threat-spotlight-sodinokibi-ransomware.html"
                        },
                        {
                            "source_name": "Group IB Ransomware May 2020",
                            "description": "Group IB. (2020, May). Ransomware Uncovered: Attackers\u2019 Latest Methods. Retrieved August 5, 2020.",
                            "url": "https://www.group-ib.com/whitepapers/ransomware-uncovered.html"
                        },
                        {
                            "source_name": "G Data Sodinokibi June 2019",
                            "description": "Han, Karsten. (2019, June 4). Strange Bits: Sodinokibi Spam, CinaRAT, and Fake G DATA. Retrieved August 4, 2020.",
                            "url": "https://www.gdatasoftware.com/blog/2019/06/31724-strange-bits-sodinokibi-spam-cinarat-and-fake-g-data"
                        },
                        {
                            "source_name": "Intel 471 REvil March 2020",
                            "description": "Intel 471 Malware Intelligence team. (2020, March 31). REvil Ransomware-as-a-Service \u2013 An analysis of a ransomware affiliate operation. Retrieved August 4, 2020.",
                            "url": "https://intel471.com/blog/revil-ransomware-as-a-service-an-analysis-of-a-ransomware-affiliate-operation/"
                        },
                        {
                            "source_name": "Kaspersky Sodin July 2019",
                            "description": "Mamedov, O, et al. (2019, July 3). Sodin ransomware exploits Windows vulnerability and processor architecture. Retrieved August 4, 2020.",
                            "url": "https://securelist.com/sodin-ransomware/91473/"
                        },
                        {
                            "source_name": "McAfee Sodinokibi October 2019",
                            "description": "McAfee. (2019, October 2). McAfee ATR Analyzes Sodinokibi aka REvil Ransomware-as-a-Service \u2013 What The Code Tells Us. Retrieved August 4, 2020.",
                            "url": "https://www.mcafee.com/blogs/other-blogs/mcafee-labs/mcafee-atr-analyzes-sodinokibi-aka-revil-ransomware-as-a-service-what-the-code-tells-us/"
                        },
                        {
                            "source_name": "Picus Sodinokibi January 2020",
                            "description": "Ozarslan, S. (2020, January 15). A Brief History of Sodinokibi. Retrieved August 5, 2020.",
                            "url": "https://www.picussecurity.com/blog/a-brief-history-and-further-technical-analysis-of-sodinokibi-ransomware"
                        },
                        {
                            "source_name": "McAfee REvil October 2019",
                            "description": "Saavedra-Morales, J, et al. (2019, October 20). McAfee ATR Analyzes Sodinokibi aka REvil Ransomware-as-a-Service \u2013 Crescendo. Retrieved August 5, 2020.",
                            "url": "https://www.mcafee.com/blogs/other-blogs/mcafee-labs/mcafee-atr-analyzes-sodinokibi-aka-revil-ransomware-as-a-service-crescendo/"
                        },
                        {
                            "source_name": "Secureworks GandCrab and REvil September 2019",
                            "description": "Secureworks . (2019, September 24). REvil: The GandCrab Connection. Retrieved August 4, 2020.",
                            "url": "https://www.secureworks.com/blog/revil-the-gandcrab-connection"
                        },
                        {
                            "source_name": "Tetra Defense Sodinokibi March 2020",
                            "description": "Tetra Defense. (2020, March). CAUSE AND EFFECT: SODINOKIBI RANSOMWARE ANALYSIS. Retrieved December 14, 2020.",
                            "url": "https://www.tetradefense.com/incident-response-services/cause-and-effect-sodinokibi-ransomware-analysis"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "REvil",
                        "Sodin",
                        "Sodinokibi"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Edward Millington"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack",
                        "ics-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "2.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 00:15:32.724000+00:00\", \"old_value\": \"2023-03-26 20:06:33.317000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.2\", \"old_value\": \"2.1\"}}}",
                    "previous_version": "2.1",
                    "version_change": "2.1 \u2192 2.2"
                },
                {
                    "type": "malware",
                    "id": "malware--088f1d6e-0783-47c6-9923-9c79b2af43d4",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-12-14 17:34:58.457000+00:00",
                    "modified": "2024-04-10 23:46:32.577000+00:00",
                    "name": "Stuxnet",
                    "description": "[Stuxnet](https://attack.mitre.org/software/S0603) was the first publicly reported piece of malware to specifically target industrial control systems devices. [Stuxnet](https://attack.mitre.org/software/S0603) is a large and complex piece of malware that utilized multiple different behaviors including multiple zero-day vulnerabilities, a sophisticated Windows rootkit, and network infection routines.(Citation: Nicolas Falliere, Liam O Murchu, Eric Chien February 2011)(Citation: CISA ICS Advisory ICSA-10-272-01)(Citation: ESET Stuxnet Under the Microscope)(Citation: Langer Stuxnet) [Stuxnet](https://attack.mitre.org/software/S0603) was discovered in 2010, with some components being used as early as November 2008.(Citation: Nicolas Falliere, Liam O Murchu, Eric Chien February 2011) ",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0603",
                            "external_id": "S0603"
                        },
                        {
                            "source_name": "W32.Stuxnet",
                            "description": "(Citation: Nicolas Falliere, Liam O Murchu, Eric Chien February 2011) "
                        },
                        {
                            "source_name": "CISA ICS Advisory ICSA-10-272-01",
                            "description": "CISA. (2010, September 10). ICS Advisory (ICSA-10-272-01). Retrieved December 7, 2020.",
                            "url": "https://us-cert.cisa.gov/ics/advisories/ICSA-10-272-01"
                        },
                        {
                            "source_name": "ESET Stuxnet Under the Microscope",
                            "description": "Matrosov, A., Rodionov, E., Harley, D., Malcho, J.. (n.d.). Stuxnet Under the Microscope. Retrieved December 7, 2020.",
                            "url": "https://www.esetnod32.ru/company/viruslab/analytics/doc/Stuxnet_Under_the_Microscope.pdf"
                        },
                        {
                            "source_name": "Nicolas Falliere, Liam O Murchu, Eric Chien February 2011",
                            "description": "Nicolas Falliere, Liam O Murchu, Eric Chien 2011, February W32.Stuxnet Dossier (Version 1.4) Retrieved. 2017/09/22 ",
                            "url": "https://www.wired.com/images_blogs/threatlevel/2011/02/Symantec-Stuxnet-Update-Feb-2011.pdf"
                        },
                        {
                            "source_name": "Langer Stuxnet",
                            "description": "Ralph Langner. (2013, November). To Kill a Centrifuge: A Technical Analysis of What Stuxnet's Creators Tried to Achieve. Retrieved December 7, 2020.",
                            "url": "https://www.langner.com/wp-content/uploads/2017/03/to-kill-a-centrifuge.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Stuxnet",
                        "W32.Stuxnet"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack",
                        "ics-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.4",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-10 23:46:32.577000+00:00\", \"old_value\": \"2023-03-20 13:50:55.168000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.4\", \"old_value\": \"1.3\"}}}",
                    "previous_version": "1.3",
                    "version_change": "1.3 \u2192 1.4"
                },
                {
                    "type": "malware",
                    "id": "malware--80099a91-4c86-4bea-9ccb-dac55d61960e",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-03-26 15:02:14.907000+00:00",
                    "modified": "2024-04-17 16:12:43.754000+00:00",
                    "name": "Triton",
                    "description": "[Triton](https://attack.mitre.org/software/S1009) is an attack framework built to interact with Triconex Safety Instrumented System (SIS) controllers.(Citation: Blake Johnson, Dan Caban, Marina Krotofil, Dan Scali, Nathan Brubaker, Christopher Glyer December 2017)(Citation: Dragos December 2017)(Citation: DHS CISA February 2019)(Citation: Schneider Electric January 2018)(Citation: Julian Gutmanis March 2019)(Citation: Schneider December 2018)(Citation: Jos Wetzels January 2018)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1009",
                            "external_id": "S1009"
                        },
                        {
                            "source_name": "Blake Johnson, Dan Caban, Marina Krotofil, Dan Scali, Nathan Brubaker, Christopher Glyer December 2017",
                            "description": "Blake Johnson, Dan Caban, Marina Krotofil, Dan Scali, Nathan Brubaker, Christopher Glyer 2017, December 14 Attackers Deploy New ICS Attack Framework TRITON and Cause Operational Disruption to Critical Infrastructure Retrieved. 2018/01/12 ",
                            "url": "https://www.fireeye.com/blog/threat-research/2017/12/attackers-deploy-new-ics-attack-framework-triton.html"
                        },
                        {
                            "source_name": "DHS CISA February 2019",
                            "description": "DHS CISA 2019, February 27 MAR-17-352-01 HatManSafety System Targeted Malware (Update B) Retrieved. 2019/03/08 ",
                            "url": "https://ics-cert.us-cert.gov/sites/default/files/documents/MAR-17-352-01%20HatMan%20-%20Safety%20System%20Targeted%20Malware%20%28Update%20B%29.pdf"
                        },
                        {
                            "source_name": "Dragos December 2017",
                            "description": "Dragos 2017, December 13 TRISIS Malware Analysis of Safety System Targeted Malware Retrieved. 2018/01/12 ",
                            "url": "https://dragos.com/blog/trisis/TRISIS-01.pdf"
                        },
                        {
                            "source_name": "Jos Wetzels January 2018",
                            "description": "Jos Wetzels 2018, January 16 Analyzing the TRITON industrial malware Retrieved. 2019/10/22 ",
                            "url": "https://www.midnightbluelabs.com/blog/2018/1/16/analyzing-the-triton-industrial-malware"
                        },
                        {
                            "source_name": "Julian Gutmanis March 2019",
                            "description": "Julian Gutmanis 2019, March 11 Triton - A Report From The Trenches Retrieved. 2019/03/11 ",
                            "url": "https://www.youtube.com/watch?v=XwSJ8hloGvY"
                        },
                        {
                            "source_name": "Schneider December 2018",
                            "description": "Schneider 2018, December 14 Security Notification  EcoStruxure Triconex Tricon V3 Retrieved. 2019/03/08 ",
                            "url": "https://download.schneider-electric.com/files?p_enDocType=Technical+leaflet&p_File_Name=SEVD-2017-347-01+Triconex+V3.pdf&p_Doc_Ref=SEVD-2017-347-01"
                        },
                        {
                            "source_name": "Schneider Electric January 2018",
                            "description": "Schneider Electric 2018, January 23 TRITON - Schneider Electric Analysis and Disclosure Retrieved. 2019/03/14 ",
                            "url": "https://www.youtube.com/watch?v=f09E75bWvkk&index=3&list=PL8OWO1qWXF4qYG19p7An4Vw3N2YZ86aRS&t=0s"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Triton",
                        "TRISIS",
                        "HatMan"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "ics-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-17 16:12:43.754000+00:00\", \"old_value\": \"2022-11-23 14:27:54.711000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.0.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                },
                {
                    "type": "malware",
                    "id": "malware--6108f800-10b8-4090-944e-be579f01263d",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-03-26 15:02:14.907000+00:00",
                    "modified": "2024-03-07 18:57:15.800000+00:00",
                    "name": "VPNFilter",
                    "description": "[VPNFilter](https://attack.mitre.org/software/S1010) is a multi-stage, modular platform with versatile capabilities to support both intelligence-collection and destructive cyber attack operations. [VPNFilter](https://attack.mitre.org/software/S1010) modules such as its packet sniffer ('ps') can collect traffic that passes through an infected device, allowing the theft of website credentials and monitoring of Modbus SCADA protocols. (Citation: William Largent June 2018) (Citation: Carl Hurd March 2019)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S1010",
                            "external_id": "S1010"
                        },
                        {
                            "source_name": "Carl Hurd March 2019",
                            "description": "Carl Hurd 2019, March 26 VPNFilter Deep Dive Retrieved. 2019/03/28 ",
                            "url": "https://www.youtube.com/watch?v=yuZazP22rpI"
                        },
                        {
                            "source_name": "William Largent June 2018",
                            "description": "William Largent 2018, June 06 VPNFilter Update - VPNFilter exploits endpoints, targets new devices Retrieved. 2019/03/28 ",
                            "url": "https://blog.talosintelligence.com/2018/06/vpnfilter-update.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "VPNFilter"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "ics-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-03-07 18:57:15.800000+00:00\", \"old_value\": \"2022-10-12 18:30:51.174000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"2.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.1\", \"old_value\": \"1.0\"}}}",
                    "previous_version": "1.0",
                    "version_change": "1.0 \u2192 1.1"
                }
            ],
            "other_version_changes": [],
            "patches": [
                {
                    "type": "malware",
                    "id": "malware--e401d4fe-f0c9-44f0-98e6-f93487678808",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2021-01-04 20:42:21.997000+00:00",
                    "modified": "2024-04-11 16:06:34.700000+00:00",
                    "name": "Industroyer",
                    "description": "[Industroyer](https://attack.mitre.org/software/S0604) is a sophisticated malware framework designed to cause an impact to the working processes of Industrial Control Systems (ICS), specifically components used in electrical substations.(Citation: ESET Industroyer) [Industroyer](https://attack.mitre.org/software/S0604) was used in the attacks on the Ukrainian power grid in December 2016.(Citation: Dragos Crashoverride 2017) This is the first publicly known malware specifically designed to target and impact operations in the electric grid.(Citation: Dragos Crashoverride 2018)",
                    "revoked": false,
                    "labels": [
                        "malware"
                    ],
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/software/S0604",
                            "external_id": "S0604"
                        },
                        {
                            "source_name": "CRASHOVERRIDE",
                            "description": "(Citation: Dragos Crashoverride 2017)"
                        },
                        {
                            "source_name": "Win32/Industroyer",
                            "description": "(Citation: ESET Industroyer)"
                        },
                        {
                            "source_name": "ESET Industroyer",
                            "description": "Anton Cherepanov. (2017, June 12). Win32/Industroyer: A new threat for industrial controls systems. Retrieved December 18, 2020.",
                            "url": "https://www.welivesecurity.com/wp-content/uploads/2017/06/Win32_Industroyer.pdf"
                        },
                        {
                            "source_name": "Dragos Crashoverride 2017",
                            "description": "Dragos Inc.. (2017, June 13). CRASHOVERRIDE Analysis of the Threat to Electric Grid Operations. Retrieved December 18, 2020.",
                            "url": "https://dragos.com/blog/crashoverride/CrashOverride-01.pdf"
                        },
                        {
                            "source_name": "Dragos Crashoverride 2018",
                            "description": "Joe Slowik. (2018, October 12). Anatomy of an Attack: Detecting and Defeating CRASHOVERRIDE. Retrieved December 18, 2020.",
                            "url": "https://www.dragos.com/wp-content/uploads/CRASHOVERRIDE2018.pdf"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_aliases": [
                        "Industroyer",
                        "CRASHOVERRIDE",
                        "Win32/Industroyer"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Dragos Threat Intelligence",
                        "Joe Slowik - Dragos"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack",
                        "ics-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_platforms": [
                        "Windows"
                    ],
                    "x_mitre_version": "1.1",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 16:06:34.700000+00:00\", \"old_value\": \"2023-10-17 20:09:38.062000+00:00\"}, \"root['x_mitre_contributors'][0]\": {\"new_value\": \"Dragos Threat Intelligence\", \"old_value\": \"Dragos  Threat  Intelligence\"}}}",
                    "previous_version": "1.1"
                }
            ],
            "revocations": [],
            "deprecations": [],
            "deletions": []
        },
        "groups": {
            "additions": [
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--a07a367a-146c-45a8-a830-d3d337b9befa",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-03-25 19:57:07.829000+00:00",
                    "modified": "2024-04-10 18:39:36.997000+00:00",
                    "name": "CyberAv3ngers",
                    "description": "The [CyberAv3ngers](https://attack.mitre.org/groups/G1027) are a suspected Iranian Government Islamic Revolutionary Guard Corps (IRGC)-affiliated APT group. The [CyberAv3ngers](https://attack.mitre.org/groups/G1027) have been known to be active since at least 2020, with disputed and false claims of critical infrastructure compromises in Israel.(Citation: CISA AA23-335A IRGC-Affiliated December 2023)\n\nIn 2023, the [CyberAv3ngers](https://attack.mitre.org/groups/G1027) engaged in a global targeting and hacking of the Unitronics [Programmable Logic Controller (PLC)](https://attack.mitre.org/assets/A0003) with [Human-Machine Interface (HMI)](https://attack.mitre.org/assets/A0002). This PLC can be found in multiple sectors, including water and wastewater, energy, food and beverage manufacturing, and healthcare. The most notable feature of this attack was the defacement of the devices user interface.(Citation: CISA AA23-335A IRGC-Affiliated December 2023)",
                    "aliases": [
                        "CyberAv3ngers",
                        "Soldiers of Soloman"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G1027",
                            "external_id": "G1027"
                        },
                        {
                            "source_name": "Soldiers of Soloman",
                            "description": "CyberAv3ngers reportedly has connections to the IRGC-linked group Soldiers of Solomon.(Citation: CISA AA23-335A IRGC-Affiliated December 2023)"
                        },
                        {
                            "source_name": "CISA AA23-335A IRGC-Affiliated December 2023",
                            "description": "DHS/CISA. (2023, December 1). IRGC-Affiliated Cyber Actors Exploit PLCs in Multiple Sectors, Including U.S. Water and Wastewater Systems Facilities. Retrieved March 25, 2024.",
                            "url": "https://www.cisa.gov/news-events/cybersecurity-advisories/aa23-335a"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "ics-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.0"
                }
            ],
            "major_version_changes": [
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--fbd29c89-18ba-4c2d-b792-51c0adee049f",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2018-04-18 17:59:24.739000+00:00",
                    "modified": "2024-04-11 16:06:34.700000+00:00",
                    "name": "APT33",
                    "description": "[APT33](https://attack.mitre.org/groups/G0064) is a suspected Iranian threat group that has carried out operations since at least 2013. The group has targeted organizations across multiple industries in the United States, Saudi Arabia, and South Korea, with a particular interest in the aviation and energy sectors.(Citation: FireEye APT33 Sept 2017)(Citation: FireEye APT33 Webinar Sept 2017)",
                    "aliases": [
                        "APT33",
                        "HOLMIUM",
                        "Elfin",
                        "Peach Sandstorm"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0064",
                            "external_id": "G0064"
                        },
                        {
                            "source_name": "APT33",
                            "description": "(Citation: FireEye APT33 Sept 2017) (Citation: FireEye APT33 Webinar Sept 2017)"
                        },
                        {
                            "source_name": "HOLMIUM",
                            "description": "(Citation: Microsoft Holmium June 2020)"
                        },
                        {
                            "source_name": "Peach Sandstorm",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "Elfin",
                            "description": "(Citation: Symantec Elfin Mar 2019)"
                        },
                        {
                            "source_name": "FireEye APT33 Webinar Sept 2017",
                            "description": "Davis, S. and Carr, N. (2017, September 21). APT33: New Insights into Iranian Cyber Espionage Group. Retrieved February 15, 2018.",
                            "url": "https://www.brighttalk.com/webcast/10703/275683"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "Microsoft Holmium June 2020",
                            "description": "Microsoft Threat Protection Intelligence Team. (2020, June 18). Inside Microsoft Threat Protection: Mapping attack chains from cloud to endpoint. Retrieved June 22, 2020.",
                            "url": "https://www.microsoft.com/security/blog/2020/06/18/inside-microsoft-threat-protection-mapping-attack-chains-from-cloud-to-endpoint/"
                        },
                        {
                            "source_name": "FireEye APT33 Sept 2017",
                            "description": "O'Leary, J., et al. (2017, September 20). Insights into Iranian Cyber Espionage: APT33 Targets Aerospace and Energy Sectors and has Ties to Destructive Malware. Retrieved February 15, 2018.",
                            "url": "https://www.fireeye.com/blog/threat-research/2017/09/apt33-insights-into-iranian-cyber-espionage.html"
                        },
                        {
                            "source_name": "Symantec Elfin Mar 2019",
                            "description": "Security Response attack Investigation Team. (2019, March 27). Elfin: Relentless Espionage Group Targets Multiple Organizations in Saudi Arabia and U.S.. Retrieved April 10, 2019.",
                            "url": "https://www.symantec.com/blogs/threat-intelligence/elfin-apt33-espionage"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Dragos Threat Intelligence"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "ics-attack",
                        "enterprise-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "2.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 16:06:34.700000+00:00\", \"old_value\": \"2023-03-08 22:07:25.123000+00:00\"}, \"root['description']\": {\"new_value\": \"[APT33](https://attack.mitre.org/groups/G0064) is a suspected Iranian threat group that has carried out operations since at least 2013. The group has targeted organizations across multiple industries in the United States, Saudi Arabia, and South Korea, with a particular interest in the aviation and energy sectors.(Citation: FireEye APT33 Sept 2017)(Citation: FireEye APT33 Webinar Sept 2017)\", \"old_value\": \"[APT33](https://attack.mitre.org/groups/G0064) is a suspected Iranian threat group that has carried out operations since at least 2013. The group has targeted organizations across multiple industries in the United States, Saudi Arabia, and South Korea, with a particular interest in the aviation and energy sectors. (Citation: FireEye APT33 Sept 2017) (Citation: FireEye APT33 Webinar Sept 2017)\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.0\", \"old_value\": \"1.4\"}, \"root['x_mitre_contributors'][0]\": {\"new_value\": \"Dragos Threat Intelligence\", \"old_value\": \"Dragos  Threat  Intelligence\"}}, \"iterable_item_added\": {\"root['aliases'][3]\": \"Peach Sandstorm\", \"root['external_references'][3]\": {\"source_name\": \"Peach Sandstorm\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][6]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}}}",
                    "previous_version": "1.4",
                    "version_change": "1.4 \u2192 2.0",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to119__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to119__0\"><a href=\"#difflib_chg_to119__top\">t</a></td><td class=\"diff_header\" id=\"from119_1\">1</td><td nowrap=\"nowrap\">[APT33](https://attack.mitre.org/groups/G0064)&nbsp;is&nbsp;a&nbsp;suspecte</td><td class=\"diff_next\"><a href=\"#difflib_chg_to119__top\">t</a></td><td class=\"diff_header\" id=\"to119_1\">1</td><td nowrap=\"nowrap\">[APT33](https://attack.mitre.org/groups/G0064)&nbsp;is&nbsp;a&nbsp;suspecte</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d&nbsp;Iranian&nbsp;threat&nbsp;group&nbsp;that&nbsp;has&nbsp;carried&nbsp;out&nbsp;operations&nbsp;since</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d&nbsp;Iranian&nbsp;threat&nbsp;group&nbsp;that&nbsp;has&nbsp;carried&nbsp;out&nbsp;operations&nbsp;since</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;at&nbsp;least&nbsp;2013.&nbsp;The&nbsp;group&nbsp;has&nbsp;targeted&nbsp;organizations&nbsp;across&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;at&nbsp;least&nbsp;2013.&nbsp;The&nbsp;group&nbsp;has&nbsp;targeted&nbsp;organizations&nbsp;across&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">multiple&nbsp;industries&nbsp;in&nbsp;the&nbsp;United&nbsp;States,&nbsp;Saudi&nbsp;Arabia,&nbsp;and&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">multiple&nbsp;industries&nbsp;in&nbsp;the&nbsp;United&nbsp;States,&nbsp;Saudi&nbsp;Arabia,&nbsp;and&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">South&nbsp;Korea,&nbsp;with&nbsp;a&nbsp;particular&nbsp;interest&nbsp;in&nbsp;the&nbsp;aviation&nbsp;and&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">South&nbsp;Korea,&nbsp;with&nbsp;a&nbsp;particular&nbsp;interest&nbsp;in&nbsp;the&nbsp;aviation&nbsp;and&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">energy&nbsp;sectors.<span class=\"diff_sub\">&nbsp;</span>(Citation:&nbsp;FireEye&nbsp;APT33&nbsp;Sept&nbsp;2017)<span class=\"diff_sub\">&nbsp;</span>(Citatio</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">energy&nbsp;sectors.(Citation:&nbsp;FireEye&nbsp;APT33&nbsp;Sept&nbsp;2017)(Citation:</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n:&nbsp;FireEye&nbsp;APT33&nbsp;Webinar&nbsp;Sept&nbsp;2017)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;FireEye&nbsp;APT33&nbsp;Webinar&nbsp;Sept&nbsp;2017)</td></tr>\n        </tbody>\n    </table>"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--00f67a77-86a4-4adf-be26-1a54fc713340",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-01-29 21:27:24.793000+00:00",
                    "modified": "2024-04-17 22:08:29.146000+00:00",
                    "name": "APT38",
                    "description": "[APT38](https://attack.mitre.org/groups/G0082) is a North Korean state-sponsored threat group that specializes in financial cyber operations; it has been attributed to the Reconnaissance General Bureau.(Citation: CISA AA20-239A BeagleBoyz August 2020) Active since at least 2014, [APT38](https://attack.mitre.org/groups/G0082) has targeted banks, financial institutions, casinos, cryptocurrency exchanges, SWIFT system endpoints, and ATMs in at least 38 countries worldwide. Significant operations include the 2016 Bank of Bangladesh heist, during which [APT38](https://attack.mitre.org/groups/G0082) stole $81 million, as well as attacks against Bancomext (Citation: FireEye APT38 Oct 2018) and Banco de Chile (Citation: FireEye APT38 Oct 2018); some of their attacks have been destructive.(Citation: CISA AA20-239A BeagleBoyz August 2020)(Citation: FireEye APT38 Oct 2018)(Citation: DOJ North Korea Indictment Feb 2021)(Citation: Kaspersky Lazarus Under The Hood Blog 2017)\n\nNorth Korean group definitions are known to have significant overlap, and some security researchers report all North Korean state-sponsored cyber activity under the name [Lazarus Group](https://attack.mitre.org/groups/G0032) instead of tracking clusters or subgroups.",
                    "aliases": [
                        "APT38",
                        "NICKEL GLADSTONE",
                        "BeagleBoyz",
                        "Bluenoroff",
                        "Stardust Chollima",
                        "Sapphire Sleet",
                        "COPERNICIUM"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0082",
                            "external_id": "G0082"
                        },
                        {
                            "source_name": "BeagleBoyz",
                            "description": "(Citation: CISA AA20-239A BeagleBoyz August 2020)"
                        },
                        {
                            "source_name": "Stardust Chollima",
                            "description": "(Citation: CrowdStrike Stardust Chollima Profile April 2018)(Citation: CrowdStrike GTR 2021 June 2021)"
                        },
                        {
                            "source_name": "APT38",
                            "description": "(Citation: FireEye APT38 Oct 2018)"
                        },
                        {
                            "source_name": "Bluenoroff",
                            "description": "(Citation: Kaspersky Lazarus Under The Hood Blog 2017)"
                        },
                        {
                            "source_name": "Sapphire Sleet",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "COPERNICIUM",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "NICKEL GLADSTONE",
                            "description": "(Citation: SecureWorks NICKEL GLADSTONE profile Sept 2021)"
                        },
                        {
                            "source_name": "CrowdStrike GTR 2021 June 2021",
                            "description": "CrowdStrike. (2021, June 7). CrowdStrike 2021 Global Threat Report. Retrieved September 29, 2021.",
                            "url": "https://go.crowdstrike.com/rs/281-OBQ-266/images/Report2021GTR.pdf"
                        },
                        {
                            "source_name": "DOJ North Korea Indictment Feb 2021",
                            "description": "Department of Justice. (2021, February 17). Three North Korean Military Hackers Indicted in Wide-Ranging Scheme to Commit Cyberattacks and Financial Crimes Across the Globe. Retrieved June 9, 2021.",
                            "url": "https://www.justice.gov/opa/pr/three-north-korean-military-hackers-indicted-wide-ranging-scheme-commit-cyberattacks-and"
                        },
                        {
                            "source_name": "CISA AA20-239A BeagleBoyz August 2020",
                            "description": "DHS/CISA. (2020, August 26). FASTCash 2.0: North Korea's BeagleBoyz Robbing Banks. Retrieved September 29, 2021.",
                            "url": "https://us-cert.cisa.gov/ncas/alerts/aa20-239a"
                        },
                        {
                            "source_name": "FireEye APT38 Oct 2018",
                            "description": "FireEye. (2018, October 03). APT38: Un-usual Suspects. Retrieved November 6, 2018.",
                            "url": "https://content.fireeye.com/apt/rpt-apt38"
                        },
                        {
                            "source_name": "Kaspersky Lazarus Under The Hood Blog 2017",
                            "description": "GReAT. (2017, April 3). Lazarus Under the Hood. Retrieved April 17, 2019.",
                            "url": "https://securelist.com/lazarus-under-the-hood/77908/"
                        },
                        {
                            "source_name": "CrowdStrike Stardust Chollima Profile April 2018",
                            "description": "Meyers, Adam. (2018, April 6). Meet CrowdStrike\u2019s Adversary of the Month for April: STARDUST CHOLLIMA. Retrieved September 29, 2021.",
                            "url": "https://www.crowdstrike.com/blog/meet-crowdstrikes-adversary-of-the-month-for-april-stardust-chollima/"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "SecureWorks NICKEL GLADSTONE profile Sept 2021",
                            "description": "SecureWorks. (2021, September 29). NICKEL GLADSTONE Threat Profile. Retrieved September 29, 2021.",
                            "url": "https://www.secureworks.com/research/threat-profiles/nickel-gladstone"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack",
                        "ics-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "3.0",
                    "detailed_diff": "{\"dictionary_item_added\": {\"root['x_mitre_attack_spec_version']\": \"3.2.0\", \"root['x_mitre_deprecated']\": false}, \"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-17 22:08:29.146000+00:00\", \"old_value\": \"2022-01-18 17:13:14.610000+00:00\"}, \"root['description']\": {\"new_value\": \"[APT38](https://attack.mitre.org/groups/G0082) is a North Korean state-sponsored threat group that specializes in financial cyber operations; it has been attributed to the Reconnaissance General Bureau.(Citation: CISA AA20-239A BeagleBoyz August 2020) Active since at least 2014, [APT38](https://attack.mitre.org/groups/G0082) has targeted banks, financial institutions, casinos, cryptocurrency exchanges, SWIFT system endpoints, and ATMs in at least 38 countries worldwide. Significant operations include the 2016 Bank of Bangladesh heist, during which [APT38](https://attack.mitre.org/groups/G0082) stole $81 million, as well as attacks against Bancomext (Citation: FireEye APT38 Oct 2018) and Banco de Chile (Citation: FireEye APT38 Oct 2018); some of their attacks have been destructive.(Citation: CISA AA20-239A BeagleBoyz August 2020)(Citation: FireEye APT38 Oct 2018)(Citation: DOJ North Korea Indictment Feb 2021)(Citation: Kaspersky Lazarus Under The Hood Blog 2017)\\n\\nNorth Korean group definitions are known to have significant overlap, and some security researchers report all North Korean state-sponsored cyber activity under the name [Lazarus Group](https://attack.mitre.org/groups/G0032) instead of tracking clusters or subgroups.\", \"old_value\": \"[APT38](https://attack.mitre.org/groups/G0082) is a North Korean state-sponsored threat group that specializes in financial cyber operations; it has been attributed to the Reconnaissance General Bureau.(Citation: CISA AA20-239A BeagleBoyz August 2020) Active since at least 2014, [APT38](https://attack.mitre.org/groups/G0082) has targeted banks, financial institutions, casinos, cryptocurrency exchanges, SWIFT system endpoints, and ATMs in at least 38 countries worldwide. Significant operations include the 2016 Bank of Bangladesh heist, during which [APT38](https://attack.mitre.org/groups/G0082) stole $81 million, as well as attacks against Bancomext (2018) and Banco de Chile (2018); some of their attacks have been destructive.(Citation: CISA AA20-239A BeagleBoyz August 2020)(Citation: FireEye APT38 Oct 2018)(Citation: DOJ North Korea Indictment Feb 2021)(Citation: Kaspersky Lazarus Under The Hood Blog 2017)\\n\\nNorth Korean group definitions are known to have significant overlap, and some security researchers report all North Korean state-sponsored cyber activity under the name [Lazarus Group](https://attack.mitre.org/groups/G0032) instead of tracking clusters or subgroups.\", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,3 @@\\n-[APT38](https://attack.mitre.org/groups/G0082) is a North Korean state-sponsored threat group that specializes in financial cyber operations; it has been attributed to the Reconnaissance General Bureau.(Citation: CISA AA20-239A BeagleBoyz August 2020) Active since at least 2014, [APT38](https://attack.mitre.org/groups/G0082) has targeted banks, financial institutions, casinos, cryptocurrency exchanges, SWIFT system endpoints, and ATMs in at least 38 countries worldwide. Significant operations include the 2016 Bank of Bangladesh heist, during which [APT38](https://attack.mitre.org/groups/G0082) stole $81 million, as well as attacks against Bancomext (2018) and Banco de Chile (2018); some of their attacks have been destructive.(Citation: CISA AA20-239A BeagleBoyz August 2020)(Citation: FireEye APT38 Oct 2018)(Citation: DOJ North Korea Indictment Feb 2021)(Citation: Kaspersky Lazarus Under The Hood Blog 2017)\\n+[APT38](https://attack.mitre.org/groups/G0082) is a North Korean state-sponsored threat group that specializes in financial cyber operations; it has been attributed to the Reconnaissance General Bureau.(Citation: CISA AA20-239A BeagleBoyz August 2020) Active since at least 2014, [APT38](https://attack.mitre.org/groups/G0082) has targeted banks, financial institutions, casinos, cryptocurrency exchanges, SWIFT system endpoints, and ATMs in at least 38 countries worldwide. Significant operations include the 2016 Bank of Bangladesh heist, during which [APT38](https://attack.mitre.org/groups/G0082) stole $81 million, as well as attacks against Bancomext (Citation: FireEye APT38 Oct 2018) and Banco de Chile (Citation: FireEye APT38 Oct 2018); some of their attacks have been destructive.(Citation: CISA AA20-239A BeagleBoyz August 2020)(Citation: FireEye APT38 Oct 2018)(Citation: DOJ North Korea Indictment Feb 2021)(Citation: Kaspersky Lazarus Under The Hood Blog 2017)\\n \\n North Korean group definitions are known to have significant overlap, and some security researchers report all North Korean state-sponsored cyber activity under the name [Lazarus Group](https://attack.mitre.org/groups/G0032) instead of tracking clusters or subgroups.\"}, \"root['x_mitre_version']\": {\"new_value\": \"3.0\", \"old_value\": \"2.0\"}}, \"iterable_item_added\": {\"root['aliases'][5]\": \"Sapphire Sleet\", \"root['aliases'][6]\": \"COPERNICIUM\", \"root['external_references'][5]\": {\"source_name\": \"Sapphire Sleet\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][6]\": {\"source_name\": \"COPERNICIUM\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][14]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}}}",
                    "previous_version": "2.0",
                    "version_change": "2.0 \u2192 3.0",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to117__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to117__0\"><a href=\"#difflib_chg_to117__top\">t</a></td><td class=\"diff_header\" id=\"from117_1\">1</td><td nowrap=\"nowrap\">[APT38](https://attack.mitre.org/groups/G0082)&nbsp;is&nbsp;a&nbsp;North&nbsp;Ko</td><td class=\"diff_next\"><a href=\"#difflib_chg_to117__top\">t</a></td><td class=\"diff_header\" id=\"to117_1\">1</td><td nowrap=\"nowrap\">[APT38](https://attack.mitre.org/groups/G0082)&nbsp;is&nbsp;a&nbsp;North&nbsp;Ko</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rean&nbsp;state-sponsored&nbsp;threat&nbsp;group&nbsp;that&nbsp;specializes&nbsp;in&nbsp;financ</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rean&nbsp;state-sponsored&nbsp;threat&nbsp;group&nbsp;that&nbsp;specializes&nbsp;in&nbsp;financ</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ial&nbsp;cyber&nbsp;operations;&nbsp;it&nbsp;has&nbsp;been&nbsp;attributed&nbsp;to&nbsp;the&nbsp;Reconnai</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ial&nbsp;cyber&nbsp;operations;&nbsp;it&nbsp;has&nbsp;been&nbsp;attributed&nbsp;to&nbsp;the&nbsp;Reconnai</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ssance&nbsp;General&nbsp;Bureau.(Citation:&nbsp;CISA&nbsp;AA20-239A&nbsp;BeagleBoyz&nbsp;A</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ssance&nbsp;General&nbsp;Bureau.(Citation:&nbsp;CISA&nbsp;AA20-239A&nbsp;BeagleBoyz&nbsp;A</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ugust&nbsp;2020)&nbsp;Active&nbsp;since&nbsp;at&nbsp;least&nbsp;2014,&nbsp;[APT38](https://atta</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ugust&nbsp;2020)&nbsp;Active&nbsp;since&nbsp;at&nbsp;least&nbsp;2014,&nbsp;[APT38](https://atta</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ck.mitre.org/groups/G0082)&nbsp;has&nbsp;targeted&nbsp;banks,&nbsp;financial&nbsp;ins</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ck.mitre.org/groups/G0082)&nbsp;has&nbsp;targeted&nbsp;banks,&nbsp;financial&nbsp;ins</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">titutions,&nbsp;casinos,&nbsp;cryptocurrency&nbsp;exchanges,&nbsp;SWIFT&nbsp;system&nbsp;e</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">titutions,&nbsp;casinos,&nbsp;cryptocurrency&nbsp;exchanges,&nbsp;SWIFT&nbsp;system&nbsp;e</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ndpoints,&nbsp;and&nbsp;ATMs&nbsp;in&nbsp;at&nbsp;least&nbsp;38&nbsp;countries&nbsp;worldwide.&nbsp;Signi</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ndpoints,&nbsp;and&nbsp;ATMs&nbsp;in&nbsp;at&nbsp;least&nbsp;38&nbsp;countries&nbsp;worldwide.&nbsp;Signi</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ficant&nbsp;operations&nbsp;include&nbsp;the&nbsp;2016&nbsp;Bank&nbsp;of&nbsp;Bangladesh&nbsp;heist,</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ficant&nbsp;operations&nbsp;include&nbsp;the&nbsp;2016&nbsp;Bank&nbsp;of&nbsp;Bangladesh&nbsp;heist,</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;during&nbsp;which&nbsp;[APT38](https://attack.mitre.org/groups/G0082)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;during&nbsp;which&nbsp;[APT38](https://attack.mitre.org/groups/G0082)</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;stole&nbsp;$81&nbsp;million,&nbsp;as&nbsp;well&nbsp;as&nbsp;attacks&nbsp;against&nbsp;Bancomext&nbsp;(20</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;stole&nbsp;$81&nbsp;million,&nbsp;as&nbsp;well&nbsp;as&nbsp;attacks&nbsp;against&nbsp;Bancomext&nbsp;(<span class=\"diff_add\">Ci</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">18)&nbsp;and&nbsp;Banco&nbsp;de&nbsp;Chile&nbsp;(2018);&nbsp;some&nbsp;of&nbsp;their&nbsp;attacks&nbsp;have&nbsp;be</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">tation:&nbsp;FireEye&nbsp;APT38&nbsp;Oct&nbsp;</span>2018)&nbsp;and&nbsp;Banco&nbsp;de&nbsp;Chile&nbsp;(<span class=\"diff_add\">Citation</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">en&nbsp;destructive.(Citation:&nbsp;CISA&nbsp;AA20-239A&nbsp;BeagleBoyz&nbsp;August&nbsp;2</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">:&nbsp;FireEye&nbsp;APT38&nbsp;Oct&nbsp;</span>2018);&nbsp;some&nbsp;of&nbsp;their&nbsp;attacks&nbsp;have&nbsp;been&nbsp;d</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">020)(Citation:&nbsp;FireEye&nbsp;APT38&nbsp;Oct&nbsp;2018)(Citation:&nbsp;DOJ&nbsp;North&nbsp;K</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">estructive.(Citation:&nbsp;CISA&nbsp;AA20-239A&nbsp;BeagleBoyz&nbsp;August&nbsp;2020)</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">orea&nbsp;Indictment&nbsp;Feb&nbsp;2021)(Citation:&nbsp;Kaspersky&nbsp;Lazarus&nbsp;Under&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">(Citation:&nbsp;FireEye&nbsp;APT38&nbsp;Oct&nbsp;2018)(Citation:&nbsp;DOJ&nbsp;North&nbsp;Korea</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">The&nbsp;Hood&nbsp;Blog&nbsp;2017)&nbsp;&nbsp;North&nbsp;Korean&nbsp;group&nbsp;definitions&nbsp;are&nbsp;know</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Indictment&nbsp;Feb&nbsp;2021)(Citation:&nbsp;Kaspersky&nbsp;Lazarus&nbsp;Under&nbsp;The&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n&nbsp;to&nbsp;have&nbsp;significant&nbsp;overlap,&nbsp;and&nbsp;some&nbsp;security&nbsp;researchers</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Hood&nbsp;Blog&nbsp;2017)&nbsp;&nbsp;North&nbsp;Korean&nbsp;group&nbsp;definitions&nbsp;are&nbsp;known&nbsp;to</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;report&nbsp;all&nbsp;North&nbsp;Korean&nbsp;state-sponsored&nbsp;cyber&nbsp;activity&nbsp;unde</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;have&nbsp;significant&nbsp;overlap,&nbsp;and&nbsp;some&nbsp;security&nbsp;researchers&nbsp;rep</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">r&nbsp;the&nbsp;name&nbsp;[Lazarus&nbsp;Group](https://attack.mitre.org/groups/G</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ort&nbsp;all&nbsp;North&nbsp;Korean&nbsp;state-sponsored&nbsp;cyber&nbsp;activity&nbsp;under&nbsp;th</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">0032)&nbsp;instead&nbsp;of&nbsp;tracking&nbsp;clusters&nbsp;or&nbsp;subgroups.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">e&nbsp;name&nbsp;[Lazarus&nbsp;Group](https://attack.mitre.org/groups/G0032</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">)&nbsp;instead&nbsp;of&nbsp;tracking&nbsp;clusters&nbsp;or&nbsp;subgroups.</td></tr>\n        </tbody>\n    </table>"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--1c63d4ec-0a75-4daa-b1df-0d11af3d3cc1",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:32:05.217000+00:00",
                    "modified": "2024-01-08 20:40:31.822000+00:00",
                    "name": "Dragonfly",
                    "description": "[Dragonfly](https://attack.mitre.org/groups/G0035) is a cyber espionage group that has been attributed to Russia's Federal Security Service (FSB) Center 16.(Citation: DOJ Russia Targeting Critical Infrastructure March 2022)(Citation: UK GOV FSB Factsheet April 2022) Active since at least 2010, [Dragonfly](https://attack.mitre.org/groups/G0035) has targeted defense and aviation companies, government entities, companies related to industrial control systems, and critical infrastructure sectors worldwide through supply chain, spearphishing, and drive-by compromise attacks.(Citation: Symantec Dragonfly)(Citation: Secureworks IRON LIBERTY July 2019)(Citation: Symantec Dragonfly Sept 2017)(Citation: Fortune Dragonfly 2.0 Sept 2017)(Citation: Gigamon Berserk Bear October 2021)(Citation: CISA AA20-296A Berserk Bear December 2020)(Citation: Symantec Dragonfly 2.0 October 2017)",
                    "aliases": [
                        "Dragonfly",
                        "TEMP.Isotope",
                        "DYMALLOY",
                        "Berserk Bear",
                        "TG-4192",
                        "Crouching Yeti",
                        "IRON LIBERTY",
                        "Energetic Bear",
                        "Ghost Blizzard",
                        "BROMINE"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0035",
                            "external_id": "G0035"
                        },
                        {
                            "source_name": "DYMALLOY",
                            "description": "(Citation: Dragos DYMALLOY )(Citation: UK GOV FSB Factsheet April 2022)"
                        },
                        {
                            "source_name": "Berserk Bear",
                            "description": "(Citation: Gigamon Berserk Bear October 2021)(Citation: DOJ Russia Targeting Critical Infrastructure March 2022)(Citation: UK GOV FSB Factsheet April 2022)"
                        },
                        {
                            "source_name": "TEMP.Isotope",
                            "description": "(Citation: Mandiant Ukraine Cyber Threats January 2022)(Citation: Gigamon Berserk Bear October 2021)"
                        },
                        {
                            "source_name": "Ghost Blizzard",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "BROMINE",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "Crouching Yeti",
                            "description": "(Citation: Secureworks IRON LIBERTY July 2019)(Citation: Gigamon Berserk Bear October 2021)(Citation: DOJ Russia Targeting Critical Infrastructure March 2022)(Citation: UK GOV FSB Factsheet April 2022)"
                        },
                        {
                            "source_name": "IRON LIBERTY",
                            "description": "(Citation: Secureworks IRON LIBERTY July 2019)(Citation: Secureworks MCMD July 2019)(Citation: Secureworks Karagany July 2019)(Citation: UK GOV FSB Factsheet April 2022)"
                        },
                        {
                            "source_name": "TG-4192",
                            "description": "(Citation: Secureworks IRON LIBERTY July 2019)(Citation: UK GOV FSB Factsheet April 2022)"
                        },
                        {
                            "source_name": "Dragonfly",
                            "description": "(Citation: Symantec Dragonfly)(Citation: Secureworks IRON LIBERTY July 2019)(Citation: Gigamon Berserk Bear October 2021)(Citation: DOJ Russia Targeting Critical Infrastructure March 2022)(Citation: UK GOV FSB Factsheet April 2022)"
                        },
                        {
                            "source_name": "Energetic Bear",
                            "description": "(Citation: Symantec Dragonfly)(Citation: Secureworks IRON LIBERTY July 2019)(Citation: Secureworks MCMD July 2019)(Citation: Secureworks Karagany July 2019)(Citation: Gigamon Berserk Bear October 2021)(Citation: DOJ Russia Targeting Critical Infrastructure March 2022)(Citation: UK GOV FSB Factsheet April 2022)"
                        },
                        {
                            "source_name": "CISA AA20-296A Berserk Bear December 2020",
                            "description": "CISA. (2020, December 1). Russian State-Sponsored Advanced Persistent Threat Actor Compromises U.S. Government Targets. Retrieved December 9, 2021.",
                            "url": "https://www.cisa.gov/uscert/ncas/alerts/aa20-296a#revisions"
                        },
                        {
                            "source_name": "DOJ Russia Targeting Critical Infrastructure March 2022",
                            "description": "Department of Justice. (2022, March 24). Four Russian Government Employees Charged in Two Historical Hacking Campaigns Targeting Critical Infrastructure Worldwide. Retrieved April 5, 2022.",
                            "url": "https://www.justice.gov/opa/pr/four-russian-government-employees-charged-two-historical-hacking-campaigns-targeting-critical"
                        },
                        {
                            "source_name": "Dragos DYMALLOY ",
                            "description": "Dragos. (n.d.). DYMALLOY. Retrieved August 20, 2020.",
                            "url": "https://www.dragos.com/threat/dymalloy/"
                        },
                        {
                            "source_name": "Fortune Dragonfly 2.0 Sept 2017",
                            "description": "Hackett, R. (2017, September 6). Hackers Have Penetrated Energy Grid, Symantec Warns. Retrieved June 6, 2018.",
                            "url": "http://fortune.com/2017/09/06/hack-energy-grid-symantec/"
                        },
                        {
                            "source_name": "Mandiant Ukraine Cyber Threats January 2022",
                            "description": "Hultquist, J. (2022, January 20). Anticipating Cyber Threats as the Ukraine Crisis Escalates. Retrieved January 24, 2022.",
                            "url": "https://www.mandiant.com/resources/ukraine-crisis-cyber-threats"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "Secureworks MCMD July 2019",
                            "description": "Secureworks. (2019, July 24). MCMD Malware Analysis. Retrieved August 13, 2020.",
                            "url": "https://www.secureworks.com/research/mcmd-malware-analysis"
                        },
                        {
                            "source_name": "Secureworks IRON LIBERTY July 2019",
                            "description": "Secureworks. (2019, July 24). Resurgent Iron Liberty Targeting Energy Sector. Retrieved August 12, 2020.",
                            "url": "https://www.secureworks.com/research/resurgent-iron-liberty-targeting-energy-sector"
                        },
                        {
                            "source_name": "Secureworks Karagany July 2019",
                            "description": "Secureworks. (2019, July 24). Updated Karagany Malware Targets Energy Sector. Retrieved August 12, 2020.",
                            "url": "https://www.secureworks.com/research/updated-karagany-malware-targets-energy-sector"
                        },
                        {
                            "source_name": "Gigamon Berserk Bear October 2021",
                            "description": "Slowik, J. (2021, October). THE BAFFLING BERSERK BEAR: A DECADE\u2019S ACTIVITY TARGETING CRITICAL INFRASTRUCTURE. Retrieved December 6, 2021.",
                            "url": "https://vblocalhost.com/uploads/VB2021-Slowik.pdf"
                        },
                        {
                            "source_name": "Symantec Dragonfly Sept 2017",
                            "description": "Symantec Security Response. (2014, July 7). Dragonfly: Western energy sector targeted by sophisticated attack group. Retrieved September 9, 2017.",
                            "url": "https://docs.broadcom.com/doc/dragonfly_threat_against_western_energy_suppliers"
                        },
                        {
                            "source_name": "Symantec Dragonfly",
                            "description": "Symantec Security Response. (2014, June 30). Dragonfly: Cyberespionage Attacks Against Energy Suppliers. Retrieved April 8, 2016.",
                            "url": "https://community.broadcom.com/symantecenterprise/communities/community-home/librarydocuments/viewdocument?DocumentKey=7382dce7-0260-4782-84cc-890971ed3f17&CommunityKey=1ecf5f55-9545-44d6-b0f4-4e4a7f5f5e68&tab=librarydocuments"
                        },
                        {
                            "source_name": "Symantec Dragonfly 2.0 October 2017",
                            "description": "Symantec. (2017, October 7). Dragonfly: Western energy sector targeted by sophisticated attack group. Retrieved April 19, 2022.",
                            "url": "https://symantec-enterprise-blogs.security.com/blogs/threat-intelligence/dragonfly-energy-sector-cyber-attacks"
                        },
                        {
                            "source_name": "UK GOV FSB Factsheet April 2022",
                            "description": "UK Gov. (2022, April 5). Russia's FSB malign activity: factsheet. Retrieved April 5, 2022.",
                            "url": "https://www.gov.uk/government/publications/russias-fsb-malign-cyber-activity-factsheet/russias-fsb-malign-activity-factsheet"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Dragos Threat Intelligence"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack",
                        "ics-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "4.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-01-08 20:40:31.822000+00:00\", \"old_value\": \"2023-10-01 02:45:48.973000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"4.0\", \"old_value\": \"3.2\"}}, \"iterable_item_added\": {\"root['aliases'][8]\": \"Ghost Blizzard\", \"root['aliases'][9]\": \"BROMINE\", \"root['external_references'][4]\": {\"source_name\": \"Ghost Blizzard\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][5]\": {\"source_name\": \"BROMINE\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][16]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}}}",
                    "previous_version": "3.2",
                    "version_change": "3.2 \u2192 4.0"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--2a7914cf-dff3-428d-ab0f-1014d1c28aeb",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:32:06.015000+00:00",
                    "modified": "2024-01-08 22:13:27.588000+00:00",
                    "name": "FIN6",
                    "description": "[FIN6](https://attack.mitre.org/groups/G0037) is a cyber crime group that has stolen payment card data and sold it for profit on underground marketplaces. This group has aggressively targeted and compromised point of sale (PoS) systems in the hospitality and retail sectors.(Citation: FireEye FIN6 April 2016)(Citation: FireEye FIN6 Apr 2019)",
                    "aliases": [
                        "FIN6",
                        "Magecart Group 6",
                        "ITG08",
                        "Skeleton Spider",
                        "TAAL",
                        "Camouflage Tempest"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0037",
                            "external_id": "G0037"
                        },
                        {
                            "source_name": "Skeleton Spider",
                            "description": "(Citation: Crowdstrike Global Threat Report Feb 2018)"
                        },
                        {
                            "source_name": "FIN6",
                            "description": "(Citation: FireEye FIN6 April 2016)"
                        },
                        {
                            "source_name": "TAAL",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "Camouflage Tempest",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "Magecart Group 6",
                            "description": "(Citation: Security Intelligence ITG08 April 2020)"
                        },
                        {
                            "source_name": "ITG08",
                            "description": "(Citation: Security Intelligence More Eggs Aug 2019)"
                        },
                        {
                            "source_name": "Crowdstrike Global Threat Report Feb 2018",
                            "description": "CrowdStrike. (2018, February 26). CrowdStrike 2018 Global Threat Report. Retrieved October 10, 2018.",
                            "url": "https://crowdstrike.lookbookhq.com/global-threat-report-2018-web/cs-2018-global-threat-report"
                        },
                        {
                            "source_name": "FireEye FIN6 April 2016",
                            "description": "FireEye Threat Intelligence. (2016, April). Follow the Money: Dissecting the Operations of the Cyber Crime Group FIN6. Retrieved June 1, 2016.",
                            "url": "https://www2.fireeye.com/rs/848-DID-242/images/rpt-fin6.pdf"
                        },
                        {
                            "source_name": "FireEye FIN6 Apr 2019",
                            "description": "McKeague, B. et al. (2019, April 5). Pick-Six: Intercepting a FIN6 Intrusion, an Actor Recently Tied to Ryuk and LockerGoga Ransomware. Retrieved April 17, 2019.",
                            "url": "https://www.fireeye.com/blog/threat-research/2019/04/pick-six-intercepting-a-fin6-intrusion.html"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "Security Intelligence ITG08 April 2020",
                            "description": "Villadsen, O. (2020, April 7). ITG08 (aka FIN6) Partners With TrickBot Gang, Uses Anchor Framework. Retrieved October 8, 2020.",
                            "url": "https://securityintelligence.com/posts/itg08-aka-fin6-partners-with-trickbot-gang-uses-anchor-framework/"
                        },
                        {
                            "source_name": "Security Intelligence More Eggs Aug 2019",
                            "description": "Villadsen, O.. (2019, August 29). More_eggs, Anyone? Threat Actor ITG08 Strikes Again. Retrieved September 16, 2019.",
                            "url": "https://securityintelligence.com/posts/more_eggs-anyone-threat-actor-itg08-strikes-again/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Center for Threat-Informed Defense (CTID)",
                        "Drew Church, Splunk"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack",
                        "ics-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "4.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-01-08 22:13:27.588000+00:00\", \"old_value\": \"2023-03-22 03:50:17.471000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"4.0\", \"old_value\": \"3.3\"}}, \"iterable_item_added\": {\"root['aliases'][4]\": \"TAAL\", \"root['aliases'][5]\": \"Camouflage Tempest\", \"root['external_references'][3]\": {\"source_name\": \"TAAL\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][4]\": {\"source_name\": \"Camouflage Tempest\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][10]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}}}",
                    "previous_version": "3.3",
                    "version_change": "3.3 \u2192 4.0"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--3753cc21-2dae-4dfb-8481-d004e74502cc",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:32:09.460000+00:00",
                    "modified": "2024-04-17 22:09:41.004000+00:00",
                    "name": "FIN7",
                    "description": "[FIN7](https://attack.mitre.org/groups/G0046) is a financially-motivated threat group that has been active since 2013. [FIN7](https://attack.mitre.org/groups/G0046) has primarily targeted the retail, restaurant, hospitality, software, consulting, financial services, medical equipment, cloud services, media, food and beverage, transportation, and utilities industries in the U.S. A portion of [FIN7](https://attack.mitre.org/groups/G0046) was run out of a front company called Combi Security and often used point-of-sale malware for targeting efforts. Since 2020, [FIN7](https://attack.mitre.org/groups/G0046) shifted operations to a big game hunting (BGH) approach including use of [REvil](https://attack.mitre.org/software/S0496) ransomware and their own Ransomware as a Service (RaaS), Darkside. FIN7 may be linked to the [Carbanak](https://attack.mitre.org/groups/G0008) Group, but there appears to be several groups using [Carbanak](https://attack.mitre.org/software/S0030) malware and are therefore tracked separately.(Citation: FireEye FIN7 March 2017)(Citation: FireEye FIN7 April 2017)(Citation: FireEye CARBANAK June 2017)(Citation: FireEye FIN7 Aug 2018)(Citation: CrowdStrike Carbon Spider August 2021)(Citation: Mandiant FIN7 Apr 2022)",
                    "aliases": [
                        "FIN7",
                        "GOLD NIAGARA",
                        "ITG14",
                        "Carbon Spider",
                        "ELBRUS",
                        "Sangria Tempest"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0046",
                            "external_id": "G0046"
                        },
                        {
                            "source_name": "Carbon Spider",
                            "description": "(Citation: CrowdStrike Carbon Spider August 2021)"
                        },
                        {
                            "source_name": "FIN7",
                            "description": "(Citation: FireEye FIN7 March 2017) (Citation: FireEye FIN7 April 2017) (Citation: Morphisec FIN7 June 2017) (Citation: FireEye FIN7 Shim Databases) (Citation: FireEye FIN7 Aug 2018)"
                        },
                        {
                            "source_name": "ELBRUS",
                            "description": "(Citation: Microsoft Ransomware as a Service)"
                        },
                        {
                            "source_name": "Sangria Tempest",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "GOLD NIAGARA",
                            "description": "(Citation: Secureworks GOLD NIAGARA Threat Profile)"
                        },
                        {
                            "source_name": "Mandiant FIN7 Apr 2022",
                            "description": "Abdo, B., et al. (2022, April 4). FIN7 Power Hour: Adversary Archaeology and the Evolution of FIN7. Retrieved April 5, 2022.",
                            "url": "https://www.mandiant.com/resources/evolution-of-fin7"
                        },
                        {
                            "source_name": "FireEye CARBANAK June 2017",
                            "description": "Bennett, J., Vengerik, B. (2017, June 12). Behind the CARBANAK Backdoor. Retrieved June 11, 2018.",
                            "url": "https://www.fireeye.com/blog/threat-research/2017/06/behind-the-carbanak-backdoor.html"
                        },
                        {
                            "source_name": "FireEye FIN7 April 2017",
                            "description": "Carr, N., et al. (2017, April 24). FIN7 Evolution and the Phishing LNK. Retrieved April 24, 2017.",
                            "url": "https://www.fireeye.com/blog/threat-research/2017/04/fin7-phishing-lnk.html"
                        },
                        {
                            "source_name": "FireEye FIN7 Aug 2018",
                            "description": "Carr, N., et al. (2018, August 01). On the Hunt for FIN7: Pursuing an Enigmatic and Evasive Global Criminal Operation. Retrieved August 23, 2018.",
                            "url": "https://www.fireeye.com/blog/threat-research/2018/08/fin7-pursuing-an-enigmatic-and-evasive-global-criminal-operation.html"
                        },
                        {
                            "source_name": "Secureworks GOLD NIAGARA Threat Profile",
                            "description": "CTU. (n.d.). GOLD NIAGARA. Retrieved September 21, 2021.",
                            "url": "https://www.secureworks.com/research/threat-profiles/gold-niagara"
                        },
                        {
                            "source_name": "FireEye FIN7 Shim Databases",
                            "description": "Erickson, J., McWhirt, M., Palombo, D. (2017, May 3). To SDB, Or Not To SDB: FIN7 Leveraging Shim Databases for Persistence. Retrieved July 18, 2017.",
                            "url": "https://www.fireeye.com/blog/threat-research/2017/05/fin7-shim-databases-persistence.html"
                        },
                        {
                            "source_name": "Morphisec FIN7 June 2017",
                            "description": "Gorelik, M.. (2017, June 9). FIN7 Takes Another Bite at the Restaurant Industry. Retrieved July 13, 2017.",
                            "url": "http://blog.morphisec.com/fin7-attacks-restaurant-industry"
                        },
                        {
                            "source_name": "ITG14",
                            "description": "ITG14 shares campaign overlap with [FIN7](https://attack.mitre.org/groups/G0046).(Citation: IBM Ransomware Trends September 2020)"
                        },
                        {
                            "source_name": "CrowdStrike Carbon Spider August 2021",
                            "description": "Loui, E. and Reynolds, J. (2021, August 30). CARBON SPIDER Embraces Big Game Hunting, Part 1. Retrieved September 20, 2021.",
                            "url": "https://www.crowdstrike.com/blog/carbon-spider-embraces-big-game-hunting-part-1/"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "Microsoft Ransomware as a Service",
                            "description": "Microsoft. (2022, May 9). Ransomware as a service: Understanding the cybercrime gig economy and how to protect yourself. Retrieved March 10, 2023.",
                            "url": "https://www.microsoft.com/en-us/security/blog/2022/05/09/ransomware-as-a-service-understanding-the-cybercrime-gig-economy-and-how-to-protect-yourself/"
                        },
                        {
                            "source_name": "FireEye FIN7 March 2017",
                            "description": "Miller, S., et al. (2017, March 7). FIN7 Spear Phishing Campaign Targets Personnel Involved in SEC Filings. Retrieved March 8, 2017.",
                            "url": "https://web.archive.org/web/20180808125108/https:/www.fireeye.com/blog/threat-research/2017/03/fin7_spear_phishing.html"
                        },
                        {
                            "source_name": "IBM Ransomware Trends September 2020",
                            "description": "Singleton, C. and Kiefer, C. (2020, September 28). Ransomware 2020: Attack Trends Affecting Organizations Worldwide. Retrieved September 20, 2021.",
                            "url": "https://securityintelligence.com/posts/ransomware-2020-attack-trends-new-techniques-affecting-organizations-worldwide/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Edward Millington"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack",
                        "ics-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "4.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-17 22:09:41.004000+00:00\", \"old_value\": \"2023-10-04 18:10:49.054000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"4.0\", \"old_value\": \"3.0\"}}, \"iterable_item_added\": {\"root['aliases'][4]\": \"ELBRUS\", \"root['aliases'][5]\": \"Sangria Tempest\", \"root['external_references'][3]\": {\"source_name\": \"ELBRUS\", \"description\": \"(Citation: Microsoft Ransomware as a Service)\"}, \"root['external_references'][4]\": {\"source_name\": \"Sangria Tempest\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][15]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}, \"root['external_references'][16]\": {\"source_name\": \"Microsoft Ransomware as a Service\", \"description\": \"Microsoft. (2022, May 9). Ransomware as a service: Understanding the cybercrime gig economy and how to protect yourself. Retrieved March 10, 2023.\", \"url\": \"https://www.microsoft.com/en-us/security/blog/2022/05/09/ransomware-as-a-service-understanding-the-cybercrime-gig-economy-and-how-to-protect-yourself/\"}}}",
                    "previous_version": "3.0",
                    "version_change": "3.0 \u2192 4.0"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--c93fccb1-e8e8-42cf-ae33-2ad1d183913a",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:32:03.807000+00:00",
                    "modified": "2024-04-11 16:06:34.699000+00:00",
                    "name": "Lazarus Group",
                    "description": "[Lazarus Group](https://attack.mitre.org/groups/G0032) is a North Korean state-sponsored cyber threat group that has been attributed to the Reconnaissance General Bureau.(Citation: US-CERT HIDDEN COBRA June 2017)(Citation: Treasury North Korean Cyber Groups September 2019) The group has been active since at least 2009 and was reportedly responsible for the November 2014 destructive wiper attack against Sony Pictures Entertainment as part of a campaign named Operation Blockbuster by Novetta. Malware used by [Lazarus Group](https://attack.mitre.org/groups/G0032) correlates to other reported campaigns, including Operation Flame, Operation 1Mission, Operation Troy, DarkSeoul, and Ten Days of Rain.(Citation: Novetta Blockbuster)\n\nNorth Korean group definitions are known to have significant overlap, and some security researchers report all North Korean state-sponsored cyber activity under the name [Lazarus Group](https://attack.mitre.org/groups/G0032) instead of tracking clusters or subgroups, such as [Andariel](https://attack.mitre.org/groups/G0138), [APT37](https://attack.mitre.org/groups/G0067), [APT38](https://attack.mitre.org/groups/G0082), and [Kimsuky](https://attack.mitre.org/groups/G0094).   ",
                    "aliases": [
                        "Lazarus Group",
                        "Labyrinth Chollima",
                        "HIDDEN COBRA",
                        "Guardians of Peace",
                        "ZINC",
                        "NICKEL ACADEMY",
                        "Diamond Sleet"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0032",
                            "external_id": "G0032"
                        },
                        {
                            "source_name": "Labyrinth Chollima",
                            "description": "(Citation: CrowdStrike Labyrinth Chollima Feb 2022)"
                        },
                        {
                            "source_name": "Diamond Sleet",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "ZINC",
                            "description": "(Citation: Microsoft ZINC disruption Dec 2017)"
                        },
                        {
                            "source_name": "Lazarus Group",
                            "description": "(Citation: Novetta Blockbuster)"
                        },
                        {
                            "source_name": "NICKEL ACADEMY",
                            "description": "(Citation: Secureworks NICKEL ACADEMY Dec 2017)"
                        },
                        {
                            "source_name": "Guardians of Peace",
                            "description": "(Citation: US-CERT HIDDEN COBRA June 2017)"
                        },
                        {
                            "source_name": "CrowdStrike Labyrinth Chollima Feb 2022",
                            "description": "CrowdStrike. (2022, February 1). CrowdStrike Adversary Labyrinth Chollima. Retrieved February 1, 2022.",
                            "url": "https://web.archive.org/web/20210723190317/https://adversary.crowdstrike.com/en-US/adversary/labyrinth-chollima/"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "Novetta Blockbuster",
                            "description": "Novetta Threat Research Group. (2016, February 24). Operation Blockbuster: Unraveling the Long Thread of the Sony Attack. Retrieved February 25, 2016.",
                            "url": "https://web.archive.org/web/20160226161828/https://www.operationblockbuster.com/wp-content/uploads/2016/02/Operation-Blockbuster-Report.pdf"
                        },
                        {
                            "source_name": "Secureworks NICKEL ACADEMY Dec 2017",
                            "description": "Secureworks. (2017, December 15). Media Alert - Secureworks Discovers North Korean Cyber Threat Group, Lazarus, Spearphishing Financial Executives of Cryptocurrency Companies. Retrieved December 27, 2017.",
                            "url": "https://www.secureworks.com/about/press/media-alert-secureworks-discovers-north-korean-cyber-threat-group-lazarus-spearphishing"
                        },
                        {
                            "source_name": "Microsoft ZINC disruption Dec 2017",
                            "description": "Smith, B. (2017, December 19). Microsoft and Facebook disrupt ZINC malware attack to protect customers and the internet from ongoing cyberthreats. Retrieved December 20, 2017.",
                            "url": "https://blogs.microsoft.com/on-the-issues/2017/12/19/microsoft-facebook-disrupt-zinc-malware-attack-protect-customers-internet-ongoing-cyberthreats/"
                        },
                        {
                            "source_name": "HIDDEN COBRA",
                            "description": "The U.S. Government refers to malicious cyber activity by the North Korean government as HIDDEN COBRA.(Citation: US-CERT HIDDEN COBRA June 2017)(Citation: US-CERT HOPLIGHT Apr 2019)"
                        },
                        {
                            "source_name": "Treasury North Korean Cyber Groups September 2019",
                            "description": "US Treasury . (2019, September 13). Treasury Sanctions North Korean State-Sponsored Malicious Cyber Groups. Retrieved September 29, 2021.",
                            "url": "https://home.treasury.gov/news/press-releases/sm774"
                        },
                        {
                            "source_name": "US-CERT HIDDEN COBRA June 2017",
                            "description": "US-CERT. (2017, June 13). Alert (TA17-164A) HIDDEN COBRA \u2013 North Korea\u2019s DDoS Botnet Infrastructure. Retrieved July 13, 2017.",
                            "url": "https://www.us-cert.gov/ncas/alerts/TA17-164A"
                        },
                        {
                            "source_name": "US-CERT HOPLIGHT Apr 2019",
                            "description": "US-CERT. (2019, April 10). MAR-10135536-8 \u2013 North Korean Trojan: HOPLIGHT. Retrieved April 19, 2019.",
                            "url": "https://www.us-cert.gov/ncas/analysis-reports/AR19-100A"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Kyaw Pyiyt Htet, @KyawPyiytHtet",
                        "Dragos Threat Intelligence"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack",
                        "ics-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "4.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 16:06:34.699000+00:00\", \"old_value\": \"2023-03-30 19:01:41.451000+00:00\"}, \"root['description']\": {\"new_value\": \"[Lazarus Group](https://attack.mitre.org/groups/G0032) is a North Korean state-sponsored cyber threat group that has been attributed to the Reconnaissance General Bureau.(Citation: US-CERT HIDDEN COBRA June 2017)(Citation: Treasury North Korean Cyber Groups September 2019) The group has been active since at least 2009 and was reportedly responsible for the November 2014 destructive wiper attack against Sony Pictures Entertainment as part of a campaign named Operation Blockbuster by Novetta. Malware used by [Lazarus Group](https://attack.mitre.org/groups/G0032) correlates to other reported campaigns, including Operation Flame, Operation 1Mission, Operation Troy, DarkSeoul, and Ten Days of Rain.(Citation: Novetta Blockbuster)\\n\\nNorth Korean group definitions are known to have significant overlap, and some security researchers report all North Korean state-sponsored cyber activity under the name [Lazarus Group](https://attack.mitre.org/groups/G0032) instead of tracking clusters or subgroups, such as [Andariel](https://attack.mitre.org/groups/G0138), [APT37](https://attack.mitre.org/groups/G0067), [APT38](https://attack.mitre.org/groups/G0082), and [Kimsuky](https://attack.mitre.org/groups/G0094).   \", \"old_value\": \"[Lazarus Group](https://attack.mitre.org/groups/G0032) is a North Korean state-sponsored cyber threat group that has been attributed to the Reconnaissance General Bureau.(Citation: US-CERT HIDDEN COBRA June 2017)(Citation: Treasury North Korean Cyber Groups September 2019) The group has been active since at least 2009 and was reportedly responsible for the November 2014 destructive wiper attack against Sony Pictures Entertainment as part of a campaign named Operation Blockbuster by Novetta. Malware used by [Lazarus Group](https://attack.mitre.org/groups/G0032) correlates to other reported campaigns, including Operation Flame, Operation 1Mission, Operation Troy, DarkSeoul, and Ten Days of Rain. (Citation: Novetta Blockbuster)\\n\\nNorth Korean group definitions are known to have significant overlap, and some security researchers report all North Korean state-sponsored cyber activity under the name [Lazarus Group](https://attack.mitre.org/groups/G0032) instead of tracking clusters or subgroups, such as [Andariel](https://attack.mitre.org/groups/G0138), [APT37](https://attack.mitre.org/groups/G0067), [APT38](https://attack.mitre.org/groups/G0082), and [Kimsuky](https://attack.mitre.org/groups/G0094).   \", \"diff\": \"--- \\n+++ \\n@@ -1,3 +1,3 @@\\n-[Lazarus Group](https://attack.mitre.org/groups/G0032) is a North Korean state-sponsored cyber threat group that has been attributed to the Reconnaissance General Bureau.(Citation: US-CERT HIDDEN COBRA June 2017)(Citation: Treasury North Korean Cyber Groups September 2019) The group has been active since at least 2009 and was reportedly responsible for the November 2014 destructive wiper attack against Sony Pictures Entertainment as part of a campaign named Operation Blockbuster by Novetta. Malware used by [Lazarus Group](https://attack.mitre.org/groups/G0032) correlates to other reported campaigns, including Operation Flame, Operation 1Mission, Operation Troy, DarkSeoul, and Ten Days of Rain. (Citation: Novetta Blockbuster)\\n+[Lazarus Group](https://attack.mitre.org/groups/G0032) is a North Korean state-sponsored cyber threat group that has been attributed to the Reconnaissance General Bureau.(Citation: US-CERT HIDDEN COBRA June 2017)(Citation: Treasury North Korean Cyber Groups September 2019) The group has been active since at least 2009 and was reportedly responsible for the November 2014 destructive wiper attack against Sony Pictures Entertainment as part of a campaign named Operation Blockbuster by Novetta. Malware used by [Lazarus Group](https://attack.mitre.org/groups/G0032) correlates to other reported campaigns, including Operation Flame, Operation 1Mission, Operation Troy, DarkSeoul, and Ten Days of Rain.(Citation: Novetta Blockbuster)\\n \\n North Korean group definitions are known to have significant overlap, and some security researchers report all North Korean state-sponsored cyber activity under the name [Lazarus Group](https://attack.mitre.org/groups/G0032) instead of tracking clusters or subgroups, such as [Andariel](https://attack.mitre.org/groups/G0138), [APT37](https://attack.mitre.org/groups/G0067), [APT38](https://attack.mitre.org/groups/G0082), and [Kimsuky](https://attack.mitre.org/groups/G0094).   \"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"4.0\", \"old_value\": \"3.2\"}, \"root['x_mitre_contributors'][1]\": {\"new_value\": \"Dragos Threat Intelligence\", \"old_value\": \"Dragos  Threat  Intelligence\"}}, \"iterable_item_added\": {\"root['aliases'][6]\": \"Diamond Sleet\", \"root['external_references'][2]\": {\"source_name\": \"Diamond Sleet\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][8]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}}}",
                    "previous_version": "3.2",
                    "version_change": "3.2 \u2192 4.0",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to118__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to118__0\"><a href=\"#difflib_chg_to118__top\">t</a></td><td class=\"diff_header\" id=\"from118_1\">1</td><td nowrap=\"nowrap\">[Lazarus&nbsp;Group](https://attack.mitre.org/groups/G0032)&nbsp;is&nbsp;a&nbsp;</td><td class=\"diff_next\"><a href=\"#difflib_chg_to118__top\">t</a></td><td class=\"diff_header\" id=\"to118_1\">1</td><td nowrap=\"nowrap\">[Lazarus&nbsp;Group](https://attack.mitre.org/groups/G0032)&nbsp;is&nbsp;a&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">North&nbsp;Korean&nbsp;state-sponsored&nbsp;cyber&nbsp;threat&nbsp;group&nbsp;that&nbsp;has&nbsp;bee</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">North&nbsp;Korean&nbsp;state-sponsored&nbsp;cyber&nbsp;threat&nbsp;group&nbsp;that&nbsp;has&nbsp;bee</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n&nbsp;attributed&nbsp;to&nbsp;the&nbsp;Reconnaissance&nbsp;General&nbsp;Bureau.(Citation:</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n&nbsp;attributed&nbsp;to&nbsp;the&nbsp;Reconnaissance&nbsp;General&nbsp;Bureau.(Citation:</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;US-CERT&nbsp;HIDDEN&nbsp;COBRA&nbsp;June&nbsp;2017)(Citation:&nbsp;Treasury&nbsp;North&nbsp;Ko</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;US-CERT&nbsp;HIDDEN&nbsp;COBRA&nbsp;June&nbsp;2017)(Citation:&nbsp;Treasury&nbsp;North&nbsp;Ko</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rean&nbsp;Cyber&nbsp;Groups&nbsp;September&nbsp;2019)&nbsp;The&nbsp;group&nbsp;has&nbsp;been&nbsp;active&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rean&nbsp;Cyber&nbsp;Groups&nbsp;September&nbsp;2019)&nbsp;The&nbsp;group&nbsp;has&nbsp;been&nbsp;active&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">since&nbsp;at&nbsp;least&nbsp;2009&nbsp;and&nbsp;was&nbsp;reportedly&nbsp;responsible&nbsp;for&nbsp;the&nbsp;N</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">since&nbsp;at&nbsp;least&nbsp;2009&nbsp;and&nbsp;was&nbsp;reportedly&nbsp;responsible&nbsp;for&nbsp;the&nbsp;N</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ovember&nbsp;2014&nbsp;destructive&nbsp;wiper&nbsp;attack&nbsp;against&nbsp;Sony&nbsp;Pictures&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ovember&nbsp;2014&nbsp;destructive&nbsp;wiper&nbsp;attack&nbsp;against&nbsp;Sony&nbsp;Pictures&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Entertainment&nbsp;as&nbsp;part&nbsp;of&nbsp;a&nbsp;campaign&nbsp;named&nbsp;Operation&nbsp;Blockbus</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Entertainment&nbsp;as&nbsp;part&nbsp;of&nbsp;a&nbsp;campaign&nbsp;named&nbsp;Operation&nbsp;Blockbus</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ter&nbsp;by&nbsp;Novetta.&nbsp;Malware&nbsp;used&nbsp;by&nbsp;[Lazarus&nbsp;Group](https://atta</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ter&nbsp;by&nbsp;Novetta.&nbsp;Malware&nbsp;used&nbsp;by&nbsp;[Lazarus&nbsp;Group](https://atta</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ck.mitre.org/groups/G0032)&nbsp;correlates&nbsp;to&nbsp;other&nbsp;reported&nbsp;camp</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ck.mitre.org/groups/G0032)&nbsp;correlates&nbsp;to&nbsp;other&nbsp;reported&nbsp;camp</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">aigns,&nbsp;including&nbsp;Operation&nbsp;Flame,&nbsp;Operation&nbsp;1Mission,&nbsp;Operat</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">aigns,&nbsp;including&nbsp;Operation&nbsp;Flame,&nbsp;Operation&nbsp;1Mission,&nbsp;Operat</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ion&nbsp;Troy,&nbsp;DarkSeoul,&nbsp;and&nbsp;Ten&nbsp;Days&nbsp;of&nbsp;Rain.<span class=\"diff_sub\">&nbsp;</span>(Citation:&nbsp;Novett</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ion&nbsp;Troy,&nbsp;DarkSeoul,&nbsp;and&nbsp;Ten&nbsp;Days&nbsp;of&nbsp;Rain.(Citation:&nbsp;Novetta</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">a&nbsp;Blockbuster)&nbsp;&nbsp;North&nbsp;Korean&nbsp;group&nbsp;definitions&nbsp;are&nbsp;known&nbsp;to&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;Blockbuster)&nbsp;&nbsp;North&nbsp;Korean&nbsp;group&nbsp;definitions&nbsp;are&nbsp;known&nbsp;to&nbsp;h</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">have&nbsp;significant&nbsp;overlap,&nbsp;and&nbsp;some&nbsp;security&nbsp;researchers&nbsp;repo</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ave&nbsp;significant&nbsp;overlap,&nbsp;and&nbsp;some&nbsp;security&nbsp;researchers&nbsp;repor</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rt&nbsp;all&nbsp;North&nbsp;Korean&nbsp;state-sponsored&nbsp;cyber&nbsp;activity&nbsp;under&nbsp;the</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">t&nbsp;all&nbsp;North&nbsp;Korean&nbsp;state-sponsored&nbsp;cyber&nbsp;activity&nbsp;under&nbsp;the&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;name&nbsp;[Lazarus&nbsp;Group](https://attack.mitre.org/groups/G0032)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">name&nbsp;[Lazarus&nbsp;Group](https://attack.mitre.org/groups/G0032)&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;instead&nbsp;of&nbsp;tracking&nbsp;clusters&nbsp;or&nbsp;subgroups,&nbsp;such&nbsp;as&nbsp;[Andarie</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">instead&nbsp;of&nbsp;tracking&nbsp;clusters&nbsp;or&nbsp;subgroups,&nbsp;such&nbsp;as&nbsp;[Andariel</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">l](https://attack.mitre.org/groups/G0138),&nbsp;[APT37](https://a</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">](https://attack.mitre.org/groups/G0138),&nbsp;[APT37](https://at</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ttack.mitre.org/groups/G0067),&nbsp;[APT38](https://attack.mitre.</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">tack.mitre.org/groups/G0067),&nbsp;[APT38](https://attack.mitre.o</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">org/groups/G0082),&nbsp;and&nbsp;[Kimsuky](https://attack.mitre.org/gr</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rg/groups/G0082),&nbsp;and&nbsp;[Kimsuky](https://attack.mitre.org/gro</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">oups/G0094).&nbsp;&nbsp;&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ups/G0094).&nbsp;&nbsp;&nbsp;</td></tr>\n        </tbody>\n    </table>"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--4ca1929c-7d64-4aab-b849-badbfc0c760d",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-12-14 16:46:06.044000+00:00",
                    "modified": "2024-04-11 16:06:34.698000+00:00",
                    "name": "OilRig",
                    "description": "[OilRig](https://attack.mitre.org/groups/G0049) is a suspected Iranian threat group that has targeted Middle Eastern and international victims since at least 2014. The group has targeted a variety of sectors, including financial, government, energy, chemical, and telecommunications. It appears the group carries out supply chain attacks, leveraging the trust relationship between organizations to attack their primary targets. The group works on behalf of the Iranian government based on infrastructure details that contain references to Iran, use of Iranian infrastructure, and targeting that aligns with nation-state interests.(Citation: FireEye APT34 Dec 2017)(Citation: Palo Alto OilRig April 2017)(Citation: ClearSky OilRig Jan 2017)(Citation: Palo Alto OilRig May 2016)(Citation: Palo Alto OilRig Oct 2016)(Citation: Unit42 OilRig Playbook 2023)(Citation: Unit 42 QUADAGENT July 2018)",
                    "aliases": [
                        "OilRig",
                        "COBALT GYPSY",
                        "IRN2",
                        "APT34",
                        "Helix Kitten",
                        "Evasive Serpens",
                        "Hazel Sandstorm",
                        "EUROPIUM"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0049",
                            "external_id": "G0049"
                        },
                        {
                            "source_name": "IRN2",
                            "description": "(Citation: Crowdstrike Helix Kitten Nov 2018)"
                        },
                        {
                            "source_name": "Hazel Sandstorm",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "EUROPIUM",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "OilRig",
                            "description": "(Citation: Palo Alto OilRig April 2017) (Citation: ClearSky OilRig Jan 2017) (Citation: Palo Alto OilRig May 2016) (Citation: Palo Alto OilRig Oct 2016) (Citation: Unit 42 Playbook Dec 2017) (Citation: Unit 42 QUADAGENT July 2018)"
                        },
                        {
                            "source_name": "COBALT GYPSY",
                            "description": "(Citation: Secureworks COBALT GYPSY Threat Profile)"
                        },
                        {
                            "source_name": "Helix Kitten",
                            "description": "(Citation: Unit 42 QUADAGENT July 2018)(Citation: Crowdstrike Helix Kitten Nov 2018)"
                        },
                        {
                            "source_name": "Evasive Serpens",
                            "description": "(Citation: Unit42 OilRig Playbook 2023)"
                        },
                        {
                            "source_name": "Check Point APT34 April 2021",
                            "description": "Check Point. (2021, April 8). Iran\u2019s APT34 Returns with an Updated Arsenal. Retrieved May 5, 2021.",
                            "url": "https://research.checkpoint.com/2021/irans-apt34-returns-with-an-updated-arsenal/"
                        },
                        {
                            "source_name": "ClearSky OilRig Jan 2017",
                            "description": "ClearSky Cybersecurity. (2017, January 5). Iranian Threat Agent OilRig Delivers Digitally Signed Malware, Impersonates University of Oxford. Retrieved May 3, 2017.",
                            "url": "http://www.clearskysec.com/oilrig/"
                        },
                        {
                            "source_name": "Palo Alto OilRig May 2016",
                            "description": "Falcone, R. and Lee, B.. (2016, May 26). The OilRig Campaign: Attacks on Saudi Arabian Organizations Deliver Helminth Backdoor. Retrieved May 3, 2017.",
                            "url": "http://researchcenter.paloaltonetworks.com/2016/05/the-oilrig-campaign-attacks-on-saudi-arabian-organizations-deliver-helminth-backdoor/"
                        },
                        {
                            "source_name": "Palo Alto OilRig April 2017",
                            "description": "Falcone, R.. (2017, April 27). OilRig Actors Provide a Glimpse into Development and Testing Efforts. Retrieved May 3, 2017.",
                            "url": "http://researchcenter.paloaltonetworks.com/2017/04/unit42-oilrig-actors-provide-glimpse-development-testing-efforts/"
                        },
                        {
                            "source_name": "Palo Alto OilRig Oct 2016",
                            "description": "Grunzweig, J. and Falcone, R.. (2016, October 4). OilRig Malware Campaign Updates Toolset and Expands Targets. Retrieved May 3, 2017.",
                            "url": "http://researchcenter.paloaltonetworks.com/2016/10/unit42-oilrig-malware-campaign-updates-toolset-and-expands-targets/"
                        },
                        {
                            "source_name": "Unit 42 QUADAGENT July 2018",
                            "description": "Lee, B., Falcone, R. (2018, July 25). OilRig Targets Technology Service Provider and Government Agency with QUADAGENT. Retrieved August 9, 2018.",
                            "url": "https://researchcenter.paloaltonetworks.com/2018/07/unit42-oilrig-targets-technology-service-provider-government-agency-quadagent/"
                        },
                        {
                            "source_name": "Crowdstrike Helix Kitten Nov 2018",
                            "description": "Meyers, A. (2018, November 27). Meet CrowdStrike\u2019s Adversary of the Month for November: HELIX KITTEN. Retrieved December 18, 2018.",
                            "url": "https://www.crowdstrike.com/blog/meet-crowdstrikes-adversary-of-the-month-for-november-helix-kitten/"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "FireEye APT34 Dec 2017",
                            "description": "Sardiwal, M, et al. (2017, December 7). New Targeted Attack in the Middle East by APT34, a Suspected Iranian Threat Group, Using CVE-2017-11882 Exploit. Retrieved December 20, 2017.",
                            "url": "https://www.fireeye.com/blog/threat-research/2017/12/targeted-attack-in-middle-east-by-apt34.html"
                        },
                        {
                            "source_name": "Secureworks COBALT GYPSY Threat Profile",
                            "description": "Secureworks. (n.d.). COBALT GYPSY Threat Profile. Retrieved April 14, 2021.",
                            "url": "https://www.secureworks.com/research/threat-profiles/cobalt-gypsy"
                        },
                        {
                            "source_name": "APT34",
                            "description": "This group was previously tracked under two distinct groups, APT34 and OilRig, but was combined due to additional reporting giving higher confidence about the overlap of the activity.(Citation: Unit 42 QUADAGENT July 2018)(Citation: FireEye APT34 Dec 2017)(Citation: Check Point APT34 April 2021)"
                        },
                        {
                            "source_name": "Unit 42 Playbook Dec 2017",
                            "description": "Unit 42. (2017, December 15). Unit 42 Playbook Viewer. Retrieved December 20, 2017.",
                            "url": "https://pan-unit42.github.io/playbook_viewer/"
                        },
                        {
                            "source_name": "Unit42 OilRig Playbook 2023",
                            "description": "Unit42. (2016, May 1). Evasive Serpens Unit 42 Playbook Viewer. Retrieved February 6, 2023.",
                            "url": "https://pan-unit42.github.io/playbook_viewer/?pb=evasive-serpens"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Robert Falcone",
                        "Bryan Lee",
                        "Dragos Threat Intelligence"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack",
                        "ics-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "4.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-11 16:06:34.698000+00:00\", \"old_value\": \"2023-02-06 20:58:52.317000+00:00\"}, \"root['description']\": {\"new_value\": \"[OilRig](https://attack.mitre.org/groups/G0049) is a suspected Iranian threat group that has targeted Middle Eastern and international victims since at least 2014. The group has targeted a variety of sectors, including financial, government, energy, chemical, and telecommunications. It appears the group carries out supply chain attacks, leveraging the trust relationship between organizations to attack their primary targets. The group works on behalf of the Iranian government based on infrastructure details that contain references to Iran, use of Iranian infrastructure, and targeting that aligns with nation-state interests.(Citation: FireEye APT34 Dec 2017)(Citation: Palo Alto OilRig April 2017)(Citation: ClearSky OilRig Jan 2017)(Citation: Palo Alto OilRig May 2016)(Citation: Palo Alto OilRig Oct 2016)(Citation: Unit42 OilRig Playbook 2023)(Citation: Unit 42 QUADAGENT July 2018)\", \"old_value\": \"[OilRig](https://attack.mitre.org/groups/G0049) is a suspected Iranian threat group that has targeted Middle Eastern and international victims since at least 2014. The group has targeted a variety of sectors, including financial, government, energy, chemical, and telecommunications. It appears the group carries out supply chain attacks, leveraging the trust relationship between organizations to attack their primary targets. FireEye assesses that the group works on behalf of the Iranian government based on infrastructure details that contain references to Iran, use of Iranian infrastructure, and targeting that aligns with nation-state interests.(Citation: Palo Alto OilRig April 2017)(Citation: ClearSky OilRig Jan 2017)(Citation: Palo Alto OilRig May 2016)(Citation: Palo Alto OilRig Oct 2016)(Citation: Unit42 OilRig Playbook 2023)(Citation: FireEye APT34 Dec 2017)(Citation: Unit 42 QUADAGENT July 2018)\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"4.0\", \"old_value\": \"3.1\"}, \"root['x_mitre_contributors'][2]\": {\"new_value\": \"Dragos Threat Intelligence\", \"old_value\": \"Dragos  Threat  Intelligence\"}}, \"iterable_item_added\": {\"root['aliases'][6]\": \"Hazel Sandstorm\", \"root['aliases'][7]\": \"EUROPIUM\", \"root['external_references'][2]\": {\"source_name\": \"Hazel Sandstorm\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][3]\": {\"source_name\": \"EUROPIUM\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][15]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}}}",
                    "previous_version": "3.1",
                    "version_change": "3.1 \u2192 4.0",
                    "description_change_table": "\n    <table class=\"diff\" id=\"difflib_chg_to116__top\"\n           cellspacing=\"0\" cellpadding=\"0\" rules=\"groups\" >\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <colgroup></colgroup> <colgroup></colgroup> <colgroup></colgroup>\n        <thead><tr><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">Old Description</th><th class=\"diff_next\"><br /></th><th colspan=\"2\" class=\"diff_header\">New Description</th></tr></thead>\n        <tbody>\n            <tr><td class=\"diff_next\" id=\"difflib_chg_to116__0\"><a href=\"#difflib_chg_to116__top\">t</a></td><td class=\"diff_header\" id=\"from116_1\">1</td><td nowrap=\"nowrap\">[OilRig](https://attack.mitre.org/groups/G0049)&nbsp;is&nbsp;a&nbsp;suspect</td><td class=\"diff_next\"><a href=\"#difflib_chg_to116__top\">t</a></td><td class=\"diff_header\" id=\"to116_1\">1</td><td nowrap=\"nowrap\">[OilRig](https://attack.mitre.org/groups/G0049)&nbsp;is&nbsp;a&nbsp;suspect</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;Iranian&nbsp;threat&nbsp;group&nbsp;that&nbsp;has&nbsp;targeted&nbsp;Middle&nbsp;Eastern&nbsp;and</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ed&nbsp;Iranian&nbsp;threat&nbsp;group&nbsp;that&nbsp;has&nbsp;targeted&nbsp;Middle&nbsp;Eastern&nbsp;and</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;international&nbsp;victims&nbsp;since&nbsp;at&nbsp;least&nbsp;2014.&nbsp;The&nbsp;group&nbsp;has&nbsp;ta</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">&nbsp;international&nbsp;victims&nbsp;since&nbsp;at&nbsp;least&nbsp;2014.&nbsp;The&nbsp;group&nbsp;has&nbsp;ta</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rgeted&nbsp;a&nbsp;variety&nbsp;of&nbsp;sectors,&nbsp;including&nbsp;financial,&nbsp;government</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">rgeted&nbsp;a&nbsp;variety&nbsp;of&nbsp;sectors,&nbsp;including&nbsp;financial,&nbsp;government</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">,&nbsp;energy,&nbsp;chemical,&nbsp;and&nbsp;telecommunications.&nbsp;It&nbsp;appears&nbsp;the&nbsp;g</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">,&nbsp;energy,&nbsp;chemical,&nbsp;and&nbsp;telecommunications.&nbsp;It&nbsp;appears&nbsp;the&nbsp;g</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">roup&nbsp;carries&nbsp;out&nbsp;supply&nbsp;chain&nbsp;attacks,&nbsp;leveraging&nbsp;the&nbsp;trust&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">roup&nbsp;carries&nbsp;out&nbsp;supply&nbsp;chain&nbsp;attacks,&nbsp;leveraging&nbsp;the&nbsp;trust&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">relationship&nbsp;between&nbsp;organizations&nbsp;to&nbsp;attack&nbsp;their&nbsp;primary&nbsp;t</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">relationship&nbsp;between&nbsp;organizations&nbsp;to&nbsp;attack&nbsp;their&nbsp;primary&nbsp;t</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">argets.&nbsp;<span class=\"diff_chg\">FireEye&nbsp;assesses&nbsp;that&nbsp;the&nbsp;group</span>&nbsp;works&nbsp;on&nbsp;behalf&nbsp;of&nbsp;t</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">argets.&nbsp;<span class=\"diff_chg\">The&nbsp;group</span>&nbsp;works&nbsp;on&nbsp;behalf&nbsp;of&nbsp;the&nbsp;Iranian&nbsp;government&nbsp;</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">he&nbsp;Iranian&nbsp;government&nbsp;based&nbsp;on&nbsp;infrastructure&nbsp;details&nbsp;that&nbsp;c</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">based&nbsp;on&nbsp;infrastructure&nbsp;details&nbsp;that&nbsp;contain&nbsp;references&nbsp;to&nbsp;I</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ontain&nbsp;references&nbsp;to&nbsp;Iran,&nbsp;use&nbsp;of&nbsp;Iranian&nbsp;infrastructure,&nbsp;an</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ran,&nbsp;use&nbsp;of&nbsp;Iranian&nbsp;infrastructure,&nbsp;and&nbsp;targeting&nbsp;that&nbsp;align</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">d&nbsp;targeting&nbsp;that&nbsp;aligns&nbsp;with&nbsp;nation-state&nbsp;interests.(Citatio</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">s&nbsp;with&nbsp;nation-state&nbsp;interests.(Citation:&nbsp;<span class=\"diff_add\">FireEye&nbsp;A</span>P<span class=\"diff_chg\">T34&nbsp;Dec</span>&nbsp;2</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">n:&nbsp;P<span class=\"diff_chg\">alo&nbsp;Alto&nbsp;OilRig&nbsp;April</span>&nbsp;2017)(Citation:&nbsp;<span class=\"diff_chg\">ClearSky</span>&nbsp;OilRig&nbsp;<span class=\"diff_chg\">Ja</span></td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">017)(Citation:&nbsp;<span class=\"diff_chg\">Palo&nbsp;Alto</span>&nbsp;OilRig&nbsp;<span class=\"diff_chg\">April</span>&nbsp;2017)(Citation:&nbsp;<span class=\"diff_add\">ClearS</span></td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_chg\">n</span>&nbsp;2017)(Citation:&nbsp;Palo&nbsp;Alto&nbsp;OilRig&nbsp;May&nbsp;2016)(Citation:&nbsp;Palo&nbsp;</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\"><span class=\"diff_add\">ky&nbsp;OilRig&nbsp;Jan&nbsp;2017)(Citation:&nbsp;</span>Palo&nbsp;Alto&nbsp;OilRig&nbsp;May&nbsp;2016)(Cit</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">Alto&nbsp;OilRig&nbsp;Oct&nbsp;2016)(Citation:&nbsp;Unit42&nbsp;OilRig&nbsp;Playbook&nbsp;2023)</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">ation:&nbsp;Palo&nbsp;Alto&nbsp;OilRig&nbsp;Oct&nbsp;2016)(Citation:&nbsp;Unit42&nbsp;OilRig&nbsp;Pl</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">(Citation:&nbsp;<span class=\"diff_chg\">FireEye&nbsp;APT3</span>4<span class=\"diff_chg\">&nbsp;Dec&nbsp;2017)(Citation:&nbsp;Unit&nbsp;42</span>&nbsp;QUADAGE</td><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">aybook&nbsp;2023)(Citation:&nbsp;<span class=\"diff_chg\">Unit&nbsp;</span>4<span class=\"diff_chg\">2</span>&nbsp;QUADAGENT&nbsp;July&nbsp;2018)</td></tr>\n            <tr><td class=\"diff_next\"></td><td class=\"diff_header\">></td><td nowrap=\"nowrap\">NT&nbsp;July&nbsp;2018)</td><td class=\"diff_next\"></td><td class=\"diff_header\"></td><td nowrap=\"nowrap\">&nbsp;</td></tr>\n        </tbody>\n    </table>"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--381fcf73-60f6-4ab2-9991-6af3cbc35192",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2017-05-31 21:32:04.588000+00:00",
                    "modified": "2024-04-06 19:05:38.712000+00:00",
                    "name": "Sandworm Team",
                    "description": "[Sandworm Team](https://attack.mitre.org/groups/G0034) is a destructive threat group that has been attributed to Russia's General Staff Main Intelligence Directorate (GRU) Main Center for Special Technologies (GTsST) military unit 74455.(Citation: US District Court Indictment GRU Unit 74455 October 2020)(Citation: UK NCSC Olympic Attacks October 2020) This group has been active since at least 2009.(Citation: iSIGHT Sandworm 2014)(Citation: CrowdStrike VOODOO BEAR)(Citation: USDOJ Sandworm Feb 2020)(Citation: NCSC Sandworm Feb 2020)\n\nIn October 2020, the US indicted six GRU Unit 74455 officers associated with [Sandworm Team](https://attack.mitre.org/groups/G0034) for the following cyber operations: the 2015 and 2016 attacks against Ukrainian electrical companies and government organizations, the 2017 worldwide [NotPetya](https://attack.mitre.org/software/S0368) attack, targeting of the 2017 French presidential campaign, the 2018 [Olympic Destroyer](https://attack.mitre.org/software/S0365) attack against the Winter Olympic Games, the 2018 operation against the Organisation for the Prohibition of Chemical Weapons, and attacks against the country of Georgia in 2018 and 2019.(Citation: US District Court Indictment GRU Unit 74455 October 2020)(Citation: UK NCSC Olympic Attacks October 2020) Some of these were conducted with the assistance of GRU Unit 26165, which is also referred to as [APT28](https://attack.mitre.org/groups/G0007).(Citation: US District Court Indictment GRU Oct 2018)",
                    "aliases": [
                        "Sandworm Team",
                        "ELECTRUM",
                        "Telebots",
                        "IRON VIKING",
                        "BlackEnergy (Group)",
                        "Quedagh",
                        "Voodoo Bear",
                        "IRIDIUM",
                        "Seashell Blizzard",
                        "FROZENBARENTS"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0034",
                            "external_id": "G0034"
                        },
                        {
                            "source_name": "Voodoo Bear",
                            "description": "(Citation: CrowdStrike VOODOO BEAR)(Citation: US District Court Indictment GRU Unit 74455 October 2020)(Citation: UK NCSC Olympic Attacks October 2020)"
                        },
                        {
                            "source_name": "ELECTRUM",
                            "description": "(Citation: Dragos ELECTRUM)(Citation: UK NCSC Olympic Attacks October 2020)"
                        },
                        {
                            "source_name": "Sandworm Team",
                            "description": "(Citation: iSIGHT Sandworm 2014) (Citation: F-Secure BlackEnergy 2014) (Citation: InfoSecurity Sandworm Oct 2014)(Citation: US District Court Indictment GRU Unit 74455 October 2020)(Citation: UK NCSC Olympic Attacks October 2020)"
                        },
                        {
                            "source_name": "Quedagh",
                            "description": "(Citation: iSIGHT Sandworm 2014) (Citation: F-Secure BlackEnergy 2014)(Citation: UK NCSC Olympic Attacks October 2020)"
                        },
                        {
                            "source_name": "FROZENBARENTS",
                            "description": "(Citation: Leonard TAG 2023)"
                        },
                        {
                            "source_name": "IRIDIUM",
                            "description": "(Citation: Microsoft Prestige ransomware October 2022)"
                        },
                        {
                            "source_name": "Seashell Blizzard",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "BlackEnergy (Group)",
                            "description": "(Citation: NCSC Sandworm Feb 2020)(Citation: UK NCSC Olympic Attacks October 2020)"
                        },
                        {
                            "source_name": "Telebots",
                            "description": "(Citation: NCSC Sandworm Feb 2020)(Citation: US District Court Indictment GRU Unit 74455 October 2020)(Citation: UK NCSC Olympic Attacks October 2020)"
                        },
                        {
                            "source_name": "IRON VIKING",
                            "description": "(Citation: Secureworks IRON VIKING )(Citation: US District Court Indictment GRU Unit 74455 October 2020)(Citation: UK NCSC Olympic Attacks October 2020)"
                        },
                        {
                            "source_name": "Leonard TAG 2023",
                            "description": "Billy Leonard. (2023, April 19). Ukraine remains Russia\u2019s biggest cyber focus in 2023. Retrieved March 1, 2024.",
                            "url": "https://blog.google/threat-analysis-group/ukraine-remains-russias-biggest-cyber-focus-in-2023/"
                        },
                        {
                            "source_name": "US District Court Indictment GRU Oct 2018",
                            "description": "Brady, S . (2018, October 3). Indictment - United States vs Aleksei Sergeyevich Morenets, et al.. Retrieved October 1, 2020.",
                            "url": "https://www.justice.gov/opa/page/file/1098481/download"
                        },
                        {
                            "source_name": "Dragos ELECTRUM",
                            "description": "Dragos. (2017, January 1). ELECTRUM Threat Profile. Retrieved June 10, 2020.",
                            "url": "https://www.dragos.com/resource/electrum/"
                        },
                        {
                            "source_name": "F-Secure BlackEnergy 2014",
                            "description": "F-Secure Labs. (2014). BlackEnergy & Quedagh: The convergence of crimeware and APT attacks. Retrieved March 24, 2016.",
                            "url": "https://blog-assets.f-secure.com/wp-content/uploads/2019/10/15163408/BlackEnergy_Quedagh.pdf"
                        },
                        {
                            "source_name": "iSIGHT Sandworm 2014",
                            "description": "Hultquist, J.. (2016, January 7). Sandworm Team and the Ukrainian Power Authority Attacks. Retrieved October 6, 2017.",
                            "url": "https://www.fireeye.com/blog/threat-research/2016/01/ukraine-and-sandworm-team.html"
                        },
                        {
                            "source_name": "CrowdStrike VOODOO BEAR",
                            "description": "Meyers, A. (2018, January 19). Meet CrowdStrike\u2019s Adversary of the Month for January: VOODOO BEAR. Retrieved May 22, 2018.",
                            "url": "https://www.crowdstrike.com/blog/meet-crowdstrikes-adversary-of-the-month-for-january-voodoo-bear/"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "Microsoft Prestige ransomware October 2022",
                            "description": "MSTIC. (2022, October 14). New \u201cPrestige\u201d ransomware impacts organizations in Ukraine and Poland. Retrieved January 19, 2023.",
                            "url": "https://www.microsoft.com/en-us/security/blog/2022/10/14/new-prestige-ransomware-impacts-organizations-in-ukraine-and-poland/"
                        },
                        {
                            "source_name": "InfoSecurity Sandworm Oct 2014",
                            "description": "Muncaster, P.. (2014, October 14). Microsoft Zero Day Traced to Russian \u2018Sandworm\u2019 Hackers. Retrieved October 6, 2017.",
                            "url": "https://www.infosecurity-magazine.com/news/microsoft-zero-day-traced-russian/"
                        },
                        {
                            "source_name": "NCSC Sandworm Feb 2020",
                            "description": "NCSC. (2020, February 20). NCSC supports US advisory regarding GRU intrusion set Sandworm. Retrieved June 10, 2020.",
                            "url": "https://www.ncsc.gov.uk/news/ncsc-supports-sandworm-advisory"
                        },
                        {
                            "source_name": "USDOJ Sandworm Feb 2020",
                            "description": "Pompeo, M. (2020, February 20). The United States Condemns Russian Cyber Attack Against the Country of Georgia. Retrieved June 18, 2020.",
                            "url": "https://2017-2021.state.gov/the-united-states-condemns-russian-cyber-attack-against-the-country-of-georgia//index.html"
                        },
                        {
                            "source_name": "US District Court Indictment GRU Unit 74455 October 2020",
                            "description": "Scott W. Brady. (2020, October 15). United States vs. Yuriy Sergeyevich Andrienko et al.. Retrieved November 25, 2020.",
                            "url": "https://www.justice.gov/opa/press-release/file/1328521/download"
                        },
                        {
                            "source_name": "Secureworks IRON VIKING ",
                            "description": "Secureworks. (2020, May 1). IRON VIKING Threat Profile. Retrieved June 10, 2020.",
                            "url": "https://www.secureworks.com/research/threat-profiles/iron-viking"
                        },
                        {
                            "source_name": "UK NCSC Olympic Attacks October 2020",
                            "description": "UK NCSC. (2020, October 19). UK exposes series of Russian cyber attacks against Olympic and Paralympic Games . Retrieved November 30, 2020.",
                            "url": "https://www.gov.uk/government/news/uk-exposes-series-of-russian-cyber-attacks-against-olympic-and-paralympic-games"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Dragos Threat Intelligence"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack",
                        "ics-attack",
                        "mobile-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "4.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-06 19:05:38.712000+00:00\", \"old_value\": \"2023-10-06 14:13:06.011000+00:00\"}, \"root['x_mitre_version']\": {\"new_value\": \"4.0\", \"old_value\": \"3.1\"}}, \"iterable_item_added\": {\"root['aliases'][8]\": \"Seashell Blizzard\", \"root['aliases'][9]\": \"FROZENBARENTS\", \"root['external_references'][5]\": {\"source_name\": \"FROZENBARENTS\", \"description\": \"(Citation: Leonard TAG 2023)\"}, \"root['external_references'][7]\": {\"source_name\": \"Seashell Blizzard\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][11]\": {\"source_name\": \"Leonard TAG 2023\", \"description\": \"Billy Leonard. (2023, April 19). Ukraine remains Russia\\u2019s biggest cyber focus in 2023. Retrieved March 1, 2024.\", \"url\": \"https://blog.google/threat-analysis-group/ukraine-remains-russias-biggest-cyber-focus-in-2023/\"}, \"root['external_references'][17]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}}}",
                    "previous_version": "3.1",
                    "version_change": "3.1 \u2192 4.0"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--dd2d9ca6-505b-4860-a604-233685b802c7",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2020-05-12 18:15:29.396000+00:00",
                    "modified": "2024-04-03 20:21:34.872000+00:00",
                    "name": "Wizard Spider",
                    "description": "[Wizard Spider](https://attack.mitre.org/groups/G0102) is a Russia-based financially motivated threat group originally known for the creation and deployment of [TrickBot](https://attack.mitre.org/software/S0266) since at least 2016. [Wizard Spider](https://attack.mitre.org/groups/G0102) possesses a diverse aresenal of tools and has conducted ransomware campaigns against a variety of organizations, ranging from major corporations to hospitals.(Citation: CrowdStrike Ryuk January 2019)(Citation: DHS/CISA Ransomware Targeting Healthcare October 2020)(Citation: CrowdStrike Wizard Spider October 2020)",
                    "aliases": [
                        "Wizard Spider",
                        "UNC1878",
                        "TEMP.MixMaster",
                        "Grim Spider",
                        "FIN12",
                        "GOLD BLACKBURN",
                        "ITG23",
                        "Periwinkle Tempest",
                        "DEV-0193"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0102",
                            "external_id": "G0102"
                        },
                        {
                            "source_name": "Grim Spider",
                            "description": "(Citation: CrowdStrike Ryuk January 2019)(Citation: CrowdStrike Grim Spider May 2019)"
                        },
                        {
                            "source_name": "UNC1878",
                            "description": "(Citation: FireEye KEGTAP SINGLEMALT October 2020)"
                        },
                        {
                            "source_name": "TEMP.MixMaster",
                            "description": "(Citation: FireEye Ryuk and Trickbot January 2019)"
                        },
                        {
                            "source_name": "ITG23",
                            "description": "(Citation: IBM X-Force ITG23 Oct 2021)"
                        },
                        {
                            "source_name": "FIN12",
                            "description": "(Citation: Mandiant FIN12 Oct 2021)"
                        },
                        {
                            "source_name": "Periwinkle Tempest",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "DEV-0193",
                            "description": "(Citation: Microsoft Threat Actor Naming July 2023)"
                        },
                        {
                            "source_name": "GOLD BLACKBURN",
                            "description": "(Citation: Secureworks Gold Blackburn Mar 2022)"
                        },
                        {
                            "source_name": "DHS/CISA Ransomware Targeting Healthcare October 2020",
                            "description": "DHS/CISA. (2020, October 28). Ransomware Activity Targeting the Healthcare and Public Health Sector. Retrieved October 28, 2020.",
                            "url": "https://us-cert.cisa.gov/ncas/alerts/aa20-302a"
                        },
                        {
                            "source_name": "FireEye Ryuk and Trickbot January 2019",
                            "description": "Goody, K., et al (2019, January 11). A Nasty Trick: From Credential Theft Malware to Business Disruption. Retrieved May 12, 2020.",
                            "url": "https://www.fireeye.com/blog/threat-research/2019/01/a-nasty-trick-from-credential-theft-malware-to-business-disruption.html"
                        },
                        {
                            "source_name": "CrowdStrike Ryuk January 2019",
                            "description": "Hanel, A. (2019, January 10). Big Game Hunting with Ryuk: Another Lucrative Targeted Ransomware. Retrieved May 12, 2020.",
                            "url": "https://www.crowdstrike.com/blog/big-game-hunting-with-ryuk-another-lucrative-targeted-ransomware/"
                        },
                        {
                            "source_name": "CrowdStrike Grim Spider May 2019",
                            "description": "John, E. and Carvey, H. (2019, May 30). Unraveling the Spiderweb: Timelining ATT&CK Artifacts Used by GRIM SPIDER. Retrieved May 12, 2020.",
                            "url": "https://www.crowdstrike.com/blog/timelining-grim-spiders-big-game-hunting-tactics/"
                        },
                        {
                            "source_name": "FireEye KEGTAP SINGLEMALT October 2020",
                            "description": "Kimberly Goody, Jeremy Kennelly, Joshua Shilko, Steve Elovitz, Douglas Bienstock. (2020, October 28). Unhappy Hour Special: KEGTAP and SINGLEMALT With a Ransomware Chaser. Retrieved October 28, 2020.",
                            "url": "https://www.fireeye.com/blog/threat-research/2020/10/kegtap-and-singlemalt-with-a-ransomware-chaser.html"
                        },
                        {
                            "source_name": "Microsoft Threat Actor Naming July 2023",
                            "description": "Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.",
                            "url": "https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide"
                        },
                        {
                            "source_name": "CrowdStrike Wizard Spider October 2020",
                            "description": "Podlosky, A., Hanel, A. et al. (2020, October 16). WIZARD SPIDER Update: Resilient, Reactive and Resolute. Retrieved June 15, 2021.",
                            "url": "https://www.crowdstrike.com/blog/wizard-spider-adversary-update/"
                        },
                        {
                            "source_name": "Secureworks Gold Blackburn Mar 2022",
                            "description": "Secureworks Counter Threat Unit. (2022, March 1). Gold Blackburn Threat Profile. Retrieved June 15, 2023.",
                            "url": "https://www.secureworks.com/research/threat-profiles/gold-blackburn"
                        },
                        {
                            "source_name": "Mandiant FIN12 Oct 2021",
                            "description": "Shilko, J., et al. (2021, October 7). FIN12: The Prolific Ransomware Intrusion Threat Actor That Has Aggressively Pursued Healthcare Targets. Retrieved June 15, 2023.",
                            "url": "https://www.mandiant.com/sites/default/files/2021-10/fin12-group-profile.pdf"
                        },
                        {
                            "source_name": "IBM X-Force ITG23 Oct 2021",
                            "description": "Villadsen, O., et al. (2021, October 13). Trickbot Rising - Gang Doubles Down on Infection Efforts to Amass Network Footholds. Retrieved June 15, 2023.",
                            "url": "https://securityintelligence.com/posts/trickbot-gang-doubles-down-enterprise-infection/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Edward Millington",
                        "Oleksiy Gayda"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack",
                        "ics-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "4.0",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-03 20:21:34.872000+00:00\", \"old_value\": \"2023-09-12 14:35:52.920000+00:00\"}, \"root['external_references'][7]['description']\": {\"new_value\": \"(Citation: Microsoft Threat Actor Naming July 2023)\", \"old_value\": \"(Citation: Secureworks Gold Blackburn Mar 2022)\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"4.0\", \"old_value\": \"3.0\"}}, \"iterable_item_added\": {\"root['aliases'][8]\": \"DEV-0193\", \"root['external_references'][7]\": {\"source_name\": \"DEV-0193\", \"description\": \"(Citation: Microsoft Threat Actor Naming July 2023)\"}, \"root['external_references'][14]\": {\"source_name\": \"Microsoft Threat Actor Naming July 2023\", \"description\": \"Microsoft . (2023, July 12). How Microsoft names threat actors. Retrieved November 17, 2023.\", \"url\": \"https://learn.microsoft.com/en-us/microsoft-365/security/intelligence/microsoft-threat-actor-naming?view=o365-worldwide\"}}}",
                    "previous_version": "3.0",
                    "version_change": "3.0 \u2192 4.0"
                }
            ],
            "minor_version_changes": [
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--f29b7c5e-2439-42ad-a86f-9f8984fafae3",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2018-10-17 00:14:20.652000+00:00",
                    "modified": "2024-02-09 19:27:00.371000+00:00",
                    "name": "HEXANE",
                    "description": "[HEXANE](https://attack.mitre.org/groups/G1001) is a cyber espionage threat group that has targeted oil & gas, telecommunications, aviation, and internet service provider organizations since at least 2017. Targeted companies have been located in the Middle East and Africa, including Israel, Saudi Arabia, Kuwait, Morocco, and Tunisia. [HEXANE](https://attack.mitre.org/groups/G1001)'s TTPs appear similar to [APT33](https://attack.mitre.org/groups/G0064) and [OilRig](https://attack.mitre.org/groups/G0049) but due to differences in victims and tools it is tracked as a separate entity.(Citation: Dragos Hexane)(Citation: Kaspersky Lyceum October 2021)(Citation: ClearSky Siamesekitten August 2021)(Citation: Accenture Lyceum Targets November 2021)",
                    "aliases": [
                        "HEXANE",
                        "Lyceum",
                        "Siamesekitten",
                        "Spirlin"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G1001",
                            "external_id": "G1001"
                        },
                        {
                            "source_name": "Spirlin",
                            "description": "(Citation: Accenture Lyceum Targets November 2021)"
                        },
                        {
                            "source_name": "Siamesekitten",
                            "description": "(Citation: ClearSky Siamesekitten August 2021)"
                        },
                        {
                            "source_name": "Lyceum",
                            "description": "(Citation: SecureWorks August 2019)"
                        },
                        {
                            "source_name": "Accenture Lyceum Targets November 2021",
                            "description": "Accenture. (2021, November 9). Who are latest targets of cyber group Lyceum?. Retrieved June 16, 2022.",
                            "url": "https://www.accenture.com/us-en/blogs/cyber-defense/iran-based-lyceum-campaigns"
                        },
                        {
                            "source_name": "ClearSky Siamesekitten August 2021",
                            "description": "ClearSky Cyber Security . (2021, August). New Iranian Espionage Campaign By \u201cSiamesekitten\u201d - Lyceum. Retrieved June 6, 2022.",
                            "url": "https://www.clearskysec.com/siamesekitten/"
                        },
                        {
                            "source_name": "Dragos Hexane",
                            "description": "Dragos. (n.d.). Hexane. Retrieved October 27, 2019.",
                            "url": "https://dragos.com/resource/hexane/"
                        },
                        {
                            "source_name": "Kaspersky Lyceum October 2021",
                            "description": "Kayal, A. et al. (2021, October). LYCEUM REBORN: COUNTERINTELLIGENCE IN THE MIDDLE EAST. Retrieved June 14, 2022.",
                            "url": "https://vblocalhost.com/uploads/VB2021-Kayal-etal.pdf"
                        },
                        {
                            "source_name": "SecureWorks August 2019",
                            "description": "SecureWorks 2019, August 27 LYCEUM Takes Center Stage in Middle East Campaign Retrieved. 2019/11/19 ",
                            "url": "https://www.secureworks.com/blog/lyceum-takes-center-stage-in-middle-east-campaign"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Dragos Threat Intelligence",
                        "Mindaugas Gudzis, BT Security"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack",
                        "ics-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "2.2",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-02-09 19:27:00.371000+00:00\", \"old_value\": \"2023-03-22 04:43:59.082000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"2.2\", \"old_value\": \"2.1\"}}}",
                    "previous_version": "2.1",
                    "version_change": "2.1 \u2192 2.2"
                },
                {
                    "type": "intrusion-set",
                    "id": "intrusion-set--9538b1a4-4120-4e2d-bf59-3b11fcab05a4",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2019-04-16 15:14:38.533000+00:00",
                    "modified": "2024-04-17 16:13:43.697000+00:00",
                    "name": "TEMP.Veles",
                    "description": "[TEMP.Veles](https://attack.mitre.org/groups/G0088) is a Russia-based threat group that has targeted critical infrastructure. The group has been observed utilizing [TRITON](https://attack.mitre.org/software/S0609), a malware framework designed to manipulate industrial safety systems.(Citation: FireEye TRITON 2019)(Citation: FireEye TEMP.Veles 2018)(Citation: FireEye TEMP.Veles JSON April 2019)",
                    "aliases": [
                        "TEMP.Veles",
                        "XENOTIME"
                    ],
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/groups/G0088",
                            "external_id": "G0088"
                        },
                        {
                            "source_name": "TEMP.Veles",
                            "description": "(Citation: FireEye TRITON 2019)"
                        },
                        {
                            "source_name": "Dragos Xenotime 2018",
                            "description": "Dragos, Inc.. (n.d.). Xenotime. Retrieved April 16, 2019.",
                            "url": "https://dragos.com/resource/xenotime/"
                        },
                        {
                            "source_name": "FireEye TEMP.Veles 2018",
                            "description": "FireEye Intelligence . (2018, October 23). TRITON Attribution: Russian Government-Owned Lab Most Likely Built Custom Intrusion Tools for TRITON Attackers. Retrieved April 16, 2019.",
                            "url": "https://www.fireeye.com/blog/threat-research/2018/10/triton-attribution-russian-government-owned-lab-most-likely-built-tools.html"
                        },
                        {
                            "source_name": "FireEye TRITON 2019",
                            "description": "Miller, S, et al. (2019, April 10). TRITON Actor TTP Profile, Custom Attack Tools, Detections, and ATT&CK Mapping. Retrieved April 16, 2019.",
                            "url": "https://www.fireeye.com/blog/threat-research/2019/04/triton-actor-ttp-profile-custom-attack-tools-detections.html"
                        },
                        {
                            "source_name": "FireEye TEMP.Veles JSON April 2019",
                            "description": "Miller, S., et al. (2019, April 10). TRITON Appendix C. Retrieved April 29, 2019.",
                            "url": "https://www.fireeye.com/content/dam/fireeye-www/blog/files/TRITON_Appendix_C.html"
                        },
                        {
                            "source_name": "Pylos Xenotime 2019",
                            "description": "Slowik, J.. (2019, April 12). A XENOTIME to Remember: Veles in the Wild. Retrieved April 16, 2019.",
                            "url": "https://pylos.co/2019/04/12/a-xenotime-to-remember-veles-in-the-wild/"
                        },
                        {
                            "source_name": "XENOTIME",
                            "description": "The activity group XENOTIME, as defined by Dragos, has overlaps with activity reported upon by FireEye about TEMP.Veles as well as the actors behind [TRITON](https://attack.mitre.org/software/S0609).(Citation: Dragos Xenotime 2018)(Citation: Pylos Xenotime 2019)(Citation: FireEye TRITON 2019)(Citation: FireEye TEMP.Veles 2018)"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_contributors": [
                        "Dragos Threat Intelligence"
                    ],
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack",
                        "ics-attack"
                    ],
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.4",
                    "detailed_diff": "{\"values_changed\": {\"root['modified']\": {\"new_value\": \"2024-04-17 16:13:43.697000+00:00\", \"old_value\": \"2022-11-30 22:46:40.135000+00:00\"}, \"root['x_mitre_attack_spec_version']\": {\"new_value\": \"3.2.0\", \"old_value\": \"3.1.0\"}, \"root['x_mitre_version']\": {\"new_value\": \"1.4\", \"old_value\": \"1.3\"}, \"root['x_mitre_contributors'][0]\": {\"new_value\": \"Dragos Threat Intelligence\", \"old_value\": \"Dragos  Threat  Intelligence\"}}}",
                    "previous_version": "1.3",
                    "version_change": "1.3 \u2192 1.4"
                }
            ],
            "other_version_changes": [],
            "patches": [],
            "revocations": [],
            "deprecations": [],
            "deletions": []
        },
        "campaigns": {
            "additions": [
                {
                    "type": "campaign",
                    "id": "campaign--df8eb785-70f8-4300-b444-277ba849083d",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-03-27 19:43:25.703000+00:00",
                    "modified": "2024-04-10 16:02:48.078000+00:00",
                    "name": "2022 Ukraine Electric Power Attack",
                    "description": "The [2022 Ukraine Electric Power Attack](https://attack.mitre.org/campaigns/C0034) was a [Sandworm Team](https://attack.mitre.org/groups/G0034) campaign that used a combination of GOGETTER, Neo-REGEORG, [CaddyWiper](https://attack.mitre.org/software/S0693), and living of the land (LotL) techniques to gain access to a Ukrainian electric utility to send unauthorized commands from their SCADA system.(Citation: Mandiant-Sandworm-Ukraine-2022)(Citation: Dragos-Sandworm-Ukraine-2022) ",
                    "aliases": [
                        "2022 Ukraine Electric Power Attack"
                    ],
                    "first_seen": "2022-06-01 04:00:00+00:00",
                    "last_seen": "2022-10-01 04:00:00+00:00",
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/campaigns/C0034",
                            "external_id": "C0034"
                        },
                        {
                            "source_name": "Dragos-Sandworm-Ukraine-2022",
                            "description": "Dragos, Inc.. (2023, December 11). ELECTRUM Targeted Ukrainian Electric Entity Using Custom Tools and CaddyWiper Malware, October 2022. Retrieved March 28, 2024.",
                            "url": "https://www.dragos.com/blog/new-details-electrum-ukraine-electric-sector-compromise-2022/"
                        },
                        {
                            "source_name": "Mandiant-Sandworm-Ukraine-2022",
                            "description": "Ken Proska, John Wolfram, Jared Wilson, Dan Black, Keith Lunden, Daniel Kapellmann Zafra, Nathan Brubaker, Tyler Mclellan, Chris Sistrunk. (2023, November 9). Sandworm Disrupts Power in Ukraine Using a Novel Attack Against Operational Technology. Retrieved March 28, 2024.",
                            "url": "https://www.mandiant.com/resources/blog/sandworm-disrupts-power-ukraine-operational-technology"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "enterprise-attack",
                        "ics-attack"
                    ],
                    "x_mitre_first_seen_citation": "(Citation: Mandiant-Sandworm-Ukraine-2022)",
                    "x_mitre_last_seen_citation": "(Citation: Mandiant-Sandworm-Ukraine-2022)",
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "campaign",
                    "id": "campaign--45a98f02-852f-49b2-94c0-c63207bebbbf",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-03-25 17:47:37.619000+00:00",
                    "modified": "2024-04-17 16:17:07.038000+00:00",
                    "name": "Triton Safety Instrumented System Attack",
                    "description": "[Triton Safety Instrumented System Attack](https://attack.mitre.org/campaigns/C0030) was a campaign employed by [TEMP.Veles](https://attack.mitre.org/groups/G0088) which leveraged the [Triton](https://attack.mitre.org/software/S1009) malware framework against a petrochemical organization.(Citation: Triton-EENews-2017) The malware and techniques used within this campaign targeted specific Triconex [Safety Controller](https://attack.mitre.org/assets/A0010)s within the environment.(Citation: FireEye TRITON 2018) The incident was eventually discovered due to a safety trip that occurred as a result of an issue in the malware.(Citation: FireEye TRITON 2017)\n",
                    "aliases": [
                        "Triton Safety Instrumented System Attack"
                    ],
                    "first_seen": "2017-06-01 04:00:00+00:00",
                    "last_seen": "2017-08-01 04:00:00+00:00",
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/campaigns/C0030",
                            "external_id": "C0030"
                        },
                        {
                            "source_name": "Triton-EENews-2017",
                            "description": "Blake Sobczak. (2019, March 7). The inside story of the world\u2019s most dangerous malware. Retrieved March 25, 2024.",
                            "url": "https://www.eenews.net/articles/the-inside-story-of-the-worlds-most-dangerous-malware/"
                        },
                        {
                            "source_name": "FireEye TRITON 2017",
                            "description": "Johnson, B, et. al. (2017, December 14). Attackers Deploy New ICS Attack Framework \"TRITON\" and Cause Operational Disruption to Critical Infrastructure. Retrieved January 6, 2021.",
                            "url": "https://www.fireeye.com/blog/threat-research/2017/12/attackers-deploy-new-ics-attack-framework-triton.html"
                        },
                        {
                            "source_name": "FireEye TRITON 2018",
                            "description": "Miller, S. Reese, E. (2018, June 7). A Totally Tubular Treatise on TRITON and TriStation. Retrieved January 6, 2021.",
                            "url": "https://www.fireeye.com/blog/threat-research/2018/06/totally-tubular-treatise-on-TRITON-and-tristation.html"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "ics-attack",
                        "enterprise-attack"
                    ],
                    "x_mitre_first_seen_citation": "(Citation: Triton-EENews-2017)",
                    "x_mitre_last_seen_citation": "(Citation: Triton-EENews-2017)",
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.0"
                },
                {
                    "type": "campaign",
                    "id": "campaign--8fda050f-470d-4401-994e-35c1a6c301de",
                    "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "created": "2024-03-25 19:58:53.090000+00:00",
                    "modified": "2024-04-15 19:37:46.084000+00:00",
                    "name": "Unitronics Defacement Campaign",
                    "description": "The [Unitronics Defacement Campaign](https://attack.mitre.org/campaigns/C0031) was a collection of intrusions across multiple sectors by the [CyberAv3ngers](https://attack.mitre.org/groups/G1027), where threat actors engaged in a seemingly opportunistic and global targeting and defacement of Unitronics Vision Series [Programmable Logic Controller (PLC)](https://attack.mitre.org/assets/A0003) with [Human-Machine Interface (HMI)](https://attack.mitre.org/assets/A0002). The sectors that these PLCs can be commonly found in are water and wastewater, energy, food and beverage manufacturing, and healthcare. The most notable feature of this attack was the defacement of the PLCs' HMIs.(Citation: CISA AA23-335A IRGC-Affiliated December 2023)(Citation: Frank Bajak and Marc Levy December 2023)",
                    "aliases": [
                        "Unitronics Defacement Campaign"
                    ],
                    "first_seen": "2023-11-01 04:00:00+00:00",
                    "last_seen": "2023-11-01 04:00:00+00:00",
                    "revoked": false,
                    "external_references": [
                        {
                            "source_name": "mitre-attack",
                            "url": "https://attack.mitre.org/campaigns/C0031",
                            "external_id": "C0031"
                        },
                        {
                            "source_name": "CISA AA23-335A IRGC-Affiliated December 2023",
                            "description": "DHS/CISA. (2023, December 1). IRGC-Affiliated Cyber Actors Exploit PLCs in Multiple Sectors, Including U.S. Water and Wastewater Systems Facilities. Retrieved March 25, 2024.",
                            "url": "https://www.cisa.gov/news-events/cybersecurity-advisories/aa23-335a"
                        },
                        {
                            "source_name": "Frank Bajak and Marc Levy December 2023",
                            "description": "Frank Bajak and Marc Levy. (2023, December 2). Breaches by Iran-affiliated hackers spanned multiple U.S. states, federal agencies say. Retrieved March 25, 2024.",
                            "url": "https://apnews.com/article/hackers-iran-israel-water-utilities-critical-infrastructure-cisa-554b2aa969c8220016ab2ef94bd7635b"
                        },
                        {
                            "source_name": "Lisa Zahner December 2023",
                            "description": "Lisa Zahner. (2023, December 15). Hackers in Iran attack computer at Vero Utilities. Retrieved March 25, 2024.",
                            "url": "https://veronews.com/2023/12/15/hackers-in-iran-attack-computer-at-vero-utilities/"
                        }
                    ],
                    "object_marking_refs": [
                        "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"
                    ],
                    "x_mitre_attack_spec_version": "3.2.0",
                    "x_mitre_deprecated": false,
                    "x_mitre_domains": [
                        "ics-attack"
                    ],
                    "x_mitre_first_seen_citation": "(Citation: CISA AA23-335A IRGC-Affiliated December 2023)",
                    "x_mitre_last_seen_citation": "(Citation: Lisa Zahner December 2023)",
                    "x_mitre_modified_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
                    "x_mitre_version": "1.0"
                }
            ],
            "major_version_changes": [],
            "minor_version_changes": [],
            "other_version_changes": [],
            "patches": [],
            "revocations": [],
            "deprecations": [],
            "deletions": []
        },
        "assets": {
            "additions": [],
            "major_version_changes": [],
            "minor_version_changes": [],
            "other_version_changes": [],
            "patches": [],
            "revocations": [],
            "deprecations": [],
            "deletions": []
        },
        "mitigations": {
            "additions": [],
            "major_version_changes": [],
            "minor_version_changes": [],
            "other_version_changes": [],
            "patches": [],
            "revocations": [],
            "deprecations": [],
            "deletions": []
        },
        "datasources": {
            "additions": [],
            "major_version_changes": [],
            "minor_version_changes": [],
            "other_version_changes": [],
            "patches": [],
            "revocations": [],
            "deprecations": [],
            "deletions": []
        },
        "datacomponents": {
            "additions": [],
            "major_version_changes": [],
            "minor_version_changes": [],
            "other_version_changes": [],
            "patches": [],
            "revocations": [],
            "deprecations": [],
            "deletions": []
        }
    },
    "new-contributors": [
        "@_montysecurity",
        "Alexander Rodchenko",
        "Ami Holeston",
        "Andrew Northern, @ex_raritas",
        "Blake Strom, Microsoft Threat Intelligence",
        "BT Security",
        "Daniel Fernando Soriano Espinosa",
        "David Galazin @themalwareman1",
        "Debabrata Sharma",
        "Denise Tan",
        "Diyar Saadi Ali",
        "Dragos Threat Intelligence",
        "Dray Agha, @Purp1eW0lf, Huntress Labs",
        "Eduardo Chavarro Ovalle",
        "Edward Stevens",
        "Eliav Livneh",
        "Eliraz Levi, Hunters",
        "Gabriel Currie",
        "Gavin Knapp",
        "Goldstein Menachem",
        "Harjot Shah Singh",
        "Harun K\u00fc\u00dfner",
        "Hen Porcilan",
        "Hiroki Nagahama, NEC Corporation",
        "Ivy Bostock",
        "Jai Minton, @Cyberraiju",
        "Jeremy Hedges",
        "Jiraput Thamsongkrah",
        "Joas Antonio dos Santos, @C0d3Cr4zy",
        "Joe Wise",
        "Joshua Penny",
        "Kostya Vasilkov",
        "Liran Ravich, CardinalOps",
        "Manikantan Srinivasan, NEC Corporation India",
        "Marina Liang",
        "Mark Tsipershtein",
        "Matt Mullins",
        "Monty",
        "Nikita Rostovcev, Group-IB",
        "Nikola Kovac",
        "Obsidian Security",
        "Pooja Natarajan, NEC Corporation India",
        "Rahmat Nurfauzi, @infosecn1nja, PT Xynexis International",
        "Sam Seabrook, Duke Energy",
        "SCILabs",
        "Selena Larson, @selenalarson",
        "Serhii Melnyk, Trustwave SpiderLabs",
        "Shankar Raman, Amrita University, Gen Digital, Traboda",
        "Shaul Vilkomir-Preisman",
        "Sittikorn Sangrattanapitak",
        "Takahashi Wataru, NEC Corporation",
        "Tamir Yehuda",
        "Thomas B",
        "Tim (Wadhwa-)Brown",
        "Tristan Madani",
        "TruKno",
        "Vectra AI",
        "Viren Chaudhari, Qualys",
        "Will Alexander",
        "Wirapong Petshagun",
        "Yves Yonan"
    ]
}