# Encryption in Transit Lab

### Open up and analyze http2.pcap

#### What is the hostname of the http server?

agoldstein-sw\.dartmouth.edu

#### What is the IP address of the http server?

129.170.204.89

#### What TCP ports were used?

52413 and 443

#### What is the content of the web page?

```
<html>
<head><title>Dartmouth Development/Testing Web Server</title></head>
<body>
<div align="center">
<h1>Welcome to cobweb.dartmouth.edu</h1>
<p>This is Dartmouth's development/testing  web server.</p>
<p>Please check your URL to make sure you access the correct site for the web application you wish to use.</p>
<p>If you have questions, please contact <i>webmaster at dartmouth.edu</i></p>
</div>
</body>
</html>
```

### Open and analyze https.pcap in Cloudshark

#### What is the hostname of the https server?

api.smoot-apple.com.akadns.net

#### What ports were used?

443 and 52419

* Validity dates?

2006-11-08 through 2021-11-07

* Certificate Authority (aka Issuer)?

#### Can you find details about the certificate?

The version, serial number, algorithm id, issuer, and validity are all details that are given for the certificate.&#x20;

#### What is the content of the web page?

Since this is an https connection the contents of the webpage is encrypted. We can see the data coming from the application however it is encrypted and useless without an encryption key.

### Open and analyze login.pcap in Cloudshark

#### What is the hostname of the http server?

tech.drupalmulti-dev.dartmouth.edu

#### What was the name and password used to submitted to the login form?

administrator

SuperS3cr3t


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://derek-johnson-1.gitbook.io/welcome/freshman/security-110/week-10/encryption-in-transit-lab.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
