Hostname
hextra.cloud
Last fetched
hextra.cloud resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IT. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
hextra.cloud 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 |
|---|---|---|---|---|
| 15.160.64.78 | 15.160.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 46.28.24.109 | 46.28.24.0/21 | AS51300 | FASTALP-AS | IT |
WHOIS identity
- Registrar
- iana:48
- Organization
- hextra srl societa/ditta
- Contact emails
Subdomains
51 observed subdomains of hextra.cloud.
Showing 25 of 51. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for hextra.cloud.
| Mechanism | Target |
|---|---|
| SPF_A | posta.hextra.it |
| SPF_A | smtp.hextra.it |
| SPF_INCLUDE | amazonses.com |
| SPF_IP | 15.161.172.61 |
| SPF_IP | 18.102.47.33 |
| SPF_IP | 35.152.36.35 |
| SPF_IP | 46.28.24.90 |
| SPF_IP | 46.28.24.91 |
| SPF_IP | 46.28.24.92 |
| SPF_IP | 46.28.24.93 |
| SPF_IP | 46.28.24.94 |
Related pages
Pivot deeper into the graph from hextra.cloud.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hextra.cloud"})-[: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.