Skip to content

Hostname

cornell.edu

Last fetched

cornell.edu resolves to 6 IPv4 addresses operated by CORNELL - Cornell University in US.

Nutrition Label

WHISPER CANON · cornell.eduRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/cornell.edu

Resolution chain

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

IPPrefixASNOperatorCountry
128.253.173.241128.253.0.0/16AS26CORNELL - Cornell UniversityUS
128.253.173.242128.253.0.0/16AS26CORNELL - Cornell UniversityUS
128.253.173.243128.253.0.0/16AS26CORNELL - Cornell UniversityUS
128.253.173.244128.253.0.0/16AS26CORNELL - Cornell UniversityUS
128.253.173.245128.253.0.0/16AS26CORNELL - Cornell UniversityUS
128.253.173.246128.253.0.0/16AS26CORNELL - Cornell UniversityUS

WHOIS identity

WHOIS data is temporarily unavailable. Refresh in a moment to retry.

Subdomains

Subdomain count is temporarily unavailable. Refresh in a moment to retry.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

7 SPF mechanisms authorising senders for cornell.edu.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDE_spf.qualtrics.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP128.253.150.144/30
SPF_IP128.253.150.158
SPF_IP128.253.150.176
SPF_IP128.253.150.177

Related pages

Pivot deeper into the graph from cornell.edu.

Cypher and MCP

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

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