Hostname
mijnserver.nl
Last fetched
mijnserver.nl resolves to 1 IPv4 address operated by INFOPACT-AS The Netherlands in NL. WHOIS lists registrar:registrar.eu as the registrar.
Nutrition Label
Resolution chain
mijnserver.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 |
|---|---|---|---|---|
| 82.150.141.248 | 82.150.140.0/22 | AS21221 | INFOPACT-AS The Netherlands | NL |
WHOIS identity
- Registrar
- registrar:registrar.eu
- Organization
- —
- Contact emails
- —
Subdomains
96 observed subdomains of mijnserver.nl.
Showing 25 of 96. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from mijnserver.nl in the public web crawl.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for mijnserver.nl.
| Mechanism | Target |
|---|---|
| SPF_A | mijnserver.nl |
| SPF_INCLUDE | mail.registrar.eu |
| SPF_INCLUDE | spf.mijnserver.nl |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 217.18.79.156 |
| SPF_IP | 2a00:19c0:c079:156:0:0:0:1 |
| SPF_IP | 2a00:19c0:d180:0:0:0:0:9 |
| SPF_IP | 84.53.66.70 |
| SPF_IP | 88.99.27.29 |
Related pages
Pivot deeper into the graph from mijnserver.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mijnserver.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.