wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Ethical Hacking Kali Linux Part 6

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What is the key difference between passive and active information gathering?

a)

Active is used only by black hat hackers

b)

Active gathering avoids detection

c)

Active gathering uses fake IP addresses

d)

Active gathering directly interacts with the target system

2.

What does DNS stand for?

a)

Domain Name System

b)

Data Network Service

c)

Digital Naming Server

d)

Direct Network Sync

3.

What is the purpose of DNS?

a)

To create new websites

b)

To translate domain names into IP addresses

c)

To block malware

d)

To scan for open ports

4.

Which record type in DNS maps a domain name to its IP address?

a)

MX record

b)

CNAME

c)

TXT record

d)

A record

5.

Which command-line tool is commonly used for DNS enumeration on Linux?

a)

dig

b)

nmap

c)

dnsresolve

d)

hostcheck

6.

What is a zone transfer in DNS?

a)

A way to redirect URLs

b)

A method to replicate DNS data between servers

c)

A type of DoS attack

d)

A brute-force DNS lookup

7.

Which tool can be used to brute-force DNS subdomains?

a)

dnsenum

b)

msfvenom

c)

curl

d)

ping

8.

What does the dig command primarily do?

a)

Creates fake subdomains

b)

Finds login credentials

c)

Maps open ports

d)

Queries DNS servers for information

9.

What does an MX record in DNS specify?

a)

Website metadata

b)

Mail server responsible for email handling

c)

File directory path

d)

IP address location

10.

Why must active information gathering be done carefully in real-world scenarios?

a)

It can alert the target system and cause legal issues

b)

It slows down your PC

c)

It corrupts DNS servers

d)

It exposes encrypted files