Uber Hack Simulation: Lapsus$ Emulation

// CLASSIFIED OPERATION REPORT //

Uber Hack Simulation: Lapsus$ Emulation

Emulación de TTPs de Lapsus$ contra infraestructura corporativa (MFA Fatigue & PAM Abuse).

OTHER 2 de febrero de 2026
#Red Team#Active Directory#MFA Fatigue#Lapsus$#Samba#Infrastructure
Realizado en entornos autorizados. Solo con fines educativos.

Tactical Writeup: Uber Infrastructure Breach (Lapsus$ Emulation)

Document ID: SEC-CORP-RED-2026-001
Classification: ELITE RED TEAM REPORT
Operation Name: Project Lapsus-Uber
Objective: End-to-end compromise of corporate vault infrastructure.


1. Executive Summary

This engagement successfully emulated the Tactics, Techniques, and Procedures (TTPs) of the Lapsus$ threat group against a segmented corporate environment. The attack chain leveraged human-factor vulnerabilities (MFA Fatigue), identified technical misconfigurations in internal services (Samba), and ultimately achieved full privilege escalation via the corporate Privileged Access Management (PAM) solution, resulting in the compromise of the Uber-Vault and extraction of high-value data.


2. Attack Vectors & MITRE ATT&CK Mapping

Chain of Compromise Logic

graph TD
    A["Initial Recon (T1589)"] -->|vpn_key.js| B["VPN Entry (T1133)"]
    B -->|MFA Fatigue (T1621)| C["Internal Tunnel"]
    C -->|Network Service Scanning (T1046)| D["SMB Null Session (T1039)"]
    D -->|Credentials in Files (T1552.001)| E["Admin Identity"]
    E -->|Identity Provider Access (T1550)| F["PAM Portal Control"]
    F -->|Internal Proxy Abuse| G["Uber-Vault Compromise"]
    G -->|Data from Local System (T1005)| H["FLAG EXTRACTION"]
TacticTechnique IDDescription
Initial AccessT1133External Remote Services (VPN)
Credential AccessT1621Multi-Factor Authentication Request Generation
DiscoveryT1046Network Service Scanning
Lateral MovementT1550Use Alternate Authentication Material
ExfiltrationT1041Exfiltration Over C2 Channel

3. Technical Phase Analysis

Phase I: External Presence & Secret Discovery

The breach began with a reconnaissance of the external authentication portal.

  • Artifact Analysis: A hidden module, vpn_key.js, was identified. It contained the raw cryptographic keys for the corporate OpenVPN gateway.
  • Result: Transport layer established.

Phase II: Psychological Social Engineering (MFA Fatigue)

The VPN required a hardware-backed OTP. We leveraged the “Push Bombing” technique to overwhelm the administrator.

  • Strategy: Automated delivery of 10+ push notifications.
  • Human Vulnerability: The administrator approved the 11th request to stop the recurring alerts.
  • Compromised Session: Account pam@ubercorp.com and its time-sensitive OTP were harvested.

Phase III: The Pivot (Internal Pillage)

Inside the 10.0.10.0/24 subnet, we pivoted to the internal 192.168.5.0/24 range.

  • Vulnerability identified: Host 192.168.5.10 allowed unauthenticated SMB Null Sessions.
  • Data found: automate.ps1 contained hardcoded Base64-encoded administrative credentials for the PAM solution.
  • Extraction: Decoded Username: pam@ubercorp.com and Password: qBMT2sTNA23}A23}.

Phase IV: PAM Abuse & Infrastructure Takeover

The corporate PAM (Privileged Access Management) solution at 192.168.5.12 was accessed using the stolen credentials.

  • Escalation: The PAM portal provided authorized “Action” menus to manage backend servers.
  • Actionable Intelligence: We utilized the PAM web terminal to initiate a session directly into the Uber-Vault machine.
  • Bypassing Security: This method requires no secondary login for the vault itself, as the PAM provider injects the managed credentials.

4. Investigative Findings (Final Resolution)

Finding CategoryData Point
Critical Host (OS Vulnerabilities)192.168.5.100 (Ubuntu/OpenSSH)
SMB MisconfigurationAnonymous Access (3 shares identified)
Leaked Infrastructure Domainubercorp.com
Reconstructed Admin PasswordqBMT2sTNA23}A23}
Central Management IP (PAM)192.168.5.12
Final Target HostnameUber-Vault
The Flag (ROOT Access)UB3rH@ck!S!mulat!on

5. Tactical Risk Assessment & Impact

Threat VectorLikelihoodImpactSeverityMitigation Priority
MFA FatigueHighHighCRITICALP1 (Immediate)
Hardcoded SecretsMediumCriticalCRITICALP1 (Immediate)
SMB Null SessionsHighLowMEDIUMP2 (High)

Operational Impact: Successful exploitation allows for complete data exfiltration and persistent administrative access without triggering traditional perimeter defenses.

6. Strategic Hardening Recommendations

  • Technical Control: Transition from push notifications to Match-Number MFA or FIDO2/WebAuthn keys.
  • Architectural Control: Implement EAP-TLS for VPN access, relying on client certificates rather than shared keys.
  • Policy Control: Enforce a “Redline” secrets policy: prohibit any credentials (even obfuscated) in automation scripts.

Generated by Secure Corp Red Team Documentation Engine.