Skip to content

Hostname

haskell.org

Last fetched

haskell.org resolves to 1 IPv4 address operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in US. WHOIS lists iana:1068 as the registrar.

Nutrition Label

WHISPER CANON · haskell.orgRouting diversity1.5/10Peering density5.1/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint8.0/10canon.whisper.security/host/haskell.org

Resolution chain

haskell.org resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
142.93.179.24142.93.176.0/20AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCUS

WHOIS identity

Registrar
iana:1068
Organization
yale university computer science department haskell group
Contact emails

Subdomains

83 observed subdomains of haskell.org.

Web-graph footprint

Distinct hostnames that link to or from haskell.org in the public web crawl.

3,037 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

11 SPF mechanisms authorising senders for haskell.org.

MechanismTarget
SPF_Ahaskell.org
SPF_Amail.haskell.org
SPF_IP104.249.184.245
SPF_IP145.40.80.253
SPF_IP145.40.99.54
SPF_IP147.75.194.125
SPF_IP2001:4800:7817:104:be76:4eff:fe04:f608
SPF_IP23.253.242.70
SPF_IP2604:1380:0:8900:0:0:0:d
SPF_IP2604:1380:4641:a100:0:0:0:5
SPF_MXhaskell.org

Related pages

Pivot deeper into the graph from haskell.org.

Cypher and MCP

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

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