Hostname
api1.revidd.video
Last fetched
api1.revidd.video resolves to 4 IPv4 addresses operated by AS24940 in DE.
Nutrition Label
Resolution chain
api1.revidd.video 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 |
|---|---|---|---|---|
| 157.90.253.85 | 157.90.0.0/16 | AS24940 | — | DE |
| 49.13.26.112 | 49.13.0.0/16 | AS24940 | — | DE |
| 5.75.243.201 | 5.75.128.0/17 | AS24940 | — | DE |
| 5.75.247.190 | 5.75.128.0/17 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with api1.revidd.video in WhisperGraph.
Subdomains
28 observed subdomains of api1.revidd.video.
Showing 25 of 28. View all subdomains →
Threat posture
History
Related pages
Pivot deeper into the graph from api1.revidd.video.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api1.revidd.video"})-[: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.