Hostname
museon.nl
Last fetched
museon.nl resolves to 1 IPv4 address operated by KPN - KPN B.V. in NL. WHOIS lists iana:958 as the registrar.
Nutrition Label
Resolution chain
museon.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 |
|---|---|---|---|---|
| 77.60.188.246 | 77.60.0.0/14 | AS1136 | KPN - KPN B.V. | NL |
WHOIS identity
- Registrar
- iana:958
- Organization
- —
- Contact emails
- —
Subdomains
15 observed subdomains of museon.nl.
Web-graph footprint
Distinct hostnames that link to or from museon.nl in the public web crawl.
324 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for museon.nl.
| Mechanism | Target |
|---|---|
| SPF_A | gatekeeper.ticketteam.com |
| SPF_A | museon.nl |
| SPF_INCLUDE | _spf.exsilia.net |
| SPF_INCLUDE | emailer.activetickets.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 176.9.45.82 |
| SPF_IP | 77.60.188.241/29 |
| SPF_IP | 82.148.192.106 |
| SPF_IP | 82.94.205.36/32 |
| SPF_MX | mail.paridaens.nl |
| SPF_MX | museon.nl |
Related pages
Pivot deeper into the graph from museon.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "museon.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.