wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Chapter 5: Reconnaissance and Intelligence Gathering

Total questions: 20

Worksheet time: 20mins

Name
Class
Date
1.

Megan wants to use the Metasploit Framework to conduct a web application vulnerability scan. What module from the following list is best suited to her needs?

a)
  1. smb_login

b)
  1. Angry IP

c)
  1. nmap

d)
  1. wmap

2.

What flag does nmap use to enable operating system identification?

a)
  1. –os

b)
  1. –id

c)
  1. –O

d)
  1. –osscan

3.

What command-line tool can be used to determine the path that traffic takes to a remote system?

a)
  1. Whois

b)
  1. traceroute

c)
  1. nslookup

d)
  1. routeview

4.

Valerie wants to use a graphical interface to control nmap and wants to display her scans as a visual map to help her understand her target networks. What tool from the following list should she use?

a)
  1. Angry IP Scanner

b)
  1. wmap

c)
  1. Zenmap

d)
  1. nmap-gs

5.

Susan runs an nmap scan using the following command: nmap -O -Pn 192.168.1.0/255

What information will she see about the hosts she scans?

a)
  1. The hostname and service ports

b)
  1. The hostname, service ports, and operating system

c)
  1. The hostname and operating system

d)
  1. The hostname, uptime, and logged-in user

6.

Tuan wants to gather additional information about a domain that he has entered in Maltego. What functionality is used to perform server-based actions in Maltego?

a)
  1. A worker

b)
  1. A query

c)
  1. A transform

d)
  1. A scan

7.

Laura wants to conduct a search for hosts using Recon-ng but wants to leverage a search engine with API access to acquire existing data. What module should she use?

a)
  1. recon/companies-multi/whois_miner

b)
  1. import/nmap

c)
  1. recon/domains-hosts/shodan_hostname

d)
  1. import/list

8.

After running an nmap scan, Geoff sees ports 80 and 443 open on a system he scanned. What reasonable guess can he make about the system based on this result?

a)
  1. The system is a Windows system.

b)
  1. The system is running a database server.

c)
  1. The system is a Linux system.

d)
  1. The system is running a web server.

9.

What information is used to identify network segments and topology when conducting an nmap scan?

a)
  1. IP addresses

b)
  1. Hostnames

c)
  1. Time to live

d)
  1. Port numbers

10.

Murali wants to scan a network using nmap and has run a scan without any flags without discovering all of the hosts that he thinks should show. What scan flag can he use to scan without performing host discovery that will also determine if services are open on the systems?

a)
  1. -sn

b)
  1. -PS

c)
  1. -Pn

d)
  1. -sL

11.

Jaime is using the Angry IP Scanner and notices that it supports multiple types of pings to identify hosts. Why might she choose to use a specific type of ping over others?

a)
  1. To bypass firewalls

b)
  1. To allow better vulnerability detection

c)
  1. To prevent the scan from being flagged by DDoS protection tools

d)
  1. To leverage the faster speed of TCP pings over UDP pings

12.

Hue wants to perform network footprinting as part of a reconnaissance effort. Which of the following tools is best suited to passive footprinting given a domain name as the starting point for her efforts?

a)
  1. Traceroute

b)
  1. Maltego

c)
  1. Nmap

d)
  1. Angry IP Scanner

13.

Jack wants to scan a system using the Angry IP Scanner. What information does he need to run the scan?

a)
  1. The system's IP address

b)
  1. The system's Whois data

c)
  1. The system's MAC address

d)
  1. The system administrator's username and password

14.

Which of the following is not a reason that security professionals often perform packet capture while conducting port and vulnerability scanning?

a)
  1. Work process documentation

b)
  1. To capture additional data for analysis

c)
  1. To prevent external attacks

d)
  1. To provide a timeline

15.

What process uses information such as the way that a system's TCP stack responds to queries, what TCP options it supports, and the initial window size it uses?

a)
  1. Service identification

b)
  1. Fuzzing

c)
  1. Application scanning

d)
  1. OS detection

16.

Li wants to use Recon-ng to gather data from systems. Which of the following is not a common use for Recon-ng?

a)
  1. Conducting vulnerability scans of services

b)
  1. Looking for sensitive files

c)
  1. Conducting OSINT gathering of Whois, DNS, and similar data

d)
  1. Finding target IP addresses

17.

Jason wants to conduct a port scan using the Metasploit Framework. What tool can he use from the framework to do this?

a)
  1. Angry IP Scanner

b)
  1. Recon-ng

c)
  1. Maltego

d)
  1. Nmap

18.

Sally wants to use operating system identification using nmap to determine what OS a device is running. Which of the following is not a datapoint used by nmap to identify operating systems?

a)
  1. TCP sequences

b)
  1. TCP timestamps

c)
  1. TCP OS header

d)
  1. TCP options

19.

Chris wants to perform network-based asset discovery. What limitation will he encounter if he relies on a port scanner to perform his discovery?

a)
  1. Port scanners cannot detect vulnerabilities.

b)
  1. Port scanners cannot determine what services are running on a given port.

c)
  1. Firewalls can prevent port scanners from detecting systems.

d)
  1. A port scanner can create a denial-of-service condition for many modern systems.

20.

Emily wants to gather open source intelligence and centralize it using an open source tool. Which of the following tools is best suited to managing the collection of data for her OSINT efforts?

a)
  1. The Metasploit Framework

b)
  1. Recon-ng

c)
  1. nmap

d)
  1. Angry IP Scanner