Hostname
outdatedsoftware.cloud
Last fetched
outdatedsoftware.cloud resolves to 2 IPv4 addresses operated by GODADDY-SXB - Host Europe GmbH in DE. WHOIS lists iana:1390 as the registrar.
Nutrition Label
Resolution chain
outdatedsoftware.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 |
|---|---|---|---|---|
| 92.204.80.11 | 92.204.80.0/23 | AS21499 | GODADDY-SXB - Host Europe GmbH | DE |
| 95.217.119.233 | 95.217.0.0/16 | AS24940 | HETZNER-AS - Hetzner Online GmbH | FI |
WHOIS identity
- Registrar
- iana:1390
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of outdatedsoftware.cloud.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for outdatedsoftware.cloud.
| Mechanism | Target |
|---|---|
| SPF_A | outdatedsoftware.cloud |
| SPF_IP | 116.203.110.93 |
| SPF_IP | 2a01:4f9:4a:3528:0:0:0:2 |
| SPF_IP | 95.217.119.233 |
| SPF_MX | outdatedsoftware.cloud |
Related pages
Pivot deeper into the graph from outdatedsoftware.cloud.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "outdatedsoftware.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.