[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] IIS Revenge ?



> I installed patch below and noticed that the IIS server actually does
> not redirect to itself.
> If you set the redirect to a web site URL you can monitor the logs on,
> there is no access to that site despite the redirect.  If anyone has
> information to the contrary please advise.  btw: I was curious and
> decided to test it with a real redirect when it seemed to make no
> difference in qty of attacks from the same servers.
>
>

CORRECTION between <VirtualHost> </VirtualHost>

> RedirectMatch (.*)\cmd.exe$ http://127.0.0.1
> RedirectMatch (.*)\default.ida$ http://127.0.0.1
> RedirectMatch (.*)\root.exe$ http://127.0.0.1
>

I never tested it, but it did drastically reduce the number of access I
received.
And, the people on the isp-linux list say it works.
I'll run some test myself and see if I can determine if it is working.
Gerald