Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

7.2.2 - Recon with NSLookup

Total questions: 1

Worksheet time: 8mins

Name
Class
Date
1-11.
1.

What does 'passive' recon refer to?

a)

Attacker interacts directly with the target device.

b)

Attacker uses physical tools to gather information.

c)

Attacker is remote and does not interact with the target device.

d)

Attacker is physically present near the target device.

2.

Which of the following is NOT a tool for performing passive recon from DNS?

a)

Whois lookups

b)

Ping command

c)

Google Dorking

d)

nslookup or dig

3.

What is the primary purpose of DNS?

a)

To encrypt data sent over the internet

b)

To provide secure email services

c)

To monitor network traffic

d)

To map Internet names to their corresponding IP addresses

4.

What information can tools researching a domain's DNS records provide?

a)

All IP addresses for their Internet-connected servers

b)

Private email conversations

c)

Encrypted passwords

d)

User browsing history

5.

Which operating systems is nslookup available on?

a)

macOS only

b)

Windows and Linux

c)

Linux only

d)

Windows only

6.

What type of information does the MX record return in nslookup?

a)

Mail server information

b)

Administrator info for domain

c)

IPv4 address information

d)

Text included in the DNS records

7.

Why is there no solution to secure against reconnaissance that uses nslookup searches?

a)

Because all information gathered by nslookup is public

b)

Because the nslookup tool has to work for your domain to be Internet reachable

c)

Because nslookup is a hacking tool

d)

Because nslookup does not exist

8.

What does the A record return in nslookup?

a)

IPv4 address information

b)

Mail server information

c)

Administrator info for domain

d)

IPv6 address information

9.

What is a recommended practice regarding nslookup and domain information?

a)

Frequently changing domain names

b)

Staying current on what info is available from a nslookup of their domain

c)

Blocking all nslookup queries

d)

Encrypting all DNS records

10.

What does the command
nslookup -type=MX cyber.org

return?

a)

ipv4 Address

b)

ipv6 address

c)

information in mail servers

d)

returns administrator info for the domain

11.

True or False

To get from a website name to an IP address, you must have someone do the translation for you and that how DNS works

a)

TRUE

b)

FALSE