Hostname
ns2cloud.com
Last fetched
ns2cloud.com resolves to 10 IPv4 addresses operated by AS20940 in DE. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
ns2cloud.com resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
Subdomains
36 observed subdomains of ns2cloud.com.
Showing 25 of 36. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for ns2cloud.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_IP | 23.249.210.7 |
| SPF_IP | 23.249.212.112 |
| SPF_IP | 23.249.212.113 |
| SPF_IP | 23.249.212.123 |
| SPF_IP | 23.249.212.124 |
| SPF_IP | 52.222.44.101 |
| SPF_IP | 52.61.225.250 |
| SPF_IP | 52.61.86.144 |
| SPF_IP | 8.46.44.30 |
| SPF_IP | 96.127.104.81 |
| SPF_IP | 96.127.62.137 |
| SPF_IP | 96.127.88.154 |
| SPF_MX | ns2cloud.com |
Related pages
Pivot deeper into the graph from ns2cloud.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ns2cloud.com"})-[: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.