Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a22057914a3951a8

Jump to content

ATT&CK

From Wikipedia, the free encyclopedia
(Redirected from MITRE ATT&CK)

The Adversarial Tactics, Techniques, and Common Knowledge (ATT&CK) is a guideline for classifying and describing cyberattacks and intrusions. It was created by the Mitre Corporation and released in 2013.[1]

The MITRE ATT&CK framework is widely used within cybersecurity, because it is a public catalog of known attacker techniques, where every technique has an ID, such as "T1566-Phishing". It gives the industry a shared vocabulary: an analyst can write the ID in a report and every reader will know exactly what is meant. The US Cybersecurity and Infrastructure Security Agency's (CISA) formally recognised the importance of this framework in "Best practices for Mitre ATT&CK mapping", cementing its status as government-endorsed for the standardization of threat intelligence work. [2]

Rather than examining the results of an attack (also known as indicators of compromise (IoCs)), it identifies tactics that indicate an attack is in progress. Tactics are the “why” of an attack technique.

The framework consisted in 2022 of 14 tactic categories, which encompass the methods of an adversary.[3][4] Examples include privilege escalation and command and control.[5] These categories are then broken down further into specific techniques and sub-techniques.[5] In the latest release of the framework, ATT&CK version 19 released in April 2026, there are now 15 Tactic categories. The previous "Defense Evasion" category has been split in 2: "Stealth" where defenses appear intact depite having been broken by adversaries and "Defense Impairment" capturing behavior where Defenses are actively and visibly broken.[6] [7]

The framework is an alternative to the cyber kill chain developed by Lockheed Martin.[5]

ATT&CK Matrix for Enterprise

[edit]

The ATT&CK Matrix for Enterprise is a comprehensive framework that is presented as a kanban board-style diagram.[8] It defined in 2022 14 categories of tactics, techniques and procedures (TTPs) used by cybercriminals with the associated techniques and sub-techniques.

CategoryDescriptionTechniques
ReconnaissanceGathering information about a target.12
Resource DevelopmentIdentifying and acquiring resources for the attack.9
Initial AccessGaining initial access to a system or network.11
ExecutionRunning malicious code on a system.20
PersistenceMaintaining access to a system or network.22
Privilege EscalationObtaining elevated privileges within a system or network.13
Defense EvasionDisabling or evading security measures.43
Credential AccessObtaining credentials to access systems or data.17
DiscoveryIdentifying additional systems or information within a network.34
Lateral MovementMoving laterally within a compromised network.9
CollectionCollecting data from compromised systems.17
Command and ControlEstablishing communication with compromised systems.18
ExfiltrationTransferring stolen data from a compromised system.9
ImpactTaking actions to achieve the attacker's objectives.15

Reconnaissance

[edit]

Reconnaissance is the initial stage of information gathering for an eventual cyberattack.[9]

There are 10 techniques – including the use of network scanning, social engineering and Open-source intelligence (OSINT).

MITRE IDTechniquesSummary
T1595Active ScanningActive reconnaissance by scanning the target network using a port scanning tool such as Nmap, vulnerability scanning tools and wordlist scanning for common file extensions and software used by the victim.
T1598Phishing for InformationUsing social engineering techniques to elicit useful information from the target. Using a communication channel such as e-mail, including generic phishing and targeted spearphishing which has been specifically created to target an individual victim
T1592Gather Victim Host InformationDiscover the configuration of specific endpoints such as their hardware, software and administrative configuration (such as Active Directory domain membership). Especially security protections such as antivirus and locks (biometric, smart card or even a Kensington K-Slot).
T1590Gather Victim Network InformationDiscover the target network's configuration such as the network topology, security appliances (network firewall, VPN), IP address ranges (either IPv4, IPv6 or both), fully qualified domain names (FQDN) and the Domain Name System (DNS) configuration.

See also

[edit]

References

[edit]
  1. "What is the MITRE ATT&CK Framework?". Rapid7. Retrieved 2024-07-30.
  2. "Best Practices for MITRE ATT&CK® Mapping | CISA". www.cisa.gov. 2023-01-17. Retrieved 2026-06-16.
  3. "Tactics in the ATT&CK Framework". Exabeam. 2022-08-03.
  4. "Updates - Updates - April 2026 | MITRE ATT&CK®". attack.mitre.org. Retrieved 2026-06-16.
  5. 1 2 3 "What is the Mitre Attack Framework?". crowdstrike.com. Retrieved 2022-04-18.
  6. "Updates - Updates - April 2026 | MITRE ATT&CK®". attack.mitre.org. Retrieved 2026-06-16.
  7. Egly, Stephane; MacLellan, Josh Darby (2026-05-20). "MITRE ATT&CK Version 19: What's New in 2026 | TI Essentials | Feedly". Threat Intelligence Essentials - Best Practices for CTI Pros. Retrieved 2026-06-16.
  8. "MITRE ATT&CK". mitre.org. MITRE. Retrieved 1 March 2024.
  9. "Reconnaissance". attack.mitre.org. MITRE. Retrieved 1 March 2024.
[edit]