Skip to content

Hostname

offbaz.ir

Last fetched

offbaz.ir resolves to 2 IPv4 addresses operated by PARVASYSTEM in IR.

Nutrition Label

WHISPER CANON · offbaz.irRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/offbaz.ir

Resolution chain

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

IPPrefixASNOperatorCountry
130.185.73.246130.185.73.0/24AS60631PARVASYSTEMIR
185.208.173.230185.208.173.0/24AS202269BITCOMMANDDE

WHOIS identity

No WHOIS records are currently associated with offbaz.ir in WhisperGraph.

Subdomains

8 observed subdomains of offbaz.ir.

Web-graph footprint

Distinct hostnames that link to or from offbaz.ir in the public web crawl.

21 sites link to this hostname.

Threat posture

History

Mail and authentication

MX records

SPF policy

2 SPF mechanisms authorising senders for offbaz.ir.

MechanismTarget
SPF_Amailgw-o.getway.biz
SPF_MXoffbaz.ir

Related pages

Pivot deeper into the graph from offbaz.ir.

Cypher and MCP

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

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