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