Hostname
ecc.edu
Last fetched
ecc.edu appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.
Nutrition Label
Resolution chain
ecc.edu has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- —
- Organization
- erie community college
- Contact emails
- —
Subdomains
107 observed subdomains of ecc.edu.
Showing 25 of 107. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ecc.edu in the public web crawl.
433 sites link to this hostname.
263 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
39 SPF mechanisms authorising senders for ecc.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.130.96.0/28 |
| SPF_IP | 136.223.18.16 |
| SPF_IP | 147.160.167.0/26 |
| SPF_IP | 166.78.68.0/22 |
| SPF_IP | 173.193.210.32/27 |
| SPF_IP | 174.37.226.64/27 |
| SPF_IP | 184.173.105.0/24 |
| SPF_IP | 184.173.153.0/24 |
| SPF_IP | 192.237.158.0/23 |
| SPF_IP | 195.69.215.57 |
| SPF_IP | 198.61.254.0/23 |
| SPF_IP | 199.127.232.0/22 |
| SPF_IP | 199.255.192.0/22 |
| SPF_IP | 199.29.6.151 |
| SPF_IP | 199.29.6.152 |
| SPF_IP | 199.29.6.26 |
| SPF_IP | 206.107.42.17/32 |
| SPF_IP | 206.107.42.254/32 |
| SPF_IP | 208.43.239.136/30 |
| SPF_IP | 209.202.161.119 |
| SPF_IP | 209.202.161.178 |
| SPF_IP | 209.35.196.202 |
| SPF_IP | 209.61.151.0/24 |
| SPF_IP | 216.69.103.84 |
| SPF_IP | 23.21.109.197/32 |
| SPF_IP | 23.21.109.212/32 |
| SPF_IP | 23.253.182.0/23 |
| SPF_IP | 50.112.141.92 |
| SPF_IP | 50.23.218.192/27 |
| SPF_IP | 52.205.113.245 |
| SPF_IP | 54.240.0.0/18 |
| SPF_IP | 64.156.29.15 |
| SPF_IP | 64.226.255.13/32 |
| SPF_IP | 64.69.57.74 |
| SPF_IP | 68.169.26.19 |
| SPF_IP | 69.32.130.43 |
| SPF_IP | 69.32.134.139 |
| SPF_IP | 69.32.227.66 |
Related pages
Pivot deeper into the graph from ecc.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ecc.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.