sanesecurity 403s ?

Ricky Boone ricky.boone at gmail.com
Wed Jan 9 18:51:03 GMT 2008


On Jan 9, 2008 1:24 PM, AxisInternet <axisml at gmail.com> wrote:
> I just changed my script to use the co.uk in the URL and it does still fail
> with the 403 error. They are returning:
>
> ... You don't have permission to access /clamav/mirrors/phish.ndb.gz
> on this server ...

When I do an HTTP GET against the URL listed on the working site, with
a modified TLD to .co.uk
(http://www.sanesecurity.co.uk/clamav/phishsigs/phish.ndb.gz), it
works.  It does appear that they are performing an HTTP 302 redirect
on that URL to other servers, however.

Here is an example:

$ curl -v http://www.sanesecurity.co.uk/clamav/phishsigs/phish.ndb.gz
> /dev/null
* About to connect() to www.sanesecurity.co.uk port 80 (#0)
*   Trying 91.103.216.86... connected
* Connected to www.sanesecurity.co.uk (91.103.216.86) port 80 (#0)
> GET /clamav/phishsigs/phish.ndb.gz HTTP/1.1
> User-Agent: curl/7.17.1 (x86_64-redhat-linux-gnu) libcurl/7.17.1 NSS/3.11.7.1 zlib/1.2.3 libidn/0.6.14
> Host: www.sanesecurity.co.uk
> Accept: */*
>
< HTTP/1.1 302
< Date: Wed, 09 Jan 2008 18:49:05 GMT
< Server: Apache 3 - HOSTMerit
< X-Powered-By: PHP/4.4.7
< Location: http://mirror.is.co.za/mirror/sanesecurity.com/clamav/phish.ndb.gz
< Transfer-Encoding: chunked
< Content-Type: text/html


More information about the MailScanner mailing list