Recon Tools Flashcards

1
Q

Windows cmd to map the entire path of a packet

A

tracert

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

Linux/OS/Unix cmd to map the entire path of a packet.

A

traceroute

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

query information from DNS servers(deprecated).

A

nslookup

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

modern cmd to query information from DNS servers

A

dig

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

TCP/IP adapter information for Windows.

A

ipconfig, ipconfig /all for detailed info

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

TCP/IP adapter information for linux/OS

A

ifconfig

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

ICMP protocol to test for reachability, roundtrip time, ttl, and icmp sequence.

A

ping

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

Windows cmd that combines tracrt and ping

A

pathping

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

network statistics to show all information

A

netstat -a

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

network statistics to show windows binaries

A

netstat -b

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

network statistics showing ip addresses only without names

A

netstat -n

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

view local arp table (ip address, mac address, and type(static/dynamic)

A

arp -a

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

view next route/hop (Windows)

A

route print

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

view next route/hop (Linux/OS)

A

netstat -r

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

grabs raw html data from a url and displays in a terminal screen.

A

curl, client url

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

Two examples of IP scanners that also display port information.

A

nmap and hping

17
Q

OSint tool that scrapes public information from Bing or Google.

A

theHarvester

18
Q

Combines multiple recon tools into a single framework and returns a single query.

A

sn1per

19
Q

Runs port scans from a different host; hides user/client ip information

A

scanless

20
Q

view host information from dns servers.

A

dnsenum, dns enumerate

21
Q

vulnerability scanner. identifies known vulnerabilities on systems before they can be exploited.

A

Nessus

22
Q

a sandbox for malware. Test a file in a safe environment.

A

Cuckoo

23
Q

most common packet analyzer

A

Wireshark

24
Q

packet analyzer from the command line

A

tcpdump

25
Q

used to create a bit by bit copy of a drive or directory

A

dd (data definition)

26
Q

copy information in system memory to the output stream.

A

memdump

27
Q

windows universal hexadecimal editor. Can clone disks, secure wipe, etc.

A

Winhex

28
Q

performs digital forensics on a hard drive, smart phones. View and recover data

A

autopsy