Hostname
original.com.br
Last fetched
original.com.br resolves to 15 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
original.com.br resolves to 15 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.18.37.199 | 104.18.37.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.64.150.57 | 172.64.150.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 184.86.103.210 | 184.86.103.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 184.86.103.217 | 184.86.103.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.204.68 | 2.16.204.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.204.89 | 2.16.204.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.17.100.168 | 2.17.100.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.17.100.210 | 2.17.100.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.17.100.251 | 2.17.100.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.21.239.17 | 2.21.239.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.21.239.27 | 2.21.239.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.53.43.65 | 23.53.40.0/22 | AS20940 | AKAMAI-ASN1 | DE |
| 23.53.43.72 | 23.53.40.0/22 | AS20940 | AKAMAI-ASN1 | DE |
| 95.101.111.148 | 95.101.111.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 95.101.111.187 | 95.101.111.0/24 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from original.com.br in the public web crawl.
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for original.com.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from original.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "original.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.