We’re not able to provide the list of IPs due to GDPR and data protection policies.
But you could use Edge Functions to manage access to your site through Edge Functions.
We have an example that filters out traffic by IP. Checkout this thread.
You could then store each IP on a database and if a specific IP accesses too many times, you can simply block them.
Did that made sense?