Network forensics Flashcards
Know all basic network functions
what is wireshark
wireshark is a GUI that is used to determine network packets
What is wireshark used for solving?
troubleshooting network issues
Network security issues
Debugging protocols
What is a capture filter
Capture filter is a filter that captures traffic that specifically matches that capture filter rule
What are the benefits of a capture filter
prevents packet loss
saves disk space
What is a display filter?
to tweak appearance
What does this filter mean “ ip.addr == 10.0.0.1
Sources/ destination
What does this filter mean 10.0.0.1 and 10.0.0.2
Communication between packets
what does this filter mean http or dns
displays filter for all http or dns
what does this filter mean tcp.port.4000
find the specific tcp port 4000
what does this filter mean tcp.flags.reset
reset all tcp flags
what does this filter mean http.request
display all http requests
what does this filter mean tcp contains reviews
find all tcp packets that contain the word review
what does this filter mean ! (arp, icmp and dns)
don’t find either of these three protocols