Network Maps and Topologies Flashcards
As an investigator, what is it important that you know when doing a cyber investigation?
It is critically important that you know all of the paths between the victim or the suspect at the internet
What 2 things should you ask from the network administrator when doing a cyber investigation?
1) Ask for a network diagram, and
2) Ask how current the diagram is
Want to know any paths to the outside world, where do people get the internet, where does the internet get to them, are there any trusted partners?
**What do network ports allow us to do?
1) allow us to multi-task (run different activities at once and distinguish data packages from other internet activities; without these we would have to finish one activity before info for another packet could come in)
2) ports provide for standardization
**** What do these assigned ports correspond to: 20 23 25 80
20 - FTP data - file transfer protocol
23 - Telnet - old type of VPN
25 - Simple Mail Transfer Protocol (SMTP)
80 - HTTP - in bound web traffic
What are ports?
“Virtual Doorways” where info packets pass through
lower #’s are for well known companies and internet activity
What does “Netstat -ao” do?
displays all open ports along with the hostname of the remote computer if available
**What format are IP Addresses in?
4 numbers (ranging between 0-255) separated by periods
In the Decimal format
Each number represents an 8 bit value
Can IP addresses be shared?
NO
What is the difference between Public IP addresses and Private IP addresses?
Public - must have to be able to get on to the internet
Private - Internal address within your organization, and CANNOT be on the internet
What is a Dynamic IP Address?
when assigned, they are NOT fixed to that node
What is a Static IP Address?
long term address, assigned to a particular resource (printers, routers, camera security systems, servers, etc)
What are the Private Ranges of IP Addresses?
- 0.0.0 - 10.255.255.255
- 16.0.0 - 172.31.255.255
- 168.0.0 - 192.168.255.255
What does a Network Address Translator (NAT) refer to?
It refers to a system or server that has one public IP address that goes out to the internet, and numerous private addresses behind it that allow individual computers within a network to access the internet
Benefits of NAT? (3)
1) Security - NAT is protecting private networks from the public
2) It is “Buying Time” for Gen4 IP addresses because you can have thousands of computers that access the internet with 1 Public IP Address
3) Web Cache - will keep a copy of the website that has already been accessed and recall it if asked again instead of going out to the internet and grabbing it again
How many NIC cards does a NAT need?
at least 2:
1 - for the private IP addressed computers
1 - for the public IP addressed server