Hostname
abtech.edu
Last fetched
abtech.edu appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.
Nutrition Label
Resolution chain
abtech.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
- asheville-buncombe technical community college
- Contact emails
- —
Subdomains
97 observed subdomains of abtech.edu.
Showing 25 of 97. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from abtech.edu in the public web crawl.
1,337 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
19 SPF mechanisms authorising senders for abtech.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.academicworks.com |
| SPF_INCLUDE | _spf.regroupcloud.com |
| SPF_INCLUDE | _tuf-spf.touchnet.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | mh.blackboard.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.ess.barracudanetworks.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 142.0.186.247/32 |
| SPF_IP | 152.27.4.0/24 |
| SPF_IP | 198.86.53.64/26 |
| SPF_IP | 199.244.78.223/32 |
| SPF_IP | 199.244.78.224/32 |
| SPF_IP | 204.116.166.143 |
| SPF_IP | 216.27.28.20/32 |
| SPF_IP | 216.27.28.59 |
| SPF_IP | 66.193.208.201 |
| SPF_IP | 66.57.143.24 |
| SPF_IP | 74.122.104.26 |
Related pages
Pivot deeper into the graph from abtech.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "abtech.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.