Hostname
nextcloudalt.laseratwork.com
Last fetched
nextcloudalt.laseratwork.com resolves to 2 IPv4 addresses operated by H3G-AUSTRIA-AS TELE2 AUSTRIA in AT.
Nutrition Label
Resolution chain
nextcloudalt.laseratwork.com 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 |
|---|---|---|---|---|
| 77.117.211.218 | 77.116.0.0/14 | AS25255 | H3G-AUSTRIA-AS TELE2 AUSTRIA | AT |
| 77.117.219.143 | 77.116.0.0/14 | AS25255 | H3G-AUSTRIA-AS TELE2 AUSTRIA | AT |
WHOIS identity
No WHOIS records are currently associated with nextcloudalt.laseratwork.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from nextcloudalt.laseratwork.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nextcloudalt.laseratwork.com"})-[: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.