Skip to content

Hostname

api.metro.net

Last fetched

api.metro.net resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · api.metro.netRouting diversity4.5/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/api.metro.net

Resolution chain

api.metro.net resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.22.94.254100.42.97.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
35.166.97.17335.184.0.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
35.81.175.24435.96.8.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
44.233.98.13145.2.210.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
44.237.181.10545.2.210.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
52.37.35.10352.46.19.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.185.251.10954.192.29.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.186.166.20654.192.30.0/23AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with api.metro.net in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from api.metro.net in the public web crawl.

4 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from api.metro.net.

Cypher and MCP

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

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