Skip to content

Hostname

fsu.edu

Last fetched

fsu.edu resolves to 1 IPv4 address operated by FSU-AS - Florida State University in US.

Nutrition Label

WHISPER CANON · fsu.eduRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/fsu.edu

Resolution chain

fsu.edu resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
146.201.111.62146.201.0.0/17AS2553FSU-AS - Florida State UniversityUS

WHOIS identity

Registrar
Organization
florida state university
Contact emails

Subdomains

20,333 observed subdomains of fsu.edu.

Web-graph footprint

Distinct hostnames that link to or from fsu.edu in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

22 SPF mechanisms authorising senders for fsu.edu.

MechanismTarget
SPF_INCLUDE243653373.spf03.hubspotemail.net
SPF_INCLUDE_spf.mlsend.com
SPF_INCLUDE_spf.qualtrics.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP107.20.210.250/32
SPF_IP146.201.107.145
SPF_IP146.201.107.249
SPF_IP146.201.58.214
SPF_IP146.201.58.215
SPF_IP148.163.141.201
SPF_IP148.163.145.201
SPF_IP148.163.149.175
SPF_IP148.163.152.135
SPF_IP192.135.64.34
SPF_IP199.188.157.80/32
SPF_IP34.236.72.193/32
SPF_IP44.194.182.36/32
SPF_IP52.1.14.157/32
SPF_IP54.166.123.167/32
SPF_IP54.240.121.247/32
SPF_IP54.240.121.248/32
SPF_IP75.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.