CompTIA CySA+ CS0-003 - All Domains Security Operations Vulnerability Management IR

By Jordan Blake · Updated May 25, 2026

Questions25
Passing Score75%
Format100% Multiple Choice
Sessions Logged658
Your progressLog in / Register to track times taken, best score, questions mastered, and coverage on this quiz.
Rating
Community rating 4.7 out of 5 from 39 ratings.
4.7 (39)

Topics covered

This quiz

Uncategorized25 (100%)

Uncategorized25 questions

Discussion

Log in to post a comment, reply, or expand a question.

Q-5765

Question Q-5765 A SOC analyst receives a SIEM alert for a successful…

2 comments · last active May 13, 2026

  • kellie18 · Feb 24, 4:33 AM

    Brute force on admin after hours → disable account, block source IP, check auth logs for success before lockout, force MFA reset.

  • FieldEnthusiast · May 13, 8:28 AM

    Containment before eradication — don't leap to reimage if you still need forensic timeline from SIEM.

Q-5784

Question Q-5784 During incident investigation, an analyst identifies a web shell installed…

2 comments · last active May 7, 2026

  • DumberMonkey · Feb 22, 5:25 AM

    Compliance scans (PCI, HIPAA) vs credentialed vuln scan — authenticated finds missing patches inside host.

  • michoakl1996 · May 7, 8:55 PM

    Agent-based vs agentless scanning — agents see installed software versions accurately.

Q-5767

Question Q-5767 An analyst is reviewing a vulnerability scan report. A critical…

2 comments · last active Feb 27, 2026

  • garylucas1185 · Feb 27, 4:58 AM

    Exploit available in wild bumps priority over CVSS alone. CISA KEV catalog is real-world cheat sheet.

    +2 votes
  • Shotunsteve · Feb 26, 8:58 PM

    Critical vuln on DMZ web server — patch window vs compensating WAF rule vs asset isolation. Risk-based prioritization.

Q-5774

Question Q-5774 A SOC team is reviewing SIEM use cases. Which detection…

2 comments · last active Feb 25, 2026

  • waterloo_is_a_meme · Feb 25, 5:41 AM

    Phishing triage: sandbox attachment, check headers, search O365 for same subject across users, pull IOCs to block.

  • Xietsu · Feb 25, 7:41 PM

    User-reported phish button integrations help — still validate before mass delete legit mail.

Q-5781

Question Q-5781 After an incident is resolved, the CSIRT holds a post-incident…

2 comments · last active Feb 18, 2026

  • dks414 · Feb 16, 10:47 PM

    Threat intelligence feeds: STIX/TAXII, sharing ISACs. Strategic vs operational vs tactical intel — match to audience.

  • drakeofdrake · Feb 18, 12:47 AM

    Enrich SIEM alert with TI hash reputation before closing as benign.

Q-5771

Question Q-5771 A security team wants to measure how quickly they resolve…

2 comments · last active Feb 16, 2026

  • pornfreethrowaway391 · Feb 15, 7:13 PM

    False positive tuning: adjust threshold, enrich with context (patch level, asset owner), don't blanket disable rule.

  • gnarkillington20 · Feb 16, 4:13 PM

    SOAR playbooks need human approval for destructive actions — isolate host yes, delete mailbox no without review.

Q-5778

Question Q-5778 A security analyst reviews a network capture and finds a…

2 comments · last active Feb 12, 2026

  • misshiss13 · Feb 12, 7:09 AM

    Forensics order: capture volatile (RAM, connections) then disk. Chain of custody documentation for legal.

  • MakesYouExplain · Feb 12, 5:09 PM

    Order of volatility: cache → RAM → disk → remote logs → archival tape.

Q-5766

Question Q-5766 A threat analyst is performing threat hunting. They hypothesize that…

2 comments · last active Feb 12, 2026

  • flamingdart1 · Feb 11, 4:59 PM

    Threat hunting = hypothesis-driven search, not waiting for alerts. Look for LOLBins (PowerShell, wmic) baselined against normal.

  • XboxMUT · Feb 12, 11:59 AM

    IOC vs TTP — behaviors persist when attackers rotate hashes. ATT&CK mapping helps structure hunts.

Q-5787

Question Q-5787 A company implements a Security Operations Center. They define mean…

2 comments · last active Feb 12, 2026

  • Hornedmarten · Feb 11, 12:31 PM

    Lessons learned / post-incident review: what detection failed, what playbook worked, update runbooks and detection rules.

  • bpineau · Feb 12, 6:31 AM

    CySA is analyst not manager — focus on technical remediation and metrics (MTTD/MTTR), not budget slides.

Question catalog for this preview

Catalog listing of the 5 preview questions for this quiz.

Question 1

A vulnerability assessment reveals a server running software with a CVSS base score of 7.5. However, a threat intelligence feed indicates this CVE is being actively exploited in the wild by nation-state actors targeting your industry. How does this intelligence affect prioritization?

Answer choices

  • A. It doesn't change prioritization — CVSS base score is the only factor

  • B. Active exploitation by relevant threat actors significantly elevates the urgency — this should be treated as critical and remediated immediately (Correct)

  • C. It lowers the priority because other organizations are already being attacked

  • D. CVSS scores already incorporate threat intelligence

Explanation

CVSS base scores don't account for active exploitation context. CISA's Known Exploited Vulnerabilities (KEV) catalog tracks CVEs actively exploited in the wild. Intelligence showing targeted exploitation by relevant threat actors dramatically elevates practical risk beyond what CVSS indicates.

Question 2

A SOC analyst receives a SIEM alert for a successful brute-force login to an admin account. The login came from an IP address in Russia, while the legitimate admin works from the US. Which action should the analyst take FIRST?

Answer choices

  • A. Email the admin to verify if they are traveling

  • B. Immediately disable the admin account, preserve logs, and initiate the incident response process (Correct)

  • C. Block the Russian IP address in the firewall

  • D. Wait for another alert before acting

Explanation

Confirmed brute-force success from an anomalous location requires immediate containment. Disabling the compromised account stops ongoing unauthorized access. Preserving logs ensures forensic evidence. Contacting the admin should happen during investigation, but account containment comes first.

Question 3

An analyst is reviewing a vulnerability scan report. A critical vulnerability (CVSS 9.8) is found on a server with no internet access, protected by a firewall, requiring authenticated access from an IP-restricted management VLAN. What should the analyst recommend?

Answer choices

  • A. Patch the vulnerability immediately regardless of context

  • B. Apply the patch in the next scheduled maintenance window — environmental controls reduce the exploitability score, but the vulnerability should still be remediated (Correct)

  • C. Remove the vulnerability from the report

  • D. Accept the risk permanently with no action needed

Explanation

Contextual risk analysis uses environmental score modifications. A CVSS 9.8 vulnerability in an isolated environment with multiple compensating controls has lower actual exploitability. However, it should still be patched in a planned maintenance window. Permanent risk acceptance for a critical CVE is inappropriate.

Question 4

A security analyst is investigating a compromise and runs the command `netstat -ano` on a Windows system. What information does this provide for the investigation?

Answer choices

  • A. List of all installed programs

  • B. All active TCP/UDP connections with process IDs (PIDs), enabling correlation of suspicious connections to specific processes (Correct)

  • C. All open files on the system

  • D. All logged-in users

Explanation

`netstat -ano` shows all network connections (-a), numerically (-n), and the owning process ID (-o). This is critical for incident response: investigators correlate suspicious outbound connections (to C2 IPs) with the PID, then identify the process in Task Manager to find malware.

Question 5

An analyst wants to understand the scope of a potential insider threat by analyzing which files a specific user accessed over the past 30 days. Which data source is MOST relevant?

Answer choices

  • A. Network flow data (NetFlow)

  • B. Windows Security Event Log (Event ID 4663 — object access audit events) (Correct)

  • C. DHCP logs

  • D. DNS query logs

Explanation

Windows Security Event ID 4663 (An attempt was made to access an object) logs when files/objects are accessed, by which user, from which process, when. Combined with file auditing enabled on sensitive shares, this provides a complete audit trail of file access for insider threat investigations.