Skip to content

Hostname

android-appboot.netflix.com

Last fetched

android-appboot.netflix.com resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · android-appboot.netflix.comRouting diversity4.2/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/android-appboot.netflix.com

Resolution chain

android-appboot.netflix.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.221.229.14018.220.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
3.129.196.2553.128.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
3.16.62.203.16.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
52.211.238.21652.208.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.IE
54.217.127.9954.216.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.IE
99.80.13.18499.80.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.IE

WHOIS identity

No WHOIS records are currently associated with android-appboot.netflix.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from android-appboot.netflix.com in the public web crawl.

Sample inbound links

Threat posture

History

Related pages

Pivot deeper into the graph from android-appboot.netflix.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "android-appboot.netflix.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.