Hostname
esf.edu
Last fetched
esf.edu resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
esf.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 |
|---|---|---|---|---|
| 104.18.30.96 | 104.18.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.18.31.96 | 104.18.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- —
- Organization
- suny college of environmental science and forestry
- Contact emails
- —
Subdomains
187 observed subdomains of esf.edu.
Showing 25 of 187. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from esf.edu in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
80 SPF mechanisms authorising senders for esf.edu.
| Mechanism | Target |
|---|---|
| SPF_EXISTS | %{i}._spf.sparkpostmail.com |
| SPF_INCLUDE | cust-spf.cashnet.com |
| SPF_INCLUDE | illiad.oclc.org |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.zohomail360.com |
| SPF_INCLUDE | svc.ny.gov |
| SPF_IP | 104.130.123.85 |
| SPF_IP | 128.230.171.72 |
| SPF_IP | 136.223.155.13/32 |
| SPF_IP | 136.223.204.96 |
| SPF_IP | 136.223.204.97 |
| SPF_IP | 136.226.155.13 |
| SPF_IP | 147.160.167.0/26 |
| SPF_IP | 147.160.167.14/32 |
| SPF_IP | 147.160.167.15/32 |
| SPF_IP | 149.119.6.0/24 |
| SPF_IP | 149.119.7.44 |
| SPF_IP | 149.72.197.36 |
| SPF_IP | 149.72.24.152 |
| SPF_IP | 149.72.244.64 |
| SPF_IP | 149.72.61.6 |
| SPF_IP | 159.112.241.1 |
| SPF_IP | 159.112.242.178 |
| SPF_IP | 159.112.247.178 |
| SPF_IP | 159.112.247.179 |
| SPF_IP | 159.112.247.180 |
| SPF_IP | 159.112.247.181 |
| SPF_IP | 159.112.247.182 |
| SPF_IP | 159.112.252.237 |
| SPF_IP | 159.135.226.83 |
| SPF_IP | 159.135.237.56 |
| SPF_IP | 161.38.192.196 |
| SPF_IP | 161.38.197.221 |
| SPF_IP | 161.38.198.110 |
| SPF_IP | 161.38.199.254 |
| SPF_IP | 167.89.90.10 |
| SPF_IP | 167.89.90.109 |
| SPF_IP | 18.223.90.162/32 |
| SPF_IP | 192.237.158.52 |
| SPF_IP | 192.237.159.131 |
| SPF_IP | 192.237.159.132 |
| SPF_IP | 192.237.159.133 |
| SPF_IP | 198.207.147.224/27 |
| SPF_IP | 204.239.0.224/27 |
| SPF_IP | 204.8.10.114/32 |
| SPF_IP | 205.139.104.0/22 |
| SPF_IP | 205.139.105.168 |
| SPF_IP | 205.139.105.48/29 |
| SPF_IP | 206.79.6.128/26 |
| SPF_IP | 208.40.241.140/30 |
| SPF_IP | 216.230.14.224/27 |
| SPF_IP | 216.235.195.0/24 |
| SPF_IP | 216.235.196.0/22 |
| SPF_IP | 216.235.197.198/32 |
| SPF_IP | 216.235.200.0/21 |
| SPF_IP | 216.24.224.0/20 |
| SPF_IP | 216.27.11.70 |
| SPF_IP | 216.27.20.130 |
| SPF_IP | 216.27.20.140 |
| SPF_IP | 216.27.20.141/30 |
| SPF_IP | 216.27.20.142 |
| SPF_IP | 216.37.18.6/32 |
| SPF_IP | 23.21.109.197/32 |
| SPF_IP | 23.21.109.212/32 |
| SPF_IP | 34.197.131.165 |
| SPF_IP | 34.197.134.60/32 |
| SPF_IP | 34.199.159.209/32 |
| SPF_IP | 34.202.114.167 |
| SPF_IP | 34.251.106.174/32 |
| SPF_IP | 50.31.38.253 |
| SPF_IP | 52.45.21.204 |
| SPF_IP | 52.49.201.246/32 |
| SPF_IP | 52.49.235.189/32 |
| SPF_IP | 52.5.21.95 |
| SPF_IP | 52.55.21.93 |
| SPF_IP | 64.209.141.221/32 |
| SPF_IP | 69.72.40.228 |
| SPF_IP | 69.72.44.24 |
| SPF_IP | 69.72.46.73 |
| SPF_IP | 69.72.46.79 |
Related pages
Pivot deeper into the graph from esf.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "esf.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.