After a risk assessment, a server was found hosting a vulnerable legacy system that has the following characteristics: * There is no patch or official fix available from the vendor. * There is no official support provided by the vendor. * Customers consider the system mission critical. Which of the following actions will best decrease the risk posed by the legacy system?
Correct Answer: D
Because the system is mission critical and there is no patch and no vendor support , the best risk-reduction approach is to implement compensating controls . Compensating controls are specifically recommended when immediate remediation is not possible, and for legacy systems where patches may not exist. The Sybex CySA+ Study Guide states this directly: Exact extract (Sybex Study Guide): " Legacy systems may not have patches available, meaning that compensating controls may be the only option available. " Secbay Press also explains that legacy systems may lack vendor support/updates and that mitigation strategies like compensating controls or isolation are essential to reduce risk: Exact extract (Secbay Press): "Legacy systems may lack vendor support and updates, making mitigation strategies essential... Implement specific mitigation strategies for legacy systems, such as compensating controls or isolation ." And Secbay provides a legacy-system compensating control case study showing exactly the kinds of controls mentioned in option D-segmentation/isolation, access controls, and enhanced monitoring/continuous monitoring: Exact extract (Secbay Press): "Selected compensating controls, such as network segmentation , intrusion detection systems, and enhanced monitoring , to mitigate the risks..." Why the other options are not "best" given the constraints: * A (Decommission immediately): may be ideal long-term, but conflicts with "mission critical" (and "immediately" is often unrealistic for business operations). * B (Block inbound/allow outbound): helps somewhat but is incomplete and can still allow command- and-control or exfiltration outbound; also doesn't address restricted admin access/monitoring comprehensively. * C (WAF): useful only if this is specifically a web application exposure; the scenario says "legacy system" broadly. Compensating controls are the most complete and universally applicable choice. References (CompTIA CySA+ CS0-003 documents / study guides used): * Chapple/Seidl, CompTIA CySA+ Study Guide (CS0-003) : legacy systems may have no patches; compensating controls may be the only option * Secbay Press, CompTIA CySA+ Exam Prep Guide (CS0-003) : legacy systems lack support/updates; use compensating controls or isolation * Secbay Press, CompTIA CySA+ Exam Prep Guide (CS0-003) : compensating controls for legacy systems include segmentation/isolation and enhanced/continuous monitoring
CS0-003 Exam Question 197
A security analyst needs to identify a computer based on the following requirements to be mitigated: * The attack method is network-based with low complexity. * No privileges or user action is needed. * The confidentiality and availability level is high, with a low integrity level. Given the following CVSS 3.1 output: * Computer1: CVSS3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:L/A:H * Computer2: CVSS3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:H * Computer3: CVSS3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:H * Computer4: CVSS3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:H Which of the following machines should the analyst mitigate?
Correct Answer: D
Comprehensive Detailed Explanation:To match the mitigation criteria, we analyze each machine's CVSS (Common Vulnerability Scoring System) attributes: * Attack Vector (AV): N for network (matches the requirement of network-based attack). * Attack Complexity (AC): L for low (meets the requirement for low complexity). * Privileges Required (PR): N for none (indicating no privileges are needed). * User Interaction (UI): N for none (matches the requirement that no user action is needed). * Confidentiality (C), Integrity (I), and Availability (A): Requires high confidentiality and availability with low integrity. From these criteria: * Computer1 requires user interaction (UI:R), which disqualifies it. * Computer2 has a local attack vector (AV:L), which disqualifies it for a network-based attack. * Computer3 has a high attack complexity (AC:H), which does not meet the low complexity requirement. * Computer4 meets all criteria: network attack vector, low complexity, no privileges, no user interaction, and appropriate confidentiality, integrity, and availability levels. Thus, Computer4 is the correct answer. References: * NIST NVD (National Vulnerability Database): CVSS vector standards. * CVSS 3.1 User Guide: Explanation of each CVSS metric and its application in vulnerability prioritization.
CS0-003 Exam Question 198
An analyst is examining events in multiple systems but is having difficulty correlating data points. Which of the following is most likely the issue with the system?
Correct Answer: C
Time synchronization is the process of ensuring that all systems in a network have the same accurate time, which is essential for correlating data points from different sources. If the system has an issue with time synchronization, the analyst may have difficulty matching events that occurred at the same time or in a specific order. Access rights, network segmentation, and invalid playbook are not directly related to the issue of correlating data points. Verified References: [CompTIA CySA+ CS0-002 Certification Study Guide], page 23
CS0-003 Exam Question 199
A security team is concerned about recent Layer 4 DDoS attacks against the company website. Which of the following controls would best mitigate the attacks?
Correct Answer: C
Rolling out a CDN is the best control to mitigate the Layer 4 DDoS attacks against the company website. A CDN is a Content Delivery Network, which is a system of distributed servers that deliver web content to users based on their geographic location, the origin of the web page, and the content delivery server. A CDN can help protect against Layer 4 DDoS attacks, which are volumetric attacks that aim to exhaust the network bandwidth or resources of the target website by sending a large amount of traffic, such as SYN floods, UDP floods, or ICMP floods. A CDN can mitigate these attacks by distributing the traffic across multiple servers, caching the web content closer to the users, filtering out malicious or unwanted traffic, and providing scalability and redundancy for the website12. References: How to Stop a DDoS Attack: Mitigation Steps for Each OSI Layer, Application layer DDoS attack | Cloudflare
CS0-003 Exam Question 200
A cybersecurity analyst is recording the following details * ID * Name * Description * Classification of information * Responsible party In which of the following documents is the analyst recording this information?
Correct Answer: A
A risk register typically contains details like ID, name, description, classification of information, and responsible party. It's used for tracking identified risks and managing them. Recording details like ID, Name, Description, Classification of information, and Responsible party is typically done in a Risk Register. This document is used to identify, assess, manage, and monitor risks within an organization. It's not directly related to incident response or change control documentation.