Hostname
mail.pottermore.com
Last fetched
mail.pottermore.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BR.
Nutrition Label
Resolution chain
mail.pottermore.com 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 |
|---|---|---|---|---|
| 108.139.182.105 | 108.139.180.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 108.139.182.113 | 108.139.180.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 108.139.182.6 | 108.139.180.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 108.139.182.73 | 108.139.180.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 13.227.192.22 | 13.227.192.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CZ |
| 13.227.192.45 | 13.227.192.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CZ |
| 13.227.192.5 | 13.227.192.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CZ |
| 13.227.192.73 | 13.227.192.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CZ |
| 3.174.141.111 | 3.174.141.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 3.174.141.15 | 3.174.141.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 3.174.141.37 | 3.174.141.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 3.174.141.76 | 3.174.141.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
WHOIS identity
No WHOIS records are currently associated with mail.pottermore.com in WhisperGraph.
Subdomains
6 observed subdomains of mail.pottermore.com.
| Subdomain |
|---|
| email.mail.pottermore.com |
Showing 1 of 6. View all subdomains →
Threat posture
History
Related pages
Pivot deeper into the graph from mail.pottermore.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.pottermore.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.