Skip to content

Hostname

bhcfa.org

Last fetched

bhcfa.org resolves to 2 IPv4 addresses operated by AS20940 in ES. WHOIS lists iana:4288 as the registrar.

Nutrition Label

WHISPER CANON · bhcfa.orgRouting diversity2.4/10Peering density8.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/bhcfa.org

Resolution chain

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

IPPrefixASNOperatorCountry
2.18.188.2092.18.188.0/24AS20940ES
35.220.216.18835.220.208.0/20AS396982GOOGLE-CLOUD-PLATFORM - Google LLCHK

WHOIS identity

Registrar
iana:4288
Organization
beach haven charter fishing association,
Contact emails

Subdomains

1 observed subdomain of bhcfa.org.

Subdomain
www.bhcfa.org

Web-graph footprint

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

84 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from bhcfa.org.

Cypher and MCP

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

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