Skip to content

Hostname

knowledge-base.ollon.ca

Last fetched

knowledge-base.ollon.ca resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.

Nutrition Label

WHISPER CANON · knowledge-base.ollon.caRouting diversity3.0/10Peering density9.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/knowledge-base.ollon.ca

Resolution chain

knowledge-base.ollon.ca resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.226.155.12913.226.152.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
13.226.155.6913.226.152.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
13.226.155.9413.226.152.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
13.226.155.9713.226.152.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
18.244.146.12918.244.146.0/23AS16509AMAZON-02 - Amazon.com, Inc.PL
18.244.146.2118.244.146.0/23AS16509AMAZON-02 - Amazon.com, Inc.PL
18.244.146.5518.244.146.0/23AS16509AMAZON-02 - Amazon.com, Inc.PL
18.244.146.9718.244.146.0/23AS16509AMAZON-02 - Amazon.com, Inc.PL
3.169.71.353.169.68.0/22AS16509AMAZON-02 - Amazon.com, Inc.IL
3.169.71.523.169.68.0/22AS16509AMAZON-02 - Amazon.com, Inc.IL
3.169.71.873.169.68.0/22AS16509AMAZON-02 - Amazon.com, Inc.IL
3.169.71.883.169.68.0/22AS16509AMAZON-02 - Amazon.com, Inc.IL

WHOIS identity

No WHOIS records are currently associated with knowledge-base.ollon.ca in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from knowledge-base.ollon.ca.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "knowledge-base.ollon.ca"})-[: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.