04 Certified SOC Analyst
The Certified SOC Analyst (CSA) path moves us from offensive security into Security Operations Center (SOC) work.
CEH and CPENT teach you how attackers identify and exploit weaknesses. CSA develops the opposite perspective:
How do we recognize attacker activity, investigate the evidence, determine what happened, and respond appropriately?
For GoHackersCloud Academy, CSA should be treated as a practical foundation for becoming a SOC Analyst / Cybersecurity Analyst, not simply as an exam-preparation certification.
Academy Goal: Develop a repeatable workflow for alert triage, log analysis, investigation, escalation, incident documentation, and defensive security operations.
1. Where CSA Fits
Section titled “1. Where CSA Fits”A useful progression is:
Cybersecurity Fundamentals
↓
Networking + Windows + Linux
↓
Security Monitoring Fundamentals
↓
Certified SOC Analyst (CSA)
↓
GoHackersCloud SOC Labs
↓
Incident Investigation Runbooks
↓
Certified Incident Handler (ECIH)
↓
Incident Response / DFIR
↓
SOC Analyst → Senior SOC Analyst → Incident Responder
CSA is particularly suitable for learners who enjoy investigation, detection, logs, alerts, threat analysis, and incident response.
2. What Does a SOC Analyst Do?
Section titled “2. What Does a SOC Analyst Do?”A SOC continuously monitors an organization’s technology environment for suspicious or malicious activity.
A SOC analyst may investigate activity involving:
-
endpoints
-
servers
-
networks
-
identities
-
applications
-
email
-
cloud infrastructure
-
security devices
-
authentication systems
The analyst’s job is not simply to watch alerts.
The real responsibility is:
Alert → Evidence → Investigation → Decision → Response
3. The SOC Investigation Lifecycle
Section titled “3. The SOC Investigation Lifecycle”Use this workflow throughout your CSA preparation:
Monitor
↓
Detect
↓
Triage
↓
Investigate
↓
Correlate
↓
Determine Scope
↓
Assess Severity
↓
Escalate / Respond
↓
Document
↓
Improve Detection
This is one of the most important workflows to remember.
4. Understand SOC Architecture
Section titled “4. Understand SOC Architecture”A modern SOC receives telemetry from many different systems.
Conceptually:
Endpoints ──────────┐Servers ────────────┤Firewalls ──────────┤Identity ───────────┤Cloud ──────────────┼──► SIEM ──► Detection ──► AlertApplications ───────┤Email ──────────────┤IDS/IPS ────────────┤DNS ────────────────┘The SIEM helps centralize and correlate security information.
But a SIEM does not replace the analyst.
The analyst must interpret the evidence.
5. SOC Roles and Tiers
Section titled “5. SOC Roles and Tiers”Traditional SOC environments often divide responsibilities into tiers.
Tier 1 — Alert Triage
Section titled “Tier 1 — Alert Triage”Typical responsibilities:
-
monitor alerts
-
perform initial validation
-
collect basic evidence
-
identify obvious false positives
-
assign severity
-
escalate suspicious activity
This is where many entry-level SOC analysts begin.
Tier 2 — Investigation
Section titled “Tier 2 — Investigation”Tier 2 analysts generally perform deeper investigation.
They may:
-
correlate multiple data sources
-
investigate endpoints
-
analyze authentication activity
-
examine network behavior
-
determine incident scope
-
support containment decisions
Tier 3 — Advanced Investigation
Section titled “Tier 3 — Advanced Investigation”Senior analysts may handle:
-
complex incidents
-
threat hunting
-
advanced malware investigations
-
detection engineering
-
forensic analysis
-
incident-response coordination
Modern organizations may use different titles, but this model is useful for understanding career progression.
6. Security Monitoring Fundamentals
Section titled “6. Security Monitoring Fundamentals”Security monitoring begins with telemetry.
You need visibility into what is happening across the environment.
Important telemetry may include:
-
authentication logs
-
operating-system logs
-
firewall logs
-
DNS logs
-
proxy logs
-
VPN logs
-
endpoint telemetry
-
email-security events
-
application logs
-
cloud audit logs
-
identity-provider logs
The fundamental question is:
What evidence would an attacker leave behind?
7. Understanding Logs
Section titled “7. Understanding Logs”Logs are one of the SOC analyst’s most important evidence sources.
A typical event may contain:
TimestampSourceDestinationUsernameHostnameIP AddressEvent TypeActionStatusProcessApplicationAdditional ContextDo not simply read individual events.
Learn to identify relationships between events.
8. Think in Timelines
Section titled “8. Think in Timelines”Suppose you observe:
09:14 — Suspicious email received
09:17 — User authentication event
09:19 — Unusual process execution
09:21 — External network connection
09:24 — Privileged authentication
09:30 — Access to sensitive resourceIndividually, some events may appear harmless.
Together, they may form an attack story.
SOC investigation therefore involves:
Events → Correlation → Timeline → Hypothesis → Validation
9. Alert Triage
Section titled “9. Alert Triage”Not every alert represents an incident.
Your first job is determining whether an alert deserves deeper investigation.
A useful triage workflow is:
Alert Received
↓
Understand Detection
↓
Identify Affected Asset
↓
Identify User
↓
Review Context
↓
Collect Supporting Evidence
↓
Determine Likelihood
↓
Assign Severity
↓
Close or Escalate
Do not automatically assume:
Alert = Attack
An alert means:
Something occurred that requires evaluation.
10. Questions to Ask During Triage
Section titled “10. Questions to Ask During Triage”For every alert, ask:
What happened?
Section titled “What happened?”Understand what triggered the detection.
Determine the timestamp and surrounding activity.
Where?
Section titled “Where?”Identify the affected host, account, application, or network.
Identify the user or process involved.
Determine whether there is a legitimate explanation.
What else happened?
Section titled “What else happened?”Search for related events.
What is the impact?
Section titled “What is the impact?”Determine what could have been affected.
These questions form the foundation of investigation.
11. True Positive vs False Positive
Section titled “11. True Positive vs False Positive”You should clearly understand these terms.
True Positive
Section titled “True Positive”The detection correctly identified suspicious or malicious activity.
False Positive
Section titled “False Positive”The detection triggered, but the activity was legitimate or otherwise not malicious.
There are also dangerous situations where malicious activity occurs without triggering a detection.
This is why detection quality matters.
A mature SOC continuously improves detection rules based on investigation results.
12. Alert Severity
Section titled “12. Alert Severity”Not every incident deserves the same priority.
Severity may depend on:
Likelihood + Asset Criticality + Privilege + Exposure + Business Impact
For example:
A suspicious login against an unused test account may have different priority from the same behavior involving a privileged administrator.
Always consider context.
13. Identity and Authentication Investigation
Section titled “13. Identity and Authentication Investigation”Identity attacks are extremely important in modern SOC operations.
Investigate events involving:
-
failed logins
-
successful logins
-
MFA
-
password resets
-
account lockouts
-
privileged accounts
-
service accounts
-
new account creation
-
group membership changes
-
unusual login locations
-
unusual login times
Think:
Identity → Authentication → Device → Location → Privilege → Resource
14. Suspicious Authentication Workflow
Section titled “14. Suspicious Authentication Workflow”A useful workflow is:
Suspicious Login ↓Identify User ↓Review Authentication History ↓Review Source ↓Review Device ↓Review MFA ↓Check Related Events ↓Determine Account Activity ↓Assess CompromiseDo not investigate the login in isolation.
Determine what the account did before and after the event.
15. Endpoint Investigation
Section titled “15. Endpoint Investigation”Endpoints frequently contain valuable evidence.
SOC analysts should understand:
-
processes
-
parent/child process relationships
-
services
-
user activity
-
network connections
-
files
-
persistence indicators
-
endpoint-security alerts
A useful mental model is:
User ↓Process ↓Child Process ↓File ↓Network Connection ↓DestinationThis can reveal how suspicious activity developed.
16. Process Analysis
Section titled “16. Process Analysis”When investigating a suspicious process, ask:
-
What process executed?
-
Who executed it?
-
What was its parent?
-
What did it launch?
-
Where did it execute from?
-
What files did it access?
-
Did it communicate externally?
-
Did it modify the system?
-
Is the behavior expected?
Context matters more than the process name alone.
17. Network Security Investigation
Section titled “17. Network Security Investigation”SOC analysts should be comfortable interpreting network-security events.
Understand:
-
source IP
-
destination IP
-
source port
-
destination port
-
protocol
-
connection direction
-
connection status
-
data volume
-
DNS activity
-
firewall action
Then ask:
Is this communication expected?
18. Firewall Logs
Section titled “18. Firewall Logs”A firewall event may tell you:
TimestampSource IPDestination IPSource PortDestination PortProtocolActionRuleFrom this information, an analyst may determine:
-
which systems communicated
-
whether traffic was allowed
-
which service was involved
-
whether the activity was expected
-
whether additional investigation is required
19. DNS Investigation
Section titled “19. DNS Investigation”DNS can provide valuable security evidence.
Suspicious activity might involve:
-
unusual domains
-
newly observed domains
-
unexpected subdomains
-
repeated failed lookups
-
unusual query patterns
-
endpoints contacting suspicious infrastructure
A useful investigation chain is:
Endpoint → DNS Query → Domain → Connection → Process → User
This correlation can be extremely powerful.
20. Email and Phishing Investigation
Section titled “20. Email and Phishing Investigation”Phishing remains a common SOC investigation.
A phishing investigation should consider:
Sender
Section titled “Sender”Is the sender expected?
Domain
Section titled “Domain”Does the domain appear legitimate?
Message
Section titled “Message”What action is the user being encouraged to perform?
Where do they lead?
Attachments
Section titled “Attachments”What type of attachment is present?
Authentication
Section titled “Authentication”Did the user subsequently authenticate somewhere unusual?
Endpoint
Section titled “Endpoint”Was anything executed?
Did other users receive the same message?
Think beyond:
“Is this email malicious?”
Ask:
Did anyone interact with it, and what happened afterward?
21. Malware Investigation Fundamentals
Section titled “21. Malware Investigation Fundamentals”CSA learners should understand the basics of malware investigation.
Focus on identifying:
-
suspicious files
-
unusual processes
-
persistence
-
network communication
-
suspicious domains
-
abnormal system behavior
-
endpoint detections
At this stage, you do not need to become an advanced malware reverse engineer.
You need to understand how to recognize and investigate malware-related evidence.
22. Indicators of Compromise
Section titled “22. Indicators of Compromise”Indicators of Compromise (IOCs) may include:
-
IP addresses
-
domains
-
URLs
-
file hashes
-
filenames
-
email addresses
-
registry artifacts
-
suspicious processes
But remember:
IOC ≠ Incident
An IOC provides something to investigate.
Context determines whether malicious activity actually occurred.
23. Indicators of Attack
Section titled “23. Indicators of Attack”Indicators of Attack focus more on attacker behavior.
For example:
Credential Access → Privilege Change → Remote Access → Data Access
Behavior-based detection can remain useful even when attackers change infrastructure or files.
This is why modern SOC operations increasingly emphasize behavior and techniques, not just static indicators.
24. MITRE ATT&CK
Section titled “24. MITRE ATT&CK”CSA learners should become familiar with the MITRE ATT&CK framework.
ATT&CK helps organize attacker behavior into areas such as:
-
Initial Access
-
Execution
-
Persistence
-
Privilege Escalation
-
Defense Evasion
-
Credential Access
-
Discovery
-
Lateral Movement
-
Collection
-
Command and Control
-
Exfiltration
-
Impact
You do not need to memorize the entire framework initially.
Use it to answer:
What stage of attacker behavior might this evidence represent?
25. Map Events to Attacker Behavior
Section titled “25. Map Events to Attacker Behavior”Suppose an investigation reveals:
Phishing Email ↓Suspicious Execution ↓Credential Activity ↓Internal Discovery ↓Remote ConnectionInstead of treating these as unrelated alerts, ATT&CK-style thinking helps you recognize an attack sequence.
This improves both investigation and reporting.
26. SIEM Fundamentals
Section titled “26. SIEM Fundamentals”A SIEM typically helps organizations:
-
collect logs
-
normalize events
-
search data
-
correlate events
-
create detections
-
generate alerts
-
support investigations
-
create dashboards
-
retain security evidence
Popular environments may use different technologies, but your underlying skills should remain portable.
Focus on:
Data → Search → Correlation → Detection → Investigation
rather than becoming dependent on one SIEM product.
27. SIEM Investigation Workflow
Section titled “27. SIEM Investigation Workflow”When an alert appears:
Alert ↓Detection Rule ↓Triggering Event ↓Affected User/Host ↓Related Logs ↓Timeline ↓Hypothesis ↓Validation ↓DecisionOne of the most important habits is understanding why the detection fired before expanding the investigation.
28. EDR Fundamentals
Section titled “28. EDR Fundamentals”Endpoint Detection and Response platforms provide deeper endpoint visibility.
They can help analysts investigate:
-
process execution
-
parent/child relationships
-
network connections
-
file activity
-
user activity
-
endpoint detections
Conceptually:
SIEM └── Broad Environment Visibility
EDR └── Deep Endpoint VisibilitySOC analysts commonly correlate both.
29. Threat Intelligence
Section titled “29. Threat Intelligence”Threat intelligence can provide context around:
-
attacker infrastructure
-
malware
-
campaigns
-
techniques
-
vulnerabilities
-
threat actors
Use intelligence to support investigation, not replace analysis.
For example:
A suspicious IP may have a poor reputation.
That does not automatically prove compromise.
You still need evidence from the environment.
30. Incident Scope
Section titled “30. Incident Scope”Once malicious activity is confirmed, determine its scope.
Ask:
-
Which user accounts are affected?
-
Which endpoints are affected?
-
Which servers are affected?
-
When did activity begin?
-
What resources were accessed?
-
Were privileges changed?
-
Was lateral movement observed?
-
Was sensitive information accessed?
-
Are additional systems involved?
A SOC analyst should avoid declaring an incident resolved before understanding its scope.
31. Escalation
Section titled “31. Escalation”Tier 1 analysts are not expected to solve every incident.
They are expected to recognize when escalation is required.
Escalation may depend on:
-
confirmed malicious activity
-
privileged-account involvement
-
sensitive assets
-
malware execution
-
lateral movement
-
potential data exposure
-
significant business impact
A good escalation contains useful context.
Not simply:
“Suspicious activity found.”
Instead provide:
Alert
Affected User
Affected Host
Timeline
Evidence Reviewed
Key Findings
Severity
Reason for Escalation
Recommended Next Action32. Incident Response Connection
Section titled “32. Incident Response Connection”SOC detection feeds directly into incident response.
The relationship is:
SOC
Detects and investigates.
↓
Incident Response
Contains, eradicates, and recovers.
A common incident-response lifecycle is:
Preparation → Detection & Analysis → Containment → Eradication → Recovery → Lessons Learned
CSA focuses heavily on the Detection & Analysis portion.
33. Evidence Handling
Section titled “33. Evidence Handling”During an investigation, preserve useful evidence.
Record:
Case ID:
Alert:
Analyst:
Timestamp:
Affected User:
Affected Asset:
Evidence Reviewed:
Observations:
Timeline:
Assessment:
Severity:
Actions Taken:
Escalation:Good case notes allow another analyst to continue your investigation without starting again.
34. Build Investigation Timelines
Section titled “34. Build Investigation Timelines”A timeline is one of the most powerful investigation tools.
For example:
| Time | Source | Event | Interpretation |
|---|---|---|---|
| 10:02 | Suspicious message | Potential initial access | |
| 10:08 | Identity | Login observed | Requires validation |
| 10:11 | Endpoint | Process started | Suspicious |
| 10:14 | DNS | External lookup | Correlate |
| 10:16 | Firewall | Connection allowed | Investigate destination |
The final column is important.
Do not only record events.
Record what they might mean.
35. Recommended CSA Practice Areas
Section titled “35. Recommended CSA Practice Areas”Develop practical confidence in:
-
log analysis
-
SIEM investigation
-
alert triage
-
authentication investigation
-
endpoint investigation
-
network investigation
-
DNS analysis
-
firewall analysis
-
phishing investigation
-
malware-alert investigation
-
threat-intelligence enrichment
-
MITRE ATT&CK mapping
-
timeline construction
-
severity determination
-
escalation
-
incident documentation
36. GoHackersCloud SOC Lab Progression
Section titled “36. GoHackersCloud SOC Lab Progression”For CSA preparation, use the Academy SOC Labs in this sequence:
Lab 01 — SOC Alert Triage
↓
Lab 02 — Suspicious Authentication Investigation
↓
Lab 03 — Phishing Email Investigation
↓
Lab 04 — Endpoint Security Alert Investigation
↓
Lab 05 — Network Security Alert Investigation
↓
Lab 06 — Malware Investigation
↓
Lab 07 — Multi-Source Log Correlation
↓
Lab 08 — MITRE ATT&CK Mapping
↓
Lab 09 — Incident Timeline Reconstruction
↓
Lab 10 — SOC Investigation Capstone
The capstone should require you to investigate multiple sources without being told exactly where the answer is located.
37. Use SOC Runbooks
Section titled “37. Use SOC Runbooks”After completing the labs, practice using repeatable operational procedures.
Recommended Academy runbooks include:
SOC Alert Triage and Escalation
Suspicious Authentication Investigation
Phishing Email Investigation and Response
Malware and Endpoint Compromise Investigation
Network Security Alert Investigation
Ransomware Incident Response
Runbooks help bridge the gap between:
“I know how to investigate this.”
and:
“I can investigate it consistently as part of a security team.”
38. CSA Exam Preparation Strategy
Section titled “38. CSA Exam Preparation Strategy”Use four stages.
Stage 1 — Fundamentals
Section titled “Stage 1 — Fundamentals”Review:
-
networking
-
operating systems
-
security fundamentals
-
common attacks
-
authentication
-
protocols
Stage 2 — Detection
Section titled “Stage 2 — Detection”Understand:
-
logs
-
SIEM
-
EDR
-
alerts
-
IOCs
-
attacker behaviors
-
MITRE ATT&CK
Stage 3 — Investigation
Section titled “Stage 3 — Investigation”Practice:
Alert → Evidence → Correlation → Timeline → Decision
Stage 4 — Operational Practice
Section titled “Stage 4 — Operational Practice”Complete realistic SOC scenarios involving multiple log sources.
Before scheduling your exam, verify the current CSA blueprint, exam version, format, eligibility requirements, policies, and objectives directly with EC-Council, since certification details can change.
39. SOC Analyst Interview Preparation
Section titled “39. SOC Analyst Interview Preparation”Question 1 — What do you do when an alert arrives?
Section titled “Question 1 — What do you do when an alert arrives?”A strong answer:
Understand the alert → Identify affected assets → Review evidence → Correlate related events → Determine scope → Assess severity → Close or escalate → Document
Question 2 — What is a false positive?
Section titled “Question 2 — What is a false positive?”An alert triggered by activity that investigation determines is not malicious in the relevant context.
Question 3 — SIEM vs EDR?
Section titled “Question 3 — SIEM vs EDR?”A SIEM centralizes and correlates security telemetry across many sources.
EDR provides deeper endpoint-focused detection and investigation capabilities.
They commonly work together.
Question 4 — How would you investigate suspicious authentication?
Section titled “Question 4 — How would you investigate suspicious authentication?”Review:
User → Source → Device → Location → Time → MFA → Authentication history → Privilege → Subsequent activity
Question 5 — What is an IOC?
Section titled “Question 5 — What is an IOC?”An Indicator of Compromise is an observable artifact that may be associated with malicious activity and can help support investigation.
Question 6 — What is MITRE ATT&CK?
Section titled “Question 6 — What is MITRE ATT&CK?”A knowledge base used to organize and describe adversary tactics and techniques observed across attack lifecycles.
Question 7 — When would you escalate an alert?
Section titled “Question 7 — When would you escalate an alert?”When evidence indicates confirmed or sufficiently credible malicious activity, significant uncertainty requiring deeper expertise, privileged-account involvement, sensitive assets, malware, lateral movement, or potentially significant business impact.
40. CSA Job-Readiness Checklist
Section titled “40. CSA Job-Readiness Checklist”Before applying for junior SOC positions, aim to confidently:
-
Explain SOC operations
-
Understand common log sources
-
Read authentication logs
-
Interpret basic network logs
-
Investigate SIEM alerts
-
Understand endpoint telemetry
-
Investigate phishing
-
Analyze suspicious authentication
-
Build an incident timeline
-
Correlate multiple events
-
Use MITRE ATT&CK conceptually
-
Distinguish IOCs from attacker behavior
-
Determine basic incident severity
-
Write investigation notes
-
Escalate appropriately
-
Explain findings clearly
41. Build Your SOC Portfolio
Section titled “41. Build Your SOC Portfolio”Your practical portfolio could contain:
SOC Analyst Portfolio
01 SOC Alert Triage Investigation
02 Suspicious Authentication Investigation
03 Phishing Investigation
04 Endpoint Alert Investigation
05 Network Security Investigation
06 Malware Investigation
07 MITRE ATT&CK Mapping Exercise
08 Incident Timeline Reconstruction
09 SOC Incident Escalation Report
10 SOC Investigation CapstoneFor every investigation, document:
Alert
Objective
Evidence Sources
Investigation
Timeline
Findings
MITRE ATT&CK Mapping
Severity
Decision
Recommended Actions
ConclusionThis demonstrates much more practical capability than simply listing CSA on your resume.
42. From CSA to SOC Analyst
Section titled “42. From CSA to SOC Analyst”Certification should be followed by repeated investigation practice.
A strong progression is:
CSA
↓
SOC Labs
↓
SOC Runbooks
↓
SIEM Practice
↓
Endpoint Investigation
↓
Incident Response
↓
Threat Hunting
↓
DFIR
↓
Detection Engineering
This can eventually lead toward roles such as:
SOC Analyst → Senior SOC Analyst → Incident Responder → Threat Hunter → Detection Engineer → SOC Lead
CSA Success Formula
Section titled “CSA Success Formula”Use this framework throughout your SOC journey:
Detect → Triage → Investigate → Correlate → Scope → Decide → Escalate → Document
And develop one habit above everything else:
Never investigate an alert in isolation. Investigate the story around the alert.
A good SOC analyst does not simply ask:
“Why did this detection trigger?”
They ask:
“What happened before it, what happened after it, which identities and systems were involved, and what does the complete evidence tell us?”
That is the transition from alert monitoring to security investigation.
What’s Next?
Section titled “What’s Next?”➡️ 05 — Computer Hacking Forensic Investigator (CHFI)
CSA taught us how to detect and investigate suspicious activity using security telemetry.
Next, we move deeper into digital forensics.
In CHFI, the focus becomes:
Identify → Preserve → Collect → Examine → Analyze → Reconstruct → Document → Report
You will learn how forensic investigators approach digital evidence, preserve its integrity, reconstruct incident timelines, analyze endpoint artifacts, and support incident-response and investigative activities.