SSH vs Script Kiddies How-to Guide

Thursday, May 31st, 2007

Scope

Some idiot created a SSH worm that uses a dictionary attack to try to log into a computer over port 22. The worm tries to set up shop on your computer and tries to find the next vulnerable computer. This clogs up networks with bazillions of SSH login attempts.

(more…)

How to block libwww-perl under Apache web server

Thursday, May 31st, 2007

Use mod_rewrite and .htaccess file to block user agent libwww-perl. Open your .htaccess file and add rule as follows:

(more…)

How to Prevent the IIS SMTP Virtual Server from Relaying E-mail Messages

Wednesday, May 30th, 2007

Do the following:

1) Start Internet Information Services Manager or open the Internet Information Services (IIS) snap-in.

2) Expand Server_name, where Server_name is the name of the server, right-click Default SMTP Virtual Server, and then click Properties.

(more…)

How do I change the address Qmail (MAILER-DAEMON@hostname.tld) sends error messages to.

Tuesday, May 29th, 2007

As By default Plesk administrator’s email address is listed in:

(more…)

Optimize and Tweak High-Traffic Servers (apache)

Tuesday, May 29th, 2007

Focus: Linux, Apache 1.3+, [PHP], [MySQL]
Notes: Use at your own risk.

Summary
If you are reaching the limits of your server running Apache serving a lot of dynamic content, you can either spend thousands on new equipment or reduce bloat to increase your server capacity by anywhere from 2 to 10 times. This article concentrates on important and poorly-documented ways of increasing capacity without additional hardware.

(more…)