What is Phishing?
Phishing is a social engineering attack delivered via email, SMS, voice calls, or other channels that deceives recipients into revealing credentials, downloading malware, or taking actions that compromise security, often by impersonating trusted entities.
Definition
- Phishing
- Phishing is a social engineering attack delivered via email, SMS, voice calls, or other channels that deceives recipients into revealing credentials, downloading malware, or taking actions that compromise security, often by impersonating trusted entities.
How Phishing Works
Phishing remains the most common initial access vector for both opportunistic cybercrime and targeted APT campaigns because it attacks the human rather than the perimeter. Bulk phishing casts a wide net with generic lures, fake shipping notices, IRS warnings, password expiry alerts, relying on volume to catch a small percentage of clickers. Spearphishing narrows the target and personalizes the lure using details pulled from LinkedIn, company press releases, or breached data, so the email references a real project, vendor, or coworker name. Whaling targets executives and finance staff specifically because they can authorize large transfers or access sensitive systems. Vishing delivers the pretext over a phone call, often paired with caller ID spoofing, and smishing does the same over SMS, exploiting the fact that mobile users rarely scrutinize sender numbers.
The technical sophistication of phishing has grown well past a malicious attachment. Adversary-in-the-middle (AiTM) kits such as Evilginx sit as a reverse proxy between the victim and the real login page, relaying every field the victim types, including the MFA code, and capturing the resulting session cookie. That stolen cookie lets the attacker skip authentication entirely on replay, which is why MFA alone no longer stops a well-run phishing campaign. Business Email Compromise (BEC) skips malware altogether: the attacker compromises or spoofs an executive mailbox and sends a wire-transfer request with urgency and authority cues, leaving no link or attachment for a sandbox to detonate. QR-code phishing (quishing) embeds the malicious URL in an image specifically to evade text-based URL scanning in email gateways, betting the victim scans it with an unmonitored personal phone.
Defense combines technical and human controls. Email security gateways sandbox attachments and detonate embedded URLs in an isolated environment before delivery, and DMARC, DKIM, and SPF records let receiving servers verify that a message claiming to be from a domain actually originated from an authorized sending server, reducing domain spoofing. Browser isolation renders risky links in a remote container so any exploit never touches the endpoint. On the human side, simulated phishing exercises and a low-friction one-click reporting button turn the workforce into a detection sensor rather than the weakest link. Attackers exploit urgency, authority, and fear because those triggers short-circuit careful evaluation, which is exactly what awareness training is built to counter.
Phishing in SOC Operations
Phishing investigations are among the most frequent items in a tier-1 queue, usually arriving as a user-reported email or an automated gateway alert. The triage sequence is consistent: pull the raw email headers to check SPF/DKIM/DMARC alignment and the true sending IP, extract and detonate any URLs or attachments in a sandbox, and check whether the sender domain was registered recently, a strong phishing indicator. If the user clicked, you pivot to EDR browser history and process telemetry to see whether a payload executed, and to authentication logs to check for anomalous logins from unfamiliar geographies or impossible-travel patterns in the minutes after the click. If credentials were entered on a lookalike page, immediate containment means forcing a password reset, revoking active sessions and OAuth tokens, and checking mailbox rules for attacker-created forwarding rules, a common BEC persistence trick that lets the attacker keep reading mail after the password changes. Analysts also correlate a single phishing report against the broader user population: the same lure sent to fifty mailboxes changes the response from an individual cleanup to an org-wide takedown of the sending domain and a mass credential reset.
Practice Phishing in a Real SOC
SOCSimulator provides hands-on training with realistic SIEM, XDR, and Firewall interfaces. Build real analyst skills investigating phishing scenarios with zero consequences, free.
Related Terms
Social engineering is the psychological manipulation of individuals into performing actions or revea...
An Advanced Persistent Threat (APT) is a sophisticated, often nation-state-sponsored threat actor co...
Command and Control (C2) refers to the infrastructure and communication channels adversaries use to ...
Privilege escalation is the set of techniques an attacker uses to gain higher access rights than the...
The Cyber Kill Chain is a framework developed by Lockheed Martin, adapted from military targeting do...
More Threats Terms
Related SOC Training Resources
Threat Hunter Career Guide: Salary & Skills
Threat Hunters do not wait for alerts. You develop hypotheses based on threat intelligence and adversary behavior models…
Read more Career PathIncident Responder Career Guide: Salary & Skills
Incident Responders lead the technical response when confirmed breaches happen. You coordinate containment, run forensic…
Read more Career PathSOC Analyst (Tier 2) Career Guide: Salary & Skills
Tier 2 SOC Analysts handle the investigations that Tier 1 escalates. You dig into multi-stage attacks, coordinate contai…
Read more ComparisonSOCSimulator vs Hack The Box: Comparison
Different tools for different career paths. SOCSimulator trains defensive analysts. Hack The Box trains offensive securi…
Read more ToolSIEM Training Console: SOCSimulator
The SIEM console in SOCSimulator replicates the workflow of enterprise platforms like Splunk Enterprise Security, Micros…
Read more ToolXDR Training Console: SOCSimulator
The XDR console in SOCSimulator replicates the investigation workflow of platforms like CrowdStrike Falcon, Microsoft De…
Read more ToolFirewall Training Console: SOCSimulator
The Firewall console in SOCSimulator replicates the log analysis experience of enterprise platforms like Palo Alto Netwo…
Read more TechniqueMITRE ATT&CK® Techniques: Detection Training Library
Browse all MITRE ATT&CK® techniques with detection strategies and example alerts.
Read more Career PathCybersecurity Career Paths: 2026 Guide
Explore SOC analyst career paths with salary data, required skills, and certification roadmaps.
Read more PlaybookSOC Investigation Playbooks: Step-by-Step Guides
Practitioner investigation playbooks with decision trees and real SIEM queries.
Read more FeatureShift Mode: Real-Time SOC Simulation
Practice alert triage under realistic time pressure with SLA timers and noise injection.
Read more FeatureOperations: Guided Training Operations
Structured CTF-style investigation operations covering real-world attack scenarios.
Read more