Hostname
mimar.com.br
Last fetched
mimar.com.br resolves to 2 IPv4 addresses operated by AS53243 - Brasil Site Informatica LTDA in BR.
Nutrition Label
Resolution chain
mimar.com.br resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 177.53.140.208 | 177.53.140.0/24 | AS53243 | AS53243 - Brasil Site Informatica LTDA | BR |
| 177.53.140.88 | 177.53.140.0/24 | AS53243 | AS53243 - Brasil Site Informatica LTDA | BR |
WHOIS identity
- Registrar
- —
- Organization
- mimar lingerie eireli
- Contact emails
Subdomains
11 observed subdomains of mimar.com.br.
Web-graph footprint
Distinct hostnames that link to or from mimar.com.br in the public web crawl.
5 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for mimar.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | mimar.com.br |
| SPF_INCLUDE | _spf.locaweb.com.br |
| SPF_INCLUDE | mimspf.mimar.com.br |
| SPF_INCLUDE | spf.mbdlv.com.br |
| SPF_IP | 177.53.140.96 |
| SPF_IP | 177.53.142.64 |
| SPF_MX | mimar.com.br |
Related pages
Pivot deeper into the graph from mimar.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mimar.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.