Hostname
provo.edu
Last fetched
provo.edu resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
provo.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.12.217 | 104.18.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.18.13.217 | 104.18.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- —
- Organization
- provo school district
- Contact emails
- —
Subdomains
54 observed subdomains of provo.edu.
Showing 25 of 54. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from provo.edu in the public web crawl.
93 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for provo.edu.
| Mechanism | Target |
|---|---|
| SPF_A | provo.edu |
| SPF_EXISTS | %{i}._spf.mta.salesforce.com |
| SPF_EXISTS | %{i}._spf.sparkpostmail.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.midas.network |
| SPF_INCLUDE | spf.is.desdriven.com |
| SPF_IP | 12.171.93.123/32 |
| SPF_IP | 158.91.1.51 |
| SPF_IP | 158.91.1.52 |
| SPF_IP | 158.91.2.26 |
| SPF_IP | 206.223.112.72 |
| SPF_IP | 208.92.135.57 |
| SPF_IP | 208.92.135.62 |
| SPF_IP | 63.86.16.172 |
| SPF_IP | 69.196.242.133 |
| SPF_MX | provo.edu |
Related pages
Pivot deeper into the graph from provo.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "provo.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.