Hostname
processo2.redemarcela.com.br
Last fetched
processo2.redemarcela.com.br resolves to 2 IPv4 addresses operated by AS16276 in CA.
Nutrition Label
Resolution chain
processo2.redemarcela.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 |
|---|---|---|---|---|
| 158.69.226.16 | 158.69.0.0/16 | AS16276 | — | CA |
| 158.69.54.43 | 158.69.0.0/16 | AS16276 | — | CA |
WHOIS identity
No WHOIS records are currently associated with processo2.redemarcela.com.br in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for processo2.redemarcela.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | processo2.redemarcela.com.br |
| SPF_INCLUDE | _spf.etacloud.net |
| SPF_IP | 104.129.168.130 |
| SPF_IP | 149.56.116.188 |
| SPF_IP | 158.69.118.68 |
| SPF_IP | 158.69.226.16 |
| SPF_IP | 158.69.54.43 |
| SPF_IP | 167.114.164.246 |
| SPF_IP | 192.198.88.178 |
| SPF_IP | 198.15.91.194 |
| SPF_IP | 51.161.108.124 |
| SPF_MX | processo2.redemarcela.com.br |
Related pages
Pivot deeper into the graph from processo2.redemarcela.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "processo2.redemarcela.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.