Hostname
cmaa.ind.br
Last fetched
cmaa.ind.br resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA.
Nutrition Label
Resolution chain
cmaa.ind.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 |
|---|---|---|---|---|
| 3.33.218.80 | 3.33.208.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 75.2.47.82 | 75.2.32.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with cmaa.ind.br in WhisperGraph.
Subdomains
13 observed subdomains of cmaa.ind.br.
Web-graph footprint
Distinct hostnames that link to or from cmaa.ind.br in the public web crawl.
21 sites link to this hostname.
29 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for cmaa.ind.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 144.22.234.250 |
| SPF_IP | 170.80.244.18 |
| SPF_IP | 177.66.190.116 |
| SPF_IP | 189.112.161.34 |
| SPF_IP | 189.112.68.189 |
| SPF_IP | 190.7.179.14 |
| SPF_IP | 190.7.182.130 |
| SPF_IP | 201.48.195.116 |
Related pages
Pivot deeper into the graph from cmaa.ind.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cmaa.ind.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.