wiredfool

Archive for September 18th, 2001

YES! YES! YES!

Thank you, Eric, for your astonishingly reasoned plea.

Why does so much of the world hate the United States? Perhaps that issue should be resolved before blowing more human beings into shrapnel.

There is hideous inequality in the world today, and the Western world consumes colossal resources in a completely unsustainable way, at the expense of everyone else. For what? The “right” to drive a massive gas-guzzling SUV? The “right” to drink Coca-Cola and eat a hamburger?

Eric, you fabulous wired fool, I love your idea of guerilla compassion. I will take that idea virus and spread it as far as I can. Brilliant!

No comments

Frontier vs. the latest IIS Virus

There’s a new IIS virus making the rounds that’s hammering my frontier servers with close to one request per second. This is bordering on a denial of service attack.

I’ve hacked up a responder from the hello world example that just delays, increments a counter, and returns an error. It does not log, it does not go through mainresponder. It matches any request to the “www” host, which appears to be what the worm is targeting. (so this worm is http 1.1 compliant, where the previous code red was http 1.0) I’m calling this code red 4, since it appears to have the same spreading pattern.

Update: Apparently the virus is called nimda. more

Download from:

http://updates.wiredfool.com/responders.codeRed4.fttb
or (backup)
http://www.soroos.net/responders.codeRed4.fttb

Installation:

This is a fttb file, otherwise known as a fat page. If it appears in your browser window, save the source to your hard drive, then open it in Frontier. Frontier will ask you where you want to install the file, the default is fine. Once it’s loaded, it will be inserted in the responder queue, where it will handle the virus requests.

1 comment