Hostname
transcoder.revidd.com
Last fetched
transcoder.revidd.com resolves to 5 IPv4 addresses operated by AS24940 in DE.
Nutrition Label
Resolution chain
transcoder.revidd.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 128.140.49.12 | 128.140.0.0/17 | AS24940 | — | DE |
| 159.69.119.192 | 159.69.0.0/16 | AS24940 | — | DE |
| 49.12.246.237 | 49.12.0.0/16 | AS24940 | — | DE |
| 49.13.57.4 | 49.13.0.0/16 | AS24940 | — | DE |
| 88.198.193.102 | 88.198.0.0/16 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with transcoder.revidd.com in WhisperGraph.
Subdomains
1 observed subdomain of transcoder.revidd.com.
| Subdomain |
|---|
| gpu.transcoder.revidd.com |
Threat posture
History
Related pages
Pivot deeper into the graph from transcoder.revidd.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "transcoder.revidd.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.