SEC + Questions 1-86 Flashcards

1
Q

A user is attempting to navigate to a website from inside the company network using a desktop. When the user types in the URL, https://www.site.com, the user is presented with a certificate mismatch warning from the browser. The user does not receive a warning when visiting https://www.another site.com Which of the following describes this attack?

A) on-path
B) Domain Hijacking
C) DNS Poisoning
D) Evil TWin

A

B) Domain Hijacking

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which of the following tools is effective in preventing a user from accessing unauthorized removable media?

A) USB Data Blocker
B) Faraday Cage
C) Proximity Reader
D) Cable lock

A

A) USB data blocker

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

A chief security officer is looking for a solution that can provide increased scalability and flexibility for backend infrastructure, allowing it to be updated and modified without disruption to services. The security architect would like the solution selected to reduce the back-end server resources and has highlighted that session persistence is not important for the applications running on the back-end servers. Which of the following would BEST meet the requirements?

A) Reverse Proxy
B) Automated patch management
C) Snapshots
D) NIC Teaming

A

A) Reverse Proxy

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which of the following describes a social engineering technique that seeks to exploit a persons sense of urgency?

A) A phishing email stating a cash settlement has been awarded but will expire soon
B) A smishing message stating a package is scheduled for pickup
C) A vishing call that requests a donation be made to a local charity
D) A SPIM notification claiming to be undercover law enforcement investigating a cybercrime

A

A) A phishing email stating a cash settlement has been awarded but will expire soon

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

A security analyst is reviewing application logs to determine the source of a breach and locates the following log:

HTTPS:// www.comptia.com/login.php?id=‘%20or%20’1’1=‘1

Which of the following has been observed ?

A) DLL Injection
B) API attack
C) SQLi
D) XSS

A

C) SQLi

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

An audit identified PII being utilized in the delevopment environment of a critical application. The chief privacy officer (CPO) is adamant that this data must be removed; however, the developers are concerned that without real data they cannot perform functionality tests and search for specific data. Which of the following should a security professional implement to BEST satisfy both the CPO’s and the development teams requirements?

A) Data anonymization
B) Data encryption
C) Data masking
D) Data tokenization

A

C) Data Masking

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

A company is implementing a DLP solution on the file server. The file server. The file server has PII, financial information, and health information stored on it. Depending on what type of data that is hosted on the file server, the company wants different DLP rules assigned to the data. Which of the following should the company do to help accomplish this goal?

A) Classify the data
B) Mask the data
C) Assign the application owner
D) Perform a risk analysis

A

A) Classify the data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

A forensics investigator is examining a number of unauthorized payments that were reported on the company’s website. Some unusual log entries show users received an email for an unwanted mailing list and clicked on a link to attempt to unsubscribe. One of the users reported the email to the phishing team, and the forwarded email revealed the link to be:

<ahref=“https://www.company.com/payto.do?routing+00001111&acct=222233334&amount=250”>click here to unsubscribe</a>

Which of the following will the forensics investigator MOST likely determine has occurred?

A) SQL injection
B) Broken Authentication
C) XXS
D) XSRF

A

D) XSRF

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

A report delivered to the chief information security officer (CISO) shows that some user credentials could be exfiltrated. The report also indicates that users tend to choose the same credentials on different systems and applications. Which of the following policies should the CISO use to prevent someone from using the exfiltrated credentials?

A) MFA
B) Lockout
C) Time-based logins
D) Password history

A

A) MFA

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

A company wants to simplify the certificate management process. The company has a single domain with several dozen subdomains, all of which are publicly accessible on the internet. Which of the following BEST describes the type of certificate the company should implement?

A) subject alternative name
B) Wildcard
C) Self-signed
D) Domain validation

A

B) wildcard

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which of the following is an effective tool to stop to prevent the exfiltration of data from a network?

A) DLP
B) NIDS
C) TPM
D) FDE

A

A) DLP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Several attempts have been made to pick the door lock of a secure facility. As a result, the security engineer has been assigned to implement a stronger preventative access control. Which of the following would BEST complete the engineers assignment?

A) Replacing the traditional key with an RFID key
B) Installing and monitoring a camera facing the door
C) setting motion-sensing lights to illuminate the door on activity
D) Surrounding the property with fencing and gates

A

A) replacing the traditional key with an RFID

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Which of the following can be used by a monitoring tool to compare values and detect password leaks without providing the actual credentials ?

A) Hashing
B) tokenization
C) masking
D) encryption

A

A) Hashing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

A security engineer is building a file transfer solution to send files to a business partner. The users would like to drop off the files in a specific directory and have the server send the files to the business partner. The connection to the business partner is over the internet and needs to be secure. Which of the following can be used?

A) S/MIME
B) LDAPS
C) SSH
D) SRTP

A

C) SSH

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

An administrator needs to protect user passwords and has been advise to hash the passwords. Which of the following BEST describes what the administrator is being advised to do?

A) Perform a mathematical operation on the passwords that will convert them into unique strings.
B) Add extra data to the passwords so their length is increased, making them harder to brute force.
C) Store all passwords in the systems in a rainbow table that has a centralized location
D) Enforce the use of one-time passwords that are changed for every login session

A

A) Perform a mathematical operation on the passwords that will convert them into unique strings.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Which of the following would be indicative of a hidden audio file found inside of a piece of source code?

A) Steganography
B) Homomorphic Encryption
C) Cipher Suite
D) Blockchain

A

A) steganography

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

A user enters a username and a password at the login screen for a web portal. A few seconds later the following messages appears on the screen.

PLEASE USE A COMBINATION OF NUMBERS, SPECIAL CHARACTERS, AND LETTERS IN THE PASSWORD FIELD.

Which of the following concepts does this message describe?

A) Password Complexity
B) Password reuse
C) Password history
D) Password Age

A

A) Password Complexity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

A company recently experienced an inside attack using a corporate machine that resulted in data compromised. Analysis indicated an unauthorized change to the software circumvented technological protection measures. The analyst was tasked with determining the best method to ensure the integrity of the systems remains intact and local and remote boot attestation can take place. Which of the following would provide the BEST solution?

A) HIPS
B) FIM
C) TPM
D) DLP

A

C) TPM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Which of the following is a reason to publish files hashes?

A) to validate the integrity of the files
B) to verify if the software was digitally signed
C) to use the hash as a software activation key
D) to use the has a decryption pass phrase

A

A) to validated the integrity of the files

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

A security manager has taken the security operations center with locating all web servers that respond to an unsecur protocol. Which of the following commands could be an analyst run to find the requested servers?

A) ns lookup 10.10.10.0
B) nmap -p 80 10.10.10.0/24
C) pathping 10.10.10.0 -p 80
D) ne -L -P 80

A

B) nmap -p 80 10.10.10.0/24

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Which biometric error would allow an unauthorized user to access a system?

A) False acceptance
B) False entrance
C) False Rejection
D) False denial

A

A) False Acceptance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

A company is auditing the manner in which its European customers personal information is handled. Which of the following should the company consult?

A) GDPR
B) ISO
C) NIST
D) PCI DSS

A

A) GDPR

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Which of the following are common VoIP- associated vulnerabilities? (Choose two)

A) SPIM
B) Vishing
C) Hopping
D) Phishing
E) Credential Harvesting
F) Tailgating

A

B) Vishing
E) Credential Harvesting

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

Which of the following describes the exploitation of an interactive process to gain access to restricted area?

A) Persistence
B) Buffer Overflow
C) Privileage escalation
D) Pharming

A

C) Privilege escalation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

An Organization is planning to open other data centers to sustain operations in the event of a natural disasters. Which of the following considerations would BEST support the organizations resiliency?

A) Geographic dispersal
B) Generator power
C) Fire suppression
D) Facility automation

A

A) Geographic Dispersal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

A security engineer is deploying a new wireless network for a company. The company shares office space with multiple tenants. Which of the following should the engineer configure on the wireless network to ensure that confidential data is not expose to unauthorized users?

A) EAP
B) TLS
C) HTTPS
D) AES

A

D) AES

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

The chief compliance officer from a bank has approved a background check policy for all new hires. Which of the following is the policy MOST likely protecting against?

A) Preventing any current employees siblings from working at the bank to prevent nepotism.
B) Hiring an employee who has been convicted of theft to adhere to industry compliance
C) Filtering applications who have added false information to resumes to they appear better qualified.
D) Ensuring no new hires have worked at other banks that may be trying to steal customer information.

A

D) Ensuring no new hires have worked at other banks that may be trying to steal customers information

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q

An engineer recently deployed a group of 100 web servers in a cloud environment. Per the security policy, all web server ports except 443 should be disabled. Which of the following can be used to accomplish this task?

A) Application allow list
B) SWG
C) Host based firewall
D) VPN

A

C) host based firewall

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
29
Q

A tech was dispatched to complete repairs on a server in data center. While locating the server, the tech entered a restricted area without authorization. Which of the following security controls would BEST prevent this in the future?

A) use appropriate signage to mark all areas
B) Utilize cameras monitored by guards
C) implement access control vestibules
D) enforce escorts to monitor all visitors

A

C) implement access control vestibules

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
30
Q

Which of the following would BEST provide a systems administrator with the ability to more efficiently identify systems and mange permissions and policies based on location, role, and service level?

A) standard naming conventions
B) domain services
C) baseline configurations
D) Diagrams

A

B) domain services

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
31
Q

Which of the following would detect intrusions at the perimeter of an airport?

A) Signage
B) Fencing
C) Motion Sensors
D) Lighting
E) Bollards

A

C) motion sensors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
32
Q

A security analyst is concerned about critical vulnerabilities that have been detected on some applications running inside containers. Which of the following is the BEST remediation strategy?

A) update the base container image and redeploy the environment
B) include the containers in the regular patching schedule for servers.
C) patch each running container individually and test the application
D) update the host in which the containers are running

A

A) update the base container image and redeploy the environment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
33
Q

An organization has decided to purchase an insurance policy because a risk assessment determined that the cost to remediate the risk is greater than the five year cost of the insurance policy. The organization is enabling risk:

A) avoidance
B) acceptance
C) mitigation
D) transference

A

D) transference

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
34
Q

A security analyst receives an alert from the company SIEM that anomalous activity is coming from a local source IP address of 192.168.32.26. The chief information security officer asks the analyst to block the originating source. Several days later, anther employee opens an internal ticket stating that vulnerabilities scars are no longer being performed properly. The IP address the employee provides is 192.168.34.26 . Which of the following describes this type of alert?

A) true negative
B) true positive
C) false positive
D) false negative

A

C) false positive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
35
Q

A Security analyst wants to reference a standard to develop a risk management program. Which of the following is the BEST source for the analyst to use?

A) SSAE SOC 2
B) ISO 31000
C) NIST CSF
D) GDPR

A

B) ISO 31000

36
Q

The chief information security officer (CISO) requested a report on potential areas of improvement following a security incident. Which of the following incident response processes is the CISO requesting?

A) Lessons Learned
B) preparation
C)detection
D) containment
E) Root cause analysis

A

E) root cause analysis

37
Q

A company is providing security awareness training regarding the importance of not forwarding social media messages from unverified sources. Which of the following risks would this training help to prevent?

A) Hoaxes
B) SPIMs
C) Identity Fraud
D) Credential Harvesting

A

A) Hoaxes

38
Q

A security analyst is receiving numerous alerts reporting that the response times of an internet-facing application has been degraded. However, the internal network performances was not degraded. Which of the following MOST likely explains this behavior?

A) DNS poisoning
B) MAC Flooding
C) DDoS Attack
D) ARP Poisoning

A

C) DDoS Attack

39
Q

Which of the following will increase cryptographic security?

A) High Data Entropy
B) Algorithms that require less computing power
C) longer key longevity
D) hashing e

A

A) High Data Entropy

40
Q

Which of the following statements BEST describes zero-day exploits?

A) When a zero-day exploits is discovered the system cannot be protected by any means.
B) Zero day exploits have their own scoring category in CVSS.
C) A zero day exploits is initially undetectable and no patch for it exists.
D) discovering zero day exploits is always performed via bug bounty programs

A

C) a zero day exploits is initially undetectable an no patch for it exits

41
Q

A company wants to restrict emailing of PHI documents.The company is implementing a DLP solution. In order to restrict PHI documents, which of the following should be performed FIRST?

A) Retention
B) Governance
C) Classification
D) Change management

A

C) classification

42
Q

A security analyst is investigating some users who are being redirected to a fake website that resembles www.comptia.org. the following output was found on the naming server of the organization:

NAME TYPE DATA
www. A. 192.168.1.10
Server1. A. 10.10.10.10
Server2. A. 10.10.10.11
File. A. 10.10.10.12

A) Domain Reputation
B) Domain hijacking
C) Dissassociation
D) DNS poisoning

A

D) DNS Poisoning

43
Q

Which of the following describes the continuous delivery software development methodology?

A) Waterfall
B) Spiral
C) V-shaped
D) agile

A

D) agile

44
Q

Which of the following is the BEST example of a cost-effective physical control to enforce a USB removable media restriction policy ?

A) Putting security/antitamper tape over USB Ports. Logging the port numbers and regularly inspecting the ports.
B) Implementing a GPO that will restrict access to authorized USB removeable media and regularly verifying that it is enforced.
C) placing systems into locked, key-controlled containers with no access to the USB ports
D) installing an endpoint agent to detect connectivity of USB and removable media

A

B) implementing a GPO that will restrict access to authorized USB removable media and regularly verifying that is enforced

45
Q

A company suspects that some corporate accounts were compromised. The number of suspicious logins from locations not recognized by the users is increasing. Employees who travel need their accounts protected without the risk of blocking legitimate login requests that may be made over new sign-in properties. Which of the following security controls can be implemented?

A) Enforce MFA when an account request reaches a risk threshold.
B) implement geofencing to only allow access from headquarters.
C) Enforce timebased login request that align with business hours
D) shift the access control scheme to a discretionary access control.

A

A0 Enforce MFA when an account request reaches a risk threshold.

46
Q

An organization wants to participate in threat intelligence information sharing with peer groups. Which of the following would MOST likely meet the organizations requirement ?

A) Perform OSINT investigations
B) subscribe to threat intelligence feeds
C) submit RFCs
D) Implement a TAXII server

A

B) Subscribe to threat intelligence feeds

47
Q

Which of the following is the MOST effective control against zero-day vulnerabilities ?

A) network segmentation
B) patch management
C) intrusion prevention system
D) multiple vulnerability scanners

A

B) patch management

48
Q

Which of the following is the greatest security concern when outsourcing code development to third party contractors for an internet-facing application?

A) intellectual property theft
B) elevated privileges
C) unknown back door
D) quality assurance

A

C) unknown backdoor

49
Q

An organization has hired a red team to simulate attacks on its security posture. Which of the following will the blue team do after detecting an IOC?

A) reimagined the impacted workstations
B) activate run-books for incident response
C) conduct forensics on the compromised system
D) conduct passive reconnaissance to gather information

A

B) activate run-books for incident response

50
Q

An amusement park is implementing a biometric system that validates customers fingerprints to ensure they are not sharing tickets. The park owners values customers above all and would prefer customers convenience over security. For this reason, which of the following features should the security team prioritize FIRST?

A) low Far
B) low efficacy
C) low FRR
D) low CER

A

C) Low FRR

51
Q

Which of the following organizations sets frameworks and control for optimal security configuration on systems?

A) ISO
B) GDPR
C) PCI DSS
D) NIST

A

D) NIST

52
Q

An organization discovered files with proprietary financial data have been deleted. The files have been recovered from backup, but every time the CFO logs in to the file server, the same files are deleted again. No other users are experiencing this issue. Which of the following types of malware is MOST likely causing this behavior?

A) logic bomb
B) cryptomalware
C) spyware
D) remote access Trojan

A

A) logic bomb

53
Q

A security analyst has identified malware spreading through the corporate network and has activated the CSIRT. Which of the following should the analyst do NEXT?

A) review how the malware was introduced to the network.
B) attempt to quarantine all infected hosts to limit further spread
C) create help desk tickets to get infected systems reimaged
D) update all endpoint antivirus solutions with the latest updates

A

B) attempt to quarantine all infected hosts to limit further spread

54
Q

During an incident response an analyst applies rules to all inbound traffic on the border firewall an implemented ACLs on each critical server. Following an investigation the company realizes is it still vulnerable because outbound traffic is not restricted and the adversary is able to maintain a presence in the network. In which of the following stages of the cyber kill chain is the adversary currently operating?

A) reconnaissance
B) command and control
C) actions on objective
D) exploitation

A

B) command and control

55
Q

a recent security breach exploited software vulnerabilities in the firewall and within the network management solution. Which of the following will MOST likely be used to identify when the breach occurred through each device?

A) SIEM correlations dashboards
B) firewall syslog event logs
C) Network management solutions login audit logs
D) bandwidth monitors and interface sensors

A

B) firewall syslog event logs

56
Q

Which of the following is the FIRST environment in which proper secure coding should be practiced ?

A) stage
B) development
C) production
D) test

A

B) development

57
Q

A cloud service provider has created an environment where customers can connect existing local networks to the cloud for additional computing resources and block internal HR applications from reaching the cloud. Which of the following cloud models is being used?

A) Public
B) community
C) hybrid
D) private

A

C) Hybrid

58
Q

An organization has developed an application that needs a patch to fix a critical vulnerability. In which of the following environments should the patch be deployed LAST?

A) test
B) staging
C) development
D) production

A

D) production

59
Q

An organization is building backup server rooms in geographically diverse locations. The chief information security officer implemented a requirement on the project that states the new hardware cannot be susceptible to the same vulnerabilities in the existing server room. Which of the following should the system engineer consider?

A) purchasing hardware from different vendors
B) migrating workloads to public cloud infrastructure
C) implementing a robust patch management solution
D) designing new detective security controls

A

C) implementing a robust patch management solution

60
Q

A security analyst is working on a project to implement a soultion that monitors network communications and provides alerts when abnormal behavior is detected. Which of the following is the security analyst MOST likely implementing ?

A) vulnerability scans
B) user behavior analysis
C) security orchestration automation and response
D) threat hunting

A

B) user behavior analysis

61
Q

Data exfiltrated analysis indicates that an attacker managed to download system configuration notes from a web server. The web server logs have been deleted, but analysts have determined that the system configuration notes were stored in the database administrators folder on the web server. Which of the following attacks explains what occurred? ( choose two)

A) pass the hash
B) directory traversal
C) SQL injection
D) privilege escalation
E) Cross site scripting
F) Request Forgery

A

B) directory traversal
C) SQL injection

62
Q

A junior security analyst is conducting an analyst after passwords were changed on multiple accounts without users interaction. The SIEM have multiple login entries with the following test:

Which of the following is the MOST likely attack conducted on the environment?

A) malicious script
B) Privilege escalation
C) domain hijacking
D) DNS poisoning

A

B) Privilege Escalation

63
Q

A customer service representive reported an unusual text message that was sent to the help desk. The message contained an unrecognized invoice number with a large balance due and a link to click for more details. Which of the following BEST describes this technique?

A) Vishing
B) whaling
C) phishing
D) smishing

A

C) phishing

64
Q

Which of the following actions would be recommended to improve an incident response process?

A) Train the team to identify the difference between events and incidents
B) modify access so the IT team has full access to the compromised assets.
C) Contact the authority if a cybercrime is suspected
D) restrict communication surrounding the response to the IT team.

A

A) Train the team to identify the difference between events and incidents

65
Q

A cybersecurity administrator needs to implement a layer 7 security control on a network and block potential attacks. Which of the following can block an attack at layer 7?
Choose two

A) HIDS
B) NIPS
C) HSM
D) WAF
E) NAC
F) NIDS

A

D) WAF
E) NAC

66
Q

A business operations manager is concerned that a PC that is critical to business operations will have a costly hardware failure soon. The manager is looking for options to continue business operations without incurring large cost. Which of the following would mitigate the managers concerns?

A) implement a full systems upgrade
B) perform a physical to virtual migration
C) install uninterrupted power supplies
D) purchase cybersecurity insurance

A

B) perform a physical to virtual migration

67
Q

An organization has activated an incident response plan due to malware outbreak on its network. The organization has brought in a forensics team that has identified an internet facing windows server as the likely point of initial compromise. The malware family that was detected is known to be distributed by manually logging on to servers and running the malicious code. Which of the following actions would be BEST to prevent reinfection from the infection vector ?

A) prevent connections over TFTP from the internal network.
B) Create a firewall rule that blocks a 22 from the internet to the server
C) Disable file sharing over port 445 to the server
D) block port 3389 inbound from untrusted networks

A

D) block port 3389 inbound from untrusted networks

68
Q

Which of the following uses SAML for authentication ?

A) TOTP
B) Federation
C) Kerberos
D) HOTP

A

B) Federation

69
Q

The SOC for a large MSSP is meeting to discuss the lessons learned from a recent incident that took much too long to resolve. This type of incident has become more common in recent weeks and is consuming large amounts of the analysts time due to manual task being performed. Which of the following solution should the SOC consider to BEST improve its response time?

A) configure a NIDS appliance using a switched port analyzer
B) collect OSINT and catalog the artifacts in a central respository
C) implement a SOAR with customizable playbooks
D) install a SIEM with community drivers threat intelligence

A

C) implement a SOAR with customizable playbooks

70
Q

Business partners are working on a security mechanism to validate transactions securely. The requirements is for one company to be responsible for deploying a trusted solution that will register and issue artifacts used to sign, encrypt, and decrypt transaction files. Which of the following is the BEST solution to adopt?

A) PKI
B) blockchain
C) SAML
D) OAuth

A

A) PKI

71
Q

A security analyst has been asked by the chief information security officer to:
-develop a secure method of providing centralized management of infrastructure
-reduce the need to constantly replace aging end user machines
-provide a consistent user desktop experience

Which of the following BEST meets these requirements?

A) BYOD
B) mobile device management
C) VDI
D) containerization

A

C) VDI

72
Q

Which of the following terms describes a broad range of information that is sensitive to a specific organization?

A) public
B) top secret
C) proprietary
D) open source

A

C) proprietary

73
Q

A chief security officer (CSO) is concerned that cloud-based services are not adequate protected from advanced threats and malware. The CSO believes there is a high risk that a data breach could occur in the near future due to the lack of detective and preventive controls. Which of the following should be implemented to BEST address the CSOs concerns?
Choose two

A) A WAF
B) A CASB
C) An NG-SWG
D) Segmentaion
E) encryption
F) Containerization

A

C) An NG-SWG
D) Segmentation

74
Q

an organization is planning to roll out a new mobile device policy and issue each employee a new laptop. These laptops would access the user’s corporate operating system remotely and allow them to use the laptops for purpose outside of their job roles. Which of the following deployment models is being utilized ?

A) MDM and application management
B) BYOD and containers
C) COPE and VDI
D) CYOD and VMs

A

C) COPE and VDI

75
Q

Certain users are reporting their accounts are being used to send unauthorized emails and conduct suspicious activities. After further investigation, a security analyst notices the following:

-All users share workstations throughout the day.
-Endpoint protection was disable on several workstations throughout the network.
-Travel times on logins from the affected users are impossible.
-Sensitive data is being uploaded to external sites.
-All user account passwords were forced to be reset and the issue continued.

Which of the following attacks is being used to compromise the user accounts?

A) brute force
B) keylogger
C) dictionary
D) rainbow

A

A) brute force

76
Q

A security forensics analyst is examining a virtual server. The analyst wants to preserve the present state of the virtual server, including memory contents. Which of the following backup types should be used?

A) snapshot
B) differential
C) cloud
D) full
E) incremental

A

A) snapshot

77
Q

After returning from a conference, a users laptop has been operating slower than normal and overheating, and the fans have been running constantly. During the diagnosis process, an unknown piece of hardware is found connected to the laptops motherboard. Which of the following attacks vectors was exploited to install the hardware?

A) removable media
B) spear phishing
C) supply chain
D) direct access

A

C) supply chain

78
Q

After a recent security breach, a security analyst reports that several administrators usernames and passwords are being sent via clear text across the network to access network devices over port 23. Which of the following should be implemented so all credentials sent over the network are encrypted when remotely accessing and configuring network devices?

A) SSH
B) SNMPv3
C) SFTP
D) Telnet
E) FTP

A

A) SSH

79
Q

Which of the following provides a calculated value for known vulnerabilities so organizations can prioritize mitigation steps?

A) CVSS
B) SIEM
C) SOAR
D) CVE

A

A) CVSS

80
Q

Several universities are participating in a collaborative research project and need to share compute and storage resources. Which of the following cloud deployment strategies would BEST meet this need?

A) Community
B) Private
C) Public
D) Hybrid

A

D) Hybrid

81
Q

A forensic analyst needs to prove that data has not been tampered with since it was collected. Which of the following methods will the analyst MOST likely use?

A) look for tampering on the evidence collection bag
B) encrypt the collected data using asymmetric encryption
C) ensure proper procedures for chain of custody are being followed
D) calculate the checksum using a hashing algorithm

A

D) calculate the checksum using a hashing algorithm

82
Q

Multiple business accounts were compromised a few days after a public website has its credentials database leaked on the internet. No business emails were identified in the breach, but the security team thinks that the list of passwords exposed was later used to compromise business accounts. Which of the following would mitigate the issue?

A) complexity requirement
B) password history
C) acceptable use policy
D) shared accounts

A

B) password history

83
Q

A security analyst wants to fingerprint a web server. Which of the following tools will the security analyst MOST likely use to accomplish this task?

A) nmap -p1-65535 192.168.0.10
B) dig 192.168.0.10
C) curl —head http://192.168.0.10
D) ping 192. 168.0.10

A

A) nmap -p1-65535 192.168.0.10

84
Q

A penetration tester was able to compromise an internal server and is now trying to pivot the current session in a network lateral movement. Which of the following tools, if available on the server will provide the MOST useful information for the next assessment step?

A) autopsy
B) cuckoo
C) Memdump
D) nmap

A

D) nmap

85
Q

Field workers in an organization are issued mobile phones on a daily basis. All the work is performed within one city and the mobile phones are not used for any purpose other than work. The organization does not want these phones used for personal purposes. The organization would like to issue the phones to workers as permanent devices so the phones do not need to be reissued every day. Given the conditions described, which of the following technologies would BEST meet these requirements?

A) Geofencing
B) mobile device management
C) containerization
D) remote wiping

A

B) mobile device management

86
Q

Which of the following control types is focused primarily on reducing risk before an incident occurs?

A) preventive
B) deterrent
C) corrective
D) detective

A

A) preventive