Hostname
returnpath.bluehornet.com
Last fetched
returnpath.bluehornet.com resolves to 4 IPv4 addresses operated by AS60164 in DE.
Nutrition Label
Resolution chain
returnpath.bluehornet.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 67.216.224.250 | 67.216.224.0/21 | AS60164 | — | DE |
| 67.216.224.251 | 67.216.224.0/21 | AS60164 | — | DE |
| 67.216.224.252 | 67.216.224.0/21 | AS60164 | — | DE |
| 67.216.224.253 | 67.216.224.0/21 | AS60164 | — | DE |
WHOIS identity
No WHOIS records are currently associated with returnpath.bluehornet.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
- returnpath.bluehornet.com
SPF policy
9 SPF mechanisms authorising senders for returnpath.bluehornet.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.digitalriver.com |
| SPF_A | returnpath.bluehornet.com |
| SPF_INCLUDE | mktomail.com |
| SPF_IP | 207.250.251.0/24 |
| SPF_IP | 207.67.50.254/32 |
| SPF_IP | 208.79.248.0/21 |
| SPF_IP | 216.54.194.0/24 |
| SPF_IP | 66.192.77.0/24 |
| SPF_IP | 67.216.224.0/20 |
Related pages
Pivot deeper into the graph from returnpath.bluehornet.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "returnpath.bluehornet.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.