Lab 2
Last updated
Last updated
SYS-140 - Week 9 Lab 2
Instructions: (Follow instructions carefully!)
Your Name goes here
SYS-140
Week 9 Lab 2
Date Goes Here
Objective
In this lab you run some of the Windows Sysinternal tools dealing with processes, files and disks. Before running the tools you should read the pertinent sections in the.
Download and run the tools and answer the questions for each tool. The Download site for SysInternals is:
Preparation:
Run the tools within your Windows 10 Virtual Machine
Networking
TCP View
TCP View allows you to look at the TCP and UDP connections or streams that have been run on your system. It also allows you to look at the process name and ID associated with the connection on your end. The application is different from Wireshark because it shows more low-level information such as which process is using the open socket. That is very, very valuable information. For every open port and process on your computer, you want to know the process that has it open and the path to the process (where the executable exists on the disk).
Preparation
Download TCP View from the Sysinternals website
Run TCP-View with administrative rights and answer these questions.
SUBMISSION (4 points): Find the connection which has sent the most bytes and identify the following:
svchost.exe
Process Name
svchost.exe
Path to where the executable exists (include the path and explain what tools were used to find it)
C:\Windows\System32\svchost.exe
Process ID
3036
Protocol
TCP
Remote Address
52.159.126.152
Remote Port
443
Approximate Bytes Sent
198
Approximate Bytes received
240
Include all of this information in your lab submission.
WhoIs
Preparation
Download Whois from the Sysinternals website
WhoIs is a mature Internet program (typically Unix) that uses the DNS to lookup information about a domain name.
Open cmd.exe as an administrator and run whois champlain.edu.
SUBMISSION (3 points): Find the following in your Champlain whois query:
Name of Administrative Contact
Chris North
Email of Administrative Contact
cnorth@champlain.edu
Name of Technical Contact
Wayne Buttles
Phone number of Technical Contact
8028602710
Primary Name Server
ns.champlain.edu
When the Domain Name expires
July 31 2023
Include this information in your lab submission.
SUBMISSION (1 point): Run whois google.com. Note whether there is more or less information presented here than in the Champlain whois record. Include this answer in your lab submission.
There is more information when you run whois google.com however, information like email and phone number are not avaliable.