Exam Topics Security + Flashcards
Pass the First Time
Which of the following threat actors is the most likely to be hired by a foreign government to attack critical systems located in other countries?
A. Hacktivist
B. Whistleblower
C. Organized crime
D. Unskilled attacker
C. Organized crime. These groups often possess the sophistication and resources needed to conduct cyber attacks on behalf of foreign governments.
Which of the following is used to add extra complexity before using a one-way data transformation algorithm?
A. Key stretching
B. Data masking
C. Steganography
D. Salting
D. Salting. This adds extra complexity to data before applying a one-way transformation algorithm, making it harder for attackers to crack hashed passwords.
An employee clicked a link in an email from a payment website that asked the employee to update contact information. The employee entered the log-in information but received a “page not found” error message. Which of the following types of social engineering attacks occurred?
A. Brand impersonation
B. Pretexting
C. Typosquatting
D. Phishing
D. Phishing. This type of attack tricks individuals into providing sensitive information by impersonating legitimate entities, like a payment website. Classic case of “too good to be true.”
An enterprise is trying to limit outbound DNS traffic originating from its internal network. Outbound DNS requests will only be allowed from one device with the IP address 10.50.10.25. Which of the following firewall ACLs will accomplish this goal?
A. Access list outbound permit 0.0.0.0/0 0.0.0.0/0 port 53
Access list outbound deny 10.50.10.25/32 0.0.0.0/0 port 53
B. Access list outbound permit 0.0.0.0/0 10.50.10.25/32 port 53
Access list outbound deny 0.0.0.0/0 0.0.0.0/0 port 53
C. Access list outbound permit 0.0.0.0/0 0.0.0.0/0 port 53
Access list outbound deny 0.0.0.0/0 10.50.10.25/32 port 53
D. Access list outbound permit 10.50.10.25/32 0.0.0.0/0 port 53
Access list outbound deny 0.0.0.0/0 0.0.0.0/0 port 53
D. Access list outbound permit 10.50.10.25/32 0.0.0.0/0 port 53. Access list outbound deny 0.0.0.0/0 0.0.0.0/0 port 53. This configuration permits DNS requests only from the specified IP address and denies all other outbound DNS traffic.
A data administrator is configuring authentication for a SaaS application and would like to reduce the number of credentials employees need to
maintain. The company prefers to use domain credentials to access new SaaS applications. Which of the following methods would allow this
functionality?
A. SSO
B. LEAP
C. MFA
D. PEAP
A. SSO (Single Sign-On). This allows users to access multiple applications with a single set of credentials, streamlining the login process.
Which of the following scenarios describes a possible business email compromise attack?
A. An employee receives a gift card
B. Employees who open an email attachment receive messages demanding payment in order to access files.
C. A service desk employee receives an email from the HR director asking for log-in credentials to a cloud administrator account.
D. An employee receives an email with a link to a phishing site that is designed to look like the company’s email portal.
C. A service desk employee receives an email from the HR director asking for log-in credentials to a cloud administrator account. Classic example of impersonation to gain sensitive information.
A company prevented direct access from the database administrators’ workstations to the network segment that contains database servers. Which of the following should a database administrator use to access the database servers?
A. Jump server
B. RADIUS
C. HSM
D. Load balancer
A. Jump server. It’s a secure way to provide access to sensitive segments while controlling and auditing that access.
An organization’s internet-facing website was compromised when an attacker exploited a buffer overflow. Which of the following should the organization deploy to best protect against similar attacks in the future?
A. NGFW
B. WAF
C. TLS
D. SD-WAN
B. WAF (Web Application Firewall). A WAF is designed to protect web applications by filtering and monitoring HTTP traffic, and it can help prevent attacks such as buffer overflows.
An administrator notices that several users are logging in from suspicious IP addresses. After speaking with the users, the administrator determines that the employees were not logging in from those IP addresses and resets the affected users’ passwords. Which of the following should the administrator implement to prevent this type of attack from succeeding in the future?
A. Multifactor authentication
B. Permissions assignment
C. Access management
D. Password complexity
A. Multifactor authentication. Implementing MFA adds an extra layer of security by requiring users to provide two or more verification factors to gain access, making it much harder for attackers to exploit stolen credentials.
An employee receives a text message that appears to have been sent by the payroll department and is asking for credential verification. Which of the following is social engineering techniques are being attempted? (Choose two).
A. Typosquatting
B. Phishing
C. Impersonation
D. Vishing
E. Smishing
F. Misinformation
C. Impersonation and E. Smishing. Impersonation because the message appears to be from the payroll department, and smishing because it’s a phishing attack delivered through SMS.
Several employees received a fraudulent text message from someone claiming to be the Chief Executive Officer (CEO). The message started: “I’m in an airport right now with no access to email. I need you to buy gift cards for employee awards. Please send the gift cards to following email address”. Which of the following are the best responses to this situation? (Choose two).
A. Cancel current employee recognition gift cards.
B. Add a smishing exercise to the annual company training.
C. Issue a general email warning to the company.
D. Have the CEO change phone numbers.
E. Conduct a forensic investigation on the CEO’s phone.
F. Implement mobile device management.
B. Add a smishing exercise to the annual company training. C. Issue a general email warning to the company.
These steps address the immediate threat and help prevent future occurrences by raising awareness and training employees to recognize and handle such scams.
A company is required to use certified hardware when building networks. Which of the following best addresses the risks associated with procuring counterfeit hardware?
A. A thorough analysis of the supply chain.
B. A legally enforceable corporate acquisition policy.
C. A right to audit clause in vendor contracts and SOWs.
D. An in-depth penetration test of all suppliers and vendors.
C. A right to audit clause in vendor contracts and SOWs. This allows the company to ensure the authenticity of the hardware by conducting audits on their vendors, verifying that the supplied hardware meets the required standards and certifications.
Which of the following provides the details about the terms of a test with a third-party penetration tester?
A. Rules of engagement
B. Supply chain analysis
C. Right to audit clause
D. Due diligence
A. Rules of engagement. This document outlines the terms, conditions, scope, and boundaries of a penetration test conducted by a third party, ensuring that all parties are aware of the expectations and limitations of the test.
A penetration tester begins an engagement by performing port and service scans against the client environment according to the rules of engagement. Which of the following reconnaissance types is the tester performing?
A. Active
B. Passive
C. Defensive
D. Offensive
A. Active reconnaissance. This involves actively engaging with the target system through techniques like port and service scanning to gather information.
Which of the following is required for an organization to properly manage its restore process in the event of system failure?
A. IRP
B. DRP
C. RPO
D. SDLC
B. DRP (Disaster Recovery Plan). A comprehensive DRP is essential for an organization to manage and execute the restore process effectively in the event of system failure, ensuring minimal downtime and data loss.
Which of the following vulnerabilities is associated with installing software outside of a manufacturer’s approved software repository?
A. Jailbreaking
B. Memory injection
C. Resource reuse
D. Side loading
D. Side loading. It’s the process of installing software from sources other than the official app store or repository, which can introduce vulnerabilities and security risks.