Skip to content

Hostname

fdd.org

Last fetched

fdd.org resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:1910 as the registrar.

Nutrition Label

WHISPER CANON · fdd.orgRouting diversity2.4/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint3.2/10canon.whisper.security/host/fdd.org

Resolution chain

fdd.org resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.20.37.102104.20.32.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.66.171.87172.66.160.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

Registrar
iana:1910
Organization
u.s. eduventure
Contact emails

Subdomains

3 observed subdomains of fdd.org.

Web-graph footprint

Distinct hostnames that link to or from fdd.org in the public web crawl.

2,996 sites link to this hostname.

2,970 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

15 SPF mechanisms authorising senders for fdd.org.

MechanismTarget
SPF_INCLUDE_spf.createsend.com
SPF_INCLUDEcreatesend.com
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEus._netblocks.mimecast.com
SPF_IP103.28.42.0/24
SPF_IP146.88.28.0/24
SPF_IP163.47.180.0/22
SPF_IP203.55.21.0/24
SPF_IP204.75.142.0/24
SPF_IP208.70.128.182/24
SPF_IP209.133.66.218
SPF_IP216.129.90.0/24
SPF_IP27.126.146.0/24
SPF_IP72.35.20.96/27
SPF_IP74.93.206.57

Related pages

Pivot deeper into the graph from fdd.org.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "fdd.org"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.