Skip to content

Hostname

6768.ai

Last fetched

6768.ai resolves to 2 IPv4 addresses operated by AZT - AZURE TECHNOLOGY CO., LIMITED in HK.

Nutrition Label

WHISPER CANON · 6768.aiRouting diversity1.5/10Peering density6.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.0/10canon.whisper.security/host/6768.ai

Resolution chain

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

IPPrefixASNOperatorCountry
103.240.142.158103.240.142.0/24AS53587AZT - AZURE TECHNOLOGY CO., LIMITEDHK
103.240.142.172103.240.142.0/24AS53587AZT - AZURE TECHNOLOGY CO., LIMITEDHK

WHOIS identity

No WHOIS records are currently associated with 6768.ai in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from 6768.ai.

Cypher and MCP

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

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