Skip to content

Hostname

api.bazaar-world.com

Last fetched

api.bazaar-world.com resolves to 6 IPv4 addresses operated by ANTICLOCKWISE-AS-AP Anticlockwise Pty Ltd in MY.

Nutrition Label

WHISPER CANON · api.bazaar-world.comRouting diversity4.2/10Peering density6.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/api.bazaar-world.com

Resolution chain

api.bazaar-world.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
101.99.76.116101.99.76.0/24AS45839ANTICLOCKWISE-AS-AP Anticlockwise Pty LtdMY
101.99.92.119101.99.92.0/24AS45839ANTICLOCKWISE-AS-AP Anticlockwise Pty LtdMY
193.233.202.218193.233.202.0/24AS210644QUALITY TELECOMUNICACOES LTDAMD
193.233.203.246193.233.203.0/24AS210644QUALITY TELECOMUNICACOES LTDAMD
194.110.247.224194.110.247.0/24AS200019AS-RM-817 - Ruoff MortgageMD
217.156.66.70217.156.66.0/24AS48753OpenLaboratory NetworkMD

WHOIS identity

No WHOIS records are currently associated with api.bazaar-world.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from api.bazaar-world.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "api.bazaar-world.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.