GCFA · Question #329
Which of the following types of attacks cannot be prevented by technical measures only?
The correct answer is D. Social engineering. Social engineering targets human behavior and psychology, making it impossible to fully prevent through technical controls alone - it requires training, policy, and awareness programs.
Question
Which of the following types of attacks cannot be prevented by technical measures only?
Options
- APing flood attack
- BBrute force
- CSmurf DoS
- DSocial engineering
How the community answered
(44 responses)- A5% (2)
- B9% (4)
- C5% (2)
- D82% (36)
Why each option
Social engineering targets human behavior and psychology, making it impossible to fully prevent through technical controls alone - it requires training, policy, and awareness programs.
A ping flood is a volumetric DoS attack that can be mitigated technically using rate limiting, ICMP filtering at firewalls, and upstream traffic scrubbing.
Brute force attacks are countered effectively by technical measures such as account lockout policies, multi-factor authentication, and login rate limiting.
Smurf DoS attacks exploit IP-directed broadcasts and spoofed ICMP packets, and can be technically prevented by disabling directed broadcasts on routers and filtering ICMP at network perimeters.
Social engineering exploits human trust and psychology rather than software or network vulnerabilities, so firewalls, IDS/IPS, and encryption cannot stop a user from being manipulated into revealing credentials or granting unauthorized access. Effective defense requires a layered approach combining security awareness training, organizational policies, and a security-conscious culture. No purely technical control can eliminate the human element that social engineering specifically targets.
Concept tested: Social engineering as a non-technical attack vector
Source: https://csrc.nist.gov/glossary/term/social_engineering
Topics
Community Discussion
No community discussion yet for this question.