Skip to content

Hostname

columbia-elearning.com

Last fetched

columbia-elearning.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in FR. WHOIS lists iana:292 as the registrar.

Nutrition Label

WHISPER CANON · columbia-elearning.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/columbia-elearning.com

Resolution chain

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

IPPrefixASNOperatorCountry
3.165.113.1243.165.112.0/21AS16509AMAZON-02 - Amazon.com, Inc.FR
3.165.113.293.165.112.0/21AS16509AMAZON-02 - Amazon.com, Inc.FR
3.165.113.643.165.112.0/21AS16509AMAZON-02 - Amazon.com, Inc.FR
3.165.113.983.165.112.0/21AS16509AMAZON-02 - Amazon.com, Inc.FR
3.167.88.113.167.88.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
3.167.88.1183.167.88.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
3.167.88.543.167.88.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
3.167.88.703.167.88.0/23AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:292
Organization
columbia sportswear
Contact emails

Subdomains

1 observed subdomain of columbia-elearning.com.

Threat posture

History

Related pages

Pivot deeper into the graph from columbia-elearning.com.

Cypher and MCP

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

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