Skip to content

Hostname

meta-dev.metaplay.dev

Last fetched

meta-dev.metaplay.dev resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.

Nutrition Label

WHISPER CANON · meta-dev.metaplay.devRouting diversity2.4/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/meta-dev.metaplay.dev

Resolution chain

meta-dev.metaplay.dev resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.173.233.10018.173.232.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
18.173.233.7718.173.232.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
18.173.233.8018.173.232.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
18.173.233.9918.173.232.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
99.86.159.10699.86.158.0/23AS16509AMAZON-02 - Amazon.com, Inc.PT
99.86.159.4599.86.158.0/23AS16509AMAZON-02 - Amazon.com, Inc.PT
99.86.159.5899.86.158.0/23AS16509AMAZON-02 - Amazon.com, Inc.PT
99.86.159.6799.86.158.0/23AS16509AMAZON-02 - Amazon.com, Inc.PT

WHOIS identity

No WHOIS records are currently associated with meta-dev.metaplay.dev in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from meta-dev.metaplay.dev.

Cypher and MCP

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

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