Commands Flashcards

1
Q

Uses ICMP to check if a device is available on a network.

A

ping command

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

This can be used to see the many different views of what the statistics are for network communications on that particular device, such as active communications.

A

Netstat command

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

Uses a function of ICMP to be able to map out a network communication.

A

tracert command

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

This is a utility where you can put in an IP address or the name of a device and it will either perform a lookup or a reverse lookup on a naming service.

A

nslookup command

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

This function will provide more information from the DNS server than nsloookup.

A

dig command

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

Used to access the ARP cache on your computer.

A

arp command

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

Both of these commands are designed to give you information about the hardware address and the IP addressing on your device.

A

ipconfig = Windows ifconfig = Mac OS, Linux….pretty much anything else.

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

It captures packets! You can not only capture the packets, you can apply filters, you can view these packets going by in real time, and if you’re just trying to view some very basic information

A

tcpdump command

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

This a network mapper and allows you to gather information from all of the different devices across the network. You can scan ports, OSs, and services. You can even use it to do vulnerability scans!

A

nmap command

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

You can use it to listen to active ports and even send information through that port.

A

netcat

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