Hostname
b2dimage.b2dcom.com.br
Last fetched
b2dimage.b2dcom.com.br resolves to 7 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
b2dimage.b2dcom.com.br resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.189.133.24 | 18.189.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.190.44.139 | 18.190.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.13.5.56 | 3.13.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.132.188.189 | 3.132.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.133.227.151 | 3.132.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.139.183.150 | 3.136.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.23.227.207 | 3.20.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with b2dimage.b2dcom.com.br in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for b2dimage.b2dcom.com.br.
| Mechanism | Target |
|---|---|
| SPF_IP | 128.127.108.128/26 |
| SPF_IP | 128.127.110.192/26 |
| SPF_IP | 151.80.72.160/27 |
| SPF_IP | 176.31.205.128/27 |
| SPF_IP | 185.10.59.192/26 |
| SPF_IP | 5.135.116.0/26 |
| SPF_IP | 5.196.150.0/24 |
| SPF_IP | 71.19.244.0/24 |
| SPF_IP | 92.222.132.224/27 |
| SPF_IP | 94.23.77.72/30 |
Related pages
Pivot deeper into the graph from b2dimage.b2dcom.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "b2dimage.b2dcom.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.