Hostname
nvkp.nl
Last fetched
nvkp.nl resolves to 1 IPv4 address operated by AS24940 in DE. WHOIS lists registrar:e-tailors b.v. as the registrar.
Nutrition Label
Resolution chain
nvkp.nl resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 188.245.71.112 | 188.245.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- registrar:e-tailors b.v.
- Organization
- —
- Contact emails
- —
Subdomains
4 observed subdomains of nvkp.nl.
Web-graph footprint
Distinct hostnames that link to or from nvkp.nl in the public web crawl.
197 sites link to this hostname.
248 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for nvkp.nl.
| Mechanism | Target |
|---|---|
| SPF_A | nvkp.nl |
| SPF_INCLUDE | _spf.cobytes.email |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.e-tailors.net |
| SPF_IP | 136.243.167.86 |
| SPF_IP | 212.54.42.165/32 |
| SPF_IP | 212.54.42.169/32 |
| SPF_IP | 2a01:4f8:d0a:62f8:0:0:0:2 |
| SPF_MX | nvkp.nl |
Related pages
Pivot deeper into the graph from nvkp.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nvkp.nl"})-[: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.