Hostname
swis.nl
Last fetched
swis.nl resolves to 2 IPv4 addresses operated by AS15703 in NL. WHOIS lists registrar:swis b.v. as the registrar.
Nutrition Label
Resolution chain
swis.nl resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 87.233.198.7 | 87.233.192.0/18 | AS15703 | — | NL |
| 87.233.198.88 | 87.233.192.0/18 | AS15703 | — | NL |
WHOIS identity
- Registrar
- registrar:swis b.v.
- Organization
- —
- Contact emails
- —
Subdomains
57 observed subdomains of swis.nl.
Showing 25 of 57. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from swis.nl in the public web crawl.
52 sites link to this hostname.
74 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for swis.nl.
| Mechanism | Target |
|---|---|
| SPF_A | swis.nl |
| SPF_INCLUDE | _spf.atlassian.net |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 208.91.114.151/32 |
| SPF_IP | 87.233.240.31 |
| SPF_IP | 87.233.240.35 |
| SPF_IP | 87.233.41.63 |
| SPF_MX | swis.nl |
Related pages
Pivot deeper into the graph from swis.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "swis.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.