Skip to content
Bellator Cyber Guard
Learn19 min readDeep Dive

MITRE ATT&CK Framework: A Practical Guide

MITRE ATT&CK maps 14 attacker tactics and 270+ techniques. See what it covers, how small businesses find coverage gaps, and where managed EDR fits.

By Bellator Cyber Guard Security Team
MITRE ATT&CK Framework: A Practical Guide - mitre att&ck framework

The MITRE ATT&CK framework is a free, publicly available knowledge base that catalogs the tactics, techniques, and procedures (TTPs) real attackers use, organized into 14 tactics and more than 270 documented techniques. MITRE Corporation, a federally funded research and development center, created the framework in 2013 to document how well defenders detect the behavior attackers actually use. ATT&CK stands for Adversarial Tactics, Techniques, and Common Knowledge, and it has become the standard reference for describing how intrusions unfold, from reconnaissance and phishing through ransomware deployment.

For small and midsize businesses, MITRE ATT&CK works less like a compliance checklist and more like a map of attacker behavior. Instead of vague advice to improve security, it names the exact technique, such as T1566 (Phishing) or T1078 (Valid Accounts), and points to the control that mitigates it. That specificity matters for tax firms managing IRS Publication 4557 WISP obligations and healthcare practices meeting the HIPAA Security Rule, since it turns a vague risk assessment requirement into a documented, auditable list of what your controls cover.

Quick Answer

MITRE ATT&CK is a free knowledge base maintained by MITRE Corporation that documents how real attackers operate, organized into 14 tactics (the adversary's goals) and 270+ techniques (the specific methods) across enterprise, mobile, and industrial control system environments. Small businesses use it to map existing tools like EDR, MFA, and email filtering against documented attack techniques, find coverage gaps, and prioritize spending on the controls that stop the most common attack paths. It's free at attack.mitre.org and doubles as documentation for IRS WISP and HIPAA Security Rule risk assessments.

Small businesses face the same attack techniques as large enterprises, without the budget or staff to match. Attackers automate their targeting, so a 10-person tax firm sees the same phishing kits and credential-stuffing tools used against Fortune 500 companies. MITRE ATT&CK closes that gap by giving any business, at no cost, the same behavioral intelligence security vendors and government analysts use.

Businesses relying only on traditional antivirus typically cover a small fraction of high-priority ATT&CK techniques. Adding endpoint detection and response (EDR), email security, and multi-factor authentication (MFA) raises that coverage substantially, because each control addresses techniques across several tactics rather than a single attack type.

The framework also strengthens compliance documentation. Tax professionals building a Written Information Security Plan under IRS Publication 4557 can cite specific ATT&CK technique IDs as evidence of a documented risk assessment. Healthcare practices can map HIPAA Security Rule technical safeguards under 45 CFR 164.312 to specific techniques, giving auditors and cyber insurers an objective way to evaluate what your controls address.

Why This Matters

Small businesses aren't too small to be targeted. Attackers use the same techniques against a 10-person tax firm as against a global enterprise, they just automate the targeting. MITRE ATT&CK gives SMBs a free, structured way to find and close the gaps attackers exploit most often.

ATT&CK organizes attacker behavior into two layers: tactics, the objective at each stage of an attack, and techniques, the specific method used to reach it. Each technique carries a unique ID, like T1566 for Phishing or T1059.001 for PowerShell execution, so security teams, vendors, and threat intel sources can all reference the same behavior.

MITRE maintains three matrices. The Enterprise Matrix covers Windows, macOS, Linux, cloud platforms, and network infrastructure, and is the one most small businesses should focus on. The Mobile Matrix documents iOS and Android-specific techniques, and the ICS Matrix addresses industrial control systems. Cloud-native businesses should note that cloud attacks often abuse legitimate platform features, like Azure AD permissions or AWS IAM policies, rather than malware, which is why identity and access controls matter as much as endpoint protection in the cloud.

MITRE ATT&CK vs. Cyber Kill Chain vs. NIST CSF

Structure

Cyber Kill Chain
14 tactics, 270+ techniques
NIST CSF
7 sequential phases

Level of detail

Cyber Kill Chain
Technique-level, granular
NIST CSF
Campaign-level overview

Best used for

Cyber Kill Chain
Building and testing specific defenses
NIST CSF
Briefing non-technical stakeholders

Each tactic marks a distinct phase of an intrusion. Attackers don't always move through them in order, sophisticated actors skip stages or double back, but defense-in-depth across all 14 phases catches more intrusions than hardening any single stage.

14 ATT&CK Tactics at a Glance

1

1. Reconnaissance (TA0043)

Attackers scan your website, harvest employee emails, and map infrastructure using public sources and tools like Shodan before crafting phishing emails. Limiting public exposure of staff details reduces this surface.

2

2. Resource Development (TA0042)

Adversaries register look-alike domains and stand up command-and-control infrastructure. DNS filtering that flags newly registered domains impersonating your brand provides an early warning.

3

3. Initial Access (TA0001)

Phishing (T1566) and stolen or valid credentials (T1078) are the leading entry points. Email security with anti-phishing filtering and MFA on every remote-access point are the two highest-return controls here.

4

4. Execution (TA0002)

Attackers run malicious code via PowerShell (T1059.001) or the Windows command shell (T1059.003). EDR with behavioral detection catches script-based execution that signature antivirus misses.

5

5. Persistence (TA0003)

Scheduled tasks (T1053) and autostart entries (T1547) keep attackers in your systems after reboot. Monitoring for unauthorized scheduled tasks and auditing privileged accounts closes most of this gap cheaply.

6

6. Privilege Escalation (TA0004)

Attackers move from standard user to admin, often through unpatched software (T1068) or weak access controls (T1548). Timely patching and least-privilege access are the two highest-return controls.

7

7. Defense Evasion (TA0005)

Adversaries disable security tools (T1562.001) or obfuscate code (T1027) to avoid detection. Tamper-protected EDR and behavioral detection matter more here than traditional antivirus.

8

8. Credential Access (TA0006)

According to IBM's Cost of a Data Breach Report, compromised credentials are the most common initial attack vector, involved in 19% of breaches. Universal MFA is the single highest-impact control against this tactic.

9

9. Discovery (TA0007)

Attackers enumerate accounts, shares, and network topology, activity that often shows up as unusual log entries before real damage occurs. Network segmentation and honeypot accounts provide low-cost early warning.

10

10. Lateral Movement (TA0008)

This is how one compromised laptop becomes a network-wide ransomware event. VLANs, internal firewall inspection, and monitoring unusual RDP connections limit how far attackers can spread.

11

11. Collection (TA0009)

Adversaries gather financial records or patient data for exfiltration or double-extortion ransomware. Data loss prevention tools and file access auditing on sensitive directories are the primary controls.

12

12. Command and Control (TA0011)

Attackers maintain remote access, often over encrypted or legitimate-looking channels. DNS filtering blocks known malicious domains and is one of the best-value controls available to small businesses.

13

13. Exfiltration (TA0010)

Stolen data moving out through cloud storage or direct transfer creates exposure under IRS, HIPAA, and state breach notification rules. Egress filtering and encrypting sensitive data at rest limit the damage.

14

14. Impact (TA0040)

Ransomware encryption (T1486) and backup sabotage (T1490) are the final and most visible stage. Immutable, offline backups and a tested incident response plan determine how fast you recover.

2026 WISP Requirement for Tax Professionals

Tax preparers who file 11 or more returns must maintain a Written Information Security Plan under IRS Publication 4557 and the FTC Safeguards Rule. Documenting your controls against specific MITRE ATT&CK technique IDs supports the plan's required risk assessment. Confirm your firm's exact WISP and compliance obligations with a qualified advisor, since requirements and enforcement vary by circumstance.

Before buying anything new, a gap analysis shows which techniques your current tools already cover and where the holes are. Most small businesses find their biggest gaps in Credential Access, Lateral Movement, and Exfiltration, the three tactics where traditional antivirus provides the least coverage.

Start by listing every control you have: antivirus, firewall, email filtering, backups, MFA, and patch management, then note which technique each one addresses. Email filtering with anti-phishing detection covers T1566; EDR typically covers T1059.001, T1003, and T1055. MITRE's free ATT&CK Navigator lets you build a visual heatmap of your coverage and export it to share with a vendor or auditor. The 2025 Verizon Data Breach Investigations Report is a useful reference for which techniques are most active in your industry right now.

Tax and accounting firms should prioritize T1566 (Phishing), T1078 (Valid Accounts), T1486 (Data Encrypted for Impact), and T1490 (Inhibit System Recovery). Healthcare organizations should also weigh T1133 (External Remote Services) and T1005 (Data from Local System) given HIPAA's focus on electronic protected health information access controls. For more on closing the patching gap specifically, see our guide to patch management.

Closing ATT&CK coverage gaps doesn't require an enterprise budget, but the controls you add should match how many endpoints and how much regulated data you're protecting. As a general planning range, foundational coverage, email security, EDR, MFA, and immutable backup, typically runs $200-$500 a month for a 5-25 person office, based on common per-user and per-endpoint software pricing. Adding managed detection and response (MDR) and DNS filtering for continuous monitoring usually moves that to $500-$1,200 a month for larger offices. These are ranges to plan against, not quotes: actual pricing depends on vendor, endpoint count, and contract terms, so confirm current numbers directly with any vendor you evaluate. For a closer look at how EDR, identity protection, and bundled pricing compare, see our breakdown of vendor pricing bundles, and our ransomware protection guide for backup and recovery specifics.

Bellator's Managed EDR Coverage

Bellator Shield delivers managed endpoint detection and response for $19 per computer per month. Bellator Core adds remote monitoring and Ransomware Rollback, which can reverse ransomware encryption, for $33 per computer per month. Both are managed services, with detection, tuning, and response handled for you, not standalone software licenses.

MITRE ATT&CK Quick-Start Checklist

  • Create a free account at attack.mitre.org and review the Enterprise Matrix
  • Open ATT&CK Navigator and inventory your current security tools
  • Map each tool to the techniques it detects or prevents
  • Identify your top priority techniques based on industry threat reports
  • Deploy MFA on all cloud services and remote access (mitigates T1078, T1133)
  • Add email security with anti-phishing filtering (mitigates T1566)
  • Deploy EDR with behavioral detection across all endpoints
  • Set up immutable, offline backup copies (protects against T1486, T1490)
  • Document your controls using ATT&CK technique IDs in your WISP or security policy
  • Schedule quarterly reviews to track coverage as MITRE updates the framework

MITRE and the security community publish extensive free resources so small businesses can put ATT&CK to work without a dedicated security team. The ATT&CK website hosts the full technique catalog with detection and mitigation guidance for every entry. ATT&CK Navigator is a free browser tool for building coverage heatmaps you can export for vendors or auditors. MITRE also publishes ATT&CK Workbench, a desktop tool for organizations that want to customize the framework around their own environment and local threat intelligence.

Talk with a cybersecurity expert

Bellator can map your current controls against MITRE ATT&CK and show you exactly where the gaps are.

Frequently Asked Questions

Yes. The framework, the technique catalog, and ATT&CK Navigator are all free at attack.mitre.org. There is no paid tier for using the framework itself.

NIST CSF is a governance framework covering six high-level functions for managing a security program. MITRE ATT&CK operates at a more granular, technique level, documenting how attackers actually behave. Many organizations use NIST CSF for program-level risk management and ATT&CK to validate that specific technical controls work.

No. ATT&CK documents which techniques your controls address, which supports the risk assessment portion of a WISP or HIPAA security risk analysis, but it doesn't replace the full plan and documentation those requirements call for. A custom WISP built for your practice, available at /tax/buy-a-wisp, covers the rest.

Share

Share on X
Share on LinkedIn
Share on Facebook
Send via Email
Copy URL
(800) 492-6076

From requirement to defensible practice

Turn the requirement into a security plan people can follow

A useful compliance path makes the obligation clear, identifies the evidence to retain, and connects written policy to the safeguards used every day.

People also look for

Keep exploring Tax security & WISP

Understand what tax professionals need to document, protect, and prepare before an IRS or FTC review.