Unit 2 - Practice Quiz

INT244 50 Questions
0 Correct 0 Wrong 50 Left
0/50

1 What is the primary definition of 'Footprinting' in the context of ethical hacking?

A. The physical tracking of a target user
B. The technique of gathering information about a target computer system
C. The process of creating a backup of a system
D. The act of exploiting a vulnerability in a web application

2 Which of the following best describes 'Passive Footprinting'?

A. Collecting information without direct interaction with the target
B. Interacting directly with the target system
C. Scanning ports on the target server
D. Running a denial of service attack

3 Which of the following is a major threat introduced by footprinting?

A. Slow internet connection
B. Automatic installation of malware
C. Immediate hardware failure
D. Social Engineering attacks

4 In the footprinting process, what is the 'intitle' Google search operator used for?

A. To limit results to a specific domain
B. To search for a string within the URL
C. To search for a specific file type
D. To search for pages containing a specific string in the page title

5 Which Google search operator would a hacker use to find specific file types, such as PDF or XLS, potentially containing sensitive data?

A. link:
B. filetype:
C. related:
D. site:

6 What is the 'Google Hacking Database' (GHDB)?

A. A repository of search queries (dorks) used to find sensitive data publicly available
B. A tool to hack Google servers
C. A database of Google employee passwords
D. A software that blocks Google tracking

7 How can job search sites be used for information gathering?

A. To modify job descriptions
B. To steal employee bank accounts
C. To identify the technologies and hardware used by the target organization
D. To shut down the company's recruitment portal

8 Which financial service database in the US is often used to gather financial information about public companies?

A. NVD database
B. Whois database
C. EDGAR database
D. Exploit-DB

9 What is the primary purpose of 'Scanning' in the hacking methodology?

A. To gather preliminary information from public sources
B. To identify live hosts, open ports, and services on a network
C. To gain administrative access to the system
D. To install a backdoor

10 Which of the following is NOT a typical phase of the scanning methodology?

A. Checking for live systems
B. Checking for open ports
C. Checking for vulnerability
D. Checking for social media profiles

11 Which type of scan is known as a 'Half-open' scan?

A. Null Scan
B. TCP Connect Scan
C. Stealth / SYN Scan
D. Xmas Scan

12 What distinguishes a 'TCP Connect' scan from a 'SYN' scan?

A. TCP Connect requires root privileges
B. TCP Connect completes the full 3-way handshake
C. TCP Connect is more stealthy
D. TCP Connect uses UDP packets

13 In an 'Xmas Scan', which flags are set in the TCP packet?

A. FIN, URG, PSH
B. No flags set
C. SYN only
D. SYN, ACK, RST

14 What is the defining characteristic of a 'Null Scan'?

A. It sends a packet with no flags set
B. It sends a packet with all flags set
C. It sends a ping request only
D. It sends an empty UDP payload

15 Which scan type relies on a 'Zombie' machine to hide the attacker's identity?

A. IDLE Scan
B. Ping Sweep
C. TCP Connect Scan
D. UDP Scan

16 What is the main challenge associated with 'UDP Scanning'?

A. It is often slow and unreliable because UDP is connectionless
B. It is too fast
C. It requires authentication
D. It is connection-oriented

17 What is 'Banner Grabbing'?

A. Capturing the welcome message or header sent by a service upon connection
B. Copying the website logo
C. Stealing physical banners from a company
D. Intercepting Wi-Fi signals

18 What is 'OS Fingerprinting'?

A. Finding the owner of the operating system
B. Determining the operating system of a target host
C. Cracking the OS password
D. Scanning for fingerprints on a laptop

19 Which parameter is commonly analyzed in Passive OS Fingerprinting?

A. CPU Temperature
B. Hard drive serial number
C. Time to Live (TTL) values
D. Login Username

20 What is 'Active OS Fingerprinting'?

A. Checking the website HTML source code
B. Sending specially crafted packets to the target and analyzing the response
C. Sniffing traffic without sending packets
D. Asking the admin for the OS version

21 Which tool is the industry standard for network scanning and OS fingerprinting?

A. Wireshark
B. Aircrack-ng
C. Nmap
D. John the Ripper

22 What is a 'Ping Sweep' used for?

A. To clean up temporary files
B. To crash a server
C. To measure internet speed
D. To identify which IP addresses in a range are live hosts

23 Which of the following is a countermeasure against Google Hacking?

A. Removing the robots.txt file
B. Using a shorter domain name
C. Ensuring sensitive directories are disallowed in robots.txt and not indexed
D. Registering the site with more search engines

24 What is 'Split DNS' used for as a countermeasure?

A. To hide internal network information from external users
B. To increase the number of available IP addresses
C. To speed up internet access
D. To split the internet bill

25 How can an ACK scan help an attacker?

A. It opens a backdoor
B. It crashes the system
C. It determines if the firewall is stateful and which ports are filtered
D. It retrieves the admin password

26 What is 'Vulnerability Scanning'?

A. Scanning a document to PDF
B. The automated process of identifying known security weaknesses in systems
C. Monitoring network traffic for speed
D. Scanning for viruses on a USB drive

27 Which of the following is a common vulnerability scanning tool?

A. Nessus
B. FileZilla
C. Photoshop
D. Outlook

28 What is a 'False Positive' in vulnerability scanning?

A. The scanner fails to find an existing vulnerability
B. The scanner crashes during the scan
C. The scanner reports a vulnerability that does not actually exist
D. The scanner finds a critical vulnerability

29 Why would an attacker use a 'Proxy' during scanning?

A. To bypass antivirus software on their own machine
B. To hide their actual IP address and identity
C. To speed up the scan
D. To encrypt the target hard drive

30 What is 'Proxy Chaining'?

A. Using multiple proxy servers in a sequence to increase anonymity
B. Connecting multiple computers with a physical chain
C. Linking a proxy to a firewall
D. Blocking all proxies

31 What is the 'TOR' network primarily used for in the context of security?

A. Hosting websites
B. Providing anonymity by routing traffic through a distributed network of relays
C. Filtering spam emails
D. Downloading movies faster

32 In the context of the 'Family tree of Scans', which category does a SYN scan belong to?

A. Port Scanning
B. Network Scanning
C. Vulnerability Scanning
D. Social Engineering

33 What information does 'WHOIS' lookup provide?

A. Domain registration details like owner, contact info, and expiry
B. The root password of the server
C. The current GPS location of the server
D. The list of open ports

34 Which Google operator limits the search to a specific domain?

A. host:
B. domain:
C. site:
D. url:

35 What is a potential risk of using public proxies?

A. The proxy owner may sniff/steal the data passing through it
B. They always block HTTPS traffic
C. They are too expensive
D. They cannot access Google

36 Which of the following is a countermeasure against Port Scanning?

A. Publishing all IP addresses online
B. Configuring a firewall to block unsolicited connection attempts
C. Disabling the firewall
D. Using Telnet instead of SSH

37 What does the Google operator 'cache:' do?

A. Deletes the browser cache
B. Hides the page from Google
C. Displays Google's cached version of a web page
D. Speeds up the search

38 Social networking sites are primarily used in which phase of hacking?

A. Gaining Access
B. Footprinting/Reconnaissance
C. Clearing Tracks
D. Maintaining Access

39 What is the purpose of 'archive.org' (Wayback Machine) in footprinting?

A. To hack into government archives
B. To store stolen data
C. To archive email logs
D. To view previous versions of websites to find old info

40 In a 'Full Open' scan, what happens when a port is open?

A. The scanner sends RST immediately
B. The scanner sends a FIN packet
C. The scanner completes the 3-way handshake (SYN, SYN-ACK, ACK)
D. The scanner waits for a timeout

41 Which of the following describes 'Competitive Intelligence' in the context of footprinting?

A. Gathering publicly available information about competitors
B. Spying on employees via webcam
C. Bribing competitor employees
D. Stealing trade secrets via malware

42 What is 'Traceroute' used for in footprinting?

A. To map the network path and routers between the attacker and the target
B. To find the physical location of the server
C. To crack the Wi-Fi password
D. To scan for viruses

43 Which scan is designed to be invisible to legacy logging systems?

A. TCP Connect Scan
B. Stealth Scan
C. Ping Sweep
D. List Scan

44 What is the primary function of an 'Anonymizer'?

A. To encrypt emails
B. To mask the user's identity while browsing the web
C. To scan for malware
D. To delete cookies

45 If a target system responds with an RST packet to a SYN packet, what does it usually mean?

A. The port is open
B. The port is closed
C. The port is filtered
D. The system is offline

46 What is the main benefit of 'Passive' footprinting over 'Active'?

A. It provides more detailed technical info
B. It allows modifying data
C. It is faster
D. It avoids alerting the target

47 Which tool allows you to visualize the path of a packet across the internet geographically?

A. Netcat
B. Visual Traceroute
C. Telnet
D. Ping

48 What is 'DNS Interrogation'?

A. Deleting DNS records
B. Probing DNS servers to extract DNS records (A, MX, CNAME, etc.)
C. Asking the admin for the DNS password
D. Redirecting DNS traffic

49 Which of the following is a countermeasure against OS Fingerprinting?

A. Modifying the default TTL values and TCP window sizes
B. Using the default OS settings
C. Disabling antivirus
D. Using an open Wi-Fi network

50 What is the relationship between Footprinting and Scanning?

A. Footprinting gathers broad info, while Scanning actively probes the identified targets
B. They are the same thing
C. Scanning precedes Footprinting
D. Scanning is passive, Footprinting is active