Skip to content

Hostname

d2l.com

Last fetched

d2l.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · d2l.comRouting diversity0.0/10Peering density0.0/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/d2l.com

Resolution chain

d2l.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.

WHOIS identity

Registrar
iana:146
Organization
d2l
Contact emails

Subdomains

43 observed subdomains of d2l.com.

Web-graph footprint

Distinct hostnames that link to or from d2l.com in the public web crawl.

1,604 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

45 SPF mechanisms authorising senders for d2l.com.

MechanismTarget
SPF_INCLUDE_spf.salesforce.com
SPF_INCLUDEamazonses.com
SPF_INCLUDEmailsenders.netsuite.com
SPF_INCLUDEmg-spf.greenhouse.io
SPF_INCLUDEmktomail.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP106.186.124.4
SPF_IP149.72.151.35/32
SPF_IP149.72.183.8/32
SPF_IP149.72.201.153/32
SPF_IP149.72.22.42/32
SPF_IP149.72.61.106/32
SPF_IP149.96.5.0/24
SPF_IP149.96.6.0/24
SPF_IP159.183.141.212
SPF_IP159.183.141.213
SPF_IP159.183.141.214
SPF_IP167.89.107.125/32
SPF_IP167.89.107.127/32
SPF_IP167.89.107.129/32
SPF_IP167.89.107.136/32
SPF_IP167.89.2.4/32
SPF_IP167.89.22.44/32
SPF_IP174.90.126.47
SPF_IP176.58.112.231
SPF_IP178.79.188.12
SPF_IP198.37.146.118/32
SPF_IP198.37.146.119/32
SPF_IP20.119.16.26
SPF_IP20.48.128.57
SPF_IP208.117.49.186/32
SPF_IP208.84.65.220/32
SPF_IP216.146.46.10
SPF_IP216.146.46.11
SPF_IP45.79.196.209
SPF_IP50.116.52.237
SPF_IP50.116.53.142
SPF_IP50.31.57.60/32
SPF_IP52.1.235.217/32
SPF_IP52.1.252.231/32
SPF_IP52.139.19.167
SPF_IP67.231.151.29/32
SPF_IP67.231.152.177/32
SPF_IP67.231.158.158/32
SPF_IP72.35.20.197/32

Related pages

Pivot deeper into the graph from d2l.com.

Cypher and MCP

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

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