Skip to content

Hostname

thryv.backupta.app

Last fetched

thryv.backupta.app resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.

Nutrition Label

WHISPER CANON · thryv.backupta.appRouting diversity3.0/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/thryv.backupta.app

Resolution chain

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

IPPrefixASNOperatorCountry
18.173.205.2318.173.204.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
18.173.205.3818.173.204.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
18.173.205.5118.173.204.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
18.173.205.6318.173.204.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
54.241.58.24254.241.0.0/17AS16509AMAZON-02 - Amazon.com, Inc.US
54.67.64.11754.67.0.0/17AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with thryv.backupta.app in WhisperGraph.

Subdomains

1 observed subdomain of thryv.backupta.app.

Threat posture

History

Related pages

Pivot deeper into the graph from thryv.backupta.app.

Cypher and MCP

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

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