Hostname
utg.ua
Last fetched
utg.ua resolves to 10 IPv4 addresses operated by AKAMAI-ASN1 in DE. WHOIS lists iana:1378 as the registrar.
Nutrition Label
Resolution chain
utg.ua resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.126.37.129 | 104.126.36.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 104.126.37.178 | 104.126.36.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 104.94.100.40 | 104.94.100.0/24 | AS20940 | AKAMAI-ASN1 | PL |
| 104.94.100.56 | 104.94.100.0/24 | AS20940 | AKAMAI-ASN1 | PL |
| 121.254.136.121 | 121.254.128.0/17 | AS3786 | LGDACOM LG DACOM Corporation | KR |
| 121.254.136.251 | 121.254.128.0/17 | AS3786 | LGDACOM LG DACOM Corporation | KR |
| 2.23.7.24 | 2.23.7.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.23.7.9 | 2.23.7.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.162.212 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.162.215 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
- Registrar
- iana:1378
- Organization
- —
- Contact emails
Subdomains
22 observed subdomains of utg.ua.
Web-graph footprint
Distinct hostnames that link to or from utg.ua in the public web crawl.
215 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for utg.ua.
| Mechanism | Target |
|---|---|
| SPF_EXISTS | %{i}.spf.hc2253-87.eu.iphmx.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 213.156.94.21 |
| SPF_IP | 213.156.95.111 |
| SPF_IP | 213.156.95.99 |
| SPF_IP | 77.52.209.233 |
| SPF_MX | utg.ua |
Related pages
Pivot deeper into the graph from utg.ua.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "utg.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.