Hostname
kitchenaid.com.br
Last fetched
kitchenaid.com.br resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
kitchenaid.com.br resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 54.200.65.128 | 54.200.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- —
- Organization
- whirlpool br
- Contact emails
Subdomains
13 observed subdomains of kitchenaid.com.br.
Web-graph footprint
Distinct hostnames that link to or from kitchenaid.com.br in the public web crawl.
224 sites link to this hostname.
40 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for kitchenaid.com.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.mandic.com.br |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.smtp-avancado.com |
| SPF_IP | 107.23.43.204/32 |
| SPF_IP | 50.97.176.131 |
| SPF_IP | 50.97.176.135 |
| SPF_IP | 54.236.213.237/32 |
Related pages
Pivot deeper into the graph from kitchenaid.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kitchenaid.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.