Hostname
tntech.edu
Last fetched
tntech.edu resolves to 1 IPv4 address operated by TWIN-LAKES - Twin Lakes Telephone Cooperative Corporation in US.
Nutrition Label
Resolution chain
tntech.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 |
|---|---|---|---|---|
| 149.149.46.35 | 149.149.0.0/17 | AS19331 | TWIN-LAKES - Twin Lakes Telephone Cooperative Corporation | US |
WHOIS identity
- Registrar
- —
- Organization
- tennessee technological university
- Contact emails
- —
Subdomains
423 observed subdomains of tntech.edu.
Showing 25 of 423. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from tntech.edu in the public web crawl.
1,368 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
39 SPF mechanisms authorising senders for tntech.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _phishspf.knowbe4.com |
| SPF_INCLUDE | a._spf.brightspace.com |
| SPF_INCLUDE | outboundmail.blackbaud.net |
| SPF_INCLUDE | rainier.accessiblelearning.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 12.228.6.215/32 |
| SPF_IP | 147.160.167.0/26 |
| SPF_IP | 149.149.11.61 |
| SPF_IP | 149.149.11.62 |
| SPF_IP | 149.149.11.63 |
| SPF_IP | 149.149.11.64 |
| SPF_IP | 149.149.11.67 |
| SPF_IP | 149.149.11.68 |
| SPF_IP | 149.149.11.78 |
| SPF_IP | 149.149.2.87 |
| SPF_IP | 173.224.69.0/24 |
| SPF_IP | 198.187.196.100/32 |
| SPF_IP | 198.187.196.130/32 |
| SPF_IP | 205.139.104.0/22 |
| SPF_IP | 206.79.6.0/24 |
| SPF_IP | 207.21.221.160/27 |
| SPF_IP | 209.216.23.114 |
| SPF_IP | 209.216.23.115 |
| SPF_IP | 209.216.23.118 |
| SPF_IP | 209.216.23.119 |
| SPF_IP | 216.157.35.124 |
| SPF_IP | 216.235.196.0/22 |
| SPF_IP | 216.235.200.0/21 |
| SPF_IP | 23.21.109.197/32 |
| SPF_IP | 23.21.109.212/32 |
| SPF_IP | 3.223.7.151 |
| SPF_IP | 3.226.32.14 |
| SPF_IP | 40.90.242.7/32 |
| SPF_IP | 40.90.242.8/32 |
| SPF_IP | 40.90.247.53/32 |
| SPF_IP | 50.31.58.66 |
| SPF_IP | 52.147.210.224/28 |
| SPF_IP | 52.39.4.253 |
| SPF_IP | 52.71.240.248 |
Related pages
Pivot deeper into the graph from tntech.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tntech.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.