Hostname
marmil.com.br
Last fetched
marmil.com.br resolves to 1 IPv4 address operated by AS265262 in BR.
Nutrition Label
Resolution chain
marmil.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 |
|---|---|---|---|---|
| 168.0.134.57 | 168.0.168.0/23 | AS265262 | — | BR |
WHOIS identity
No WHOIS records are currently associated with marmil.com.br in WhisperGraph.
Subdomains
2 observed subdomains of marmil.com.br.
Web-graph footprint
Distinct hostnames that link to or from marmil.com.br in the public web crawl.
558 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for marmil.com.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.uni5.net |
| SPF_INCLUDE | spf.skymail.net.br |
| SPF_IP | 177.223.221.0/24 |
| SPF_IP | 177.36.16.0/20 |
| SPF_IP | 177.47.96.0/19 |
| SPF_IP | 177.74.160.0/20 |
| SPF_IP | 177.91.0.0/22 |
Related pages
Pivot deeper into the graph from marmil.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "marmil.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.