Skip to content

Hostname

cfa.dreamingtree.ca

Last fetched

cfa.dreamingtree.ca resolves to 1 IPv4 address operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in CA.

Nutrition Label

WHISPER CANON · cfa.dreamingtree.caRouting diversity1.5/10Peering density5.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/cfa.dreamingtree.ca

Resolution chain

cfa.dreamingtree.ca resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
138.197.169.201138.199.20.0/24AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCCA

WHOIS identity

No WHOIS records are currently associated with cfa.dreamingtree.ca in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for cfa.dreamingtree.ca.

MechanismTarget
SPF_Acfa.dreamingtree.ca
SPF_IP35.212.30.3
SPF_MXcfa.dreamingtree.ca

Related pages

Pivot deeper into the graph from cfa.dreamingtree.ca.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "cfa.dreamingtree.ca"})-[: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.