Skip to content

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

WHISPER CANON · pil.dkRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/pil.dk

Resolution chain

pil.dk resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

WHOIS identity

Registrar
registrar:dlx a/s
Organization
dlx a/s
Contact emails

Subdomains

215 observed subdomains of pil.dk.

Web-graph footprint

Distinct hostnames that link to or from pil.dk in the public web crawl.

8 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for pil.dk.

MechanismTarget
SPF_INCLUDEmail.pil.dk
SPF_INCLUDEspf.pil.dk
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEspf2.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.