Topic 3: Assess w/ Net Recon tools Flashcards

1
Q

Network reconnaissance

A

Mapping the attack surface

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

Topology discovery

A

Scanning for hosts, IP ranges, and routes of a target network

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

Footprinting

A

Gathering information about the target before attacking it

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

ipconfig

A

Shows config assigned to networks w/in Windows

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

ifconfig

A

Shows network config w/in Linux

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

ping

A

Probe a host on an IP address using ICMP

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

arp

A

Display the machine’s Address Resolution Protocol, which includes MAC addresses associated with each IP

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

route

A

View host machine’s routing table

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

tracert

A

ICMP probes which report round trip time hops between local host and host on a remote network

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

traceroute

A

Route discovery from a Linux host. Uses UDP rather than ICMP by default

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

pathping

A

provides latency and packet loss statistics over a measured time frame

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

Pathping Linux equivalent

A

MTR

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

SNMP

A

Simple Network Management Protocol. Works over UDP ports 161 and 162 by default

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

Nmap

A

An open source IP scanner which operates with little notification

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

Service Discovery

A

Using network scans to discover open TCP/UDP activity, and services running them

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

Fingerprinting

A

Identifying the type and version of an OS based on its network scan responses

17
Q

netstat

A

a Win/Linux command to show state of TCP and UDP ports

18
Q

nslookup/dig

A

Tool for querying DNS records