Networking Commands Flashcards

1
Q

tracert/traceroute

A
  • a network diagnostic command for displaying possible routes and measuring transit delays of packets across an IP network
  • Tracert = MS Windows (A network command-line utility in MS Windows that tracks and displays the route taken by IPv4 packets on their way to another host )
  • Traceroute = Linux
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

nslookup/dig

A
  • Utility used to determine if the IP address associated with a domain name, obtain the mail server settings for a domain and other DNS information
  • Nslookup = Microsoft
  • dig = Mac/ Linux
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

ipconfig/ifconfig

A
  • Utility that displays all the network configurations of the currently connected network deices that can modify the DHCP and DNS settings
  • ipconfig = Windows
  • ifconfig = Linux
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

nmap

A
  • An open source network scanner that is used to discover hosts and services on a computer network by sending packets and analyzing their responses.
  • Discover hosts / services on a network
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

ping/pathping

A
  • Utility used to determine if a host is reachable on an IP network (ping)
  • MS Windows command line utility that combines ping and tracert (pathping)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

hping

A
  • An open-source packet generator and analyzer for the TCP/IP protocol that is used for security auditing and testing of firewalls and networks
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

netstat

A
  • Utility that displayer network connections for the Transmission Control Protocol, routing tables, and a number of network interface and network protocol statistics
  • netstat -r = Linux command line for displaying routing table contents (MS Windows version is route print)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

netcat

A
  • Utility for reading from and writing to network connections using TCP or UDF which is a dependable back-end that can be used directly or easily driven by other program scripts
  • Debugging / exploration tool that can read/write data across TCP/UDP
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

arp

A
  • Utility for viewing and modifying the local address resolution protocol (ARP) cache on a given host or
    server
  • Performs IP to MAC resolution
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

route

A
  • Utility that is used to view and manipulate the IP routing table on a host or server
  • route print = MS Windows displays contents of routing table (Linux version is netstat -r)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

curl

A
  • A command line tool to transfer data to or from a server using any of the supported protocols:
  • HTTP, FTP, IMPA, POP3, SCP, SFTP, SMTP, TFTP, TELNET, LDAP or FILE
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

the harvester

A
  • A python script that is used to gather emails, subdomains, hosts, employee names, open ports and banners from different public sources like search engines.
  • Gathers OSINT
  • PGP key servers and SHODAN database
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

sn1per

A
  • An automated scanner that can be used during a penetration test to enumerate and scan for vulnerabilities across a network
  • Advanced network exploration and penetration testing tool, integrates functionality from other tools like pin, whois, and nmap
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

scanless

A
  • Utility that is used to create an exploitation website that can perform open port scans in a more stealth-like manner
  • Hides attacker’s identity by utilizing a proxy for port scanning
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

dnsenum

A
  • Utility that is used for a DNS enumeration to locate all DNS servers and DNS entries for a given organization
  • Well suited for gathering information about a domain
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Nessus

A
  • A proprietary vulnerability scanner that can remotely scan a computer or network for vulnerabilities
  • Offers functionality of a configuration compliance scanner
17
Q

Cuckoo

A
  • An open source software for automating analysis of suspicious files
  • Anti-malware tool that operates in a sandbox