Hostname
afd-ro.de
Last fetched
afd-ro.de resolves to 4 IPv4 addresses operated by AS16276 in DE.
Nutrition Label
Resolution chain
afd-ro.de 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 |
|---|---|---|---|---|
| 135.125.140.172 | 135.125.128.0/17 | AS16276 | — | DE |
| 135.125.212.13 | 135.125.128.0/17 | AS16276 | — | PL |
| 148.251.78.254 | 148.251.0.0/16 | AS24940 | — | DE |
| 195.201.193.106 | 195.201.0.0/16 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with afd-ro.de in WhisperGraph.
Subdomains
2 observed subdomains of afd-ro.de.
| Subdomain |
|---|
| mail.afd-ro.de |
| www.afd-ro.de |
Web-graph footprint
Distinct hostnames that link to or from afd-ro.de in the public web crawl.
5 sites link to this hostname.
67 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for afd-ro.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | ispgateway.de |
| SPF_INCLUDE | spf.primary-domains.afd-hosting.de |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_MX | afd-ro.de |
Related pages
Pivot deeper into the graph from afd-ro.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "afd-ro.de"})-[: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.