> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hedwig.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Network & web lookup

> Look up IPs, domains, DNS, SSL, availability, and search results.

Hedwig can retrieve public information about domains, IP addresses, and web
search results. The commands return provider data; they do not establish
ownership, guarantee that a host is safe, or replace an authorized security
assessment.

## IP commands

| Command      | Purpose                      |
| ------------ | ---------------------------- |
| `/ip lookup` | Look up IP information       |
| `/ip whois`  | Run a WHOIS lookup           |
| `/ip abuse`  | Check abuse reports          |
| `/ip asn`    | Look up ASN information      |
| `/ip ptr`    | Reverse DNS lookup           |
| `/ip ports`  | Scan common ports            |
| `/ip subnet` | Calculate subnet information |
| `/ip ping`   | Ping an IP                   |

`/ip ports` checks the common ports defined by Hedwig and reports reachable
services; it is not a full port scan. `/ip subnet` calculates subnet details
locally from the supplied address and mask.

## Domain commands

| Command                | Purpose                             |
| ---------------------- | ----------------------------------- |
| `/domain lookup`       | Look up domain information          |
| `/domain dns`          | View DNS records                    |
| `/domain ssl`          | Inspect SSL certificate information |
| `/domain ip`           | Resolve a domain to an IP           |
| `/domain availability` | Check domain availability           |
| `/domain sub`          | Enumerate subdomains                |

## Search and identity commands

| Command          | Purpose                                      |
| ---------------- | -------------------------------------------- |
| `/search web`    | Search the web                               |
| `/search images` | Search for images                            |
| `/search news`   | Search news                                  |
| `/pinterest`     | Search Pinterest images                      |
| `/lookup`        | Browse dropped usernames and server vanities |
| `/sherlock`      | Search a username across platforms           |
| `/screenshot`    | Capture a webpage                            |

<Warning>
  Use lookup and scanning features only for systems and identities you are
  authorized to investigate. Provider responses may be incomplete, cached, or
  rate-limited. Do not treat a username hit from `/sherlock` or `/lookup` as
  proof that two accounts belong to the same person.
</Warning>
