Skip to content

Hostname

false2d.com

Last fetched

false2d.com resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:1001 as the registrar.

Nutrition Label

WHISPER CANON · false2d.comRouting diversity6.0/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint8.3/10canon.whisper.security/host/false2d.com

Resolution chain

false2d.com resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
16.12.100.2716.12.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.78.2083.5.78.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.86.2453.5.86.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.168.25052.218.168.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.170.9952.218.170.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.185.13852.218.185.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.205.17052.218.205.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.234.17852.218.234.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.128.23552.92.128.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.139.11552.92.136.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.148.7552.92.144.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.206.1152.92.200.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.207.13152.92.200.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.211.10752.92.208.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.229.9152.92.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.233.352.92.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:1001
Organization
kilobite
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from false2d.com.

Cypher and MCP

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

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

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