Hostname
work.best3designs.com
Last fetched
work.best3designs.com resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.
Nutrition Label
Resolution chain
work.best3designs.com resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 16.12.36.76 | 16.12.36.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.5.209.221 | 3.5.209.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.5.211.146 | 3.5.211.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.5.211.198 | 3.5.211.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.5.211.234 | 3.5.211.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.5.213.203 | 3.5.213.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.5.213.213 | 3.5.213.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.5.213.251 | 3.5.213.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.5.213.29 | 3.5.213.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.5.213.33 | 3.5.213.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.5.213.42 | 3.5.213.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 52.219.156.24 | 52.219.156.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 52.219.156.88 | 52.219.156.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 52.219.158.156 | 52.219.158.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 52.219.158.96 | 52.219.158.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 52.219.64.86 | 52.219.64.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
WHOIS identity
No WHOIS records are currently associated with work.best3designs.com in WhisperGraph.
Subdomains
1 observed subdomain of work.best3designs.com.
| Subdomain |
|---|
| www.work.best3designs.com |
Threat posture
History
Related pages
Pivot deeper into the graph from work.best3designs.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "work.best3designs.com"})-[: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.