Skip to content

Hostname

luckycloud.de

Last fetched

luckycloud.de resolves to 2 IPv4 addresses operated by LUCKYCLOUD in DE.

Nutrition Label

WHISPER CANON · luckycloud.deRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/luckycloud.de

Resolution chain

luckycloud.de resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
193.135.28.22193.135.28.0/24AS207298LUCKYCLOUDDE
193.135.28.23193.135.28.0/24AS207298LUCKYCLOUDDE

WHOIS identity

No WHOIS records are currently associated with luckycloud.de in WhisperGraph.

Subdomains

100 observed subdomains of luckycloud.de.

Web-graph footprint

Distinct hostnames that link to or from luckycloud.de in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for luckycloud.de.

MechanismTarget
SPF_INCLUDEspf.luckycloud.de
SPF_MXluckycloud.de

Related pages

Pivot deeper into the graph from luckycloud.de.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "luckycloud.de"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.