Skip to content

Hostname

rbcindigo.com

Last fetched

rbcindigo.com resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA. WHOIS lists iana:3786 as the registrar.

Nutrition Label

WHISPER CANON · rbcindigo.comRouting diversity3.5/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint5.6/10canon.whisper.security/host/rbcindigo.com

Resolution chain

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

IPPrefixASNOperatorCountry
15.156.114.23015.156.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.CA
15.156.249.21715.156.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.CA
16.52.104.4816.52.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.CA
16.52.16.11716.52.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.CA
35.182.86.15635.182.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.CA
99.79.182.9299.79.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.CA

WHOIS identity

Registrar
iana:3786
Organization
rbc royal bank of canada
Contact emails

Subdomains

1 observed subdomain of rbcindigo.com.

Web-graph footprint

Distinct hostnames that link to or from rbcindigo.com in the public web crawl.

4 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from rbcindigo.com.

Cypher and MCP

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

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