Hostname
curtlo.com.br
Last fetched
curtlo.com.br resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BR.
Nutrition Label
Resolution chain
curtlo.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 |
|---|---|---|---|---|
| 18.230.63.214 | 18.230.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 192.241.163.181 | 192.241.160.0/19 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | US |
WHOIS identity
- Registrar
- —
- Organization
- fernando jos? de oliveira
- Contact emails
Subdomains
3 observed subdomains of curtlo.com.br.
Web-graph footprint
Distinct hostnames that link to or from curtlo.com.br in the public web crawl.
59 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for curtlo.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | curtlo.com.br |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.antispamcloud.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 177.234.148.10 |
| SPF_MX | curtlo.com.br |
Related pages
Pivot deeper into the graph from curtlo.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "curtlo.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.