Skip to content

Hostname

bary.ch

Last fetched

bary.ch resolves to 2 IPv4 addresses operated by CYON in CH.

Nutrition Label

WHISPER CANON · bary.chRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/bary.ch

Resolution chain

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

IPPrefixASNOperatorCountry
149.126.4.102149.126.0.0/21AS47302CYONCH
78.46.125.10578.46.0.0/15AS24940HETZNER-ASDE

WHOIS identity

No WHOIS records are currently associated with bary.ch in WhisperGraph.

Subdomains

4 observed subdomains of bary.ch.

Web-graph footprint

Distinct hostnames that link to or from bary.ch in the public web crawl.

Sample inbound links

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for bary.ch.

MechanismTarget
SPF_Abary.ch
SPF_INCLUDEspf.protection.cyon.net
SPF_MXbary.ch

Related pages

Pivot deeper into the graph from bary.ch.

Cypher and MCP

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

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