Hostname
bellotech.com
Last fetched
bellotech.com resolves to 15 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
bellotech.com resolves to 15 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 16.12.89.251 | 16.12.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.78.229 | 3.5.78.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.78.238 | 3.5.78.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.78.51 | 3.5.78.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.81.44 | 3.5.81.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.218.188.35 | 52.218.188.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.218.221.114 | 52.218.221.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.218.236.170 | 52.218.236.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.218.242.50 | 52.218.242.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.133.131 | 52.92.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.179.251 | 52.92.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.203.43 | 52.92.200.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.232.91 | 52.92.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.237.11 | 52.92.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.92.240.3 | 52.92.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:81
- Organization
- chris turra
- Contact emails
Subdomains
1 observed subdomain of bellotech.com.
| Subdomain |
|---|
| www.bellotech.com |
Threat posture
History
Mail and authentication
Related pages
Pivot deeper into the graph from bellotech.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bellotech.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.