Hostname
lokoz.net
Last fetched
lokoz.net resolves to 2 IPv4 addresses operated by AS20804 in PL. WHOIS lists iana:433 as the registrar.
Nutrition Label
Resolution chain
lokoz.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 |
|---|---|---|---|---|
| 81.15.235.235 | 81.16.140.0/24 | AS20804 | — | PL |
| 146.59.12.47 | 146.70.36.0/24 | AS16276 | — | PL |
WHOIS identity
- Registrar
- iana:433
- Organization
- basiewicz rafal
- Contact emails
Subdomains
129 observed subdomains of lokoz.net.
Showing 25 of 129. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from lokoz.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 lokoz.net.
| Mechanism | Target |
|---|---|
| SPF_A | lokoz.net |
| SPF_IP | 46.29.17.235 |
| SPF_IP | 81.15.235.235 |
| SPF_IP | 83.19.176.186 |
| SPF_MX | lokoz.net |
Related pages
Pivot deeper into the graph from lokoz.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lokoz.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.