Scanning and Enumeration Flashcards

lesson 7 (23 cards)

1
Q

What is an Enumeration?

A

Actively probing the target to identify services, users, and devices on a
network.

Builds on OSINT phase to understand target landscape in detail.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is an Enumerating Protocols

A

Identify communication rules used by devices.

Reveal potential security weaknesses in data transmission and processing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is an ICMP (Internet Control Message Protocol) ?

A

Ping

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is an IPSec (Internet Protocol Security)?

A

Provides encryption and authentication for secure
communication.

Testers look for supported protocols, ciphers, and configurations.

Analyze encryption algorithms and key exchange methods.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a SNMP (Simple Network Management Protocol)

A

Used for managing network devices.

Enumerate SNMP to gather network information or reconfigure
devices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a SMB (Server Message Block)?

A

Used by Windows systems for file sharing and network services.

Identify open shares, permissions, and OS details

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a DNS Enumeration?

A

Provides insights into target’s network infrastructure.

Reveals potential vulnerabilities and misconfigurations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a DNS Zone Transfer?

A

Replicates DNS records between primary and secondary DNS servers.

Misconfigured servers allowing zone transfers can reveal detailed
information.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is MX Records?

A

identify mail servers

dig MX ***.com

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is NS Records?

A

Identify authoritative name servers.
dig NS ***.com

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Reverse DNS Lookup are

A

Queries DNS system to find the domain name associated with an IP
address.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

DNS Brute Force Uses

A

a wordlist of common subdomains to discover additional
subdomains.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are SRV Records?

A

Provide information about the location of specific services within a
domain.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is Directory Enumeration?

A

Identifying and mapping out directories and files on a web server or within a web application.

Helps uncover hidden resources, sensitive information, and potential
attack vectors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are Web Crawlers?

A

tools like:
DirBuster
Gobuster
Dirsearch

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the function of Web Crawlers?

A

Automate discovering directories and files using wordlists.

17
Q

What is the Purpose of Analyzing robots.txt Files?

A

Indicates which directories or files should not be indexed by
search engines.

18
Q

What are an Error Messages?

A

Provide information when requesting non-existent directories or
files

19
Q

Some web servers list contents of a directory if no

A

index file is present.

20
Q

What is URL Fuzzing?

A

Technique: Changing URLs to discover hidden directories and files.

Tools: Burp Suite

21
Q

What is the Technique of Server-Side Includes (SSI) Injections

A

Injecting SSI directives into URLs or form fields to execute
server-side commands or include files.

22
Q

What are the tools for Enumerating Network Services and Shares?

A

Metasploit

net view
arp -a
net user
ipconfig /displaydns.