Hostname
proxy-api.matchis.nl
Last fetched
proxy-api.matchis.nl resolves to 1 IPv4 address operated by AS60781 in NL.
Nutrition Label
Resolution chain
proxy-api.matchis.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 |
|---|---|---|---|---|
| 87.236.103.71 | 87.236.96.0/21 | AS60781 | — | NL |
WHOIS identity
No WHOIS records are currently associated with proxy-api.matchis.nl in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
27 SPF mechanisms authorising senders for proxy-api.matchis.nl.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | _spf.spotler.email |
| SPF_INCLUDE | _spf.zorgmail.nl |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.topdesk.net |
| SPF_IP | 147.160.167.0/26 |
| SPF_IP | 149.72.74.186 |
| SPF_IP | 159.183.82.33 |
| SPF_IP | 161.51.101.0/24 |
| SPF_IP | 185.14.185.8 |
| SPF_IP | 188.226.155.4 |
| SPF_IP | 188.241.247.0/24 |
| SPF_IP | 23.21.109.197/32 |
| SPF_IP | 23.21.109.212/32 |
| SPF_IP | 3.123.206.219/32 |
| SPF_IP | 3.68.129.51/32 |
| SPF_IP | 31.160.27.241/30 |
| SPF_IP | 31.160.69.129/30 |
| SPF_IP | 45.152.251.0/24 |
| SPF_IP | 52.49.201.246/32 |
| SPF_IP | 52.49.235.189/32 |
| SPF_IP | 82.217.228.161 |
| SPF_IP | 87.236.103.71 |
| SPF_IP | 91.247.184.0/24 |
| SPF_IP | 92.64.79.45 |
| SPF_IP | 95.85.20.12 |
Related pages
Pivot deeper into the graph from proxy-api.matchis.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "proxy-api.matchis.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.