Skip to content
← RegistryDossier · 6 steps · 5 edges

Process doppelgänging → spawn signed image with attacker bytes

Use NTFS transactional file APIs to overlay an attacker image during process creation. The final mapped process differs from the on-disk file — AV sees only the legit signed image at scan time.

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

§ Context

Assumed environment: foothold on Windows pre-1809 or modern build that doesn't fully neuter transactional NTFS. AV/EDR relies on on-disk scanning more than runtime memory analysis.

§ Steps

  1. 01
    Foothold shellInitial Access
    T1078Valid Accounts
  2. 02
    Process spawns with attacker codeExecution
    T1059Command and Scripting Interpreter
  3. 03
    Rollback transaction — on-disk file unchangedDefense Evasion
    T1027Obfuscated Files or Information
  4. 04
    NtCreateProcessEx from sectionDefense Evasion
    INJ-PROCESS-HOLLOWINGProcess Hollowing (T1055.012)
  5. 05
    Overlay attacker image within transactionDefense Evasion
    INJ-DOPPELGANGINGProcess Doppelgänging
  6. 06
    Open transacted fileDefense Evasion
    INJ-DOPPELGANGINGProcess Doppelgänging

§ References

§ Frequently asked

What is the "Process doppelgänging → spawn signed image with attacker bytes" attack path?
Use NTFS transactional file APIs to overlay an attacker image during process creation. The final mapped process differs from the on-disk file — AV sees only the legit signed image at scan time. It chains 6 steps drawn from real-world offensive-security techniques.
What starting position does this attack require?
The first step is Foothold shell (T1078) — a initial access primitive. Assumed environment: foothold on Windows pre-1809 or modern build that doesn't fully neuter transactional NTFS.
What is the final impact of this kill-chain?
The final step lands on Open transacted file (INJ-DOPPELGANGING), which falls under Defense Evasion. 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