Hostname
cornellcollege.edu
Last fetched
cornellcollege.edu resolves to 2 IPv4 addresses operated by INCAPSULA - Incapsula Inc in US.
Nutrition Label
Resolution chain
cornellcollege.edu resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 45.60.196.251 | 45.60.196.0/24 | AS19551 | INCAPSULA - Incapsula Inc | US |
| 45.60.206.251 | 45.60.206.0/24 | AS19551 | INCAPSULA - Incapsula Inc | US |
WHOIS identity
- Registrar
- —
- Organization
- cornell college
- Contact emails
- —
Subdomains
86 observed subdomains of cornellcollege.edu.
Showing 25 of 86. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cornellcollege.edu in the public web crawl.
663 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for cornellcollege.edu.
| Mechanism | Target |
|---|---|
| SPF_REDIRECT | a2qcz147._spf._d.mim.ec |
Related pages
Pivot deeper into the graph from cornellcollege.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cornellcollege.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.