Hostname
stage-dev.trend.at
Last fetched
stage-dev.trend.at resolves to 2 IPv4 addresses operated by REALMEDIA-AS Bld. Victor Babes, nr. 2 in AT.
Nutrition Label
Resolution chain
stage-dev.trend.at 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 |
|---|---|---|---|---|
| 185.150.8.220 | 185.150.8.0/22 | AS61098 | REALMEDIA-AS Bld. Victor Babes, nr. 2 | AT |
| 194.182.183.88 | 194.182.180.0/22 | AS61098 | REALMEDIA-AS Bld. Victor Babes, nr. 2 | DE |
WHOIS identity
No WHOIS records are currently associated with stage-dev.trend.at in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from stage-dev.trend.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "stage-dev.trend.at"})-[: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.