Skip to content

Hostname

register.bh

Last fetched

register.bh resolves to 1 IPv4 address operated by KEY-SYSTEMS-AS Kaiserstrasse 172-174 in DE.

Nutrition Label

WHISPER CANON · register.bhRouting diversity1.5/10Peering density1.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint5.6/10canon.whisper.security/host/register.bh

Resolution chain

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

IPPrefixASNOperatorCountry
109.234.106.54109.234.104.0/21AS196763KEY-SYSTEMS-AS Kaiserstrasse 172-174DE

WHOIS identity

No WHOIS records are currently associated with register.bh in WhisperGraph.

Subdomains

1 observed subdomain of register.bh.

Web-graph footprint

Distinct hostnames that link to or from register.bh in the public web crawl.

9 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for register.bh.

MechanismTarget
SPF_INCLUDE_spf.smtp.mailtrap.live

Related pages

Pivot deeper into the graph from register.bh.

Cypher and MCP

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

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