Hostname
pksoft.net
Last fetched
pksoft.net resolves to 2 IPv4 addresses operated by AS24940 in DE. WHOIS lists iana:1910 as the registrar.
Nutrition Label
Resolution chain
pksoft.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 |
|---|---|---|---|---|
| 94.130.21.235 | 94.130.0.0/16 | AS24940 | — | DE |
| 95.154.192.99 | 95.154.192.0/18 | AS20860 | — | GB |
WHOIS identity
- Registrar
- iana:1910
- Organization
- paraskevopoulos kostas
- Contact emails
Subdomains
6 observed subdomains of pksoft.net.
Web-graph footprint
Distinct hostnames that link to or from pksoft.net in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- pksoft.net
SPF policy
6 SPF mechanisms authorising senders for pksoft.net.
| Mechanism | Target |
|---|---|
| SPF_A | pksoft.net |
| SPF_IP | 217.194.215.5 |
| SPF_IP | 94.130.21.235 |
| SPF_IP | 95.154.192.76 |
| SPF_IP | 95.154.192.99 |
| SPF_MX | pksoft.net |
Related pages
Pivot deeper into the graph from pksoft.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pksoft.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.