Re: Dealing with bot traffic - what tools/services are you using?

From: parker, anson D (adp6j) <000000d5611add13-dmarc-request_at_nyob>
Date: Thu, 30 Apr 2026 18:57:03 +0000
To: CODE4LIB_at_LISTS.CLIR.ORG
what's your backend infrastructure?  cloudflare is industry standard, but there a ton of caching options.... we move as much static content as possible over to s3 and serve from there where i guess we just largely forget or are able to ignore IO details



________________________________________
From: Code for Libraries <CODE4LIB_at_LISTS.CLIR.ORG> on behalf of Eric Lease Morgan <00000107b9c961ae-dmarc-request_at_LISTS.CLIR.ORG>
Sent: Thursday, April 30, 2026 2:47 PM
To: CODE4LIB_at_LISTS.CLIR.ORG
Subject: Re: [CODE4LIB] Dealing with bot traffic - what tools/services are you using?

On Apr 30, 2026, at 2:35 PM, Lucky, Shannon <shannon.lucky_at_usask.ca> wrote:

> ...Specifically I am wondering who is using services like Cloudflare or implementing OS solutions like Anubis, or are you using something else?...

I deal with this problem at the network interface level. More specifically, my server's have a firewall in front of them. Your's almost definitely does too. I then identify undesirable IP addresses coming into my server and configure the firewall to disallow them up front. They never get into my network in first place. Even more specifically, I use the following command from the server's terminal:

  firewall-cmd --direct --add-rule ipv4 filter INPUT_direct 0 -s 180.76.15.6 -j DROP

Your specific implementation may differ, but the principle is the same.

--
Eric Morgan <emorgan_at_nd.edu>
Received on Thu Apr 30 2026 - 14:57:05 EDT