Skip to content

Hostname

maxlink.nl

Last fetched

maxlink.nl resolves to 1 IPv4 address operated by AS1136 in NL. WHOIS lists registrar:registrar proxy as the registrar.

Nutrition Label

WHISPER CANON · maxlink.nlRouting diversity1.5/10Peering density8.1/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/maxlink.nl

Resolution chain

maxlink.nl resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
195.240.231.35195.240.192.0/18AS1136NL

WHOIS identity

Registrar
registrar:registrar proxy
Organization
Contact emails

Subdomains

12 observed subdomains of maxlink.nl.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for maxlink.nl.

MechanismTarget
SPF_INCLUDE_spf.e-boekhouden.nl
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEspf.smtp2go.com

Related pages

Pivot deeper into the graph from maxlink.nl.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "maxlink.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 20

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