Hostname
docdent.pl
Last fetched
docdent.pl resolves to 2 IPv4 addresses operated by AS12824 in PL.
Nutrition Label
Resolution chain
docdent.pl 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 |
|---|---|---|---|---|
| 212.85.96.113 | 212.85.96.0/20 | AS12824 | — | PL |
| 46.242.239.91 | 46.242.192.0/18 | AS12824 | — | PL |
WHOIS identity
No WHOIS records are currently associated with docdent.pl in WhisperGraph.
Subdomains
1 observed subdomain of docdent.pl.
| Subdomain |
|---|
| www.docdent.pl |
Threat posture
History
Mail and authentication
MX records
- docdent.pl
SPF policy
2 SPF mechanisms authorising senders for docdent.pl.
| Mechanism | Target |
|---|---|
| SPF_A | docdent.pl |
| SPF_MX | docdent.pl |
Related pages
Pivot deeper into the graph from docdent.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "docdent.pl"})-[: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.