Hostname
uckpa.net
Last fetched
uckpa.net resolves to 2 IPv4 addresses operated by AS25490 in RU. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
uckpa.net 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 |
|---|---|---|---|---|
| 193.33.133.25 | 193.33.132.0/23 | AS25490 | — | RU |
| 91.230.54.68 | 91.230.54.0/24 | AS25490 | — | RU |
WHOIS identity
- Registrar
- iana:303
- Organization
- alexandr kutukov
- Contact emails
Subdomains
2 observed subdomains of uckpa.net.
| Subdomain |
|---|
| mail.uckpa.net |
| www.uckpa.net |
Web-graph footprint
Distinct hostnames that link to or from uckpa.net in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for uckpa.net.
| Mechanism | Target |
|---|---|
| SPF_A | uckpa.net |
| SPF_IP | 193.33.132.0/24 |
| SPF_IP | 91.230.54.217 |
| SPF_IP | 91.230.54.68 |
| SPF_MX | uckpa.net |
Related pages
Pivot deeper into the graph from uckpa.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "uckpa.net"})-[: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.