GSLC · Question #132
Which of the following types of attacks cannot be prevented by technical measures only?
The correct answer is A. Social engineering. Social engineering exploits human psychology and trust rather than technical vulnerabilities, making it impossible to fully prevent through firewalls, filters, or any purely technical countermeasure.
Question
Which of the following types of attacks cannot be prevented by technical measures only?
Options
- ASocial engineering
- BSmurf DoS
- CBrute force
- DPing flood attack
How the community answered
(34 responses)- A94% (32)
- B3% (1)
- C3% (1)
Why each option
Social engineering exploits human psychology and trust rather than technical vulnerabilities, making it impossible to fully prevent through firewalls, filters, or any purely technical countermeasure.
Social engineering attacks - such as phishing calls, pretexting, and impersonation - target human behavior and decision-making rather than system weaknesses. Technical controls cannot prevent an employee from voluntarily revealing credentials to a convincing attacker; prevention requires ongoing security awareness training, organizational policies, and a security-conscious culture.
Smurf DoS attacks can be mitigated technically by configuring routers to block IP-directed broadcast packets and by rate-limiting ICMP traffic.
Brute force attacks can be effectively countered with technical measures such as account lockout policies, multi-factor authentication, and rate limiting.
Ping flood attacks are a volumetric DoS technique that can be mitigated using technical controls like ICMP rate limiting, firewall rules, and upstream traffic filtering.
Concept tested: Social engineering - limits of technical security controls
Source: https://www.cisa.gov/news-events/news/avoiding-social-engineering-and-phishing-attacks
Topics
Community Discussion
No community discussion yet for this question.