Hostname
dls.gov.ua
Last fetched
dls.gov.ua resolves to 2 IPv4 addresses operated by KIEVNET - Kyiv Optic Networks ltd in UA.
Nutrition Label
Resolution chain
dls.gov.ua 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 |
|---|---|---|---|---|
| 92.244.99.200 | 92.244.96.0/19 | AS34056 | KIEVNET - Kyiv Optic Networks ltd | UA |
| 92.244.99.205 | 92.244.96.0/19 | AS34056 | KIEVNET - Kyiv Optic Networks ltd | UA |
WHOIS identity
No WHOIS records are currently associated with dls.gov.ua in WhisperGraph.
Subdomains
25 observed subdomains of dls.gov.ua.
Showing 23 of 25. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from dls.gov.ua in the public web crawl.
537 sites link to this hostname.
119 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for dls.gov.ua.
| Mechanism | Target |
|---|---|
| SPF_MX | dls.gov.ua |
Related pages
Pivot deeper into the graph from dls.gov.ua.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dls.gov.ua"})-[: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.