Section 22: Network Tools and Commands Flashcards
Wireless Analyzer
▪ Ensures you have the proper coverage and helps prevent overlap between wireless access point coverage zones and channels
Protocol Analyzer
▪ Used to capture and analyze signals and data traffic over a communication channel (WireShark)
Packet Capturing Tool
▪ 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
Internet / LAN Speed Test Software
Speedtest.net
LANSpeedTest - LAN
Helios Speedtest - LAN
Port Scanner
NMap, SolarWinds, LAN Sweep
iPERF
Maximum achievable bandwidth on an IP-based network.
Open Source with a Client and Server component.
NetFlow Analyzer
Monitoring, troubleshooting, inspection, interpretation and synthesis of traffic flow data.
TFTP Server
Trivial File Transfer Protocol - Used for simple file transfers and boot-loading of remote devices. Can only read files or write files.
Terminal Emulator (PuTTY, CMDer, ZOC, Mintty. LINUX: GNOME, Konsole, xterm)
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)
IP Scanner
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)
IPConfig
Windows command ▪ Displays all of the current TCP/IP network configuration values and refreshes DHCP and DNS settings for a Windows client/server
IFConfig
Deprecated - Command line tool used in Unix, Linux, and OS X systems to display IP address information
IP
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.
NSLookup
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
dig
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.