Skip to content

Hostname

rte2.inecta.com

Last fetched

rte2.inecta.com resolves to 11 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · rte2.inecta.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/rte2.inecta.com

Resolution chain

rte2.inecta.com resolves to 11 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.129.163.1773.128.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
3.132.12.593.132.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
3.142.203.2183.136.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
3.146.191.2073.144.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
3.151.74.43.144.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
3.16.232.1133.16.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
47.130.38.14747.128.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.SG
52.74.89.2252.74.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.SG
52.76.148.152.76.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.SG
52.76.148.6052.76.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.SG
54.251.150.19954.251.144.0/20AS16509AMAZON-02 - Amazon.com, Inc.SG

WHOIS identity

No WHOIS records are currently associated with rte2.inecta.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from rte2.inecta.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "rte2.inecta.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.