Hostname
floorplans.com
Last fetched
floorplans.com resolves to 12 IPv4 addresses operated by AS64073 in US. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
floorplans.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.159.227.109 | 0.0.0.0/0 | AS64073 | — | US |
| 108.159.227.124 | 0.0.0.0/0 | AS64073 | — | US |
| 108.159.227.2 | 0.0.0.0/0 | AS64073 | — | US |
| 108.159.227.32 | 0.0.0.0/0 | AS64073 | — | US |
| 65.8.131.52 | 65.8.130.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.8.131.59 | 65.8.130.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.8.131.79 | 65.8.130.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.8.131.8 | 65.8.130.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 99.86.240.72 | 99.86.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 99.86.240.75 | 99.86.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 99.86.240.84 | 99.86.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 99.86.240.89 | 99.86.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:48
- Organization
- dns admin
- Contact emails
Subdomains
2 observed subdomains of floorplans.com.
Web-graph footprint
Distinct hostnames that link to or from floorplans.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
Related pages
Pivot deeper into the graph from floorplans.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "floorplans.com"})-[: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.