Skip to content

Hostname

floor.at

Last fetched

floor.at resolves to 3 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in US.

Nutrition Label

WHISPER CANON · floor.atRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/floor.at

Resolution chain

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

IPPrefixASNOperatorCountry
129.212.134.63129.212.132.0/22AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCUS
129.212.146.52129.212.144.0/20AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCUS
209.38.63.194209.38.60.0/22AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCUS

WHOIS identity

No WHOIS records are currently associated with floor.at in WhisperGraph.

Subdomains

71 observed subdomains of floor.at.

Web-graph footprint

Distinct hostnames that link to or from floor.at in the public web crawl.

Sample inbound links

Threat posture

History

Related pages

Pivot deeper into the graph from floor.at.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "floor.at"})-[: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.