1

Has anyone setup the Barracuda Reputation Block List (BBRL) to prevent spam from hitting a webserver?

I am a software developer and I am interested in learning how to implement a check with the BRBL to prevent bots and spammers from hitting a Web site.

Moojjoo
  • 87
  • 1
  • 10

1 Answers1

1

With Apache this is possible with mod_security.

There is a ModSecurity for IIS, but I have no idea if it can use DNS blocklists

arved
  • 453
  • 2
  • 14
  • You can manually enter IPs. But I do not believe their is an api. We have a spam bot that just hammers our weberver and the ips are all over the place (proxies). We have recaptcha, so it is more of a resource issue. The bot uses the same physical address, but changes the name up. Real pain – Moojjoo Apr 29 '17 at 22:41
  • If we find a solution I will post it back on this Thread. This has become a back burner project as other projects with higher priority have been assigned. – Moojjoo May 03 '17 at 14:45