09 Enterprise SOC Projects
Welcome to:
Module 09 — Enterprise SOC Projects
You have now developed the core capabilities required by a modern Blue Team professional.
Throughout the previous modules, you learned how to:
Monitor ↓Detect ↓Triage ↓Investigate ↓Threat Hunt ↓Respond ↓Perform Forensics ↓Engineer Detections ↓Validate DefensesNow it is time to bring everything together.
This module moves away from isolated exercises and places you into:
EnterpriseSecurity Scenarioswhere there may be:
Multiple Users
Multiple Hosts
Multiple Alerts
Multiple Log Sources
Conflicting Evidence
Incomplete Information
Business Impact
Time PressureYou will need to determine:
What Happened?
How Did It Happen?
Which SystemsAre Affected?
Which AccountsAre Compromised?
What Isthe Attack Scope?
What ShouldBe Contained?
What EvidenceMust Be Preserved?
Which DetectionFailed?
How Shouldthe IncidentBe Reported?This is much closer to how real SOC investigations work.
Module Objectives
Section titled “Module Objectives”By the end of this module, you will be able to:
-
investigate complex enterprise security incidents.
-
correlate alerts from multiple security technologies.
-
analyze identity, endpoint, network, email and cloud telemetry.
-
prioritize alerts based on business risk.
-
determine incident scope.
-
reconstruct attack timelines.
-
identify initial access.
-
investigate suspicious authentication.
-
investigate phishing incidents.
-
investigate endpoint compromise.
-
investigate malware activity.
-
investigate credential access.
-
investigate persistence.
-
investigate privilege escalation.
-
investigate lateral movement.
-
investigate cloud compromise.
-
investigate ransomware activity.
-
investigate data collection and exfiltration.
-
perform threat hunting during investigations.
-
preserve forensic evidence.
-
identify indicators of compromise.
-
map attacker activity to MITRE ATT&CK.
-
identify telemetry gaps.
-
identify detection gaps.
-
create new detection requirements.
-
recommend containment actions.
-
document incident findings.
-
prepare executive incident summaries.
-
build professional SOC investigation portfolios.
Enterprise SOC Project Model
Section titled “Enterprise SOC Project Model”Each project follows:
Mission ↓Business Context ↓Initial Alert ↓Triage ↓Evidence Collection ↓Investigation ↓Correlation ↓Timeline ↓Scope ↓Containment ↓Recovery ↓Detection Improvement ↓ReportingYour Role
Section titled “Your Role”During these projects, assume the role of:
EnterpriseSOC AnalystDepending on the project, you may also operate as:
Incident Responder
Threat Hunter
DFIR Analyst
Detection EngineerEnterprise Environment
Section titled “Enterprise Environment”The fictional enterprise environment contains:
Identity Platform
Windows Endpoints
Linux Servers
Email Platform
Corporate Network
Cloud Infrastructure
Web Applications
Security Monitoring
SIEM
EDR
Firewall
DNS
Proxy
Cloud Security LogsYou will investigate activity across these environments.
Project Evidence
Section titled “Project Evidence”Projects may provide evidence such as:
Authentication Logs
Windows Event Logs
EDR Events
Process Creation Logs
PowerShell Logs
DNS Logs
Firewall Logs
Proxy Logs
Email Headers
Cloud Audit Logs
IAM Events
File Hashes
Memory Artifacts
Network ConnectionsThe objective is not simply to find one suspicious event.
You must:
CorrelateEvidenceProject 01 — Enterprise Identity Compromise Investigation
Section titled “Project 01 — Enterprise Identity Compromise Investigation”Mission
Section titled “Mission”Investigate suspicious authentication activity involving a privileged enterprise user.
Initial alert:
Multiple FailedAuthentication Attempts
↓
Successful Login
↓
New Device
↓
Privileged AccountInvestigation Objectives
Section titled “Investigation Objectives”Determine:
Was the AccountCompromised?
Where Didthe Login Originate?
Was MFA Used?
Was the DeviceKnown?
What HappenedAfter Authentication?
Were PrivilegesModified?
Were Other AccountsTargeted?Evidence Sources
Section titled “Evidence Sources”Analyze:
Identity Logs
MFA Logs
VPN Logs
Cloud Authentication
Endpoint Logs
Threat IntelligenceInvestigation Workflow
Section titled “Investigation Workflow”Initial Alert ↓User Baseline ↓Source IP ↓Device ↓MFA ↓Authentication History ↓Post-Login Activity ↓Privilege Changes ↓ScopeDeliverables
Section titled “Deliverables”Create:
Identity_Incident_Timeline.csv
Identity_Investigation.md
Identity_IOCs.csv
Identity_Containment_Plan.mdProject 02 — Phishing and Business Email Compromise
Section titled “Project 02 — Phishing and Business Email Compromise”Mission
Section titled “Mission”Investigate a suspicious email reported by an employee.
The message contains:
Urgent Request
External Sender
Authentication Link
Credential CollectionShortly afterward:
Successful Loginfrom New Locationis observed.
Investigation Objectives
Section titled “Investigation Objectives”Determine:
Was the EmailMalicious?
Who Received It?
Who Clicked?
Were CredentialsEntered?
Was the AccountCompromised?
Were Mailbox RulesCreated?
Was ExternalForwarding Enabled?Evidence Sources
Section titled “Evidence Sources”Analyze:
Email Headers
Mail Gateway Logs
URL Reputation
Browser History
Authentication Logs
MFA Events
Mailbox Audit LogsAttack Reconstruction
Section titled “Attack Reconstruction”Potential chain:
Phishing Email ↓User Click ↓Credential Capture ↓Account Login ↓Mailbox Access ↓PersistenceDeliverables
Section titled “Deliverables”Create:
Phishing_Analysis.md
Email_Header_Analysis.md
BEC_Timeline.csv
Affected_User_Register.csv
Containment_Actions.mdProject 03 — Endpoint Malware Investigation
Section titled “Project 03 — Endpoint Malware Investigation”Mission
Section titled “Mission”An endpoint security platform generates:
SuspiciousProcess Executionon a finance workstation.
Process chain:
winword.exe ↓powershell.exe ↓Unknown ExecutableInvestigation Objectives
Section titled “Investigation Objectives”Determine:
What Startedthe Process?
What CommandsExecuted?
What FilesWere Created?
Was PersistenceEstablished?
Did the HostContact ExternalInfrastructure?
Were CredentialsAccessed?Evidence Sources
Section titled “Evidence Sources”Analyze:
EDR
Process Creation
PowerShell
File Events
Registry
Scheduled Tasks
Network Connections
DNSProcess Investigation
Section titled “Process Investigation”Build:
Parent Process ↓Child Process ↓Command Line ↓File ↓NetworkDeliverables
Section titled “Deliverables”Create:
Endpoint_Investigation.md
Process_Tree.md
Malware_IOCs.csv
Endpoint_Timeline.csv
Containment_Plan.mdProject 04 — Credential Theft Investigation
Section titled “Project 04 — Credential Theft Investigation”Mission
Section titled “Mission”Security telemetry indicates unusual access to credential-related processes.
Shortly afterward:
MultipleRemote Loginsappear across servers.
Investigation Objectives
Section titled “Investigation Objectives”Determine:
Was CredentialAccess Attempted?
Which AccountWas Exposed?
Was the AccountReused?
Which SystemsWere Accessed?
Was PrivilegeEscalation Achieved?Evidence Sources
Section titled “Evidence Sources”Analyze:
EDR
Memory Evidence
Authentication Logs
Windows Security Logs
Remote Access Logs
Identity LogsInvestigation Chain
Section titled “Investigation Chain”Suspicious Process ↓Credential Access ↓Account Usage ↓Remote Authentication ↓Additional HostsDeliverables
Section titled “Deliverables”Create:
Credential_Access_Investigation.md
Compromised_Accounts.csv
Affected_Hosts.csv
Credential_Incident_Timeline.csvProject 05 — Lateral Movement Investigation
Section titled “Project 05 — Lateral Movement Investigation”Mission
Section titled “Mission”Multiple servers show remote administrative activity originating from a compromised workstation.
Investigation Objectives
Section titled “Investigation Objectives”Determine:
Initial Host
Initial Account
Remote Protocol
Destination Systems
Privileges Used
Commands Executed
Persistence CreatedPotential Protocols
Section titled “Potential Protocols”Investigate:
RDP
SMB
SSH
Remote Services
PowerShell RemotingBuild the Attack Graph
Section titled “Build the Attack Graph”User ↓Workstation A ↓Server B ↓Server C ↓Critical SystemDeliverables
Section titled “Deliverables”Create:
Lateral_Movement_Map.md
Host_Pivot_Register.csv
Authentication_Timeline.csv
Affected_Asset_Register.csvProject 06 — Cloud Account Compromise
Section titled “Project 06 — Cloud Account Compromise”Mission
Section titled “Mission”A cloud security alert identifies:
PrivilegedCloud Authentication
from
Unexpected Sourcefollowed by:
IAM Changes
Security Changes
Storage AccessInvestigation Objectives
Section titled “Investigation Objectives”Determine:
Which IdentityWas Compromised?
How Was ItAuthenticated?
Which API CallsWere Performed?
Were NewCredentials Created?
Were SecurityControls Modified?
Was SensitiveData Accessed?Evidence Sources
Section titled “Evidence Sources”Analyze:
Cloud Audit Logs
IAM Logs
Authentication Logs
Network Logs
Storage Access Logs
Security FindingsCloud Attack Timeline
Section titled “Cloud Attack Timeline”Authentication ↓Discovery ↓IAM Change ↓Security Change ↓Data AccessDeliverables
Section titled “Deliverables”Create:
Cloud_Incident_Investigation.md
Cloud_API_Timeline.csv
IAM_Change_Register.csv
Cloud_Containment_Plan.mdProject 07 — Ransomware Investigation
Section titled “Project 07 — Ransomware Investigation”Mission
Section titled “Mission”Several endpoints suddenly begin generating:
Mass FileModification Alertsfollowed by:
Encrypted Files
Ransom Note
Service DisruptionInvestigation Objectives
Section titled “Investigation Objectives”Determine:
Initial Access
Patient Zero
Execution Method
Credential Access
Lateral Movement
Affected Hosts
Encryption Scope
Backup Impact
Data ExfiltrationInvestigation Workflow
Section titled “Investigation Workflow”Initial Access ↓Execution ↓Persistence ↓Credential Access ↓Discovery ↓Lateral Movement ↓Collection ↓EncryptionCritical Question
Section titled “Critical Question”Do not assume:
Ransomware =Encryption OnlyInvestigate whether:
Data TheftOccurred BeforeEncryptionDeliverables
Section titled “Deliverables”Create:
Ransomware_Investigation.md
Ransomware_Timeline.csv
Affected_Hosts.csv
Ransomware_IOCs.csv
Containment_and_Recovery.mdProject 08 — Data Exfiltration Investigation
Section titled “Project 08 — Data Exfiltration Investigation”Mission
Section titled “Mission”Network monitoring identifies:
Unusually LargeOutbound Transferfrom a server containing sensitive information.
Investigation Objectives
Section titled “Investigation Objectives”Determine:
Which DataWas Accessed?
Who Accessed It?
Was DataCollected?
Was an ArchiveCreated?
Where WasData Sent?
How MuchWas Transferred?Evidence Sources
Section titled “Evidence Sources”Analyze:
File Access Logs
Endpoint Logs
Proxy Logs
Firewall
Network Flow
DNS
Cloud Storage LogsExfiltration Chain
Section titled “Exfiltration Chain”Discovery ↓File Access ↓Collection ↓Archive ↓External Connection ↓TransferDeliverables
Section titled “Deliverables”Create:
Exfiltration_Investigation.md
Data_Access_Register.csv
Network_Timeline.csv
Exfiltration_Evidence.mdProject 09 — Insider Threat Investigation
Section titled “Project 09 — Insider Threat Investigation”Mission
Section titled “Mission”A departing employee accesses an unusual volume of sensitive corporate information.
Investigation Objectives
Section titled “Investigation Objectives”Determine:
What DataWas Accessed?
Was AccessAuthorized?
Was DataDownloaded?
Was ExternalStorage Used?
Was DataUploaded Elsewhere?Evidence Sources
Section titled “Evidence Sources”Analyze:
Identity Logs
File Access
Endpoint Logs
USB Events
Cloud Storage
Email
ProxyImportant Principle
Section titled “Important Principle”Do not assume:
Unusual EmployeeActivity =Malicious InsiderSeparate:
Observed Facts
Policy Violations
Risk Indicators
IntentIntent may require investigation beyond technical telemetry.
Deliverables
Section titled “Deliverables”Create:
Insider_Threat_Investigation.md
Data_Access_Timeline.csv
Evidence_Register.csv
Investigation_Findings.mdProject 10 — Multi-Stage Enterprise Intrusion
Section titled “Project 10 — Multi-Stage Enterprise Intrusion”This is the primary integrated project.
Mission
Section titled “Mission”Your SOC receives several apparently unrelated alerts:
Phishing Alert
Suspicious Login
PowerShell Alert
Rare Domain
Remote Authentication
Cloud IAM ChangeYour task is to determine whether they represent:
Independent Eventsor:
One CoordinatedEnterprise IntrusionInitial Evidence
Section titled “Initial Evidence”08:41Phishing Email Delivered
08:47User Opens Link
08:51Payload Downloaded
08:54PowerShell Executes
08:55Rare Domain Connection
09:02Scheduled Task Created
09:30Credential Access Alert
10:10Remote Authentication
10:35Cloud Login
10:42IAM Role Modified
11:05Sensitive Storage Access
11:30Large Outbound TransferYour Investigation
Section titled “Your Investigation”Determine:
Initial Access
Execution
Persistence
Privilege Escalation
Credential Access
Discovery
Lateral Movement
Cloud Access
Collection
ExfiltrationPhase 1 — Alert Triage
Section titled “Phase 1 — Alert Triage”Review all alerts.
Classify:
True Positive
Benign True Positive
False Positive
Requires InvestigationPhase 2 — Identity Investigation
Section titled “Phase 2 — Identity Investigation”Determine:
Users
Authentication
MFA
IPs
Devices
PrivilegesPhase 3 — Endpoint Investigation
Section titled “Phase 3 — Endpoint Investigation”Analyze:
Processes
Commands
Files
Registry
Persistence
Network ConnectionsPhase 4 — Network Investigation
Section titled “Phase 4 — Network Investigation”Analyze:
DNS
Proxy
Firewall
Network Flow
External DestinationsPhase 5 — Cloud Investigation
Section titled “Phase 5 — Cloud Investigation”Analyze:
Cloud Authentication
IAM
API Calls
Storage
Logging Changes
Security ChangesPhase 6 — Forensic Reconstruction
Section titled “Phase 6 — Forensic Reconstruction”Create a unified:
EnterpriseAttack TimelinePhase 7 — Scope Analysis
Section titled “Phase 7 — Scope Analysis”Identify:
Affected Users
Affected Hosts
Affected Servers
Cloud Resources
Sensitive DataPhase 8 — MITRE ATT&CK Mapping
Section titled “Phase 8 — MITRE ATT&CK Mapping”Map observed behaviors to:
Initial Access
Execution
Persistence
Privilege Escalation
Credential Access
Discovery
Lateral Movement
Collection
Command and Control
ExfiltrationPhase 9 — Containment
Section titled “Phase 9 — Containment”Recommend prioritized containment actions.
Example:
DisableCompromised Account
↓
Revoke Sessions
↓
Isolate Host
↓
Rotate Credentials
↓
Block MaliciousInfrastructure
↓
Remove Persistence
↓
Secure Cloud IAMActual actions must depend on validated incident evidence and business requirements.
Phase 10 — Detection Gap Analysis
Section titled “Phase 10 — Detection Gap Analysis”Ask:
Which AttackerActions GeneratedNo Alert?Create:
Detection_Gap_Register.csvwith:
| Behavior | Telemetry | Detection | Result | Gap | Recommendation |
|---|
Phase 11 — Detection Engineering
Section titled “Phase 11 — Detection Engineering”Create new detection requirements for gaps identified during the investigation.
Examples:
SuspiciousMailbox Rule
Scheduled TaskPersistence
Credential Access
Cloud Role Change
Large DataExfiltrationPhase 12 — Purple Team Validation
Section titled “Phase 12 — Purple Team Validation”Design safe tests to validate your new detections.
Workflow:
Detection Gap ↓Detection Built ↓Controlled Simulation ↓Telemetry ↓Alert ↓SOC Investigation ↓ValidatedFinal Project Deliverables
Section titled “Final Project Deliverables”Create:
01_Incident_Executive_Summary.md
02_Incident_Timeline.csv
03_Investigation_Workpaper.md
04_Affected_Assets.csv
05_Compromised_Accounts.csv
06_IOC_Register.csv
07_MITRE_ATTACK_Mapping.csv
08_Containment_Plan.md
09_Detection_Gap_Register.csv
10_Detection_Improvement_Plan.md
11_Purple_Team_Retest_Plan.md
12_Final_Incident_Report.mdEnterprise Investigation Workpaper
Section titled “Enterprise Investigation Workpaper”Create:
Enterprise_SOC_Workpaper.mdwith:
# Case Information
# Business Context
# Initial Alert
# Investigation Scope
# Users
# Hosts
# Cloud Resources
# Evidence Sources
# Initial Triage
# Identity Investigation
# Endpoint Investigation
# Network Investigation
# Cloud Investigation
# Digital Forensics
# Attack Timeline
# MITRE ATT&CK Mapping
# Incident Scope
# Containment
# Eradication
# Recovery
# Detection Gaps
# Recommended Detections
# Lessons Learned
# Analyst ConclusionMaster Incident Timeline
Section titled “Master Incident Timeline”Create:
Master_Incident_Timeline.csvwith:
| Timestamp | Source | User | Host | Event | Evidence | ATT&CK | Significance |
|---|
Affected Asset Register
Section titled “Affected Asset Register”Create:
Affected_Assets.csvwith:
| Asset | Type | Owner | Criticality | Evidence | Status |
|---|
Compromised Identity Register
Section titled “Compromised Identity Register”Create:
Compromised_Identities.csvwith:
| Identity | Type | Privilege | Evidence | First Seen | Status |
|---|
IOC Register
Section titled “IOC Register”Create:
Enterprise_IOC_Register.csvwith:
| IOC | Type | Source | First Seen | Confidence | Action |
|---|
MITRE ATT&CK Mapping
Section titled “MITRE ATT&CK Mapping”Create:
Incident_ATTACK_Mapping.csvwith:
| Tactic | Technique | Evidence | User | Host | Confidence |
|---|
Detection Gap Register
Section titled “Detection Gap Register”Create:
Detection_Gap_Register.csvwith:
| Gap | Behavior | Telemetry | Existing Detection | Recommendation | Priority |
|---|
Incident Findings Register
Section titled “Incident Findings Register”Create:
Incident_Findings.csvwith:
| Finding | Evidence | Interpretation | Confidence | Impact |
|---|
Facts vs Hypotheses
Section titled “Facts vs Hypotheses”Throughout every project maintain:
Observed Factsseparately from:
Analyst HypothesesExample:
Observed:
Account AAuthenticatedfrom IP Xat 10:35Hypothesis:
Attacker UsedStolen CredentialsAdditional evidence is required to support the hypothesis.
Investigation Confidence
Section titled “Investigation Confidence”Classify conclusions:
Confirmed
High Confidence
Moderate Confidence
Low Confidence
UnknownEnterprise SOC Decision Model
Section titled “Enterprise SOC Decision Model”When investigating:
Alert ↓Evidence ↓Context ↓Correlation ↓Hypothesis ↓Validation ↓ConclusionAvoid:
Alert ↓Assumption ↓ConclusionIncident Severity
Section titled “Incident Severity”Consider:
Asset Criticality
Identity Privilege
Attack Scope
Data Sensitivity
Persistence
Business Impact
Threat CapabilityIncident Escalation
Section titled “Incident Escalation”Escalation may involve:
SOC Tier 2
Incident Response
DFIR
Threat Hunting
Cloud Security
Identity Team
Network Team
Management
Legal / Compliancedepending on the incident.
Investigation Prioritization
Section titled “Investigation Prioritization”When evidence is extensive, prioritize:
Active Threat
Privileged Identity
Critical Assets
Persistence
Credential Access
Lateral Movement
Data ExfiltrationEvidence Preservation
Section titled “Evidence Preservation”For major incidents preserve:
Logs
Disk
Memory
Cloud Audit Data
Email Evidence
Network Evidence
Security Alertsaccording to organizational procedures.
SOC Communication
Section titled “SOC Communication”A SOC analyst must communicate differently with:
Technical Teams
Incident Command
ManagementTechnical Update
Section titled “Technical Update”Include:
Indicators
Processes
Accounts
Hosts
Network Activity
Current ScopeManagement Update
Section titled “Management Update”Include:
What Happened?
What Is Affected?
Business Impact?
Current Risk?
Containment Status?
Next Actions?Executive Incident Summary
Section titled “Executive Incident Summary”Create:
Executive_Incident_Summary.mdwith:
# Incident
# Business Impact
# Current Scope
# Key Findings
# Containment Status
# Remaining Risk
# Recovery Status
# Required Management ActionsDetection Improvement
Section titled “Detection Improvement”Every project should ask:
What CouldWe Detect BetterNext Time?Convert investigation findings into:
New Detection
Detection Tuning
Telemetry Improvement
Threat Hunt
Runbook ImprovementThreat Hunt Opportunities
Section titled “Threat Hunt Opportunities”After identifying an IOC or behavior:
Incident Finding ↓Enterprise HuntExample:
Scheduled TaskFound on Host A
↓
Search All Hostsfor Similar TasksPurple Team Opportunities
Section titled “Purple Team Opportunities”After building a detection:
Detection ↓Controlled Test ↓ValidationThis closes the defensive feedback loop.
Enterprise SOC Feedback Loop
Section titled “Enterprise SOC Feedback Loop”Threat Intelligence ↓Detection ↓SOC Monitoring ↓Incident ↓Forensics ↓Threat Hunting ↓Detection Engineering ↓Purple Team ↓Improved DefensePortfolio Development
Section titled “Portfolio Development”These projects should become part of your:
Blue TeamPortfolioA strong portfolio can contain:
Investigation Reports
Incident Timelines
Detection Rules
Sigma Rules
Threat Hunt Reports
ATT&CK Mapping
Forensic Analysis
Purple Team Reports
Executive SummariesPortfolio Structure
Section titled “Portfolio Structure”Create:
SOC-Portfolio/│├── 01-Identity-Investigation/├── 02-Phishing-BEC/├── 03-Endpoint-Malware/├── 04-Credential-Theft/├── 05-Lateral-Movement/├── 06-Cloud-Compromise/├── 07-Ransomware/├── 08-Data-Exfiltration/├── 09-Insider-Threat/└── 10-Enterprise-Intrusion/What Employers Should See
Section titled “What Employers Should See”Your portfolio should demonstrate:
I CanInvestigate
I CanCorrelate Evidence
I CanBuild Timelines
I CanDetermine Scope
I CanMap ATT&CK
I CanRecommend Containment
I CanImprove Detections
I CanCommunicate FindingsFinal Skills Assessment
Section titled “Final Skills Assessment”You should now be able to answer:
-
How would you investigate a compromised privileged account?
-
How would you investigate a phishing email?
-
How would you determine whether phishing resulted in account compromise?
-
How would you analyze a suspicious process tree?
-
How would you investigate PowerShell execution?
-
How would you identify persistence?
-
How would you investigate credential theft?
-
How would you identify lateral movement?
-
How would you investigate a compromised cloud identity?
-
How would you investigate ransomware?
-
How would you determine whether data was exfiltrated?
-
How would you build an incident timeline?
-
How would you determine incident scope?
-
How would you preserve forensic evidence?
-
How would you map activity to MITRE ATT&CK?
-
How would you distinguish facts from hypotheses?
-
How would you identify detection gaps?
-
How would you convert incident findings into detection requirements?
-
How would you validate a new detection?
-
How would you communicate findings to management?
Key Takeaways
Section titled “Key Takeaways”Enterprise SOC investigations are rarely:
One Alert ↓One AnswerThey are usually:
Many Alerts ↓Many Evidence Sources ↓Many Entities ↓Correlation ↓Timeline ↓Attack StoryRemember:
Alert ≠IncidentIOC ≠Complete InvestigationAccount Used ≠Human AttributionDetection Triggered ≠Incident Fully DetectedData Accessed ≠Data ExfiltratedFinding ≠Conclusionuntil supported by evidence.
The professional workflow is:
Detect ↓Investigate ↓Correlate ↓Scope ↓Contain ↓Recover ↓ImproveCareer Connection
Section titled “Career Connection”Completing these projects prepares you for roles such as:
SOC Analyst
SOC Analyst Tier 2
Cybersecurity Analyst
Blue Team Analyst
Incident Response Analyst
DFIR Analyst
Threat Hunter
Detection Engineer
Cloud SOC AnalystDuring interviews, you should be able to describe:
A Security Alert
↓
How YouInvestigated It
↓
What EvidenceYou Used
↓
How YouBuilt the Timeline
↓
How YouDetermined Scope
↓
How YouRecommended Containment
↓
How YouImproved DetectionThe goal of this module is to move you from:
I UnderstandSOC Conceptsto:
I Can PerformEnterprise SOCInvestigationsWhat’s Next?
Section titled “What’s Next?”➡️ Next: GoHackersCloud Labs — Enterprise SOC Investigation Labs
You have now completed the core learning modules for the Blue Team / SOC learning path.
The next stage is hands-on practice.
You will move from:
LearningHow SOC Teams Workto:
WorkingLike a SOC Analystthrough structured enterprise labs covering:
Alert Triage
Identity Investigation
Phishing Investigation
Endpoint Investigation
Threat Hunting
Incident Response
Digital Forensics
Detection Engineering
Purple Team Validation
Enterprise Incident InvestigationEach lab will require you to:
Investigate ↓Collect Evidence ↓Build Timeline ↓Reach Conclusion ↓Document Findings➡️ Next: GoHackersCloud Labs — Enterprise SOC Investigation Labs