In this scenario, you will practice translating operational SOC telemetry into strategic business intelligence. Learn how to identify the right reporting mechanisms to secure budget and improve organizational security posture.

CSA (312-39) SOC Simulation Lab

Scenario Context

You are a Tier 3 SOC Analyst at a mid-sized financial institution. Over the last two quarters, your L1/L2 analysts have been overwhelmed by a high volume of true-positive (TP) alerts generated by your EDR (CrowdStrike). The root cause mapping almost universally points back to users executing malicious macros or credential-harvesting links delivered via email.


The native email security gateway is clearly failing to stop modern, evasive phishing tactics. You have a meeting with the CISO and the VP of IT Infrastructure tomorrow to request a $150,000 budget for a dedicated Advanced Email Threat Protection (AETP) solution and mandatory phish-testing campaigns.

Security Environment

You run a SPL query in Splunk to aggregate the Incident Types over the last 6 months to prepare your evidence.

index=edr_alerts sourcetype=crowdstrike:incident | search category="Phishing" OR category="Malicious_Macro" OR category="Credential_Access" | eval month=strftime(_time, "%Y-%m") | stats count by month, category | xyseries month category count Month Credential_Access Malicious_Macro Phishing_Total -------------------------------------------------------------- Jan 12 8 20 Feb 18 15 33 Mar 27 21 48 Apr 41 25 66 May 58 39 97 Jun 82 45 127 [!] Alert volume trend indicates a 535% increase in phishing-originated incidents over a 6-month period.

Question

A SOC team notices that malware-related incidents have increased over the past six months, targeting endpoints through phishing campaigns. They need to present a report to the security leadership team to justify investing in advanced email filtering solutions and end-user security training. Which SOC report will best support their case?

Expert Insight

What is happening:

As a senior analyst, your job isn't just to close tickets; it's to identify systemic failures. The Splunk data clearly shows our current perimeter controls are degrading. However, executives don't speak "EDR alerts"—they speak "business risk." We have to package tactical alert data into a strategic narrative to get budget.


Why Option C is correct:

A Trend Analysis Report is specifically designed to evaluate data over a prolonged period (in this case, 6 months). It visualizes trajectories (e.g., a 535% increase in incidents), making it the perfect tool to prove that an existing control is failing over time and justify capital expenditure (CapEx) for new tools.


Why the others fail here:


SOC Mini-Lesson: The Strategic Value of Telemetry

Junior analysts view SIEM logs as triggers for immediate action. Senior analysts view SIEM logs as evidence.

When presenting to leadership, always use the Condition-Impact-Recommendation framework:

  • Condition (The Trend): "Over 6 months, phishing bypasses increased 535%."
  • Impact (The Risk): "This forces L1s to spend 40 hours/week remediating endpoints, increasing the risk of a major breach."
  • Recommendation (The Solution): "Allocate $150k for an AETP solution."

You can see how ExamRange simulations emphasize thinking beyond the alert—that's what separates L1 triage from L3 engineering.