• Home
  • Southern New Hampshire University
  • Network Defense CYB-310-T5690
  • Network Defense CYB-310-T5690 Lab Worksheet

Network Defense CYB-310-T5690 Lab Worksheet

Southern New Hampshire University CYB 310 Module Five Lab Worksheet Complete this worksheet by replacing the bracketed phrases in the Response column with the relevant informa on. Lab: Closing Ports and Unnecessary Services Prompt Response In the lab sec on, "Connec ng to the Open Ports and Services Using Telnet and FTP," Step 13, complete the steps, type your name a er the command prompt, and take a screenshot of the output. root@kali2 telnet 192.168.12.11 25 rying 192.168.12.11 nected to 192.168.12.11 Version 7.5.7600.163 ready at Thu, 29 2022 19:14:24 -0400 .0.0W2K8R2 closing transmission channel rying 192.168.12.11 EAD HTTP/1.0 ITTP/1.1 404 Not Found rver:Microsoft-IIS/7.5 DateThu,29 Sep 2022 23:15:03 GMT onnection: close nnection closed by foreign ost [Insert screenshot here.] Southern New Hampshire University Lab: Closing Ports and Unnecessary Services Prompt Response In the lab sec on, "Closing Unnecessary Ports and Services," Step 26, type your name a er the command prompt and take a screenshot of the output of the scan of port 80 (www) on the Windows machine a er closing HTTP services. root@kali2: ile Edit View Search Terminal Help done: 1 IP address (1 host up) scanned in 13.65 seconds arting Nmap 6.49BETA4 ( https://nmap.org ) at 2022-09-29 19:23 EDT ap scan report for 192.168.12.11 is up (0.00035s latency OR STATE SERVICE 30/tcp open http Address 00:50:56:8E:42:54VMware _done: 1 IP address (1 host up) scanned in 13.66 seconds li2: # nmap 192.168.12.11 -p 80 192.168.12.11 t is up_(o.00035s_latency). STATE SERVICE tcp closed http Address: 00:50:56:8E:42:54 (VMware) Kali2:~# Walter Lawrence [Insert screenshot here.] Closing unwanted ports and communica on mediums is essen al to network hardening. Why is this essen al and how does it help with network defense? [Closing unwanted ports and network medium helps keep any sort of loopholes clear from attackers getting in. It also helps to keep the network more protected. Keeping unused ports open leaves the network vulnerable for attackers to easily get in due to these being less monitored than they should. If they are clear it will help to keep the network safer. Insert short response here.] 2 Southern New Hampshire University Lab: Closing Ports and Unnecessary Services Prompt Response Using an adversarial mindset, how can you test to make sure only needed ports are open? What tools would you use? L would first install a port scanner tool that will scan for open oorts. Once the scan is complete, I will take note of what ports are in use and what is using them and then any un-used ports I will make sure to close them to eliminate an attack. I would use Nmap port scanner to check for opened ports as well as netstat to see any sort of rules or blocks on the firewall and network to make sure that I don't close or block ports that are needed. Hnsert short response here.]