Skip to content
← RegistryDossier · 5 steps · 4 edges

EternalBlue (MS17-010) → SMBv1 wormable spread

Unpatched Windows 7 / Server 2008 with SMBv1 enabled — pre-auth kernel RCE. Used by WannaCry / NotPetya in 2017, still found on enclave / industrial networks.

Filed by AD Knowledge Base
§ Kill-chainDrag · zoom · scroll

§ Context

Assumed environment: foothold on a network segment with legacy Windows hosts unable to be upgraded — embedded systems, industrial PCs, healthcare imaging, retail kiosks.

§ Steps

  1. 01
    SYSTEM via kernel shellcodeExecution
    T1059Command and Scripting Interpreter
  2. 02
    Spread to other SMBv1 hosts on segmentLateral Movement
    T1021.002SMB/Windows Admin Shares
  3. 03
    Find Windows with SMBv1 enabled (445/tcp)Discovery
    N-NMAP-INTERNALInternal Nmap Sweep
  4. 04
    Domain creds via LSASS (if domain joined)Credential Access
    W-LSASS-PROCDUMPLSASS via procdump / comsvcs.dll
  5. 05
    EternalBlue exploit (Metasploit / Equation)Initial Access
    CVE-ETERNALBLUEEternalBlue (MS17-010 / CVE-2017-0144)

§ References

§ Frequently asked

What is the "EternalBlue (MS17-010) → SMBv1 wormable spread" attack path?
Unpatched Windows 7 / Server 2008 with SMBv1 enabled — pre-auth kernel RCE. Used by WannaCry / NotPetya in 2017, still found on enclave / industrial networks. It chains 5 steps drawn from real-world offensive-security techniques.
What starting position does this attack require?
The first step is SYSTEM via kernel shellcode (T1059) — a execution primitive. Assumed environment: foothold on a network segment with legacy Windows hosts unable to be upgraded — embedded systems, industrial PCs, healthcare imaging, retail kiosks.
What is the final impact of this kill-chain?
The final step lands on EternalBlue exploit (Metasploit / Equation) (CVE-ETERNALBLUE), which falls under Initial Access. From here, an operator typically pivots into post-exploitation or maintains persistence.
How can defenders detect or prevent this attack?
Detection and prevention vary per step. Refer to each linked MITRE ATT&CK entry under "References" — every technique on that page lists defensive controls, detection telemetry, and known threat-actor usage.

§ Related dossiers