Skip to content

Hostname

r52.world

Last fetched

r52.world resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · r52.worldRouting diversity4.2/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint8.3/10canon.whisper.security/host/r52.world

Resolution chain

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

IPPrefixASNOperatorCountry
100.21.215.31100.20.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
34.210.10.11934.208.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
34.211.245.2234.208.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
35.166.161.7735.160.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
44.237.58.23144.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.240.211.22144.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
52.25.137.24652.24.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
54.203.41.2554.202.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:146
Organization
domains by proxy,
Contact emails

Subdomains

3 observed subdomains of r52.world.

Web-graph footprint

Distinct hostnames that link to or from r52.world in the public web crawl.

30 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for r52.world.

MechanismTarget
SPF_INCLUDE_spf.protonmail.ch

Related pages

Pivot deeper into the graph from r52.world.

Cypher and MCP

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

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