Hostname
bugbee.com.br
Last fetched
bugbee.com.br resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
bugbee.com.br resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.226.209.100 | 13.226.209.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.209.109 | 13.226.209.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.209.57 | 13.226.209.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.209.99 | 13.226.209.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.239.225.12 | 18.239.224.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.239.225.126 | 18.239.224.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.239.225.81 | 18.239.224.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.239.225.90 | 18.239.224.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.152.123 | 99.84.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 99.84.152.89 | 99.84.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 99.84.152.9 | 99.84.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 99.84.152.98 | 99.84.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- —
- Organization
- eliakim augusto pieper
- Contact emails
Subdomains
18 observed subdomains of bugbee.com.br.
Web-graph footprint
Distinct hostnames that link to or from bugbee.com.br in the public web crawl.
11 sites link to this hostname.
29 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for bugbee.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | bugbee.com.br |
| SPF_INCLUDE | amazonses.com |
| SPF_IP | 177.70.28.2/32 |
| SPF_IP | 177.70.28.3 |
| SPF_MX | bugbee.com.br |
Related pages
Pivot deeper into the graph from bugbee.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bugbee.com.br"})-[: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.