Hostname
pil.dk
Last fetched
pil.dk resolves to 2 IPv4 addresses operated by DLX-AS in DK. WHOIS lists registrar:dlx a/s as the registrar.
Nutrition Label
Resolution chain
pil.dk 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 |
|---|---|---|---|---|
| 185.126.153.27 | 185.126.152.0/23 | AS47527 | DLX-AS | DK |
| 46.30.121.200 | 46.30.120.0/21 | AS47527 | DLX-AS | DK |
WHOIS identity
- Registrar
- registrar:dlx a/s
- Organization
- dlx a/s
- Contact emails
Subdomains
215 observed subdomains of pil.dk.
Showing 25 of 215. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from pil.dk in the public web crawl.
8 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for pil.dk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mail.pil.dk |
| SPF_INCLUDE | spf.pil.dk |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf2.pil.dk |
Related pages
Pivot deeper into the graph from pil.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pil.dk"})-[: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.