Hostname
videocom.kg
Last fetched
videocom.kg resolves to 2 IPv4 addresses operated by AS41750 in KG.
Nutrition Label
Resolution chain
videocom.kg 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.235.16.190 | 77.235.16.0/20 | AS41750 | — | KG |
| 91.205.50.178 | 91.205.48.0/22 | AS207369 | — | KG |
WHOIS identity
No WHOIS records are currently associated with videocom.kg in WhisperGraph.
Subdomains
1 observed subdomain of videocom.kg.
| Subdomain |
|---|
| www.videocom.kg |
Web-graph footprint
Distinct hostnames that link to or from videocom.kg in the public web crawl.
6 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for videocom.kg.
| Mechanism | Target |
|---|---|
| SPF_A | videocom.kg |
| SPF_INCLUDE | spf.unisender.com |
| SPF_MX | videocom.kg |
Related pages
Pivot deeper into the graph from videocom.kg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "videocom.kg"})-[: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.