Hostname
video-chat.live
Last fetched
video-chat.live resolves to 1 IPv4 address operated by AS49981 in NL. WHOIS lists iana:2374 as the registrar.
Nutrition Label
Resolution chain
video-chat.live resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.177.127.101 | 185.177.124.0/22 | AS49981 | — | NL |
WHOIS identity
- Registrar
- iana:2374
- Organization
- hosting ukraine
- Contact emails
Subdomains
4 observed subdomains of video-chat.live.
Showing 3 of 4. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from video-chat.live in the public web crawl.
320 sites link to this hostname.
13 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- video-chat.live
SPF policy
9 SPF mechanisms authorising senders for video-chat.live.
| Mechanism | Target |
|---|---|
| SPF_A | video-chat.live |
| SPF_IP | 144.76.146.17 |
| SPF_IP | 157.90.34.147 |
| SPF_IP | 168.119.0.168 |
| SPF_IP | 185.177.127.101 |
| SPF_IP | 46.4.17.155 |
| SPF_IP | 62.149.16.158 |
| SPF_IP | 62.149.16.160 |
| SPF_MX | video-chat.live |
Related pages
Pivot deeper into the graph from video-chat.live.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "video-chat.live"})-[: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.