Hostname
hsc.edu
Last fetched
hsc.edu resolves to 1 IPv4 address operated by HAMDEN-ASN - Hampden-Sydney College in US.
Nutrition Label
Resolution chain
hsc.edu resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 72.10.225.184 | 72.10.224.0/20 | AS33255 | HAMDEN-ASN - Hampden-Sydney College | US |
WHOIS identity
- Registrar
- —
- Organization
- hampden-sydney college
- Contact emails
- —
Subdomains
8,105 observed subdomains of hsc.edu.
Showing 25 of 8,105. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from hsc.edu in the public web crawl.
458 sites link to this hostname.
354 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for hsc.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | cust-spf.cashnet.com |
| SPF_INCLUDE | secure.giftlegacy.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 216.27.28.20/32 |
| SPF_IP | 216.27.28.88/32 |
| SPF_IP | 72.10.224.11/32 |
| SPF_IP | 72.10.224.148/32 |
| SPF_IP | 72.10.224.25/32 |
| SPF_IP | 72.10.225.2/32 |
Related pages
Pivot deeper into the graph from hsc.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hsc.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.