Hostname
comix.com.br
Last fetched
comix.com.br resolves to 1 IPv4 address operated by AS270517 in BR.
Nutrition Label
Resolution chain
comix.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 |
|---|---|---|---|---|
| 187.73.185.157 | 187.73.185.0/24 | AS270517 | — | BR |
WHOIS identity
- Registrar
- —
- Organization
- camilo jose de freitas rodrigues
- Contact emails
Subdomains
5 observed subdomains of comix.com.br.
Web-graph footprint
Distinct hostnames that link to or from comix.com.br in the public web crawl.
258 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for comix.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | comix.com.br |
| SPF_INCLUDE | _spf.letti.com.br |
| SPF_INCLUDE | _spf2.letti.com.br |
| SPF_IP | 187.73.184.120 |
| SPF_MX | comix.com.br |
Related pages
Pivot deeper into the graph from comix.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "comix.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.