Hostname
dengi.kg
Last fetched
dengi.kg resolves to 2 IPv4 addresses operated by NURTELECOM-AS-RIPE - NUR Telecom LLC in KG.
Nutrition Label
Resolution chain
dengi.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 |
|---|---|---|---|---|
| 194.152.37.28 | 194.152.37.0/24 | AS47237 | NURTELECOM-AS-RIPE - NUR Telecom LLC | KG |
| 194.152.37.29 | 194.152.37.0/24 | AS47237 | NURTELECOM-AS-RIPE - NUR Telecom LLC | KG |
WHOIS identity
No WHOIS records are currently associated with dengi.kg in WhisperGraph.
Subdomains
6 observed subdomains of dengi.kg.
Web-graph footprint
Distinct hostnames that link to or from dengi.kg in the public web crawl.
32 sites link to this hostname.
29 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for dengi.kg.
| Mechanism | Target |
|---|---|
| SPF_A | mail.dengi.kg |
| SPF_IP | 194.152.36.4 |
Related pages
Pivot deeper into the graph from dengi.kg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dengi.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.