Hostname
pvcc.edu
Last fetched
pvcc.edu resolves to 1 IPv4 address operated by AS63949 in US.
Nutrition Label
Resolution chain
pvcc.edu resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.239.13.240 | 23.239.8.0/21 | AS63949 | — | US |
WHOIS identity
- Registrar
- —
- Organization
- piedmont virginia community college
- Contact emails
- —
Subdomains
33 observed subdomains of pvcc.edu.
Showing 25 of 33. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from pvcc.edu in the public web crawl.
449 sites link to this hostname.
371 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for pvcc.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf-na.exlibrisgroup.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 164.106.100.35/32 |
| SPF_IP | 164.106.166.15/32 |
| SPF_IP | 216.147.212.20/31 |
| SPF_IP | 216.17.93.137/32 |
| SPF_IP | 216.17.93.138/32 |
| SPF_IP | 40.90.242.53/32 |
| SPF_IP | 40.90.242.7/32 |
| SPF_IP | 40.90.242.8/32 |
| SPF_IP | 52.147.210.224/32 |
| SPF_IP | 54.240.48.0/24 |
| SPF_IP | 54.240.8.0/24 |
Related pages
Pivot deeper into the graph from pvcc.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pvcc.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.