Skip to main content

CS0-003 Real Exam Questions

CompTIA Cybersecurity Analyst (CySA+)

779 questions available · Page 1 of 78

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

A new zero-day vulnerability was released. A security analyst is prioritizing which systems should receive deployment of compensating controls deployment first. The systems have been grouped into the categories shown below:

Which of the following groups should be prioritized for compensating controls?

  1. A

    Group A

  2. B

    Group B

  3. C

    Group C

  4. D

    Group D

Show answer and explanation

Correct answer: C

Explanation

Group C has the zero-day vulnerability present and no mitigating controls, leaving it directly exposed. Group A has no vulnerability, while Groups B and D already have compensating protections despite their vulnerabilities. Asset value remains relevant, but the immediate deployment priority is the vulnerable group with no existing mitigation, which is Group C.

Question 2 Single choice

A company is in the process of implementing a vulnerability management program.

Which of the following scanning methods should be implemented to minimize the risk of OT/ICS devices malfunctioning due to the vulnerability identification process?

  1. A

    Non-credentialed scanning

  2. B

    Passive scanning

  3. C

    Agent-based scanning

  4. D

    Credentialed scanning

Show answer and explanation

Correct answer: B

Explanation

Passive scanning observes existing network communications without actively probing the OT or ICS devices. This minimizes additional packets and unexpected requests that could disrupt fragile or availability-sensitive equipment. Credentialed and non-credentialed scans actively interact with targets, while an agent changes the endpoint and consumes local resources.

Question 3 Single choice

An analyst is investigating a phishing incident and has retrieved the following as part of the investigation:

cmd.exe /c c:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -WindowStyle Hidden -
ExecutionPolicy Bypass -NoLogo -NoProfile -EncodedCommand <VERY LONG STRING>

Which of the following should the analyst use to gather more information about the purpose of this command?

  1. A

    Echo the command payload content into 'base64 -d'.

  2. B

    Execute the command from a Windows VM.

  3. C

    Use a command console with administrator privileges to execute the code.

  4. D

    Run the command as an unprivileged user from the analyst workstation.

Show answer and explanation

Correct answer: A

Explanation

The PowerShell command explicitly uses an encoded payload, so sending that payload content through base64 -d reveals its decoded instructions for analysis. Decoding is a non-execution step that helps determine intent without launching the suspicious command. Executing it on an analyst workstation or privileged console could activate its behavior.

Question 4 Single choice

An analyst receives alerts that state the following traffic was identified on the perimeter network firewall:

Which of the following best describes the indicator of compromise that triggered the alerts?

  1. A

    Anomalous activity

  2. B

    Bandwidth saturation

  3. C

    Cryptomining

  4. D

    Denial of service

Show answer and explanation

Correct answer: A

Explanation

Several low-reputation internal sources contact the same destination, and one flow receives 168,468 bytes after sending only 64 bytes. This disproportionate and irregular traffic pattern is an anomaly relative to the surrounding short exchanges. The records do not establish sustained capacity exhaustion or the computation behavior needed to classify the event specifically as denial of service or cryptomining.

Question 5 Single choice

During the triage of a SIEM alarm, a security analyst identifies the following activity on a.bash_history file:

Which of the following actions should the analyst take?

  1. A

    Declare an incident and look for data exfiltration.

  2. B

    Declare an incident and look for lateral movements.

  3. C

    Declare a false positive and close the alarm.

  4. D

    Declare an incident and look for malware in the affected machine.

Show answer and explanation

Correct answer: A

Explanation

The shell history creates a script that reads names from secretsauce.txt, requests corresponding data from an internal service, and posts successful responses to another destination. It then downloads the input file and executes the script. This is deliberate collection and transfer of data, so the analyst should declare an incident and investigate exfiltration.

Question 6 Single choice

Which of the following software assessment methods would be best for gathering data related to an application's availability during peak times?

  1. A

    Security regression testing

  2. B

    Stress testing

  3. C

    Static analysis testing

  4. D

    Dynamic analysis testing

  5. E

    User acceptance testing

Show answer and explanation

Correct answer: B

Explanation

Stress testing applies unusually high or peak workloads and measures whether the application remains responsive and available. Its results reveal capacity limits, resource exhaustion, and failure behavior during the busiest periods. Static analysis examines code without execution, while regression and acceptance testing evaluate correctness rather than peak-time availability.

Question 7 Single choice

Several users received a phishing email containing a malicious file that bypassed the organization's email security tool. Based on the SIEM logs, users did not open the file within the environment.

In which of the following phases of the MITRE ATT&CK framework was the attack stopped?

  1. A

    Lateral movement

  2. B

    Execution

  3. C

    Initial access

  4. D

    Discovery

Show answer and explanation

Correct answer: B

Explanation

Delivery of the phishing message and malicious attachment achieved an initial foothold in the users' inboxes, but the file was never opened. Because the payload was not launched, the adversary was stopped at the execution boundary. Lateral movement and discovery require activity after execution, so those phases were never reached within the environment.

Question 8 Single choice

A security manager has decided to form a special group of analysts who participate in both penetration testing and defending the company's network infrastructure during exercises.

Which of the following teams should the group form in order to achieve this goal?

  1. A

    Blue team

  2. B

    Purple team

  3. C

    Red team

  4. D

    Green team

Show answer and explanation

Correct answer: B

Explanation

A purple team combines offensive and defensive security functions. Its participants perform red-team activities such as penetration testing while also applying blue-team knowledge to detection and defense. This collaboration lets attack findings immediately improve defensive controls, matching the manager's goal for one group to perform both roles.

Question 9 Single choice

An organization has a critical financial application hosted online that does not allow event logging to send to the corporate SIEM.

Which of the following is the best option for the security analyst to configure to improve the efficiency of security operations?

  1. A

    Configure a new SIEM specific to the management of the hosted environment.

  2. B

    Subscribe to a threat feed related to the vendor's application.

  3. C

    Use a vendor-provided API to automate pulling the logs in real time.

  4. D

    Download and manually import the logs outside of business hours.

Show answer and explanation

Correct answer: C

Explanation

A vendor-provided API can automate pulling the hosted application's logs into the existing security workflow in real time. This closes the visibility gap without requiring native log forwarding and avoids recurring manual imports. Timely automated collection also lets analysts correlate the financial application's events with other corporate activity efficiently.

Question 10 Single choice

The most recent vulnerability scan results show the following:

The vulnerability team learned the following from the asset owners:

1. Server HQFIN01 is a financial transaction database server used in the company's largest business unit.
2. Server HQADMIN02 is utilized by an end user with administrator privileges to several critical applications.
3. No compensating controls exist for either issue.

Which of the following would the vulnerability team most likely do to determine remediation prioritization?

  1. A

    Review the BCP and prioritize the remediation of the asset that would take more time to bring online for operational use.

  2. B

    Contact the network and desktop engineering teams to discuss prioritizing the asset that is faster to remediate.

  3. C

    Reference the BIA to determine the value designation and prioritize vulnerability remediation of the more critical asset.

  4. D

    Identify the network placement and configuration of each asset, then prioritize the asset with the least recent backups.

Show answer and explanation

Correct answer: C

Explanation

CVSS values describe vulnerability severity, but remediation priority must also account for the business importance of each affected asset. The BIA supplies value and criticality designations, allowing the team to weigh the financial transaction server against the administrator's server. The more critical asset can then receive remediation resources first.