wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

CySA+Sy Test 02

Total questions: 42

Worksheet time: 1hrs 24mins

Name
Class
Date
1.

As a penetration tester, Max uses Wireshark to capture all of his testing traffic. Which of the

following is not a reason that Max would capture packets during penetration tests?

a)

To document the penetration test

b)

To scan for vulnerabilities

c)

To gather additional information about systems and services

d)

To troubleshoot issues encountered when connecting to targets

2.

Rich recently configured new vulnerability scans for his organization’s business intelligence systems. The scans run late at night when users are not present. Rich received complaints from the business intelligence team that the performance burden imposed by the scanning is causing their overnight ETL jobs to run too slowly and they are not completing before business hours. How should Rich handle this situation?

a)

Rich should inform the team that they need to run the ETL jobs on a different schedule.

b)

Rich should reconfigure the scans to run during business hours.

c)

Rich should inform the team that they must resize the hardware to accommodate both

requirements.

d)

Rich should work with the team to find a mutually acceptable solution.

3.

Javier ran a vulnerability scan of a new web application created by developers on his team and received the report shown here. The developers inspected their code carefully and do not believe that the issue exists. They do have a strong understanding of SQL injection issues and have corrected similar vulnerabilities in other applications. What is the most likely scenario in this case?

a)

Javier misconfigured the scan.

b)

The code is deficient and requires correction.

c)

The vulnerability is in a different web application running on the same server.

d)

The result is a false positive.

4.

During an incident investigation, Mateo is able to identify the IP address of the system that was used to compromise multiple systems belonging to his company. What can Mateo determine from this information?

a)

The identity of the attacker

b)

The country of origin of the attacker

c)

The attacker’s domain name

d)

None of the above

5.

After a major compromise involving what appears to be an APT, Jaime needs to conduct a forensic examination of the compromised systems. Which containment method should he recommend to ensure that he can fully investigate the systems that were involved while minimizing the risk to his organization’s other production systems?

a)

Sandboxing

b)

Removal

c)

Isolation

d)

Segmentation

6.

Piper is attempting to remediate a security vulnerability and must apply a patch to a production database server. The database administration team is concerned that the patch will disrupt business operations. How should Piper proceed?

a)

She should deploy the patch immediately on the production system.

b)

She should wait 60 days to deploy the patch to determine whether bugs are reported.

c)

She should deploy the patch in a sandbox environment to test it prior to applying it in

production.

d)

She should contact the vendor to determine a safe time frame for deploying the patch in

production.

7.

Kent ran a vulnerability scan of an internal CRM server that is routinely used by employees, and the scan reported that no services were accessible on the server. Employees continued to use the CRM application over the Web without difficulty during the scan. What is the most likely source of Kent’s result?

a)

The server requires strong authentication.

b)

The server uses encryption.

c)

The scan was run from a different network perspective than user traffic.

d)

The scanner’s default settings do not check the ports used by the CRM application.

8.

Steve needs to perform an Nmap scan of a remote network and wants to be as stealthy as

possible. Which of the following nmap commands will provide the stealthiest approach to

his scan?

a)

nmap -P0 -sT 10.0.10.0/24

b)

nmap -sT -T0 10.0.10.0/24

c)

nmap -P0 -sS 10.0.10.0/24

d)

nmap -P0 -sS -T0 10.0.10.0/24

9.

After performing threat hunting, Lakshman determines that it would be appropriate to disable some services on his organization’s database servers. What activity is Lakshman engaging in?

a)

Establishing a hypothesis

b)

Gathering evidence

c)

Reducing the attack surface

d)

Executable process analysis

10.

Jenna is configuring the scanning frequency for her organization’s vulnerability scanning program. Which one of the following is the least important criteria for Jenna to consider?

a)

Sensitivity of information stored on systems

b)

Criticality of the business processes handled by systems

c)

Operating system installed on systems

d)

Exposure of the system to external networks

11.

Donna is interpreting a vulnerability scan from her organization’s network, shown here. She would like to determine which vulnerability to remediate first. Donna would like to focus on the most critical vulnerability according to the potential impact if exploited. Assuming the firewall is properly configured, which one of the following vulnerabilities should Donna give the highest priority?

a)

Severity 5 vulnerability in the file server

b)

Severity 3 vulnerability in the file server

c)

Severity 4 vulnerability in the web server

d)

Severity 2 vulnerability in the mail server

12.

Which one of the following document categories provides the highest-level authority for an organization’s cybersecurity program?

a)

Policy

b)

Standard

c)

Procedure

d)

Framework

13.

Mateo is planning a vulnerability scanning program for his organization and is scheduling weekly scans of all the servers in his environment. He was approached by a group of system administrators who asked that they be given direct access to the scan reports without going through the security team. How should Mateo respond?

a)

Mateo should provide the administrators with access.

b)

Mateo should deny the administrators access because the information may reveal critical

security issues.

c)

Mateo should offer to provide the administrators with copies of the report after they go

through a security review.

d)

Mateo should deny the administrators access because it would allow them to correct

security issues before they are analyzed by the security team.

14.

While reviewing a report from a vulnerability scan of a web server, Paul encountered the vulnerability shown here. What is the easiest way for Paul to correct this vulnerability with minimal impact on the business?

a)

Block ports 80 and 443.

b)

Adjust directory permissions.

c)

Block port 80 only to require the use of encryption.

d)

Remove CGI from the server.

15.

A log showing a successful user authentication is classified as what type of occurrence in NIST’s definitions?

a)

A security incident

b)

A security event

c)

An event

d)

An adverse event

16.

Fran is trying to run a vulnerability scan of a web server from an external network, and the scanner is reporting that there are no services running on the web server. She verified the scan configuration and attempted to access the website running on that server using a web browser on a computer located on the same external network and experienced no difficulty. What is the most likely issue with the scan?

a)

A host firewall is blocking access to the server.

b)

A network firewall is blocking access to the server.

c)

An intrusion prevention system is blocking access to the server.

d)

Fran is scanning the wrong IP address.

17.

During a regulatory compliance assessment, Manish discovers that his organization has implemented a multifactor authentication requirement for systems that store and handle highly sensitive data. The system requires that users provide both a password and a four-digit PIN. What should Manish note in his findings about this system?

a)

The multifactor system provides two independent factors and provides an effective security

control.

b)

The factors used are both the same type of factor, making the control less effective.

c)

The system uses only two factors and is not a true multifactor system. To qualify as multifactor,

it should include at least three factors.

d)

The multifactor system’s use of a four-digit

PIN does not provide sufficient complexity,

and additional length should be required for any PIN for secure environments.

18.

Which one of the following mechanisms may be used to enhance security in a context-based authentication system?

a)

Time of day

b)

Location

c)

Device fingerprint

d)

All of the above

19.

Latisha’s organization has faced a significant increase in successful phishing attacks, resulting in compromised accounts. She knows that she needs to implement additional technical controls to prevent successful attacks. Which of the following controls will be the most effective while remaining relatively simple and inexpensive to deploy?

a)

Increased password complexity requirements

b)

Application or token-based

multifactor authentication

c)

Biometric-based

multifactor authentication

d)

OAuth-based

single sign-on

20.

Lauren downloads a new security tool and checks its MD5. What does she know about the

software she downloaded if she receives the following message?

root@demo:~# md5sum -c

demo.md5

demo.txt: FAILED

md5sum: WARNING: 1 computed checksum did not match

a)

The file is corrupted.

b)

Attackers have modified the file.

c)

The files do not match.

d)

The test failed and provided no answer.

21.

Peter works for an organization that is joining a consortium of similar organizations that use a federated identity management (FIM) system. He is configuring his identity management system to participate in the federation. Specifically, he wants to ensure that users at his organization will be able to use their credentials to access federated services. What role is Peter configuring?

a)

Relying party

b)

Service provider

c)

Identity provider

d)

Consumer

22.

Mika uses a security token like the unit shown here and a password to authenticate to her PayPal account. What two types of factors is she using?

a)

Something she knows and something she has.

b)

Something she knows and something she is.

c)

Something she is and something she has.

d)

Mika is using only one type of factor because she knows the token code and her

password.

23.

During the account setup for her bank, Deepa is asked to answer a series of questions about her past home addresses, financial transactions, and her credit history. What type of authentication factor is Deepa being asked for?

a)

Location factor

b)

Knowledge factor

c)

Possession factor

d)

Biometric factor

24.

Charles is worried about users conducting SQL injection attacks. Which of the following

solutions will best address his concerns?

a)

Using secure session management

b)

Enabling logging on the database

c)

Performing user input validation

d)

Implementing TLS

25.

Which of the following risks is most commonly associated with vulnerability scanning

activities?

a)

Attackers may learn about the vulnerabilities.

b)

Services may be crashed by the scanner.

c)

The vulnerability scanner may be exploited by attackers.

d)

Too many vulnerabilities may be detected.

26.

Adam finds entries in his authentication logs for many of the systems in his network that all have logins for the same userID with a variety of passwords. What type of attack has he discovered?

a)

A session hijacking attack

b)

An on-path

(man-in-the-middle) attack

c)

A credential stuffing attack

d)

A password spraying attack

27.

You are reviewing the methods that your organization uses to communicate with the media

during an incident response effort. Which one of the following is not a commonly accepted

practice?

a)

Inform the media immediately of developments in the investigation.

b)

Conduct practice sessions for incident responders who communicate with the media.

c)

Establish media briefing procedures in advance of an incident.

d)

Maintain an incident response status document.

28.

Charles reviews the source code for a web application for vulnerabilities. What type of software

assessment is this?

a)

Dynamic analysis

b)

Fuzzing

c)

Static analysis

d)

Reverse engineering

29.

Isaac sees the following entry in his web logs. What type of attack has been attempted?

http://example.com/../../../../../etc/shadow

a)

A buffer overflow attack

b)

An attack on the heap

c)

A session hijacking attack

d)

A directory traversal attack

30.

Precompiled SQL statements that only require variables to be input are an example of what

type of application security control?

a)

Parameterized queries

b)

Encoding data

c)

Input validation

d)

Appropriate access controls

31.

Rob would like to perform a root-cause analysis in the wake of an incident. He will be

including the results of that analysis in his incident report. What action should he take first?

a)

Document the analysis.

b)

Differentiate between each of the events and causal factors.

c)

Identify the problems and events that occurred.

d)

Establish a timeline.

32.

What are activities like disabling unnecessary processes, moving systems to internal IP

addresses, and using firewalls and other network security devices to protect hosts known as

in the context of threat hunting?

a)

Establishing a hypothesis

b)

Conducting a security lockdown

c)

Reducing the attack surface areas

d)

Bundling critical assets

33.

Bob is creating a report to management summarizing the result of a recent vulnerability scan.

He would like to prioritize the results. Which one of the following tools would provide the

most comprehensive assessment of the risk posed by each vulnerability?

a)

CVSS score

b)

Confidentiality rating

c)

Impact rating

d)

Likelihood rating

34.

Kelly’s organization recently suffered a security incident where the attacker was present on

her network for several months before the SOC identified the attack. Once they saw evidence,

they quickly reacted to contain the incident. Which incident response metric would

suffer most as a result of this performance?

a)

Mean time to respond

b)

Mean time to remediate

c)

Alert volume

d)

Mean time to detect

35.

Seth is trying to identify activities in his organization that might be automated to improve

efficiency. Which one of the following activities is least likely to benefit from automation?

a)

Threat hunting

b)

Intrusion analysis

c)

Qualitative risk assessment

d)

Data backup

36.

Rae wants to detect forged sender addresses to decrease the amount of spam that her

organization receives. Which of the following techniques or methods will most directly fit

her needs?

a)

Spamhaus

b)

DKIM

c)

SPF

d)

RBL

37.

Your organization recently suffered a series of serious vulnerabilities as a result of the use of

legacy software that is no longer supported by the vendor. This software is critical to your

organization and can’t be removed for at least six more months. What action plan would best

address this risk during that six month period?

a)

Awareness, training, and education

b)

Compensating controls

c)

Patch management

d)

Changing business requirements

38.

Yolanda received a threat intelligence report and is evaluating it to determine whether her

organization runs any of the software affected by the threat. What type of confidence is

Yolanda attempting to gain?

a)

Timeliness

b)

Accuracy

c)

Relevancy

d)

Superficial

39.

Gabby’s organization captures sensitive customer information, and salespeople and others

often work with that data on local workstations and laptops. After a recent inadvertent

breach where a salesperson accidentally sent a spreadsheet of customer information to

another customer, her organization is seeking a technology solution that can help prevent

similar problems. What should Gabby recommend?

a)

IDS

b)

FSB

c)

DLP

d)

FDE

40.

Fred is reviewing a checklist used in the automation of his security program and sees the

following code:

--View Image--

What file type from the following list is he most likely reviewing?

a)

Plaintext

b)

JSON

c)

XML

d)

HTML

41.

Cynthia’s organization receives a letter from a company they are a service provider for, notifying

them of a pending legal case and telling them not to delete or discard documents related

to the case. What term describes this?

a)

Legal hold

b)

Litigation priority

c)

Criminal suspension

d)

A data summons

42.

As part of his forensic investigation, Alex signs and notes in his log when the drive copy he

prepared is transferred to legal counsel. What is this process known as?

a)

Handoff documentation

b)

Chain of custody tracking

c)

Asset tracking

d)

Forensic certification