Skip to content

Hostname

am2.me

Last fetched

am2.me resolves to 9 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in ID. WHOIS lists iana:81 as the registrar.

Nutrition Label

WHISPER CANON · am2.meRouting diversity3.5/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/am2.me

Resolution chain

am2.me resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
108.137.104.216108.136.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.ID
15.232.16.9015.232.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.ID
15.232.7.13215.232.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.ID
16.79.63.10216.79.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.ID
43.218.13.9643.218.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.ID
43.218.154.9043.218.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.ID
43.218.180.3243.218.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.ID
43.218.41.6643.218.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.ID
43.218.85.18043.218.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.ID

WHOIS identity

Registrar
iana:81
Organization
armand morin
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from am2.me.

Cypher and MCP

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

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