Hostname
d48c.emsend5.com
Last fetched
d48c.emsend5.com resolves to 2 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
d48c.emsend5.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 |
|---|---|---|---|---|
| 52.128.42.149 | 52.128.42.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.128.42.150 | 52.128.42.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with d48c.emsend5.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for d48c.emsend5.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 103.229.233.0/24 |
| SPF_IP | 173.236.20.0/24 |
| SPF_IP | 192.92.97.0/24 |
| SPF_IP | 217.8.118.0/24 |
| SPF_IP | 52.128.40.0/21 |
Related pages
Pivot deeper into the graph from d48c.emsend5.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "d48c.emsend5.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.