Skip to content

Hostname

lms.thelearningedge.ca

Last fetched

lms.thelearningedge.ca resolves to 4 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.

Nutrition Label

WHISPER CANON · lms.thelearningedge.caRouting diversity3.5/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/lms.thelearningedge.ca

Resolution chain

lms.thelearningedge.ca resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.21.72.182104.21.64.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.67.153.216172.67.144.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
199.16.172.188199.16.172.0/24AS2635AUTOMATTIC - Automattic, IncUS
199.16.173.33199.16.173.0/24AS2635AUTOMATTIC - Automattic, IncUS

WHOIS identity

No WHOIS records are currently associated with lms.thelearningedge.ca in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for lms.thelearningedge.ca.

MechanismTarget
SPF_INCLUDEfox1.sly-fox.ca
SPF_INCLUDEmailfox.sly-fox.ca

Related pages

Pivot deeper into the graph from lms.thelearningedge.ca.

Cypher and MCP

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

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