Hostname
packet.cloud
Last fetched
packet.cloud resolves to 3 IPv4 addresses operated by EQUINIX in US. WHOIS lists iana:1387 as the registrar.
Nutrition Label
Resolution chain
packet.cloud resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 139.178.84.148 | 139.178.80.0/21 | AS15830 | EQUINIX | US |
| 147.75.192.92 | 147.75.192.0/21 | AS54825 | PACKET - Packet Host, Inc. | US |
| 147.75.197.4 | 147.75.196.0/22 | AS15830 | EQUINIX | US |
WHOIS identity
- Registrar
- iana:1387
- Organization
- domain protection services,
- Contact emails
Subdomains
23 observed subdomains of packet.cloud.
Threat posture
History
Related pages
Pivot deeper into the graph from packet.cloud.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "packet.cloud"})-[: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.