Hostname
adm.pl.ua
Last fetched
adm.pl.ua resolves to 1 IPv4 address operated by UKRTELNET - JSC "Ukrtelecom" in UA.
Nutrition Label
Resolution chain
adm.pl.ua resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 82.207.41.23 | 82.207.0.0/17 | AS6849 | UKRTELNET - JSC "Ukrtelecom" | UA |
WHOIS identity
No WHOIS records are currently associated with adm.pl.ua in WhisperGraph.
Subdomains
2 observed subdomains of adm.pl.ua.
| Subdomain |
|---|
| mail.adm.pl.ua |
| termix.adm.pl.ua |
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for adm.pl.ua.
| Mechanism | Target |
|---|---|
| SPF_A | adm.pl.ua |
| SPF_IP | 185.230.143.29 |
| SPF_MX | adm.pl.ua |
Related pages
Pivot deeper into the graph from adm.pl.ua.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "adm.pl.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.