C
C#2y ago
Auger

Cloud Blazor web app - Mitigate malicious crawlers from wasting container resources

I have a cloud-related question. If I'm hosting a Blazor server web app and I want to prevent malicious crawlers from spamming my domain with blanket scans, what should I do? It wastes container resources that are otherwise typically idle. What approach is popular for this problem? I've heard of Fail2Ban, but haven't looked into it much. I wonder if NGINX + Fail2Ban would work
5 Replies
Henkypenky
Henkypenky2y ago
Fail2Ban is nice, where are you hosting, do you have free access to the server? or do you have a panel like cpanel or plesk?
Auger
Auger2y ago
It's more of a docker container deployment. GCP cloud run specifically Although I'd be willing to change to something that supports orchestration, since I'm not sure if cloud run does or not
Henkypenky
Henkypenky2y ago
did a quick google search and it seems possible
Henkypenky
Henkypenky2y ago
Fail2ban for Google Cloud Armor
How to implement a functionality similar to fail2ban on gcp
Henkypenky
Henkypenky2y ago
no idea how much it costs
Want results from more Discord servers?
Add your server
More Posts
System.AccessViolationExceptionI'm trying to create a simple multiplayer game using SignalR and Raylib, I wrote a really simple demHow can i achieve something like this```cs public class Test { public string Name{get;set;} } //And i want to do Test.Add(new string SShould I use && and || operators at the end of a line or beginning? [Answered]if (a || b || c) { } vs. if (a || b || c) { } Which is the more accepted standard? I jusConfused about interface default implementations [Answered]Trying out default implementations for methods in the interfaces for the first time. In the interfacAnyone have experience or know of an open source barcode reading library for images?There's of course a bunch of paid options, but I'm looking for an open source alternative if one exiJquery.load() with MVC how to load view when Exception appearJquery.load() with MVC how to load view when Exception appearTested it a lot of times but still giving unexpected errorusing System; class Program { public static void Main (string[] args) { Random numGen = nDockerfile cannot find dependent project in the parent directory``` . +---src | +---MarketData.Api | +---MarketData.Messages | +---MarketData.Subscriber Solution to mixing SQL queries with entity framework entitiesHi guys, So I have a code base that uses manually written SqlConnection queries AND entity frameworDLL Unable to load file or assembly [Answered]Hi, i've made my own DLL and when i try to create a new variable with a class from this DLL, it laun