Forum Moderators: phranque

Message Too Old, No Replies

Those Formail Probes

Do you do anything?

         

olwen

11:29 am on Jul 13, 2003 (gmt 0)

10+ Year Member



You probably know the ones, where some idiot tries all the formmail options possible to send an email to a yahoo.com or similar email address. I get emails from 404 messages on a couple of sites and see them in this. Do you ever try to get the perpetuators dealt to?

killroy

12:00 pm on Jul 13, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Pointless, too many script kiddies out there.

What I do to bring some order to the insanity is

RewriteRule ^/(default\.ida¦cgi-bin/(FormMail¦formmail)\.(pl¦cgi)¦.*_vti_.*¦cltreq\.asp)$ /blank.html [L,E=dont-log:1]

where blank.html is a 0 byte empty file. This is to prevent them from using up too many server resources.

While my logging goes like this:

CustomLog logs/access.log combined env=!dont-log

So the formail hits don't clutter up my logs.

Out of sight, out of mind and I just don't worry about them anymore.

(PS: This takes care of another bunch of IIS exploits, which simply don't apply to ma Apache setup)

SN

dmorison

12:08 pm on Jul 13, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I would never return anything other than 404 to a formmail scanner - next thing you'll have thousands of POST operations hitting your server.

I don't know how intelligent the scanning software that is looking for formmail.pl is; but I can easily imagine a new, amateurish version simply looking for anything _OTHER_ than 404.

killroy

12:29 pm on Jul 13, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Well just change that:

[L,E=dont-log:1]

to

[L,E=dont-log:1,R=404]

then.

Personally I just didn't want to return my default 404 which is a few k, and a waste of my bandwidth in this case.

Otherwise I still think it's good.

SN

tschild

1:21 pm on Jul 13, 2003 (gmt 0)

10+ Year Member



I return a 301 to [127.0.0.1...] , in the vague hope that this might make some would-be spammer victimise himself. Has not led to a stream of POST requests yet.

In the past when I had some time on my hands I sometimes identified the perpetrator's ISP and complained to abuse@... . No response except for once when they asked me to provide the e-mail headers. Idiots.