Skip to content

Hostname

messages5.com

Last fetched

messages5.com resolves to 8 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:292 as the registrar.

Nutrition Label

WHISPER CANON · messages5.comRouting diversity4.8/10Peering density6.9/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/messages5.com

Resolution chain

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

IPPrefixASNOperatorCountry
107.20.137.4107.20.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
44.206.61.19544.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
52.201.174.4952.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.4.10.23152.4.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
52.87.55.23352.86.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.242.156.17054.242.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
98.95.152.18598.88.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
32.193.144.23032.192.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:292
Organization
acoustic, l.p.
Contact emails

Subdomains

3 observed subdomains of messages5.com.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for messages5.com.

MechanismTarget
SPF_IP208.85.48.0/21
SPF_IP208.95.132.0/22
SPF_IP74.112.64.0/21
SPF_IP74.121.48.0/21

Related pages

Pivot deeper into the graph from messages5.com.

Cypher and MCP

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

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