CS0-004 — CompTIA CySA+ V4 Quick Review

Quick Review for CompTIA CySA+ V4 (CS0-004): security operations, vulnerability management, incident response, forensics, cloud, reporting, and practice focus.

Quick Review purpose

This Quick Review is for candidates preparing for CompTIA CySA+ V4 (CS0-004) from CompTIA who want a fast, practical refresh before moving into topic drills, mock exams, and detailed explanations.

Use it to tighten your understanding of high-yield cybersecurity analyst decisions: what to investigate first, how to prioritize risk, which evidence to preserve, how to interpret logs, and how to choose the best response in scenario-based questions.

This is IT Mastery review support and is not affiliated with CompTIA.

Exam identity

ItemDetail
Vendor/providerCompTIA
Official exam titleCompTIA CySA+ V4 (CS0-004)
Official exam codeCS0-004
Candidate focusCybersecurity analysis, detection, vulnerability management, incident response, communication, and operational security
Best use of this pageQuick concept refresh before IT Mastery practice and original practice questions

Last-pass study strategy

For a final review, do not try to reread everything. Focus on decisions.

  1. Read the scenario carefully. Identify the asset, threat, business impact, evidence, and current phase of response.
  2. Separate alert from incident. An alert is a signal; an incident requires validation and impact assessment.
  3. Prioritize by risk, not noise. Severity, exploitability, asset criticality, exposure, and compensating controls matter.
  4. Preserve evidence before destructive actions. Especially in forensic or legal-sensitive scenarios.
  5. Match the tool to the question. Scanner, SIEM, EDR, packet capture, SOAR, DLP, WAF, CASB, IAM logs, cloud-native logs, and forensics tools solve different problems.
  6. Choose the least disruptive effective action. Contain the threat while minimizing business impact.
  7. Answer as an analyst. Communicate clearly, document findings, escalate appropriately, and verify remediation.

High-yield topic map

AreaKnow coldCommon exam trap
Security monitoringLogs, alerts, SIEM correlation, EDR telemetry, network traffic, authentication eventsTreating one alert as proof without corroboration
Detection engineeringSignatures, behavior analytics, baselines, rules, false positives, tuningOver-tuning until true positives disappear
Vulnerability managementScanning, prioritization, remediation, exceptions, validationRanking by CVSS alone without asset context
Threat intelligenceIOCs, TTPs, confidence, relevance, source quality, sharing formatsAssuming every IOC is current or useful
Incident responsePreparation, detection, analysis, containment, eradication, recovery, lessons learnedEradicating before containment or evidence capture
Digital forensicsVolatile data, disk images, hashing, chain of custody, timeline analysisChanging evidence while collecting it
Cloud and hybrid securityIAM, logging, storage exposure, network controls, shared responsibilityAssuming cloud provider secures customer configuration
Application securityInjection, XSS, auth flaws, API abuse, insecure deserialization, SSRFConfusing vulnerability type with remediation
Identity securityMFA, SSO, federation, privilege, conditional access, anomalous login behaviorIgnoring identity as the control plane
ReportingExecutive summary, technical findings, remediation plan, metrics, risk acceptanceGiving executives raw logs instead of business impact

Security operations review

Alert triage decision rule

When a question asks what to do first, decide whether the scenario needs validation, containment, escalation, or preservation.

Scenario clueBest first move
Single alert, no confirmed impactValidate with additional telemetry
Active exfiltration or malware spreadContain affected systems or accounts
Possible legal/regulatory issueFollow incident plan and preserve evidence
Executive asks for statusProvide concise impact, scope, actions, and next update
Known false positive patternTune rule after documenting evidence
Critical system involvedCoordinate with business owner before disruptive action, unless immediate harm requires containment

Telemetry sources to recognize

SourceWhat it helps detectUseful clues
Firewall logsBlocked/allowed connections, scanning, policy violationsSource/destination IP, port, action, rule name
IDS/IPSKnown attack patterns and suspicious trafficSignature ID, severity, packet details
SIEMCorrelated events across toolsTimeline, rule logic, related entities
EDRProcess, file, registry, memory, host behaviorParent-child process chains, hashes, command line
DNS logsC2, tunneling, domain generation, phishingUnusual domains, high entropy, NXDOMAIN spikes
Proxy logsWeb access, downloads, user browsingURL, category, user, user agent
Email gatewayPhishing, malware attachments, spoofingSPF/DKIM/DMARC results, headers, attachment hash
Authentication logsBrute force, impossible travel, privilege abuseFailed logins, MFA prompts, source location
Cloud logsAPI activity, identity use, storage exposureAccess keys, role assumption, object access
NetFlowTraffic patterns without payloadVolume, direction, duration, endpoints
Vulnerability scannerKnown weaknesses and misconfigurationsPlugin ID, severity, proof, affected asset
DLPSensitive data movementData type, user, destination, channel

Log analysis patterns

PatternLikely meaningAnalyst response
Many failed logins followed by successBrute force or password sprayingCheck source, MFA, user behavior, privilege
Login from unusual country plus new devicePossible account compromiseValidate with user, revoke sessions, reset credentials if confirmed
PowerShell with encoded commandSuspicious executionDecode, inspect parent process, isolate if malicious
DNS queries to random-looking domainsPossible DGA or tunnelingCompare threat intel, check endpoint process
Large outbound transfer after privilege escalationPotential exfiltrationContain, preserve logs, identify data scope
New admin account created outside change windowUnauthorized persistenceDisable account, review creator, audit related changes
Web server 500 errors with SQL keywordsPossible SQL injection testingReview WAF/app logs, patch or tune controls
Endpoint beaconing at regular intervalsPossible command-and-controlCorrelate with EDR and network data

Detection quality concepts

ConceptMeaningExam reminder
True positiveAlert correctly identifies malicious or policy-violating activityInvestigate and respond
False positiveAlert fires on benign activityTune carefully, do not ignore blindly
True negativeBenign activity correctly ignoredDesired normal state
False negativeMalicious activity missedMost dangerous detection gap
BaselineKnown normal behaviorNeeded for anomaly detection
CorrelationLinking multiple weak signals into stronger evidenceSIEM use case core concept
EnrichmentAdding context such as asset owner, threat intel, geolocationHelps prioritization
SuppressionReducing repetitive alertsUse only when risk is understood
ThresholdingAlerting after a count, rate, or condition is metAvoid thresholds that are too low or too high

SIEM and query thinking

You do not need to memorize every vendor syntax, but you should understand query logic.

TaskQuery idea
Find brute forceCount failed logins by user/source over time
Find successful login after failuresCorrelate failed events followed by success
Find rare processCompare process name/hash against baseline
Find lateral movementLook for remote logons, admin shares, remote execution
Find exfiltrationLarge outbound transfers to unusual destination
Find privilege escalationNew role/group membership or policy change
Find suspicious PowerShellEncoded commands, download cradle, bypass flags
Find cloud compromiseNew access key, unusual API calls, role assumption, public exposure

Vulnerability management review

Vulnerability lifecycle

    flowchart LR
	    A[Asset inventory] --> B[Discover vulnerabilities]
	    B --> C[Validate findings]
	    C --> D[Prioritize risk]
	    D --> E[Remediate or mitigate]
	    E --> F[Verify fix]
	    F --> G[Report status]
	    G --> A

Prioritization factors

Do not prioritize remediation by scanner severity alone. Combine technical severity with business context.

FactorWhy it matters
Asset criticalityA medium issue on a crown-jewel system may outrank a high issue on a low-value lab host
Internet exposureExternally reachable systems are easier to attack
Exploit availabilityKnown working exploit increases urgency
Active exploitationEvidence of attacks raises priority
Data sensitivitySystems with regulated or confidential data carry higher impact
Privilege requiredNo-auth remote issues are generally more urgent
Compensating controlsWAF, segmentation, EDR, or hardening may reduce immediate risk
Patch complexityDowntime, dependencies, and testing affect remediation planning
Business deadlineCritical operations may require mitigation before patching
Vulnerability ageLong-open findings can indicate process failure

Scanner result interpretation

Finding typeAnalyst caution
Unauthenticated scanFaster and safer but may miss local/package/configuration issues
Authenticated scanMore complete but depends on credential scope and health
Agent-based scanGood for roaming endpoints but requires deployment and maintenance
Network scanFinds exposed services but may not see internal host state
Web app scanUseful for application flaws but can create noise or affect fragile apps
Container image scanFinds package/library issues before deployment
Cloud configuration scanDetects risky permissions, public storage, insecure networking
False positiveValidate before escalating as confirmed risk
False negativeMay occur if scanner lacks access, signatures, or context

Remediation versus mitigation

ActionUse whenExample
RemediationYou can remove the vulnerabilityApply vendor patch
MitigationYou reduce likelihood or impact temporarilyAdd WAF rule, disable service, restrict access
Compensating controlAlternative control provides comparable risk reductionNetwork segmentation around unsupported system
Risk acceptanceBusiness formally accepts residual riskException with owner and review date
Risk transferShift financial/operational impactCyber insurance or outsourced responsibility
AvoidanceStop the risky activityDecommission exposed legacy app

Vulnerability management traps

  • Trap: “Highest CVSS always first.” Better answer: prioritize by exploitability, exposure, asset value, and business impact.
  • Trap: “Patch immediately in production.” Better answer: follow change control, test when appropriate, and use mitigation if urgent.
  • Trap: “Scanner output equals truth.” Better answer: validate critical findings and investigate anomalies.
  • Trap: “Risk accepted forever.” Better answer: exceptions should be documented, owned, justified, and reviewed.
  • Trap: “Remediation complete when ticket closes.” Better answer: verify with rescanning or control validation.

Threat intelligence review

Intelligence types

TypeFocusExample use
StrategicBusiness-level threat trendsExecutive risk planning
OperationalCampaigns, adversary objectives, target sectorsPrepare defenses for likely attacks
TacticalTTPs and behaviorsImprove detections and playbooks
TechnicalIOCs such as IPs, hashes, domainsBlock, search, enrich alerts

IOC versus TTP

ItemMeaningDurability
IP addressInfrastructure indicatorOften short-lived
DomainC2, phishing, or staging indicatorCan change quickly
File hashExact file matchBreaks if file changes
URLSpecific web resourceUseful but often temporary
Registry keyHost persistence clueMore durable than hash
Process behaviorExecution patternMore durable
Attack techniqueAdversary methodMost useful for detection engineering

Threat intel quality checks

Before acting on threat intelligence, ask:

  • Is it relevant to your industry, geography, technology stack, or users?
  • Is it timely, or is it stale?
  • Is the source reliable?
  • Is the confidence level clear?
  • Can the indicator cause collateral damage if blocked?
  • Does it support detection, prevention, hunting, or executive reporting?
  • Has it been correlated with internal telemetry?

Common formats and tools

ItemPurpose
STIXStructured threat intelligence representation
TAXIISharing transport for threat intelligence
YARAFile/content pattern matching, often malware-focused
SigmaGeneric SIEM detection rule format
Snort/Suricata rulesNetwork detection signatures
ATT&CK-style mappingOrganizing adversary tactics and techniques
Threat feedsExternal indicators for enrichment and blocking

Incident response review

Response phase decision path

    flowchart TD
	    A[Alert or report received] --> B{Is activity validated?}
	    B -- No --> C[Collect more evidence]
	    C --> B
	    B -- Yes --> D{Is harm ongoing?}
	    D -- Yes --> E[Contain spread or access]
	    D -- No --> F[Scope affected systems and data]
	    E --> F
	    F --> G[Eradicate root cause]
	    G --> H[Recover and monitor]
	    H --> I[Lessons learned and reporting]

Incident response phase reminders

PhaseAnalyst focusCommon mistake
PreparationPlaybooks, contacts, tools, training, loggingWaiting until incident to define roles
Detection and analysisValidate, scope, classify, prioritizeDeclaring breach from one weak signal
ContainmentLimit damage and spreadTaking systems offline without considering business impact
EradicationRemove malware, persistence, compromised accountsMissing root cause
RecoveryRestore services and monitorReconnecting before validating clean state
Lessons learnedImprove controls and processSkipping documentation after recovery

Containment choices

SituationLikely containment
Malware on one workstationIsolate host via EDR or network control
Compromised user accountDisable account, revoke sessions/tokens, reset credentials
Leaked API keyRevoke key, rotate secrets, review access logs
Ransomware spreadingSegment network, isolate affected hosts, disable propagation paths
Malicious email campaignQuarantine messages, block sender/domain/URL, search mailboxes
Web app attackWAF rule, disable vulnerable function, patch app
Cloud storage exposureRemove public access, review object access logs
Insider data theftPreserve evidence, restrict access, involve appropriate stakeholders

Incident classification clues

Incident typeEvidence to look for
PhishingEmail headers, links, attachments, sender domain, user clicks
MalwareHashes, process tree, persistence, network beacons
RansomwareFile extension changes, ransom note, encryption activity
Credential compromiseImpossible travel, MFA fatigue, new devices, token abuse
Data exfiltrationLarge outbound transfer, unusual destination, sensitive file access
Web application attackInjection strings, abnormal parameters, WAF alerts, error spikes
DDoSTraffic volume, many sources, service degradation
Insider threatUnusual access, bulk downloads, policy violations, timing
Cloud compromiseNew keys, role changes, unusual API calls, public resources

Incident response traps

  • Trap: “Delete malware first.” Better answer: isolate, collect evidence if needed, then eradicate.
  • Trap: “Power off every system.” Better answer: consider volatile evidence, business impact, and containment goals.
  • Trap: “Notify everyone immediately with unverified claims.” Better answer: communicate confirmed facts, impact, actions, and uncertainty.
  • Trap: “Restore from backup before root cause analysis.” Better answer: ensure the restored environment will not be reinfected.
  • Trap: “Close after service restoration.” Better answer: monitor, document, and hold lessons learned.

Digital forensics review

Evidence handling basics

ConceptMeaningWhy it matters
Chain of custodyDocumented control of evidenceSupports integrity and admissibility
HashingIntegrity verificationShows evidence was not altered
Forensic imageBit-level copy where appropriatePreserves original media
Write blockerPrevents modification of source mediaProtects evidence
Volatile dataData lost on shutdownMemory, network connections, running processes
Timeline analysisEvent reconstructionHelps determine attack sequence
ScopeSystems, accounts, data, and time period affectedDrives response and reporting

Order of volatility

Collect the most volatile evidence first when it is safe and appropriate.

More volatileLess volatile
CPU/register/cache stateDisk images
Memory contentsArchived logs
Network connectionsBackups
Running processesPrinted documentation
Logged-in usersLong-term records
Temporary filesHistorical reports

Host artifacts to recognize

ArtifactWhat it can show
Process listSuspicious running programs
Parent-child process treeExecution chain
Command historyUser or attacker actions
Scheduled tasks/cron jobsPersistence
Registry run keysWindows persistence
Services/daemonsAuto-start mechanisms
Prefetch/shimcache/amcache-style artifactsProgram execution evidence
Browser history/downloadsPhishing or drive-by activity
Event logsAuthentication, process, service, policy events
File metadataCreation, modification, access clues
Memory dumpMalware, credentials, network connections

Network analysis review

Packet and flow interpretation

ObservationPossible interpretation
SYN packets to many portsPort scan
SYN packets to many hosts on same portService sweep
Large outbound HTTPS to unknown hostPossible exfiltration or normal cloud use
Repeated DNS TXT queriesPossible DNS tunneling
ICMP traffic with abnormal payload sizePossible tunneling or testing
SMB connections between workstationsPossible lateral movement
Beaconing at fixed intervalsPossible command-and-control
TLS to rare domain shortly after malware executionSuspicious outbound callback

Common ports and services

Port/protocolServiceAnalyst note
22/TCPSSHAdmin access; watch brute force and exposed keys
25/TCPSMTPMail transfer; abuse and spoofing concerns
53/UDP/TCPDNSTunneling, DGA, suspicious lookups
80/TCPHTTPWeb traffic; inspect where unencrypted
443/TCPHTTPSEncrypted web traffic; use metadata and endpoint logs
445/TCPSMBWindows file sharing; lateral movement risk
3389/TCPRDPRemote access; high-value target
389/636LDAP/LDAPSDirectory services
1433/TCPMS SQLDatabase exposure risk
3306/TCPMySQLDatabase exposure risk
5432/TCPPostgreSQLDatabase exposure risk

Network control selection

NeedControl
Block known bad trafficFirewall, proxy, DNS filtering
Detect suspicious network activityIDS, NDR, SIEM correlation
Stop malicious traffic inlineIPS, WAF, secure web gateway
Separate sensitive systemsSegmentation, VLANs, ACLs, microsegmentation
Secure remote accessVPN, ZTNA, MFA, conditional access
Protect web applicationsWAF, secure coding, patching
Limit outbound exfiltrationEgress filtering, DLP, proxy controls

Identity and access review

Identity attack patterns

PatternClueResponse
Password sprayingFew attempts across many accountsBlock source, enforce MFA, detect low-rate failures
Brute forceMany attempts against one accountLockout policy, source blocking, reset if compromised
MFA fatigueMany push promptsRevoke sessions, educate user, require phishing-resistant MFA where available
Impossible travelLogins from distant locations in short timeValidate user, check VPN/proxy, revoke if suspicious
Privilege escalationNew admin rights or role changesReview change authorization and actor
Token theftValid session from unusual contextRevoke tokens/sessions and investigate endpoint
Service account abuseInteractive login or unusual accessRestrict use, rotate secret, monitor activity

Authentication and federation concepts

ConceptReview point
MFAAdds factor; not all MFA is equally phishing-resistant
SSOCentralizes authentication; compromise can have broad impact
SAMLCommon enterprise federation protocol
OAuth 2.0Authorization framework for delegated access
OpenID ConnectAuthentication layer built on OAuth 2.0
KerberosTicket-based authentication common in Windows domains
Conditional accessPolicy based on user, device, location, risk, app
Least privilegeUsers and services get only necessary access
Privileged access managementControls and monitors high-risk admin access

Identity traps

  • OAuth is not the same as authentication by itself. OpenID Connect provides authentication on top of OAuth.
  • MFA does not eliminate credential risk. Tokens, consent grants, fatigue attacks, and session theft still matter.
  • Service accounts are high risk. They often have broad permissions and weak rotation practices.
  • Disabling an account may not end active sessions. Revoke tokens/sessions when needed.
  • Least privilege must include cloud roles and API permissions, not only local accounts.

Application and API security review

Common web vulnerabilities

VulnerabilityWhat it meansBetter remediation direction
SQL injectionUser input alters database queryParameterized queries, input validation
Command injectionUser input executes OS commandsAvoid shell execution, sanitize input, least privilege
Cross-site scriptingAttacker script runs in user browserOutput encoding, CSP, input handling
CSRFUser is tricked into submitting authenticated actionAnti-CSRF tokens, SameSite cookies
SSRFServer is tricked into making requestsEgress controls, allowlists, metadata protection
Path traversalAccess files outside intended directoryCanonicalize paths, restrict file access
Insecure deserializationUntrusted object data causes code or logic abuseAvoid unsafe deserialization, integrity checks
Broken access controlUser accesses unauthorized function/dataServer-side authorization checks
Security misconfigurationUnsafe defaults or exposed admin featuresHardening, configuration review
Vulnerable dependencyFlawed third-party componentSCA, patching, dependency management

API security review

RiskClueControl
Broken object-level authorizationUser can access another user’s object IDEnforce authorization per object
Excessive data exposureAPI returns more fields than neededMinimize response data
Lack of rate limitingAutomated abuse succeedsThrottling and abuse detection
Weak token handlingLong-lived or exposed tokensShort lifetimes, rotation, secure storage
Poor input validationMalformed requests trigger errorsSchema validation and sanitization
Shadow APIsUnknown or undocumented endpointsAPI inventory and gateway controls

Secure SDLC and testing

MethodPurpose
SASTStatic source/code analysis before runtime
DASTDynamic testing of running application
SCAThird-party dependency and license/vulnerability analysis
IASTInstrumented testing during application execution
FuzzingSending malformed inputs to find crashes or flaws
Threat modelingIdentifying design-level risks early
Code reviewHuman review for logic and security flaws
Secrets scanningDetecting hardcoded keys and credentials
CI/CD controlsAutomated security checks in pipelines

Cloud, container, and hybrid security review

Cloud security decision points

ScenarioThink about
Public storage bucketData exposure, access policy, object logs
Overprivileged roleLeast privilege, role assumption, permissions boundary
Leaked access keyRevoke, rotate, find use, check persistence
Public management portSecurity group/network ACL, bastion, ZTNA
Unencrypted data storeEncryption at rest, key management, data sensitivity
Missing logsEnable cloud audit logs before incident
Suspicious API callIdentity, source IP, user agent, role, time
Container escape concernHost hardening, runtime security, patching
Image vulnerabilityRebuild from patched base image
Kubernetes secret exposureRotate secrets, RBAC review, audit logs

Shared responsibility reminder

In cloud scenarios, the provider and customer share responsibilities, but the customer is commonly responsible for identity configuration, data classification, access policies, workload configuration, and application security. Do not assume the provider fixes insecure customer settings.

Container and Kubernetes clues

ItemSecurity relevance
ImageMay contain vulnerable packages or secrets
RegistryNeeds access control and signing/scanning
RuntimeDetect suspicious container behavior
NamespaceLogical isolation boundary
RBACControls Kubernetes permissions
SecretsMust be protected and rotated
Admission controlEnforces deployment policy
Network policyLimits pod-to-pod communication
Privileged containerHigh risk; may access host resources
Immutable infrastructureRebuild rather than manually patch running instances

Endpoint security review

Malware behavior indicators

BehaviorPossible purpose
Creates scheduled taskPersistence
Modifies registry run keyPersistence
Injects into another processEvasion or privilege abuse
Disables security toolsDefense evasion
Dumps credentialsCredential theft
Scans local networkDiscovery/lateral movement
Connects to rare external domainCommand-and-control
Encrypts many files rapidlyRansomware
Compresses staged filesExfiltration preparation
Deletes shadow copies/backupsRansomware impact maximization

Endpoint response choices

SituationBest action
Confirmed malware with active C2Isolate endpoint and preserve evidence
Suspicious process but uncertainCollect process, hash, command line, network evidence
Credential theft suspectedReset credentials and revoke sessions after containment planning
Widespread endpoint indicatorHunt across fleet using EDR query
False positive from known admin toolDocument and tune detection carefully
Ransomware indicatorIsolate immediately and protect backups

Email and phishing review

Phishing investigation checklist

EvidenceWhat to inspect
HeadersSender path, return-path, received chain
SPF/DKIM/DMARCAuthentication and domain alignment
URLsRedirects, lookalike domains, reputation
AttachmentsHashes, macros, sandbox results
User reportsWho received, clicked, submitted credentials
Mail gateway logsDelivery, quarantine, similar messages
Authentication logsLogin attempts after click
Endpoint telemetryDownloaded payload or script execution

Phishing response actions

  1. Preserve a copy of the message and headers.
  2. Identify all recipients.
  3. Quarantine or remove similar messages.
  4. Block malicious domains, URLs, hashes, or senders where appropriate.
  5. Determine who clicked or submitted credentials.
  6. Reset credentials and revoke sessions for affected users.
  7. Search for payload execution or persistence.
  8. Communicate user guidance without blame.
  9. Update detections and awareness material.

Data protection and privacy-aware analysis

Data security controls

NeedControl
Protect data at restEncryption, access control, key management
Protect data in transitTLS, VPN, secure protocols
Prevent unauthorized sharingDLP, classification, access reviews
Limit blast radiusLeast privilege, segmentation, token scoping
Detect exfiltrationDLP, proxy logs, cloud access logs, UEBA
Recover from lossBackups, replication, tested restore
Reduce retained riskData minimization and retention controls

Backup and recovery reminders

ConceptReview point
Offline/immutable backupHelps resist ransomware
Restore testingBackup is not useful unless recoverable
Recovery point objectiveAcceptable data loss target
Recovery time objectiveAcceptable downtime target
Golden imageTrusted rebuild source
Clean restoreRestore only after root cause and reinfection risk are addressed

Risk, reporting, and communication review

Audience-based reporting

AudienceWantsAvoid
Executive leadershipBusiness impact, risk, timeline, decision neededRaw logs and tool jargon
Technical teamAffected systems, evidence, root cause, fix stepsVague “secure it” statements
Legal/complianceFacts, scope, timeline, evidence handlingSpeculation
Asset ownerOperational impact and remediation planSecurity-only language
Customer/user communicationClear impact and required actionOver-disclosure before facts are confirmed
Incident commanderStatus, blockers, next actionsUnprioritized detail dump

Good security report structure

  1. Executive summary
  2. Scope and methodology
  3. Key findings
  4. Risk rating and business impact
  5. Evidence
  6. Affected assets
  7. Recommended remediation
  8. Compensating controls or exceptions
  9. Validation plan
  10. Appendices for technical detail

Metrics to understand

MetricUse
MTTDMean time to detect
MTTRMean time to respond or recover, depending on context
Dwell timeTime attacker remains undetected
False positive rateDetection quality and analyst workload
Patch complianceRemediation program health
Vulnerability ageBacklog and process risk
Incident count by typeTrend analysis
Phishing click rateAwareness and control effectiveness
Control coverageVisibility and protection gaps

Tool and command quick review

Common analyst tools

Tool/categoryUse
SIEMCorrelation, search, alerting, dashboards
SOARAutomated enrichment and response workflows
EDR/XDREndpoint detection, containment, investigation
NDRNetwork detection and response
Vulnerability scannerFind known vulnerabilities and misconfigurations
Packet analyzerInspect network traffic
SandboxDetonate suspicious files/URLs safely
Forensic suiteImage, preserve, and analyze evidence
Ticketing systemTrack remediation and accountability
GRC platformRisk, compliance, exceptions, reporting

Command-line recognition

Command/toolTypical use
pingBasic reachability
traceroute/tracertNetwork path
nslookup/digDNS lookup
whoisDomain/IP registration context
netstat/ssNetwork connections and listening ports
ipconfig/ifconfig/ipInterface configuration
routeRouting table
arpLocal neighbor mapping
nmapPort/service discovery
curl/wgetHTTP requests and downloads
tcpdumpPacket capture
Wireshark/tsharkPacket analysis
grep/findstrSearch text/logs
awk/sedText processing
stringsExtract readable strings from binary
sha256sum/Get-FileHashFile integrity/hash
ps/tasklistRunning processes
lsofOpen files and sockets
journalctlLinux system logs
sc/systemctlService management
regWindows registry inspection/modification

“Best tool” examples

Question asks forStrong answer direction
Identify open portsNmap or scanner
Inspect payload detailsPacket capture/Wireshark
Correlate many logsSIEM
Isolate compromised hostEDR or network control
Automate enrichmentSOAR
Identify vulnerable packagesSCA or vulnerability scanner
Detect data leavingDLP, proxy, NetFlow, cloud logs
Verify file integrityHash comparison
Preserve disk evidenceForensic imaging
Analyze suspicious attachment safelySandbox

Scenario decision rules

“First,” “best,” and “next” wording

WordingHow to answer
FIRSTChoose the earliest correct step in the process
BESTChoose the most complete and risk-appropriate action
NEXTContinue from the current phase described
MOST likelyInfer from evidence, not from fear
LEAST likelyEliminate supported options first
MOST secureStrongest control, if operationally reasonable
MOST cost-effectiveAdequate risk reduction with lower complexity
BEST long-termRoot cause fix, not temporary workaround

High-frequency decision rules

If the scenario says…Prefer…
“Unconfirmed alert”Validate and collect more evidence
“Active compromise”Containment
“Forensic investigation”Preserve evidence and chain of custody
“Critical production service”Coordinate containment with business impact in mind
“Known exploited vulnerability on internet-facing asset”Urgent remediation or mitigation
“Legacy system cannot be patched”Compensating controls and risk documentation
“Many noisy alerts”Tuning, correlation, and prioritization
“Credential compromise”Revoke sessions/tokens, reset credentials, review activity
“Cloud public exposure”Remove public access and review access logs
“Repeat incident”Root cause analysis and control improvement

Common candidate mistakes

Technical mistakes

  • Confusing hashing with encryption. Hashing verifies integrity; encryption protects confidentiality.
  • Confusing encoding with encryption. Encoding is reversible formatting, not security.
  • Treating base64 as a secure protection method.
  • Assuming HTTPS traffic is safe just because it is encrypted.
  • Forgetting that valid credentials can be maliciously used.
  • Assuming MFA stops all account compromise.
  • Choosing eradication before containment during active compromise.
  • Ignoring egress traffic in exfiltration scenarios.
  • Overlooking cloud IAM as the highest-impact control plane.
  • Treating scanner severity as identical to business risk.

Process mistakes

  • Skipping documentation during incidents.
  • Failing to verify remediation.
  • Reporting technical detail without business impact.
  • Closing incidents without lessons learned.
  • Blocking indicators without considering collateral impact.
  • Not involving asset owners for production changes.
  • Failing to preserve chain of custody when evidence may matter.
  • Accepting risk without an owner, justification, or review.

Compact comparison tables

Preventive, detective, corrective

Control typePurposeExamples
PreventiveStop event from happeningMFA, firewall, hardening, secure coding
DetectiveIdentify eventSIEM alert, IDS, audit logs
CorrectiveRestore or fixPatch, restore backup, remove malware
DeterrentDiscourage behaviorWarning banners, policies
CompensatingAlternative protectionSegmentation around unpatchable system
RecoveryReturn to operationBackups, disaster recovery plan

Signature, anomaly, behavior

Detection typeStrengthWeakness
SignatureGood for known threatsMisses new/modified threats
AnomalyFinds unusual activityCan produce false positives
BehaviorDetects suspicious actions/TTPsRequires context and tuning
HeuristicFlexible pattern-based detectionMay be noisy
Threat intel matchFast enrichmentIndicators may be stale

IDS, IPS, WAF, EDR

ControlPrimary locationMain purpose
IDSNetwork or hostDetect and alert
IPSInline network pathDetect and block
WAFIn front of web appFilter malicious web requests
EDREndpointDetect, investigate, contain host threats
NDRNetworkIdentify suspicious traffic behavior
DLPEndpoint, network, cloudPrevent or detect sensitive data leakage

Mini playbooks

Suspected ransomware

  1. Isolate affected systems.
  2. Protect backups and prevent further spread.
  3. Preserve evidence where possible.
  4. Identify initial access and scope.
  5. Disable compromised accounts.
  6. Remove persistence and malware.
  7. Restore from known-good backups.
  8. Monitor for reinfection.
  9. Document timeline, impact, and lessons learned.

Suspected cloud key compromise

  1. Disable or revoke the exposed key.
  2. Rotate related secrets.
  3. Review API activity for that identity.
  4. Identify created users, roles, policies, compute, storage, or network changes.
  5. Remove unauthorized resources and persistence.
  6. Check data access and exfiltration.
  7. Tighten permissions and add detection.
  8. Document impact and remediation.

Suspected data exfiltration

  1. Confirm unusual transfer or access.
  2. Identify user, system, data type, destination, and time window.
  3. Contain access path without destroying evidence.
  4. Preserve logs and relevant artifacts.
  5. Determine data sensitivity and scope.
  6. Escalate according to incident plan.
  7. Implement corrective controls.
  8. Prepare audience-appropriate reporting.

Suspected phishing credential theft

  1. Analyze email and identify recipients.
  2. Remove message from mailboxes.
  3. Determine who clicked or submitted credentials.
  4. Revoke sessions and reset affected credentials.
  5. Review authentication and mailbox rules.
  6. Search for lateral movement or data access.
  7. Block infrastructure and update detections.
  8. Communicate user guidance.

How to use practice questions after this review

Use this Quick Review to identify weak decision areas, then move into IT Mastery practice:

  • Use topic drills for one area at a time: incident response, vulnerability management, log analysis, cloud security, or reporting.
  • Use original practice questions to test whether you can apply concepts in scenarios rather than recite definitions.
  • Review detailed explanations after each question, especially for why the wrong answers are wrong.
  • Build an error log with three columns: missed concept, clue you overlooked, rule to remember.
  • Retake only the questions you missed after a delay, not immediately from memory.
  • Finish with mixed, timed question bank sets so you practice switching topics under exam-like pressure.

Final quick checklist

Before you start a CS0-004 practice set, make sure you can answer these quickly:

  • What evidence confirms an alert is a real incident?
  • What should be contained first: host, account, network path, email, or cloud key?
  • What evidence is volatile and should be preserved early?
  • Which findings deserve priority when scanner severity and business risk differ?
  • Which log source best supports the investigation?
  • What is the difference between remediation, mitigation, and risk acceptance?
  • What should an executive report include?
  • What root cause must be fixed before recovery?
  • What detection should be improved after lessons learned?
  • What answer choice is safest, least disruptive, and aligned with the incident phase?

Next step: start a timed CompTIA CySA+ V4 (CS0-004) topic drill, review every detailed explanation, and turn each missed question into a short decision rule for your final question bank pass.

Continue in IT Mastery

Use this Quick Review as a final concept map, then move into IT Mastery for focused topic drills, mixed practice sets, timed mock exams, and detailed explanations. The practice questions are original IT Mastery practice items; they are not official CompTIA questions, copied live-exam content, or exam dumps.

Browse Certification Practice Tests by Exam Family