Skip to content
← RegistryDossier · 6 steps · 5 edges

OneNote .one attachment → embedded payload → C2

OneNote .one file with a friendly 'Double-click to view' overlay hides an embedded HTA / VBS / EXE. Effective initial access vector after Microsoft blocked internet macros in 2022.

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

§ Context

Assumed environment: target users routinely receive .one attachments (legit OneNote usage). Endpoints don't disable embedded files in OneNote (CVE-2024-30050 / GP mitigation).

§ Steps

  1. 01
    Persistence + reconPersistence
    T1547Boot or Logon Autostart Execution
  2. 02
    Stager downloads beaconCommand and Control
    T1071Application Layer Protocol
  3. 03
    Email with .one attachmentInitial Access
    T1566Phishing
  4. 04
    Victim opens OneNoteExecution
    T1204User Execution
  5. 05
    Clicks the deceptive 'View document' buttonExecution
    PAY-ONENOTEMalicious OneNote Attachment
  6. 06
    Embedded HTA / VBS runsExecution
    PAY-HTA-VBSHTA / VBS / WSF Execution

§ References

§ Frequently asked

What is the "OneNote .one attachment → embedded payload → C2" attack path?
OneNote .one file with a friendly 'Double-click to view' overlay hides an embedded HTA / VBS / EXE. Effective initial access vector after Microsoft blocked internet macros in 2022. It chains 6 steps drawn from real-world offensive-security techniques.
What starting position does this attack require?
The first step is Persistence + recon (T1547) — a persistence primitive. Assumed environment: target users routinely receive .
What is the final impact of this kill-chain?
The final step lands on Embedded HTA / VBS runs (PAY-HTA-VBS), which falls under Execution. 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