Hostname
stvt.edu
Last fetched
stvt.edu resolves to 2 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in US.
Nutrition Label
Resolution chain
stvt.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 |
|---|---|---|---|---|
| 209.38.136.160 | 209.38.128.0/19 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | US |
| 206.189.202.106 | 206.189.192.0/20 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | US |
WHOIS identity
- Registrar
- —
- Organization
- south texas vo-tech institute
- Contact emails
- —
Subdomains
10 observed subdomains of stvt.edu.
Web-graph footprint
Distinct hostnames that link to or from stvt.edu in the public web crawl.
248 sites link to this hostname.
84 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for stvt.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 1278314a1.spf2.netcorecloud.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | servers.mcsv.net |
Related pages
Pivot deeper into the graph from stvt.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "stvt.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.