Networking Threats, Assessments, And Defenses Flashcards
Tracert/traceroute
How host connects and path and time took
nslookup/dig
Query DNS records - IP and DNS server
ipconfig/ifconfig
Info on host - network configuration
Nmap
Scan host for vulnerabilities and open ports
Ping/pathping
Check if remote hosts are reachable - ICMP
Hping
Like ping but Linux
Netstat
Current communication on a host - help find open ports and make connections
Netcat
Finds networks and scans for open ports- TCP or UDP - can start a connection to ports
ARP
Show Address Resolution Protocol table
Curl
Transfer data over network using certain protocols
The Harvester
Footprinting of network infrastructure - emails, subdomains, hosts, employee names, open ports
Sn1per
Auto scanner for network vulnerabilities
Scanless
Auto port scan scrapper - vulnerability exploitation
Dnsenum
Find IP blocks - can evaluate security posture
Cuckoo
Malware analysis tool
Head
First 10 lines of file
-n for specified line
Tail
Last 10 lines of file
-n for specified line
Cat
Shows content
Grep
Look for string of characters
Chmod
Change file permissions
Logger
Adds messages to /var/log/syslog from CLI
Tcpreplay
Modify and replay network traffic that’s already captured
Tcpdump
Capture network communication
DD
Make disk images, copy files