Hostname
hocking.edu
Last fetched
hocking.edu resolves to 1 IPv4 address operated by OARNET-AS - OARnet in US.
Nutrition Label
Resolution chain
hocking.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 |
|---|---|---|---|---|
| 198.30.4.40 | 198.30.0.0/16 | AS600 | OARNET-AS - OARnet | US |
WHOIS identity
- Registrar
- —
- Organization
- hocking technical college
- Contact emails
- —
Subdomains
270 observed subdomains of hocking.edu.
Showing 25 of 270. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from hocking.edu in the public web crawl.
283 sites link to this hostname.
323 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for hocking.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 2446169.spf06.hubspotemail.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | relay.bswift.com |
| SPF_IP | 148.59.100.16/28 |
| SPF_IP | 198.30.4.0/24 |
| SPF_IP | 216.17.113.134 |
| SPF_IP | 35.80.141.6/32 |
| SPF_IP | 44.229.121.55/32 |
Related pages
Pivot deeper into the graph from hocking.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hocking.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.