Hostname
ecpi.edu
Last fetched
ecpi.edu resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
ecpi.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.20.36.66 | 104.20.32.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.66.151.2 | 172.66.144.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- —
- Organization
- ecpi college of technology
- Contact emails
- —
Subdomains
106 observed subdomains of ecpi.edu.
Showing 25 of 106. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ecpi.edu in the public web crawl.
876 sites link to this hostname.
340 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
21 SPF mechanisms authorising senders for ecpi.edu.
| Mechanism | Target |
|---|---|
| SPF_A | secmail.ultipro.com |
| SPF_INCLUDE | 43771328.spf03.hubspotemail.net |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf-us.emailsignatures365.com |
| SPF_INCLUDE | spf.clearslide.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 135.84.64.0/20 |
| SPF_IP | 147.160.167.0/26 |
| SPF_IP | 167.89.50.99/32 |
| SPF_IP | 199.36.12.0/22 |
| SPF_IP | 208.39.76.0/26 |
| SPF_IP | 208.86.168.0/22 |
| SPF_IP | 208.95.133.122 |
| SPF_IP | 209.208.226.0/23 |
| SPF_IP | 23.21.109.197/32 |
| SPF_IP | 23.21.109.212/32 |
| SPF_IP | 68.232.129.235 |
| SPF_IP | 68.232.135.18 |
| SPF_IP | 70.32.68.0/26 |
| SPF_MX | ecpi.edu |
Related pages
Pivot deeper into the graph from ecpi.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ecpi.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.