Hey everyone,
I been looking around to see what options one has with respect to filtering out suspicious traffic on the web app, and the API. I know Cloudflare offers a wide range of services around this... wanted to see if there are free or super affordable options for a small app. I built up a VueJS app; I already have reCAPTCHA on the app. I have a .NET based backend (ASP.NET Core).
If I think about this abstractly, some of the options I have is to filter out traffic that comes from some well-known, and updated list of suspicious IP addresses (eg: those used for open proxies, or scrapers). There are also some best practices I need to ensure I am not violating (ensure adherence to OWASP's top 10 threats, ensure cloud server is configured properly, ensure credentials I use have the minimum required permissions to perform, etc). Not sure if DoS is something to worry about for a small app. I wish there was some middleware I could register, which "magically" filters traffic from suspicious IPs, hehehe.
My question is, for those of you who have built apps, and wondered about application security, what app security services and stategies did you incorporate into your app?
I been looking around to see what options one has with respect to filtering out suspicious traffic on the web app, and the API. I know Cloudflare offers a wide range of services around this... wanted to see if there are free or super affordable options for a small app. I built up a VueJS app; I already have reCAPTCHA on the app. I have a .NET based backend (ASP.NET Core).
If I think about this abstractly, some of the options I have is to filter out traffic that comes from some well-known, and updated list of suspicious IP addresses (eg: those used for open proxies, or scrapers). There are also some best practices I need to ensure I am not violating (ensure adherence to OWASP's top 10 threats, ensure cloud server is configured properly, ensure credentials I use have the minimum required permissions to perform, etc). Not sure if DoS is something to worry about for a small app. I wish there was some middleware I could register, which "magically" filters traffic from suspicious IPs, hehehe.
My question is, for those of you who have built apps, and wondered about application security, what app security services and stategies did you incorporate into your app?