Hostname
elements.cloud
Last fetched
elements.cloud resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:1390 as the registrar.
Nutrition Label
Resolution chain
elements.cloud resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
- Registrar
- iana:1390
- Organization
- domains by proxy,
- Contact emails
Subdomains
31 observed subdomains of elements.cloud.
Showing 25 of 31. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from elements.cloud in the public web crawl.
163 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- alt1.aspmx.l.google.com
- alt1.aspmx.l.google.com
- alt2.aspmx.l.google.com
- alt2.aspmx.l.google.com
- alt3.aspmx.l.google.com
- alt3.aspmx.l.google.com
- alt4.aspmx.l.google.com
- alt4.aspmx.l.google.com
- aspmx.l.google.com
- aspmx.l.google.com
- inbound-smtp.eu-west-1.amazonaws.com
- inbound-smtp.eu-west-1.amazonaws.com
- ms20974435.msv1.invalid
SPF policy
17 SPF mechanisms authorising senders for elements.cloud.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 22192931.spf04.hubspotemail.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | docebosaas.com |
| SPF_INCLUDE | stspg-customer.com |
| SPF_IP | 104.40.229.156/32 |
| SPF_IP | 148.105.8.0/21 |
| SPF_IP | 18.132.5.147/32 |
| SPF_IP | 198.2.128.0/18 |
| SPF_IP | 20.50.220.144/28 |
| SPF_IP | 205.201.128.0/20 |
| SPF_IP | 35.177.22.237/32 |
| SPF_IP | 40.127.253.48/28 |
| SPF_IP | 51.140.159.48/32 |
| SPF_IP | 52.169.0.179/32 |
| SPF_IP | 52.56.150.127/32 |
Related pages
Pivot deeper into the graph from elements.cloud.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "elements.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.