Mapped every skill to NIST CSF 2.0 subcategory IDs (GV/ID/PR/DE/RS/RC functions)
based on subdomain and content analysis. Restores 11 skills corrupted during
prior rebase, re-enriching with ATLAS, D3FEND, NIST AI RMF, and CSF 2.0 fields.
All 754 skills now carry structured mappings for all 5 security frameworks:
- MITRE ATT&CK (in tags)
- MITRE ATLAS v5.5 (atlas_techniques)
- MITRE D3FEND v1.3 (d3fend_techniques)
- NIST AI RMF 1.0 (nist_ai_rmf)
- NIST CSF 2.0 (nist_csf)
Detect and prevent QR code phishing (quishing) attacks that bypass traditional email security by embedding malicious URLs in QR code images within emails.
cybersecurity
phishing-defense
quishing
qr-code
phishing
email-security
image-analysis
ocr
mobile-security
1.0
mahipal
Apache-2.0
AML.T0052
AML.T0024
AML.T0035
MEASURE-2.8
MAP-5.1
PR.AT-01
DE.CM-09
RS.CO-02
DE.AE-02
Detecting QR Code Phishing with Email Security
Overview
QR code phishing (quishing) is a rapidly growing attack vector where malicious URLs are embedded in QR code images within phishing emails. Quishing incidents grew fivefold from 46,000 to 250,000 between August and November 2025, with credential phishing comprising 89.3% of detected incidents. Traditional email security filters struggle because QR codes cannot be read by humans or standard URL scanners, and when scanned, users typically use personal mobile devices that lack corporate security controls. Attackers have evolved to use split QR codes (two separate images), nested QR codes, and ASCII text-based QR codes to evade detection.
When to Use
When investigating security incidents that require detecting qr code phishing with email security
When building detection rules or threat hunting queries for this domain
When SOC analysts need structured procedures for this analysis type
When validating security monitoring coverage for related attack techniques
Prerequisites
Email security gateway with image analysis capabilities
Understanding of QR code structure and encoding
Mobile device management (MDM) or mobile threat defense solution
Security awareness training program
SIEM platform for correlation and alerting
Key Concepts
Why Quishing Works
Bypasses URL Scanners: Traditional gateways scan text-based URLs but cannot decode image-embedded URLs
Shifts to Unprotected Devices: Corporate email arrives on secured systems but QR scan occurs on personal mobile devices
User Trust: QR codes are normalized in daily life (payments, menus, parking)
Low Detection Rate: Only 36% of quishing incidents are accurately identified by recipients
Evasion Techniques (2025)
Split QR Codes: QR code divided into two separate images that look benign individually (Gabagool PhaaS kit)
Nested QR Codes: QR code within a QR code, with first scan leading to intermediate page
ASCII QR Codes: QR rendered as text characters instead of images, bypassing image analysis (12% of attacks in Jan 2026)
Styled/Artistic QR Codes: Custom-designed QR codes with logos that evade pattern matching
PDF Attachment QR: QR code embedded in PDF attachment rather than email body