GSLC · Question #560
Which of the following penetration testing phases involves reconnaissance or data gathering?
The correct answer is C. Pre-attack phase. The pre-attack phase is the first stage of a penetration test and is dedicated to reconnaissance and information gathering about the target.
Question
Which of the following penetration testing phases involves reconnaissance or data gathering?
Options
- AAttack phase
- BPost-attack phase
- CPre-attack phase
- DOut-attack phase
How the community answered
(14 responses)- B7% (1)
- C93% (13)
Why each option
The pre-attack phase is the first stage of a penetration test and is dedicated to reconnaissance and information gathering about the target.
The attack phase is where the tester actively exploits discovered vulnerabilities, escalates privileges, and compromises systems - it follows reconnaissance and relies on information already gathered.
The post-attack phase covers activities after exploitation is complete, including removing tools, restoring system state, and compiling findings into a report.
The pre-attack phase encompasses all reconnaissance activities - both passive (OSINT, WHOIS, DNS enumeration) and active (port scanning, service fingerprinting) - performed before any exploitation attempt. Gathering network diagrams, IP ranges, employee details, and system information in this phase informs the strategy for the subsequent attack phase. It mirrors the real-world attacker behavior of collecting intelligence prior to launching an exploit.
'Out-attack phase' is not a recognized stage in any established penetration testing methodology such as PTES, OWASP Testing Guide, or NIST SP 800-115.
Concept tested: Penetration testing phases - pre-attack reconnaissance
Source: https://csrc.nist.gov/publications/detail/sp/800-115/final
Topics
Community Discussion
No community discussion yet for this question.