Hostname
hdcloud.com.br
Last fetched
hdcloud.com.br resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BR.
Nutrition Label
Resolution chain
hdcloud.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.228.229.224 | 18.228.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 54.207.224.63 | 54.207.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
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.
Threat posture
History
Mail and authentication
MX records
- hdcloud.com.br
SPF policy
10 SPF mechanisms authorising senders for hdcloud.com.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.hdcloud.com.br |
| SPF_IP | 104.248.233.181 |
| SPF_IP | 149.56.126.206 |
| SPF_IP | 149.56.133.143 |
| SPF_IP | 149.56.155.26 |
| SPF_IP | 158.69.79.112 |
| SPF_IP | 167.172.150.101/32 |
| SPF_IP | 18.228.229.224 |
| SPF_IP | 64.227.28.56 |
| SPF_IP | 68.183.141.192 |
Related pages
Pivot deeper into the graph from hdcloud.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hdcloud.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.