Hostname
ashua.com.br
Last fetched
ashua.com.br resolves to 1 IPv4 address operated by AS10429 in BR.
Nutrition Label
Resolution chain
ashua.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 |
|---|---|---|---|---|
| 200.205.47.4 | 200.205.0.0/17 | AS10429 | — | BR |
WHOIS identity
- Registrar
- —
- Organization
- lojas renner
- Contact emails
Subdomains
1 observed subdomain of ashua.com.br.
| Subdomain |
|---|
| www.ashua.com.br |
Web-graph footprint
Distinct hostnames that link to or from ashua.com.br in the public web crawl.
11 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for ashua.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | ashua.com.br |
| SPF_INCLUDE | _spf.inbenta.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 177.159.103.192/27 |
| SPF_IP | 177.99.240.1/27 |
| SPF_IP | 187.32.203.75 |
| SPF_IP | 200.213.28.128/26 |
| SPF_IP | 200.248.92.0/26 |
| SPF_MX | ashua.com.br |
Related pages
Pivot deeper into the graph from ashua.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ashua.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.