Hostname
wdfforum.com
Last fetched
wdfforum.com resolves to 2 IPv4 addresses operated by AS60721 in TR. WHOIS lists iana:1091 as the registrar.
Nutrition Label
Resolution chain
wdfforum.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 |
|---|---|---|---|---|
| 185.26.145.94 | 185.26.145.0/24 | AS60721 | — | TR |
| 217.195.202.155 | 217.195.202.0/24 | AS48660 | — | TR |
WHOIS identity
- Registrar
- iana:1091
- Organization
- domain administrator
- Contact emails
Subdomains
2 observed subdomains of wdfforum.com.
| Subdomain |
|---|
| mail.wdfforum.com |
| www.wdfforum.com |
Web-graph footprint
Distinct hostnames that link to or from wdfforum.com in the public web crawl.
117 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- wdfforum.com
SPF policy
5 SPF mechanisms authorising senders for wdfforum.com.
| Mechanism | Target |
|---|---|
| SPF_A | wdfforum.com |
| SPF_IP | 185.26.145.93 |
| SPF_IP | 185.26.145.94 |
| SPF_IP | 217.195.202.155 |
| SPF_MX | wdfforum.com |
Related pages
Pivot deeper into the graph from wdfforum.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wdfforum.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.