GSLC · Question #70
Which of the following is an example of penetration testing?
The correct answer is D. Simulating an actual attack on a network. Penetration testing is the practice of actively simulating real-world attacks against a system or network in an authorized, controlled manner to identify exploitable vulnerabilities.
Question
Which of the following is an example of penetration testing?
Options
- AImplementing HIDS on a computer
- BImplementing NIDS on a network
- CConfiguring firewall to block unauthorized traffic
- DSimulating an actual attack on a network
How the community answered
(42 responses)- A2% (1)
- B5% (2)
- C2% (1)
- D90% (38)
Why each option
Penetration testing is the practice of actively simulating real-world attacks against a system or network in an authorized, controlled manner to identify exploitable vulnerabilities.
Implementing a Host Intrusion Detection System (HIDS) is a defensive monitoring control that detects suspicious activity on a host, not an active simulation of an attack.
Implementing a Network Intrusion Detection System (NIDS) is a passive detective control that identifies intrusions in progress, not a proactive penetration test.
Configuring a firewall to block unauthorized traffic is a preventive security control and not an activity that simulates an attacker attempting to compromise a network.
Penetration testing, also known as ethical hacking, is defined as the authorized simulation of real attacker techniques against a target network or system to discover security weaknesses before malicious actors can exploit them. By replicating actual attack methods, testers validate whether existing controls are effective and reveal gaps in the security posture. This active, adversarial approach is what distinguishes penetration testing from passive monitoring or preventive configuration.
Concept tested: Definition and purpose of penetration testing
Source: https://csrc.nist.gov/publications/detail/sp/800-115/final
Topics
Community Discussion
No community discussion yet for this question.