Skip to content

Hostname

usf.edu

Last fetched

usf.edu resolves to 3 IPv4 addresses operated by USF - UNIVERSITY OF SOUTH FLORIDA in US.

Nutrition Label

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

Resolution chain

usf.edu resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
131.247.1.40131.247.0.0/16AS5661USF - UNIVERSITY OF SOUTH FLORIDAUS
131.247.100.1131.247.0.0/16AS5661USF - UNIVERSITY OF SOUTH FLORIDAUS
52.141.216.22952.136.0.0/13AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationUS

WHOIS identity

WHOIS data is temporarily unavailable. Refresh in a moment to retry.

Subdomains

Subdomain count is temporarily unavailable. Refresh in a moment to retry.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for usf.edu.

Related pages

Pivot deeper into the graph from usf.edu.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "usf.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.