Hostname
lwcloud.it
Last fetched
lwcloud.it resolves to 2 IPv4 addresses operated by CDLAN-AS Milano in IT.
Nutrition Label
Resolution chain
lwcloud.it 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 |
|---|---|---|---|---|
| 5.253.198.37 | 5.253.198.0/24 | AS20836 | CDLAN-AS Milano | IT |
| 5.253.198.38 | 5.253.198.0/24 | AS20836 | CDLAN-AS Milano | IT |
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
5 SPF mechanisms authorising senders for lwcloud.it.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | interac.it |
| SPF_INCLUDE | spf.cloudisp.net |
| SPF_IP | 212.183.175.81/28 |
| SPF_IP | 5.253.198.0/24 |
| SPF_IP | 83.137.232.129/27 |
Related pages
Pivot deeper into the graph from lwcloud.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lwcloud.it"})-[: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.