Hostname
test.eichholtz.com
Last fetched
test.eichholtz.com resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.
Nutrition Label
Resolution chain
test.eichholtz.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.121.131.253 | 3.120.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.228.97.13 | 54.228.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
No WHOIS records are currently associated with test.eichholtz.com in WhisperGraph.
Subdomains
8 observed subdomains of test.eichholtz.com.
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for test.eichholtz.com.
| Mechanism | Target |
|---|---|
| SPF_A | test.eichholtz.com |
| SPF_IP | 2a05:d014:1c28:2d00:0:0:0:4 |
| SPF_IP | 2a05:d018:95c:3c00:0:0:0:4 |
| SPF_IP | 3.121.131.253 |
| SPF_IP | 54.228.97.13 |
| SPF_MX | test.eichholtz.com |
Related pages
Pivot deeper into the graph from test.eichholtz.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "test.eichholtz.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.