Skip to content

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.

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.

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

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.

A modern SOC receives telemetry from many different systems.

Conceptually:

Endpoints ──────────┐
Servers ────────────┤
Firewalls ──────────┤
Identity ───────────┤
Cloud ──────────────┼──► SIEM ──► Detection ──► Alert
Applications ───────┤
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.

Traditional SOC environments often divide responsibilities into tiers.

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

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.

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?

Logs are one of the SOC analyst’s most important evidence sources.

A typical event may contain:

Timestamp
Source
Destination
Username
Hostname
IP Address
Event Type
Action
Status
Process
Application
Additional Context

Do not simply read individual events.

Learn to identify relationships between events.

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 resource

Individually, some events may appear harmless.

Together, they may form an attack story.

SOC investigation therefore involves:

Events → Correlation → Timeline → Hypothesis → Validation

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.

For every alert, ask:

Understand what triggered the detection.

Determine the timestamp and surrounding activity.

Identify the affected host, account, application, or network.

Identify the user or process involved.

Determine whether there is a legitimate explanation.

Search for related events.

Determine what could have been affected.

These questions form the foundation of investigation.

You should clearly understand these terms.

The detection correctly identified suspicious or malicious activity.

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.

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

A useful workflow is:

Suspicious Login
Identify User
Review Authentication History
Review Source
Review Device
Review MFA
Check Related Events
Determine Account Activity
Assess Compromise

Do not investigate the login in isolation.

Determine what the account did before and after the event.

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
Destination

This can reveal how suspicious activity developed.

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.

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?

A firewall event may tell you:

Timestamp
Source IP
Destination IP
Source Port
Destination Port
Protocol
Action
Rule

From 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

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.

Phishing remains a common SOC investigation.

A phishing investigation should consider:

Is the sender expected?

Does the domain appear legitimate?

What action is the user being encouraged to perform?

Where do they lead?

What type of attachment is present?

Did the user subsequently authenticate somewhere unusual?

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?

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.

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.

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.

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?

Suppose an investigation reveals:

Phishing Email
Suspicious Execution
Credential Activity
Internal Discovery
Remote Connection

Instead of treating these as unrelated alerts, ATT&CK-style thinking helps you recognize an attack sequence.

This improves both investigation and reporting.

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.

When an alert appears:

Alert
Detection Rule
Triggering Event
Affected User/Host
Related Logs
Timeline
Hypothesis
Validation
Decision

One of the most important habits is understanding why the detection fired before expanding the investigation.

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 Visibility

SOC analysts commonly correlate both.

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.

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.

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 Action

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.

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.

A timeline is one of the most powerful investigation tools.

For example:

Time Source Event Interpretation
10:02 Email 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.

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

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.

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.”

Use four stages.

Review:

  • networking

  • operating systems

  • security fundamentals

  • common attacks

  • authentication

  • protocols

Understand:

  • logs

  • SIEM

  • EDR

  • alerts

  • IOCs

  • attacker behaviors

  • MITRE ATT&CK

Practice:

Alert → Evidence → Correlation → Timeline → Decision

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.

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

An alert triggered by activity that investigation determines is not malicious in the relevant context.

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

An Indicator of Compromise is an observable artifact that may be associated with malicious activity and can help support investigation.

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.

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

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 Capstone

For every investigation, document:

Alert
Objective
Evidence Sources
Investigation
Timeline
Findings
MITRE ATT&CK Mapping
Severity
Decision
Recommended Actions
Conclusion

This demonstrates much more practical capability than simply listing CSA on your resume.

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

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.

➡️ 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.