Hostname
montecarlo.com.br
Last fetched
montecarlo.com.br resolves to 4 IPv4 addresses operated by GOOGLE-CLOUD-PLATFORM - Google LLC in US.
Nutrition Label
Resolution chain
montecarlo.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 |
|---|---|---|---|---|
| 34.120.54.55 | 34.120.0.0/14 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
| 52.35.156.199 | 52.32.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.32.122.94 | 52.32.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 16.148.147.194 | 16.148.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- —
- Organization
- jackson a.andrade
- Contact emails
Subdomains
30 observed subdomains of montecarlo.com.br.
Showing 23 of 30. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from montecarlo.com.br in the public web crawl.
83 sites link to this hostname.
26 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for montecarlo.com.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.locaweb.com.br |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.shopback.com.br |
| SPF_INCLUDE | spf.virtualtarget.com.br |
| SPF_INCLUDE | spf1.auinmeio.com.br |
| SPF_INCLUDE | spf2.auinmeio.com.br |
| SPF_MX | email.montecarlo.com.br |
Related pages
Pivot deeper into the graph from montecarlo.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "montecarlo.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.