Hostname
highpoint.edu
Last fetched
highpoint.edu appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.
Nutrition Label
Resolution chain
highpoint.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
- high point university
- Contact emails
- —
Subdomains
356 observed subdomains of highpoint.edu.
Showing 25 of 356. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from highpoint.edu in the public web crawl.
1,460 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
40 SPF mechanisms authorising senders for highpoint.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 139.138.59.112.spf.hc4807-11.iphmx.com |
| SPF_INCLUDE | 207.54.86.237.spf.hc4807-11.iphmx.com |
| SPF_INCLUDE | customers.clickdimensions.com |
| SPF_INCLUDE | hobsonsmail.com |
| SPF_INCLUDE | outboundmail.blackbaud.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 103.225.232.128/28 |
| SPF_IP | 176.31.145.254/32 |
| SPF_IP | 192.154.46.0/24 |
| SPF_IP | 198.187.196.100/32 |
| SPF_IP | 198.187.196.130/32 |
| SPF_IP | 202.38.144.192/28 |
| SPF_IP | 205.139.104.0/22 |
| SPF_IP | 206.74.26.156/32 |
| SPF_IP | 206.79.6.0/24 |
| SPF_IP | 216.235.195.0/24 |
| SPF_IP | 216.235.196.0/22 |
| SPF_IP | 216.235.200.0/21 |
| SPF_IP | 23.22.228.238/32 |
| SPF_IP | 34.194.81.60/32 |
| SPF_IP | 34.197.133.25/32 |
| SPF_IP | 34.198.106.176/32 |
| SPF_IP | 34.198.69.122/32 |
| SPF_IP | 34.198.69.238/32 |
| SPF_IP | 37.216.222.128/28 |
| SPF_IP | 46.183.242.192/28 |
| SPF_IP | 46.183.247.0/28 |
| SPF_IP | 54.85.61.20/32 |
| SPF_IP | 54.85.76.43/32 |
| SPF_IP | 64.244.120.32/27 |
| SPF_IP | 64.244.122.192/27 |
| SPF_IP | 64.244.127.128/27 |
| SPF_IP | 64.244.127.160/27 |
| SPF_IP | 66.45.103.0/25 |
| SPF_IP | 69.196.236.208/28 |
| SPF_IP | 69.196.241.0/28 |
| SPF_IP | 69.196.242.128/28 |
| SPF_IP | 69.48.252.128/25 |
| SPF_IP | 74.122.104.0/22 |
| SPF_MX | highpoint.edu |
Related pages
Pivot deeper into the graph from highpoint.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "highpoint.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.