Hostname
ispconnect.nl
Last fetched
ispconnect.nl resolves to 1 IPv4 address operated by RGOTUPS-AS in NL. WHOIS lists registrar:digistate b.v. as the registrar.
Nutrition Label
Resolution chain
ispconnect.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 |
|---|---|---|---|---|
| 193.27.86.120 | 193.27.86.0/24 | AS30870 | RGOTUPS-AS | NL |
WHOIS identity
- Registrar
- registrar:digistate b.v.
- Organization
- —
- Contact emails
- —
Subdomains
6 observed subdomains of ispconnect.nl.
Web-graph footprint
Distinct hostnames that link to or from ispconnect.nl in the public web crawl.
36 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for ispconnect.nl.
| Mechanism | Target |
|---|---|
| SPF_A | ispconnect.nl |
| SPF_IP | 193.27.86.120 |
| SPF_MX | ispconnect.nl |
Related pages
Pivot deeper into the graph from ispconnect.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ispconnect.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.