Skip to content

Hostname

azutest.avihub.com

Last fetched

azutest.avihub.com resolves to 2 IPv4 addresses operated by Aviaso-AS - Honeywell EOOD in BG.

Nutrition Label

WHISPER CANON · azutest.avihub.comRouting diversity2.4/10Peering density8.1/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/azutest.avihub.com

Resolution chain

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

IPPrefixASNOperatorCountry
87.120.143.24487.120.143.0/24AS199759Aviaso-AS - Honeywell EOODBG
89.252.247.3389.252.224.0/19AS8262EVOLINK-AS - Evolink EADBG

WHOIS identity

No WHOIS records are currently associated with azutest.avihub.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from azutest.avihub.com.

Cypher and MCP

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

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