Hostname
http-link.umecdev.deviot.cloud
Last fetched
http-link.umecdev.deviot.cloud resolves to 4 IPv4 addresses operated by AS24940 in FI.
Nutrition Label
Resolution chain
http-link.umecdev.deviot.cloud resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 135.181.19.237 | 135.181.0.0/16 | AS24940 | — | FI |
| 62.84.120.218 | 62.84.112.0/20 | AS200350 | — | RU |
| 65.109.92.143 | 65.109.0.0/16 | AS24940 | — | FI |
| 95.217.204.22 | 95.217.0.0/16 | AS24940 | — | FI |
WHOIS identity
No WHOIS records are currently associated with http-link.umecdev.deviot.cloud in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from http-link.umecdev.deviot.cloud.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "http-link.umecdev.deviot.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.