Sample questions
Certified Ethical Hacker CEH practice questions
A security analyst runs `nmap -sS -sV -A 192.168.1.100` and obtains open ports and service versions. However, the analyst suspects the target is behind an IDS/IPS. Which Nmap techn…
Footprinting, Reconnaissance and ScanningmediumSee the answer and why each option is right or wrong →A security analyst runs the Nmap command: nmap -sI 192.168.1.50 -p 80 10.0.0.1. The scan completes, but the target shows no open ports. What is the MOST likely explanation?
Which TWO of the following tools are capable of cracking password hashes offline? (Select 2)
Which TWO of the following are effective countermeasures against SNMP enumeration attacks? (Select 2)
A security analyst wants to discover all DNS records associated with a domain without triggering a full zone transfer. Which tool is BEST suited for this task?
A security analyst runs `nmap -sU -p 161,162 10.0.0.1` and receives output showing port 161/udp is open. Which service is MOST likely running on this port?
Footprinting, Reconnaissance and ScanningmediumSee the answer and why each option is right or wrong →Which of the following tools is specifically designed to automate the process of detecting and exploiting SQL injection vulnerabilities in web applications?
A security team suspects a session hijacking attack. The analyst examines network traffic and sees packets with sequence numbers that increment by predictable values. Which attack…
Malware, Social Engineering and Network AttackshardSee the answer and why each option is right or wrong →Which THREE of the following are valid techniques for covering tracks after compromising a system? (Select 3 correct answers)
Which TWO of the following are examples of application-layer DDoS attacks? (Select 2)
Malware, Social Engineering and Network AttacksmediumSee the answer and why each option is right or wrong →Which command-line tool is specifically designed to extract email addresses, subdomains, and other information from public sources (e.g., search engines, social media) for a given…
Which wireless security standard introduced in 2018 uses Simultaneous Authentication of Equals (SAE) to replace the pre-shared key exchange in WPA2, providing forward secrecy and r…
Advanced Topics: Wireless, Cloud, IoT, CryptographyeasySee the answer and why each option is right or wrong →During a penetration test, you gain initial access to a Linux server as a low-privileged user. The target runs a vulnerable SUID binary owned by root. Which of the following is the…
Which THREE of the following are common indicators of a buffer overflow vulnerability?
Vulnerability Analysis and System HackingmediumSee the answer and why each option is right or wrong →A forensic analyst finds a system where the user's password hash was obtained and cracked offline. The attacker then used stolen credentials to log in and run `wevtutil cl system`.…
Which TWO of the following are considered passive reconnaissance techniques? (Choose TWO.)
An attacker discovers that a web application's login form allows unlimited login attempts. The attacker uses a list of usernames and passwords obtained from a previous breach to ga…
Which of the following commands would a penetration tester use to enumerate SMB shares on a target Windows machine from a Linux system?
Which of the following is the most effective defense against Cross-Site Request Forgery (CSRF) attacks?
An attacker uses an idle scan with Nmap to probe a target. This technique relies on a third-party host with a predictable IP ID sequence to infer port states. Which Nmap flag enabl…
During a passive reconnaissance phase, a penetration tester uses a tool to gather email addresses, subdomains, and employee names associated with a target domain without directly i…
An ethical hacker is analyzing a suspicious file using static analysis. Which of the following actions is part of static malware analysis?
Malware, Social Engineering and Network AttackshardSee the answer and why each option is right or wrong →A security analyst observes that an Nmap SYN scan against a target network returns all ports as 'filtered'. The analyst suspects an IDS/IPS is dropping inbound SYN packets. Which N…
A penetration tester wants to enumerate users and groups from a Windows domain controller via LDAP without logging in. Which of the following tools is MOST appropriate for anonymou…