Disable Windows Services week 2 activity 2 with Comp Tia

 Explanation

In this lab, your task is to run a scan on the network with Zenmap to ensure that there are no traces of any remote software running on the network. Run the scan as follows:

  • Scan the network for services running on port 3389, match the IP address to the computer name in the table, then disable and stop the Remote Desktop Services service on that computer.
  • Scan the network for services running on port 5938, match the IP address to the computer name in the table, then disable and stop the TeamViewer service on that computer.
  • IP AddressComputer Name
    192.168.0.30Exec
    192.168.0.31ITAdmin
    192.168.0.32Gst-Lap
    192.168.0.33Office1
    192.168.0.34Office2
    192.168.0.45Support
    192.168.0.46IT-Laptop

Complete this lab as follows:

  1. From the Favorites bar, open Zenmap.
  2. In the Command field, type nmap -p 3389 192.168.0.0/24.
  3. Select Scan to scan the subnet for a given service.
  4. Using the table in the scenario, identify the computer with the open port using the IP address.
  5. From the top navigation tabs, select Floor 1 Overview.
  6. Select the identified computer to enter its OS view.
  7. In the search field on the taskbar, type Services.
  8. Under Best match, select Services.
  9. Maximize the window for easier viewing.
  10. Double-click the service that needs to be stopped to open the Properties dialogue.
  11. From the Startup type drop-down list, select Disabled.
  12. Under Service status, select Stop.
  13. Select OK.
  14. From the top navigation tabs, select Floor 1 Overview.
  15. Under IT Administration, select IT-Laptop.
  16. In Zenmap's Command Field, enter nmap -p 5938 192.168.0.0/24.
  17. Repeat steps 3–13.

Comments