Hostname
cornell.edu
Last fetched
cornell.edu resolves to 6 IPv4 addresses operated by CORNELL - Cornell University in US.
Nutrition Label
Resolution chain
cornell.edu resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 128.253.173.241 | 128.253.0.0/16 | AS26 | CORNELL - Cornell University | US |
| 128.253.173.242 | 128.253.0.0/16 | AS26 | CORNELL - Cornell University | US |
| 128.253.173.243 | 128.253.0.0/16 | AS26 | CORNELL - Cornell University | US |
| 128.253.173.244 | 128.253.0.0/16 | AS26 | CORNELL - Cornell University | US |
| 128.253.173.245 | 128.253.0.0/16 | AS26 | CORNELL - Cornell University | US |
| 128.253.173.246 | 128.253.0.0/16 | AS26 | CORNELL - Cornell University | US |
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.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for cornell.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.qualtrics.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 128.253.150.144/30 |
| SPF_IP | 128.253.150.158 |
| SPF_IP | 128.253.150.176 |
| SPF_IP | 128.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.