Skip to content

Hostname

android.myapp.com

Last fetched

android.myapp.com resolves to 2 IPv4 addresses operated by COLLEGEOFTHEMAINLAND-1 - College of the Mainland in HK.

Nutrition Label

WHISPER CANON · android.myapp.comRouting diversity1.5/10Peering density6.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/android.myapp.com

Resolution chain

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

IPPrefixASNOperatorCountry
129.226.106.5129.226.96.0/20AS132203COLLEGEOFTHEMAINLAND-1 - College of the MainlandHK
129.226.107.102129.226.96.0/20AS132203COLLEGEOFTHEMAINLAND-1 - College of the MainlandHK

WHOIS identity

No WHOIS records are currently associated with android.myapp.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from android.myapp.com in the public web crawl.

525 sites link to this hostname.

Sample outbound links

Threat posture

History

Related pages

Pivot deeper into the graph from android.myapp.com.

Cypher and MCP

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

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