#quishing — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #quishing, aggregated by home.social.
-
The Death of Trust: Why Adversary-in-the-Middle and QR Attacks Are Gutting Corporate Defenses
1,408 words, 7 minutes read time.
We have built our enterprise security perimeters on a foundation of sand, and the storm has finally arrived. For years, security leadership assured stakeholders that multi-factor authentication was the ultimate shield against unauthorized entry. That comfort was a lie, born of complacency and soft thinking. Threat actors have evolved past simple credential harvesting; they are actively deploying Adversary-in-the-Middle (AiTM) phishing frameworks and zero-visibility QR code vectors that bypass legacy defenses without breaking a single line of code. We watched the systems fail because we relied on passive compliance rather than uncompromising operational discipline.
The modern attack landscape does not care about our corporate policy manuals or annual security awareness videos. According to data tracked by Microsoft Threat Intelligence and the Cybersecurity and Infrastructure Security Agency (CISA), targeted organizations face an unprecedented surge in AiTM token hijacking and image-embedded QR phishing campaigns designed specifically to bypass secure email gateways. Threat actors set up reverse-proxy infrastructure that sits directly between our users and legitimate authentication endpoints. When our workforce logs in, the attacker proxies the request, steals the authenticated session cookie in real time, and walks straight through the front door.
We must strip away the illusion that traditional defensive controls are keeping us safe. The rise of hybrid voice-and-email callback attacks and CAPTCHA-gated phishing infrastructure proves that attackers are exploiting the exact gaps we left open through institutional laziness. This deep-dive analysis confronts the mechanical realities of modern social engineering, dissects the failure of static multi-factor authentication, and lays out the hard architecture required to survive.
The Mechanics of Session Hijacking: How Reverse Proxies Bypass Legacy MFA
We need to understand the structural failure occurring at the authentication layer. Legacy multi-factor authentication relies on push notifications, SMS codes, or time-based one-time passwords (TOTP) to verify identity. Threat actors bypass these controls entirely by utilizing advanced AiTM phishing proxies like EvilGinx. The attack vector does not attempt to break encryption algorithms or crack complex passwords; it simply manipulates the human operating the endpoint into handing over full access.
The process is surgically precise and brutally efficient. An employee receives a high-urgency communication, often mimicking internal human resources or critical SaaS infrastructure. The link inside routes the target to an attacker-controlled proxy server that dynamically mirrors the organization’s real login portal in real time. As the employee inputs their primary credentials and completes the secondary MFA challenge, the proxy server relays those packets directly to the legitimate service provider.
Once the service provider authenticates the session, it issues a session token or authentication cookie back to the user. Because that traffic flows directly through the adversary’s proxy, the attacker captures the live session token instantaneously. The attacker then injects that session token into their own browser, instantly hijacking the active, fully authenticated corporate session without ever needing to know the user’s password or possess their physical MFA token. We must realize that the authentication process completed successfully in the eyes of the server, yet the enterprise was compromised entirely.
Blind Spots in the Perimeter: The Rise of Image-Based Quishing and TOAD Attacks
We have allowed our perimeter defenses to become completely blind to non-traditional attack vectors. Standard secure email gateways spend massive compute resources scanning incoming plain-text URLs and parsing standard attachments for known malicious signatures. Cybercriminals recognize this dependency and have adapted by shifting their payloads into optical and multi-channel vectors that bypass automated text-scanning engines entirely.
QR code phishing, known colloquially as quishing, represents a massive operational vulnerability across corporate environments. Attackers embed malicious authentication URLs inside image-based QR codes wrapped within benign PDF documents or inline email bodies. Traditional email filters read the image as harmless static graphic data, allowing the message to land directly in the victim’s inbox. The target is instructed to scan the code using a personal mobile device to complete an mandatory system update or open a secure document.
This action immediately forces the target off our managed corporate network and onto an unmonitored mobile device that lacks endpoint detection and response (EDR) agents. From there, the mobile browser connects to the AiTM proxy framework, and the session is compromised out of sight of internal security operations. Simultaneously, Telephone-Oriented Attack Delivery (TOAD) campaigns combine fake subscription invoices with live callback centers. When employees call the listed support number, live operators leverage high-urgency social engineering to guide targets through manual credential entry or remote control software installation. The system fails because we trained our people to look for suspicious links while leaving them exposed to visual and verbal exploitation.
Engineering Absolute Resistance: Deploying FIDO2 and Zero-Trust Architecture
We cannot solve an architectural flaw with soft solutions like additional compliance training or stern warning banners. Human error under psychological manipulation is an inevitable reality; therefore, our technical controls must enforce absolute resistance at the protocol level. We must eliminate push-based and TOTP-based authentication schemes in favor of hardware-bound, phishing-resistant credentials based on FIDO2 and WebAuthn standards.
FIDO2 architecture neutralizes AiTM reverse-proxy attacks through cryptographic origin binding. When an employee authenticates using a FIDO2 security key or platform authenticator, the web browser cryptographically binds the authentication request to the specific domain origin shown in the browser address bar. If an attacker routes the employee to a spoofed proxy domain, the browser detects the domain mismatch and refuses to sign the authentication challenge. The proxy captured nothing because no valid token was ever generated.
Beyond hardware-bound authentication, we must enforce strict Zero-Trust network access and continuous conditional access policies. Authentication must never be treated as a single, static event that grants permanent access for the duration of a session token. System infrastructure must continuously evaluate device health, geographic velocity, IP reputation, and behavioral anomalies throughout the entire life of the connection. If a session token suddenly presents from an unrecognized IP address or an unmanaged device, that session must be revoked immediately, and step-up authentication must be enforced.
Summary of Core Defenses
- Hardware-bound FIDO2 and WebAuthn protocols eliminate AiTM session hijacking by cryptographically binding authentication challenges to verified domain origins.
- Optical payload inspection and mobile device management controls counter image-based quishing vectors that bypass traditional secure email gateways.
- Continuous conditional access policies validate device compliance, network context, and session integrity in real time to neutralize stolen session tokens.
The era of trusting simple passwords paired with basic multi-factor push notifications is dead. Attackers have weaponized automated proxies and optical vectors to turn our own authentication mechanisms against us. Survival requires dropping the comfortable illusion of legacy security, taking absolute accountability for our technical debt, and building an unyielding architecture that stops threat actors cold before the system burns.
SUPPORTSUBSCRIBECONTACT MED. Bryan King
Sources
- CISA: Defending Against Software Supply Chain Attacks & Phishing Proxies
- Microsoft Security: From Cookie Theft to BEC: Adversary-in-the-Middle Phishing
- MITRE ATT&CK: Steal Web Session Cookie (Technique T1539)
- NIST National Vulnerability Database: Session Hijacking & Token Exploits
- FIDO Alliance: FIDO2 Authentication Standards & Specifications
- W3C: Web Authentication (WebAuthn) Specification
- FBI Internet Crime Complaint Center (IC3): Public Service Announcement on Quishing Trends
- SANS Institute: Combatting Adversary-in-the-Middle (AiTM) Phishing Attacks
- NIST Special Publication 800-63-3: Digital Identity Guidelines
- Mandiant: Dissecting Adversary-in-the-Middle Infrastructure
- BleepingComputer: Microsoft Warns of Massive AiTM Phishing Campaigns
- Krebs on Security: Microsoft on AiTM Phishing Attacks That Bypass MFA
- Dark Reading: Quishing on the Rise: How QR Code Attacks Bypass Defenses
- SecurityWeek: QR Code Phishing Trends Targeting Corporate Enterprise Networks
- Infosecurity Magazine: MFA Bypass and Session Token Hijacking Surge
- CrowdStrike: What is an Adversary-in-the-Middle (AiTM) Attack?
- Palo Alto Networks: Understanding AiTM Phishing Frameworks and Reverse Proxies
- Trend Micro: Adversary-in-the-Middle Phishing Attacks Explained
- Fortinet: What is Quishing? Understanding QR Code Phishing Threats
- Proofpoint: Telephone-Oriented Attack Delivery (TOAD) Threat Insight
- Rapid7: Understanding Session Hijacking and Pass-the-Cookie Attacks
- Check Point Software: Comprehensive Guide to Quishing and EvilGinx Exploits
- Sophos: Technical Report on Modern MFA Bypass Techniques
- SentinelOne: Session Cookie Theft: How Attackers Bypass MFA
- ThreatDown: QR Code Phishing (Quishing) Mechanics Explained
- Schneier on Security: Analysis of MFA Bypasses via Reverse Proxies
- ZDNET: QR Code Phishing as a Growing Enterprise Security Threat
- The Hacker News: Analysis of EvilGinx3 Phishing Framework Capabilities
- CNET: Quishing: How Scammers Use QR Codes to Steal Credentials
- Aruba Networks: Fundamentals of Zero Trust Network Access (ZTNA) Architecture
Disclaimer:
The views and opinions expressed in this post are solely those of the author. The information provided is based on personal research, experience, and understanding of the subject matter at the time of writing. Readers should consult relevant experts or authorities for specific guidance related to their unique situations.
Related Posts
Rate this:
#adversaryInTheMiddle #AiTMPhishing #antiPhishingDefense #BYODVulnerabilities #conditionalAccessPolicies #continuousAuthentication #credentialHarvesting #cyberIncidentResponse #cybersecurityDefenses #domainOriginCryptographicCheck #EDRBypass #emailSecurityGateway #endpointProtection #enterpriseSecurity #EvilGinx #FIDO2 #hardwareBoundAuthentication #IAMSecurity #identityAccessManagement #identitySecurity #identitySecurityProtocols #MFABypass #mobileSecurityRisks #modernPhishingCampaigns #MultiFactorAuthenticationFailure #networkPerimeterSecurity #opticalPayloadThreats #originBinding #passTheCookie #phishingFrameworks #phishingProxies #phishingResistantMFA #QRCodePhishing #quishing #reverseProxyAttacks #secureEmailGatewayBypass #sessionCookieHijacking #sessionHijackingPrevention #sessionTokenTheft #socialEngineeringVectors #telephoneOrientedAttackDelivery #threatIntelligence #TOADAttacks #tokenHijacking #WebAuthn #zeroTrustArchitecture #zeroTrustNetworkAccess -
Cuidado con el Quishing: El engaño del código QR que puede vaciar tu cuenta bancaria en segundos
Parecen inofensivos y están en todos lados, desde menús de restaurantes hasta carteles públicos. Sin embargo, los códigos QR se han convertido en la nueva herramienta de los estafadores. Ariel Corgatelli, experto en ciberseguridad, te explica qué es el quishing y cómo proteger tus datos.
Escanear un código QR es una acción cotidiana que realizamos casi sin pensar. Pero detrás de esa aparente comodidad se esconde una amenaza creciente conocida como Quishing (una combinación de QR y phishing). Esta técnica es utilizada por los delincuentes digitales para vulnerar tus cuentas y cometer delitos financieros.
El quishing funciona de una manera simple pero altamente efectiva: los estafadores reemplazan los códigos QR originales de comercios o sitios públicos por otros falsos o colocan un sticker sobre ellos. Al escanearlos, el usuario es redirigido a una página web clonada que imita a la perfección a la original. Es allí donde, de forma voluntaria pero engañada, introducimos datos sensibles como accesos bancarios, billeteras virtuales o contraseñas de criptomonedas, entregándoles el control total a los cibercriminales.
Para que no caigas en la trampa, en mi video de esta semana te comparto 3 tips clave de ciberseguridad que debés aplicar siempre:
- Revisá físicamente el código: Antes de escanear, asegurate de que sea el QR original impreso en el folleto o cartel. Si notás que hay un sticker pegado encima de otro código, desconfiá inmediatamente y no lo utilices.
- Analizá la URL de destino: Prestá atención a la dirección web a la que te redirige el escaneo. Verificá que corresponda exactamente al lugar o negocio en el que te encontrás y comprobá que tenga el protocolo de seguridad HTTPS disponible.
- Atención a las descargas automáticas: Un código QR legítimo (por ejemplo, el de un menú) te llevará a una página web o abrirá un archivo en un navegador o plataforma como Drive para que leas la información. Nunca debe iniciar la descarga automática de una aplicación o un archivo ejecutable (como un APK en Android). Si esto ocurre, cancelalo de inmediato.
https://www.instagram.com/reel/DYc9ClbpDfS/
Conclusión
La ciberseguridad es un hábito que se construye día a día y la prevención siempre es nuestra mejor defensa. El quishing se aprovecha de nuestra prisa y de la confianza ciega en la tecnología, pero prestando atención a estos pequeños detalles podemos mantener a salvo nuestro dinero y nuestra información. Te invito a compartir este contenido con tus conocidos para que entre todos construyamos una comunidad digital mucho más segura. ¡Nos vemos la próxima semana con más consejos!
#ArielCorgatelli #arielmcorg #ciberseguridad #codigosQr #estafasVirtuales #PORTADA #proteccionDeDatos #quishing #seguridadDigital #tipsDeCiberseguridad -
Plaga przedświątecznych oszustw. Jak nie dać się okraść, kupując prezenty w sieci?
Grudzień to czas wzmożonej aktywności cyberprzestępców. Wykorzystując świąteczną gorączkę i naszą obniżoną czujność, masowo rozsyłają fałszywe wiadomości o niedopłatach za paczki czy rzekomych okazjach cenowych.
Eksperci ostrzegają: w tym roku oszuści są sprytniejsi niż kiedykolwiek, a zielona kłódka przy adresie strony już dawno przestała być gwarancją bezpieczeństwa.
Według danych amerykańskiego FBI, tylko w okresie świątecznym 2024 roku oszustwa typu phishing i spoofing (podszywanie się pod inne podmioty) przyniosły straty rzędu 70 milionów dolarów. W Polsce skala zjawiska również rośnie. Przestępcy coraz częściej wykorzystują sztuczną inteligencję do tworzenia wiarygodnych treści, co sprawia, że odróżnienie fałszywki od prawdziwego komunikatu staje się wyzwaniem.
Na co uważać? Anatomia oszustwa
Eksperci ds. cyberbezpieczeństwa zwracają uwagę na kilka konkretnych trików, które stosują złodzieje, by uśpić naszą czujność:
- Manipulacje adresem URL: smartfony często skracają widoczność adresu strony, co wykorzystują oszuści. Należy uważać na znak „@” w linku lub dziwne połączenia dwóch adresów znakiem zapytania. Częstą praktyką jest też tzw. typo-squatting, czyli domeny łudząco podobne do oryginału, np. „PayPa1” zamiast „PayPal”.
- „Bezpieczne” szyfrowanie: pamiętaj, że obecność „https://” i symbolu kłódki nie oznacza, że strona jest uczciwa. Oszuści masowo szyfrują swoje fałszywe strony, by wyglądały profesjonalnie.
- Skrócone linki: adresy typu bit.ly w SMS-ach od nieznajomych to niemal pewne oszustwo. Jeśli wiadomość zawiera presję czasu (np. „dopłać 2 zł w ciągu godziny, bo anulujemy paczkę”), pod żadnym pozorem nie klikaj w link.
Nie tylko e-maile. Uważaj na kody QR
Nowym, coraz popularniejszym wektorem ataku są kody QR, naklejane np. na parkomatach czy fałszywych ulotkach reklamowych. Zeskanowanie takiego kodu może przenieść nas na stronę wyłudzającą dane karty płatniczej lub pobierającą złośliwe oprogramowanie. Zanim zeskanujesz kod w miejscu publicznym, upewnij się, że nie jest to naklejka przyklejona na oryginalną instrukcję.
Co zrobić, jeśli kliknąłeś?
Jeśli podejrzewasz, że dałeś się złapać:
- Odłącz się: jeśli pobrałeś podejrzany plik, natychmiast odłącz urządzenie od sieci.
- Chroń pieniądze: skontaktuj się ze swoim bankiem i zastrzeż karty lub dostęp do bankowości elektronicznej, jeśli podejrzewasz, że podałeś cyberprzestępcom swoje dane.
- Zgłoś to: w Polsce każdy podejrzany SMS możesz zgłosić do zespołu CERT Polska, przesyłając go na numer 8080.
Kliknąłeś w podejrzany link? Eksperci radzą, co robić krok po kroku, aby uniknąć katastrofy
#bezpieczneZakupyWSieci #CERTPolska #cyberbezpieczeństwo #fałszyweLinki #news #oszustwaNaświęta #phishing #quishing