Hostname
tsu.edu
Last fetched
tsu.edu resolves to 1 IPv4 address operated by TUT-AS - Total Uptime Technologies, LLC in US.
Nutrition Label
Resolution chain
tsu.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 |
|---|---|---|---|---|
| 216.21.13.168 | 216.21.13.0/24 | AS53334 | TUT-AS - Total Uptime Technologies, LLC | US |
WHOIS identity
- Registrar
- —
- Organization
- texas southern university
- Contact emails
- —
Subdomains
196 observed subdomains of tsu.edu.
Showing 25 of 196. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from tsu.edu in the public web crawl.
1,028 sites link to this hostname.
433 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
40 SPF mechanisms authorising senders for tsu.edu.
| Mechanism | Target |
|---|---|
| SPF_A | infrpsmtpuva01.elluciancloud.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | askadmissionsmail.com |
| SPF_INCLUDE | spf.constantcontact.com |
| SPF_INCLUDE | spf.elluciancloud.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.symplicity.com |
| SPF_INCLUDE | verifymyfafsa.com |
| SPF_IP | 139.60.152.0/22 |
| SPF_IP | 15.200.201.185/32 |
| SPF_IP | 15.200.21.50/32 |
| SPF_IP | 15.200.44.248/32 |
| SPF_IP | 160.1.62.192/32 |
| SPF_IP | 162.247.216.0/22 |
| SPF_IP | 168.245.25.116/32 |
| SPF_IP | 176.31.145.254/32 |
| SPF_IP | 192.147.19.0/24 |
| SPF_IP | 192.147.20.0/24 |
| SPF_IP | 198.21.5.85 |
| SPF_IP | 199.231.134.73/32 |
| SPF_IP | 205.139.104.0/22 |
| SPF_IP | 209.222.82.0/24 |
| SPF_IP | 216.151.85.0/24 |
| SPF_IP | 216.235.195.0/24 |
| SPF_IP | 216.235.196.0/22 |
| SPF_IP | 216.235.200.0/21 |
| SPF_IP | 216.248.199.106/32 |
| SPF_IP | 216.27.20.128/28 |
| SPF_IP | 34.194.230.233/32 |
| SPF_IP | 34.230.107.215/32 |
| SPF_IP | 52.222.62.51/32 |
| SPF_IP | 52.222.73.120/32 |
| SPF_IP | 52.222.73.83/32 |
| SPF_IP | 52.222.75.85/32 |
| SPF_IP | 52.222.89.228/32 |
| SPF_IP | 52.61.91.9/32 |
| SPF_IP | 54.186.193.102/32 |
| SPF_IP | 64.69.212.0/24 |
| SPF_IP | 67.66.219.251 |
| SPF_IP | 98.97.248.0/21 |
Related pages
Pivot deeper into the graph from tsu.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tsu.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.