Skip to content

Hostname

bo.test.dev.mynt.com

Last fetched

bo.test.dev.mynt.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in ZA.

Nutrition Label

WHISPER CANON · bo.test.dev.mynt.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/bo.test.dev.mynt.com

Resolution chain

bo.test.dev.mynt.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.160.170.1193.160.168.0/22AS16509AMAZON-02 - Amazon.com, Inc.ZA
3.160.170.273.160.168.0/22AS16509AMAZON-02 - Amazon.com, Inc.ZA
3.160.170.793.160.168.0/22AS16509AMAZON-02 - Amazon.com, Inc.ZA
3.160.170.803.160.168.0/22AS16509AMAZON-02 - Amazon.com, Inc.ZA
3.171.198.1083.171.196.0/22AS16509AMAZON-02 - Amazon.com, Inc.SG
3.171.198.1263.171.196.0/22AS16509AMAZON-02 - Amazon.com, Inc.SG
3.171.198.173.171.196.0/22AS16509AMAZON-02 - Amazon.com, Inc.SG
3.171.198.263.171.196.0/22AS16509AMAZON-02 - Amazon.com, Inc.SG

WHOIS identity

No WHOIS records are currently associated with bo.test.dev.mynt.com in WhisperGraph.

Subdomains

1 observed subdomain of bo.test.dev.mynt.com.

Threat posture

History

Related pages

Pivot deeper into the graph from bo.test.dev.mynt.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "bo.test.dev.mynt.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.