Hostname
broccoli.com.br
Last fetched
broccoli.com.br resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
broccoli.com.br resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.33.109.116 | 13.33.109.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.109.19 | 13.33.109.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.109.53 | 13.33.109.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.109.90 | 13.33.109.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.222.169.128 | 52.222.168.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 52.222.169.23 | 52.222.168.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 52.222.169.88 | 52.222.168.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 52.222.169.93 | 52.222.168.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
WHOIS identity
No WHOIS records are currently associated with broccoli.com.br in WhisperGraph.
Subdomains
2 observed subdomains of broccoli.com.br.
Web-graph footprint
Distinct hostnames that link to or from broccoli.com.br in the public web crawl.
2 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for broccoli.com.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.mail.hostinger.com |
Related pages
Pivot deeper into the graph from broccoli.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "broccoli.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.