Section 22: Network Tools and Commands Flashcards

1
Q

Wireless Analyzer

A

▪ Ensures you have the proper coverage and helps prevent overlap between wireless access point coverage zones and channels

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

Protocol Analyzer

A

▪ Used to capture and analyze signals and data traffic over a communication channel (WireShark)

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

Packet Capturing Tool

A

▪ Used to capture packets running over a network connection in real time.
● Ethereal
● Protocol expert
● Netasyst
● Network analyzer
● Observer
● LanHound
● EtherPeek
● tcpdump
● WinDump
● PRTG network monitor
● SolarWinds
● NetworkMiner

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

Internet / LAN Speed Test Software

A

Speedtest.net
LANSpeedTest - LAN
Helios Speedtest - LAN

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

Port Scanner

A

NMap, SolarWinds, LAN Sweep

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

iPERF

A

Maximum achievable bandwidth on an IP-based network.
Open Source with a Client and Server component.

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

NetFlow Analyzer

A

Monitoring, troubleshooting, inspection, interpretation and synthesis of traffic flow data.

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

TFTP Server

A

Trivial File Transfer Protocol - Used for simple file transfers and boot-loading of remote devices. Can only read files or write files.

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

Terminal Emulator (PuTTY, CMDer, ZOC, Mintty. LINUX: GNOME, Konsole, xterm)

A

A host computer can access a remote computer. Use a command-line or GUI. Should SSH for added security.
(Windows: PuTTY, CMDer, ZOC, Mintty;
LINUX: GNOME, Konsole, xterm;
IOS: Iterm2, MacTerm, Kitty)

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

IP Scanner

A

Search for and detect IP addresses and other information about devices on the network. (NMap, FreeIP Scanner, IP Address Manager, PRTG Network Monitor, Angry IP Scanner, Network Scanner, IP Range Scanner)

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

IPConfig

A

Windows command ▪ Displays all of the current TCP/IP network configuration values and refreshes DHCP and DNS settings for a Windows client/server

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

IFConfig

A

Deprecated - Command line tool used in Unix, Linux, and OS X systems to display IP address information

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

IP

A

Unix, Linux, or OS X command
▪ Configures network interface parameters (Know some basic commands for exam.)
*ip [ OPTIONS ] OBJECT { COMMAND | help }
ip address - show all IP addresses associated on all network devices.
ip link - display link layer information.
ip route - the route packets your network will take as set in your routing table.
ip link set (interface) up / down - Inferface up or down.
ip monitor - monitor and displays the state of devices, addresses and routes continuously.
ip help - help to know more about ip command.

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

NSLookup

A

Name Server Lookup
▪ Used to query the DNS to provide the mapping between domain names and IP addresses or other DNS records. Can be used for reconnaissance.
(Non-Interactive Mode: Type NSLookup and a domain name)
(Interactive Mode: Type NSLookup to enter the interactive shell)
▪ In Windows, use set q=mx to search for mail exchange records;
set q=CNAME for canonical names; …)
▪ In Linux, use set type=mx to search for mail exchange records

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

dig

A

Domain Information Groper:
▪ Used to conduct queries against DNS nameservers for verifying and troubleshooting DNS problems and to perform DNS lookups.
▪ A command in Linux, Unix, and OS X systems by default.

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

ARP

A

Address Resolution Protocol (ARP) - Finds the hardware address, (MAC) address, of a host from its known IP address.
NOTE: An ARP request is a broadcast, and an ARP response is a Unicast.

▪ Used to display and modify entries in the Address Resolution Protocol (or ARP) cache on a system
▪ An ARP entry in the cache will get deleted after 21,600 seconds (6 hours)
● arp -d (Clears arp cache-Dynamic and static)

17
Q

route

A

▪ Used to view and manipulate the IP routing table in a Windows, Linux, Unix, or OS X system

18
Q

nbtstat

A

▪ (Windows Only) Used to view the current connections and statistics for devices communicating using the NetBIOS over TCP/IP protocol

19
Q

netstat

A

Network Statistics (netstat) (Windows, Unix, Linux, OSX)
▪ Displays information for IP-based connections on a client including its current sessions, its source and destination IPs, and port numbers

20
Q

telnet

A

▪ Provides a bidirectional interactive text-oriented communication facility using a virtual terminal connection
(Both a command and a protocol. Older and unsecure. Only acceptable to use when direct connected via cable to a router or switch. Disabled by default in Windows 10. To enable: dism /online /enable-feature /featurename:telnetclient)

21
Q

tcpdump

A

▪ Allows for the display of TCP/IP and other packets being transmitted or received over a network to the client’s screen
(Not included on Windows by default.)

22
Q

nmap

A

Network Mapper (nmap) - Linux command-line tool
▪ Discovers hosts and services on a computer network by sending packets and analyzing the responses
(Good for port scanning and IP scanning, identification of rogue network devices,…)

23
Q

hostname

A

▪ Used to display the hostname portion of the full computer name for a given system

24
Q

For Exam: Network Platform (Router, Switch, Firewall,…) Commands

A

*Cisco (Know for exam)
show interface
show config
show route

*Juniper
show interfaces
show configuration
show route

*Sidewinder
cf interface (configure interface)
cf config
cf route status

25
Q

show interface

A

▪ Displays statistics for a network interface

26
Q

show config

A

▪ Displays the current system configuration

27
Q

show route (ususally use show IP route)

A

▪ Displays the information for learned routes and current state of the routing table