Skip to content

Hostname

rte-api.inecta.com

Last fetched

rte-api.inecta.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

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

Resolution chain

rte-api.inecta.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.52.160.3413.52.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
13.57.90.13413.57.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
184.169.255.245184.169.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.US
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
52.53.146.13552.52.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
54.183.128.8954.183.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.US
54.193.106.7154.193.0.0/17AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with rte-api.inecta.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from rte-api.inecta.com.

Cypher and MCP

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

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