Skip to content

Hostname

rusa.loan

Last fetched

rusa.loan resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:1910 as the registrar.

Nutrition Label

WHISPER CANON · rusa.loanRouting diversity3.5/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint3.2/10canon.whisper.security/host/rusa.loan

Resolution chain

rusa.loan resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.33.67.12513.33.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.33.67.12713.33.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.33.67.1713.33.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.33.67.3313.33.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.64.50.11118.64.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.AU
18.64.50.3718.64.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.AU
18.64.50.6218.64.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.AU
18.64.50.8918.64.48.0/21AS16509AMAZON-02 - Amazon.com, Inc.AU
3.167.227.1143.167.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
3.167.227.163.167.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
3.167.227.313.167.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
3.167.227.563.167.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
65.8.131.10265.8.130.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
65.8.131.12565.8.130.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
65.8.131.2865.8.130.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
65.8.131.8665.8.130.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE

WHOIS identity

Registrar
iana:1910
Organization
code asset
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from rusa.loan.

Cypher and MCP

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

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