Hostname
labex.nl
Last fetched
labex.nl resolves to 1 IPv4 address operated by AS20559 in NL. WHOIS lists registrar:internationale domeinregistratie nederland as the registrar.
Nutrition Label
Resolution chain
labex.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 |
|---|---|---|---|---|
| 93.186.183.91 | 93.186.176.0/20 | AS20559 | — | NL |
WHOIS identity
- Registrar
- registrar:internationale domeinregistratie nederland
- Organization
- —
- Contact emails
- —
Subdomains
4 observed subdomains of labex.nl.
| Subdomain |
|---|
| mijn.labex.nl |
| ww.labex.nl |
| www.labex.nl |
Showing 3 of 4. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from labex.nl in the public web crawl.
115 sites link to this hostname.
19 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for labex.nl.
| Mechanism | Target |
|---|---|
| SPF_A | labex.nl |
| SPF_A | mailrelay.nubium.nl |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.232.250.178 |
| SPF_IP | 212.54.42.164/32 |
| SPF_IP | 212.54.42.169/32 |
| SPF_IP | 213.124.57.34 |
| SPF_MX | labex.nl |
Related pages
Pivot deeper into the graph from labex.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "labex.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.