Reply to comment

Re: Apache CodeRed Countermeasures

this oneliner does the same:
grep "GET /default.ida?XXX" access.log |cut -f1 -d' '|sort|uniq

wc -l on this gives me 324 unique hosts to block.

re: php logging
why store them seperately when the log file already keeps it?
just cron log it and merge it with the ipchain blocked hosts.

Reply

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <img> <a> <em> <strong> <cite> <code> <ul> <ol> <hr> <li> <dl> <dt> <dd> <pre> <b> <h1> <h2> <h3> <blockquote>
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
2 + 4 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.