Hostname
crefisinha.com.br
Last fetched
crefisinha.com.br resolves to 2 IPv4 addresses operated by AS20940 in BR.
Nutrition Label
Resolution chain
crefisinha.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 |
|---|---|---|---|---|
| 2.16.169.137 | 2.16.169.0/24 | AS20940 | — | BR |
| 2.16.169.145 | 2.16.169.0/24 | AS20940 | — | BR |
WHOIS identity
No WHOIS records are currently associated with crefisinha.com.br in WhisperGraph.
Subdomains
3 observed subdomains of crefisinha.com.br.
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for crefisinha.com.br.
| Mechanism | Target |
|---|---|
| SPF_IP | 177.25.30.28/32 |
| SPF_IP | 177.25.30.29/32 |
| SPF_IP | 189.112.123.81/32 |
| SPF_IP | 189.44.102.156/32 |
| SPF_IP | 189.44.89.106/32 |
| SPF_IP | 189.57.167.228/32 |
| SPF_IP | 189.90.15.114/32 |
| SPF_IP | 200.231.64.3/32 |
| SPF_IP | 201.48.232.41/32 |
| SPF_IP | 201.48.232.42/32 |
Related pages
Pivot deeper into the graph from crefisinha.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "crefisinha.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.