Hostname
potato.computer
Last fetched
potato.computer resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
potato.computer resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.227.80.110 | 13.227.80.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.227.80.200 | 13.227.80.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.227.80.210 | 13.227.80.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.227.80.77 | 13.227.80.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.65.133 | 3.168.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.65.164 | 3.168.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.65.61 | 3.168.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.65.86 | 3.168.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.86.132.193 | 99.86.132.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.86.132.217 | 99.86.132.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.86.132.220 | 99.86.132.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.86.132.81 | 99.86.132.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:81
- Organization
- sean wylie
- Contact emails
Threat posture
History
Related pages
Pivot deeper into the graph from potato.computer.
- IP · 13.227.80.110
- ASN · AS16509AMAZON-02 - Amazon.com, Inc.
- Registrar · iana:81
- Country · US
- Email · c33baaee4045b7d42f1f3f8dc3385044-5661951@contact.gandi.net
- TLD · .computer
- Browse hostnames · po…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "potato.computer"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.