Chapter 2: Reconnaissance Flashcards

1
Q

Define footprinting

A

All measures and techniques taken to gather information about an intended target, can be passive or active.

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

Define anonymous footprinting

A

Hacker tries to obscure the source of all their information gathering

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

Define pseudonymous footprinting

A

The hacker makes someone else take the blame for their actions

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

What are the 4 main focuses of footprinting?

A
  1. Know the security posture
  2. Reduce the focus area
  3. Identify vulnerabilities
  4. Draw a network map
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Define active footprinting

A

Requires the attacker to touch the device, network, or resource

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

Define Google hacking

A

Manipulating a search string with additional specific operators to search for vulnerabilities

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

What does the Google operator filetype do?

A

Searches only for files of a specific type (ex. DOC, XLS, etc.)

Ex. filetype:doc returns Word documents

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

What does the Google operator index of do?

A

Displays pages with directory browsing enabled

Ex. “intitle:index of” passwd shows pages with directory listings containing passwd

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

What does the Google operator info do?

A

Displays information Google stores about the page itself

Ex. info:www.anycomp.com

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

What does the Google operator intitle do?

A

Search for pages that contain the string in the title

Ex. intitle: login returns pages with login in the title

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

What does the Google operator inurl do?

A

Displays pages with the string in the URL

Ex. inurl:passwd returns all pages with the word passwd in the URL

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

What does the Google operator link do?

A

Displays linked pages based on a search term

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

What does the Google operator related do?

A

Shows web pages similar to webpagename (ex. related:webpagename)

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

What is the DNS record type SRV?

A

SRV: Service
Defines the hostname and port number of servers providing specific services, such as a Directory Services server.

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

What is teh DNS record type SOA?

A

SOA: Start of Authority
Identifies the primary name server for the zone, contains the hostname of the server responsible for all DNS records within the namespace as well as properties of the domain

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

What is the DNS record type PTR?

A

PTR: Pointer
Maps an IP address to a hostname

17
Q

What is the DNS record type NS?

A

NS: Name Server
Defines the name servers within the namespace, tese servers are the ones that respond to requests for name resolution

18
Q

What is the DNS record type MX?

A

MX: Mail Exchange
Identifies e-mail servers within the domain

19
Q

What is the DNS record type CNAME?

A

CNAME: Canonical Name
Provides for domain name aliases with the zone

20
Q

What is the DNS type A?

A

A: Address
Maps an IP address to a hostname and is used most often for DNS lookups

21
Q

Define zone transfer

A

A type of DNS transfer where all records from an SOA are transmitted to the requester. There are two options: full (opcode AXFR) and incremental (IXFR)