Hostname
email.brede.com
Last fetched
email.brede.com resolves to 11 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE.
Nutrition Label
Resolution chain
email.brede.com resolves to 11 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.128.124.33 | 108.128.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 108.128.200.39 | 108.128.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 13.114.210.107 | 13.112.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 18.198.118.65 | 18.198.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.198.230.170 | 18.198.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.202.152.169 | 18.202.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 3.66.153.251 | 3.64.0.0/12 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.220.95.193 | 52.220.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 54.220.48.140 | 54.220.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 63.35.84.33 | 63.32.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 99.80.195.89 | 99.80.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
No WHOIS records are currently associated with email.brede.com in WhisperGraph.
Subdomains
1 observed subdomain of email.brede.com.
| Subdomain |
|---|
| o2.email.brede.com |
Threat posture
History
Related pages
Pivot deeper into the graph from email.brede.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "email.brede.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.