Skip to content

Hostname

loreal.ca

Last fetched

loreal.ca resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists registrar:nameshield cybersécurité inc as the registrar.

Nutrition Label

WHISPER CANON · loreal.caRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/loreal.ca

Resolution chain

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

IPPrefixASNOperatorCountry
104.18.33.50104.18.33.0/24AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.64.154.206172.64.154.0/24AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

Registrar
registrar:nameshield cybersécurité inc
Organization
l'oreal canada
Contact emails

Subdomains

16 observed subdomains of loreal.ca.

Web-graph footprint

Distinct hostnames that link to or from loreal.ca in the public web crawl.

Sample outbound links

Threat posture

History

Related pages

Pivot deeper into the graph from loreal.ca.

Cypher and MCP

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

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