Skip to main content
T1566Initial Accesseasy difficulty

Phishing

For a SOC analyst, phishing surfaces as the opening move of most intrusions: a crafted email, SMS, or chat message that lures a user into clicking a malicious link, opening a weaponized attachment, or handing over credentials. The defensive signal is rarely the message alone, but the chain that follows it, such as a freshly registered domain, a credential-portal redirect, or an Office application spawning a script interpreter. Spearphishing narrows the lure to a named target, raising fidelity but lowering volume.

Practice detecting Phishing on realistic SIEM, Firewall alerts in SOCSimulator Operations.

SIEMFirewall

What is Phishing?

Phishing is documented as technique T1566 in MITRE ATT&CK® v19.1 under the Initial Access tactic. Detection requires visibility into SIEM, Firewall telemetry.

Detection Strategies

The following detection strategies help SOC analysts identify Phishing activity. These methods apply across SIEM, Firewall environments and can be implemented as detection rules, correlation queries, or behavioral analytics in your security platform.

  1. 1

    Monitor email gateway logs for messages with mismatched sender display names and actual email addresses, paying particular attention to domain typosquatting patterns such as substituting similar-looking characters.

  2. 2

    Analyze URL click patterns in email security tools and proxy logs for newly registered domains, domains with low reputation scores, or domains that redirect through multiple hops before reaching a final destination.

  3. 3

    Inspect email attachments for macro-enabled Office documents, password-protected archives, and double-extension files that are commonly used to bypass basic file type filters in email security gateways.

  4. 4

    Correlate user authentication events with phishing simulation data and email delivery timestamps to identify accounts that may have submitted credentials to harvesting pages shortly after receiving suspicious messages.

  5. 5

    Deploy honeypot email addresses in the corporate directory and alert on any messages delivered to those addresses, which provides high-fidelity signals of active phishing campaigns targeting the organization.

  6. 6

    Review DNS query logs for domains queried immediately after suspicious email delivery, focusing on domains registered within the past 30 days or those using dynamic DNS providers frequently abused by threat actors.

Example Alerts

These realistic alert examples show what Phishing looks like in your security tools. Use them to tune detection rules and train analysts to recognize true positives versus false positives in live environments.

HighSIEM

Suspicious Email Link Click - Credential Harvesting Site

User jsmith@corp.com clicked a URL in an email that redirected through three domains before landing on a page mimicking the corporate Office 365 login portal. The final destination domain was registered 2 days ago and has no prior reputation history in threat intelligence feeds.

CriticalXDR

Malicious Macro Document Execution Detected

Microsoft Word process spawned PowerShell with encoded command line arguments after user opened an attachment from an external email. The parent-child process relationship and Base64-encoded payload are consistent with macro-based malware delivery observed in multiple threat actor campaigns.

MediumFirewall

Email with Suspicious Attachment Blocked

Email security gateway blocked an inbound message containing a ZIP archive with a double-extension file named invoice_2024.pdf.exe. The sending IP address appears on three commercial threat intelligence blocklists and has been associated with phishing infrastructure for the past six months.

Frequently Asked Questions

How do SOC analysts detect Phishing?
Detection centers on SIEM, Firewall telemetry for the initial access phase of the attack. Monitor email gateway logs for messages with mismatched sender display names and actual email addresses, paying particular attention to domain typosquatting patterns such as substituting similar-looking characters. Analyze URL click patterns in email security tools and proxy logs for newly registered domains, domains with low reputation scores, or domains that redirect through multiple hops before reaching a final destination.
What does a Phishing alert look like?
A representative SIEM detection is "Suspicious Email Link Click - Credential Harvesting Site" (high severity): User jsmith@corp.com clicked a URL in an email that redirected through three domains before landing on a page mimicking the corporate Office 365 login portal. The final destination domain was registered 2 days ago and has no prior reputation history in threat intelligence feeds.
Which tools detect Phishing, and how can I practice?
Phishing (T1566) is best surfaced with SIEM, Firewall telemetry, which exposes the initial access signals described above. Practice detecting it on those exact consoles in SOCSimulator Operations, free.

Practice Phishing in a Free Room

Investigate Phishing on realistic SIEM, XDR, and firewall consoles, free.

Bumblebee Returns: The Voicemail VBA Macro

Bumblebee Returns: The Voicemail VBA Macro

An accounts-payable clerk opened a voicemail-notification email, followed a OneDrive link, and a Word macro quietly pulled a loader onto the host. Follow the chain from a sender-spoofed phishing message through a VBA macro, PowerShell, and signed-binary proxy execution to the Bumblebee loader's TLS command-and-control.

30m·257 tasks
View Operation
ClickFix: The Fake CAPTCHA Trap

ClickFix: The Fake CAPTCHA Trap

The ClickFix social engineering technique uses dialogue boxes containing fake error messages to trick victims into copying, pasting, and running malicious content. In this scenario, a user was targeted with a 'Verify You Are Human' CAPTCHA check that led to a significant endpoint compromise. You will analyze the 'paste-and-run' execution chain, investigate PowerShell activity initiated via the Windows Run dialog, and identify the deployment of an information stealer.

20m·255 tasks
View Operation
Credential Harvesting: The Lookalike Login

Credential Harvesting: The Lookalike Login

Investigate an adversary-in-the-middle (AiTM) credential phishing campaign that lured an employee to a lookalike Microsoft 365 login page. Working entirely from SIEM logs, you will identify the lookalike domain, reconstruct the multi-hop redirect chain through a compromised legitimate site, uncover a secondary phishing wave against another employee, and confirm account takeover in Azure AD sign-in logs via impossible travel and session-token replay. You finish by choosing the containment action that actually evicts an attacker holding a valid session token. Foundational skills for SOC analysts in lookalike-domain analysis and identity-centric incident response.

20m·257 tasks
View Operation
Glossary

What is Phishing? SOC Glossary

Phishing is a social engineering attack delivered via email, SMS, voice calls, or other channels that deceives recipient…

Read more
Glossary

What is Attack Surface? SOC Glossary

An organization's attack surface is the total set of points where an adversary could attempt unauthorized access: networ…

Read more
Glossary

What is Social Engineering? SOC Glossary

Social engineering is the psychological manipulation of individuals into performing actions or revealing information tha…

Read more
Glossary

What is IOC? SOC Glossary

An Indicator of Compromise (IOC) is an observable artifact, such as a file hash, IP address, domain name, URL, registry …

Read more
Career Path

SOC Analyst (Tier 1) Career Guide: Salary & Skills

Tier 1 SOC Analysts are the front line. You monitor alert queues, triage incoming detections, classify them as true or f…

Read more
Career Path

SOC 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
Tool

SIEM Training Console: SOCSimulator

The SIEM console in SOCSimulator replicates the workflow of enterprise platforms like Splunk Enterprise Security, Micros…

Read more
Tool

Firewall Training Console: SOCSimulator

The Firewall console in SOCSimulator replicates the log analysis experience of enterprise platforms like Palo Alto Netwo…

Read more
Comparison

SOCSimulator Vs. Letsdefend: Platform Comparison

SOCSimulator wins on operational realism. You get multi-tool shift simulation with SLA pressure, noise injection, and al…

Read more
Playbook

Phishing Email Investigation: Investigation Playbook

When a phishing email is reported or detected, investigate by analyzing email headers for spoofing indicators, inspectin…

Read more
Playbook

Business Email Compromise Investigation: Investigation Playbook

When financial staff receive urgent payment requests from executives or vendors, or when email rules are discovered forw…

Read more
Playbook

Macro-Enabled Document Malware Investigation: Investigation Playbook

When XDR detects a Microsoft Office process spawning scripting interpreters, Word launching PowerShell, Excel spawning c…

Read more