Hostname
cdn.heficed.com
Last fetched
cdn.heficed.com resolves to 4 IPv4 addresses operated by AS61317 in DE.
Nutrition Label
Resolution chain
cdn.heficed.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 |
|---|---|---|---|---|
| 102.165.7.64 | 102.165.7.0/24 | AS61317 | — | DE |
| 185.130.204.3 | 185.130.204.0/22 | AS61317 | — | DE |
| 185.130.204.7 | 185.130.204.0/22 | AS61317 | — | DE |
| 185.130.205.34 | 185.130.204.0/22 | AS61317 | — | DE |
WHOIS identity
No WHOIS records are currently associated with cdn.heficed.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for cdn.heficed.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | trustpilotservice.com |
| SPF_IP | 102.165.7.94 |
| SPF_IP | 102.165.8.3 |
| SPF_IP | 154.16.202.14 |
| SPF_IP | 185.130.204.10 |
| SPF_IP | 185.130.204.50 |
| SPF_IP | 185.130.205.18 |
| SPF_IP | 185.130.205.52 |
| SPF_IP | 185.130.205.57 |
| SPF_IP | 185.34.41.164 |
| SPF_IP | 66.165.252.27 |
| SPF_IP | 82.135.143.87 |
Related pages
Pivot deeper into the graph from cdn.heficed.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cdn.heficed.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.