Skip to content
← RegistryDossier · 7 steps · 6 edges

Reconfigure MFP LDAP → harvest service-account credentials

Walk up to / network-into the MFP admin web panel (default creds), change the LDAP address-book server to attacker IP — printer immediately re-binds and sends its service-account creds in cleartext.

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

§ Context

Assumed environment: foothold on the corporate LAN. MFP admin panel reachable with vendor-default credentials (admin/admin / admin/<empty>). LDAP service account is a privileged domain user.

§ Steps

  1. 01
    Authenticate as service accountInitial Access
    T1078Valid Accounts
  2. 02
    Pivot via the harvested credentialsLateral Movement
    T1550.002Pass the Hash
  3. 03
    Default credentials on admin web panelCredential Access
    W-AUTH-DEFAULTDefault Credentials
  4. 04
    Discover MFP on the LANDiscovery
    N-NMAP-INTERNALInternal Nmap Sweep
  5. 05
    Run rogue LDAP listenerResource Development
    T1583Acquire Infrastructure
  6. 06
    MFP binds + leaks service-account credsCredential Access
    T1556Modify Authentication Process
  7. 07
    Repoint LDAP server to attacker hostCredential Access
    PRT-LDAP-CRED-STEALMFP LDAP Address-Book Credential Theft

§ References

§ Frequently asked

What is the "Reconfigure MFP LDAP → harvest service-account credentials" attack path?
Walk up to / network-into the MFP admin web panel (default creds), change the LDAP address-book server to attacker IP — printer immediately re-binds and sends its service-account creds in cleartext. It chains 7 steps drawn from real-world offensive-security techniques.
What starting position does this attack require?
The first step is Authenticate as service account (T1078) — a initial access primitive. Assumed environment: foothold on the corporate LAN.
What is the final impact of this kill-chain?
The final step lands on Repoint LDAP server to attacker host (PRT-LDAP-CRED-STEAL), which falls under Credential 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