Skip to content

Hostname

barez.org

Last fetched

barez.org resolves to 2 IPv4 addresses operated by RESPINA-AS in IR. WHOIS lists iana:1387 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
46.209.112.10546.209.112.0/24AS42337RESPINA-ASIR
95.38.106.23095.38.106.0/24AS42337RESPINA-ASIR

WHOIS identity

Registrar
iana:1387
Organization
barezindustrialgroup
Contact emails

Subdomains

4 observed subdomains of barez.org.

Web-graph footprint

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

Threat posture

History

Mail and authentication

MX records

SPF policy

3 SPF mechanisms authorising senders for barez.org.

MechanismTarget
SPF_Abarez.org
SPF_Amail.barez.org
SPF_MXbarez.org

Related pages

Pivot deeper into the graph from barez.org.

Cypher and MCP

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

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