Skip to content

Hostname

new.bodapps.com

Last fetched

new.bodapps.com resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in HK.

Nutrition Label

WHISPER CANON · new.bodapps.comRouting diversity3.0/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/new.bodapps.com

Resolution chain

new.bodapps.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.163.14.818.163.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.HK
18.167.177.20518.166.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.HK
18.167.177.5618.166.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.HK
43.199.245.11543.198.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.HK

WHOIS identity

No WHOIS records are currently associated with new.bodapps.com in WhisperGraph.

Subdomains

1 observed subdomain of new.bodapps.com.

Threat posture

History

Related pages

Pivot deeper into the graph from new.bodapps.com.

Cypher and MCP

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

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