Hostname
prolkw.com
Last fetched
prolkw.com resolves to 2 IPv4 addresses operated by AS5606 in RO. WHOIS lists iana:1647 as the registrar.
Nutrition Label
Resolution chain
prolkw.com 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 |
|---|---|---|---|---|
| 217.156.86.37 | 217.156.86.0/24 | AS5606 | — | RO |
| 80.97.162.139 | 80.97.162.0/24 | AS44043 | — | RO |
WHOIS identity
- Registrar
- iana:1647
- Organization
- —
- Contact emails
- —
Subdomains
24 observed subdomains of prolkw.com.
Web-graph footprint
Distinct hostnames that link to or from prolkw.com in the public web crawl.
38 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- prolkw.com
SPF policy
5 SPF mechanisms authorising senders for prolkw.com.
| Mechanism | Target |
|---|---|
| SPF_A | prolkw.com |
| SPF_INCLUDE | newsman.app |
| SPF_IP | 217.156.86.37 |
| SPF_IP | 80.97.162.139 |
| SPF_MX | prolkw.com |
Related pages
Pivot deeper into the graph from prolkw.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "prolkw.com"})-[: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.