Hostname
tc.edu
Last fetched
tc.edu resolves to 1 IPv4 address operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
tc.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 |
|---|---|---|---|---|
| 34.196.195.67 | 34.192.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- —
- Organization
- teachers college
- Contact emails
- —
Subdomains
3 observed subdomains of tc.edu.
| Subdomain |
|---|
| apply.tc.edu |
| www.tc.edu |
| my.tc.edu |
Web-graph footprint
Distinct hostnames that link to or from tc.edu in the public web crawl.
186 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
18 SPF mechanisms authorising senders for tc.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.academicworks.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.qualtrics.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_IP | 104.45.175.206/32 |
| SPF_IP | 128.59.72.0/24 |
| SPF_IP | 160.39.80.107 |
| SPF_IP | 160.39.80.196 |
| SPF_IP | 160.39.80.91 |
| SPF_IP | 160.39.80.98 |
| SPF_IP | 204.168.144.51 |
| SPF_IP | 204.93.202.186/32 |
| SPF_IP | 216.147.212.20/30 |
| SPF_IP | 3.232.18.189 |
| SPF_IP | 34.198.225.191/32 |
| SPF_IP | 34.198.91.107/32 |
| SPF_IP | 52.224.142.128/32 |
| SPF_IP | 64.74.237.230/31 |
Related pages
Pivot deeper into the graph from tc.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tc.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.