All hostnames tracking.onap.io resolves to 18 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.
Nutrition Label WHISPER CANON · tracking.onap.io Routing diversity 5.2/10 Peering density 9.4/10 MOAS conflict ✓ none Threat-feed listings 8.0/10 WHOIS transparency 0.0/10 Resolver footprint 4.6/10 canon.whisper.security/host/tracking.onap.io Resolution chain tracking.onap.io resolves to 18 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
IP Prefix ASN Operator Country 18.198.104.20 18.198.0.0/15 AS16509 AMAZON-02 - Amazon.com, Inc. DE 3.122.157.204 3.120.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. DE 3.123.208.78 3.120.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. DE 3.124.20.34 3.124.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. DE 3.125.214.205 3.124.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. DE 3.71.222.244 3.64.0.0/12 AS16509 AMAZON-02 - Amazon.com, Inc. DE 3.72.151.84 3.64.0.0/12 AS16509 AMAZON-02 - Amazon.com, Inc. DE 3.72.175.7 3.64.0.0/12 AS16509 AMAZON-02 - Amazon.com, Inc. DE 35.156.100.161 35.156.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. DE 35.157.192.96 35.156.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. DE 35.157.230.144 35.156.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. DE 35.158.208.132 35.156.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. DE 52.29.5.201 52.29.0.0/16 AS16509 AMAZON-02 - Amazon.com, Inc. DE 52.57.134.198 52.57.0.0/16 AS16509 AMAZON-02 - Amazon.com, Inc. DE 52.59.85.124 52.58.0.0/15 AS16509 AMAZON-02 - Amazon.com, Inc. DE 54.93.152.231 54.93.128.0/17 AS16509 AMAZON-02 - Amazon.com, Inc. DE 63.181.44.167 63.180.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. DE 63.182.27.5 63.180.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. DE
WHOIS identity No WHOIS records are currently associated with tracking.onap.io in WhisperGraph.
Related pages Pivot deeper into the graph from tracking.onap.io.
Cypher and MCP Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tracking.onap.io"})-[: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 20Or query Whisper from your own LLM workflow via the Whisper MCP server .