Program Overview
RIPE NCC runs a bug bounty program on Intigriti with a maximum payout of $2,000. The program has 12 in-scope assets.
In-Scope Assets
| Asset | Type | Max Severity | Eligible |
|---|---|---|---|
| access.ripe.net | URL | ||
| https://github.com/RIPE-NCC/rpki-commons | OTHER | ||
| https://github.com/RIPE-NCC/rpki-core | OTHER | ||
| https://github.com/RIPE-NCC/whois | OTHER | ||
| lirportal.ripe.net | URL | ||
| *.ripe.net | WILDCARD | ||
| 193.0.0.0/19 and 2001:67c:2e8::/48 | IPRANGE | ||
| https://github.com/RIPE-NCC/rpki-monitoring | OTHER | ||
| https://github.com/RIPE-NCC/rpki-publication-server | OTHER | ||
| https://github.com/RIPE-NCC/rpki-ta-0 | OTHER | ||
| https://github.com/RIPE-NCC/rsyncit | OTHER | ||
| Assets owned by RIPE NCC | URL |
Out-of-Scope Assets
- *.anchors.atlas.ripe.net
- *.probes.atlas.ripe.net
- 193.0.0.160/27
- 2001:67c:2e8:3::/64
- Any *.ripe.net host that is located outside of the in-scope IP ranges
- Any of the beta/dev environments
- exams.ripe.net
- RIPE Meeting network (2001:67c:64::/48 and 193.0.24.0/21)
- ripe(1to87).ripe.net
Tips for Hacking RIPE NCC
- Read the policy — Understand what's in scope, out of scope, and any specific testing restrictions before you start.
- Enumerate the attack surface — Use subdomain enumeration and directory bruteforcing to map all accessible endpoints.
- Focus on high-impact bugs — Look for SQL injection, SSRF, and IDOR vulnerabilities first.
- Test authentication flows — Check for OAuth misconfigurations and CSRF in login/signup flows.
- Write clear reports — Include steps to reproduce, impact assessment, and suggested remediation. Use Burp Suite to capture evidence.
Frequently Asked Questions
How do I start hacking RIPE NCC?
Sign up on Intigriti, read the program policy carefully, review the in-scope assets listed above, and start testing. Always stay within scope and follow responsible disclosure guidelines.
Does RIPE NCC pay bounties?
Yes, RIPE NCC offers monetary rewards for valid security vulnerabilities.
What types of vulnerabilities does RIPE NCC accept?
RIPE NCC accepts reports for vulnerabilities found in their 12 in-scope assets. Common accepted vulnerability types include XSS, SQL injection, SSRF, IDOR, authentication bypass, and RCE. Check the program policy for specific exclusions.