Skip to content

Hostname

messenger-dev.451.io

Last fetched

messenger-dev.451.io resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · messenger-dev.451.ioRouting diversity2.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/messenger-dev.451.io

Resolution chain

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

IPPrefixASNOperatorCountry
108.138.106.110108.138.106.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
108.138.106.121108.138.106.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
108.138.106.17108.138.106.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
108.138.106.59108.138.106.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
3.169.5.323.169.4.0/22AS16509AMAZON-02 - Amazon.com, Inc.JP
3.169.5.353.169.4.0/22AS16509AMAZON-02 - Amazon.com, Inc.JP
3.169.5.603.169.4.0/22AS16509AMAZON-02 - Amazon.com, Inc.JP
3.169.5.713.169.4.0/22AS16509AMAZON-02 - Amazon.com, Inc.JP

WHOIS identity

No WHOIS records are currently associated with messenger-dev.451.io in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from messenger-dev.451.io.

Cypher and MCP

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

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