Hostname
tcc.fl.edu
Last fetched
tcc.fl.edu resolves to 2 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
tcc.fl.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 |
|---|---|---|---|---|
| 18.207.145.252 | 18.204.0.0/14 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.44.169.118 | 52.44.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with tcc.fl.edu in WhisperGraph.
Subdomains
54 observed subdomains of tcc.fl.edu.
Showing 25 of 54. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from tcc.fl.edu in the public web crawl.
350 sites link to this hostname.
104 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for tcc.fl.edu.
| Mechanism | Target |
|---|---|
| SPF_A | tcc.fl.edu |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf1.tcc.fl.edu |
| SPF_IP | 168.213.253.19 |
| SPF_IP | 168.213.253.20 |
| SPF_IP | 168.213.253.253 |
| SPF_IP | 168.213.253.77 |
| SPF_IP | 209.177.160.9/32 |
| SPF_IP | 209.177.164.2/32 |
| SPF_IP | 209.177.166.2/32 |
| SPF_IP | 209.177.166.34 |
| SPF_IP | 209.177.168.2/32 |
| SPF_MX | tcc.fl.edu |
Related pages
Pivot deeper into the graph from tcc.fl.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tcc.fl.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.