Which TWO of the following are recognized phases of the Ethical Hacking process? (Select TWO.)
Trap 1: Cracking
"Cracking" is a specific technique, primarily associated with password guessing, brute-forcing, or cryptographic attacks, rather than a distinct, overarching phase of the ethical hacking methodology. While cracking passwords or breaking encryption might be employed during the "Gaining Access" or "Maintaining Access" phases to escalate privileges or access protected data, it is a tool or method utilized within those broader phases, not a separate, high-level stage in the penetration testing lifecycle.
- A
Maintaining Access
Maintaining Access is a critical phase following successful exploitation, where the ethical hacker focuses on establishing persistent control over the compromised system. This involves deploying backdoors, rootkits, or other persistent mechanisms to ensure re-entry is possible even if initial vulnerabilities are patched or system reboots occur. The primary objective is to retain control for future exploitation, data exfiltration, or further network pivoting without needing to re-exploit the initial entry point.
- B
Scanning
While crucial for information gathering, Scanning is not recognized as a standalone primary phase within the standard ethical hacking methodology. It is a key sub-phase of Reconnaissance, specifically active reconnaissance, where tools like Nmap or vulnerability scanners are employed to identify live hosts, open ports, services, and potential vulnerabilities on the target network. Its purpose is to gather detailed technical information that directly informs subsequent exploitation attempts during the Gaining Access phase.
- C
Reconnaissance
Reconnaissance is the initial and foundational phase of ethical hacking, involving the systematic gathering of information about the target system, network, or organization. This phase can be passive, utilizing open-source intelligence (OSINT), or active, involving direct interaction like network scanning, to understand the target's infrastructure, technologies, and potential vulnerabilities. It sets the strategic groundwork and informs all subsequent phases of the penetration test.
- D
Hiding Evidence
"Hiding Evidence" is not the formally recognized term for this phase within the standard ethical hacking methodology; the correct and more comprehensive term is "Covering Tracks" or "Clearing Tracks." This phase involves systematically removing all traces of the penetration test, such as log entries, temporary files, and modified system configurations, to prevent detection. The goal is to restore the target system to its original state and mimic a real attacker's attempt to evade forensic analysis.
- E
Cracking
Why wrong: "Cracking" is a specific technique, primarily associated with password guessing, brute-forcing, or cryptographic attacks, rather than a distinct, overarching phase of the ethical hacking methodology. While cracking passwords or breaking encryption might be employed during the "Gaining Access" or "Maintaining Access" phases to escalate privileges or access protected data, it is a tool or method utilized within those broader phases, not a separate, high-level stage in the penetration testing lifecycle.