Skip to content

Hostname

run.az

Last fetched

run.az resolves to 1 IPv4 address operated by HETZNER-AS in FI.

Nutrition Label

WHISPER CANON · run.azRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/run.az

Resolution chain

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

IPPrefixASNOperatorCountry
65.109.78.9265.109.0.0/16AS24940HETZNER-ASFI

WHOIS identity

No WHOIS records are currently associated with run.az in WhisperGraph.

Subdomains

9 observed subdomains of run.az.

Web-graph footprint

Distinct hostnames that link to or from run.az in the public web crawl.

Sample outbound links

Threat posture

History

Mail and authentication

MX records

  • run.az

SPF policy

6 SPF mechanisms authorising senders for run.az.

MechanismTarget
SPF_Arun.az
SPF_IP136.243.149.16
SPF_IP178.63.61.161
SPF_IP65.109.78.92
SPF_IP65.21.79.216
SPF_MXrun.az

Related pages

Pivot deeper into the graph from run.az.

Cypher and MCP

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

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