Pre-Winter Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Free and Premium CompTIA CS0-004 Dumps Questions Answers

Page: 1 / 6
Total 82 questions

CompTIA Cybersecurity Analyst CySA+ V4 (New Version) Questions and Answers

Question 1

A security analyst runs an Nmap scan against a host with multiple open ports using the following command:

nmap 10.10.10.1 -p-

The following output is obtained after the scan:

Starting Nmap 7.95 ( ) at 2025-07-15 15:55 UTC

Note: Host seems down.

Nmap done: 1 IP address (0 hosts up) scanned in 3.16 seconds

Which of the following is the most accurate way to scan the target IP for open ports?

Options:

A.

nmap 10.10.10.1 -p80, 443, 445, 9999, 135, 22, 21 -b --traceroute

B.

nmap -sn -p- 10.10.10.1

C.

nmap -p- -Pn 10.10.10.1

D.

nmap 10.10.10.1/24 -p- -R -O --script=ssl-enum-ciphers

Buy Now
Question 2

Which of the following best describes why operational technology (OT) devices use compensating controls?

Options:

A.

Industrial control systems use significant network bandwidth.

B.

Outage windows are usually scheduled.

C.

Traditional IT security solutions may not be compatible.

D.

OT devices are typically not encrypted.

Question 3

Which of the following best explains why sensitive data should be encrypted at rest on laptops?

Options:

A.

To prevent end users from copying data to other systems

B.

To protect disclosure of information if physical devices are stolen

C.

To comply with regulatory and legal requirements

D.

To ensure the integrity of the data on the company network

Question 4

A security team deploys a new scanning solution that requires root, domain administrator, and local server administrator permissions on all systems.

Which of the following is the best way to help mitigate the risk for this level of access?

Options:

A.

Enabling single sign-on for all administrators

B.

Integrating token-based authentication using a privileged access management (PAM) solution

C.

Using temporary, one-time passwords as part of the login process

D.

Configuring agentless scanning for critical targets

Question 5

A cybersecurity analyst is reviewing static application security testing scan results and notices a finding for hard-coded credentials.

Which of the following should the analyst recommend to the application team to resolve this concern?

Options:

A.

Implement a privileged access management solution.

B.

Enable single sign-on.

C.

Obfuscate application programming interface keys.

D.

Integrate secrets management.

Question 6

A vulnerability analyst conducts a security assessment on the Remote Desktop Protocol (RDP) security posture within the environment.

The analyst issues the following command for the assessment: nmap -p 3389 --script rdp* 10.0.0.0/24 The analyst receives responses, which are divided into one of the two categories, from 13 out of the 254 hosts:

Which of the following conclusions can the analyst make about the output on Category 2?

Options:

A.

The systems are joined to an Active Directory domain and using New Technology LAN Manager (NTLM) as an authentication method.

B.

The systems are not joined to an Active Directory domain and are using Kerberos as an authentication method.

C.

The systems are not joined to an Active Directory domain and are using NTLM as an authentication method.

D.

The systems are joined to an Active Directory domain and are using Kerberos as an authentication method.

Question 7

Which of the following is the best reason to heavily segment business-critical assets from within the network?

Options:

A.

Legacy systems

B.

Degraded functionality

C.

Asset obfuscation

D.

Proprietary server

Question 8

A vendor releases details of a new vulnerability. When an analyst reviews the scheduled scans, no vulnerabilities are identified. The vulnerability is only discovered after a configuration change.

Which of the following scan types did the analyst configure?

Options:

A.

External

B.

Credentialed

C.

Agent-based

D.

Network

Question 9

A server was recently compromised. A security analyst needs to collect artifacts for further analysis before disconnecting the server from the network.

Which of the following artifacts should the analyst collect first?

Options:

A.

ShellBags

B.

Hard disk

C.

Address Resolution Protocol table

D.

Netstat output

Question 10

Which of the following best describes a type of risk that exists after mitigations or controls are enacted and implemented?

Options:

A.

Residual

B.

Acceptable

C.

Inherent

D.

Appropriate

Question 11

The Chief Information Security Officer wants to improve internal security measures by continuously validating and verifying access to the production environment.

Which of the following concepts best describes this practice?

Options:

A.

Secure access service edge

B.

Next-generation firewall

C.

Zero Trust

D.

Privileged access management

Question 12

Before merging with a software company, the acquiring company's legal team requires a detailed software scan to determine if all code base is using open-source or paid licensed libraries. The vulnerability management analyst needs to provide this report.

Which of the following scan methods will best meet this requirement?

Options:

A.

Static application security testing (SAST)

B.

Dynamic application security testing (DAST)

C.

Software composition analysis (SCA)

D.

Runtime application self-protection (RASP)

E.

Credentialed vulnerability scan

Question 13

A security operations center (SOC) analyst investigates the results of a password spray test conducted by the vulnerability management team.

The analyst must:

Identify Linux systems that have successful and unsuccessful logins with username "User1".

Create an output report named "linux-events" of all the events to a flat file.

The analyst issues the following console command:

ls /var/log/

The shortened output of the command is below:

Which of the following commands should the analyst use to meet the report output requirements?

Options:

A.

cat /var/log/sssd | grep "User1" > linux-events.txt

B.

cat /var/log/faillog.log | grep "User1" > linux-events.txt

C.

cat /var/log/syslog | grep "User1" > linux-events.txt

D.

cat /var/log/auth.log | grep "User1" > linux-events.txt

Question 14

Which of the following will inhibit remediation when attempting to resolve a vulnerability?

Options:

A.

Controlled systems

B.

Legacy systems

C.

Shared systems

D.

Closed systems

Question 15

A security operations center (SOC) manager makes significant updates to the incident response plan and wants to test these updates with all stakeholders collaboratively.

Which of the following is the best way to accomplish this task?

Options:

A.

Red-teaming event

B.

Tabletop exercise

C.

Security awareness training

D.

Penetration test

Question 16

A security analyst must identify documents that contain encoded ActiveMime payloads in a directory containing thousands of files. The analyst runs the following command: grep -rail ActiveMime *

The command returns no output.

Which of the following Yet Another Recursive Acronym (YARA) rules should the analyst use to find the suspicious files?

A)

B)

C)

D)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 17

A security architect reviews a report from a third-party incident response consultant and observes the following:

Which of the following frameworks did the consultant use to perform analysis?

Options:

A.

Spoofing, tampering, repudiation, information disclosure, denial of service, elevation of privilege (STRIDE)

B.

MITRE ATT & CK

C.

Diamond Model of Intrusion Analysis

D.

National Institute of Standards and Technology (NIST) Cybersecurity Framework

E.

Cyber Kill Chain

Question 18

An analyst reviews the following log entries:

Which of the following conclusions should the analyst reach? (Choose two.)

Options:

A.

Host ws-57 is performing a network scan against dc-1.

B.

Domain Controller dc-1 is performing a network scan against ws-57.

C.

Host ws-57 delivered a phishing email via Simple Mail Transfer Protocol.

D.

Host ws-57 is communicating on a service using a non-standard port.

E.

Domain Controller dc-1 is infected with ransomware and initiating connections with ws-57.

F.

Domain Controller dc-1 is communicating using a non-standard port.

Question 19

A security analyst analyzes the output of a web application access log for a company based in the United States.

Given the following output:

Which of the following users should be investigated first?

Options:

A.

jschott

B.

dmann

C.

mschultz

D.

tlindy

Question 20

Which of the following describes the main benefits of MITRE ATT & CK Navigator?

Options:

A.

Replicating adversary behavior and blocking gaps in defenses

B.

Monitoring adversary behavior and performing malware reverse engineering

C.

Responding to adversary behavior and building security defense tools

D.

Understanding adversary behavior and identifying gaps in defenses

Question 21

A security analyst isolates a Windows 11 workstation from the network after known malware is detected. The list of security information and event management (SIEM) events during the malware installation and timeline does not identify a specific user who was logged in. The security analyst uses the local administrative account to log in and would like a list of logins to the machine.

Which of the following PowerShell commands should the analyst use?

Options:

A.

Eventvwr.exe -LogType "Security" EventID "*" | Export-Csv c:\temp\Seclog.csv -NoTypeInformation

B.

Get-WinEvent -FilterHashTable @{ Logname="Security"

ED=4624;

} | Sort-Object TimeCreated -Descending | Export-Csv c:\temp\Seclog.csv -NoTypeInformation

C.

Get-WinEvent -FilterHashTable @{ Logname="System"

ED=9754;

} | Sort-Object TimeCreated -Descending | Export-Csv c:\temp\Seclog.csv -NoTypeInformation

D.

Get-WinEvent -FilterHashTable @{ Logname="Application"

ED=7124;

} | Sort-Object TimeCreated -Descending | Export-Csv c:\temp\Seclog.csv -NoTypeInformation

Question 22

An analyst must provide a visualization of data received from threat intelligence sources. The data includes the Internet Protocols, services, and tools used by threat actors.

Which of the following is the best framework for the analyst to follow to display this data?

Options:

A.

Diamond Model of Intrusion Analysis

B.

Exploit Prediction Scoring System

C.

Cyber Kill Chain

D.

MITRE Adversarial Tactics, Techniques, and Common Knowledge and Detection, Denial, and Disruption Framework Empowering Network Defense

Question 23

Which of the following contains stakeholder contact information for incident response reporting?

Options:

A.

The company organization chart

B.

The communication plan

C.

The last incident report

D.

The standard operating procedures

Question 24

Which of the following should a cybersecurity analyst utilize when a notification is inaccurate?

Options:

A.

Data enrichment

B.

Dashboard creation

C.

Threat hunting

D.

Alert tuning

Page: 1 / 6
Total 82 questions