ExamTopics Flashcards
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 http://www.anothersite.com. Which of the following describes this attack?
On-path
Domain hijacking
DNS poisoning
Evil twin
DNS Poisoning
Which of the following tools is effective in preventing a user from accessing unauthorized removable media?
USB data blocker
Faraday cage
Proximity reader
Cable lock
USB data blocker
A Chief Security Officer is looking for a solution that can provide increased scalability and flexibility for back-end 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?
Reverse proxy
Automated patch management
Snapshots
NIC teaming
Reverse proxy
Which of the following describes a social engineering technique that seeks to exploit a person’s sense of urgency?
A phishing email stating a cash settlement has been awarded but will expire soon
A smishing message stating a package is scheduled for pickup
A vishing call that requests a donation be made to a local charity
A SPIM notification claiming to be undercover law enforcement investigating a cybercrime
A phishing email stating a cash settlement has been awarded but will expire soon
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. SQL injection
D. XSS
SQL injection
An audit identified PII being utilized in the development 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 team’s requirements?
Data anonymization
Data encryption
Data masking
Data tokenization
Data anonymization
A company is implementing a DLP solution on 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?
Classify the data.
Mask the data.
Assign the application owner.
Perform a risk analysis.
Classify the data
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:
<a>Click here to unsubscribe</a>
Which of the following will the forensics investigator MOST likely determine has occurred?
SQL injection
Broken authentication
XSS
XSRF
XSRF
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?
MFA
Lockout
Time-based logins
Password history
MFA
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?
Subject alternative name
Wildcard
Self-signed
Domain validation
Wildcard
Which of the following is an effective tool to stop or prevent the exfiltration of data from a network?
DLP
NIDS
TPM
FDE
DLP
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 engineer’s assignment?
Replacing the traditional key with an RFID key
Installing and monitoring a camera facing the door
Setting motion-sensing lights to illuminate the door on activity
Surrounding the property with fencing and gates
Replacing the traditional key with an RFID key
Which of the following can be used by a monitoring tool to compare values and detect password leaks without providing the actual credentials?
Hashing
Tokenization
Masking
Encryption
Hashing
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 file 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?
S/MIME
LDAPS
SSH
SRTP
SSH
An administrator needs to protect user passwords and has been advised to hash the passwords. Which of the following BEST describes what the administrator is being advised to do?
Perform a mathematical operation on the passwords that will convert them into unique strings.
Add extra data to the passwords so their length is increased, making them harder to brute force.
Store all passwords in the system in a rainbow table that has a centralized location.
Enforce the use of one-time passwords that are changed for every login session.
Perform a mathematical operation on the passwords that will convert them into unique strings
Which of the following would be indicative of a hidden audio file found inside of a piece of source code?
Steganography
Homomorphic encryption
Cipher suite
Blockchain
Steganography
A user enters a username and a password at the login screen for a web portal. A few seconds later the following message 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?
Password complexity
Password reuse
Password history
Password age
Password complexity
A company recently experienced an inside attack using a corporate machine that resulted in data compromise. 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?
HIPS
FIM
TPM
DLP
TPM
Which of the following is a reason to publish files’ hashes?
To validate the integrity of the files
To verify if the software was digitally signed
To use the hash as a software activation key
To use the hash as a decryption passphrase
To validate the integrity of the files
A security manager has tasked the security operations center with locating all web servers that respond to an unsecure protocol. Which of the following commands could an analyst run to find the requested servers?
nslookup 10.10.10.0
nmap -p 80 10.10.10.0/24
pathping 10.10.10.0 -p 80
ne -l -p 80
nmap -p 80 10.10.10.0/24
Which biometric error would allow an unauthorized user to access a system?
False acceptance
False entrance
False rejection
False denial
False acceptance
A company is auditing the manner in which its European customers’ personal information is handled. Which of the following should the company consult?
GDPR
ISO
NIST
PCI DSS
GDPR
Which of the following are common VoIP-associated vulnerabilities? (Choose two.)
SPIM
Vishing
Hopping
Phishing
Credential harvesting Most Voted
Tailgating
SPIM
Vishing
Which of the following describes the exploitation of an interactive process to gain access to restricted areas?
Persistence
Buffer overflow
Privilege escalation
Pharming
Privilege escalation