Skip to content

Hostname

bsdcan.org

Last fetched

bsdcan.org resolves to 1 IPv4 address operated by HURRICANE - Hurricane Electric LLC in CA.

Nutrition Label

WHISPER CANON · bsdcan.orgRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/bsdcan.org

Resolution chain

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

IPPrefixASNOperatorCountry
65.75.217.23465.75.217.0/24AS6939HURRICANE - Hurricane Electric LLCCA

WHOIS identity

WHOIS data is temporarily unavailable. Refresh in a moment to retry.

Subdomains

Subdomain count is temporarily unavailable. Refresh in a moment to retry.

Web-graph footprint

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

Threat posture

History

Mail and authentication

MX records

SPF policy

10 SPF mechanisms authorising senders for bsdcan.org.

MechanismTarget
SPF_INCLUDEspf.messagingengine.com
SPF_IP162.208.116.66
SPF_IP162.208.116.67
SPF_IP162.208.116.77
SPF_IP199.233.228.194/29
SPF_IP199.233.228.195
SPF_IP2001:470:1:63a::/64
SPF_IP2610:1c1:0:4:0:0:0:3
SPF_IP2610:1c1:0:4:4a8:430e:846:fafe
SPF_MXbsdcan.org

Related pages

Pivot deeper into the graph from bsdcan.org.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "bsdcan.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.