Hostname
wpcc.edu
Last fetched
wpcc.edu appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.
Nutrition Label
Resolution chain
wpcc.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
- western piedmont community college
- Contact emails
- —
Subdomains
42 observed subdomains of wpcc.edu.
Showing 25 of 42. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from wpcc.edu in the public web crawl.
212 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for wpcc.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.mailspamprotection.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.cfi.org |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 167.89.55.50 |
| SPF_IP | 192.124.249.15/32 |
| SPF_IP | 198.85.219.97 |
| SPF_IP | 34.174.119.220 |
Related pages
Pivot deeper into the graph from wpcc.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wpcc.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.