Hostname
patrickhenry.edu
Last fetched
patrickhenry.edu resolves to 1 IPv4 address operated by VIRGINIA-COMMUNITY-COLLEGE-SYSTEM - Virginia Community College System in US.
Nutrition Label
Resolution chain
patrickhenry.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 |
|---|---|---|---|---|
| 164.106.55.140 | 164.106.0.0/16 | AS22845 | VIRGINIA-COMMUNITY-COLLEGE-SYSTEM - Virginia Community College System | US |
WHOIS identity
No WHOIS records are currently associated with patrickhenry.edu in WhisperGraph.
Subdomains
24 observed subdomains of patrickhenry.edu.
Showing 19 of 24. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from patrickhenry.edu in the public web crawl.
117 sites link to this hostname.
291 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for patrickhenry.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.e2ma.net |
| SPF_INCLUDE | _spf.psm.knowbe4.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 107.180.41.42 |
| SPF_IP | 164.106.100.35/32 |
| SPF_IP | 164.106.55.241 |
| SPF_IP | 216.17.93.137/32 |
| SPF_IP | 216.17.93.138/32 |
| SPF_IP | 35.174.145.124/32 |
Related pages
Pivot deeper into the graph from patrickhenry.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "patrickhenry.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.