Hostname
fsu.edu
Last fetched
fsu.edu resolves to 1 IPv4 address operated by FSU-AS - Florida State University in US.
Nutrition Label
Resolution chain
fsu.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 |
|---|---|---|---|---|
| 146.201.111.62 | 146.201.0.0/17 | AS2553 | FSU-AS - Florida State University | US |
WHOIS identity
- Registrar
- —
- Organization
- florida state university
- Contact emails
- —
Subdomains
20,333 observed subdomains of fsu.edu.
Showing 25 of 20,333. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from fsu.edu in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
22 SPF mechanisms authorising senders for fsu.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 243653373.spf03.hubspotemail.net |
| SPF_INCLUDE | _spf.mlsend.com |
| SPF_INCLUDE | _spf.qualtrics.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 107.20.210.250/32 |
| SPF_IP | 146.201.107.145 |
| SPF_IP | 146.201.107.249 |
| SPF_IP | 146.201.58.214 |
| SPF_IP | 146.201.58.215 |
| SPF_IP | 148.163.141.201 |
| SPF_IP | 148.163.145.201 |
| SPF_IP | 148.163.149.175 |
| SPF_IP | 148.163.152.135 |
| SPF_IP | 192.135.64.34 |
| SPF_IP | 199.188.157.80/32 |
| SPF_IP | 34.236.72.193/32 |
| SPF_IP | 44.194.182.36/32 |
| SPF_IP | 52.1.14.157/32 |
| SPF_IP | 54.166.123.167/32 |
| SPF_IP | 54.240.121.247/32 |
| SPF_IP | 54.240.121.248/32 |
| SPF_IP | 75.101.161.27/32 |
Related pages
Pivot deeper into the graph from fsu.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fsu.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.