Hostname
fdnet.work
Last fetched
fdnet.work resolves to 1 IPv4 address operated by AS-VULTR - The Constant Company, LLC in AU. WHOIS lists iana:1609 as the registrar.
Nutrition Label
Resolution chain
fdnet.work 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 |
|---|---|---|---|---|
| 139.180.166.134 | 139.180.160.0/20 | AS20473 | AS-VULTR - The Constant Company, LLC | AU |
WHOIS identity
- Registrar
- iana:1609
- Organization
- domains by proxy,
- Contact emails
- —
Web-graph footprint
Distinct hostnames that link to or from fdnet.work in the public web crawl.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for fdnet.work.
| Mechanism | Target |
|---|---|
| SPF_A | mail.fdnetwork.com.au |
| SPF_A | mail2.fdnetwork.com.au |
| SPF_IP | 2001:19f0:6001:24e4:5400:5ff:fe7a:28dd |
| SPF_IP | 2001:19f0:6c00:1f08:5400:5ff:fe0a:4501 |
| SPF_IP | 2401:c080:1800:1b8f:5400:5ff:fea7:13e8 |
| SPF_IP | 2403:5813:db5f:100::/64 |
| SPF_IP | 2403:581a:e1e6:100::/64 |
| SPF_MX | fdnet.work |
Related pages
Pivot deeper into the graph from fdnet.work.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fdnet.work"})-[: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.