Hostname
esc.edu
Last fetched
esc.edu resolves to 1 IPv4 address operated by SUNY-ESC - SUNY Empire State University in US.
Nutrition Label
Resolution chain
esc.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 |
|---|---|---|---|---|
| 138.116.179.71 | 138.116.0.0/16 | AS33004 | SUNY-ESC - SUNY Empire State University | US |
WHOIS identity
- Registrar
- —
- Organization
- empire state college
- Contact emails
- —
Subdomains
340 observed subdomains of esc.edu.
Showing 25 of 340. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from esc.edu in the public web crawl.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for esc.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf-eus.teamdynamix.com |
| SPF_INCLUDE | _spf.academicworks.com |
| SPF_INCLUDE | _spf.itec.suny.edu |
| SPF_INCLUDE | _tuf-spf.touchnet.com |
| SPF_INCLUDE | et._spf.pardot.com |
| SPF_INCLUDE | spf.constantcontact.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.watermarkinsights.com |
| SPF_IP | 138.116.177.20 |
| SPF_IP | 199.91.136.0/21 |
| SPF_IP | 206.107.42.249/32 |
| SPF_IP | 206.107.42.254/32 |
| SPF_IP | 74.213.145.252/32 |
Related pages
Pivot deeper into the graph from esc.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "esc.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.