Hostname
cnmf.com.br
Last fetched
cnmf.com.br resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BR.
Nutrition Label
Resolution chain
cnmf.com.br resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.231.84.227 | 18.231.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 54.232.199.120 | 54.232.192.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 54.232.228.48 | 54.232.192.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 54.233.97.136 | 54.233.64.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
WHOIS identity
- Registrar
- —
- Organization
- massey ferguson administradora de consorcios ltda.
- Contact emails
Subdomains
8 observed subdomains of cnmf.com.br.
Web-graph footprint
Distinct hostnames that link to or from cnmf.com.br in the public web crawl.
12 sites link to this hostname.
23 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for cnmf.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | cnmf.com.br |
| SPF_INCLUDE | _spf.rdstation.com.br |
| SPF_INCLUDE | mx.gatefy.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 177.47.250.5 |
| SPF_IP | 189.56.104.218 |
| SPF_MX | cnmf.com.br |
Related pages
Pivot deeper into the graph from cnmf.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cnmf.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.