Skip to content

Hostname

close.app

Last fetched

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

Nutrition Label

WHISPER CANON · close.appRouting diversity6.0/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency6.7/10Resolver footprint4.6/10canon.whisper.security/host/close.app

Resolution chain

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

IPPrefixASNOperatorCountry
3.5.78.263.5.78.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.79.2523.5.79.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.81.523.5.81.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.83.663.5.83.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.87.2323.5.87.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.182.10652.218.182.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.197.6652.218.197.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.218.4252.218.218.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.235.2652.218.235.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.236.9052.218.236.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.249.22652.218.249.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.176.13952.92.176.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.188.1152.92.184.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.206.2752.92.200.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.237.6752.92.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.238.25152.92.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:81
Organization
elastic
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from close.app.

Cypher and MCP

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

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