"Lab 17 — Incident Triage and Evidence Collection"
Mission Information
Section titled “Mission Information”| Item | Details |
|---|---|
| Lab | 17 |
| Lab Name | Incident Triage and Evidence Collection |
| Track | CompTIA CySA+ |
| Difficulty | Intermediate |
| Estimated Time | 120–150 minutes |
| Primary Role | Cybersecurity Analyst / SOC Analyst |
| Environment | CySA+ SOC Investigation Lab |
| Primary Systems | SIEM + Windows Endpoint + Linux Server + Analyst Workstation |
| Skills | Incident Triage, Evidence Collection, Scope Analysis, Severity Classification, Timeline Analysis, Evidence Integrity, Escalation |
Mission Scenario
Section titled “Mission Scenario”You are working as a Cybersecurity Analyst at GHC Enterprise.
Your SOC receives an alert indicating suspicious activity involving:
CYSA-WIN0110.10.10.20The initial detection indicates:
Suspicious Authentication ↓PowerShell Execution ↓Network Communication ↓Potential Malware ActivityAt this stage, you do not yet know whether this is:
-
a false positive
-
expected administrative behavior
-
suspicious activity
-
a confirmed security incident
Your responsibility is to perform incident triage.
You must quickly determine:
-
whether the alert is credible
-
which users and systems are affected
-
what happened
-
when it happened
-
how severe the situation is
-
which evidence must be preserved
-
whether containment should begin
-
whether the incident must be escalated
Mission Objective: Perform structured security incident triage, preserve relevant evidence, determine scope and severity, and produce an evidence-backed escalation decision.
Mission Objectives
Section titled “Mission Objectives”By completing this lab, you will be able to:
-
validate security alerts
-
distinguish alerts from incidents
-
establish an investigation scope
-
identify affected users and systems
-
determine incident severity
-
collect endpoint evidence
-
preserve log evidence
-
capture network evidence
-
understand volatile evidence
-
calculate evidence hashes
-
document evidence integrity
-
understand chain-of-custody fundamentals
-
build incident timelines
-
collect indicators of compromise
-
recommend containment actions
-
make escalation decisions
-
produce incident-triage findings
1. What Is Incident Triage?
Section titled “1. What Is Incident Triage?”Incident triage is the initial process used to determine:
Is this real?
How serious is it?
What is affected?
What should happen next?A simplified workflow is:
Security Alert ↓Validate ↓Scope ↓Collect Evidence ↓Assess Severity ↓Contain? ↓Escalate?Triage is not always the complete investigation.
Its purpose is to make an informed early decision.
2. Alert vs Event vs Incident
Section titled “2. Alert vs Event vs Incident”An observable occurrence.
Example:
User logged into a system.A detection mechanism identifies activity requiring review.
Example:
Five failed logins followed by success.Incident
Section titled “Incident”A security event or series of events that requires coordinated response.
Example:
Compromised Account ↓Malware Execution ↓Unauthorized Network ActivityTherefore:
Alert ≠Incidentuntil sufficient evidence supports escalation.
3. Incident Triage Questions
Section titled “3. Incident Triage Questions”Begin every triage with:
What happened?
When did it happen?
Where did it happen?
Who was involved?
How was it detected?
What systems are affected?
Is activity ongoing?
What is the potential impact?
What evidence is available?
What action is required now?These questions keep the investigation focused.
4. Start the Lab Environment
Section titled “4. Start the Lab Environment”Start:
CYSA-SIEM10.10.10.40
CYSA-ANALYST10.10.10.10
CYSA-WIN0110.10.10.20
CYSA-LINUX0110.10.10.30Verify telemetry is available from:
WindowsLinuxZeekSuricataAuthenticationProcess Activity5. Create the Investigation Workspace
Section titled “5. Create the Investigation Workspace”On CYSA-ANALYST:
mkdir -p ~/CySA-Lab/Investigations/LAB17/{Evidence,Logs,PCAP,Hashes,Screenshots,Findings,Reports}Create notes:
touch ~/CySA-Lab/Investigations/LAB17/investigation-notes.mdUse:
Incident ID:LAB17-IR-0016. Record the Initial Alert
Section titled “6. Record the Initial Alert”Document:
Alert Name:Suspicious Endpoint Activity
Affected Host:CYSA-WIN01
IP:10.10.10.20
User:<username>
Alert Time:<timestamp>
Detection Source:SIEMAlso capture:
SeverityRule NameDetection IDSource IPDestination IPRelated Processwhere available.
7. Preserve the Original Alert
Section titled “7. Preserve the Original Alert”Capture:
Alert Screenshot
Raw Alert JSON / Event
Detection Rule
Event TimestampDo not rely only on screenshots.
Raw evidence is more useful for later analysis.
8. Establish the Investigation Window
Section titled “8. Establish the Investigation Window”Suppose the alert occurred at:
20:30Use an initial window such as:
20:15–20:45Then expand if needed.
The principle is:
Alert Time ↓Look Before ↓Look AfterYou need context around the triggering event.
9. Validate the Alert
Section titled “9. Validate the Alert”Ask:
Did the source telemetry actually exist?
Did the rule interpret it correctly?
Was the behavior expected?
Did multiple data sources observe it?For example:
SIEM Alert +Windows Event +Zeek Connectionprovides stronger evidence than a single rule match.
10. Review Authentication Activity
Section titled “10. Review Authentication Activity”Search for:
462446254672on:
CYSA-WIN01Identify:
Failed LoginsSuccessful LoginsPrivileged SessionsSource IPUsernameLogon Type11. Review Process Activity
Section titled “11. Review Process Activity”Search for:
4688Look for:
powershell.execmd.exerundll32.exeregsvr32.exeschtasks.exeRecord:
ProcessParent ProcessCommand LineUserTimestamp12. Review PowerShell Activity
Section titled “12. Review PowerShell Activity”Search for:
4104where available.
Record:
Script ContentUserHostParent ProcessTimestampBe careful not to conclude malicious intent simply because PowerShell was used.
13. Review Network Activity
Section titled “13. Review Network Activity”Pivot on:
10.10.10.20Search Zeek telemetry.
Review:
Destination IPDestination PortProtocolServiceDurationBytesDNSTLSHTTP14. Review Suricata Alerts
Section titled “14. Review Suricata Alerts”Search for:
10.10.10.20in Suricata telemetry.
Document:
SignatureSignature IDSeveritySourceDestinationProtocolTimestamp15. Review Threat Intelligence Context
Section titled “15. Review Threat Intelligence Context”If suspicious:
IPDomainURLHashwas identified, enrich it using approved intelligence sources.
Record:
ReputationKnown AssociationsConfidenceInternal Matches16. Determine Whether the Alert Is Credible
Section titled “16. Determine Whether the Alert Is Credible”Classify:
False Positive
Benign True Positive
Suspicious Activity
Confirmed Incident
Insufficient EvidenceExample:
Alert:PowerShell Execution
Context:Approved administrator troubleshooting
Classification:Benign True Positiveversus:
PowerShell +Unexpected User +Suspicious Domain +Unknown Binarywhich warrants deeper investigation.
17. Identify the Primary Asset
Section titled “17. Identify the Primary Asset”Document:
HostnameIP AddressOperating SystemBusiness FunctionAsset OwnerCriticalityExample:
Asset:CYSA-WIN01
Role:User Workstation
Criticality:ModerateAsset importance affects incident severity.
18. Identify the Primary User
Section titled “18. Identify the Primary User”Document:
UsernamePrivilege LevelDepartment / RoleNormal SystemsRecent Authentication ActivityAsk:
Is this user expected on this system?
Was privileged access involved?
Did the account authenticate from unusual sources?19. Determine Initial Scope
Section titled “19. Determine Initial Scope”Start with:
Primary HostPrimary UserPrimary Source IPThen search for each indicator across the SIEM.
The goal is to determine whether the incident is:
Single HostMultiple HostsSingle UserMultiple UsersEnvironment-Wide20. Pivot on the Source IP
Section titled “20. Pivot on the Source IP”Search:
<source IP>Determine:
Which hosts did it contact?
Which accounts did it target?
Which ports were used?
Which alerts reference it?21. Pivot on the User
Section titled “21. Pivot on the User”Search:
<username>Determine:
Which hosts did the user access?
What processes were associated?
Was privileged activity observed?
Did authentication occur elsewhere?22. Pivot on File Hashes
Section titled “22. Pivot on File Hashes”If a suspicious file is involved, search:
SHA-256across endpoint telemetry.
Determine:
How many hosts contain it?
Was it executed?
When was it first seen?23. Pivot on Domains
Section titled “23. Pivot on Domains”Search:
<suspicious domain>across:
DNSZeekProxySuricataEndpoint TelemetryIdentify affected systems.
24. Build an Initial Scope Table
Section titled “24. Build an Initial Scope Table”| Indicator | Matches | Scope |
|---|---|---|
| User | 1 host | Limited |
| Hash | 1 host | Limited |
| Domain | 3 hosts | Expanded |
| Source IP | 4 authentication events | Investigate |
This table helps determine whether the incident is larger than originally detected.
25. Understand Evidence Types
Section titled “25. Understand Evidence Types”Incident evidence may include:
LogsFilesDisk DataMemoryNetwork CapturesProcessesRegistry DataScreenshotsCloud Audit LogsAuthentication RecordsDifferent evidence types have different volatility.
26. Understand Volatile Evidence
Section titled “26. Understand Volatile Evidence”Volatile evidence changes quickly or disappears when a system is powered off.
Examples:
Running ProcessesActive Network ConnectionsLogged-In UsersMemoryOpen FilesARP CacheTemporary DataThis evidence may need to be collected early.
27. Understand Less-Volatile Evidence
Section titled “27. Understand Less-Volatile Evidence”Examples include:
Disk FilesWindows Event LogsLinux LogsSIEM EventsPCAP FilesRegistry HivesStored ConfigurationThese generally persist longer but can still be modified or deleted.
28. Order of Volatility
Section titled “28. Order of Volatility”A simplified concept is:
Most Volatile ↓MemoryRunning ProcessesNetwork ConnectionsTemporary StateDisk DataLogsArchived Evidence ↓Less VolatileOrganizations should follow their formal forensic procedures.
29. Collect Process Evidence
Section titled “29. Collect Process Evidence”On an authorized Windows lab endpoint:
Get-Process |Select-Object Name, Id, PathSave:
Get-Process |Select-Object Name, Id, Path |Out-File C:\Temp\LAB17-processes.txtDo not terminate suspicious processes yet unless containment requires it.
30. Collect Network Connection Evidence
Section titled “30. Collect Network Connection Evidence”Run:
Get-NetTCPConnectionSave:
Get-NetTCPConnection |Out-File C:\Temp\LAB17-network-connections.txtThis captures live network state.
31. Collect Logged-In User Evidence
Section titled “31. Collect Logged-In User Evidence”Run:
query userand:
whoamiRecord active user sessions.
32. Collect Basic System Information
Section titled “32. Collect Basic System Information”Run:
hostnameThen:
Get-DateThen:
Get-ComputerInfo |Select-Object WindowsProductName, WindowsVersionThis establishes system context.
33. Collect Windows Event Logs
Section titled “33. Collect Windows Event Logs”Export relevant logs through Event Viewer or approved commands.
For example:
wevtutil epl Security C:\Temp\LAB17-Security.evtxExport PowerShell Operational telemetry where available:
wevtutil epl Microsoft-Windows-PowerShell/Operational C:\Temp\LAB17-PowerShell.evtxDo not clear the original logs.
34. Collect Linux Logs Where Relevant
Section titled “34. Collect Linux Logs Where Relevant”On CYSA-LINUX01:
sudo cp /var/log/auth.log ~/CySA-Lab/Investigations/LAB17/Logs/If appropriate:
sudo journalctl --since "1 hour ago" > ~/CySA-Lab/Investigations/LAB17/Logs/linux-journal.txtUse evidence relevant to your incident scope.
35. Preserve SIEM Evidence
Section titled “35. Preserve SIEM Evidence”Export or record relevant SIEM events.
Include:
Raw EventTimestampHostUserSource IPDestination IPEvent IDAlert IDWhere possible, preserve the raw event format rather than only copying visible text.
36. Preserve Network Evidence
Section titled “36. Preserve Network Evidence”If a relevant PCAP exists, copy it into:
~/CySA-Lab/Investigations/LAB17/PCAP/Example:
LAB17-IR-001.pcapngDo not modify the original capture.
37. Capture a New PCAP If Required
Section titled “37. Capture a New PCAP If Required”On an authorized monitoring interface:
sudo tcpdump -i <interface> -w ~/CySA-Lab/Investigations/LAB17/PCAP/LAB17-live-capture.pcapOnly collect traffic within your authorized lab scope.
Stop:
Ctrl + Cwhen sufficient evidence has been collected.
38. Preserve Suspicious Files
Section titled “38. Preserve Suspicious Files”If a suspicious file exists, copy it into an evidence directory without executing it.
Example:
Evidence/└── suspicious-file.binRecord:
Original PathOriginal FilenameCollection TimeSource Host39. Calculate Evidence Hashes
Section titled “39. Calculate Evidence Hashes”Calculate SHA-256 for evidence files.
Example:
sha256sum suspicious-file.binFor a PCAP:
sha256sum LAB17-IR-001.pcapngFor exported logs:
sha256sum LAB17-Security.evtxStore hashes under:
Hashes/40. Why Evidence Hashing Matters
Section titled “40. Why Evidence Hashing Matters”Hashing helps demonstrate:
Evidence Collected ↓Hash Recorded ↓Evidence Rechecked Later ↓Hash Matches ↓Integrity SupportedIf the hash changes unexpectedly, the evidence may have been modified.
41. Create an Evidence Inventory
Section titled “41. Create an Evidence Inventory”Build:
| Evidence ID | Item | Source | SHA-256 |
|---|---|---|---|
| EVID-001 | Security.evtx | CYSA-WIN01 | <hash> |
| EVID-002 | PowerShell.evtx | CYSA-WIN01 | <hash> |
| EVID-003 | PCAP | Network | <hash> |
| EVID-004 | Suspicious File | CYSA-WIN01 | <hash> |
42. Understand Chain of Custody
Section titled “42. Understand Chain of Custody”Chain of custody documents how evidence was handled.
It answers:
Who collected it?
When?
Where?
How?
Who accessed it?
Was it transferred?
Was it modified?A basic chain-of-custody record improves accountability.
43. Create a Chain-of-Custody Record
Section titled “43. Create a Chain-of-Custody Record”For each evidence item record:
Evidence IDDescriptionSourceCollected ByCollection TimeSHA-256Storage LocationTransfersNotesExample:
Evidence ID:EVID-001
Description:Windows Security Event Log
Source:CYSA-WIN01
Collected:2026-08-26 20:30
Collector:SOC Analyst
SHA-256:<hash>
Location:LAB17/Evidence/44. Preserve Original vs Working Copies
Section titled “44. Preserve Original vs Working Copies”Use:
Original Evidence ↓Read-Only / Preservedand:
Working Copy ↓InvestigationDo not perform analysis directly on the only copy of important evidence.
45. Build the Incident Timeline
Section titled “45. Build the Incident Timeline”Correlate all sources.
Example:
| Time | Source | Activity |
|---|---|---|
| 20:01 | Authentication | Multiple failures |
| 20:04 | Authentication | Successful login |
| 20:05 | Windows | PowerShell launched |
| 20:06 | DNS | Suspicious domain queried |
| 20:06 | Zeek | External connection |
| 20:07 | Suricata | Alert generated |
| 20:08 | Endpoint | Suspicious file observed |
Your actual events will differ.
46. Identify the Earliest Suspicious Event
Section titled “46. Identify the Earliest Suspicious Event”Ask:
What is the first event that may be related to the incident?
Do not assume the SIEM alert is the beginning.
For example:
Alert:20:07but:
Initial Authentication Failure:19:58The incident may have begun earlier.
47. Identify the Latest Suspicious Event
Section titled “47. Identify the Latest Suspicious Event”Determine:
Is suspicious activity still occurring?If the latest event occurred seconds ago:
Potential Active IncidentIf activity stopped hours ago:
Historical IncidentThis affects response urgency.
48. Determine Incident Scope
Section titled “48. Determine Incident Scope”Document:
Affected HostsAffected UsersAffected AccountsIndicatorsExternal DestinationsFilesApplicationsClassify:
Contained to One Asset
Multiple Assets
Enterprise-Wide Potential49. Assess Confidentiality Impact
Section titled “49. Assess Confidentiality Impact”Ask:
Was sensitive data accessed?
Were credentials exposed?
Was unauthorized access obtained?
Was data transmitted externally?Classify:
NoneLowModerateHighUnknown50. Assess Integrity Impact
Section titled “50. Assess Integrity Impact”Ask:
Were files changed?
Were accounts modified?
Were registry keys changed?
Were security settings changed?
Were logs cleared?51. Assess Availability Impact
Section titled “51. Assess Availability Impact”Ask:
Was service disrupted?
Was a system unavailable?
Was ransomware behavior observed?
Was critical functionality affected?52. Determine Incident Severity
Section titled “52. Determine Incident Severity”A simple lab model:
Limited suspicious activityNo confirmed compromiseNo sensitive impactMedium
Section titled “Medium”Credible suspicious behaviorLimited scopeNo major business impactConfirmed compromisePrivilege activityMalwareSensitive system impactCritical
Section titled “Critical”Multiple critical systemsMajor data exposureRansomwareEnterprise-wide compromiseUse organizational policy in real environments.
53. Consider Asset Criticality
Section titled “53. Consider Asset Criticality”A compromise involving:
User Training Workstationmay receive different urgency from:
Identity ServerPayment SystemProduction DatabaseIncident severity should reflect both:
Technical Activity+Business Impact54. Determine Whether Containment Is Required
Section titled “54. Determine Whether Containment Is Required”Containment may be appropriate when:
Malware execution confirmedAccount compromise confirmedSuspicious network activity ongoingPersistence identifiedMultiple systems affectedData exposure suspectedPossible containment actions include:
Isolate EndpointDisable AccountRevoke SessionsBlock Malicious IPBlock DomainQuarantine FileDisable ServiceRestrict Network Access55. Do Not Destroy Evidence During Containment
Section titled “55. Do Not Destroy Evidence During Containment”Before:
Delete FileReimage EndpointKill ProcessDisable Serviceconsider whether evidence must first be preserved.
A good response balances:
Stop the Threat +Preserve Evidence56. Determine Escalation Requirements
Section titled “56. Determine Escalation Requirements”Escalate when:
Confirmed compromiseHigh-value asset involvedPrivileged account involvedMalware confirmedSensitive data may be affectedMultiple systems involvedContainment requiredLegal or regulatory implications exist57. Create an Escalation Summary
Section titled “57. Create an Escalation Summary”Use:
Incident:LAB17-IR-001
Status:Confirmed / Suspected
Severity:High
Affected Asset:CYSA-WIN01
Affected User:user01
Key Evidence:Authentication anomalyPowerShell executionSuspicious network communication
Scope:One endpoint currently identified
Containment:Recommended
Escalation:Incident Response Team58. Create an IOC Inventory
Section titled “58. Create an IOC Inventory”Document:
| Type | Indicator | Source | Confidence |
|---|---|---|---|
| IP | <IP> |
Zeek | High |
| Domain | <domain> |
DNS | High |
| Hash | <SHA-256> |
Endpoint | High |
| User | <username> |
Authentication | High |
| Process | powershell.exe |
4688 | Contextual |
Avoid treating common process names as standalone malicious IOCs.
59. Build an Incident Evidence Map
Section titled “59. Build an Incident Evidence Map”Conceptually:
User ↓Authentication ↓Endpoint ↓Process ↓Suspicious File ↓DNS ↓Domain ↓IP ↓Network AlertThis helps explain how evidence relates.
60. Mission Challenge — Incident Triage
Section titled “60. Mission Challenge — Incident Triage”The SOC provides:
A high-severity alert indicates suspicious authentication, PowerShell execution, and external communication from CYSA-WIN01. Determine whether this is a security incident and what actions should be taken.
Investigate and answer:
-
What triggered the original alert?
-
Is the triggering telemetry valid?
-
Which host is affected?
-
Which user is involved?
-
What source IP initiated authentication?
-
Were authentication failures observed?
-
Was authentication successful?
-
Was the session privileged?
-
Which processes executed?
-
What was the process lineage?
-
What PowerShell activity occurred?
-
Were suspicious files observed?
-
Which hashes were identified?
-
Was suspicious DNS activity observed?
-
Were external network connections present?
-
Did Zeek confirm the activity?
-
Did Suricata generate alerts?
-
What threat intelligence exists?
-
Are additional hosts affected?
-
Are additional users affected?
-
Is suspicious activity ongoing?
-
What evidence must be preserved?
-
What hashes were calculated?
-
What is the incident severity?
-
Should containment begin?
-
Should the incident be escalated?
61. Document Your Findings
Section titled “61. Document Your Findings”Update:
~/CySA-Lab/Investigations/LAB17/investigation-notes.mdUse:
# LAB17 Incident Triage
## Incident ID
LAB17-IR-001
## Initial Alert
Document:- alert- time- severity- detection source
## Affected Assets
Document:- host- IP- role- criticality
## Affected Users
Document:- account- privilege- normal activity
## Authentication Evidence
Document:- failures- success- source- logon type- privilege
## Process Evidence
Document:- process- parent- child- command line- timestamp
## Network Evidence
Document:- DNS- destination IP- port- protocol- Zeek- Suricata
## File Evidence
Document:- filename- path- SHA-256- source host
## Threat Intelligence
Document relevant IOC enrichment.
## Scope
Document:- hosts- users- indicators- systems
## Evidence Inventory
List all preserved evidence and hashes.
## Timeline
Build the complete incident sequence.
## Impact
### ConfidentialityNone / Low / Moderate / High / Unknown
### IntegrityNone / Low / Moderate / High / Unknown
### AvailabilityNone / Low / Moderate / High / Unknown
## Severity
Low / Medium / High / Critical
## Containment Decision
Contain / Monitor / Continue Investigation
## Escalation
Escalate / Close / Continue SOC Investigation
## Recommended Actions
Document immediate and follow-up actions.62. Example Analyst Findings
Section titled “62. Example Analyst Findings”A simulated assessment might resemble:
Incident:LAB17-IR-001
Affected Asset:CYSA-WIN01
Affected User:user01
Authentication:Multiple failed authentication events were followed by successful access.
Process Activity:PowerShell execution was observed shortly after authentication.
Network Activity:The endpoint queried a suspicious domain and established an external connection.
Network Correlation:Zeek confirmed the connection.Suricata generated related telemetry.
File Evidence:A suspicious file identified during prior malware analysis was observed on the endpoint.
Scope:One endpoint currently confirmed.Additional IOC hunting required.
Assessment:Evidence supports a confirmed simulated endpoint compromise.
Severity:High
Containment:Recommended.
Escalation:Escalate to the Incident Response Team.
Recommended Actions:Isolate the endpoint, disable or secure the affected identity, preserve evidence, block validated malicious indicators, hunt across the environment, and continue forensic analysis.63. Evidence to Capture
Section titled “63. Evidence to Capture”Capture:
01-initial-alert.png02-raw-alert.png03-authentication-events.png04-successful-login.png05-privilege-event.png06-process-execution.png07-process-tree.png08-powershell-activity.png09-network-connections.png10-zeek-evidence.png11-suricata-alert.png12-threat-intelligence.png13-file-evidence.png14-file-hash.png15-event-log-export.png16-pcap-evidence.png17-evidence-inventory.png18-chain-of-custody.png19-incident-timeline.png20-scope-analysis.png21-severity-classification.png22-escalation-summary.png64. Validation Checklist
Section titled “64. Validation Checklist”-
Initial alert was preserved
-
Alert validity was assessed
-
Investigation window was defined
-
Primary asset was identified
-
Primary user was identified
-
Authentication telemetry was reviewed
-
Process telemetry was reviewed
-
PowerShell telemetry was investigated
-
Network activity was investigated
-
Zeek evidence was correlated
-
Suricata evidence was correlated
-
Threat intelligence was reviewed
-
Investigation scope was established
-
Source-IP pivoting was performed
-
User pivoting was performed
-
Hash pivoting was performed
-
Domain pivoting was performed
-
Volatile evidence concepts were understood
-
Process evidence was collected
-
Network connection evidence was collected
-
Logged-in users were recorded
-
Windows Event Logs were preserved
-
Relevant Linux logs were preserved where applicable
-
SIEM evidence was preserved
-
PCAP evidence was preserved where available
-
Suspicious files were preserved safely
-
SHA-256 hashes were calculated
-
Evidence inventory was created
-
Chain-of-custody information was documented
-
Original and working evidence concepts were understood
-
Incident timeline was constructed
-
Earliest suspicious activity was identified
-
Latest suspicious activity was identified
-
Confidentiality impact was considered
-
Integrity impact was considered
-
Availability impact was considered
-
Severity was assigned
-
Containment requirements were assessed
-
Escalation decision was documented
-
Evidence was captured
65. Mission Review
Section titled “65. Mission Review”In this mission, you brought together the investigation skills developed throughout the CySA+ lab series.
You moved from:
Security Alertto:
Alert ↓Validation ↓Authentication ↓Processes ↓Network ↓Threat Intelligence ↓Scope ↓Evidence Collection ↓Evidence Integrity ↓Timeline ↓Severity ↓Containment ↓EscalationThe key lesson is:
Incident triage is about making the best defensible decision possible with the evidence available at that moment.
A strong triage decision combines:
Validated Telemetry +Scope +Asset Criticality +Evidence +Threat Context +Business Impact =Incident PrioritySkills Developed
Section titled “Skills Developed”After completing this mission, you should be able to:
-
perform structured incident triage
-
validate SOC alerts
-
establish investigation scope
-
identify affected assets and users
-
pivot across indicators
-
collect volatile evidence
-
preserve endpoint logs
-
preserve network evidence
-
preserve suspicious files safely
-
calculate evidence hashes
-
maintain an evidence inventory
-
understand chain-of-custody fundamentals
-
correlate multiple security data sources
-
construct incident timelines
-
assess confidentiality, integrity, and availability impact
-
classify incident severity
-
recommend containment
-
make escalation decisions
-
document incident-triage findings
What’s Next?
Section titled “What’s Next?”Lab 18 — Ransomware Incident Investigation
Section titled “Lab 18 — Ransomware Incident Investigation”You now know how to validate an alert, determine scope, preserve evidence, assign severity, and decide whether an incident requires escalation.
In the next mission, you will apply these skills to one of the highest-impact incident types faced by SOC and incident-response teams:
RansomwareYou will investigate:
-
initial access indicators
-
suspicious process execution
-
script activity
-
file-encryption indicators
-
mass file modification
-
ransom-note artifacts
-
persistence
-
credential abuse
-
lateral movement indicators
-
network activity
-
impacted hosts
-
affected users
-
ransomware IOCs
-
incident scoping
-
containment priorities
-
recovery considerations
-
executive incident reporting
The workflow progresses from:
General Incident Triageto:
Initial Access ↓Execution ↓Privilege / Credential Activity ↓Propagation ↓File Encryption ↓Business Impact ↓Emergency Containment➡️ Next: Lab 18 — Ransomware Incident Investigation