Hostname
augustatech.edu
Last fetched
augustatech.edu resolves to 2 IPv4 addresses operated by HOSTWINDS - Hostwinds LLC. in US.
Nutrition Label
Resolution chain
augustatech.edu resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.254.144.126 | 23.254.128.0/17 | AS54290 | HOSTWINDS - Hostwinds LLC. | US |
| 23.254.217.117 | 23.254.128.0/17 | AS54290 | HOSTWINDS - Hostwinds LLC. | US |
WHOIS identity
- Registrar
- —
- Organization
- augusta technical college
- Contact emails
- —
Subdomains
28 observed subdomains of augustatech.edu.
Showing 25 of 28. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from augustatech.edu in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for augustatech.edu.
| Mechanism | Target |
|---|---|
| SPF_EXISTS | %{i}.spf.hc4166-31.iphmx.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | _spf1.mailgun.org |
| SPF_INCLUDE | _spf2.mailgun.org |
| SPF_INCLUDE | oktamail.augustatech.edu |
| SPF_INCLUDE | outboundmail.blackbaud.net |
| SPF_INCLUDE | spf.constantcontact.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 176.31.145.254/32 |
| SPF_IP | 18.223.90.162/32 |
| SPF_IP | 216.147.212.20/30 |
| SPF_IP | 23.254.144.126 |
| SPF_IP | 64.74.237.230/31 |
Related pages
Pivot deeper into the graph from augustatech.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "augustatech.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.