The most successful security breach often begins not with an exploit, but with a phone call. Someone claiming to be from IT support. A shared document from a colleague. A prompt to authorise a third-party app. The attacker's logic is simple: why invest effort in technical vulnerabilities when users will hand over access willingly.

The Ease of Impersonation

Phishing kits designed to mimic CEO communications or IT requests have become commoditised. These are not sophisticated zero-day exploits; they are cosmetic copies of legitimate interfaces—login pages that look pixel-perfect, domain names differing by a single character, and messages written in the tone and format of internal communications. Recent threat reports highlight how attackers use real tools, fake login pages, and OAuth traps to capture credentials without triggering traditional security alerts.

The barrier to entry is low. Templates are freely shared across underground forums. A few hundred dollars purchases a kit configured for a specific organisation. No reverse-engineering required. No buffer overflows. Just psychology.

OAuth as a Backdoor

OAuth authorisation flows present a particular weakness. Users see a prompt from a known service—Google, Microsoft, Dropbox—and grant permissions without reading the scope. The attacker's application gains access to email, contacts, calendar, or file storage. From an infrastructure standpoint, this is especially dangerous because OAuth tokens can persist for weeks or months, and they often bypass IP-based or geographic anomaly detection. The session appears legitimate because it is, technically, authorised by the user.

For organisations hosting sensitive data or customer information, a compromised OAuth token can be as damaging as an account credential. The attack surface doesn't end at the perimeter; it extends through trusted integrations.

The Numbers and the Pattern

Reports of large-scale credential dumps—thousands of Dropbox accounts, credentials for multiple services—suggest that attackers are harvesting credentials at scale and testing them across other platforms. Password reuse remains endemic, particularly among users managing multiple work and personal accounts. A breach at one service becomes an entry point elsewhere.

What makes this approach so effective is its consistency. Organisations invest heavily in network segmentation, encryption, and vulnerability management. Those efforts matter. But if an employee's credentials are compromised through a believable phishing message, or if an OAuth permission is granted carelessly, technical controls become secondary.

Defence Requires Layers

Traditional email filtering catches some phishing attempts, but not all. Homoglyph domain attacks—using characters that appear identical to the human eye—slip past basic checks. Sender Policy Framework (SPF), DomainKeys Identified Mail (DKIM), and Domain-based Message Authentication, Reporting and Conformance (DMARC) reduce the risk of domain spoofing, but they require proper configuration. Many organisations publish weak or incomplete DMARC policies, leaving room for spoofing.

Multi-factor authentication (MFA) significantly raises the cost for attackers, but it is not foolproof. Phishing pages can capture both username and password, and then redirect the user to the legitimate login flow, where they supply MFA codes. Reverse-proxy phishing kits automate this interception. Similarly, users may be social-engineered into supplying MFA codes to an attacker posing as IT support.

The most effective defences are behavioural: security awareness training that teaches staff to verify requests through out-of-band channels (a phone call to a known number, not a callback number in an email), and organisational policies that restrict what can be done via email alone. Critical actions—password resets, access grants, financial transfers—should require in-person or voice verification.

From a hosting and infrastructure perspective, organisations should assume credential compromise and design systems accordingly. Use short-lived credentials and tokens. Monitor for anomalous API or login patterns. Implement conditional access policies that flag logins from unusual locations or times. Log and audit all OAuth token grants and API key usage. If an attacker gains access, visibility and rapid response matter more than prevention alone.

The Uncomfortable Truth

Phishing works because it is efficient. It exploits the fact that human attention is limited, and that trust is a necessary part of how organisations operate. You cannot run a company where every email is treated as hostile. The challenge is building systems resilient enough to survive the inevitable moments when someone is fooled—and that requires thinking like an attacker who has already won initial access.