Skip to content

Hostname

cumulus.lewin.nu

Last fetched

cumulus.lewin.nu resolves to 2 IPv4 addresses operated by TELIANET-SWEDEN - Telia Company AB in SE.

Nutrition Label

WHISPER CANON · cumulus.lewin.nuRouting diversity1.5/10Peering density7.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/cumulus.lewin.nu

Resolution chain

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

IPPrefixASNOperatorCountry
90.235.111.20090.224.0.0/12AS3301TELIANET-SWEDEN - Telia Company ABSE
90.238.152.13390.224.0.0/12AS3301TELIANET-SWEDEN - Telia Company ABSE

WHOIS identity

No WHOIS records are currently associated with cumulus.lewin.nu in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for cumulus.lewin.nu.

MechanismTarget
SPF_MXcumulus.lewin.nu

Related pages

Pivot deeper into the graph from cumulus.lewin.nu.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "cumulus.lewin.nu"})-[: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.