I have a small netlify site - “typonline.netlify.app” or “typo.digital”. This is a mostly static site with some very limited api functionality that has absolutely no viewership. A week ago usage went through the roof, burning through half my function invocation limits and all of my downstream database request limit. I’m assuming it’s some kind of spam, as the endpoints called aren’t really user-facing.
Would it be possible to get a list of the IPs hammering the site, and what urls are being hit? It’s a sveltekit app so I just get one invocation on the standard logs and can’t tell what path has been accessed as far as I’m aware.
I am aware that Netlify’s inbuilt spam protection is somewhat limited right now, so I’m looking into how to disable the endpoints that are causing trouble until I can come up with a better solution.
Thanks!