Skip to content

Hostname

crl.edu

Last fetched

crl.edu resolves to 2 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in US.

Nutrition Label

WHISPER CANON · crl.eduRouting diversity2.4/10Peering density6.6/10MOAS conflict✓ noneThreat-feed listings6.0/10WHOIS transparency3.3/10Resolver footprint3.2/10canon.whisper.security/host/crl.edu

Resolution chain

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

IPPrefixASNOperatorCountry
159.65.179.165159.65.176.0/20AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCUS
138.197.112.180138.197.112.0/20AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCUS

WHOIS identity

Registrar
Organization
the center for research libraries
Contact emails

Subdomains

36 observed subdomains of crl.edu.

Web-graph footprint

Distinct hostnames that link to or from crl.edu in the public web crawl.

602 sites link to this hostname.

113 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

15 SPF mechanisms authorising senders for crl.edu.

MechanismTarget
SPF_Acrl.edu
SPF_INCLUDE_spf.e2ma.net
SPF_INCLUDE_spf.salesforce.com
SPF_INCLUDEamazonses.com
SPF_INCLUDEspf.ess.barracudanetworks.com
SPF_INCLUDEspf.happyfox.com
SPF_INCLUDEspf.pantheon.io
SPF_INCLUDEspf.protection.outlook.com
SPF_IP206.107.42.249/32
SPF_IP206.107.42.254/32
SPF_IP209.175.55.103
SPF_IP34.234.238.223
SPF_IP34.237.18.20
SPF_IP52.44.206.75
SPF_MXcrl.edu

Related pages

Pivot deeper into the graph from crl.edu.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "crl.edu"})-[: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.