Domain 4 Flashcards
What commands display the route a packet takes to a destination, recording the number of hops along the way
These are excellent tools to use to see where a packet may get hung up during transmission
tracert and trace-route
If you want to query a DNS server, you can use this command on Windows or this command on Linux .you can Query for individual DNS record
nslookup/dig
To obtain the network information about a host, you can use this command on Windows or the same command on Linux
ipconfig/ifconfig
What is an open-source security scanner You can use it to scan hosts for vulnerabilities, scan for open ports, or fingerprint remote hosts to find out which operating systems they run
This tool is very useful for analyzing an environment
Nmap
This command is used to test connectivity between systems
This command is a multi-platform utility, originally written for UNIX, that uses ICMP to communicate with remote hosts
ping/pathping
is a TCP/IP packet creation tool that allows a user to craft raw IP, TCP, UDP, and ICMP packets from scratchThis tool provides a means of performing a wide range of network operations; anything that you can do with those protocols can be crafted into a packet
Hping
The ____ command enables you to look at the current network communications on a host You can use it to look for listening Ports and established connections
Netsat
What is the network utility designed for Linux environments. What is a network tool that can be used to perform network troubleshooting, explore networks or scan for open ports
Netcat
What scan IP networks and can report on the status of IP addresses
There are a wide range of free and commercial scanning tools
IP scanners
The ___ command is used to display the ____ table on a host
It can also be used to delete ARB entries in a table
Arp
What command works in Linux and Windows systems to provide information on current routing parameters and to manipulate these parametersIn addition to listing the current routing table, it has the ability to modify the table
Route
What is a tool designed to transfer data to or from a server, without user interaction
It works on both Linux and Windows systems
Curl
What is a Python-based program designed to assist penetration testers in the gathering of information during the reconnaissance portion of a penetration test This is a useful tool for exploring what is publicly available about your organization on the Web
theHarvester
What is a Linux-based tool used by penetration testers. What is the automated scanner designed to collect a large amount of information while scanning for vulnerabilities
Sn1per
What is a command-line utility to interface with websites that can perform port scans as part of a penetration testWhen you use this tool, the source IP address for the scan is the website, not your testing machine
Scanless
What is a Perl script designed to enumerate DNS information. This will enumerate DNS entries, including subdomains, MX records, and IP addresses
DNS enumeration can be used to collect information such as user names and IP addresses of targeted systems
Dnsenum
What is one of the leading vulnerability scanners in the marketplaceIt comes in a free version, with limited IP address capability, and fully functional commercial versions. What is designed to perform a wide range of testing on a system
Nessus
What is a sandbox used for malware analysis. What is designed to allow a means of testing a suspicious file and determining what it does It is open source, free software that can run on Linux and Windows
Cuckoo
What is a utility designed to return the first lines of a file. A common option is the number of lines one wishes to return
Head
What is a utility designed to return the last lines of a file
A common option is the number of lines one wishes to return
Tail
What is a Linux command, short for concatenate, that can be used to create and manipulate files
Cat
What is a Linux utility that can perform pattern-matching searches on file contents
Grep
What is the Linux command used to change access permissions of a file
The general form of the command ischmod<options> <permissions> <filename></filename></permissions></options>
Chmod
The Linux command loggeris how you can add log file information to /var/log/syslog
The ______ command works from the command line, from scripts, or from other files, thus providing a versatile means of making log entries
Logger