Free, with the answer and the reasoning. No account needed.
1. An attacker sends an email impersonating a company's IT helpdesk, asking the recipient to click a link and enter their credentials to resolve a fake account issue. What social engineering technique category does this describe?
- A. Tailgating
- B. Phishingcorrect
- C. Shoulder surfing
- D. Dumpster diving
Phishing is a social engineering technique that uses deceptive electronic communication, typically email, to trick victims into revealing sensitive information or credentials. Tailgating involves following an authorized person through a physical access point, shoulder surfing involves observing a victim entering sensitive information in person, and dumpster diving involves searching discarded materials for useful information, none of which match a deceptive email requesting credentials.
2. A tester observes that a web application's login page accepts a specially crafted request that causes the application to grant access without validating the submitted password against any stored value. Which broad attack category does this technique belong to?
- A. Authentication bypasscorrect
- B. Privilege escalation
- C. Denial of service
- D. Session fixation
Authentication bypass describes any technique that allows an attacker to gain access without properly proving identity through normal credential validation. Privilege escalation involves gaining higher-level access after already having some access, denial of service disrupts availability rather than granting access, and session fixation targets an already-authenticated session rather than the login process itself.
3. An attacker floods a web application's login endpoint with an overwhelming volume of requests from many distributed hosts, exhausting server resources so legitimate users cannot authenticate. What category of attack is this?
- A. Cross-site scripting
- B. SQL injection
- C. Distributed denial of servicecorrect
- D. Cross-site request forgery
Overwhelming a target with traffic from many distributed sources to exhaust resources and deny service to legitimate users is a distributed denial of service attack. The other options are injection or session-forgery attack classes unrelated to resource exhaustion via distributed traffic volume.
4. An attacker places phone calls to multiple employees, impersonating a vendor's support technician to extract configuration details useful for a later attack, relying entirely on voice communication rather than email or text. What is this specific social engineering technique called?
- A. Phishing
- B. Smishing
- C. Vishingcorrect
- D. Whaling
Vishing is voice-based social engineering conducted over phone calls. Phishing typically refers to email, smishing uses SMS text messages, and whaling is phishing specifically targeted at high-value executives, none of which match a voice-call-based approach.