Hostname
de.champ-selections.com
Last fetched
de.champ-selections.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
de.champ-selections.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.238.176.2 | 18.238.176.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.176.3 | 18.238.176.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.176.86 | 18.238.176.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.176.91 | 18.238.176.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.164.163.118 | 3.164.160.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.164.163.48 | 3.164.160.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.164.163.52 | 3.164.160.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.164.163.53 | 3.164.160.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
WHOIS identity
No WHOIS records are currently associated with de.champ-selections.com in WhisperGraph.
Subdomains
1 observed subdomain of de.champ-selections.com.
| Subdomain |
|---|
| email.de.champ-selections.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for de.champ-selections.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | eu.mailgun.org |
Related pages
Pivot deeper into the graph from de.champ-selections.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "de.champ-selections.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.