Hostname
securepoint.cloud
Last fetched
securepoint.cloud resolves to 3 IPv4 addresses operated by HETZNER-AS in DE.
Nutrition Label
Resolution chain
securepoint.cloud resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 138.201.62.170 | 138.201.0.0/16 | AS24940 | HETZNER-AS | DE |
| 138.201.63.14 | 138.201.0.0/16 | AS24940 | HETZNER-AS | DE |
| 85.214.160.52 | 85.214.0.0/15 | AS6724 | STRATO STRATO AG | 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.
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for securepoint.cloud.
| Mechanism | Target |
|---|---|
| SPF_A | mx0.securepoint.de |
| SPF_A | mx1.securepoint.de |
| SPF_A | securepoint.cloud |
| SPF_IP | 185.35.13.210 |
| SPF_IP | 195.4.128.26 |
| SPF_IP | 85.209.185.139 |
| SPF_IP | 87.139.55.127 |
| SPF_MX | securepoint.cloud |
Related pages
Pivot deeper into the graph from securepoint.cloud.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "securepoint.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.