Vishing → helpdesk MFA reset → account takeover
Pose as a panicked employee locked out before a meeting. Helpdesk resets MFA based on partial PII (employee ID + date of birth from LinkedIn). Attacker registers their own factor.
§ Context
Assumed environment: target's helpdesk handles MFA resets over phone with weak identity proofing (no callback, no manager approval). Attacker has open-source PII from LinkedIn / breaches.
§ Steps
- 01Authenticate to corporate portalInitial AccessT1078— Valid Accounts
- 02Register attacker MFA devicePersistenceT1098— Account Manipulation
- 03Collect PII (LinkedIn, Hunter, breaches)ReconnaissanceW-RECON-GITHUB-DORK— GitHub / GitLab Dorking
- 04Call helpdesk, vishing pretextInitial AccessSE-VISHING— Vishing (Voice Phishing)
- 05Spoof internal phone number / caller IDInitial AccessSE-PRETEXT— Pretexting
- 06Convince agent to reset MFACredential AccessSE-HELPDESK-RESET— Helpdesk Social Engineering — MFA / Password Reset
§ References
- T1078Valid Accounts
- T1098Account Manipulation
§ Frequently asked
- What is the "Vishing → helpdesk MFA reset → account takeover" attack path?
- Pose as a panicked employee locked out before a meeting. Helpdesk resets MFA based on partial PII (employee ID + date of birth from LinkedIn). Attacker registers their own factor. It chains 6 steps drawn from real-world offensive-security techniques.
- What starting position does this attack require?
- The first step is Authenticate to corporate portal (T1078) — a initial access primitive. Assumed environment: target's helpdesk handles MFA resets over phone with weak identity proofing (no callback, no manager approval).
- What is the final impact of this kill-chain?
- The final step lands on Convince agent to reset MFA (SE-HELPDESK-RESET), 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
- Shared techniques4
Vish helpdesk → Okta MFA reset → admin → ransomware (MGM-class)
Identify an Okta admin via LinkedIn. Vish the helpdesk pretending to be that admin, get MFA reset. Sign in, plant attacker MFA factor, then push policy changes that disable MFA for chosen apps before mass-deploying ransomware.
- Shared techniques2
Mass SMS phish → Okta-style portal → SaaS sprawl (0ktapus)
Wide SMS phishing campaign targeting employees of ~130 organisations with a single phishlet that captures Okta credentials + push approval. Mass automated logins to Twilio, MailChimp, DoorDash et al.
- Shared techniques2
Apple Pay Express Transit relay → high-value contactless fraud
Specific configuration (Express Transit + Visa) allowed contactless transactions over £1k without unlock or per-tx auth. Two devices relayed the wallet from victim's pocket to a real terminal.
- Shared techniques2
Dev workstation → cloud backup keys → encrypted vault store (LastPass 2022)
Attacker compromised a single LastPass DevOps engineer's home machine via outdated Plex Media Server, harvested AWS keys for the encrypted-vault backup bucket, exfiltrated production vault data.
- Shared techniques2
Build-system implant → signed supply-chain backdoor (SolarWinds-class)
Compromise the target vendor's build server. A small implant rewrites a single source file at compile time — every official signed release downstream now ships the backdoor.
- Shared techniques2
Insider admin panel coercion → mass account takeover (Twitter 2020)
Identify employees with access to an internal admin panel. SE / coerce one to use the panel to change target accounts' email + 2FA, then take them over.