Mar 22
Thursday, March 22nd, 2007
There have a lot of comment spam recently, especially comment spam in Blogs
I found yesterday there have one of them can be detected from its characteristic. It using same user user-agent strings call ‘libghttp/1.0′
(more…)
Posted in Internet, Spam | 1 Comment »
Mar 06
Tuesday, March 6th, 2007
Sometime you don’t know how to handle with web advertiser spam or you don’t want to create rule to block spam site one by one.
Here is have solution for you to block web advertiser spam like stock spam or sell product spam.
(more…)
Posted in Spam | No Comments »
Feb 15
Thursday, February 15th, 2007
Apache SpamAssassin 3.1.8 is now available! This is a maintenance and security release of the 3.1.x branch. It is highly recommended that people upgrade to this version.
Downloads are available from:
spamassassin.apache.org/downloads.cgi?update=200702131100
The release file will also be available via CPAN in the near future.
(more…)
Posted in Spam | No Comments »
Feb 13
Tuesday, February 13th, 2007
Today I found the strange name of User-Agent from log file that access to webboard and random post with message with url
Mozilla/2.0 compatible; Check&Get 1.14 (Windows NT)
I create new mod_security rule to block this spammer
CODE:
-
SecFilterSelective "HTTP_USER_AGENT" "Mozilla/2\.0 compatible; Check\&Get 1\.14 \(Windows NT\)" "log,deny"
Posted in Spam | 2 Comments »
Feb 10
Saturday, February 10th, 2007
I found it on spamassassin svn trunk and you may got some ideas from this rules
(more...)
Posted in Internet, Security, Spam | No Comments »