Skip to content

Hostname

break.bar

Last fetched

break.bar resolves to 1 IPv4 address operated by UTA-AS in AT. WHOIS lists iana:1408 as the registrar.

Nutrition Label

WHISPER CANON · break.barRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/break.bar

Resolution chain

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

IPPrefixASNOperatorCountry
213.235.239.159213.235.192.0/18AS8437UTA-ASAT

WHOIS identity

Registrar
iana:1408
Organization
break house of billard
Contact emails

Subdomains

3 observed subdomains of break.bar.

Web-graph footprint

Distinct hostnames that link to or from break.bar in the public web crawl.

8 sites link to this hostname.

Threat posture

History

Mail and authentication

MX records

SPF policy

4 SPF mechanisms authorising senders for break.bar.

MechanismTarget
SPF_Abreak.bar
SPF_IP213.235.239.131
SPF_IP213.235.239.159
SPF_IP84.242.12.200

Related pages

Pivot deeper into the graph from break.bar.

Cypher and MCP

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

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