A security analyst is performing ongoing scanning and continuous monitoring of the corporate datacenter. Over time, these scans are repeatedly showing susceptibility to the same vulnerabilities and an increase in new vulnerabilities on a specific group of servers that are clustered to run the same application. Which of the following vulnerability management processes should be implemented?
-
A
-
B
Automated report generation
-
C
Group policy modification
-
D
Regular patch application
Reveal answer details
Close answer details
An information security analyst is compiling data from a recent penetration test and reviews the following output:  The analyst wants to obtain more information about the web-based services that are running on the target. Which of the following commands would MOST likely provide the needed information?
-
A
ping -t 10.79.95.173.rdns.datacenters.com
-
B
-
C
ftpd 10.79.95.173.rdns.datacenters.com 443
-
D
Reveal answer details
Close answer details
A company creates digitally signed packages for its devices. Which of the following BEST describes the method by which the security packages are delivered to the company's customers?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
A security analyst received an alert from the SIEM indicating numerous login attempts from users outside their usual geographic zones, all of which were initiated through the web-based mail server. The logs indicate all domain accounts experienced two login attempts during the same time frame. Which of the following is the MOST likely cause of this issue?
-
A
A password-spraying attack was performed against the organization.
-
B
A DDoS attack was performed against the organization.
-
C
This was normal shift work activity; the SIEM's AI is learning.
-
D
A credentialed external vulnerability scan was performed.
Reveal answer details
Close answer details
Correct answerA
ExplanationReferences: https://doubleoctopus.com/security-wiki/threats-and-tools/password-spraying/
A cyber-incident response team is responding to a network intrusion incident on a hospital network. Which of the following must the team prepare to allow the data to be used in court as evidence?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Which of the following BEST articulates the benefit of leveraging SCAP in an organization's cybersecurity analysis toolset?
-
A
It automatically performs remedial configuration changes to enterprise security services
-
B
It enables standard checklist and vulnerability analysis expressions for automation
-
C
It establishes a continuous integration environment for software development operations
-
D
It provides validation of suspected system vulnerabilities through workflow orchestration
Reveal answer details
Close answer details
An organization is required to be able to consume multiple threat feeds simultaneously and to provide actionable intelligence to various teams. The organization would also like to be able to leverage the intelligence to enrich security event data. Which of the following functions would most likely help the security analyst meet the organization's requirements?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerB
ExplanationDetection and monitoring is the process of identifying and responding to security threats. By enriching security event data with intelligence, security analysts can better understand the context of threats and prioritize their response accordingly. If you are talking about enrichment of data events, you are talking about detection and monitoring tools like a SIEM/SOAR/Etc
A security analyst is reviewing vulnerability scan results and notices new workstations are being flagged as having outdated antivirus signatures. The analyst observes the following plugin output: Antivirus is installed on the remote host: Installation path: C:\Program Files\AVProduct\Win32\ Product Engine: 14.12.101 Engine Version: 3.5.71 Scanner does not currently have information about AVProduct version 3.5.71. It may no longer be supported. The engine version is out of date. The oldest supported version from the vendor is 4.2.11. The analyst uses the vendor's website to confirm the oldest supported version is correct. Which of the following BEST describes the situation?
-
A
This is a false positive, and the scanning plugin needs to be updated by the vendor.
-
B
This is a true negative, and the new computers have the correct version of the software.
-
C
This is a true positive, and the new computers were imaged with an old version of the software.
-
D
This is a false negative, and the new computers need to be updated by the desktop team.
Reveal answer details
Close answer details
Which of the following describes why it is important for an organization's incident response team and legal department to meet and discuss communication processes during the incident response process?
-
A
To comply with existing organization policies and procedures on interacting with internal and external parties
-
B
To ensure all parties know their roles and effective lines of communication are established
-
C
To identify which group will communicate details to law enforcement in the event of a security incident
-
D
To predetermine what details should or should not be shared with internal or external parties in the event of an incident
Reveal answer details
Close answer details
Question 10
Single choice
In order to leverage the power of data correlation within Nessus, a cybersecurity analyst needs to write an SQL statement that will provide how long a vulnerability has been present on the network. Given the following output table:  Which of the following SQL statements would provide the resulted output needed for this correlation?
-
A
SELECT Port, ScanDate, IP, PlugIn FROM MyResults WHERE PluginID=`1000'
-
B
SELECT ScanDate, IP, Port, PlugIn FROM MyResults WHERE PluginID=`1000'
-
C
SELECT IP, PORT, PlugIn, ScanDate FROM MyResults SET PluginID=`1000'
-
D
SELECT ScanDate, IP, Port, PlugIn SET MyResults WHERE PluginID=`1000'
Reveal answer details
Close answer details
Question 11
Single choice
A technician working at company.com received the following email:  After looking at the above communication, which of the following should the technician recommend to the security team to prevent exposure of sensitive information and reduce the risk of corporate data being stored on non-corporate assets?
-
A
Forwarding of corporate email should be disallowed by the company.
-
B
A VPN should be used to allow technicians to troubleshoot computer issues securely.
-
C
An email banner should be implemented to identify emails coming from external sources.
-
D
A rule should be placed on the DLP to flag employee IDs and serial numbers.
Reveal answer details
Close answer details
Correct answerC
ExplanationAn email banner is a message that is added to the top or bottom of an email to provide some information or warning to the recipient. An email banner should be implemented to identify emails coming from external sources to prevent exposure of sensitive information and reduce the risk of corporate data being stored on non-corporate assets. An email banner can help employees recognize phishing or spoofing attempts and avoid clicking on malicious links or attachments. It can also remind employees not to share confidential information with external parties or forward corporate emails to personal accounts. The other options are not relevant or effective for this purpose. References: CompTIA Cybersecurity Analyst (CySA+) Certification Exam Objectives (CS0-002), page 13; (https://www.csoonline.com/article/3235970/what-is-spoofing-definition-and-how-to-prevent-it.html)
Question 12
Single choice
A security analyst sees the following OWASP ZAP output from a scan that was performed against a modern version of Windows while testing for client-side vulnerabilities: Alert Detail Low (Medium) Web Browser XSS Protection not enabled Description: Web browser XSS protection not enabled, or disabled by the configuration of the HTTP Response header URL: https://domain.com/sun/ray Which of the following is the MOST likely solution to the listed vulnerability?
-
A
Enable the browser's XSS filter.
-
B
Enable Windows XSS protection
-
C
Enable the browser's protected pages mode
-
D
Enable server-side XSS protection
Reveal answer details
Close answer details
Question 13
Single choice
A security analyst performed a review of an organization's software development life cycle. The analyst reports that the life cycle does not contain in a phase in which team members evaluate and provide critical feedback on another developer's code. Which of the following assessment techniques is BEST for describing the analyst's report?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 14
Single choice
While planning segmentation for an ICS environment, a security engineer determines IT resources will need access to devices within the ICS environment without compromising security. To provide the MOST secure access model in this scenario, the jumpbox should be __________.
-
A
placed in an isolated network segment, authenticated on the IT side, and forwarded into the ICS network.
-
B
placed on the ICS network with a static firewall rule that allows IT network resources to authenticate.
-
C
bridged between the IT and operational technology networks to allow authenticated access.
-
D
placed on the IT side of the network, authenticated, and tunneled into the ICS environment.
Reveal answer details
Close answer details
Question 15
Single choice
During an audit several customer order forms were found to contain inconsistencies between the actual price of an item and the amount charged to the customer Further investigation narrowed the cause of the issue to manipulation of the public-facing web form used by customers to order products. Which of the following would be the BEST way to locate this issue?
-
A
Reduce the session timeout threshold.
-
B
Deploy MFA for access to the web server.
-
C
Implement input validation.
-
D
Run a dynamic code analysis.
Reveal answer details
Close answer details
Question 16
Multiple choice
A security analyst is concerned that unauthorized users can access confidential data stored in the production server environment. All workstations on a particular network segment have full access to any server in production. Which of the following should be deployed in the production environment to prevent unauthorized access? (Choose two.)
-
A
-
B
-
C
-
D
-
E
Reveal answer details
Close answer details
Question 17
Single choice
A network technician is concerned that an attacker is attempting to penetrate the network, and wants to set a rule on the firewall to prevent the attacker from learning which IP addresses are valid on the network. Which of the following protocols needs to be denied?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 18
Single choice
The security team has determined that the current incident response resources cannot meet management's objective to secure a forensic image for all serious security incidents within 24 hours. Which of the following compensating controls can be used to help meet management's expectations?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 19
Single choice
A cybersecurity analyst was asked to discover the hardware address of 30 networked assets. From a command line, which of the following tools would be used to provide ARP scanning and reflects the MOST efficient method for accomplishing the task?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerA
ExplanationReferences: https://serverfault.com/questions/10590/how-to-get-a-list-of-all-ip-addresses-and-ideally-device-names-on-a-lan
Question 20
Single choice
While reviewing log files, a security analyst uncovers a brute-force attack that is being performed against an external webmail portal. Which of the following would be BEST to prevent this type of attack from being successful?
-
A
Create a new rule in the IDS that triggers an alert on repeated login attempts
-
B
Implement MFA on the email portal using out-of-band code delivery
-
C
Alter the lockout policy to ensure users are permanently locked out after five attempts
-
D
Leverage password filters to prevent weak passwords on employee accounts from being exploited
-
E
Configure a WAF with brute-force protection rules in block mode
Reveal answer details
Close answer details
Question 21
Single choice
An executive tasked a security analyst to aggregate past logs, traffic, and alerts on a particular attack vector. The analyst was then tasked with analyzing the data and making predictions on future complications regarding this attack vector. Which of the following types of analysis is the security analyst MOST likely conducting?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 22
Single choice
A security analyst has discovered suspicious traffic and determined a host is connecting to a known malicious website. The MOST appropriate action for the analyst to take would be lo implement a change request to:
-
A
update the antivirus software
-
B
configure the firewall to block traffic to the domain
-
C
add the domain to the blacklist
-
D
create an IPS signature for the domain
Reveal answer details
Close answer details
Question 23
Single choice
A security analyst is reviewing the following server statistics:  Which of the following is MOST likely occurring?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 24
Single choice
Which of the following MOST accurately describes an HSM?
-
A
An HSM is a low-cost solution for encryption.
-
B
An HSM can be networked based or a removable USB
-
C
An HSM is slower at encrypting than software
-
D
An HSM is explicitly used for MFA
Reveal answer details
Close answer details
Question 25
Single choice
A security analyst recently discovered two unauthorized hosts on the campus's wireless network segment from a man-m-the-middle attack . The security analyst also verified that privileges were not escalated, and the two devices did not gain access to other network devices Which of the following would BEST mitigate and improve the security posture of the wireless network for this type of attack?
-
A
Enable MAC filtering on the wireless router and suggest a stronger encryption for the wireless network,
-
B
Change the SSID, strengthen the passcode, and implement MAC filtering on the wireless router.
-
C
Enable MAC filtering on the wireless router and create a whitelist that allows devices on the network
-
D
Conduct a wireless survey to determine if the wireless strength needs to be reduced.
Reveal answer details
Close answer details
Question 26
Single choice
During a review of vulnerability scan results an analyst determines the results may be flawed because a control-baseline system which is used to evaluate a scanning tools effectiveness was reported as not vulnerable Consequently, the analyst verifies the scope of the scan included the control-baseline host which was available on the network during the scan. The use of a control-baseline endpoint in this scenario assists the analyst in confirming.
-
A
verification of mitigation
-
B
-
C
-
D
-
E
Reveal answer details
Close answer details
Question 27
Lab simulation
Simulation Malware is suspected on a server in the environment. The analyst is provided with the output of commands from servers in the environment and needs to review all output files in order to determine which process running on one of the servers may be malware. INSTRUCTIONS Servers 1, 2, and 4 are clickable. Select the Server and the process that host the malware. If at any time you would like to bring back the initial state of the simulation, please click the Reset All button. When you have completed the simulation, please select the Done button to submit. Once the simulation is submitted, please select the Next button to continue.   
Reveal model answer
Close model answer
 Server 4, svchost.exe
Question 28
Single choice
During a recent audit, there were a lot of findings similar to and including the following:  Which of the following would be the BEST way to remediate these findings and minimize similar findings in the future?
-
A
Use an automated patch management solution.
-
B
Remove the affected software programs from the servers.
-
C
Run Microsoft Baseline Security Analyzer on all of the servers.
-
D
Schedule regular vulnerability scans for all servers on the network.
Reveal answer details
Close answer details
Question 29
Single choice
A hacker issued a command and received the following response:  Which of the following describes what the hacker is attempting?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 30
Single choice
An analyst needs to understand how an attacker compromised a server. Which of the following procedures will best deliver the information that is necessary to reconstruct the steps taken by the attacker?
-
A
Scan the affected system with an anti-malware tool and check for vulnerabilities with a vulnerability scanner.
-
B
Extract the server's system timeline, verifying hashes and network connections during a certain time frame.
-
C
Clone the entire system and deploy it in a network segment built for tests and investigations while monitoring the system during a certain time frame.
-
D
Clone the server's hard disk and extract all the binary files, comparing hash signatures with malware databases.
Reveal answer details
Close answer details
Question 31
Single choice
Using a heuristic system to detect an anomaly in a computer's baseline, a system administrator was able to detect an attack even though the company signature based IDS and antivirus did not detect it. Further analysis revealed that the attacker had downloaded an executable file onto the company PC from the USB port, and executed it to trigger a privilege escalation flaw. Which of the following attacks has MOST likely occurred?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 32
Single choice
The Chief Information Security Officer (CISO) asked for a topology discovery to be conducted and verified against the asset inventory. The discovery is failing and not providing reliable or complete data. The syslog shows the following information:  Which of the following describes the reason why the discovery is failing?
-
A
The scanning tool lacks valid LDAP credentials.
-
B
The scan is returning LDAP error code 52255a.
-
C
The server running LDAP has antivirus deployed.
-
D
The connection to the LDAP server is timing out.
-
E
The LDAP server is configured on the wrong port.
Reveal answer details
Close answer details
Question 33
Single choice
A cybersecurity analyst has received the laptop of a user who recently left the company. The analyst types `history' into the prompt, and sees this line of code in the latest bash history:  This concerns the analyst because this subnet should not be known to users within the company. Which of the following describes what this code has done on the network?
-
A
Performed a ping sweep of the Class C network.
-
B
Performed a half open SYB scan on the network.
-
C
Sent 255 ping packets to each host on the network.
-
D
Sequentially sent an ICMP echo reply to the Class C network.
Reveal answer details
Close answer details
Question 34
Single choice
An internally developed file-monitoring system identified the following excerpt as causing a program to crash often: char filedata[100]; fp = fopen(`access.log`, `r`); srtcopy (filedata, fp); printf (`%s\n`, filedata); Which of the following should a security analyst recommend to fix the issue?
-
A
Open the access.log file ri read/write mode.
-
B
Replace the strcpv function.
-
C
-
D
Increase the size of the file data buffer
Reveal answer details
Close answer details
Question 35
Single choice
After reading about data breaches at a competing company, senior leaders in an organization have grown increasingly concerned about social engineering attacks. They want to increase awareness among staff regarding this threat, but do not want to use traditional training methods because they regard these methods as ineffective. Which of the following approaches would BEST meet the requirements?
-
A
Classroom training on the dangers of social media followed by a test and gift certificates for any employee getting a perfect score.
-
B
Simulated phishing emails asking employees to reply to the email with their updated phone number and office location
-
C
A poster contest to raise awareness of PII and asking employees to provide examples of data breaches and consequences
-
D
USB drives randomly placed inside and outside the organization that contain a pop-up warning to any users who plug the drive into their computer
Reveal answer details
Close answer details
Question 36
Single choice
A contained section of a building is unable to connect to the Internet A security analyst. A security analyst investigates me issue but does not see any connections to the corporate web proxy However the analyst does notice a small spike in traffic to the Internet. The help desk technician verifies all users are connected to the connect SSID. but there are two of the same SSIDs listed in the network connections. Which of the following BEST describes what is occurring?
-
A
-
B
-
C
-
D
Rogue device on the network
Reveal answer details
Close answer details
Question 37
Single choice
A security analyst is correlating, ranking, and enriching raw data into a report that will be interpreted by humans or machines to draw conclusions and create actionable recommendations. Which of the following steps in the intelligence cycle is the security analyst performing?
-
A
-
B
Processing and exploitation
-
C
Dissemination and evaluation
-
D
-
E
Reveal answer details
Close answer details
Correct answerA
ExplanationAnalysis is a human process that turns processed information into intelligence that can inform decisions. Depending on the circumstances, the decisions might involve whether to investigate a potential threat, what actions to take immediately to block an attack, how to strengthen security controls, or how much investment in additional security resources is justified. https://www.recordedfuture.com/threat-intelligence-lifecycle- phases
Question 38
Single choice
An organization needs to limit its exposure to accidental disclosure when employees send emails that contain personal information to recipients outside the company Which of the following technical controls would BEST accomplish this goal?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 39
Lab simulation
Simulation Part2: AppServ4 You are a cybersecurity analyst tasked with interpreting scan data from Company A's servers. You must verify the requirements are being met for all of the servers and recommend changes if you find they are not. The company's hardening guidelines indicate the following: 1. TLS 1.2 is the only version of TLS running. 2. Apache 2.4.18 or greater should be used. 3. Only default ports should be used. INSTRUCTIONS Using the supplied data, record the status of compliance with the company's guidelines for each server. The question contains two parts: make sure you complete Part 1 and Part 2. Make recommendations for issues based ONLY on the hardening guidelines provided. 
Reveal model answer
Close model answer
 AppServ4 - SSH - Move to Port 22
Question 40
Single choice
A security analyst performs a weekly vulnerability scan on a network that has 240 devices and receives a report with 2.450 pages. Which of the following would most likely decrease the number of false positives?
-
A
-
B
-
C
A known-environment assessment
-
D
Reveal answer details
Close answer details
Correct answerD
ExplanationCredentialed scanning is a method of vulnerability scanning that uses valid user credentials to access the target systems and perform a more thorough and accurate assessment of their security posture. Credentialed scanning can help to reduce the number of false positives by allowing the scanner to access more information and resources on the systems, such as configuration files, registry keys, installed software, patches, and permissions . References: https://www.tenable.com/blog/credentialed-vulnerability-scanning-what-why-and-how
Question 41
Multiple choice
Which of the following are considered PII by themselves? (Choose two.)
-
A
-
B
-
C
-
D
-
E
-
F
Reveal answer details
Close answer details
Question 42
Single choice
A company that is hiring a penetration tester wants to exclude social engineering from the list of authorized activities. Which of the following documents should include these details?
-
A
-
B
-
C
-
D
Memorandum of understanding
-
E
Reveal answer details
Close answer details
Question 43
Single choice
A security analyst is reviewing packet captures from a system that was compromised. The system was already isolated from the network, but it did have network access for a few hours after being compromised. When viewing the capture in a packet analyzer, the analyst sees the following:  Which of the following can the analyst conclude?
-
A
Malware is attempting to beacon to 128.50.100.3.
-
B
The system is running a DoS attack against ajgidwle.com.
-
C
The system is scanning ajgidwle.com for PII.
-
D
Data is being exfiltrated over DNS.
Reveal answer details
Close answer details
Question 44
Single choice
A security analyst recently observed evidence of an attack against a company's web server. The analyst investigated the issue but was unable to find an exploit that adequately explained the observations. Which of the following is the MOST likely cause of this issue?
-
A
The security analyst needs updated forensic analysis tools.
-
B
The security analyst needs more training on threat hunting and research.
-
C
The security analyst has potentially found a zero-day vulnerability that has been exploited.
-
D
The security analyst has encountered a polymorphic piece of malware.
Reveal answer details
Close answer details
Correct answerC
ExplanationIf an analyst observes evidence of an attack but cannot find an exploit that adequately explains the observations, it may indicate the presence of a zero-day vulnerability, which is an unknown vulnerability that attackers can exploit to gain unauthorized access to systems. In such cases, traditional security tools may not be able to detect or prevent the attack. Therefore, the analyst should investigate further to identify and mitigate the vulnerability to prevent further exploitation. References: CompTIA CySA+ Certification Exam Study Guide, Exam CS0-002, Chapter 1: Threat Management, Objective 1.1: Compare and contrast types of threats, pp. 15-16.
Question 45
Single choice
A vulnerability scanner has identified an out-of-support database software version running on a server. The software update will take six to nine months to complete. The management team has agreed to a one-year extended support contract with the software vendor. Which of the following BEST describes the risk treatment in this scenario?
-
A
The extended support mitigates any risk associated with the software.
-
B
The extended support contract changes this vulnerability finding to a false positive.
-
C
The company is transferring the risk for the vulnerability to the software vendor.
-
D
The company is accepting the inherent risk of the vulnerability.
Reveal answer details
Close answer details
Question 46
Single choice
A security analyst is running a routine vulnerability scan against a web farm. The farm consists of a single server acting as a load-balancing reverse proxy and offloads cryptographic processes to the backend servers. The backend servers consist of four servers that process the inquiries for the front end.  A web service SSL query of each server responds with the same output: Connected (0x000003) depth=0 /0=farm.company.com/CN=farm.company.com/OU=Domain Control Validated Which of the following results BEST addresses these findings?
-
A
Advise the application development team that the SSL certificates on the backend servers should be revoked and reissued to match their hostnames
-
B
Notify the application development team of the findings and advise management of the results
-
C
Create an exception in the vulnerability scanner, as the results and false positives and can be ignored safely
-
D
Require that the application development team renews the farm certificate and includes a wildcard for the `local' domain in the certificate SAN field
Reveal answer details
Close answer details
Question 47
Single choice
Which of the following could be directly impacted by an unpatched vulnerability in vSphere ESXi?
-
A
The organization's physical routers
-
B
The organization's mobile devices
-
C
The organization's virtual infrastructure
-
D
Reveal answer details
Close answer details
Question 48
Single choice
Which of the following policies would state an employee should not disable security safeguards, such as host firewalls and antivirus on company systems?
-
A
-
B
Account management policy
-
C
-
D
Reveal answer details
Close answer details
Question 49
Single choice
Which of the following threat classifications would MOST likely use polymorphic code?
-
A
-
B
-
C
-
D
Advanced persistent threat
Reveal answer details
Close answer details
Question 50
Multiple choice
A security analyst is reviewing output from a CVE-based vulnerability scanner. Before conducting the scan, the analyst was careful to select only Windows-based servers in a specific datacenter. The scan revealed that the datacenter includes 27 machines running Windows 2003 Server Edition (Win2003SE). In 2015, there were 36 new vulnerabilities discovered in the Win2003SE environment. Which of the following statements are MOST likely applicable? (Choose two.)
-
A
Remediation is likely to require some form of compensating control.
-
B
Microsoft's published schedule for updates and patches for Win2003SE have continued uninterrupted.
-
C
Third-party vendors have addressed all of the necessary updates and patches required by Win2003SE.
-
D
The resulting report on the vulnerability scan should include some reference that the scan of the datacenter included 27 Win2003SE machines that should be scheduled for replacement and deactivation.
-
E
Remediation of all Win2003SE machines requires changes to configuration settings and compensating controls to be made through Microsoft Security Center's Win2003SE Advanced Configuration Toolkit.
Reveal answer details
Close answer details
Question 51
Single choice
A security technician is testing a solution that will prevent outside entities from spoofing the company's email domain, which is comptia.org. The testing is successful, and the security technician is prepared to fully implement the solution. Which of the following actions should the technician take to accomplish this task?
-
A
Add TXT @ "v=spf1 mx include:_spf.comptia.org -all" to the DNS record.
-
B
Add TXT @ "v=spf1 mx include:_spf.comptia.org -all" to the email server.
-
C
Add TXT @ "v=spf1 mx include:_spf.comptia.org +all" to the domain controller.
-
D
Add TXT @ "v=spf1 mx include:_spf.comptia.org +all" to the web server.
Reveal answer details
Close answer details
Correct answerA
ExplanationReferences: https://blog.finjan.com/email-spoofing/
Question 52
Single choice
A company's security officer needs to implement geographical IP blocks for nation-state actors from a foreign country. On which of the following should the blocks be implemented?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 53
Single choice
A logistics company's vulnerability scan identifies the following vulnerabilities on Internet-facing devices in the DMZ: SQL injection on an infrequently used web server that provides files to vendors SSL/TLS not used for a website that contains promotional information The scan also shows the following vulnerabilities on internal resources: Microsoft Office Remote Code Execution on test server for a human resources system TLS downgrade vulnerability on a server in a development network In order of risk, which of the following should be patched FIRST?
-
A
Microsoft Office Remote Code Execution
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 54
Single choice
The Chief Executive Officer (CEO) of a large insurance company has reported phishing emails that contain malicious links are targeting the entire organization. Which of the following actions would work BEST to prevent against this type of attack?
-
A
Turn on full behavioral analysis to avert an infection.
-
B
Implement an EDR mail module that will rewrite and analyze email links.
-
C
Reconfigure the EDR solution to perform real-time scanning of all files.
-
D
Ensure EDR signatures are updated every day to avert infection.
-
E
Modify the EDR solution to use heuristic analysis techniques for malware.
Reveal answer details
Close answer details
Question 55
Single choice
During routine monitoring a security analyst identified the following enterpnse network traffic: Packet capture output:  Which of the following BEST describes what the security analyst observed?
-
A
66.187.224.210 set up a DNS hijack with 192.168.12.21.
-
B
192.168.12.21 made a TCP connection to 66 187 224 210
-
C
192.168.12.21 made a TCP connection to 209 132 177 50
-
D
209.132.177.50 set up a TCP reset attack to 192 168 12 21
Reveal answer details
Close answer details
Question 56
Single choice
During a routine review of firewall logs, an analyst identified that an IP address from the organization's server subnet had been connecting during nighttime hours to a foreign IP address, and had been sending between 150 and 500 megabytes of data each time. This had been going on for approximately one week, and the affected server was taken offline for forensic review. Which of the following is MOST likely to drive up the incident's impact assessment?
-
A
PII of company employees and customers was exfiltrated.
-
B
Raw financial information about the company was accessed.
-
C
Forensic review of the server required fall-back on a less efficient service.
-
D
IP addresses and other network-related configurations were exfiltrated.
-
E
The local root password for the affected server was compromised.
Reveal answer details
Close answer details
Question 57
Single choice
During an investigation, a security analyst determines suspicious activity occurred during the night shift over the weekend. Further investigation reveals the activity was initiated from an internal IP going to an external website. Which of the following would be the MOST appropriate recommendation to prevent the activity from happening in the future?
-
A
An IPS signature modification for the specific IP addresses
-
B
An IDS signature modification for the specific IP addresses
-
C
A firewall rule that will block port 80 traffic
-
D
Implement a web proxy to restrict malicious web content
Reveal answer details
Close answer details
Question 58
Single choice
A cybersecurity analyst is currently auditing a new Active Directory server for compliance. The analyst uses Nessus to do the initial scan, and Nessus reports the following:  Which of the following critical vulnerabilities has the analyst discovered?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 59
Single choice
A security analyst needs to provide the development learn with secure connectivity from the corporate network to a three-tier cloud environment. The developers require access to servers in all three tiers in order to perform various configuration tasks. Which of the following technologies should the analyst implement to provide secure transport?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerD
ExplanationWhat is the difference between VPN and VPC? Just as a virtual private network (VPN) provides secure data transfer over the public Internet, a VPC provides secure data transfer between a private enterprise and a public cloud provider.
Question 60
Single choice
A cybersecurity analyst is retained by a firm for an open investigation. Upon arrival, the cybersecurity analyst reviews several security logs. Given the following snippet of code:  Which of the following combinations BEST describes the situation and recommendations to be made for this situation?
-
A
The cybersecurity analyst has discovered host 192.168.0.101 using Windows Task Scheduler at 13:30 to runnc.exe; recommend proceeding with the next step of removing the host from the network.
-
B
The cybersecurity analyst has discovered host 192.168.0.101 to be running thenc.exe file at 13:30 using the auto cron job remotely, there are no recommendations since this is not a threat currently.
-
C
The cybersecurity analyst has discovered host 192.168.0.101 is beaconing every day at 13:30 using thenc.exe file; recommend proceeding with the next step of removing the host from the network.
-
D
The security analyst has discovered host 192.168.0.101 is a rogue device on the network, recommend proceeding with the next step of removing the host from the network.
Reveal answer details
Close answer details
Question 61
Single choice
While conducting research on malicious domains, a threat intelligence analyst received a blue screen of death. The analyst rebooted and received a message stating that the computer had been locked and could only be opened by following the instructions on the screen. Which of the following combinations describes the MOST likely threat and the PRIMARY mitigation for the threat?
-
A
Ransomware and update antivirus
-
B
Account takeover and data backups
-
C
Ransomware and full disk encryption
-
D
Ransomware and data backups
Reveal answer details
Close answer details
Question 62
Single choice
A malware infection spread to numerous workstations within the marketing department. The workstations were quarantined and replaced with machines. Which of the following represents a FINAL step in the eradication of the malware?
-
A
The workstations should be isolated from the network.
-
B
The workstations should be donated for reuse.
-
C
The workstations should be reimaged.
-
D
The workstations should be patched and scanned.
Reveal answer details
Close answer details
Question 63
Single choice
An organization has the following risk mitigation policies Risks without compensating controls will be mitigated first it the nsk value is greater than $50,000 Other nsk mitigation will be pnontized based on risk value. The following risks have been identified:  Which of the following is the ordei of priority for risk mitigation from highest to lowest?
-
A
-
B
-
C
-
D
-
E
Reveal answer details
Close answer details
Correct answerC
ExplanationThe order of priority for risk mitigation from highest to lowest is C, B, A, D. This order is based on applying the risk mitigation policies of the organization. According to the first policy, risks without compensating controls will be mitigated first if the risk value is greater than $50,000. Risk C has no compensating controls and a risk value of $75,000, so it is the highest priority. Risk B also has no compensating controls, but a risk value of $40,000, so it is the second priority. According to the second policy, other risk mitigation will be prioritized based on risk value. Risk A has a risk value of $60,000 and a compensating control of encryption, so it is the third priority. Risk D has a risk value of $50,000 and a compensating control of backup power supply, so it is the lowest priority.
Question 64
Single choice
An organization has not had an incident for several months. The Chief Information Security Officer (CISO) wants to move to a more proactive stance for security investigations. Which of the following would BEST meet that goal?
-
A
-
B
-
C
-
D
Information-sharing community
-
E
Reveal answer details
Close answer details
Question 65
Single choice
Following a recent security breach, a company decides to investigate account usage to ensure privileged accounts are only being utilized during typical business hours. During the investigation, a security analyst determines an account was consistently utilized in the middle of the night. Which of the following actions should the analyst take NEXT?
-
A
Disable the privileged account.
-
B
Initiate the incident response plan.
-
C
Report the discrepancy to human resources.
-
D
Review the activity with the user.
Reveal answer details
Close answer details
Question 66
Single choice
Which of the following is a control that allows a mobile application to access and manipulate information which should only be available by another application on the same mobile device (e.g. a music application posting the name of the current song playing on the device on a social media site)?
-
A
-
B
-
C
Mutually exclusive access
-
D
Reveal answer details
Close answer details
Question 67
Single choice
Which of the following should be found within an organization's acceptable use policy?
-
A
Passwords must be eight characters in length and contain at least one special character.
-
B
Customer data must be handled properly, stored on company servers, and encrypted when possible
-
C
Administrator accounts must be audited monthly, and inactive accounts should be removed.
-
D
Consequences of violating the policy could include discipline up to and including termination.
Reveal answer details
Close answer details
Question 68
Single choice
When network administrators observe an increased amount of web traffic without an increased number of financial transactions, the company is MOST likely experiencing which of the following attacks?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 69
Single choice
During the forensic a phase of a security investigation, it was discovered that an attacker was able to find private keys on a poorly secured team shared drive. The attacker used those keys to intercept and decrypt sensitive traffic on a web server. Which of the following describes this type of exploit and the potential remediation?
-
A
Session hijacking; network intrusion detection sensors
-
B
Cross-site scripting; increased encryption key sizes
-
C
Man-in-the-middle; well-controlled storage of private keys
-
D
Rootkit; controlled storage of public keys
Reveal answer details
Close answer details
Question 70
Single choice
An organization has a strict policy that if elevated permissions are needed, users should always run commands under their own account, with temporary administrator privileges if necessary. A security analyst is reviewing syslog entries and sees the following:  Which of the following entries should cause the analyst the MOST concern?
-
A
<100>2 2020-01-10T19:33:41.002z webserver su 201 32001 = BOM ' su vi httpd.conf' failed for joe
-
B
<100>2 2020-01-10T20:36:36.0010z financeserver su 201 32001 = BOM ' sudo vi users.txt success
-
C
<100> 2020-01-10T19:33:48.002z webserver sudo 201 32001 = BOM ' su vi syslog.conf failed for jos
-
D
<100> 2020-01-10T19:34..002z financeserver su 201 32001 = BOM ' su vi success
-
E
<100> 2020-01-10T19:33:48.002z webserver sudo 201 32001 = BOM ' su vi httpd.conf' success
Reveal answer details
Close answer details
Question 71
Single choice
At which of the following phases of the SDLC shoukJ security FIRST be involved?
-
A
-
B
-
C
-
D
-
E
-
F
Reveal answer details
Close answer details
Question 72
Single choice
A business recently installed a kiosk that is running on a hardened operating system as a restricted user. The kiosk user application is the only application that is allowed to run. A security analyst gets a report that pricing data is being modified on the server, and management wants to know how this is happening. After reviewing the logs, the analyst discovers the root account from the kiosk is accessing the files. After validating the permissions on the server, the analyst confirms the permissions from the kiosk do not allow to write to the server data. Which of the following is the MOST likely reason for the pricing data modifications on the server?
-
A
Data on the server is not encrypted, allowing users to change the pricing data.
-
B
The kiosk user account has execute permissions on the server data files.
-
C
Customers are logging off the kiosk and guessing the root account password.
-
D
Customers are escaping the application shell and gaining root-level access.
Reveal answer details
Close answer details
Question 73
Single choice
A development team is testing a new application release. The team needs to import existing client PHI data records from the production environment to the test environment to test accuracy and functionality. Which of the following would BEST protect the sensitivity of this data while still allowing the team to perform the testing?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 74
Single choice
The following IDS log was discovered by a company's cybersecurity analyst:  Which of the following was launched against the company based on the IDS log?
-
A
-
B
Cross-site scripting attack
-
C
-
D
Online password crack attack
Reveal answer details
Close answer details
Question 75
Single choice
A medical organization recently started accepting payments over the phone. The manager is concerned about the impact of the storage of different types of data. Which of the following types of data incurs the highest regulatory constraints?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 76
Single choice
A security analyst discovered a specific series of IP addresses that are targeting an organization. None of the attacks have been successful. Which of the following should the security analyst perform NEXT?
-
A
Begin blocking all IP addresses within that subnet.
-
B
Determine the attack vector and total attack surface.
-
C
Begin a kill chain analysis to determine the impact.
-
D
Conduct threat research on the IP addresses
Reveal answer details
Close answer details
Question 77
Single choice
A security analyst needs to develop a brief that will include the latest incidents and the attack phases of the incidents. The goal is to support threat intelligence and identify whether or not the incidents are linked. Which of the following methods would be MOST appropriate to use?
-
A
An adversary capability model
-
B
The MITRE ATT&CK framework
-
C
-
D
The Diamond Model of Intrusion Analysis
Reveal answer details
Close answer details
Question 78
Single choice
An email analysis system notifies a security analyst that the following message was quarantined and requires further review. From: [email protected] <[email protected]> To: [email protected] <[email protected]> Subject: [EXTERNAL] Gift card purchase ASAP Body: Please purchase gift cards to any major electronics store and reply with pictures of them to this email! Which of the following actions should the security analyst take?
-
A
Release the email for delivery due to its importance
-
B
Immediately contact a purchasing agent to expedite.
-
C
Delete the email and block the sender.
-
D
Purchase the gift cards and submit an expense report.
Reveal answer details
Close answer details
Question 79
Single choice
Which of the following types of policies is used to regulate data storage on the network?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerD
ExplanationReferences: http://www.css.edu/administration/information-technologies/computing-policies/computer-and-network-policies.html
Question 80
Single choice
A security analyst discovers a standard user has unauthorized access to the command prompt, PowerShell, and other system utilities. Which of the following is the BEST action for the security analyst to take?
-
A
Disable the appropriate settings in the administrative template of the Group Policy.
-
B
Use AppLocker to create a set of whitelist and blacklist rules specific to group membership.
-
C
Modify the registry keys that correlate with the access settings for the System32 directory.
-
D
Remove the user's permissions from the various system executables.
Reveal answer details
Close answer details
Correct answerD
ExplanationRemove the user's permissions from the various system executables is the BEST action for the security analyst to take.
Question 81
Single choice
A cybersecurity analyst has identified a new mission-essential function that utilizes a public cloud-based system. The analyst needs to classify the information processed by the system with respect to CIA. Which of the following should provide the CIA classification for the information?
-
A
-
B
-
C
The cybersecurity analyst
-
D
Reveal answer details
Close answer details
Question 82
Single choice
The management team assigned the following values to an inadvertent breach of privacy regulations during the original risk assessment: 1. Probability = 25% 2. Magnitude = $1,015 per record 3. Total records = 10,000 Two breaches occurred during the fiscal year. The first compromised 35 records, and the second compromised 65 records. Which of the following is the value of the records that were compromised?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerA
ExplanationA total of 100 records were compromised at a cost of $1015 per record (100 ?1015 = 10,150).
Question 83
Single choice
A security is responding to an incident on a web server on the company network that is making a large number of outbound requests over DNS. Which of the following is the FIRST step the analyst should take to evaluate this potential indicator of compromise?
-
A
Run an anti-malware scan on the system to detect and eradicate the current threat
-
B
Start a network capture on the system to look into the DNS requests to validate command and control traffic
-
C
Shut down the system to prevent further degradation of the company network
-
D
Reimage the machine to remove the threat completely and get back to a normal running state
-
E
Isolate the system on the network to ensure it cannot access other systems while evaluation is underway
Reveal answer details
Close answer details
Question 84
Single choice
A security analyst has noticed an alert from the SIEM. A workstation is repeatedly trying to connect to port 445 of a file server on the production network. All of the attempts are made with invalid credentials. Which of the following describes what is occurring?
-
A
Malware has infected the workstation and is beaconing out to the specific IP address of the file server.
-
B
The file server is attempting to transfer malware to the workstation via SMB.
-
C
An attacker has gained control of the workstation and is attempting to pivot to the file server by creating an SMB session.
-
D
An attacker has gained control of the workstation and is port scanning the network.
Reveal answer details
Close answer details
Question 85
Multiple choice
Which of the following are important reasons for performing proactive threat-hunting activities? (Choose two.)
-
A
To ensure all alerts are fully investigated
-
B
To test incident response capabilities
-
C
To uncover unknown threats
-
D
To allow alerting rules to be more specific
-
E
To create a new security baseline
-
F
To improve user awareness about security threats
Reveal answer details
Close answer details
Question 86
Single choice
An organizational policy requires one person to input accounts payable and another to do accounts receivable. A separate control requires one person to write a check and another person to sign all checks greater than $5,000 and to get an additional signature for checks greater than $10,000. Which of the following controls has the organization implemented?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerA
ExplanationSegregation of duties is a security control that requires multiple people to be involved with completing a task. This helps prevent fraud, as it ensures that no one individual has the ability to commit fraud or make mistakes without other people being aware of it.
Question 87
Single choice
A security engineer is reviewing security products that identify malicious actions by users as part of a company's insider threat program. Which of the following is the MOST appropriate product category for this purpose?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerC
ExplanationUEBA stands for User and Entity Behavior Analytics and was previously known as user behavior analytics (UBA).
Question 88
Single choice
An analyst has noticed unusual activities in the SIEM to a .cn domain name. Which of the following should the analyst use to identify the content of the traffic?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 89
Single choice
In an effort to be proactive, an analyst has run an assessment against a sample workstation before auditors visit next month. The scan results are as follows:  Based on the output of the scan, which of the following is the BEST answer?
-
A
-
B
-
C
Successful sensitivity level check
-
D
Reveal answer details
Close answer details
Question 90
Single choice
An organization wants to harden its web servers. As part of this goal, leadership has directed that vulnerability scans be performed, and the security team should remediate the servers according to industry best practices. The team has already chosen a vulnerability scanner and performed the necessary scans, and now the team needs to prioritize the fixes. Which of the following would help to prioritize the vulnerabilities for remediation in accordance with industry best practices?
-
A
-
B
-
C
-
D
-
E
Reveal answer details
Close answer details
Question 91
Single choice
A security analyst has observed several incidents within an organization that are affecting one specific piece of hardware on the network. Further investigation reveals the equipment vendor previously released a patch. Which of the following is the MOST appropriate threat classification for these incidents?
-
A
-
B
-
C
-
D
Advanced persistent threat
Reveal answer details
Close answer details
Question 92
Single choice
In SIEM software, a security analysis selected some changes to hash signatures from monitored files during the night followed by SMB brute-force attacks against the file servers. Based on this behavior, which of the following actions should be taken FIRST to prevent a more serious compromise?
-
A
Fully segregate the affected servers physically in a network segment, apart from the production network.
-
B
Collect the network traffic during the day to understand if the same activity is also occurring during business hours
-
C
Check the hash signatures, comparing them with malware databases to verify if the files are infected.
-
D
Collect all the files that have changed and compare them with the previous baseline
Reveal answer details
Close answer details
Question 93
Single choice
An organization uses Common Vulnerability Scoring System (CVSS) scores to prioritize remediation of vulnerabilities. Management wants to modify the priorities based on a difficulty factor so that vulnerabilities with lower CVSS scores may get a higher priority if they are easier to implement with less risk to system functionality. Management also wants to quantify the priority. Which of the following would achieve management's objective?
-
A
(CVSS Score) * Difficulty = Priority Where Difficulty is a range from 0.1 to 1.0 with 1.0 being easiest and lowest risk to implement
-
B
(CVSS Score) * Difficulty = Priority Where Difficulty is a range from 1 to 5 with 1 being easiest and lowest risk to implement
-
C
(CVSS Score) / Difficulty = Priority Where Difficulty is a range from 1 to 10 with 10 being easiest and lowest risk to implement
-
D
((CVSS Score) * 2) / Difficulty = Priority Where CVSS Score is weighted and Difficulty is a range from 1 to 5 with 5 being easiest and lowest risk to implement
Reveal answer details
Close answer details
Question 94
Single choice
A company has alerted planning the implemented a vulnerability management procedure. However, to security maturity level is low, so there are some prerequisites to complete before risk calculation and prioritization. Which of the following should be completed FIRST?
-
A
A business Impact analysis
-
B
-
C
Communication of the risk factors
-
D
A risk identification process
Reveal answer details
Close answer details
Question 95
Single choice
A security analyst at an organization is reviewing vulnerability reports from a newly deployed vulnerability management platform. The organization is not receiving information about devices that rarely connect to the network. Which of the following will the analyst most likely do to obtain vulnerability information about these devices?
-
A
Add administrator credentials to mobile devices.
-
B
Utilize cloud-based agents.
-
C
Deploy a VPC in front of a NAC.
-
D
Reveal answer details
Close answer details
Correct answerB
ExplanationMDM to management company owned devices.
Question 96
Single choice
Which of the following is the BEST way to share incident-related artifacts to provide non-repudiation?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 97
Single choice
An analyst is reviewing the following output:  Which of the following was MOST likely used to discover this?
-
A
Reverse engineering using a debugger
-
B
A static analysis vulnerability scan
-
C
A passive vulnerability scan
-
D
A web application vulnerability scan
Reveal answer details
Close answer details
Question 98
Single choice
An information security analyst discovered a virtual machine server was compromised by an attacker. Which of the following should be the FIRST step to confirm and respond to the incident?
-
A
Pause the virtual machine,
-
B
Shut down the virtual machine.
-
C
Take a snapshot of the virtual machine.
-
D
Remove the NIC from the virtual machine.
-
E
Review host hypervisor log of the virtual machine.
-
F
Execute a migration of the virtual machine.
Reveal answer details
Close answer details
Correct answerA
ExplanationIf the VM has been compromised then merely taking another snapshot will just add another rollback point 'post compromise'. As per the forensic process admin should take a copy. Within the virtual environment this is performed by suspending (pausing) the VM and taking a copy of the folder that the VM and the associated file(s) are located within. This could be used as the start of the chain of custody and could be copied and analysed further.
Question 99
Single choice
An organization's Chief Information Security Officer (CISO) has asked department leaders to coordinate on communication plans that can be enacted in response to different cybersecurity incident triggers. Which of the following is a benefit of having these communication plans?
-
A
They can help to prevent the inadvertent release of damaging information outside the organization.
-
B
They can help to limit the spread of worms by coordinating with help desk personnel earlier in the recovery phase.
-
C
They can quickly inform the public relations team to begin coordinating with the media as soon as a breach is detected.
-
D
They can help to keep the organization's senior leadership informed about the status of patching during the recovery phase.
Reveal answer details
Close answer details
Question 100
Single choice
Security awareness and compliance programs are most effective at reducing the likelihood and impact of attacks from:
-
A
advanced persistent threats.
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerD
ExplanationWhat types of controls address risks from unintentional insider threats? Training and awareness programs reduce the chance that insiders will generate risks from ignorance. Procedural controls help to mitigate risks from carelessness and inattention. The presence of elevated risk from inadvertent threat can be assessed by monitoring training adoption and effectiveness metrics.
|