Hostname
crm.fpnet.com.br
Last fetched
crm.fpnet.com.br resolves to 2 IPv4 addresses operated by AS16276 in CA.
Nutrition Label
Resolution chain
crm.fpnet.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 |
|---|---|---|---|---|
| 109.110.184.248 | 109.110.184.0/24 | AS16276 | — | CA |
| 109.110.184.248 | 109.110.184.0/24 | AS16276 | — | CA |
| 192.99.190.119 | 192.99.0.0/16 | AS16276 | — | BR |
WHOIS identity
No WHOIS records are currently associated with crm.fpnet.com.br in WhisperGraph.
Subdomains
1 observed subdomain of crm.fpnet.com.br.
| Subdomain |
|---|
| www.crm.fpnet.com.br |
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for crm.fpnet.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | crm.fpnet.com.br |
| SPF_IP | 177.11.52.0/24 |
| SPF_IP | 177.53.143.0/24 |
| SPF_IP | 177.53.143.136 |
| SPF_IP | 177.53.143.55 |
| SPF_IP | 177.53.143.7 |
| SPF_MX | crm.fpnet.com.br |
Related pages
Pivot deeper into the graph from crm.fpnet.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "crm.fpnet.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.