Home/MITRE ATT&CK Navigator
⚔️ Threat Hunting & Detection MatrixEnterprise ATT&CK Framework

MITRE ATT&CK Defense Navigator & Countermeasures

Bridge the gap between threat intelligence and SOC operations. Audit your enterprise detection telemetry across critical ATT&CK techniques, identify observed threat actor groups (LockBit, Volt Typhoon, Scattered Spider), and implement hardened countermeasures.

● DEFENSIVE COVERAGE AUDIT2 of 12 Covered

Enterprise ATT&CK Detection Readiness: 17%

🔍
T1190

Exploit Public-Facing Application

CriticalInitial Access (TA0001)

Adversaries leverage zero-day and unpatched N-day vulnerabilities in Internet-exposed edge infrastructure such as VPN concentrators, firewalls, and web applications to achieve unauthenticated initial access.

Observed Threat Actors & Ransomware Gangs
⚠️ Volt Typhoon⚠️ LockBit 3.0⚠️ FIN7⚠️ Midnight Blizzard
📡Detection Telemetry & Event IDs

Monitor perimeter web application logs for anomalous POST payloads, directory traversal markers (../), and unexpected outbound reverse shells originating from www-data or system processes.

🛡️Defensive Mitigation Strategy

Maintain strict 14-day SLA for CISA KEV disclosures. Place all management interfaces behind Zero Trust Network Access (ZTNA) with zero open inbound listening ports.

Commercial Defense:Cloudflare One & Tenable Nessus
📖 View Incident Playbook →
T1566

Phishing (Spearphishing & Drive-By)

HighInitial Access (TA0001)

Adversaries send malicious emails, messages, or weaponized attachments to trick corporate employees into revealing credentials or executing initial stage droppers.

T1078

Valid Accounts & Infostealer Session Hijacking

HighInitial Access (TA0001)

Adversaries obtain valid credentials from Redline, Lumma, or Vidar infostealer marketplace logs, or purchase active session cookies to bypass standard password authentication.

T1059

Command and Scripting Interpreter

HighExecution (TA0002)

Adversaries abuse built-in system shells such as PowerShell, cmd.exe, Bash, Python, or VBScript to execute commands and trigger malicious scripts directly in memory.

T1053

Scheduled Task / Cron Job

MediumPersistence (TA0003)

Adversaries configure recurring task schedules using schtasks.exe or crontab to execute malicious payloads persistently at system reboot or predefined intervals.

T1055

Process Injection

CriticalPrivilege Escalation (TA0004)

Adversaries inject malicious shellcode into legitimate processes (e.g. svchost.exe, explorer.exe, spoolsv.exe) to elevate privileges and evade process-based security controls.

T1562

Impair Defenses (Disabling EDR/AV)

CriticalDefense Evasion (TA0005)

Adversaries execute scripts to disable endpoint security agents, unload filter drivers via Bring Your Own Vulnerable Driver (BYOVD), or clear Windows Event Logs (wevtutil cl).

T1003

OS Credential Dumping (LSASS & SAM)

CriticalCredential Access (TA0006)

Adversaries dump plaintext passwords and Kerberos tickets from memory using tools like Mimikatz or abuse ProcDump and comsvcs.dll against the Local Security Authority Subsystem Service (LSASS).

T1021

Remote Services (SMB & RDP Pivoting)

HighLateral Movement (TA0008)

Adversaries pivot across the internal network by establishing unauthorized SMB / PsExec connections or RDP sessions using compromised domain administrative credentials.

T1071

Application Layer Protocol (Encrypted C2)

HighCommand and Control (TA0011)

Adversaries communicate with external beacon infrastructure using HTTPS, WebSockets, or DNS tunneling disguised as standard enterprise SaaS traffic.

T1486

Data Encrypted for Impact (Ransomware)

CriticalImpact (TA0040)

Adversaries detonate high-speed multithreaded file encryption algorithms (e.g. ChaCha20, AES-256) across network shares and VM hypervisors, appending extortion notes.

T1490

Inhibit System Recovery (Shadow Copy Deletion)

CriticalImpact (TA0040)

Adversaries execute vssadmin.exe delete shadows /all /quiet, bcdedit /set {default} recoveryenabled No, or wbadmin delete catalog to prevent victims from restoring without paying ransom.