Practice questions
Certified Ethical Hacker (CEH): Practice Questions
Ten original concept-check questions on core CEH ideas. Choose an answer to reveal the explanation. Remember: ethical hacking is always authorised and scoped.
-
What distinguishes ethical hacking from malicious hacking?
Correct answer: B. Ethical hacking is always authorised and scoped. Testing systems without permission is illegal regardless of intent. -
The first phase of an ethical hacking engagement is usually:
Correct answer: B. Reconnaissance (information gathering) comes first, building a picture of the target before any active testing. -
Passive reconnaissance differs from active reconnaissance in that it:
Correct answer: B. Passive recon uses public/third-party sources without touching the target; active recon probes the target directly. -
Enumeration is best described as:
Correct answer: B. Enumeration actively extracts detailed information (accounts, shares, services) to find a way in. -
A honeypot is:
Correct answer: B. A honeypot is a deliberately exposed decoy used to detect, divert and study attacker behaviour. -
Social engineering attacks primarily target:
Correct answer: B. Social engineering manipulates people into breaking security, bypassing technical controls. -
Attackers 'cover their tracks' mainly to:
Correct answer: B. Covering tracks hides evidence; strong logging and monitoring are the defender's countermeasure. -
SQL injection works by:
Correct answer: B. SQL injection inserts malicious input into a query because the application failed to validate or parameterise it. -
Privilege escalation refers to:
Correct answer: B. Privilege escalation moves from limited access to higher (often administrative) rights on a system. -
An ethical hacker may test:
Correct answer: B. Authorisation and scope are non-negotiable: only ever test systems you own or are explicitly permitted to test.