Hostname
megamold.com.br
Last fetched
megamold.com.br resolves to 2 IPv4 addresses operated by AS28660 in BR. WHOIS lists registrar:turbosite (12) as the registrar.
Nutrition Label
Resolution chain
megamold.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 |
|---|---|---|---|---|
| 201.87.225.29 | 201.87.224.0/22 | AS28660 | — | BR |
| 201.87.226.200 | 201.87.224.0/22 | AS28660 | — | BR |
WHOIS identity
- Registrar
- registrar:turbosite (12)
- Organization
- rodrigo mendes
- Contact emails
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for megamold.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | megamold.com.br |
| SPF_IP | 201.87.225.0/24 |
| SPF_MX | megamold.com.br |
Related pages
Pivot deeper into the graph from megamold.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "megamold.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.