Skip to content

Hostname

continuity-tech.app

Last fetched

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

Nutrition Label

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

Resolution chain

continuity-tech.app resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
52.85.78.11552.85.72.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.85.78.5052.85.72.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.85.78.8952.85.72.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.85.78.9352.85.72.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.160.1099.84.160.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.160.11199.84.160.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.160.399.84.160.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.160.5299.84.160.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:81
Organization
continuity sas
Contact emails

Subdomains

1 observed subdomain of continuity-tech.app.

Threat posture

History

Related pages

Pivot deeper into the graph from continuity-tech.app.

Cypher and MCP

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

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