Which of the following should be updated after a lessons-learned review?
Correct Answer: D
A lessons-learned review is a process of evaluating the effectiveness and efficiency of the incident response plan after an incident or an exercise. The purpose of the review is to identify the strengths and weaknesses of the incident response plan, and to update it accordingly to improve the future performance and resilience of the organization. Therefore, the incident response plan should be updated after a lessons-learned review. References: The answer was based on the NCSC CAF guidance from the National Cyber Security Centre, which states: "You should use post-incident and post-exercise reviews to actively reduce the risks associated with the same, or similar, incidents happening in future. Lessons learned can inform any aspect of your cyber security, including: System configuration Security monitoring and reporting Investigation procedures Containment/recovery strategies"
CS0-003 Exam Question 187
Which of the following choices is most likely to cause obstacles in vulnerability remediation?
Correct Answer: D
CompTIA CySA+ CS0-003 explicitly lists "proprietary systems" as an inhibitor to remediation (i.e., a common obstacle that can delay or block patching/remediation). Why D (Proprietary systems) is most likely to cause obstacles: * Proprietary systems often require vendor-provided patches, may have restricted modification, and can create delays due to vendor response time and dependencies on vendor updates. The Secbay Press guide explains that proprietary systems can be challenging due to "restricted access, dependencies on vendor updates, and potential delays in patching." * The Sybex Study Guide also describes that proprietary systems may not have patches available quickly (or at all), and that vendor support requirements can conflict with vulnerability management needs: Exact extract (Sybex Study Guide): "Proprietary systems... may not have patches available or may have specific requirements placed on them by vendors... creating a conflict between vulnerability management policies and functional or business requirements." Why the other options are less "most likely" here: * A (Not meeting an SLA) is typically an outcome (a consequence) rather than the obstacle itself. The inhibitor is the SLA constraints, not "not meeting it." CompTIA objectives list SLA as an inhibitor, not "not meeting an SLA." * B (Patch prioritization) is a normal vulnerability management activity, not typically categorized as an inhibitor/obstacle in the CS0-003 inhibitor list. * C (Organizational governance) is also an inhibitor (bureaucracy/change control can slow remediation), but proprietary systems are often the most "hard-blocking" because you may be unable to patch without vendor action/support. Both are valid inhibitors, but "most likely" in practice (especially in exam framing) commonly points to vendor-controlled/proprietary constraints. References (CompTIA CySA+ CS0-003 documents / study guides used): * CompTIA CS0-003 Exam Objectives v4.0: "Inhibitors to remediation" includes proprietary systems * Secbay Press CS0-003: Proprietary systems create remediation challenges due to vendor dependency and patch delays * Sybex CS0-003 Study Guide: proprietary systems may restrict patching and vendor support requirements can block remediation
CS0-003 Exam Question 188
A security analyst needs to secure digital evidence related to an incident. The security analyst must ensure that the accuracy of the data cannot be repudiated. Which of the following should be implemented?
Correct Answer: C
Integrity validation is the process of ensuring that the digital evidence has not been altered or tampered with during collection, acquisition, preservation, or analysis. It usually involves generating and verifying cryptographic hashes of the evidence, such as MD5 or SHA-1. Integrity validation is essential for maintaining the accuracy and admissibility of the digital evidence in court.
CS0-003 Exam Question 189
A virtual web server in a server pool was infected with malware after an analyst used the internet to research a system issue. After the server was rebuilt and added back into the server pool, users reported issues with the website, indicating the site could not be trusted. Which of the following is the most likely cause of the server issue?
Correct Answer: D
A digital certificate is a document that contains the public key and identity information of a web server, and is signed by a trusted third-party authority called a certificate authority (CA). A digital certificate allows the web server to establish a secure connection with the clients using the HTTPS protocol, and also verifies the authenticity of the web server. A self-signed certificate is a digital certificate that is not signed by a CA, but by the web server itself. A self-signed certificate can cause issues with the website, as it may not be trusted by the clients or their browsers. Clients may receive warnings or errors when trying to access the website, indicating that the site could not be trusted or that the connection is not secure. Official References: https://www.comptia.org/blog/the-new-comptia-cybersecurity-analyst-your-questions-answered https://partners.comptia.org/docs/default-source/resources/comptia-cysa-cs0-002-exam-objectives https://www.techtarget.com/searchsecurity/quiz/Sample-CompTIA-CySA-test-questions-with-answers
CS0-003 Exam Question 190
An analyst wants to detect outdated software packages on a server. Which of the following methodologies will achieve this objective?
Correct Answer: D
To detect outdated software packages (installed software versions, patch levels, missing updates) on a server, the most effective methodology is credentialed scanning, because it allows the scanner to log in and inspect the system "from the inside," including installed versions and patch status. Exact extract (Sybex CySA+ Study Guide): "Administrators can provide the scanner with credentials that allow the scanner to connect to the target server and retrieve configuration information... For example, if a vulnerability scan detects a potential issue that can be corrected by an operating system update, the credentialed scan can check whether the update is installed on the system before reporting a vulnerability." Exact extract (Secbay Press): "With privileged credentials... the vulnerability report will be able to identify settings like these: Installed software version... Patch levels ..." Why the other options are not correct: * A (DLP) is for preventing sensitive data leakage, not detecting outdated packages. * B (Configuration management) helps maintain desired state, but the question asks specifically for a methodology to detect outdated packages-credentialed scans directly enumerate versions/patch levels. * C (CVE) is a naming/cataloging system for known vulnerabilities; it doesn't, by itself, detect what's installed on your server.