Skip to content
← RegistryDossier · 6 steps · 5 edges

certutil + bitsadmin → AV-friendly stager chain

Initial access dropped a tiny .bat. It uses certutil to decode a base64 blob and bitsadmin to fetch the real beacon, then schtasks for persistence. Every binary is signed Microsoft.

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

§ Context

Assumed environment: foothold on a Windows endpoint where macro execution is blocked but the user can run cmd / batch scripts. AV detects raw `powershell -nop -w hidden iwr` patterns.

§ Steps

  1. 01
    Initial shell via phishing payloadInitial Access
    T1078Valid Accounts
  2. 02
    Execute beaconExecution
    T1059Command and Scripting Interpreter
  3. 03
    C2 beacon establishedCommand and Control
    T1071Application Layer Protocol
  4. 04
    schtasks /create persistencePersistence
    W-SCHEDTASK-HIJACKScheduled Task Hijack
  5. 05
    certutil -decode encoded blobCommand and Control
    LOL-CERTUTILcertutil.exe Download / Decode
  6. 06
    bitsadmin /transfer beacon.exeCommand and Control
    LOL-BITSADMINbitsadmin.exe Background Transfer

§ References

§ Frequently asked

What is the "certutil + bitsadmin → AV-friendly stager chain" attack path?
Initial access dropped a tiny .bat. It uses certutil to decode a base64 blob and bitsadmin to fetch the real beacon, then schtasks for persistence. Every binary is signed Microsoft. It chains 6 steps drawn from real-world offensive-security techniques.
What starting position does this attack require?
The first step is Initial shell via phishing payload (T1078) — a initial access primitive. Assumed environment: foothold on a Windows endpoint where macro execution is blocked but the user can run cmd / batch scripts.
What is the final impact of this kill-chain?
The final step lands on bitsadmin /transfer beacon.exe (LOL-BITSADMIN), which falls under Command and Control. 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