Skip to content

Hostname

makecode.buildbee.com

Last fetched

makecode.buildbee.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · makecode.buildbee.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/makecode.buildbee.com

Resolution chain

makecode.buildbee.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.227.87.11813.227.87.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.227.87.3313.227.87.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.227.87.4613.227.87.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.227.87.9313.227.87.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.249.91.12013.249.88.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.249.91.5113.249.88.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.249.91.7913.249.88.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.249.91.8913.249.88.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.222.132.4152.222.128.0/21AS16509AMAZON-02 - Amazon.com, Inc.IE
52.222.132.5852.222.128.0/21AS16509AMAZON-02 - Amazon.com, Inc.IE
52.222.132.8952.222.128.0/21AS16509AMAZON-02 - Amazon.com, Inc.IE
52.222.132.9752.222.128.0/21AS16509AMAZON-02 - Amazon.com, Inc.IE

WHOIS identity

No WHOIS records are currently associated with makecode.buildbee.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from makecode.buildbee.com in the public web crawl.

Threat posture

History

Related pages

Pivot deeper into the graph from makecode.buildbee.com.

Cypher and MCP

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

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