# ¯\\\_(ツ)\_/¯

## Shodan

[Shodan.io](https://shodan.io/) is essentially a search engine for all connected web devices.&#x20;

You can query via **IP address** or **Domain name** and find open ports or services running

We can narrow down the results and search for specific cities, open ports, ISP's, etc.

```
city:toronto
```

```
city:toronto port:3389 
```

```
city:toronto port:3389 org:rogers
```

<figure><img src="/files/new4irbF7uzncOZZy38V" alt=""><figcaption><p>Shodan Query for open RDP port in specific city</p></figcaption></figure>

## Wayback Machine

[The Wayback Machine](https://web.archive.org/) allows you to view older versions of websites. Allowing for more information to be uncovered that wouldn't be there in the present. Could be names, phone numbers, emails, etc.

<figure><img src="/files/m0c1nTl8elaVI8nQsrbX" alt=""><figcaption><p>adot8.com in 2012</p></figcaption></figure>


---

# 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://pnpt.adot8.com/osint-fundamentals/websites/tsu.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.
