A company receives reports about misconfigurations and vulnerabilities in a third-party hardware device that is part of its released products. Which of the following solutions is the best way for the company to identify possible issues at an earlier stage?
Correct Answer: D
Addressing misconfigurations and vulnerabilities in third-party hardware requires a comprehensive approach to manage risks throughout the supply chain. Implementing a proper supply chain risk management (SCRM) program is the most effective solution as it encompasses the following: * Holistic Approach: SCRM considers the entire lifecycle of the product, from initial design through to delivery and deployment. This ensures that risks are identified and managed at every stage. * Vendor Management: It includes thorough vetting of suppliers and ongoing assessments of their security practices, which can identify and mitigate vulnerabilities early. * Regular Audits and Assessments: A robust SCRM program involves regular audits and assessments, both internally and with suppliers, to ensure compliance with security standards and best practices. * Collaboration and Communication: Ensures that there is effective communication and collaboration between the company and its suppliers, leading to faster identification and resolution of issues. Other options, while beneficial, do not provide the same comprehensive risk management: * A. Performing vulnerability tests on each device delivered by the providers: While useful, this is reactive and only addresses issues after they have been delivered. * B. Performing regular red-team exercises on the vendor production line: This can identify vulnerabilities but is not as comprehensive as a full SCRM program. * C. Implementing a monitoring process for the integration between the application and the vendor appliance: This is important but only covers the integration phase, not the entire supply chain. References: * CompTIA SecurityX Study Guide * NIST Special Publication 800-161, "Supply Chain Risk Management Practices for Federal Information Systems and Organizations" * ISO/IEC 27036-1:2014, "Information technology - Security techniques - Information security for supplier relationships"
Question 57
A security analyst reviews the following report: Which of the following assessments is the analyst performing?
Correct Answer: B
The table shows detailed information about products, including location, chassis manufacturer, OS, application developer, and vendor. This type of information is typically assessed in a supply chain assessment to evaluate the security and reliability of components and services from different suppliers. Why Supply Chain Assessment? Component Evaluation: Assessing the origin and security of each component used in the products, including hardware, software, and third-party services. Vendor Reliability: Evaluating the security practices and reliability of vendors involved in providing components or services. Risk Management: Identifying potential risks associated with the supply chain, such as vulnerabilities in third-party components or insecure development practices.
Question 58
An organization is developing on Al-enabled digital worker to help employees complete common tasks such as template development, editing, research, and scheduling. As part of the Al workload the organization wants to Implement guardrails within the platform. Which of the following should the company do to secure the Al environment?
Correct Answer: A
Limiting the platform's abilities to only non-sensitive functions helps to mitigate risks associated with AI operations. By ensuring that the AI-enabled digital worker is only allowed to perform tasks that do not involve sensitive or critical data, the organization reduces the potential impact of any security breaches or misuse. Enhancing the training model's effectiveness (Option B) is important but does not directly address security guardrails. Granting the system the ability to self-govern (Option C) could increase risk as it may act beyond the organization's control. Requiring end-user acknowledgement of organizational policies (Option D) is a good practice but does not implement technical guardrails to secure the AI environment. References: * CompTIA Security+ Study Guide * NIST SP 800-53 Rev. 5, "Security and Privacy Controls for Information Systems and Organizations" * ISO/IEC 27001, "Information Security Management"
Question 59
A security configure is building a solution to disable weak CBC configuration for remote access connections lo Linux systems. Which of the following should the security engineer modify?
Correct Answer: D
The sshd_config file is the main configuration file for the OpenSSH server. To disable weak CBC (Cipher Block Chaining) ciphers for SSH connections, the security engineer should modify the sshd_config file to update the list of allowed ciphers. This file typically contains settings for the SSH daemon, including which encryption algorithms are allowed. By editing the /etc/ssh/sshd_config file and updating the Ciphers directive, weak ciphers can be removed, and only strong ciphers can be allowed. This change ensures that the SSH server does not use insecure encryption methods.
Question 60
A company wants to invest in research capabilities with the goal to operationalize the research output. Which of the following is the best option for a security architect to recommend?
Correct Answer: B
Investing in a threat intelligence platform is the best option for a company looking to operationalize research output. A threat intelligence platform helps in collecting, processing, and analyzing threat data to provide actionable insights. These platforms integrate data from various sources, including dark web monitoring, honeypots, and other security tools, to offer a comprehensive view of the threat landscape. Why a Threat Intelligence Platform? * Data Integration: It consolidates data from multiple sources, including dark web monitoring and honeypots, making it easier to analyze and derive actionable insights. * Actionable Insights: Provides real-time alerts and reports on potential threats, helping the organization take proactive measures. * Operational Efficiency: Streamlines the process of threat detection and response, allowing the security team to focus on critical issues. * Research and Development: Facilitates the operationalization of research output by providing a platform for continuous monitoring and analysis of emerging threats. Other options, while valuable, do not offer the same level of integration and operationalization capabilities: * A. Dark web monitoring: Useful for specific threat intelligence but lacks comprehensive operationalization. * C. Honeypots: Effective for detecting and analyzing specific attack vectors but not for broader threat intelligence. * D. Continuous adversary emulation: Important for testing defenses but not for integrating and operationalizing threat intelligence. References: * CompTIA SecurityX Study Guide * "Threat Intelligence Platforms," Gartner Research * NIST Special Publication 800-150, "Guide to Cyber Threat Information Sharing"