Hostname
pokupon.ua
Last fetched
pokupon.ua resolves to 1 IPv4 address operated by GOOGLE-CLOUD-PLATFORM - Google LLC in US. WHOIS lists iana:1405 as the registrar.
Nutrition Label
Resolution chain
pokupon.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 |
|---|---|---|---|---|
| 34.117.72.25 | 34.116.0.0/14 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
WHOIS identity
- Registrar
- iana:1405
- Organization
- —
- Contact emails
- —
Subdomains
260 observed subdomains of pokupon.ua.
Showing 25 of 260. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from pokupon.ua in the public web crawl.
344 sites link to this hostname.
852 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for pokupon.ua.
| Mechanism | Target |
|---|---|
| SPF_A | pokupon.ua |
| SPF_INCLUDE | spf2.esputnik.com |
| SPF_IP | 144.76.153.245 |
| SPF_IP | 212.26.136.115 |
| SPF_IP | 212.26.136.118 |
| SPF_IP | 34.117.72.25 |
| SPF_IP | 66.220.144.128/25 |
| SPF_IP | 66.220.155.0/24 |
| SPF_IP | 66.220.157.0/25 |
| SPF_IP | 69.171.232.0/24 |
| SPF_IP | 69.171.244.0/23 |
| SPF_IP | 69.63.178.128/25 |
| SPF_IP | 69.63.181.0/24 |
| SPF_IP | 69.63.184.0/25 |
| SPF_MX | pokupon.ua |
Related pages
Pivot deeper into the graph from pokupon.ua.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pokupon.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.