Hostname
api.df.eu
Last fetched
api.df.eu resolves to 1 IPv4 address operated by GODADDY-SXB in DE.
Nutrition Label
Resolution chain
api.df.eu resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 92.205.51.148 | 92.205.48.0/20 | AS21499 | GODADDY-SXB | DE |
WHOIS identity
No WHOIS records are currently associated with api.df.eu in WhisperGraph.
Subdomains
2 observed subdomains of api.df.eu.
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for api.df.eu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.atlassian.net |
| SPF_INCLUDE | _spf.sendnode.com |
| SPF_INCLUDE | ispgateway.de |
| SPF_INCLUDE | secureserver.net |
| SPF_INCLUDE | sendgrid.net |
| SPF_IP | 109.234.127.0/24 |
| SPF_IP | 109.68.33.0/24 |
| SPF_IP | 109.68.39.0/24 |
| SPF_IP | 185.98.184.0/24 |
| SPF_IP | 192.124.249.153/32 |
| SPF_IP | 80.67.18.3/32 |
| SPF_IP | 80.67.18.4/32 |
| SPF_IP | 80.82.206.0/26 |
| SPF_IP | 92.204.235.0/27 |
Related pages
Pivot deeper into the graph from api.df.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api.df.eu"})-[: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.