Security Tools Flashcards
Passive tools
Watches traffic that goes by
Active
Sends traffic to a device
What tool do you use to sanatise hard drives?
(remove/wipe all data) use DBAN
Files and folders use: Microsoft SDelete
Back up tools
Use Rsync which is a real time file sync.
What is Banner grabbing
Name, software, OS. Apps can give you this info. Banner is always there.
What tools do you use to grab a banner?
Use Netcat, Nmap, Telnet to capture the banners.
Netstat
shows network statistics -a shows all active connections, -b show binaries. -n, no names.
Tracert/Traceroute
Tracert = windows. Traceroute = linux.
NSlookup/DIG
Nslookup looks up names and IP’s address. DIG = Domain Information Grouper. More advanced choices.
ARP
determine mac address based on IP address
TCPDump
TCPDump = Capture packets. Linux. View in real time.
Nmap
Nmap = Port scan, OS scan, Service scan, vulnerability scans
Netcat
Netcat = Open a port and send/receive traffic. Transfer data, listen to ports, scan ports. Become a backdoor: run a shell from a remote device.