CSA (312-39) SOC Simulation Lab
Welcome to the SOC. Today, we're investigating a major data exfiltration event. You will learn how to correlate network egress anomalies with non-technical attack vectors that bypass traditional perimeter defenses.
Scenario Context
Your team received a high-severity Data Loss Prevention (DLP) alert indicating that a large archive of sensitive employee data (W-2s and PII) was uploaded to an external file-sharing site from the HR subnet.
The endpoint logs show that the HR Manager authenticated normally and manually initiated the file transfer. There are no signs of malware, unauthorized remote access, or endpoint compromise. You pivot to the email security gateway to understand the context surrounding the HR Manager's actions.
Security Environment
Review the correlated logs tracking the incident timeline:
Note: The HR manager bypassed the DLP warning prompt because they believed the "CEO's" instructions were urgent and legitimate after calling the fake phone number in the email.
Question
Expert Insight: Senior SOC Analyst
This is a classic Business Email Compromise (BEC) scenario, specifically CEO Fraud, augmented with Voice Phishing (Vishing). The attacker registered a lookalike domain ("g1obaltech" instead of "globaltech") to bypass visual inspection. By providing a fake phone number, the attacker controlled the verification channel, entirely bypassing technical security controls by manipulating the human element.
This is a textbook Social Engineering Attack. Social engineering relies on psychological manipulation (urgency, authority) rather than technical exploitation to trick users into making security mistakes or giving away sensitive information.
A (Web-Based Intrusion) & B (Application Exploit): The attacker didn't hack the HR systems or exploit a software bug. The system functioned exactly as intended; the user was the one who was compromised.
D (Credential Theft): While social engineering is often used to steal credentials (e.g., via a phishing login page), in this specific scenario, the attacker didn't steal the HR manager's password. The HR manager used their own valid credentials to willingly export and send the data.
SOC Mini-Lesson: Detecting the "Human Exploit"
As a SOC analyst, detecting social engineering requires correlating technical telemetry with human behavior anomalies. Here is how we build defense-in-depth against BEC:
- Email Authentication (DMARC/DKIM/SPF): Look at the logs above. The SPF and DMARC checks failed. The Email Gateway should have been configured to quarantine or reject emails failing DMARC rather than just delivering them.
- Lookalike Domain Detection: Implement SIEM rules to alert when newly registered domains with high Levenshtein distance similarity to your corporate domain send emails inbound.
- Data Loss Prevention (DLP): The DLP caught the event, but the policy allowed a "User Override". For highly sensitive data (W-2s), DLP policies should enforce strict blocking, requiring a secondary approval from IT/Security, removing the sole burden from the pressured employee.
Learn how to detect and mitigate advanced persistent threats.
Explore more CSA simulations →