From d6a3b141488165e350359207a5b4b63a305b27ce Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 26 Jul 2008 15:21:59 +0000 Subject: factered out the modules of the apache module --- .../configs/gentoo/99_mod_security.conf | 15 - files/mod_security/custom_rules/Zour_excludes.conf | 14 - files/mod_security/custom_rules/apache2-rules.conf | 57 - files/mod_security/custom_rules/blacklist.conf | 7679 -------------------- files/mod_security/custom_rules/blacklist2.conf | 583 -- files/mod_security/custom_rules/exclude.conf | 179 - files/mod_security/custom_rules/jitp.conf | 4442 ----------- files/mod_security/custom_rules/recons.conf | 50 - files/mod_security/custom_rules/rootkits.conf | 182 - files/mod_security/custom_rules/rules.conf | 546 -- files/mod_security/custom_rules/useragents.conf | 229 - files/php/apache2_php5_php.ini/php.ini | 1287 ---- 12 files changed, 15263 deletions(-) delete mode 100644 files/mod_security/configs/gentoo/99_mod_security.conf delete mode 100644 files/mod_security/custom_rules/Zour_excludes.conf delete mode 100644 files/mod_security/custom_rules/apache2-rules.conf delete mode 100644 files/mod_security/custom_rules/blacklist.conf delete mode 100644 files/mod_security/custom_rules/blacklist2.conf delete mode 100644 files/mod_security/custom_rules/exclude.conf delete mode 100644 files/mod_security/custom_rules/jitp.conf delete mode 100644 files/mod_security/custom_rules/recons.conf delete mode 100644 files/mod_security/custom_rules/rootkits.conf delete mode 100644 files/mod_security/custom_rules/rules.conf delete mode 100644 files/mod_security/custom_rules/useragents.conf delete mode 100644 files/php/apache2_php5_php.ini/php.ini (limited to 'files') diff --git a/files/mod_security/configs/gentoo/99_mod_security.conf b/files/mod_security/configs/gentoo/99_mod_security.conf deleted file mode 100644 index f1c55ad..0000000 --- a/files/mod_security/configs/gentoo/99_mod_security.conf +++ /dev/null @@ -1,15 +0,0 @@ -########################################################### -# copyleft 2008 immerda.ch -########################################################### -### this file is managed by PUPPET #### -### only modify in svn or you will loose the changes ! #### -########################################################### - - - LoadModule security2_module modules/mod_security2.so - - - # use Core Rule Set by default: - Include /etc/apache2/modules.d/mod_security/*.conf - Include /etc/apache2/modules.d/mod_security/Zcustom_rules/*.conf - diff --git a/files/mod_security/custom_rules/Zour_excludes.conf b/files/mod_security/custom_rules/Zour_excludes.conf deleted file mode 100644 index 69f49c5..0000000 --- a/files/mod_security/custom_rules/Zour_excludes.conf +++ /dev/null @@ -1,14 +0,0 @@ -########################################################### -# copyleft 2008 immerda.ch -########################################################### -### this file is managed by PUPPET #### -### only modify in svn or you will loose the changes ! #### -########################################################### - -SecRuleRemoveById 950013 -SecRuleRemoveById 970015 - - - -SecRuleRemoveById 950013 - diff --git a/files/mod_security/custom_rules/apache2-rules.conf b/files/mod_security/custom_rules/apache2-rules.conf deleted file mode 100644 index eb2710e..0000000 --- a/files/mod_security/custom_rules/apache2-rules.conf +++ /dev/null @@ -1,57 +0,0 @@ -#http://www.gotroot.com/mod_security+rules -# Special Application Security Rules for Apache 2.x -# For ModSecurity 2.x -# -# Download from: http://www.gotroot.com/downloads/ftp/mod_security/2.0/apache2-rules.conf -# -# Created by Michael Shinn of the Prometheus Group (http://www.prometheus-group.com) -# Copyright 2005 and 2006 by Michael Shinn and the Prometheus Group, all rights reserved. -# Redistribution is strictly prohibited in any form, including whole or in part. -# -# Version: N-20061022-01 -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS IS -# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF -# THE POSSIBILITY OF SUCH DAMAGE. - -#NOTE: These rules will only work for systems running Apache 2.x. - -#phpbb Session Cookie -SecRule REQUEST_COOKIES:sessionid "phpbb2mysql_data=a\x3A2\x3A\x7Bs\x3A11\x3A\x22autologinid\x22\x3Bb\x3A1\x3Bs\x3A6\x3A\x22userid\x22\x3Bs\x3A1\x3A\x222\x22\x3B\x7D" -SecRule REQUEST_URI|ARGS|REQUEST_BODY "phpbb2mysql_data=a\x3A2\x3A\x7Bs\x3A11\x3A\x22autologinid\x22\x3Bb\x3A1\x3Bs\x3A6\x3A\x22userid\x22\x3Bs\x3A1\x3A\x222\x22\x3B\x7D" - -#schema overflow attempt -SecRule REQUEST_URI|ARGS|REQUEST_BODY "\|3A\|///^[^\/]{14,}?\x3a\/\//U" - -#HappyMall Command Execution member_html.cgi -SecRule REQUEST_URI "/member_html\.cgi\x3F.*file\x3D(\x3B|\x7C)" - -#HappyMall Command Execution normal_html.cgi -SecRule REQUEST_URI "/normal_html\.cgi\x3F.*file\x3D(\x3B|\x7C)" - -#phpBB Remote Code Execution Attempt -SecRule REQUEST_URI "/viewtopic\.php\?" chain -SecRule REQUEST_URI|ARGS|REQUEST_BODY "highlight=.*(\'|\%[a-f0-9]{4})(\.|\/|\\|\%[a-f0-9]{4}).+?(\'|\%[a-f0-9]{4})" - -#XSS generic sig -SecRule REQUEST_URI|ARGS|REQUEST_BODY "/(\x3D|=)[^\n]*(\x3C|<)[^\n]+(\x3E|>)" - -#generic SQL injection sigs using PCRE -SecRule REQUEST_URI|ARGS|REQUEST_BODY "/\w*(\x27|\’)(\x6F|o|\x4F)(\x72|r|\x52)/ix" - -##TWiki "rev" Shell Command Injection Vulnerability -SecRule REQUEST_URI "/TWikiUsers\?rev=\x20\x7C" - -##ATutor Multiple Vulnerabilities -SecRule REQUEST_URI "/(body_header\.inc|print)\.php\?section.*\x00" - -#faqmanager.cgi arbitrary file access attempt -SecRule REQUEST_URI "/faqmanager.cgi?toc=.*(\|00\||\x00)" diff --git a/files/mod_security/custom_rules/blacklist.conf b/files/mod_security/custom_rules/blacklist.conf deleted file mode 100644 index 4b0ffdf..0000000 --- a/files/mod_security/custom_rules/blacklist.conf +++ /dev/null @@ -1,7679 +0,0 @@ -# http://www.gotroot.com/mod_security+rules -# Comment Spam Rules for modsec 2.x -# -# Download from: http://www.gotroot.com/downloads/ftp/mod_security/2.0/blacklist.conf -# -# Created by Michael Shinn of the Prometheus Group (http://www.prometheus-group.com) -# Copyright 2005 and 2006 by Michael Shinn and the Prometheus Group, all rights reserved. -# Redistribution is strictly prohibited in any form, including whole or in part. -# -#Version: N-20061022-01 -# -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS IS -# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF -# THE POSSIBILITY OF SUCH DAMAGE. - - -#http://www.gotroot.com -#see website for more information -SecRule REQUEST_URI "!(/compose\.php\?)" chain -SecRule ARGS|REQUEST_BODY|REQUEST_URI "Subject\:" chain -SecRule ARGS:Bcc ".*\@" -SecRule REQUEST_URI "!(/compose\.php\?)" chain -SecRule ARGS|REQUEST_BODY|REQUEST_URI "Subject\:" chain -SecRule ARGS|REQUEST_BODY|REQUEST_URI "\s*bcc\:" -SecRule REQUEST_URI "!(/compose\.php\?)" chain -SecRule ARGS|REQUEST_BODY|REQUEST_URI "\s*bcc\:\s*[a-z0-9._%-]+@[A-Z0-9.-]+\.[a-z]{2,}" -SecRule REQUEST_URI "!(/compose\.php\?)" chain -SecRule ARGS "\n[[:space:]]*(to|b?cc)[[:space:]]*:.*@" -SecRule REQUEST_URI "!(/compose\.php\?)" chain -SecRule ARGS "\s*bcc\:\s*[a-z0-9._%-]+\@.*\.[a-z]{2,}" -SecRule HTTP_x-aaaaaaaaa|HTTP_XAAAAAAAAA ".+$" -SecRule HTTP_x-aaaaaaaaaaa|HTTP_XAAAAAAAAAAA ".+$" -SecRule HTTP_x-aaaaaaaaaaaa|HTTP_X_AAAAAAAAAAAA ".+$" -#SecRule HTTP_XXXXXXXXXXXXXXX ".+$" - -#unknown pattern in testing, logging only, please send -#any patterns RELATED TO SPAM OR ATTACKS you log with with these rules -#please do not send false positives for this rule set, just turn it off -#SecRule HTTP_aaaaaaaaa|HTTP_AAAAAAAAA ".+$" "log,pass" -#SecRule HTTP_aaaaaaaaaaa|HTTP_AAAAAAAAAAA ".+$" "log,pass" -#SecRule HTTP_aaaaaaaaaaaa|HTTP_AAAAAAAAAAAA ".+$" "log,pass" -#SecRule HTTP_aaaaaaaaaaaaaaa|HTTP_AAAAAAAAAAAAAAA ".+$" "log,pass" - -SecRule HTTP_Referer|ARGS "(blow)+[\w\-_.]*(jobs?)+[\w\-_.]*\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "(gay)+[\w\-_.]*(beastiality)+[\w\-_.]*\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "(beastilality)+[\w\-_.]*(stories)+[\w\-_.]*\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "(free)+[\w\-_.]*(beastiality)+[\w\-_.]*\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "(horse|animal|dog)+[\w\-_.]*(porn|cocks|dick|sex|penis|blowj.*)+[\w\-_.]*\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "(buy)+[\w\-_.]*online[\w\-_.]*\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "(diet|penis)+[\w\-_.]*(pills|enlargement)[\w\-_.]*\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "(enlarg|enhanc).*(male|penis|natural).*\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "(enlarg|enhanc).*(male|penis|natural)\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "(online)+[\w\-_.]*pharmacy" -SecRule HTTP_Referer|ARGS "(i|la)-sonneries?[\w\-_.]*\.[a-z]{2,}" -SecRule REQUEST_URI "!(/sugarcrm/index\.php)" chain -SecRule HTTP_Referer|ARGS "(silagra|morphine|ritalin|levitra|lolita|carisoprodol|phentermine|amitriptyline|diethylpropion|viagra|lisinopril|vig-?rx|zyban|valtex|xenical|adipex|meridia)+[\w\-_.]*\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "(ephedrine|neurontin|glucosamine|testosterone|cialis|lipitor|effexor|propecia|celebrex|gluclosamine|lexapro|ephedra|levitra)+[\w\-_.]*\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "(magazine)+[\w\-_.]*(finder|netfirms)+[\w\-_.]*\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "(male|penis)enlarg*\.(biz|com|net|org|us|info)" -SecRule HTTP_Referer|ARGS "(male|penis).*(enlarg|enhanc|natural|pill|surgery|traction)" -SecRule HTTP_Referer|ARGS "(mike)+[\w\-_.]*apartment[\w\-_.]*\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "(milf)+[\w\-_.]*(hunter|moms|fucking|lessons)[\w\-_.]*\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "(natural|penis|male).*(enlarg.*|enhanc.*)" -SecRule HTTP_Referer|ARGS "(natural|penis|male)+[\w\-_.]*(enlarg.*|enhanc.*)" -SecRule HTTP_Referer|ARGS "(online)+[\w\-_.]*(prescription|casino|roulette|slot)+[\w\-_.]*\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "[\w\-_.]*(casino|roulette)\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "[\w\-_.]*(casino|roulette).*\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "(slot)+[\w\-_.]*machines\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "(prozac|zoloft|xanax|valium|hydrocodone|vicodin|paxil|vioxx)+[\w\-_.]*\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "(ragazze)-?\w+\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "(texas)+[\w\-_.]*holdem" -SecRule HTTP_Referer|ARGS "(phentermine)+[\w\-_.]*online" -SecRule HTTP_Referer|ARGS "(texas)+[\w\-_.]*hold[\w\-_.].*em" -SecRule HTTP_Referer|ARGS "texas[\w\-_.]hold[\w\-_.]em" -SecRule HTTP_Referer|ARGS "pacific+[\w\-_.]*poke.*\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "poker+[\w\-_.]*\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "[\w\-_.]*poker\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "[\w\-_.]*poker.*\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "poker.*\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "(random|free|internet)+[\w\-_.]*slots\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "(wellbutrin|tenuate|tramadol|pheromones|phendimetrazine|ionamin|ortho.?tricyclen|retin.?a\b)+[\w\-_.]*\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "ultram\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "(celexa|valtrex|zyrtec|\bhgh\b|ambien\b|flonase|allegra|didrex|renova|bontril|nexium)+[\w\-_.]*\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "([\w\-_.]+\.)?(l(so|os)tr)\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "(lose[\w\-_.]*weight|weight[\w\-_.]*loss).*\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "(prices|pills|buy|diet*|medic(ine|ation|al)|dru.*)\.pharma.*\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "01-beltonen\.com" -SecRule HTTP_Referer|ARGS "01-klingeltoene\.at" -SecRule HTTP_Referer|ARGS "01-klingeltoene\.de" -SecRule HTTP_Referer|ARGS "01-loghi\.com" -SecRule HTTP_Referer|ARGS "01-logo\.com" -SecRule HTTP_Referer|ARGS "01-logot\.com" -SecRule HTTP_Referer|ARGS "01-logotyper\.com" -SecRule HTTP_Referer|ARGS "01-melodia\.com" -SecRule HTTP_Referer|ARGS "01-melodias\.com" -SecRule HTTP_Referer|ARGS "01-ringetone\.com" -SecRule HTTP_Referer|ARGS "01-ringsignaler\.com" -SecRule HTTP_Referer|ARGS "01-ringtone\.com" -SecRule HTTP_Referer|ARGS "01ringtones\.co\.uk" -SecRule HTTP_Referer|ARGS "01-ringtones\.us" -SecRule HTTP_Referer|ARGS "01-soittoaanet\.com" -SecRule HTTP_Referer|ARGS "01-suonerie\.com" -SecRule HTTP_Referer|ARGS "01-toque\.com" -SecRule HTTP_Referer|ARGS "[0-9a-z_.\-]*(bulkcrawler|sysco[mn]-[a-z0-9]+|jagk|kloony|azgirlcam)\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "[0-9a-z_.\-]*(camfun24|jardimed|kylos(net)?|istarthere|roxtet|freshgirls)\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "[0-9a-z_.\-]*(dailyorbit|insurancequoteweb|i-horny|livenet|filthserver)\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "[0-9a-z_.\-]*(formula42|ilya|9sekund|find-it-buy-it|xopy|bukakke)\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "[0-9a-z_.\-]*fortunecity\.[a-z.]+\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "[0-9a-z_.\-]*(notlong|isacommie|musicbox[0-9]|miccel|rooody|rowdd|colkk)\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "[0-9a-z_.\-]*(nullnix|plongs|pimrim|ewilla|startseek|ponagansetpost)\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "[0-9a-z_.\-]*(sysrem[0-9]+|lemonrider[0-9]*|exitq|defunctportal|andrewsaluk)\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "0adult-cartoon\.com" -SecRule HTTP_Referer|ARGS "0adult-manga\.com" -SecRule HTTP_Referer|ARGS "0cartoon\.com" -SecRule HTTP_Referer|ARGS "0cartoon-porn\.com" -SecRule HTTP_Referer|ARGS "0cartoon-sex\.com" -SecRule HTTP_Referer|ARGS "0casino-online\.com" -SecRule HTTP_Referer|ARGS "0casinoonline\.com" -SecRule HTTP_Referer|ARGS "0catch\.com" -SecRule HTTP_Referer|ARGS "0free-hentai\.com" -SecRule HTTP_Referer|ARGS "0freehentai\.com" -SecRule HTTP_Referer|ARGS "0hentai-anime\.com" -SecRule HTTP_Referer|ARGS "0hentai-manga\.com" -SecRule HTTP_Referer|ARGS "0hentaimanga\.com" -SecRule HTTP_Referer|ARGS "0internet-casino\.com" -SecRule HTTP_Referer|ARGS "0livesex\.com" -SecRule HTTP_Referer|ARGS "0manga\.com" -SecRule HTTP_Referer|ARGS "0manga-porno\.com" -SecRule HTTP_Referer|ARGS "0manga-sesso\.com" -SecRule HTTP_Referer|ARGS "0sesso-amatoriale\.com" -SecRule HTTP_Referer|ARGS "0sessoanale\.com" -SecRule HTTP_Referer|ARGS "0sesso\.biz" -SecRule HTTP_Referer|ARGS "0sessogratis\.us" -SecRule HTTP_Referer|ARGS "0sesso-orale\.biz" -SecRule HTTP_Referer|ARGS "0sesso\.us" -SecRule HTTP_Referer|ARGS "0sex-toons\.com" -SecRule HTTP_Referer|ARGS "0sfondi\.com" -SecRule HTTP_Referer|ARGS "0sfondi-desktop\.com" -SecRule HTTP_Referer|ARGS "0suonerie\.com" -SecRule HTTP_Referer|ARGS "0tatuaggi\.com" -SecRule HTTP_Referer|ARGS "0toons\.com" -SecRule HTTP_Referer|ARGS "0video-porno\.com" -SecRule HTTP_Referer|ARGS "0virtual-casino\.com" -SecRule HTTP_Referer|ARGS "0xxx-cartoon\.com" -SecRule HTTP_Referer|ARGS "100free\.com" -SecRule HTTP_Referer|ARGS "100hgh\.com" -SecRule HTTP_Referer|ARGS "100-sex\.com" -SecRule HTTP_Referer|ARGS "101pills\.com" -SecRule HTTP_Referer|ARGS "108bikes\.com" -SecRule HTTP_Referer|ARGS "123-home-improvement-equity-loans\.com" -SecRule HTTP_Referer|ARGS "123onlinepoker\.com" -SecRule HTTP_Referer|ARGS "123sessogratis\.com" -SecRule HTTP_Referer|ARGS "123-sign-making-equipment-and-supplies\.com" -SecRule HTTP_Referer|ARGS "125mb\.com" -SecRule HTTP_Referer|ARGS "15668\.com" -SecRule HTTP_Referer|ARGS "16pp\.com" -SecRule HTTP_Referer|ARGS "1a1merchantaccounts\.com" -SecRule HTTP_Referer|ARGS "1asphost\.com" -SecRule HTTP_Referer|ARGS "1-bignaturals\.com" -SecRule HTTP_Referer|ARGS "1concerttickets\.com" -SecRule HTTP_Referer|ARGS "1-cumfiesta\.com" -SecRule HTTP_Referer|ARGS "1-engineering-books\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "1footballtickets\.com" -SecRule HTTP_Referer|ARGS "1freespot\.com" -SecRule HTTP_Referer|ARGS "1-klingeltone\.com" -SecRule HTTP_Referer|ARGS "1on8\.com" -SecRule HTTP_Referer|ARGS "1on8\.co\.uk" -SecRule HTTP_Referer|ARGS "1-online-poker\.us" -SecRule HTTP_Referer|ARGS "1-poker-games\.biz" -SecRule HTTP_Referer|ARGS "1st-advantage-credit-repair\.com" -SecRule HTTP_Referer|ARGS "1st-auto-insurance-4u\.com" -SecRule HTTP_Referer|ARGS "1stchoiceontv\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "1st-host\.org" -SecRule HTTP_Referer|ARGS "1stincomeracing\.co\.uk" -SecRule HTTP_Referer|ARGS "1stindustrialdirectory\.com" -SecRule HTTP_Referer|ARGS "\.redir\.cz" -SecRule HTTP_Referer|ARGS "\.vnsoul\.org" -SecRule HTTP_Referer|ARGS "\.caribbean-poker-trx\.com" -SecRule HTTP_Referer|ARGS "\.baccarat.*\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "pay-casinos\.com" -SecRule HTTP_Referer|ARGS "\.psxtreme\.com" -SecRule HTTP_Referer|ARGS "bhqx\.com" -SecRule HTTP_Referer|ARGS "unique-poker\.com" -SecRule HTTP_Referer|ARGS "moneydetails\.net" -SecRule HTTP_Referer|ARGS "\.reachcasino\.com" -SecRule HTTP_Referer|ARGS "\.society-health\.com" -SecRule HTTP_Referer|ARGS "1stlookcd\.com" -SecRule HTTP_Referer|ARGS "1st-payday-loans\.net" -SecRule HTTP_Referer|ARGS "1st-phonecard\.com" -SecRule HTTP_Referer|ARGS "1st-poker-online\.com" -SecRule HTTP_Referer|ARGS "1st-printer-ink-cartridge\.com" -SecRule HTTP_Referer|ARGS "1st-shemale-sex\.com" -SecRule HTTP_Referer|ARGS "1-welivetogether\.com" -SecRule HTTP_Referer|ARGS "1-wholesale-distributor\.com" -SecRule HTTP_Referer|ARGS "1xp6z\.com" -#SecRule HTTP_Referer|ARGS "20fr\.com" -SecRule HTTP_Referer|ARGS "216\.130\.167\.230" -SecRule HTTP_Referer|ARGS "247-rx\.net" -SecRule HTTP_Referer|ARGS "24-hour-fitness-online\.com" -SecRule HTTP_Referer|ARGS "2ndmortgageinterestrates\.com" -SecRule HTTP_Referer|ARGS "2teens\.net" -SecRule HTTP_Referer|ARGS "2twinks\.com" -SecRule HTTP_Referer|ARGS "\.2waky\.com" -SecRule HTTP_Referer|ARGS "2zj\.cn" -SecRule HTTP_Referer|ARGS "321cigarettes\.com" -SecRule HTTP_Referer|ARGS "3333\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "3333\.ws" -SecRule HTTP_Referer|ARGS "333-casino\.com" -SecRule HTTP_Referer|ARGS "333-poker\.com" -SecRule HTTP_Referer|ARGS "33633\.net" -SecRule HTTP_Referer|ARGS "365jp\.com" -SecRule HTTP_Referer|ARGS "38ha\.com" -SecRule HTTP_Referer|ARGS "3-day-diet-plan\.com" -SecRule HTTP_Referer|ARGS "3daytrialporn\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "3host\.com" -SecRule HTTP_Referer|ARGS "3sixtyfour\.com" -SecRule HTTP_Referer|ARGS "3yaoi\.com" -SecRule HTTP_Referer|ARGS "404host\.com" -SecRule HTTP_Referer|ARGS "404servers\.com" -SecRule HTTP_Referer|ARGS "41b\.net" -SecRule HTTP_Referer|ARGS "42tower\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "42tower\.ws" -SecRule HTTP_Referer|ARGS "444-casino\.com" -SecRule HTTP_Referer|ARGS "444-poker\.com" -SecRule HTTP_Referer|ARGS "4hs8\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "4hs8\.com" -SecRule HTTP_Referer|ARGS "4mg\.com" -SecRule HTTP_Referer|ARGS "4result\.net" -SecRule HTTP_Referer|ARGS "-4u\.info" -SecRule HTTP_Referer|ARGS "4u-topshelfpussy\.com" -SecRule HTTP_Referer|ARGS "4womenoftheworld\.com" -SecRule HTTP_Referer|ARGS "-4-you\.info" -SecRule HTTP_Referer|ARGS "5000n\.com" -SecRule HTTP_Referer|ARGS "50webs\.(com|net|org|biz|info)" -SecRule HTTP_Referer|ARGS "51asa\.com" -SecRule HTTP_Referer|ARGS "51\.net" -SecRule HTTP_Referer|ARGS "555-poker\.com" -SecRule HTTP_Referer|ARGS "5amateurs\.com" -SecRule HTTP_Referer|ARGS "5ux\.com" -SecRule HTTP_Referer|ARGS "65\.217\.108\.182" -SecRule HTTP_Referer|ARGS "666-casino\.com" -SecRule HTTP_Referer|ARGS "666-gambling\.com" -SecRule HTTP_Referer|ARGS "69\.61\.11\.163" -SecRule HTTP_Referer|ARGS "6p\.org\.uk" -SecRule HTTP_Referer|ARGS "6x\.to" -SecRule HTTP_Referer|ARGS "7host\.com" -SecRule HTTP_Referer|ARGS "7p\.org\.uk" -SecRule HTTP_Referer|ARGS "7yardsweb\.com" -SecRule HTTP_Referer|ARGS "888cas\.com" -SecRule HTTP_Referer|ARGS "888jack\.com" -SecRule HTTP_Referer|ARGS "888-online-poker\.com" -SecRule HTTP_Referer|ARGS "88aabb\.com" -SecRule HTTP_Referer|ARGS "8bit\.co\.uk" -SecRule HTTP_Referer|ARGS "8gold\.com" -SecRule HTTP_Referer|ARGS "8k\.com" -SecRule HTTP_Referer|ARGS "8th\S*street\S*latina\S*\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "8yardsweb\.com" -SecRule HTTP_Referer|ARGS "911easymoney\.com" -SecRule HTTP_Referer|ARGS "911pills\.info" -SecRule HTTP_Referer|ARGS "989888\.com" -SecRule HTTP_Referer|ARGS "9irl\.com" -SecRule HTTP_Referer|ARGS "9p\.org\.uk" -SecRule HTTP_Referer|ARGS "9sekund\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "a1cellphoneaccessories\.info" -SecRule HTTP_Referer|ARGS "a1digitalcameras\.info" -SecRule HTTP_Referer|ARGS "a1metalbuildings\.info" -SecRule HTTP_Referer|ARGS "a1-mortgage-finder\.com" -SecRule HTTP_Referer|ARGS "a1steelbuildings\.info" -SecRule HTTP_Referer|ARGS "a1timemanagement\.info" -SecRule HTTP_Referer|ARGS "a-1-versicherungsvergleich\.de" -SecRule HTTP_Referer|ARGS "abc3x\.com" -SecRule HTTP_Referer|ARGS "abnehmen-ganz-sicher\.com" -SecRule HTTP_Referer|ARGS "abocams\.de" -SecRule HTTP_Referer|ARGS "about-enzyte" -SecRule HTTP_Referer|ARGS "aboutgrouphomes\.com" -SecRule HTTP_Referer|ARGS "abymetro\.org\.uk" -SecRule HTTP_Referer|ARGS "academyofmusic\.us" -SecRule HTTP_Referer|ARGS "acceptcreditcardsonlineinternetmerchantaccountservices\.com" -SecRule HTTP_Referer|ARGS "acceptcreditcardsrealtime\.com" -SecRule HTTP_Referer|ARGS "accessthepeace\.com" -SecRule HTTP_Referer|ARGS "accompagnatrici\.cc" -SecRule HTTP_Referer|ARGS "account-master.ru" -SecRule HTTP_Referer|ARGS "accountservices\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "achtung\.hopto\.org" -SecRule HTTP_Referer|ARGS "acomputer4u\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "acornfm\.com" -SecRule HTTP_Referer|ARGS "acornwebdesign\.co\.uk" -SecRule HTTP_Referer|ARGS "acrs\.us" -SecRule HTTP_Referer|ARGS "activerx\.com" -SecRule HTTP_Referer|ARGS "acyclovir\.net" -SecRule HTTP_Referer|ARGS "addictinggames\.com" -SecRule HTTP_Referer|ARGS "adspo(o|l)l\.(com|net|org|biz|info)" -SecRule HTTP_Referer|ARGS "adminshop\.com" -SecRule HTTP_Referer|ARGS "aducasher\.spb\.ru" -SecRule HTTP_Referer|ARGS "adult-dvd-dot\.com" -SecRule HTTP_Referer|ARGS "adult-dvds-dot\.com" -SecRule HTTP_Referer|ARGS "adultfreehosting\.com" -SecRule HTTP_Referer|ARGS "adult-free-webcams\.com" -SecRule HTTP_Referer|ARGS "adultfriendfinder\.com" -SecRule HTTP_Referer|ARGS "adultfriendfindernow\.com" -SecRule HTTP_Referer|ARGS "adultfriendfindersite\.com" -SecRule HTTP_Referer|ARGS "adult-friend\.info" -SecRule HTTP_Referer|ARGS "adultfriendsite\.com" -SecRule HTTP_Referer|ARGS "adult-games\.name" -SecRule HTTP_Referer|ARGS "adulthostpro\.com" -SecRule HTTP_Referer|ARGS "adultlingerieuk\.com" -SecRule HTTP_Referer|ARGS "adult-manga\.org" -SecRule HTTP_Referer|ARGS "adultnonstop\.com" -SecRule HTTP_Referer|ARGS "adultpagina.nl" -SecRule HTTP_Referer|ARGS "adultporncentral\.net" -SecRule HTTP_Referer|ARGS "adult-porno\.us" -SecRule HTTP_Referer|ARGS "adultserviceproviders\.com" -SecRule HTTP_Referer|ARGS "adultshare\.com" -SecRule HTTP_Referer|ARGS "adultsitescenter\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "adultstartsites\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "advantage-quotes\.com" -SecRule HTTP_Referer|ARGS "advisordvd\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "a--e\.com" -SecRule HTTP_Referer|ARGS "aektschen\.de" -SecRule HTTP_Referer|ARGS "aesthetics\.co\.il" -SecRule HTTP_Referer|ARGS "affilino\.net" -SecRule HTTP_Referer|ARGS "afreeserver\.com" -SecRule HTTP_Referer|ARGS "agiz\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "ahbabe\.com" -SecRule HTTP_Referer|ARGS "aimite\.com" -SecRule HTTP_Referer|ARGS "airfare-links\.net" -SecRule HTTP_Referer|ARGS "airshow-china\.com\.cn" -SecRule HTTP_Referer|ARGS "alawna\.blogspot\.com" -SecRule HTTP_Referer|ARGS "albinshu\.com" -SecRule HTTP_Referer|ARGS "alfonssackpfeiffe\.com" -SecRule HTTP_Referer|ARGS "allago\.de" -SecRule HTTP_Referer|ARGS "all-calmortgage\.com" -SecRule HTTP_Referer|ARGS "all-debt-consolidation\.org" -SecRule HTTP_Referer|ARGS "allfind\.us" -SecRule HTTP_Referer|ARGS "all-fioricet\.com" -SecRule HTTP_Referer|ARGS "all-gay-porn\.us" -SecRule HTTP_Referer|ARGS "allinsurancetype\.com" -SecRule HTTP_Referer|ARGS "allmagic\.ru" -SecRule HTTP_Referer|ARGS "alloha\.info" -SecRule HTTP_Referer|ARGS "allohaweb\.com" -SecRule HTTP_Referer|ARGS "alloz\.com" -SecRule HTTP_Referer|ARGS "all-poker-online" -SecRule HTTP_Referer|ARGS "allslots\.com" -SecRule HTTP_Referer|ARGS "allthediets\.com" -SecRule HTTP_Referer|ARGS "allthroating\.com" -SecRule HTTP_Referer|ARGS "all-we-live-together\.com" -SecRule HTTP_Referer|ARGS "almacenpc\.com" -SecRule HTTP_Referer|ARGS "alphacarolinas\.org" -SecRule HTTP_Referer|ARGS "alright\.com\.ru" -SecRule HTTP_Referer|ARGS "alt-bdsm\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "altersvorsorge-1a\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "alumnicards\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "alumnicards\.com" -SecRule HTTP_Referer|ARGS "amateurjerkoff\.org" -SecRule HTTP_Referer|ARGS "amateur-lesbian\.us" -SecRule HTTP_Referer|ARGS "amateur-movie\.us" -SecRule HTTP_Referer|ARGS "amateur-naked\.us" -SecRule HTTP_Referer|ARGS "amateur-porn-gallery\.com" -SecRule HTTP_Referer|ARGS "amateur-porno\.us" -SecRule HTTP_Referer|ARGS "amateur-site\.us" -SecRule HTTP_Referer|ARGS "amateurs\.r00m\.com" -SecRule HTTP_Referer|ARGS "amateursuite\.com" -SecRule HTTP_Referer|ARGS "amateurs-xxx\.us" -SecRule HTTP_Referer|ARGS "amateur-thumbnail\.com" -SecRule HTTP_Referer|ARGS "amateur-thumbs\.net" -SecRule HTTP_Referer|ARGS "amateurxpass\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "amazing-satellite-tv-deals\.info" -SecRule HTTP_Referer|ARGS "americacashfast\.com" -SecRule HTTP_Referer|ARGS "americancdduplication\.com" -SecRule HTTP_Referer|ARGS "americanpaydayloans\.net" -SecRule HTTP_Referer|ARGS "american-single-dating\.com" -SecRule HTTP_Referer|ARGS "americastgp\.com" -SecRule HTTP_Referer|ARGS "amoxicillin-online\.net" -SecRule HTTP_Referer|ARGS "analgirls.nl" -SecRule HTTP_Referer|ARGS "analingus.nl" -SecRule HTTP_Referer|ARGS "analloverz\.com" -SecRule HTTP_Referer|ARGS "analsex.d4f\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "anal-sex-pictures\.us" -SecRule HTTP_Referer|ARGS "andrewsaluk\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "andyedf\.de" -SecRule HTTP_Referer|ARGS "angenehmen-aufenthalt\.de" -SecRule HTTP_Referer|ARGS "animalfuck\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "animal-fuck\.org" -SecRule HTTP_Referer|ARGS "animal-porn\.ws" -SecRule HTTP_Referer|ARGS "animalsex-movies-archive\.com" -SecRule HTTP_Referer|ARGS "animalsex-pics-gallery\.com" -SecRule HTTP_Referer|ARGS "anime-adult\.us" -SecRule HTTP_Referer|ARGS "anime-hentai-porn\.com" -SecRule HTTP_Referer|ARGS "anime-manga\.us" -SecRule HTTP_Referer|ARGS "anime-porn\.name" -SecRule HTTP_Referer|ARGS "anime-porn-sex-xxx\.com" -SecRule HTTP_Referer|ARGS "anime-sex-1\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "anime-sex-cartoon-porn\.com" -SecRule HTTP_Referer|ARGS "annunci-coppie\.net" -SecRule HTTP_Referer|ARGS "annunci-erotici\.net" -SecRule HTTP_Referer|ARGS "annunci-erotici\.org" -SecRule HTTP_Referer|ARGS "annunci-personali\.org" -SecRule HTTP_Referer|ARGS "annunci-sesso\.org" -SecRule HTTP_Referer|ARGS "annunci-sesso\.us" -SecRule HTTP_Referer|ARGS "annuncisesso\.us" -SecRule HTTP_Referer|ARGS "anomic\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "anonsi\.com" -SecRule HTTP_Referer|ARGS "anonymous-blogger\.com" -SecRule HTTP_Referer|ARGS "ansar-u-deen\.org" -SecRule HTTP_Referer|ARGS "anticlick\.com\.ru" -SecRule HTTP_Referer|ARGS "anti-exploit\.com" -SecRule HTTP_Referer|ARGS "anuntisinmobiliaria\.com" -SecRule HTTP_Referer|ARGS "anxietydisorders\.biz" -SecRule HTTP_Referer|ARGS "anylight4u\.com" -SecRule HTTP_Referer|ARGS "anything4health\.com" -SecRule HTTP_Referer|ARGS "anzwers\.org" -SecRule HTTP_Referer|ARGS "aol-com\.us" -SecRule HTTP_Referer|ARGS "ap8\.com" -SecRule HTTP_Referer|ARGS "apecceosummit2003\.com" -SecRule HTTP_Referer|ARGS "a-pics\.net" -SecRule HTTP_Referer|ARGS "apollopatch\.com" -SecRule HTTP_Referer|ARGS "apornhost\.com" -SecRule HTTP_Referer|ARGS "apotheke-heute\.com" -SecRule HTTP_Referer|ARGS "applyonline\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "apply-to-green-card\.org" -SecRule HTTP_Referer|ARGS "appollo\.org" -SecRule HTTP_Referer|ARGS "approval-loan\.com" -SecRule HTTP_Referer|ARGS "a-purfectdream-expression\.com" -SecRule HTTP_Referer|ARGS "aquari\.ru" -SecRule HTTP_Referer|ARGS "aquatyca\.net" -SecRule HTTP_Referer|ARGS "arabicmusic.nl" -SecRule HTTP_Referer|ARGS "arcsecurity\.co\.uk" -SecRule HTTP_Referer|ARGS "area-code-npa-nxx\.com" -SecRule HTTP_Referer|ARGS "argendrom\.com" -SecRule HTTP_Referer|ARGS "armor2net\.com" -SecRule HTTP_Referer|ARGS "aromacc\.com" -SecRule HTTP_Referer|ARGS "artark\.com" -SecRule HTTP_Referer|ARGS "artlilei\.com" -SecRule HTTP_Referer|ARGS "artsculpture\.org" -SecRule HTTP_Referer|ARGS "aseman\.weblogs\.us" -SecRule HTTP_Referer|ARGS "asian-4you\.net" -SecRule HTTP_Referer|ARGS "asianbum\.com" -SecRule HTTP_Referer|ARGS "asian-girls\.name" -SecRule HTTP_Referer|ARGS "asian-girls-porn-sex\.com" -SecRule HTTP_Referer|ARGS "asian-nude\.blogspot\.com" -SecRule HTTP_Referer|ARGS "asian-sex-woman\.com" -SecRule HTTP_Referer|ARGS "asian-trans\.net" -SecRule HTTP_Referer|ARGS "asiantrans\.net" -SecRule HTTP_Referer|ARGS "assparade\.com" -SecRule HTTP_Referer|ARGS "ass-picture\.us" -SecRule HTTP_Referer|ARGS "assserver\.com" -SecRule HTTP_Referer|ARGS "ass-traffic\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "a-stories\.com" -SecRule HTTP_Referer|ARGS "at-capstone\.com" -SecRule HTTP_Referer|ARGS "atelebanon\.com" -SecRule HTTP_Referer|ARGS "ath\.cx" -SecRule HTTP_Referer|ARGS "athirst-for-tranquillity\.net" -SecRule HTTP_Referer|ARGS "atkins-diet-center\.com" -SecRule HTTP_Referer|ARGS "atkinsexpert\.com" -SecRule HTTP_Referer|ARGS "atkpremium\.net" -SecRule HTTP_Referer|ARGS "atkpremium\.org" -SecRule HTTP_Referer|ARGS "atlanta2000\.org" -SecRule HTTP_Referer|ARGS "atlas-pharmacy\.com" -SecRule HTTP_Referer|ARGS "aubonpanier\.com" -SecRule HTTP_Referer|ARGS "auctionmoneymakers\.com" -SecRule HTTP_Referer|ARGS "auktions-uebersicht\.de" -SecRule HTTP_Referer|ARGS "auslutschen\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "australia-online-travel\.com" -SecRule HTTP_Referer|ARGS "austria-travels\.info" -SecRule HTTP_Referer|ARGS "autodetailproducts\.com" -SecRule HTTP_Referer|ARGS "autodirektversicherung\.com" -SecRule HTTP_Referer|ARGS "autofinanzierung-autokredit\.de" -SecRule HTTP_Referer|ARGS "autofinanzierung-zum-festzins\.de" -SecRule HTTP_Referer|ARGS "autohandelsmarktplatz\.de" -SecRule HTTP_Referer|ARGS "auto-insurance-links\.net" -SecRule HTTP_Referer|ARGS "autokredit-autofinanzierung\.de" -SecRule HTTP_Referer|ARGS "autokredit-tipp\.de" -SecRule HTTP_Referer|ARGS "auto-loans-usa\.biz" -SecRule HTTP_Referer|ARGS "automotive\.com" -SecRule HTTP_Referer|ARGS "autumn-jade\.com" -SecRule HTTP_Referer|ARGS "avon-one\.com" -SecRule HTTP_Referer|ARGS "azgirlcam\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "azian\.org" -SecRule HTTP_Referer|ARGS "azubiweb\.com" -SecRule HTTP_Referer|ARGS "ba2000\.com" -SecRule HTTP_Referer|ARGS "babes-d\.com" -SecRule HTTP_Referer|ARGS "babes-plus\.com" -SecRule HTTP_Referer|ARGS "babymarktplatz-aktiv\.de" -SecRule HTTP_Referer|ARGS "baby-perfekt\.de" -SecRule HTTP_Referer|ARGS "\.bac[0-9]\.com" -SecRule HTTP_Referer|ARGS "\.bac8\.com" -SecRule HTTP_Referer|ARGS "background-check\.info" -SecRule HTTP_Referer|ARGS "backroom-facials\.150m\.com" -SecRule HTTP_Referer|ARGS "back-room-facials\.angelcities\.com" -SecRule HTTP_Referer|ARGS "backseatbangers" -SecRule HTTP_Referer|ARGS "bad-movies\.net" -SecRule HTTP_Referer|ARGS "bad-passion\.com" -SecRule HTTP_Referer|ARGS "bahraichfun\.com" -SecRule HTTP_Referer|ARGS "bali-dewadewi-tours\.com" -SecRule HTTP_Referer|ARGS "balidiscovery\.org" -SecRule HTTP_Referer|ARGS "bali-hotels\.co\.uk" -SecRule HTTP_Referer|ARGS "balivillas\.net" -SecRule HTTP_Referer|ARGS "balltaas\.com" -SecRule HTTP_Referer|ARGS "baltikum-travel\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "bamfri\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "banialoba3w\.150m\.com" -SecRule HTTP_Referer|ARGS "bankcards.nl" -SecRule HTTP_Referer|ARGS "bannedhome\.com" -SecRule HTTP_Referer|ARGS "banned-pics\.com" -SecRule HTTP_Referer|ARGS "barcodes\.cn" -SecRule HTTP_Referer|ARGS "barely-legald\.com" -SecRule HTTP_Referer|ARGS "barelylegalgirlsex\.com" -SecRule HTTP_Referer|ARGS "barely-legal-teenb\.com" -SecRule HTTP_Referer|ARGS "bare\.org" -SecRule HTTP_Referer|ARGS "bargainfindsonebay\.com" -SecRule HTTP_Referer|ARGS "bargeld-tipp\.de" -SecRule HTTP_Referer|ARGS "base-poker\.com" -SecRule HTTP_Referer|ARGS "basi-musicali\.com" -SecRule HTTP_Referer|ARGS "basketball--betting\.net" -SecRule HTTP_Referer|ARGS "baskets-online\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "bast3\.ru" -SecRule HTTP_Referer|ARGS "batukaru\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "bayofnoreturn\.com" -SecRule HTTP_Referer|ARGS "bbwclips\.com" -SecRule HTTP_Referer|ARGS "\bby\.ru\b" -SecRule HTTP_Referer|ARGS "bccinet\.org" -SecRule HTTP_Referer|ARGS "\.bda\.ru" -SecRule HTTP_Referer|ARGS "\.bde\.gg" -SecRule HTTP_Referer|ARGS "\.bde\.nr" -SecRule HTTP_Referer|ARGS "\.bde\.tc" -SecRule HTTP_Referer|ARGS "\.bde\.tp" -SecRule HTTP_Referer|ARGS "bdsm-story\.blogspot\.com" -SecRule HTTP_Referer|ARGS "beastiality-animal-sex-stories\.com" -SecRule HTTP_Referer|ARGS "beastiality-stories\.net" -SecRule HTTP_Referer|ARGS "beastsex-movies\.com" -SecRule HTTP_Referer|ARGS "beauty-farm\.net" -SecRule HTTP_Referer|ARGS "bedding-etc\.com" -SecRule HTTP_Referer|ARGS "belinking\.com" -SecRule HTTP_Referer|ARGS "belle-donne\.biz" -SecRule HTTP_Referer|ARGS "belleragazze\.biz" -SecRule HTTP_Referer|ARGS "belle-ragazze\.net" -SecRule HTTP_Referer|ARGS "belle-ragazze\.org" -SecRule HTTP_Referer|ARGS "belleragazze\.org" -SecRule HTTP_Referer|ARGS "bellissime-donne\.com" -SecRule HTTP_Referer|ARGS "bellissimedonne\.com" -SecRule HTTP_Referer|ARGS "bellissime-donne\.net" -SecRule HTTP_Referer|ARGS "bellissimedonne\.org" -SecRule HTTP_Referer|ARGS "beltonen-logos-spel\.com" -SecRule HTTP_Referer|ARGS "benessere\.us" -SecRule HTTP_Referer|ARGS "berwickfoundation\.org" -SecRule HTTP_Referer|ARGS "bestasianteens\.com" -SecRule HTTP_Referer|ARGS "best-buy-cialis\.com" -SecRule HTTP_Referer|ARGS "best-cell-phone-batteries\.info" -SecRule HTTP_Referer|ARGS "best-cialis-source\.com" -SecRule HTTP_Referer|ARGS "(best|play)-craps" -SecRule HTTP_Referer|ARGS "best-deals-blackjack\.info" -SecRule HTTP_Referer|ARGS "best-deals-casino\.info" -SecRule HTTP_Referer|ARGS "best-deals-cheap-airline-tickets\.info" -SecRule HTTP_Referer|ARGS "best-deals-diet\.info" -SecRule HTTP_Referer|ARGS "best-deals-flowers\.info" -SecRule HTTP_Referer|ARGS "best-deals-hotels\.info" -SecRule HTTP_Referer|ARGS "best-deals-online-gambling\.info" -SecRule HTTP_Referer|ARGS "best-deals-online-poker\.info" -SecRule HTTP_Referer|ARGS "best-deals-poker\.info" -SecRule HTTP_Referer|ARGS "best-deals-roulette\.info" -SecRule HTTP_Referer|ARGS "best-deals-weight-loss\.info" -SecRule HTTP_Referer|ARGS "bestdims\.com" -SecRule HTTP_Referer|ARGS "bestdvdclubs\.com" -SecRule HTTP_Referer|ARGS "best-e-site\.com" -SecRule HTTP_Referer|ARGS "best-gambling\.biz" -SecRule HTTP_Referer|ARGS "bestgamblinghouseonline\.com" -SecRule HTTP_Referer|ARGS "besthandever\.com" -SecRule HTTP_Referer|ARGS "best-high-speed-internet\.com" -SecRule HTTP_Referer|ARGS "bestialitylinks\.org" -SecRule HTTP_Referer|ARGS "bestiality-pics\.org" -SecRule HTTP_Referer|ARGS "best-internet-bingo\.com" -SecRule HTTP_Referer|ARGS "bestits\.net" -SecRule HTTP_Referer|ARGS "bestlowmortgagerates" -SecRule HTTP_Referer|ARGS "bestonline-medication\.com" -SecRule HTTP_Referer|ARGS "bestonline-medication\.net" -SecRule HTTP_Referer|ARGS "bestonline-shopping\.com" -SecRule HTTP_Referer|ARGS "best-pharmacy\.us" -SecRule HTTP_Referer|ARGS "bestpornhost\.com" -SecRule HTTP_Referer|ARGS "best-result-fast\.com" -SecRule HTTP_Referer|ARGS "bet-on-horseracing\.com" -SecRule HTTP_Referer|ARGS "beverlyhillspimpandhos\.com" -SecRule HTTP_Referer|ARGS "beverlyhillspimpsandhos\.com" -SecRule HTTP_Referer|ARGS "\bgo\.ro\b" -SecRule HTTP_Referer|ARGS "bierikiuetsch\.com" -SecRule HTTP_Referer|ARGS "biexperience\.org" -SecRule HTTP_Referer|ARGS "big-black-butts\.net" -SecRule HTTP_Referer|ARGS "bigbras-club\.com" -SecRule HTTP_Referer|ARGS "big-breast-success\.com" -SecRule HTTP_Referer|ARGS "bigdig\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "big-fat-girls\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "big-hooters\.net" -SecRule HTTP_Referer|ARGS "bigmag\.com\.ua" -SecRule HTTP_Referer|ARGS "bigmoms\.com" -SecRule HTTP_Referer|ARGS "bigmouthfuls\.com" -SecRule HTTP_Referer|ARGS "big-natural-boobs\.us" -SecRule HTTP_Referer|ARGS "big-naturals-4u\.com" -SecRule HTTP_Referer|ARGS "big-rant\.com" -SecRule HTTP_Referer|ARGS "\.bigsitecity\.com" -SecRule HTTP_Referer|ARGS "bigtitchaz\.com" -SecRule HTTP_Referer|ARGS "bigtitsroundasses\.com" -SecRule HTTP_Referer|ARGS "bigyonet\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "bigyonet\.com" -SecRule HTTP_Referer|ARGS "bildmitteilung\.us" -SecRule HTTP_Referer|ARGS "billigfluege-billige-fluege\.de" -SecRule HTTP_Referer|ARGS "bingo-net\.com" -SecRule HTTP_Referer|ARGS "bio-snoop\.com" -SecRule HTTP_Referer|ARGS "birds\.com.ru" -SecRule HTTP_Referer|ARGS "birth-control-links\.com" -SecRule HTTP_Referer|ARGS "biteenz\.com" -SecRule HTTP_Referer|ARGS "bizhat\.com" -SecRule HTTP_Referer|ARGS "bj-cas\.cn" -SecRule HTTP_Referer|ARGS "bjerwai\.com" -SecRule HTTP_Referer|ARGS "bj-fyhj\.com" -SecRule HTTP_Referer|ARGS "bjgift\.com" -SecRule HTTP_Referer|ARGS "bj-hchy\.com" -SecRule HTTP_Referer|ARGS "bjkhp\.com" -SecRule HTTP_Referer|ARGS "bjxhjy\.com" -SecRule HTTP_Referer|ARGS "bla5\.com" -SecRule HTTP_Referer|ARGS "black-4u.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "black-4u.*\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "black-amateur-cock\.net" -SecRule HTTP_Referer|ARGS "blackbusty\.com" -SecRule HTTP_Referer|ARGS "black-dick-white-slut\.com" -SecRule HTTP_Referer|ARGS "black-girls\.blowsearch\.ws" -SecRule HTTP_Referer|ARGS "blackjack-123\.com" -SecRule HTTP_Referer|ARGS "blackjack-21\.ws" -SecRule HTTP_Referer|ARGS "black-jack-4u\.net" -SecRule HTTP_Referer|ARGS "blackjack-4u\.net" -SecRule HTTP_Referer|ARGS "blackjack-777\.net" -SecRule HTTP_Referer|ARGS "blackjack777\.net" -SecRule HTTP_Referer|ARGS "blackjack-8\.com" -SecRule HTTP_Referer|ARGS "blackjack-dot\.com" -SecRule HTTP_Referer|ARGS "blackjack\.fm" -SecRule HTTP_Referer|ARGS "blackjack-game" -SecRule HTTP_Referer|ARGS "blackjack-homepage\.com" -SecRule HTTP_Referer|ARGS "blackjack-p\.com" -SecRule HTTP_Referer|ARGS "blackjack-play-blackjack\.com" -SecRule HTTP_Referer|ARGS "blackjacksite\.net" -SecRule HTTP_Referer|ARGS "black-jack-trx\.com" -SecRule HTTP_Referer|ARGS "blackjack-winner\.net" -SecRule HTTP_Referer|ARGS "blackmanhiggs\.com" -SecRule HTTP_Referer|ARGS "black-poker.*\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "blahblah\.tk" -SecRule HTTP_Referer|ARGS "blevensdamman\.com" -SecRule HTTP_Referer|ARGS "blk-web\.de" -SecRule HTTP_Referer|ARGS "bllogspot\.com" -SecRule HTTP_Referer|ARGS "bloglabs\.biz" -SecRule HTTP_Referer|ARGS "blogman\.biz" -SecRule HTTP_Referer|ARGS "blogmen\.net" -SecRule HTTP_Referer|ARGS "blogspam\.org" -SecRule HTTP_Referer|ARGS "blog-tips\.com" -SecRule HTTP_Referer|ARGS "blonde-pussy\.us" -SecRule HTTP_Referer|ARGS "blondes2fuck\.com" -SecRule HTTP_Referer|ARGS "blonde-video\.us" -SecRule HTTP_Referer|ARGS "blonde-xxx\.us" -SecRule HTTP_Referer|ARGS "blownapart\.com" -SecRule HTTP_Referer|ARGS "blumengruss-onlineshop\.de" -SecRule HTTP_Referer|ARGS "blumenshop-versand\.de" -SecRule HTTP_Referer|ARGS "bnetsol\.com" -SecRule HTTP_Referer|ARGS "body-jewelry\.reestr\.net" -SecRule HTTP_Referer|ARGS "bodyjock\.com" -SecRule HTTP_Referer|ARGS "body-piercing\.softinterop\.com" -SecRule HTTP_Referer|ARGS "boldbdsm.nl" -SecRule HTTP_Referer|ARGS "bondage-story\.blogspot\.com" -SecRule HTTP_Referer|ARGS "bon-referencement\.com" -SecRule HTTP_Referer|ARGS "boobmorning\.com" -SecRule HTTP_Referer|ARGS "boobspost\.com" -SecRule HTTP_Referer|ARGS "booktextone\.com" -SecRule HTTP_Referer|ARGS "boom\.ru" -SecRule HTTP_Referer|ARGS "\.realestateseller\.net" -SecRule HTTP_Referer|ARGS "bootyquake\.com" -SecRule HTTP_Referer|ARGS "borindonaragara\.com" -SecRule HTTP_Referer|ARGS "boysgonebad\.net" -SecRule HTTP_Referer|ARGS "boys-sex\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "brazilbang\.biz" -SecRule HTTP_Referer|ARGS "brd-frauen.de" -SecRule HTTP_Referer|ARGS "breast-augmentation\.top-big-tits\.com" -SecRule HTTP_Referer|ARGS "breastfeeding\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "briana-banks-dot\.com" -SecRule HTTP_Referer|ARGS "british-hardcore\.net" -SecRule HTTP_Referer|ARGS "bszz\.com" -SecRule HTTP_Referer|ARGS "btnetsol\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "budobytes\.com" -SecRule HTTP_Referer|ARGS "bueroversand-xxl\.de" -SecRule HTTP_Referer|ARGS "bugaboo-stroller\.com" -SecRule HTTP_Referer|ARGS "build-penis\.com" -SecRule HTTP_Referer|ARGS "bukakke\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "bulkcrawler\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "bulkemailsoft\.com" -SecRule HTTP_Referer|ARGS "burningcar\.net" -SecRule HTTP_Referer|ARGS "burundonamagara\.com" -SecRule HTTP_Referer|ARGS "businessgrants\.biz" -SecRule HTTP_Referer|ARGS "business-grants\.org" -SecRule HTTP_Referer|ARGS "business-web-site\.net" -SecRule HTTP_Referer|ARGS "bustyangelique\.com" -SecRule HTTP_Referer|ARGS "bustydustystash\.com" -SecRule HTTP_Referer|ARGS "bustykerrymarie\.com" -SecRule HTTP_Referer|ARGS "busty-models\.us" -SecRule HTTP_Referer|ARGS "butalbital\.org" -SecRule HTTP_Referer|ARGS "buy-2005" -SecRule HTTP_Referer|ARGS "buy-2005\.com" -SecRule HTTP_Referer|ARGS "buy-2005-top\.com" -SecRule HTTP_Referer|ARGS "buy-adult-sex-toys\.com" -SecRule HTTP_Referer|ARGS "buy-adult-toys\.biz" -SecRule HTTP_Referer|ARGS "buy-car-insurance-4-us\.com" -SecRule HTTP_Referer|ARGS "buy-ceramics\.com" -SecRule HTTP_Referer|ARGS "buycheapcialis" -SecRule HTTP_Referer|ARGS "buy-cheapest-lexapro-side-effects-noprescription\.biz" -SecRule HTTP_Referer|ARGS "buycheappills\.net" -SecRule HTTP_Referer|ARGS "buy-cialis\.ws" -SecRule HTTP_Referer|ARGS "buy-computer-memory\.net" -SecRule HTTP_Referer|ARGS "buy-computer\.us" -SecRule HTTP_Referer|ARGS "buy-diclofenac-online" -SecRule HTTP_Referer|ARGS "buy-discount-airline-tickets\.com" -SecRule HTTP_Referer|ARGS "buy-drugs-online\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "buyhgh" -SecRule HTTP_Referer|ARGS "buy-laptop\.biz" -SecRule HTTP_Referer|ARGS "buylipitor" -SecRule HTTP_Referer|ARGS "buyprilosec" -SecRule HTTP_Referer|ARGS "buy-rx-usa\.com" -SecRule HTTP_Referer|ARGS "buy-sex-toys\.net" -SecRule HTTP_Referer|ARGS "buystuffpayless\.com" -SecRule HTTP_Referer|ARGS "buyzocor" -SecRule HTTP_Referer|ARGS "b-witchedcentral\.co\.uk" -SecRule HTTP_Referer|ARGS "byronbayinternet\.com" -SecRule HTTP_Referer|ARGS "ca-america\.com" -SecRule HTTP_Referer|ARGS "calendari-donne\.com" -SecRule HTTP_Referer|ARGS "calendaridonne\.com" -SecRule HTTP_Referer|ARGS "calendari-donne\.net" -SecRule HTTP_Referer|ARGS "calendaridonne\.net" -SecRule HTTP_Referer|ARGS "callingcardchoice\.com" -SecRule HTTP_Referer|ARGS "cambridgetherapynotebook\.co\.uk" -SecRule HTTP_Referer|ARGS "camemberts\.org" -SecRule HTTP_Referer|ARGS "camfun24\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "canadianlabels\.net" -SecRule HTTP_Referer|ARGS "cantwell2000\.com" -SecRule HTTP_Referer|ARGS "canzoni\.cc" -SecRule HTTP_Referer|ARGS "canzoni-italiane\.com" -SecRule HTTP_Referer|ARGS "canzoni-italiane\.net" -SecRule HTTP_Referer|ARGS "canzoni-italiane\.org" -SecRule HTTP_Referer|ARGS "canzoni-karaoke\.com" -SecRule HTTP_Referer|ARGS "canzoni-mp3\.com" -SecRule HTTP_Referer|ARGS "canzoni-mp3\.us" -SecRule HTTP_Referer|ARGS "canzoni-musica\.com" -SecRule HTTP_Referer|ARGS "canzonisanremo\.com" -SecRule HTTP_Referer|ARGS "canzonistraniere\.com" -SecRule HTTP_Referer|ARGS "capital-credit-cards\.com" -SecRule HTTP_Referer|ARGS "capitalraiser\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "capquella\.com" -SecRule HTTP_Referer|ARGS "captain-stabbin-4u\.com" -SecRule HTTP_Referer|ARGS "captain-stabbin\.blogspot\.com" -SecRule HTTP_Referer|ARGS "card-games-tfx\.com" -SecRule HTTP_Referer|ARGS "cardsloansmortgages\.com" -SecRule HTTP_Referer|ARGS "car-financing-low-rates\.biz" -SecRule HTTP_Referer|ARGS "car-fuck\.net" -SecRule HTTP_Referer|ARGS "caribbean-poker-web\.com" -SecRule HTTP_Referer|ARGS "carnalhost\.com" -SecRule HTTP_Referer|ARGS "carnumbers\.ru" -SecRule HTTP_Referer|ARGS "carpia\.net" -SecRule HTTP_Referer|ARGS "carpiar\.net" -SecRule HTTP_Referer|ARGS "car-rental-links\.com" -SecRule HTTP_Referer|ARGS "car-rentals-2go\.com" -SecRule HTTP_Referer|ARGS "car-rental-search\.com" -SecRule HTTP_Referer|ARGS "carriere.ca" -SecRule HTTP_Referer|ARGS "carrot.no" -SecRule HTTP_Referer|ARGS "cars-links\.com" -SecRule HTTP_Referer|ARGS "cartoni-animati\.com" -SecRule HTTP_Referer|ARGS "cartonierotici\.com" -SecRule HTTP_Referer|ARGS "cartonigiapponesi\.com" -SecRule HTTP_Referer|ARGS "cartoni-hentai\.com" -SecRule HTTP_Referer|ARGS "cartoni-hentai\.net" -SecRule HTTP_Referer|ARGS "cartonihentai\.net" -SecRule HTTP_Referer|ARGS "cartoni-hentai\.org" -SecRule HTTP_Referer|ARGS "cartoni-porno\.com" -SecRule HTTP_Referer|ARGS "cartopia\.com" -SecRule HTTP_Referer|ARGS "\.cas44\.com" -SecRule HTTP_Referer|ARGS "cas7\.net" -SecRule HTTP_Referer|ARGS "cashadvanceclub\.com" -SecRule HTTP_Referer|ARGS "cash-advance-quick\.com" -SecRule HTTP_Referer|ARGS "cash-net\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "cash-net\.biz" -SecRule HTTP_Referer|ARGS "casino\.150m\.com" -SecRule HTTP_Referer|ARGS "casino747\.net" -SecRule HTTP_Referer|ARGS "casino-attraction\.com" -SecRule HTTP_Referer|ARGS "casino-bet-casino\.com" -SecRule HTTP_Referer|ARGS "casino-cash\.net" -SecRule HTTP_Referer|ARGS "casinochique\.com" -SecRule HTTP_Referer|ARGS ".*-casino\.com" -SecRule HTTP_Referer|ARGS "ca-s-ino\.com" -SecRule HTTP_Referer|ARGS "casino\.com" -SecRule HTTP_Referer|ARGS "casino-en-ligne\.fr\.vu" -SecRule HTTP_Referer|ARGS "casinoequipmentsalesandrental\.com" -SecRule HTTP_Referer|ARGS "casino-games-4-us\.com" -SecRule HTTP_Referer|ARGS "casino-games-i\.com" -SecRule HTTP_Referer|ARGS "casino-game-trx\.com" -SecRule HTTP_Referer|ARGS "casino-gaming-trx\.com" -SecRule HTTP_Referer|ARGS "casino-in-linea\.it\.st" -SecRule HTTP_Referer|ARGS "casino-jp\.com" -SecRule HTTP_Referer|ARGS "casinolasvegas-online\.com" -SecRule HTTP_Referer|ARGS "casino\.menegum\.co\.uk" -SecRule HTTP_Referer|ARGS "casino-online-i\.com" -SecRule HTTP_Referer|ARGS "casino-online-on-line\.com" -SecRule HTTP_Referer|ARGS "casino-onnet-bonus\.com" -SecRule HTTP_Referer|ARGS "casino-on-net\.com" -SecRule HTTP_Referer|ARGS "casinoplaces\.net" -SecRule HTTP_Referer|ARGS "casinos-8\.com" -SecRule HTTP_Referer|ARGS "casinos-jp\.com" -SecRule HTTP_Referer|ARGS "casino-slot\.ws" -SecRule HTTP_Referer|ARGS "casinos-plus\.com" -SecRule HTTP_Referer|ARGS "casinotrixx\.com" -SecRule HTTP_Referer|ARGS "(casino)+[\w\-_.]*\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "casino-wins\.net" -SecRule HTTP_Referer|ARGS "castingagentur2004\.de" -SecRule HTTP_Referer|ARGS "catchathief\.org" -SecRule HTTP_Referer|ARGS "cbitech\.com" -SecRule HTTP_Referer|ARGS "ccbill\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "ccie130\.com" -SecRule HTTP_Referer|ARGS "ccie-ccnie\.com" -SecRule HTTP_Referer|ARGS "ccna130\.com" -SecRule HTTP_Referer|ARGS "ccna-ccna\.com" -SecRule HTTP_Referer|ARGS "ccnp130\.com" -SecRule HTTP_Referer|ARGS "ccnp-ccnp\.com" -SecRule HTTP_Referer|ARGS "cdshop-guenstig\.de" -SecRule HTTP_Referer|ARGS "cds-xxl\.de" -SecRule HTTP_Referer|ARGS "celebrexonline\.us" -SecRule HTTP_Referer|ARGS "celebritylust\.blog-city\.com" -SecRule HTTP_Referer|ARGS "celebritypics\.ws" -SecRule HTTP_Referer|ARGS "celebskin\.com" -SecRule HTTP_Referer|ARGS "celebtastic\.com" -SecRule HTTP_Referer|ARGS "cell-phone-accessories-dot\.com" -SecRule HTTP_Referer|ARGS "ceramics-store\.com" -SecRule HTTP_Referer|ARGS "certificationking\.net" -SecRule HTTP_Referer|ARGS "certified-new-autos\.com" -SecRule HTTP_Referer|ARGS "certified-new-cars\.com" -SecRule HTTP_Referer|ARGS "certified-new-suvs\.com" -SecRule HTTP_Referer|ARGS "certified-used-cars\.com" -SecRule HTTP_Referer|ARGS "certified-used-suvs\.com" -SecRule HTTP_Referer|ARGS "cesew\.org" -SecRule HTTP_Referer|ARGS "charisma\.dyndns\.dk" -SecRule HTTP_Referer|ARGS "chat-l\.de" -SecRule HTTP_Referer|ARGS "chatten\.bilder-j\.de" -SecRule HTTP_Referer|ARGS "chauffeurtours\.co\.uk" -SecRule HTTP_Referer|ARGS "cheapacyclovir\.com" -SecRule HTTP_Referer|ARGS "cheap-adult-sex-toys\.com" -SecRule HTTP_Referer|ARGS "cheap-airfare-airline-ticket\.com" -SecRule HTTP_Referer|ARGS "cheap-celebrex-prescriptions\.com" -SecRule HTTP_Referer|ARGS "cheap-christmas-gifts\.co\.uk" -SecRule HTTP_Referer|ARGS "cheap-cigarettes\.com" -SecRule HTTP_Referer|ARGS "cheapcodeine\.biz" -SecRule HTTP_Referer|ARGS "cheap-computers\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "cheapdrugpharmacy\.com" -SecRule HTTP_Referer|ARGS "cheaper-digital-cameras\.uk\.com" -SecRule HTTP_Referer|ARGS "cheaper-loans\.eu\.com" -SecRule HTTP_Referer|ARGS "cheapest-pills-online\.com" -SecRule HTTP_Referer|ARGS "cheapgenericsoma\.info" -SecRule HTTP_Referer|ARGS "cheap-laptop-notebook\.netdims\.com" -SecRule HTTP_Referer|ARGS "cheap-online-pharmacy\.org" -SecRule HTTP_Referer|ARGS "cheap-pills-online\.com" -SecRule HTTP_Referer|ARGS "cheapsomaonline\.biz" -SecRule HTTP_Referer|ARGS "cheaptabs\.envy\.nu" -SecRule HTTP_Referer|ARGS "cheap-web-hosting-companies\.com" -SecRule HTTP_Referer|ARGS "checkmeds\.com" -SecRule HTTP_Referer|ARGS "\.checkproxy\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "cherrybrady\.com" -SecRule HTTP_Referer|ARGS "chickz\.com" -SecRule HTTP_Referer|ARGS "chillout\.bpa\.nu" -SecRule HTTP_Referer|ARGS "chinaaircatering\.com" -SecRule HTTP_Referer|ARGS "chinagoldcoininc\.com" -SecRule HTTP_Referer|ARGS "chineseapesattack" -SecRule HTTP_Referer|ARGS "chloesworld\.com" -SecRule HTTP_Referer|ARGS "choose-online-university\.com" -SecRule HTTP_Referer|ARGS "chrislaker\.co\.uk" -SecRule HTTP_Referer|ARGS "christmas-casino\.spb\.ru" -SecRule HTTP_Referer|ARGS "cialisapcalis\.com" -SecRule HTTP_Referer|ARGS "cialis-buy\.com" -SecRule HTTP_Referer|ARGS "cialis-dot\.com" -SecRule HTTP_Referer|ARGS "cialis-express\.com" -SecRule HTTP_Referer|ARGS "cialis\.homeip\.net" -SecRule HTTP_Referer|ARGS "cialisnetwork\.com" -SecRule HTTP_Referer|ARGS "\.bravehost\.com" -SecRule HTTP_Referer|ARGS "cialis-weekend-pills\.com" -SecRule HTTP_Referer|ARGS "ciscochina\.com" -SecRule HTTP_Referer|ARGS "clamber\.de" -SecRule HTTP_Referer|ARGS "clanbov\.com" -SecRule HTTP_Referer|ARGS "classifiche-italiane\.org" -SecRule HTTP_Referer|ARGS "classifiche-musicali\.com" -SecRule HTTP_Referer|ARGS "classifichemusicali\.com" -SecRule HTTP_Referer|ARGS "classifiche-musicali\.net" -SecRule HTTP_Referer|ARGS "classifiche-musicali\.org" -SecRule HTTP_Referer|ARGS "claudiachristian\.co\.uk" -SecRule HTTP_Referer|ARGS "claypokerchips-claypokerchips\.com" -SecRule HTTP_Referer|ARGS "cleanadulthost\.com" -SecRule HTTP_Referer|ARGS "cleannbright\.co\.uk" -SecRule HTTP_Referer|ARGS "click-or-not\.de" -SecRule HTTP_Referer|ARGS "click-poker\.com" -SecRule HTTP_Referer|ARGS "clickscoring\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "clophillac\.org\.uk" -SecRule HTTP_Referer|ARGS "closed-network\.com" -SecRule HTTP_Referer|ARGS "club69\.net" -SecRule HTTP_Referer|ARGS "clubatlantiscasino\.com" -SecRule HTTP_Referer|ARGS "club-nouvelle-mini\.com" -SecRule HTTP_Referer|ARGS "club-online-poker" -SecRule HTTP_Referer|ARGS "clubstic\.com" -SecRule HTTP_Referer|ARGS "cmeontv\.de" -SecRule HTTP_Referer|ARGS "cnbjflower\.com" -SecRule HTTP_Referer|ARGS "cngangqiu\.com" -SecRule HTTP_Referer|ARGS "cntoplead\.com" -SecRule HTTP_Referer|ARGS "coed-girls\.com" -SecRule HTTP_Referer|ARGS "coffee-delivered\.com" -SecRule HTTP_Referer|ARGS "cokemusic\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "colkk\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "college-girl-pic\.com" -SecRule HTTP_Referer|ARGS "college-links\.net" -SecRule HTTP_Referer|ARGS "college-scholarships-grants\.biz" -SecRule HTTP_Referer|ARGS "colunn\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "combaltec\.com" -SecRule HTTP_Referer|ARGS "comeback\.com" -SecRule HTTP_Referer|ARGS "cometojapan\.com" -SecRule HTTP_Referer|ARGS "cometomalaysia\.com" -SecRule HTTP_Referer|ARGS "cometosingapore\.com" -SecRule HTTP_Referer|ARGS "cometothailand\.com" -SecRule HTTP_Referer|ARGS "commtec.ch" -SecRule HTTP_Referer|ARGS "comnaked-old-women\.com" -SecRule HTTP_Referer|ARGS "compare-counseling" -SecRule HTTP_Referer|ARGS "compare-mortgage-rates" -SecRule HTTP_Referer|ARGS "completelycars\.com" -SecRule HTTP_Referer|ARGS "completelyherbal\.com" -SecRule HTTP_Referer|ARGS "comptershops-online\.de" -SecRule HTTP_Referer|ARGS "computer-onlinebestellung\.de" -SecRule HTTP_Referer|ARGS "computer-und-erotische-spiele-download\.com" -SecRule HTTP_Referer|ARGS "computerversand-xxl\.de" -SecRule HTTP_Referer|ARGS "condodream\.com" -SecRule HTTP_Referer|ARGS "condosee\.com" -SecRule HTTP_Referer|ARGS "conjuratia\.com" -SecRule HTTP_Referer|ARGS "consolidate-debt-usa\.net" -SecRule HTTP_Referer|ARGS "consolidation-elimination\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "consolidation-loans\.com" -SecRule HTTP_Referer|ARGS "container-partner\.de" -SecRule HTTP_Referer|ARGS "cool-extreme\.com" -SecRule HTTP_Referer|ARGS "cool-mix\.com" -SecRule HTTP_Referer|ARGS "coolp\.biz" -SecRule HTTP_Referer|ARGS "coolp\.net" -SecRule HTTP_Referer|ARGS "cool-poker\.com" -SecRule HTTP_Referer|ARGS "coolp\.org" -SecRule HTTP_Referer|ARGS "coresleep\.com" -SecRule HTTP_Referer|ARGS "cosmeticsurgery\.us" -SecRule HTTP_Referer|ARGS "cosmeticsurgery\.us\.com" -SecRule HTTP_Referer|ARGS "cost-of-penis-enlargement-surgery" -SecRule HTTP_Referer|ARGS "couponmountain\.com" -SecRule HTTP_Referer|ARGS "cover-your-feet\.com" -SecRule HTTP_Referer|ARGS "cowrie\.com.ru" -SecRule HTTP_Referer|ARGS "crazyfrog\.wtf\.la" -SecRule HTTP_Referer|ARGS "creamfilledholes\.biz" -SecRule HTTP_Referer|ARGS "creamlog.org" -SecRule HTTP_Referer|ARGS "creditcardpost\.com" -SecRule HTTP_Referer|ARGS "credit-cards-credit-cards-credit-cards\.net" -SecRule HTTP_Referer|ARGS "credit-dreams\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "credit-factor\.com" -SecRule HTTP_Referer|ARGS "credit-links\.net" -SecRule HTTP_Referer|ARGS "credit-loans-2005\.com" -SecRule HTTP_Referer|ARGS "credit-repair\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "creditrepairsoft\.com" -SecRule HTTP_Referer|ARGS "credit-report-links\.net" -SecRule HTTP_Referer|ARGS "creditsharpie\.com" -SecRule HTTP_Referer|ARGS "crepesuzette\." -SecRule HTTP_Referer|ARGS "crepesuzette\.com" -SecRule HTTP_Referer|ARGS "crescentarian\.net" -SecRule HTTP_Referer|ARGS "crpublish\.com" -SecRule HTTP_Referer|ARGS "crusingforsex.co.uk" -SecRule HTTP_Referer|ARGS "c-start\.net" -SecRule HTTP_Referer|ARGS "cum-facials\.us" -SecRule HTTP_Referer|ARGS "cumfiesta-4u\.com" -SecRule HTTP_Referer|ARGS "cumfietavideos\.com" -SecRule HTTP_Referer|ARGS "cumlogin\.com" -SecRule HTTP_Referer|ARGS "cumshot42\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "cureage\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "customerhandshaker\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "customer-reviews\.org" -SecRule HTTP_Referer|ARGS "cutpricepills\.com" -SecRule HTTP_Referer|ARGS "cyberfreehost\.com" -SecRule HTTP_Referer|ARGS "cycatki\.com" -SecRule HTTP_Referer|ARGS "cyclo-cross\.co\.uk" -SecRule HTTP_Referer|ARGS "cykanax\.com" -SecRule HTTP_Referer|ARGS "dad-daughter-incest\.com" -SecRule HTTP_Referer|ARGS "daiiuvwx\.com" -SecRule HTTP_Referer|ARGS "dailyliving\.info" -SecRule HTTP_Referer|ARGS "dailyorbit\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "dallmayr\.de" -SecRule HTTP_Referer|ARGS "damianer\.top-100\.pl" -SecRule HTTP_Referer|ARGS "danni\.com" -SecRule HTTP_Referer|ARGS "darest\.de" -SecRule HTTP_Referer|ARGS "darkangelclan\.com" -SecRule HTTP_Referer|ARGS "darkprofits.co.uk" -SecRule HTTP_Referer|ARGS "darzgx\.com" -SecRule HTTP_Referer|ARGS "datashaping\.com" -SecRule HTTP_Referer|ARGS "datestop\.net" -SecRule HTTP_Referer|ARGS "dating999" -SecRule HTTP_Referer|ARGS "dating999\.com" -SecRule HTTP_Referer|ARGS "dating-choice\.com" -SecRule HTTP_Referer|ARGS "dating-harmony\.com" -SecRule HTTP_Referer|ARGS "dating-online-dating\.org" -SecRule HTTP_Referer|ARGS "dating-porn-sluts\.com" -SecRule HTTP_Referer|ARGS "dating-service-dating\.com" -SecRule HTTP_Referer|ARGS "dating-services-dating-service\.com" -SecRule HTTP_Referer|ARGS "davidtaylor\.topcities\.com" -SecRule HTTP_Referer|ARGS "day4sex\.com" -SecRule HTTP_Referer|ARGS "deals-4you\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "debtconsolidationfirm\.net" -SecRule HTTP_Referer|ARGS "debt-consolidation-i" -SecRule HTTP_Referer|ARGS "debt-consolidation-i\.biz" -SecRule HTTP_Referer|ARGS "debt-consolidation-kick-a\.com" -SecRule HTTP_Referer|ARGS "debtconsolidationloans" -SecRule HTTP_Referer|ARGS "debt-consolidation-low-rates\.biz" -SecRule HTTP_Referer|ARGS "debt-consolidation-now-online\.com" -SecRule HTTP_Referer|ARGS "debtconsolidationusa\.org" -SecRule HTTP_Referer|ARGS "debt-disappear\.com" -SecRule HTTP_Referer|ARGS "debt-help-bill-consolidation-elimination\.com" -SecRule HTTP_Referer|ARGS "debtmanagementcompanyonline\.com" -SecRule HTTP_Referer|ARGS "debt-solution-tips\.com" -SecRule HTTP_Referer|ARGS "dedichepersonali\.com" -SecRule HTTP_Referer|ARGS "deep-ice\.com" -SecRule HTTP_Referer|ARGS "defunctportal\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "de\.hm" -SecRule HTTP_Referer|ARGS "deikmann\.de" -SecRule HTTP_Referer|ARGS "dentalinsurancehealth\.com" -SecRule HTTP_Referer|ARGS "dental-insurance-plan\.freeservers\.com" -SecRule HTTP_Referer|ARGS "dental-plan-source" -SecRule HTTP_Referer|ARGS "department-storez\.com" -SecRule HTTP_Referer|ARGS "desex.nl" -SecRule HTTP_Referer|ARGS "design4u\.ws" -SecRule HTTP_Referer|ARGS "desiraesworld\.com" -SecRule HTTP_Referer|ARGS "de\.sr" -SecRule HTTP_Referer|ARGS "deutschlandweite-immobilienangebote\.de" -SecRule HTTP_Referer|ARGS "devilofnights\.net" -SecRule HTTP_Referer|ARGS "devilofnights\.org" -SecRule HTTP_Referer|ARGS "devonanal\.com" -SecRule HTTP_Referer|ARGS "devon-daniels\.com" -SecRule HTTP_Referer|ARGS "dia-host\.com" -SecRule HTTP_Referer|ARGS "dianepoppos\.com" -SecRule HTTP_Referer|ARGS "diarypeople\.com" -SecRule HTTP_Referer|ARGS "dick-deputy\.com" -SecRule HTTP_Referer|ARGS "diecastdot\.com" -SecRule HTTP_Referer|ARGS "dieta\.cc" -SecRule HTTP_Referer|ARGS "dieta-dimagrante\.net" -SecRule HTTP_Referer|ARGS "dieta-mediterranea\.net" -SecRule HTTP_Referer|ARGS "dieta-zona\.com" -SecRule HTTP_Referer|ARGS "diet-doctor\.net" -SecRule HTTP_Referer|ARGS "diete\.bz" -SecRule HTTP_Referer|ARGS "diete-dimagranti\.com" -SecRule HTTP_Referer|ARGS "diethost\.net" -SecRule HTTP_Referer|ARGS "dieting-review\.com" -SecRule HTTP_Referer|ARGS "diet.org.ru" -SecRule HTTP_Referer|ARGS "dietpage\.net" -SecRule HTTP_Referer|ARGS "dietpatchformula\.com" -SecRule HTTP_Referer|ARGS "diet-pill" -SecRule HTTP_Referer|ARGS "diet-pills-now" -SecRule HTTP_Referer|ARGS "dietrest\.com" -SecRule HTTP_Referer|ARGS "diets-health\.com" -SecRule HTTP_Referer|ARGS "diets-plan\.net" -SecRule HTTP_Referer|ARGS "dietway\.net" -SecRule HTTP_Referer|ARGS "digitale-teile\.de" -SecRule HTTP_Referer|ARGS "digital-projector\.net" -SecRule HTTP_Referer|ARGS "digitaltwist\.co\.uk" -SecRule HTTP_Referer|ARGS "directcarrental\.com" -SecRule HTTP_Referer|ARGS "direct-contact\.com" -SecRule HTTP_Referer|ARGS "directcti\.com" -SecRule HTTP_Referer|ARGS "direct-deals-for-you\.info" -SecRule HTTP_Referer|ARGS "directrape\.com" -SecRule HTTP_Referer|ARGS "directringtones\.com" -SecRule HTTP_Referer|ARGS "direct-tv-for-free\.com" -SecRule HTTP_Referer|ARGS "direct-tv-online\.com" -SecRule HTTP_Referer|ARGS "dirty-story\.blogspot\.com" -SecRule HTTP_Referer|ARGS "discount-airfares-guide\.com" -SecRule HTTP_Referer|ARGS "discount-cheap-dental-insurance\.com" -SecRule HTTP_Referer|ARGS "discount-life-insurance\.us" -SecRule HTTP_Referer|ARGS "discountprinterrefill\.com" -SecRule HTTP_Referer|ARGS "discount-store\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "discover-credit-card" -SecRule HTTP_Referer|ARGS "discoveryofusa\.com" -SecRule HTTP_Referer|ARGS "dish-network\.org" -SecRule HTTP_Referer|ARGS "dish-network-w\.com" -SecRule HTTP_Referer|ARGS "disigncn\.com" -SecRule HTTP_Referer|ARGS "disney-hentai\.org" -SecRule HTTP_Referer|ARGS "divorce-links\.com" -SecRule HTTP_Referer|ARGS "djpritchard\.com" -SecRule HTTP_Referer|ARGS "dlctc\.com" -SecRule HTTP_Referer|ARGS "dnpose\.com" -SecRule HTTP_Referer|ARGS "dns110\.com" -SecRule HTTP_Referer|ARGS "dns2008\.cn" -SecRule HTTP_Referer|ARGS "dogfartmovieclips\.com" -SecRule HTTP_Referer|ARGS "dogolz\.de" -SecRule HTTP_Referer|ARGS "domkino\.com\.ua" -SecRule HTTP_Referer|ARGS "donne-belle\.net" -SecRule HTTP_Referer|ARGS "donnebelle\.net" -SecRule HTTP_Referer|ARGS "donne\.bz" -SecRule HTTP_Referer|ARGS "donne-famose\.biz" -SecRule HTTP_Referer|ARGS "donnefamose\.biz" -SecRule HTTP_Referer|ARGS "donnegrasse\.org" -SecRule HTTP_Referer|ARGS "donnemature\.biz" -SecRule HTTP_Referer|ARGS "donnemuscolose\.com" -SecRule HTTP_Referer|ARGS "donne-muscolose\.net" -SecRule HTTP_Referer|ARGS "donne-muscolose\.org" -SecRule HTTP_Referer|ARGS "donnenere\.com" -SecRule HTTP_Referer|ARGS "donne-nere\.net" -SecRule HTTP_Referer|ARGS "donnenere\.net" -SecRule HTTP_Referer|ARGS "donne-nere\.org" -SecRule HTTP_Referer|ARGS "donne-nude\.biz" -SecRule HTTP_Referer|ARGS "donnenude\.biz" -SecRule HTTP_Referer|ARGS "donne-porche\.com" -SecRule HTTP_Referer|ARGS "donneporche\.org" -SecRule HTTP_Referer|ARGS "donnesexy\.org" -SecRule HTTP_Referer|ARGS "donne-vogliose\.com" -SecRule HTTP_Referer|ARGS "donnevogliose\.net" -SecRule HTTP_Referer|ARGS "donnevogliose\.org" -SecRule HTTP_Referer|ARGS "donshardcoreporn\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "doobu\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "doobu\.com" -SecRule HTTP_Referer|ARGS "doo\.pl" -SecRule HTTP_Referer|ARGS "doorway-page-software" -SecRule HTTP_Referer|ARGS "dostweb\.com" -SecRule HTTP_Referer|ARGS "dotcomup\.com" -SecRule HTTP_Referer|ARGS "doubleyoudoubleyou\.com" -SecRule HTTP_Referer|ARGS "download-slotmachines\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "downloadzipcode\.com" -SecRule HTTP_Referer|ARGS "dr\.ag" -SecRule HTTP_Referer|ARGS "dragonball-porno\.com" -SecRule HTTP_Referer|ARGS "dragonballporno\.net" -SecRule HTTP_Referer|ARGS "dragonball-x\.biz" -SecRule HTTP_Referer|ARGS "dragonballx\.cc" -SecRule HTTP_Referer|ARGS "dragonball-xxx\.biz" -SecRule HTTP_Referer|ARGS "dragonballxxx\.biz" -SecRule HTTP_Referer|ARGS "draufgeschissen\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "dressagehorseinternational\.co\.uk" -SecRule HTTP_Referer|ARGS "drive-backup\.com" -SecRule HTTP_Referer|ARGS "drochka\.com" -SecRule HTTP_Referer|ARGS "drtushy\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "drug-enzyte" -SecRule HTTP_Referer|ARGS "drugsexperts\.com" -SecRule HTTP_Referer|ARGS "drugstore-online\.us" -SecRule HTTP_Referer|ARGS "drugstore\.st" -SecRule HTTP_Referer|ARGS "drunk-girls-flashing\.com" -SecRule HTTP_Referer|ARGS "drunk-girls-party\.us" -SecRule HTTP_Referer|ARGS "\.drunk-mom-sex\.com" -SecRule HTTP_Referer|ARGS "dtiserv2\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "dunecliffesaunton\.co\.uk" -SecRule HTTP_Referer|ARGS "dvd2\.us" -SecRule HTTP_Referer|ARGS "dvd-copier\.info" -SecRule HTTP_Referer|ARGS "dvd-downloads.nl" -SecRule HTTP_Referer|ARGS "dvddownloads.nl" -SecRule HTTP_Referer|ARGS "dvd-home-theatre\.com" -SecRule HTTP_Referer|ARGS "dvd-top-shop\.info" -SecRule HTTP_Referer|ARGS "dvdwizardpro\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "dwoq\.com" -SecRule HTTP_Referer|ARGS "e40\.nl" -SecRule HTTP_Referer|ARGS "easy-application-credit-cards\.com" -SecRule HTTP_Referer|ARGS "easygo\.hn\.org" -SecRule HTTP_Referer|ARGS "easy-loan\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "easyrecorder\.com" -SecRule HTTP_Referer|ARGS "easyseek\.us" -SecRule HTTP_Referer|ARGS "ebanking\.info" -SecRule HTTP_Referer|ARGS "ebaybusiness\.net" -SecRule HTTP_Referer|ARGS "e-best-poker\.com" -SecRule HTTP_Referer|ARGS "ebloggy\.com" -SecRule HTTP_Referer|ARGS "ebonyarchives\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "ebony-girls\.angelcities\.com" -SecRule HTTP_Referer|ARGS "ebony-xxx\.us" -SecRule HTTP_Referer|ARGS "ebookers\.co\.uk" -SecRule HTTP_Referer|ARGS "e-bookszone\.com" -SecRule HTTP_Referer|ARGS "e-casino-bonus\.com" -SecRule HTTP_Referer|ARGS "ecblast\.com" -SecRule HTTP_Referer|ARGS "eccentrix\.com/members/casinotips" -SecRule HTTP_Referer|ARGS "echofourdesign\.com" -SecRule HTTP_Referer|ARGS "e-cialis\.net" -SecRule HTTP_Referer|ARGS "eclexion\.net" -SecRule HTTP_Referer|ARGS "ecologix\.co\.uk" -SecRule HTTP_Referer|ARGS "e-credit-card-debt\.com" -SecRule HTTP_Referer|ARGS "eddiereva\.com" -SecRule HTTP_Referer|ARGS "e-debt-consolidation-loans\.com" -SecRule HTTP_Referer|ARGS "e-dental-insurance-plans" -SecRule HTTP_Referer|ARGS "e-dental-plans\.com" -SecRule HTTP_Referer|ARGS "edietplans\.net" -SecRule HTTP_Referer|ARGS "e-discus\.com" -SecRule HTTP_Referer|ARGS "edmontgomeryministries\.org" -SecRule HTTP_Referer|ARGS "edpowerspasswords\.com" -SecRule HTTP_Referer|ARGS "edrugstore\.md" -SecRule HTTP_Referer|ARGS "education-line\.com" -SecRule HTTP_Referer|ARGS "edwardbaskett\.com" -SecRule HTTP_Referer|ARGS "effexor\.cc" -SecRule HTTP_Referer|ARGS "effexor-web\.com" -SecRule HTTP_Referer|ARGS "e-fioricet\.com" -SecRule HTTP_Referer|ARGS "e-free-credit-reports\.com" -SecRule HTTP_Referer|ARGS "eggesfordhotel\.co\.uk" -SecRule HTTP_Referer|ARGS "egygift\.com" -SecRule HTTP_Referer|ARGS "e-hoodia-gordonii\.com" -SecRule HTTP_Referer|ARGS "einfach-wunschgewicht\.com" -SecRule HTTP_Referer|ARGS "elcenter-s\.ru" -SecRule HTTP_Referer|ARGS "eldorado\.com\.ua" -SecRule HTTP_Referer|ARGS "electricscooterland\.com" -SecRule HTTP_Referer|ARGS "electromark-uk\.co\.uk" -SecRule HTTP_Referer|ARGS "electronics-info\.com" -SecRule HTTP_Referer|ARGS "elegant-candles\.com" -SecRule HTTP_Referer|ARGS "elektronikshop-xxl\.de" -SecRule HTTP_Referer|ARGS "e-lemonlaw\.com" -SecRule HTTP_Referer|ARGS "elfundelf\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "elite-change\.com" -SecRule HTTP_Referer|ARGS "elitecities\.com" -SecRule HTTP_Referer|ARGS "emailsafety\.net" -SecRule HTTP_Referer|ARGS "emedia-omni\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "emedici\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "emmasarah\.com" -SecRule HTTP_Referer|ARGS "emmss\.com" -SecRule HTTP_Referer|ARGS "enacre\.net" -SecRule HTTP_Referer|ARGS "e-news\.host\.sk" -SecRule HTTP_Referer|ARGS "enhancementenlargement\.net" -SecRule HTTP_Referer|ARGS "enhancement-male\.com" -SecRule HTTP_Referer|ARGS "enhancementmale\.net" -SecRule HTTP_Referer|ARGS "enhancement-natural\.com" -SecRule HTTP_Referer|ARGS "enhancementnatural\.com" -SecRule HTTP_Referer|ARGS "enhancementnatural\.us" -SecRule HTTP_Referer|ARGS "enhancementpenis\.biz" -SecRule HTTP_Referer|ARGS "enhancementpenis\.com" -SecRule HTTP_Referer|ARGS "enjoy-blackjack\.com" -SecRule HTTP_Referer|ARGS "\.enlargementenhancement\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "enlargementenhancement\.com" -SecRule HTTP_Referer|ARGS "enlargementenhancement\.us" -SecRule HTTP_Referer|ARGS "enlargement-for-penis\.com" -SecRule HTTP_Referer|ARGS "enlargement-male\.biz" -SecRule HTTP_Referer|ARGS "enlargementmale\.net" -SecRule HTTP_Referer|ARGS "enlargementmale\.org" -SecRule HTTP_Referer|ARGS "enlargementnatural\.biz" -SecRule HTTP_Referer|ARGS "enlarg.*enhanc.*\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "envoyer-des-fleurs\.com" -SecRule HTTP_Referer|ARGS "enzyte-commercial" -SecRule HTTP_Referer|ARGS "e-online-bingo\.com" -SecRule HTTP_Referer|ARGS "eonsystems\.com" -SecRule HTTP_Referer|ARGS "e-order-propecia\.com" -SecRule HTTP_Referer|ARGS "epaycash\.com" -SecRule HTTP_Referer|ARGS "e-personalinjurylawyers" -SecRule HTTP_Referer|ARGS "e-personalinjurylawyers\.com" -SecRule HTTP_Referer|ARGS "e--pics\.com" -SecRule HTTP_Referer|ARGS "e-pills-buy\.com" -SecRule HTTP_Referer|ARGS "e-play-bingo\.com" -SecRule HTTP_Referer|ARGS "e-poker-888\.com" -SecRule HTTP_Referer|ARGS "e-poker-games\.info" -SecRule HTTP_Referer|ARGS "erbium12\.com" -SecRule HTTP_Referer|ARGS "erosway\.com" -SecRule HTTP_Referer|ARGS "erotic4free\.net" -SecRule HTTP_Referer|ARGS "erotic-free\.com" -SecRule HTTP_Referer|ARGS "erotic-lesbian-story\.blogspot\.com" -SecRule HTTP_Referer|ARGS "erotic-video\.us" -SecRule HTTP_Referer|ARGS "erotische-geschichten-portal\.com" -SecRule HTTP_Referer|ARGS "erotischkontakt\.com" -SecRule HTTP_Referer|ARGS "escort-agency-paris\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "escort-links\.net" -SecRule HTTP_Referer|ARGS "escort-service-paris\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "escorts-links\.com" -SecRule HTTP_Referer|ARGS "escort-woman\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "esesso-gratis\.com" -SecRule HTTP_Referer|ARGS "esmartdesign\.com" -SecRule HTTP_Referer|ARGS "e-southbeachdiet\.com" -SecRule HTTP_Referer|ARGS "esport3\.com" -SecRule HTTP_Referer|ARGS "ethixsouthwest\.com" -SecRule HTTP_Referer|ARGS "e-top-pharmacy\.com" -SecRule HTTP_Referer|ARGS "e-tutor\.com" -SecRule HTTP_Referer|ARGS "eurotexans\.com" -SecRule HTTP_Referer|ARGS "eurowins\.net" -SecRule HTTP_Referer|ARGS "evananderson\.topcities\.com" -SecRule HTTP_Referer|ARGS "evanstonpl\.org" -SecRule HTTP_Referer|ARGS "event-kalendarium\.de" -SecRule HTTP_Referer|ARGS "evenway\.net" -SecRule HTTP_Referer|ARGS "everyvoice\.net" -SecRule HTTP_Referer|ARGS "e-virtual-casino\.com" -SecRule HTTP_Referer|ARGS "evromaster\.ru" -SecRule HTTP_Referer|ARGS "ewilla\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "exclaim4creditcardprocessingmerchantaccount\.com" -SecRule HTTP_Referer|ARGS "exdrawings\.com" -SecRule HTTP_Referer|ARGS "exitq\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "exoticdvds\.co\.uk" -SecRule HTTP_Referer|ARGS "exoticmoms\.com" -SecRule HTTP_Referer|ARGS "expert-gambling\.com" -SecRule HTTP_Referer|ARGS "expoze\.com" -SecRule HTTP_Referer|ARGS "extrasms\.de" -SecRule HTTP_Referer|ARGS "extreme-rape\.org" -SecRule HTTP_Referer|ARGS "extreme-sex\.org" -SecRule HTTP_Referer|ARGS "f2g\.net" -SecRule HTTP_Referer|ARGS "f2s\.be" -SecRule HTTP_Referer|ARGS "fabida\.net" -SecRule HTTP_Referer|ARGS "fabulos\.de" -SecRule HTTP_Referer|ARGS "fabuloussextoys\.com" -SecRule HTTP_Referer|ARGS "facial-skin-care-center\.com" -SecRule HTTP_Referer|ARGS "fakoli\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "familydiet\.org" -SecRule HTTP_Referer|ARGS "family-incest-stories\.com" -SecRule HTTP_Referer|ARGS "family-incest\.us" -SecRule HTTP_Referer|ARGS "famousass\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "famousppl\.me\.uk" -SecRule HTTP_Referer|ARGS "fantasyfootballsportsbook\.com" -SecRule HTTP_Referer|ARGS "\.FAQserv\.com" -SecRule HTTP_Referer|ARGS "farm-beastiality\.com" -SecRule HTTP_Referer|ARGS "farmsx\.com" -SecRule HTTP_Referer|ARGS "fast-cash-quick-money-easy-loan\.com" -SecRule HTTP_Referer|ARGS "fast-fioricet\.com" -SecRule HTTP_Referer|ARGS "fast-mortgage-4-u\.com" -SecRule HTTP_Referer|ARGS "fast-news-servers\.com" -SecRule HTTP_Referer|ARGS "fat-cash\.com" -SecRule HTTP_Referer|ARGS "fateback\.com" -SecRule HTTP_Referer|ARGS "fat-lesbians\.net" -SecRule HTTP_Referer|ARGS "fat-pussy-sex\.net" -SecRule HTTP_Referer|ARGS "fatty-liver\.cn" -SecRule HTTP_Referer|ARGS "fatwarfare\.com" -SecRule HTTP_Referer|ARGS "favilon\.net" -SecRule HTTP_Referer|ARGS "fbc-media\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "fda\.com\.cn" -SecRule HTTP_Referer|ARGS "fearcrow\.com" -SecRule HTTP_Referer|ARGS "federalgovernmentgrants\.net" -SecRule HTTP_Referer|ARGS "feetslave.nl" -SecRule HTTP_Referer|ARGS "feidenfurniture\.com" -SecRule HTTP_Referer|ARGS "femaledrive\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "female-drive-dysfunction\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "female-dysfunction\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "female-enhancement\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "femalelibido" -SecRule HTTP_Referer|ARGS "female-libido" -SecRule HTTP_Referer|ARGS "female-orgasms\.org" -SecRule HTTP_Referer|ARGS "femaleviagra\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "femto\.static\.net" -SecRule HTTP_Referer|ARGS "ficken.d4f\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "fidelityfunding\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "fidelityfunding\.net" -SecRule HTTP_Referer|ARGS "fielit\.de" -SecRule HTTP_Referer|ARGS "figa\.nu" -SecRule HTTP_Referer|ARGS "film456\.com" -SecRule HTTP_Referer|ARGS "film-porno\.us" -SecRule HTTP_Referer|ARGS "filthserver\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "filthserver\.com" -SecRule HTTP_Referer|ARGS "final-fantasy-hentai\.org" -SecRule HTTP_Referer|ARGS "finance-world\.net" -SecRule HTTP_Referer|ARGS "finanzen-marktplatz\.de" -SecRule HTTP_Referer|ARGS "findbestpills" -SecRule HTTP_Referer|ARGS "findbestpills\.com" -SecRule HTTP_Referer|ARGS "findbestshop\.com" -SecRule HTTP_Referer|ARGS "findbookmakers\.com" -SecRule HTTP_Referer|ARGS "find-cheap-dental-plans\.com" -SecRule HTTP_Referer|ARGS "finddatingsites\.com" -SecRule HTTP_Referer|ARGS "findish\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "find-it-buy-it\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "find-lesbian-porn\.com" -SecRule HTTP_Referer|ARGS "find-physician\.com" -SecRule HTTP_Referer|ARGS "findsexxx\.us" -SecRule HTTP_Referer|ARGS "find-u-that-mortgage\.com" -SecRule HTTP_Referer|ARGS "findyouruni\.com" -SecRule HTTP_Referer|ARGS "finger-bobs\.com" -SecRule HTTP_Referer|ARGS "fioricet4u" -SecRule HTTP_Referer|ARGS "fioricet\.batcave\.net" -SecRule HTTP_Referer|ARGS "fioricet\.bravehost\.com" -SecRule HTTP_Referer|ARGS "fioricet-dot\.com" -SecRule HTTP_Referer|ARGS "fioricet-online-here\.com" -SecRule HTTP_Referer|ARGS "fioricet\.st" -SecRule HTTP_Referer|ARGS "fioricet-web\.com" -SecRule HTTP_Referer|ARGS "firstchoicebanksandpremiercredit\.com" -SecRule HTTP_Referer|ARGS "first-poker\.com" -SecRule HTTP_Referer|ARGS "firsttimeaddition\.com" -SecRule HTTP_Referer|ARGS "first-time-story\.blogspot\.com" -SecRule HTTP_Referer|ARGS "firsttimeteadrinker\.com" -SecRule HTTP_Referer|ARGS "fishing\.net.ru" -SecRule HTTP_Referer|ARGS "fishoilmiracle\.com" -SecRule HTTP_Referer|ARGS "fitness-links\.net" -SecRule HTTP_Referer|ARGS "fitnessx\.net" -SecRule HTTP_Referer|ARGS "flafeber\.com" -SecRule HTTP_Referer|ARGS "flatbedshipping\.com" -SecRule HTTP_Referer|ARGS "flatwonkers\.com" -SecRule HTTP_Referer|ARGS "flecka\.org" -SecRule HTTP_Referer|ARGS "fleshlight\.org" -SecRule HTTP_Referer|ARGS "fleshlight\.ro" -SecRule HTTP_Referer|ARGS "flexeril-web\.com" -SecRule HTTP_Referer|ARGS "flirt08\.de" -SecRule HTTP_Referer|ARGS "flowertobj\.com" -SecRule HTTP_Referer|ARGS "fly-sky\.com" -SecRule HTTP_Referer|ARGS "football--betting\.net" -SecRule HTTP_Referer|ARGS "football-betting-nfl\.com" -SecRule HTTP_Referer|ARGS "forceful\.de" -SecRule HTTP_Referer|ARGS "foreskin-restoration\.net" -SecRule HTTP_Referer|ARGS "forex\.inc\.ru" -SecRule HTTP_Referer|ARGS "forexintroducer\.com" -SecRule HTTP_Referer|ARGS "forex-online-now\.com" -SecRule HTTP_Referer|ARGS "forlovedones\.com" -SecRule HTTP_Referer|ARGS "formula42\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "fortisenterprises\.co\.uk" -SecRule HTTP_Referer|ARGS "foto-gay\.us" -SecRule HTTP_Referer|ARGS "foto-porno\.us" -SecRule HTTP_Referer|ARGS "foto-porno\.ws" -SecRule HTTP_Referer|ARGS "frangelicasplace\.org" -SecRule HTTP_Referer|ARGS "frankpictures\.com" -SecRule HTTP_Referer|ARGS "freak-view\.com" -SecRule HTTP_Referer|ARGS "freakycheats\.com" -SecRule HTTP_Referer|ARGS "free-adult-chat-room\.com" -SecRule HTTP_Referer|ARGS "free-adult-check\.com" -SecRule HTTP_Referer|ARGS "freeadult\.de" -SecRule HTTP_Referer|ARGS "freeanalsex.nl" -SecRule HTTP_Referer|ARGS "\.freebb\.com" -SecRule HTTP_Referer|ARGS "free-blackjack-game\.us" -SecRule HTTP_Referer|ARGS "free-britney-spears-nude\.biz" -SecRule HTTP_Referer|ARGS "free-casino-games" -SecRule HTTP_Referer|ARGS "free-casino-games-000" -SecRule HTTP_Referer|ARGS "freecreampie\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "free-debt-consolidation-online\.us" -SecRule HTTP_Referer|ARGS "freedvdplayer\.cjb\.net" -SecRule HTTP_Referer|ARGS "freeeads\.co\.uk" -SecRule HTTP_Referer|ARGS "free-fast\.net" -SecRule HTTP_Referer|ARGS "free-games-links\.com" -SecRule HTTP_Referer|ARGS "free-gay-video-clip\.com" -SecRule HTTP_Referer|ARGS "freegovmoney\.net" -SecRule HTTP_Referer|ARGS "freegovmoney\.us" -SecRule HTTP_Referer|ARGS "free-hilton-paris-sex-video\.com" -SecRule HTTP_Referer|ARGS "free-horoscopes\.biz" -SecRule HTTP_Referer|ARGS "freehostingpeople\.com" -SecRule HTTP_Referer|ARGS "freehustlersex\.com" -SecRule HTTP_Referer|ARGS "free-incest-stories-site\.com" -SecRule HTTP_Referer|ARGS "freeminimacs\.com" -SecRule HTTP_Referer|ARGS "free-net-sex\.com" -SecRule HTTP_Referer|ARGS "freenetshopper\.com" -SecRule HTTP_Referer|ARGS "freenudecelebrity\.net" -SecRule HTTP_Referer|ARGS "freenudegallery\.org" -SecRule HTTP_Referer|ARGS "free--online--poker" -SecRule HTTP_Referer|ARGS "free-online-poker" -SecRule HTTP_Referer|ARGS "free--online-poker\.com" -SecRule HTTP_Referer|ARGS "free--online-poker\.us" -SecRule HTTP_Referer|ARGS "free-paris-nikki-hilton\.blogspot\.com" -SecRule HTTP_Referer|ARGS "freepicsdaily\.com" -SecRule HTTP_Referer|ARGS "free-poker-download-i\.com" -SecRule HTTP_Referer|ARGS "free-poker-great-value\.com" -SecRule HTTP_Referer|ARGS "free-poker-rooms\.us" -SecRule HTTP_Referer|ARGS "freepornday\.com" -SecRule HTTP_Referer|ARGS "free-preview.nl" -SecRule HTTP_Referer|ARGS "free-satellite-tv-directv-nocable\.com" -SecRule HTTP_Referer|ARGS "free-satellite-tv-now\.com" -SecRule HTTP_Referer|ARGS "free-sex\.com" -SecRule HTTP_Referer|ARGS "freeteenpicsandmovies\.com" -SecRule HTTP_Referer|ARGS "free-teens-galleries\.com" -SecRule HTTP_Referer|ARGS "free-texas-holdem" -SecRule HTTP_Referer|ARGS "free-texashold-em\.us" -SecRule HTTP_Referer|ARGS "free-texasholdem\.us" -SecRule HTTP_Referer|ARGS "free-traffic-generation\.com" -SecRule HTTP_Referer|ARGS "freeweb-hosting\.com" -SecRule HTTP_Referer|ARGS "freewebpage\.org" -SecRule HTTP_Referer|ARGS "freewebs\.com" -SecRule HTTP_Referer|ARGS "freewhileshopping\.com" -SecRule HTTP_Referer|ARGS "freexxxstuff\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "freshgirls\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "freshsexhosting\.com" -SecRule HTTP_Referer|ARGS "friko\.pl" -SecRule HTTP_Referer|ARGS "fsearch\.dtdns\.net" -SecRule HTTP_Referer|ARGS "fuck-animals\.com" -SecRule HTTP_Referer|ARGS "fuckfick\.net" -SecRule HTTP_Referer|ARGS "full-access\.net" -SecRule HTTP_Referer|ARGS "fumetti-porno\.org" -SecRule HTTP_Referer|ARGS "fumettiporno\.org" -SecRule HTTP_Referer|ARGS "fungays\.com" -SecRule HTTP_Referer|ARGS "furrios\.de" -SecRule HTTP_Referer|ARGS "furry-kinks-looking\.com" -SecRule HTTP_Referer|ARGS "furry-kinks-looking\.net" -SecRule HTTP_Referer|ARGS "future-2000\.net" -SecRule HTTP_Referer|ARGS "fw-lan\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "f-z-a\.com" -SecRule HTTP_Referer|ARGS "g4h5\.com" -SecRule HTTP_Referer|ARGS "gadless\.com" -SecRule HTTP_Referer|ARGS "gaggingwhores\.net" -SecRule HTTP_Referer|ARGS "gaggingwhores\.org" -SecRule HTTP_Referer|ARGS "gagnerargent\.com" -SecRule HTTP_Referer|ARGS "gainmoresize\.com" -SecRule HTTP_Referer|ARGS "galleries4free\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "gallerylisting\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "galofu\.com" -SecRule HTTP_Referer|ARGS "gals4all\.com" -SecRule HTTP_Referer|ARGS "galsonbed\.com" -SecRule HTTP_Referer|ARGS "gambleguru\.net" -SecRule HTTP_Referer|ARGS "gamble-on-football-online\.com" -SecRule HTTP_Referer|ARGS "gambling-a\.us" -SecRule HTTP_Referer|ARGS "gambling-card\.ws" -SecRule HTTP_Referer|ARGS "gambling-casinos-trx\.com" -SecRule HTTP_Referer|ARGS "gamblingguidance\.co\.uk" -SecRule HTTP_Referer|ARGS "gambling-homepage\.com" -SecRule HTTP_Referer|ARGS "gamblingonline.nl" -SecRule HTTP_Referer|ARGS "gambling\Sgames.cc" -SecRule HTTP_Referer|ARGS "gamefinder\.de" -SecRule HTTP_Referer|ARGS "gamersclub.nl" -SecRule HTTP_Referer|ARGS "games-advanced\.de" -SecRule HTTP_Referer|ARGS "gamessites\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "ganbarufanworks.org" -SecRule HTTP_Referer|ARGS "gangbangbusgallery\.com" -SecRule HTTP_Referer|ARGS "gang-rape\.org" -SecRule HTTP_Referer|ARGS "gargzdai\.net" -SecRule HTTP_Referer|ARGS "garment-china\.com" -SecRule HTTP_Referer|ARGS "gartenshopper\.de" -SecRule HTTP_Referer|ARGS "garthfans\.co\.uk" -SecRule HTTP_Referer|ARGS "gau42\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "gay1ncest\.com" -SecRule HTTP_Referer|ARGS "gay-asian-porn\.com" -SecRule HTTP_Referer|ARGS "gay-b\.com" -SecRule HTTP_Referer|ARGS "gay-boy.nl" -SecRule HTTP_Referer|ARGS "gay-boy\.us" -SecRule HTTP_Referer|ARGS "gayfamilyincest\.net" -SecRule HTTP_Referer|ARGS "gayfunplaces\.com" -SecRule HTTP_Referer|ARGS "gay-male-story\.blogspot\.com" -SecRule HTTP_Referer|ARGS "gay-nude\.us" -SecRule HTTP_Referer|ARGS "gaypixpost.co.uk" -SecRule HTTP_Referer|ARGS "gay-sex-videos\.com" -SecRule HTTP_Referer|ARGS "gays-porno-men-twinks-boys-sex\.biz" -SecRule HTTP_Referer|ARGS "gays-sex-gay-sex-gays\.us" -SecRule HTTP_Referer|ARGS "gayteen" -SecRule HTTP_Referer|ARGS "gay-twinks-sex\.com" -SecRule HTTP_Referer|ARGS "gayx\.us" -SecRule HTTP_Referer|ARGS "student.*loans.*4free" -SecRule HTTP_Referer|ARGS "always-credit\.com" -SecRule HTTP_Referer|ARGS "great-money\.com" -SecRule HTTP_Referer|ARGS "auto-loan-calculator" -SecRule HTTP_Referer|ARGS "\.credit-dreams\.com" -SecRule HTTP_Referer|ARGS "cash-money\.html" -SecRule HTTP_Referer|ARGS "\.gb\.com" -SecRule HTTP_Referer|ARGS "gdgc\.org" -SecRule HTTP_Referer|ARGS "\.guarantee-money\.com" -SecRule HTTP_Referer|ARGS "\.thebrainstormer\.com" -SecRule HTTP_Referer|ARGS "\.op-clan\.com" -SecRule HTTP_Referer|ARGS "\.yelucie\.com" -SecRule HTTP_Referer|ARGS "\.excellent-health\.com" -SecRule HTTP_Referer|ARGS "\.computerxchange\.com" -SecRule HTTP_Referer|ARGS "\.lilaleemcrightrealty\.com" -SecRule HTTP_Referer|ARGS "\.zindagi\.us" -SecRule HTTP_Referer|ARGS "\.unitedinchristchurch\.org" -SecRule HTTP_Referer|ARGS "\.sheratonnorthcharleston\.com" -SecRule HTTP_Referer|ARGS "\.buy-pharmacy-pills\.com" -SecRule HTTP_Referer|ARGS "\.conjuratia\.com/" -SecRule HTTP_Referer|ARGS "\.health-livening\.com" -SecRule HTTP_Referer|ARGS "onlycelebs\.typepad\.com" -SecRule HTTP_Referer|ARGS "now-cash\.com" -SecRule HTTP_Referer|ARGS "\.strega\.us" -SecRule HTTP_Referer|ARGS "\.freakycheats\.com" -SecRule HTTP_Referer|ARGS "\.uaeecommerce\.com" -SecRule HTTP_Referer|ARGS "\.feedmelinks\.com" -SecRule HTTP_Referer|ARGS "\.meta-find\.us" -SecRule HTTP_Referer|ARGS "\.american-casino\.ws" -SecRule HTTP_Referer|ARGS "\.bingo-casino\.net" -SecRule HTTP_Referer|ARGS "\.bingo-game-trx\.com" -SecRule HTTP_Referer|ARGS "\.bingo-net\.com" -SecRule HTTP_Referer|ARGS "\.6q\.org" -SecRule HTTP_Referer|ARGS "geenslip.nl" -SecRule HTTP_Referer|ARGS "geile-wijven\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "gelago\.de" -SecRule HTTP_Referer|ARGS "gem2\.de" -SecRule HTTP_Referer|ARGS "gemtienda\.co\.uk" -SecRule HTTP_Referer|ARGS "generic-propecia\.net" -SecRule HTTP_Referer|ARGS "generic-viagra.biz" -SecRule HTTP_Referer|ARGS "genimat\.220v\.org" -SecRule HTTP_Referer|ARGS "genimat\.cjb\.net" -SecRule HTTP_Referer|ARGS "geocities\.com/alexgolddphumanrbriar" -SecRule HTTP_Referer|ARGS "geocities\.com/avbmaxtirodpaulmatt" -SecRule HTTP_Referer|ARGS "geocities\.com/brandtdleffmatthias7" -SecRule HTTP_Referer|ARGS "geocities\.com/cclibrannar_rover" -SecRule HTTP_Referer|ARGS "geocities\.com/constpolonskaalniko7" -SecRule HTTP_Referer|ARGS "geocities\.com/forestavmiagdust" -SecRule HTTP_Referer|ARGS "geocities\.com/free_satellite_tv_dish_system" -SecRule HTTP_Referer|ARGS "geocities\.com/gehentaiqrst" -SecRule HTTP_Referer|ARGS "geocities\.com/gematureqrst" -SecRule HTTP_Referer|ARGS "geocities\.com/gerapeqrst" -SecRule HTTP_Referer|ARGS "geocities\.com/ofconvbdemikqfolium" -SecRule HTTP_Referer|ARGS "geocities\.com/pashkabandtvcom" -SecRule HTTP_Referer|ARGS "geocities\.com/pautovalexasha_kagal" -SecRule HTTP_Referer|ARGS "geocities\.com/reutovoalexeypetrovseverin5" -SecRule HTTP_Referer|ARGS "geocities\.com/timryancompassmedius" -SecRule HTTP_Referer|ARGS "germanyvacations\.net" -SecRule HTTP_Referer|ARGS "gesundheitsshop-kosmetik\.de" -SecRule HTTP_Referer|ARGS "gesundheit-total\.com" -SecRule HTTP_Referer|ARGS "getaprescription\.net" -SecRule HTTP_Referer|ARGS "get-cell-phone-accessories\.com" -SecRule HTTP_Referer|ARGS "getdomainsandhosting\.com" -SecRule HTTP_Referer|ARGS "get-free-catalogs\.com" -SecRule HTTP_Referer|ARGS "get-freetrial\.us" -SecRule HTTP_Referer|ARGS "get-hardcore-sex\.com" -SecRule HTTP_Referer|ARGS "gethelp24x7\.net" -SecRule HTTP_Referer|ARGS "get-insurance-quotes\.com" -SecRule HTTP_Referer|ARGS "getmoregiveless\.com" -SecRule HTTP_Referer|ARGS "getrxscripts\.biz" -SecRule HTTP_Referer|ARGS "get-satellite-tv-dish\.com" -SecRule HTTP_Referer|ARGS "getstarted24x7\.net" -SecRule HTTP_Referer|ARGS "get-your-dish-tv\.info" -SecRule HTTP_Referer|ARGS "getyourlyrics\.com" -SecRule HTTP_Referer|ARGS "get-zoo\.com" -SecRule HTTP_Referer|ARGS "gfind\.de" -SecRule HTTP_Referer|ARGS "gfy\.com" -SecRule HTTP_Referer|ARGS "gofuckyourself\.com" -SecRule HTTP_Referer|ARGS "ghettoinc\.com" -SecRule HTTP_Referer|ARGS "giantipps\.de" -SecRule HTTP_Referer|ARGS "gifs-clipart-smiley\.de" -SecRule HTTP_Referer|ARGS "giochi-hentai\.com" -SecRule HTTP_Referer|ARGS "giochi-online\.us" -SecRule HTTP_Referer|ARGS "giochix\.com" -SecRule HTTP_Referer|ARGS "girls-get-crazy\.org" -SecRule HTTP_Referer|ARGS "girlshost\.net" -SecRule HTTP_Referer|ARGS "girltime.co.uk" -SecRule HTTP_Referer|ARGS "giveramp\.com" -SecRule HTTP_Referer|ARGS "give-u-the-perfect-mortgage\.com" -SecRule HTTP_Referer|ARGS "glendajackson\.co\.uk" -SecRule HTTP_Referer|ARGS "global-verreisen\.de" -SecRule HTTP_Referer|ARGS "globalwebbrain\.com" -SecRule HTTP_Referer|ARGS "gloryhole-girls\.angelcities\.com" -SecRule HTTP_Referer|ARGS "glory-vision\.com" -SecRule HTTP_Referer|ARGS "glucophagepharmacy\.com" -SecRule HTTP_Referer|ARGS "goapplyonline\.com" -SecRule HTTP_Referer|ARGS "godere\.org" -SecRule HTTP_Referer|ARGS "godwebdesign\.com" -SecRule HTTP_Referer|ARGS "gofolks\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "gogito\.com" -SecRule HTTP_Referer|ARGS "gogof-ck\.com" -SecRule HTTP_Referer|ARGS "gojerk\.com" -SecRule HTTP_Referer|ARGS "gokkastemulator\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "goldpills\.net" -SecRule HTTP_Referer|ARGS "golf-equipment\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "gomvents\.com" -SecRule HTTP_Referer|ARGS "gongi\.pl" -SecRule HTTP_Referer|ARGS "goodlife2000-geheimtipp\.com" -SecRule HTTP_Referer|ARGS "goodsexy\.com" -SecRule HTTP_Referer|ARGS "goodtv\.cn" -SecRule HTTP_Referer|ARGS "google163\.net" -SecRule HTTP_Referer|ARGS "google8\.net" -SecRule HTTP_Referer|ARGS "gorilka\.atspace\.com" -SecRule HTTP_Referer|ARGS "gotooa\.com" -SecRule HTTP_Referer|ARGS "gotsw\.net" -SecRule HTTP_Referer|ARGS "gourmondo\.de" -SecRule HTTP_Referer|ARGS "govermentgrants\.net" -SecRule HTTP_Referer|ARGS "governmentalgrants\.com" -SecRule HTTP_Referer|ARGS "government-federal-grants\.com" -SecRule HTTP_Referer|ARGS "governmentfederalgrants\.com" -SecRule HTTP_Referer|ARGS "government--grant\.com" -SecRule HTTP_Referer|ARGS "government-grants\.org" -SecRule HTTP_Referer|ARGS "governmentgrantsresources\.com" -SecRule HTTP_Referer|ARGS "governmentgrants\.tv" -SecRule HTTP_Referer|ARGS "government-grants\.ws" -SecRule HTTP_Referer|ARGS "governmentgrants\.ws" -SecRule HTTP_Referer|ARGS "granadasexi\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "grannypictgp\.com" -SecRule HTTP_Referer|ARGS "grannysexthumbs\.com" -SecRule HTTP_Referer|ARGS "grants\.biz" -SecRule HTTP_Referer|ARGS "grantseekerpro" -SecRule HTTP_Referer|ARGS "gratisanaal.nl" -SecRule HTTP_Referer|ARGS "gratispartnersuche\.com" -SecRule HTTP_Referer|ARGS "gratissexdate.nl" -SecRule HTTP_Referer|ARGS "great-cialis\.com" -SecRule HTTP_Referer|ARGS "great-dish-tv-deals\.info" -SecRule HTTP_Referer|ARGS "greatnow\.com" -SecRule HTTP_Referer|ARGS "greecehotels-discount\.com" -SecRule HTTP_Referer|ARGS "green-tx\.com" -SecRule HTTP_Referer|ARGS "greenwood\.ddns\.ms" -SecRule HTTP_Referer|ARGS "group-eurosex\.com" -SecRule HTTP_Referer|ARGS "growshopalien\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "growtech\.cn" -SecRule HTTP_Referer|ARGS "growth-hormone\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "guardami\.org" -SecRule HTTP_Referer|ARGS "guenstige-krankenversicherung\.com" -SecRule HTTP_Referer|ARGS "guenstige-onlineshops\.de" -SecRule HTTP_Referer|ARGS "guenstige-sportartikel\.de" -SecRule HTTP_Referer|ARGS "guenstige-versicherungstarife\.de" -SecRule HTTP_Referer|ARGS "gunit\.gotdns\.com" -SecRule HTTP_Referer|ARGS "guttermag\.com" -SecRule HTTP_Referer|ARGS "hair-loss-cure\.net" -SecRule HTTP_Referer|ARGS "hair-loss-cure-x\.com" -SecRule HTTP_Referer|ARGS "hairy-pussy-sex\.net" -SecRule HTTP_Referer|ARGS "hallo-tierfreund\.de" -SecRule HTTP_Referer|ARGS "handjoblessons\.org" -SecRule HTTP_Referer|ARGS "hand-job\.us" -SecRule HTTP_Referer|ARGS "handmade2000\.co\.uk" -SecRule HTTP_Referer|ARGS "handsm\.servehttp\.com" -SecRule HTTP_Referer|ARGS "handwerksartikel-xxl\.de" -SecRule HTTP_Referer|ARGS "handy-klingeltoene\.eu\.tp" -SecRule HTTP_Referer|ARGS "handy-sms.biz" -SecRule HTTP_Referer|ARGS "handysprueche\.de" -SecRule HTTP_Referer|ARGS "handytone\.us" -SecRule HTTP_Referer|ARGS "hangchen\.cn" -SecRule HTTP_Referer|ARGS "hangchen\.com" -SecRule HTTP_Referer|ARGS "happyagency\.com" -SecRule HTTP_Referer|ARGS "happy-shopping-online\.com" -SecRule HTTP_Referer|ARGS "hard-boys\.com" -SecRule HTTP_Referer|ARGS "hardcorecash\.net" -SecRule HTTP_Referer|ARGS "hardcore-jpg\.com" -SecRule HTTP_Referer|ARGS "hardcore-junky\.us" -SecRule HTTP_Referer|ARGS "hardcore-pictures\.us" -SecRule HTTP_Referer|ARGS "hardcore-porn-links\.com" -SecRule HTTP_Referer|ARGS "hardcore-pussy\.us" -SecRule HTTP_Referer|ARGS "hardcore-sex\.bz" -SecRule HTTP_Referer|ARGS "hardcore-video\.us" -SecRule HTTP_Referer|ARGS "hard-sex-teen\.com" -SecRule HTTP_Referer|ARGS "hasslerenterprises\.net" -SecRule HTTP_Referer|ARGS "hasslerenterprises\.org" -SecRule HTTP_Referer|ARGS "hautesavoieimmobilier\.com" -SecRule HTTP_Referer|ARGS "hchcinc\.com" -SecRule HTTP_Referer|ARGS "hdic\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "hdic\.net" -SecRule HTTP_Referer|ARGS "hdic\.org" -SecRule HTTP_Referer|ARGS "headachetreatment\.net" -SecRule HTTP_Referer|ARGS "healhome\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "healthdangers\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "healthmore\.net" -SecRule HTTP_Referer|ARGS "health-pills\.net" -SecRule HTTP_Referer|ARGS "health-pills-online\.com" -SecRule HTTP_Referer|ARGS "healthrules\.org" -SecRule HTTP_Referer|ARGS "heartbeatofhealing\.org" -SecRule HTTP_Referer|ARGS "helpful-forum\.com" -SecRule HTTP_Referer|ARGS "helpful-pills-blog\.com" -SecRule HTTP_Referer|ARGS "henrythehunk\.com" -SecRule HTTP_Referer|ARGS "hentai-anime\.us" -SecRule HTTP_Referer|ARGS "hentaigratis\.net" -SecRule HTTP_Referer|ARGS "hentai-gratis\.us" -SecRule HTTP_Referer|ARGS "hentai-hard\.com" -SecRule HTTP_Referer|ARGS "hentaimanga\.us" -SecRule HTTP_Referer|ARGS "hentaiplayground\.com" -SecRule HTTP_Referer|ARGS "hentai-porno\.us" -SecRule HTTP_Referer|ARGS "hentaix\.net" -SecRule HTTP_Referer|ARGS "hentai-xxx\.us" -SecRule HTTP_Referer|ARGS "hentaixxx\.us" -SecRule HTTP_Referer|ARGS "hentay\.us" -SecRule HTTP_Referer|ARGS "herbal-source\.net" -SecRule HTTP_Referer|ARGS "hermosa\.us" -SecRule HTTP_Referer|ARGS "herpies\.net" -SecRule HTTP_Referer|ARGS "heydo\.com" -SecRule HTTP_Referer|ARGS "hghadvisor\.com" -SecRule HTTP_Referer|ARGS "hghplanet\.com" -SecRule HTTP_Referer|ARGS "hgxweb\.de" -SecRule HTTP_Referer|ARGS "\.hidden-place\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "hi-finder\.com" -SecRule HTTP_Referer|ARGS "highheelsmodels4fun\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "highprofitclub\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "highprofitclub\.com" -SecRule HTTP_Referer|ARGS "high-risk-merchant-account\.org" -SecRule HTTP_Referer|ARGS "hillsweb\.com" -SecRule HTTP_Referer|ARGS "hilton-nicky-paris\.blogspot\.com" -SecRule HTTP_Referer|ARGS "hilton-video" -SecRule HTTP_Referer|ARGS "hion\.cn" -SecRule HTTP_Referer|ARGS "historyintospace\.com" -SecRule HTTP_Referer|ARGS "hit-logo-klingelton\.com" -SecRule HTTP_Referer|ARGS "hit-logo-ringetone\.com" -SecRule HTTP_Referer|ARGS "hit-logo-ringtone\.com" -SecRule HTTP_Referer|ARGS "hit-logo-suoneria\.com" -SecRule HTTP_Referer|ARGS "hit-melodias\.com" -SecRule HTTP_Referer|ARGS "hits-logos-games\.com" -SecRule HTTP_Referer|ARGS "hitslogosgames\.com" -SecRule HTTP_Referer|ARGS "hits-logos-klingeltone\.com" -SecRule HTTP_Referer|ARGS "hit-sonnerie\.net" -SecRule HTTP_Referer|ARGS "hit-sonneries\.com" -SecRule HTTP_Referer|ARGS "hlopci\.w5\.pl" -SecRule HTTP_Referer|ARGS "hobbs-farm\.com" -SecRule HTTP_Referer|ARGS "hold-em-big\.com" -SecRule HTTP_Referer|ARGS "holdem-texaspoker\.com" -SecRule HTTP_Referer|ARGS "holding\.errorworld\.org" -SecRule HTTP_Referer|ARGS "hold-pok\.com" -SecRule HTTP_Referer|ARGS "homesbysellers\.(net|org|com|info|biz)" -SecRule HTTP_Referer|ARGS "home-design\.ws" -SecRule HTTP_Referer|ARGS "home-equity-loans-mortgage-refinancing\.com" -SecRule HTTP_Referer|ARGS "homelivecams\.com" -SecRule HTTP_Referer|ARGS "home-loans-inc\.com" -SecRule HTTP_Referer|ARGS "homenetworkingsolutions\.co\.uk" -SecRule HTTP_Referer|ARGS "home\.pages\.at" -SecRule HTTP_Referer|ARGS "home\.ro\b" -SecRule HTTP_Referer|ARGS "home-style\.ws" -SecRule HTTP_Referer|ARGS "hometeaminspection\.net" -SecRule HTTP_Referer|ARGS "hometeaminspection\.org" -SecRule HTTP_Referer|ARGS "home-videos\.net" -SecRule HTTP_Referer|ARGS "hoodia\.belleity\.com" -SecRule HTTP_Referer|ARGS "hoodia--gardonii\.com" -SecRule HTTP_Referer|ARGS "horizonultra\.com" -SecRule HTTP_Referer|ARGS "horny-honey\.com" -SecRule HTTP_Referer|ARGS "hornymoms\.net" -SecRule HTTP_Referer|ARGS "hornypages\.com" -SecRule HTTP_Referer|ARGS "horny-world\.com" -SecRule HTTP_Referer|ARGS "horoskop-auswertung\.de" -SecRule HTTP_Referer|ARGS "horse-racebetting\.com" -SecRule HTTP_Referer|ARGS "horse-racing--betting\.net" -SecRule HTTP_Referer|ARGS "horse-sex\.ws" -SecRule HTTP_Referer|ARGS "hostingplus\.com" -SecRule HTTP_Referer|ARGS "hostultra\.com" -SecRule HTTP_Referer|ARGS "hot-cialis\.com" -SecRule HTTP_Referer|ARGS "hotelbookingserver\.com" -SecRule HTTP_Referer|ARGS "hotel-bordeaux\.cjb\.net" -SecRule HTTP_Referer|ARGS "hotelhieress\.com" -SecRule HTTP_Referer|ARGS "hotelsaficionado\.com" -SecRule HTTP_Referer|ARGS "hotelsplustours\.com" -SecRule HTTP_Referer|ARGS "hot-escort-services\.com" -SecRule HTTP_Referer|ARGS "hotfunsingles\.com" -SecRule HTTP_Referer|ARGS "hotlivegirls.co.uk" -SecRule HTTP_Referer|ARGS "hotmatchup.co.uk" -SecRule HTTP_Referer|ARGS "hot-mates\.info" -SecRule HTTP_Referer|ARGS "hot-naked-guys\.net" -SecRule HTTP_Referer|ARGS "hotsexys\.com" -SecRule HTTP_Referer|ARGS "hotsing\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "hotusa\.org" -SecRule HTTP_Referer|ARGS "houseofsevengables\.com" -SecRule HTTP_Referer|ARGS "how-quit-smoking\.com" -SecRule HTTP_Referer|ARGS "how-to-play-poker-quick\.com" -SecRule HTTP_Referer|ARGS "how-to-stretch-your-penis" -SecRule HTTP_Referer|ARGS "hq-pictures\.org" -SecRule HTTP_Referer|ARGS "hs168\.com" -SecRule HTTP_Referer|ARGS "hswin\.com" -SecRule HTTP_Referer|ARGS "htmldiff\.com" -SecRule HTTP_Referer|ARGS "huazhangmba\.com" -SecRule HTTP_Referer|ARGS "humangrowthhormone\.org" -SecRule HTTP_Referer|ARGS "hunksandbabes\.com" -SecRule HTTP_Referer|ARGS "hurricane-ivan.blogspot\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "husler.co.uk" -SecRule HTTP_Referer|ARGS "hustlerbarelylegalteen\.com" -SecRule HTTP_Referer|ARGS "hustler\.bz" -SecRule HTTP_Referer|ARGS "hustlerw\.com" -SecRule HTTP_Referer|ARGS "hxlll\.net" -SecRule HTTP_Referer|ARGS "hyper-sex\.com" -SecRule HTTP_Referer|ARGS "hypnobabies\.co\.uk" -SecRule HTTP_Referer|ARGS "i-black-jack\.com" -SecRule HTTP_Referer|ARGS "i-butalbital-fioricet\.com" -SecRule HTTP_Referer|ARGS "i-buy-mortgage\.com" -SecRule HTTP_Referer|ARGS "i--cialis\.net" -SecRule HTTP_Referer|ARGS "idebtconsolidation\.org" -SecRule HTTP_Referer|ARGS "identity-theft\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "i-directv\.net" -SecRule HTTP_Referer|ARGS "i-dish-network\.org" -SecRule HTTP_Referer|ARGS "idp4u\.com" -SecRule HTTP_Referer|ARGS "i-flexeril\.com" -SecRule HTTP_Referer|ARGS "ifreepages\.com" -SecRule HTTP_Referer|ARGS "i-free-poker\.com" -SecRule HTTP_Referer|ARGS "i-horny\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "i-horny\.com" -SecRule HTTP_Referer|ARGS "i-ink-cartridges\.com" -SecRule HTTP_Referer|ARGS "ikbendom.nl" -SecRule HTTP_Referer|ARGS "ikbenkoel.nl" -SecRule HTTP_Referer|ARGS "illegalhome\.com" -SecRule HTTP_Referer|ARGS "illegalspace\.com" -SecRule HTTP_Referer|ARGS "iloveclicks\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "ilya\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "imagenes-tops\.com\.mx" -SecRule HTTP_Referer|ARGS "imess\.net" -SecRule HTTP_Referer|ARGS "imitrex-web\.com" -SecRule HTTP_Referer|ARGS "immagini-hentai\.org" -SecRule HTTP_Referer|ARGS "immigrationattorney.ca" -SecRule HTTP_Referer|ARGS "immobilienangebote-auswahl\.de" -SecRule HTTP_Referer|ARGS "immobilien-auswaehlen\.de" -SecRule HTTP_Referer|ARGS "immobilienmakler-angebote\.de" -SecRule HTTP_Referer|ARGS "immobilienmakler-l\.de" -SecRule HTTP_Referer|ARGS "immobilienmarkt-grundstuecke\.de" -SecRule HTTP_Referer|ARGS "immobilierdessavoie\.com" -SecRule HTTP_Referer|ARGS "im-naked\.com" -SecRule HTTP_Referer|ARGS "imobissimo\.com" -SecRule HTTP_Referer|ARGS "i-mortgage-online\.com" -SecRule HTTP_Referer|ARGS "impotence-rx\.biz" -SecRule HTTP_Referer|ARGS "incest-movies-download\.com" -SecRule HTTP_Referer|ARGS "incest-photo\.com" -SecRule HTTP_Referer|ARGS "incest-photos-archive\.com" -SecRule HTTP_Referer|ARGS "incest-pics-gallery\.com" -SecRule HTTP_Referer|ARGS "incest-pics--incest\.com" -SecRule HTTP_Referer|ARGS "incest-reality\.com" -SecRule HTTP_Referer|ARGS "incest-relations\.com" -SecRule HTTP_Referer|ARGS "incest-stories\.biz" -SecRule HTTP_Referer|ARGS "incest-stories-library\.com" -SecRule HTTP_Referer|ARGS "inceststories\.ws" -SecRule HTTP_Referer|ARGS "incest-taboo\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "incest-taboo\.net" -SecRule HTTP_Referer|ARGS "incest-videos-collection\.com" -SecRule HTTP_Referer|ARGS "inclinetahoehomes\.com" -SecRule HTTP_Referer|ARGS "inc-magazine\.com" -SecRule HTTP_Referer|ARGS "incredishop\.com" -SecRule HTTP_Referer|ARGS "incsx\.com" -SecRule HTTP_Referer|ARGS "indian-sex-porno-movies-stories\.com" -SecRule HTTP_Referer|ARGS "indiasilk\.biz" -SecRule HTTP_Referer|ARGS "indiasilktradition\.com" -SecRule HTTP_Referer|ARGS "industrialresource\.biz" -SecRule HTTP_Referer|ARGS "industrial-testing-equipment\.com" -SecRule HTTP_Referer|ARGS "inescudna\.com" -SecRule HTTP_Referer|ARGS "inexpensiverx\.net" -SecRule HTTP_Referer|ARGS "infocenter-crm\.com" -SecRule HTTP_Referer|ARGS "inforceable\.com" -SecRule HTTP_Referer|ARGS "inforceables\.com" -SecRule HTTP_Referer|ARGS "ingyensms\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "ingyensms\.net" -SecRule HTTP_Referer|ARGS "ingyensms\.org" -SecRule HTTP_Referer|ARGS "inkjet-toner-cartridge.info" -SecRule HTTP_Referer|ARGS "innfg\.de" -SecRule HTTP_Referer|ARGS "insatiablepussy\.com" -SecRule HTTP_Referer|ARGS "inside\.afraid\.org" -SecRule HTTP_Referer|ARGS "insidethevip.co.uk" -SecRule HTTP_Referer|ARGS "instant-quick-money-cash-advance-personal-loans-until-pay-day\.com" -SecRule HTTP_Referer|ARGS "instantsatellite\.com" -SecRule HTTP_Referer|ARGS "instant-webshop\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "insurancecompanies4you\.com" -SecRule HTTP_Referer|ARGS "insurancehere\.net" -SecRule HTTP_Referer|ARGS "insuranceinfo.biz" -SecRule HTTP_Referer|ARGS "insurance-quotes-fast\.com" -SecRule HTTP_Referer|ARGS "insurancequoteweb\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "interest-?only-?mortgage" -SecRule HTTP_Referer|ARGS "interiorproshop\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "international-candle-shop\.com" -SecRule HTTP_Referer|ARGS "international-cheese-shop\.com" -SecRule HTTP_Referer|ARGS "internet-job-nebenjob.de" -SecRule HTTP_Referer|ARGS "internet-meds\.biz" -SecRule HTTP_Referer|ARGS "internet-merchant-account-pro\.com" -SecRule HTTP_Referer|ARGS "internet-poker-online-4-u\.com" -SecRule HTTP_Referer|ARGS "internette-anbieter\.de" -SecRule HTTP_Referer|ARGS "interracial-sex\.ws" -SecRule HTTP_Referer|ARGS "inter-ross\.ru" -SecRule HTTP_Referer|ARGS "int-fed-aromatherapy\.co\.uk" -SecRule HTTP_Referer|ARGS "inthevip-4u\.com" -SecRule HTTP_Referer|ARGS "in-the-vip\.org" -SecRule HTTP_Referer|ARGS "inthevip-sex\.com" -SecRule HTTP_Referer|ARGS "intimplace\.com" -SecRule HTTP_Referer|ARGS "intymnie\.com" -SecRule HTTP_Referer|ARGS "inviare-mms\.net" -SecRule HTTP_Referer|ARGS "invio-mms\.us" -SecRule HTTP_Referer|ARGS "ionic-bonds\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "i-online-bingo\.com" -SecRule HTTP_Referer|ARGS "i-online-poker\.com" -SecRule HTTP_Referer|ARGS "ipaddressworld\.com" -SecRule HTTP_Referer|ARGS "ipharmacy\.com" -SecRule HTTP_Referer|ARGS "i-play-bingo\.com" -SecRule HTTP_Referer|ARGS "i-play-blackjack\.com" -SecRule HTTP_Referer|ARGS "i-play-casino\.com" -SecRule HTTP_Referer|ARGS "i-play-poker\.com" -SecRule HTTP_Referer|ARGS "i-play-poker-online\.biz" -SecRule HTTP_Referer|ARGS "i-play-poker-online\.com" -SecRule HTTP_Referer|ARGS "i-play-poker-online\.us" -SecRule HTTP_Referer|ARGS "ipmotor\.com" -SecRule HTTP_Referer|ARGS "ipsnihongo\.org" -SecRule HTTP_Referer|ARGS "ipupdater\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "ipupdater\.com" -SecRule HTTP_Referer|ARGS "irianjaya\.co\.uk" -SecRule HTTP_Referer|ARGS "irs-us\.net" -SecRule HTTP_Referer|ARGS "i-ru\.net" -SecRule HTTP_Referer|ARGS "isacommie\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "isacommie\.com" -SecRule HTTP_Referer|ARGS "iservice\.eu\.com" -SecRule HTTP_Referer|ARGS "i-skelaxin\.com" -SecRule HTTP_Referer|ARGS "i-soma\.net" -SecRule HTTP_Referer|ARGS "isparkl\.com" -SecRule HTTP_Referer|ARGS "israelsex.nl" -SecRule HTTP_Referer|ARGS "istarthere\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "italiancharmsbracelets.info" -SecRule HTTP_Referer|ARGS "itgo\.com" -SecRule HTTP_Referer|ARGS "\.itsaol\.(com|net|org|info|biz)" -SecRule HTTP_Referer|ARGS "iul-online\.de" -SecRule HTTP_Referer|ARGS "i-university-guide\.com" -SecRule HTTP_Referer|ARGS "iwas2\.(com|net)" -SecRule HTTP_Referer|ARGS "iwebbroker\.com" -SecRule HTTP_Referer|ARGS "i-wellbutrin\.com" -SecRule HTTP_Referer|ARGS "i-will-find-the-best-mortgage-lead\.com" -SecRule HTTP_Referer|ARGS "i-win-bingo\.com" -SecRule HTTP_Referer|ARGS "ixay\.com" -SecRule HTTP_Referer|ARGS "jacks-world\.com" -SecRule HTTP_Referer|ARGS "jack-x\.com" -SecRule HTTP_Referer|ARGS "jade\.bilder-i\.de" -SecRule HTTP_Referer|ARGS "jagk\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "japan-partner\.com" -SecRule HTTP_Referer|ARGS "jardimed\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "jegem\.com" -SecRule HTTP_Referer|ARGS "jenniferconnor\.com" -SecRule HTTP_Referer|ARGS "jenthony\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "jewelry4navel\.com" -SecRule HTTP_Referer|ARGS "jfcadvocacy\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "jfcadvocacy\.net" -SecRule HTTP_Referer|ARGS "jf-w\.com" -SecRule HTTP_Referer|ARGS "jinlong\.co\.uk" -SecRule HTTP_Referer|ARGS "jmsimonr\.com" -SecRule HTTP_Referer|ARGS "job-interview-questions-tips\.com" -SecRule HTTP_Referer|ARGS "jobsearchlegal\.com" -SecRule HTTP_Referer|ARGS "johnhowesatty\.com" -SecRule HTTP_Referer|ARGS "johnhuron\.com" -SecRule HTTP_Referer|ARGS "jokeria\.de" -SecRule HTTP_Referer|ARGS "jordanand\.topcities\.com" -SecRule HTTP_Referer|ARGS "josephlied\.com" -SecRule HTTP_Referer|ARGS "judahskateboards\.com" -SecRule HTTP_Referer|ARGS "juega-al-casino\.com" -SecRule HTTP_Referer|ARGS "juice-clit-licking\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "juliamiles\.co\.uk" -SecRule HTTP_Referer|ARGS "jungfrauen-sex\.com" -SecRule HTTP_Referer|ARGS "junyuan\.com\.cn" -SecRule HTTP_Referer|ARGS "jupiterstar\.com" -SecRule HTTP_Referer|ARGS "justasex\.com" -SecRule HTTP_Referer|ARGS "just-deals.info" -SecRule HTTP_Referer|ARGS "justsexstories\.com" -SecRule HTTP_Referer|ARGS "jytouch\.com" -SecRule HTTP_Referer|ARGS "kampelicka\.com" -SecRule HTTP_Referer|ARGS "kantorg\.h10\.ru" -SecRule HTTP_Referer|ARGS "kapitaalmarktrente\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "kapsociety\.org" -SecRule HTTP_Referer|ARGS "kardtoons\.co\.uk" -SecRule HTTP_Referer|ARGS "karibubaskets\.com" -SecRule HTTP_Referer|ARGS "karmicdebtconsolidation\.com" -SecRule HTTP_Referer|ARGS "kat.za\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "kcufrecnac\.com" -SecRule HTTP_Referer|ARGS "keikoasura\.com" -SecRule HTTP_Referer|ARGS "keithandrew\.co\.uk" -SecRule HTTP_Referer|ARGS "kerosinjunkie\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "kewler\.net" -SecRule HTTP_Referer|ARGS "kewl-links\.com" -SecRule HTTP_Referer|ARGS "keywordmaster.de" -SecRule HTTP_Referer|ARGS "killasvideo\.com" -SecRule HTTP_Referer|ARGS "kinggimp\.org" -SecRule HTTP_Referer|ARGS "kinkyhosting\.com" -SecRule HTTP_Referer|ARGS "kinkykinky.nl" -SecRule HTTP_Referer|ARGS "kinky-teen-videos\.com" -SecRule HTTP_Referer|ARGS "kiranthakrar\.co\.uk" -SecRule HTTP_Referer|ARGS "kleinkinder-shop\.de" -SecRule HTTP_Referer|ARGS "klik-search\.com" -SecRule HTTP_Referer|ARGS "e-poker-2005\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "\.sigmapiscu\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "\.pisangrebus\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "poker-hands" -SecRule HTTP_Referer|ARGS "klingeltoene-handylogos\.de\.be" -SecRule HTTP_Referer|ARGS "klingeltone-logo\.com" -SecRule HTTP_Referer|ARGS "klitoris\.ca" -SecRule HTTP_Referer|ARGS "kloony\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "kmsenergy\.com" -SecRule HTTP_Referer|ARGS "kohost\.us" -SecRule HTTP_Referer|ARGS "koihoo\.com" -SecRule HTTP_Referer|ARGS "kontaktanzeigen-bild\.de\.ms" -SecRule HTTP_Referer|ARGS "kontaktlinsen-partner\.de" -SecRule HTTP_Referer|ARGS "kontaktpartnersuche\.com" -SecRule HTTP_Referer|ARGS "kontlikken\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "kostenlose-sexkontakte\.org" -SecRule HTTP_Referer|ARGS "krantas\.org" -SecRule HTTP_Referer|ARGS "kraskidliavas\.ru" -SecRule HTTP_Referer|ARGS "kredite-kredit\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "kredite-online\.de\.ms" -SecRule HTTP_Referer|ARGS "kredite-portal\.de" -SecRule HTTP_Referer|ARGS "kredite-sofortzusage\.de" -SecRule HTTP_Referer|ARGS "kreditkarten-sofort\.de\.ms" -SecRule HTTP_Referer|ARGS "kredit-ratenkredit-sofortkredit\.de" -SecRule HTTP_Referer|ARGS "kupibuket\.ru" -SecRule HTTP_Referer|ARGS "kwik\.static\.net" -SecRule HTTP_Referer|ARGS "kyfarmhouse\.org" -SecRule HTTP_Referer|ARGS "kylos\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "kylosnet\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "lablog\.biz" -#SecRule HTTP_Referer|ARGS "labo.ac" -SecRule HTTP_Referer|ARGS "lacetongue\.com" -SecRule HTTP_Referer|ARGS "lach-ab\.de" -SecRule HTTP_Referer|ARGS "lakesideartonline\.com" -SecRule HTTP_Referer|ARGS "lambethcouncil\.com" -SecRule HTTP_Referer|ARGS "lambuschlamppen\.com" -SecRule HTTP_Referer|ARGS "landscape-painting\.as\.ro" -SecRule HTTP_Referer|ARGS "langsrestaurant\.com" -SecRule HTTP_Referer|ARGS "lanreport\.com" -SecRule HTTP_Referer|ARGS "laptopy\.biz\.pl" -SecRule HTTP_Referer|ARGS "lastminute-blitz\.de" -SecRule HTTP_Referer|ARGS "las-vegas-real-estate-1\.com" -SecRule HTTP_Referer|ARGS "lasvegas-real-estate\.net" -SecRule HTTP_Referer|ARGS "lasvegasrealtor\.com" -SecRule HTTP_Referer|ARGS "lasvegastourfinder\.com" -SecRule HTTP_Referer|ARGS "latina-hot-girls\.com" -SecRule HTTP_Referer|ARGS "latina-sex\.ws" -SecRule HTTP_Referer|ARGS "lavalifedating\.com" -SecRule HTTP_Referer|ARGS "leadbanx\.com" -SecRule HTTP_Referer|ARGS "learnhowtoplay\.com" -SecRule HTTP_Referer|ARGS "learningphpfast\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "learnthebiz\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "lebonpost\.com" -SecRule HTTP_Referer|ARGS "lechery-family\.com" -SecRule HTTP_Referer|ARGS "ledo-design\.com" -SecRule HTTP_Referer|ARGS "legalblonde\.com" -SecRule HTTP_Referer|ARGS "legfreak\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "lemonrider" -SecRule HTTP_Referer|ARGS "lepommeau\.com" -SecRule HTTP_Referer|ARGS "lesbian-girl\.us" -SecRule HTTP_Referer|ARGS "lesbian-sex-porn-pics-stories\.com" -SecRule HTTP_Referer|ARGS "lesbichex\.com" -SecRule HTTP_Referer|ARGS "lesbo-rama\.com" -SecRule HTTP_Referer|ARGS "leseratten-wunderland\.de" -SecRule HTTP_Referer|ARGS "letemgo\.de" -SecRule HTTP_Referer|ARGS "leveltendesign\.com" -SecRule HTTP_Referer|ARGS "lexapro-web\.com" -SecRule HTTP_Referer|ARGS "lexfinance\.com" -SecRule HTTP_Referer|ARGS "lgt-clan\.ru" -SecRule HTTP_Referer|ARGS "libr-animal\.com" -SecRule HTTP_Referer|ARGS "libraries.org.ru" -SecRule HTTP_Referer|ARGS "life-insurance-advisor\.com" -SecRule HTTP_Referer|ARGS "lifeinsurancefinders\.com" -SecRule HTTP_Referer|ARGS "\.liftyourself\.(com|net|org|info|biz)" -SecRule HTTP_Referer|ARGS "likemynudebody.co.uk" -SecRule HTTP_Referer|ARGS "likesmature\.com" -SecRule HTTP_Referer|ARGS "likewaterlikewind\.com" -SecRule HTTP_Referer|ARGS "lingeriegirls.nl" -SecRule HTTP_Referer|ARGS "lingerie-land\.com" -SecRule HTTP_Referer|ARGS "link-dir\.com" -SecRule HTTP_Referer|ARGS "linkerdome\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "linkliste-geschenke\.de" -SecRule HTTP_Referer|ARGS "linseysworld\.com" -SecRule HTTP_Referer|ARGS "linuxwaves\.net" -SecRule HTTP_Referer|ARGS "lipitordiscount\.biz" -SecRule HTTP_Referer|ARGS "lipitordiscount\.com" -SecRule HTTP_Referer|ARGS "lisaber\.com" -SecRule HTTP_Referer|ARGS "list1st\.com" -SecRule HTTP_Referer|ARGS "listbanx\.com" -SecRule HTTP_Referer|ARGS "live-casino\.com" -SecRule HTTP_Referer|ARGS "livenet\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "livetexasholdem\.com" -SecRule HTTP_Referer|ARGS "livetreff\.tv" -SecRule HTTP_Referer|ARGS "livevents\.de" -SecRule HTTP_Referer|ARGS "lizardofoz\.com" -SecRule HTTP_Referer|ARGS "\.dyndsl\.com" -SecRule HTTP_Referer|ARGS "lizziemills\.com" -SecRule HTTP_Referer|ARGS "loaninfotoday\.com" -SecRule HTTP_Referer|ARGS "loan-king\.com" -SecRule HTTP_Referer|ARGS "loans-4all\.com" -SecRule HTTP_Referer|ARGS "loans\.de\.vu" -SecRule HTTP_Referer|ARGS "loans-no-fax\.com" -SecRule HTTP_Referer|ARGS "loan-superstore\.com" -SecRule HTTP_Referer|ARGS "locationcorse\.free\.fr" -SecRule HTTP_Referer|ARGS "lockportlinks\.com" -SecRule HTTP_Referer|ARGS "logo-beltonen\.com" -SecRule HTTP_Referer|ARGS "logod-helinad-mangud\.com" -SecRule HTTP_Referer|ARGS "logoer-mobil\.com" -SecRule HTTP_Referer|ARGS "logo-free\.com" -SecRule HTTP_Referer|ARGS "logo-klingeltone\.com" -SecRule HTTP_Referer|ARGS "logo-max\.com" -SecRule HTTP_Referer|ARGS "logo-melodias\.com" -SecRule HTTP_Referer|ARGS "logo-mobiel\.com" -SecRule HTTP_Referer|ARGS "logo-mobile-repondeur\.com" -SecRule HTTP_Referer|ARGS "logo-moviles\.com" -SecRule HTTP_Referer|ARGS "logo-phones\.com" -SecRule HTTP_Referer|ARGS "logo-repondeur-mobile\.com" -SecRule HTTP_Referer|ARGS "logos-downloads\.com" -SecRule HTTP_Referer|ARGS "logos-free\.com" -SecRule HTTP_Referer|ARGS "logosik\.pl" -SecRule HTTP_Referer|ARGS "logos-logos\.be" -SecRule HTTP_Referer|ARGS "logos-melodijas-speles\.com" -SecRule HTTP_Referer|ARGS "logos-mobile-repondeurs\.com" -SecRule HTTP_Referer|ARGS "logo-sonneries-sonnerie\.com" -SecRule HTTP_Referer|ARGS "logos-phones\.com" -SecRule HTTP_Referer|ARGS "logo-spiele\.com" -SecRule HTTP_Referer|ARGS "logos-repondeurs-mobile\.com" -SecRule HTTP_Referer|ARGS "logos-sonneries-jeux\.com" -SecRule HTTP_Referer|ARGS "logos-sonneries-jeuxmobiles\.com" -SecRule HTTP_Referer|ARGS "logos-sonneries-sonnerie\.com" -SecRule HTTP_Referer|ARGS "logos-tone\.com" -SecRule HTTP_Referer|ARGS "logo-tones\.com" -SecRule HTTP_Referer|ARGS "logotyper-mobil\.com" -SecRule HTTP_Referer|ARGS "lolika\.net" -SecRule HTTP_Referer|ARGS "longslabofjoy\.com" -SecRule HTTP_Referer|ARGS "lookforukhotels\.com" -SecRule HTTP_Referer|ARGS "looking4you.nl" -SecRule HTTP_Referer|ARGS "lookingforyou.nl" -SecRule HTTP_Referer|ARGS "loraxe\.com" -SecRule HTTP_Referer|ARGS "lowclass\.de" -SecRule HTTP_Referer|ARGS "lowcost\.us\.com" -SecRule HTTP_Referer|ARGS "lowest-rates-mortgages\.com" -SecRule HTTP_Referer|ARGS "lowinterestratecreditcards\.net" -SecRule HTTP_Referer|ARGS "low-low-rates\.com" -SecRule HTTP_Referer|ARGS "lucalozzi\.com" -SecRule HTTP_Referer|ARGS "luffassociates\.co\.uk" -SecRule HTTP_Referer|ARGS "lutschraus\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "luxus-gourmetartikel\.de" -SecRule HTTP_Referer|ARGS "lvcpa\.net" -SecRule HTTP_Referer|ARGS "lvcpa\.org" -SecRule HTTP_Referer|ARGS "lvrealty\.net" -SecRule HTTP_Referer|ARGS "lynskey-admiration\.org\.uk" -SecRule HTTP_Referer|ARGS "bt-gambling\.ws" -SecRule HTTP_Referer|ARGS "lyriclovers\.com" -SecRule HTTP_Referer|ARGS "macinstruct\.net" -SecRule HTTP_Referer|ARGS "\.maclenet\.com" -SecRule HTTP_Referer|ARGS "mail333\.com" -SecRule HTTP_Referer|ARGS "mainentrypoint\.com" -SecRule HTTP_Referer|ARGS "mainjob\.ru" -SecRule HTTP_Referer|ARGS "majorapplewhite\.info" -SecRule HTTP_Referer|ARGS "make-money\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "makemoney\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "maki-e-pens\.com" -SecRule HTTP_Referer|ARGS "male-enhancement" -SecRule HTTP_Referer|ARGS "\.male-enlargement\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "male-enlargement\.com" -SecRule HTTP_Referer|ARGS "malenatural\.com" -SecRule HTTP_Referer|ARGS "malesizegenetics\.com" -SecRule HTTP_Referer|ARGS "mallorycoatings\.co\.uk" -SecRule HTTP_Referer|ARGS "maloylawn\.com" -SecRule HTTP_Referer|ARGS "mandysdiary\.biz" -SecRule HTTP_Referer|ARGS "mandysdiary\.ws" -SecRule HTTP_Referer|ARGS "manga-free\.net" -SecRule HTTP_Referer|ARGS "manga-free\.org" -SecRule HTTP_Referer|ARGS "manga-porn\.us" -SecRule HTTP_Referer|ARGS "manga-x\.biz" -SecRule HTTP_Referer|ARGS "manga-xxx\.org" -SecRule HTTP_Referer|ARGS "mannensex.nl" -SecRule HTTP_Referer|ARGS "manufacturers-blog\.com" -SecRule HTTP_Referer|ARGS "maps.org.ru" -SecRule HTTP_Referer|ARGS "march--madness\.biz" -SecRule HTTP_Referer|ARGS "march--madness\.info" -SecRule HTTP_Referer|ARGS "march--madness\.org" -SecRule HTTP_Referer|ARGS "marcomdeal\.com" -SecRule HTTP_Referer|ARGS "marshallsupersoft\.com" -SecRule HTTP_Referer|ARGS "marshallyachts\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "marshallyachts\.org" -SecRule HTTP_Referer|ARGS "marteq-on\.com" -SecRule HTTP_Referer|ARGS "masonry-services\.com" -SecRule HTTP_Referer|ARGS "mastheadwankers\.com" -SecRule HTTP_Referer|ARGS "match-me-up\.com" -SecRule HTTP_Referer|ARGS "matureacts\.com" -SecRule HTTP_Referer|ARGS "mature-big-tits\.net" -SecRule HTTP_Referer|ARGS "maturefolk\.com" -SecRule HTTP_Referer|ARGS "mature-hardy.info" -SecRule HTTP_Referer|ARGS "mature-old-mature\.com" -SecRule HTTP_Referer|ARGS "\.mature-passion\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "mature-reality\.com" -SecRule HTTP_Referer|ARGS "mature-sex-moms-porn\.com" -SecRule HTTP_Referer|ARGS "maturetours\.com" -SecRule HTTP_Referer|ARGS "maxigenweb\.com" -SecRule HTTP_Referer|ARGS "maximumcash\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "mbgeezers\.com" -SecRule HTTP_Referer|ARGS "mcdortaklar\.com" -SecRule HTTP_Referer|ARGS "mcfimortgage\.com" -SecRule HTTP_Referer|ARGS "mediaaustralia\.com\.au" -SecRule HTTP_Referer|ARGS "mediacentral\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "mediavisor\.com" -SecRule HTTP_Referer|ARGS "medical4order\.com" -SecRule HTTP_Referer|ARGS "medications-4all\.com" -SecRule HTTP_Referer|ARGS "medicinecheaper\.com" -SecRule HTTP_Referer|ARGS "medicine-supply\.com" -SecRule HTTP_Referer|ARGS "medicinetrail\.org" -SecRule HTTP_Referer|ARGS "meds-pill\.com" -SecRule HTTP_Referer|ARGS "medweightloss" -SecRule HTTP_Referer|ARGS "medyep\.com" -SecRule HTTP_Referer|ARGS "\.mefound\.(com|net|org)" -SecRule HTTP_Referer|ARGS "megafrontier\.com" -SecRule HTTP_Referer|ARGS "megapornstation\.com" -SecRule HTTP_Referer|ARGS "mega-spass\.com" -SecRule HTTP_Referer|ARGS "melincs\.org" -SecRule HTTP_Referer|ARGS "melodias-logos-juegos\.com" -SecRule HTTP_Referer|ARGS "members\.fortunecity\.com/kennetharmstrong" -SecRule HTTP_Referer|ARGS "menexis\.com" -SecRule HTTP_Referer|ARGS "mengfuxiang\.com" -SecRule HTTP_Referer|ARGS "menguma\.com" -SecRule HTTP_Referer|ARGS "menguma\.co\.uk" -SecRule HTTP_Referer|ARGS "men-porn\.us" -SecRule HTTP_Referer|ARGS "menservers\.com" -SecRule HTTP_Referer|ARGS "men-sex\.us" -SecRule HTTP_Referer|ARGS "mens-health-pills\.com" -SecRule HTTP_Referer|ARGS "menzyme\.com" -SecRule HTTP_Referer|ARGS "merchantaccount\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "merditer\.com" -SecRule HTTP_Referer|ARGS "merseine\.nu" -SecRule HTTP_Referer|ARGS "mesothelioma-asbestos-help\.com" -SecRule HTTP_Referer|ARGS "mesothelioma-health\.com" -SecRule HTTP_Referer|ARGS "mesothelioma\.net" -SecRule HTTP_Referer|ARGS "metroshopperguide\.com" -SecRule HTTP_Referer|ARGS "mettle\.com\.cn" -SecRule HTTP_Referer|ARGS "miccel\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "micelebre\.com" -SecRule HTTP_Referer|ARGS "michigan-attorney\.lbgo\.com" -SecRule HTTP_Referer|ARGS "micrasci\.com" -SecRule HTTP_Referer|ARGS "microsoft-com\.us" -SecRule HTTP_Referer|ARGS "middlecay\.net" -SecRule HTTP_Referer|ARGS "middlecay\.org" -SecRule HTTP_Referer|ARGS "midget-porn-sex\.com" -SecRule HTTP_Referer|ARGS "mietangebote-domain\.de" -SecRule HTTP_Referer|ARGS "migraine-relief\.com" -SecRule HTTP_Referer|ARGS "mikebunton\.com" -SecRule HTTP_Referer|ARGS "milehighdiva\.blogdrive\.com" -SecRule HTTP_Referer|ARGS "milesscaffolding\.co\.uk" -SecRule HTTP_Referer|ARGS "milf-hardcore\.net" -SecRule HTTP_Referer|ARGS "milflessons\.(com|net|org)" -SecRule HTTP_Referer|ARGS "milfporn\.org" -SecRule HTTP_Referer|ARGS "milf-rider\.us" -SecRule HTTP_Referer|ARGS "milf-xxx-action\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "mingholee\.com" -SecRule HTTP_Referer|ARGS "miracle-diet\.com" -SecRule HTTP_Referer|ARGS "misterwolf\.net" -SecRule HTTP_Referer|ARGS "mixtaperadio\.com" -SecRule HTTP_Referer|ARGS "mmorpg-headlines\.com" -SecRule HTTP_Referer|ARGS "mmsanimati\.com" -SecRule HTTP_Referer|ARGS "mneuron\.com" -SecRule HTTP_Referer|ARGS "mobilefamilydental\.com" -SecRule HTTP_Referer|ARGS "-mobile-phones\.org" -SecRule HTTP_Referer|ARGS "mobilequicksale\.com" -SecRule HTTP_Referer|ARGS "mobile-repondeur-logo\.com" -SecRule HTTP_Referer|ARGS "mobile-repondeurs-logos\.com" -SecRule HTTP_Referer|ARGS "mobilesandringtones\.com" -SecRule HTTP_Referer|ARGS "mode-domain\.de" -SecRule HTTP_Referer|ARGS "mode-einkaufsbummel\.de" -SecRule HTTP_Referer|ARGS "moltobene\.ru" -SecRule HTTP_Referer|ARGS "mominaction.info" -SecRule HTTP_Referer|ARGS "monavaletoys\.com" -SecRule HTTP_Referer|ARGS "mondialcoral\.com" -SecRule HTTP_Referer|ARGS "moneybg\.com" -SecRule HTTP_Referer|ARGS "money-cash-loans\.com" -SecRule HTTP_Referer|ARGS "moneylinebet\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "money-room\.com" -SecRule HTTP_Referer|ARGS "montaguefineart\.com" -SecRule HTTP_Referer|ARGS "mookyong\.com" -SecRule HTTP_Referer|ARGS "moris-dada\.com" -SecRule HTTP_Referer|ARGS "mor-lite\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "mor-lite\.net" -SecRule HTTP_Referer|ARGS "mor-lite\.org" -SecRule HTTP_Referer|ARGS "mortage-4all\.com" -SecRule HTTP_Referer|ARGS "mortgage-info-center\.com" -SecRule HTTP_Referer|ARGS "mortgagemarketinginc\.com" -SecRule HTTP_Referer|ARGS "mortgagequestaz\.com" -SecRule HTTP_Referer|ARGS "mortgage-(rate|loan)-calculator" -SecRule HTTP_Referer|ARGS "mortgagerates4all\.com" -SecRule HTTP_Referer|ARGS "mortgage-rates-guide\.net" -SecRule HTTP_Referer|ARGS "mortgagerefinancesite\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "mortgages-links\.net" -SecRule HTTP_Referer|ARGS "mortloan\.com" -SecRule HTTP_Referer|ARGS "mostika\.us" -SecRule HTTP_Referer|ARGS "mother-son-incest-sex\.net" -SecRule HTTP_Referer|ARGS "motonet\.pl" -SecRule HTTP_Referer|ARGS "moviehits.nl" -SecRule HTTP_Referer|ARGS "movies6\.com" -SecRule HTTP_Referer|ARGS "mp3download\.bz" -SecRule HTTP_Referer|ARGS "mp3int\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "mp3x\.biz" -SecRule HTTP_Referer|ARGS "mpeg2pci\.com" -SecRule HTTP_Referer|ARGS "mp-forum\.com" -SecRule HTTP_Referer|ARGS "mrgoicoechea\.com" -SecRule HTTP_Referer|ARGS "mrn\.vip\.sina\.com" -SecRule HTTP_Referer|ARGS "mrpiercing\.com" -SecRule HTTP_Referer|ARGS "multipurpose-plants\.net" -SecRule HTTP_Referer|ARGS "multiservers\.com" -SecRule HTTP_Referer|ARGS "musica-da-scaricare\.net" -SecRule HTTP_Referer|ARGS "musica-gratis\.biz" -SecRule HTTP_Referer|ARGS "musica-gratis\.org" -SecRule HTTP_Referer|ARGS "musica-karaoke\.net" -SecRule HTTP_Referer|ARGS "musica-mp3\.biz" -SecRule HTTP_Referer|ARGS "musicamp3\.us" -SecRule HTTP_Referer|ARGS "musicarchive.nl" -SecRule HTTP_Referer|ARGS "musicbox1\.com" -SecRule HTTP_Referer|ARGS "musicbox\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "musiccheap\.us" -SecRule HTTP_Referer|ARGS "music-downloads-links\.com" -SecRule HTTP_Referer|ARGS "musicenergy\.com" -SecRule HTTP_Referer|ARGS "muxa\.ru" -SecRule HTTP_Referer|ARGS "muziekhits.nl" -SecRule HTTP_Referer|ARGS "mxbearings\.com" -SecRule HTTP_Referer|ARGS "my-age\.net" -SecRule HTTP_Referer|ARGS "myasiahotels\.com" -SecRule HTTP_Referer|ARGS "mybestcasinos\.net" -SecRule HTTP_Referer|ARGS "mybestclick\.com" -SecRule HTTP_Referer|ARGS "mycasinohome\.com" -SecRule HTTP_Referer|ARGS "mycheapcigstore\.com" -SecRule HTTP_Referer|ARGS "mycialispharmacy\.com" -SecRule HTTP_Referer|ARGS "my-dating-agency\.com" -SecRule HTTP_Referer|ARGS "mydatingagency\.com" -SecRule HTTP_Referer|ARGS "mydietdoctor\.com" -SecRule HTTP_Referer|ARGS "my-discount-cigarettes\.com" -SecRule HTTP_Referer|ARGS "myeuropehotels\.com" -SecRule HTTP_Referer|ARGS "myfavlinks\.de" -SecRule HTTP_Referer|ARGS "my-fetishes\.com" -SecRule HTTP_Referer|ARGS "myfick.be" -SecRule HTTP_Referer|ARGS "mygays.nl" -SecRule HTTP_Referer|ARGS "mygenericrx\.com" -SecRule HTTP_Referer|ARGS "mygidi\.com" -SecRule HTTP_Referer|ARGS "myhomephonenumber\.com" -SecRule HTTP_Referer|ARGS "myrice\.com" -SecRule HTTP_Referer|ARGS "myrtlejones\.com" -SecRule HTTP_Referer|ARGS "my-sex-toys-store\.com" -SecRule HTTP_Referer|ARGS "myslimpatch\.com" -SecRule HTTP_Referer|ARGS "mysofia\.net" -SecRule HTTP_Referer|ARGS "mystify2001\.com" -SecRule HTTP_Referer|ARGS "naakte-meisjes\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "naar\.be" -SecRule HTTP_Referer|ARGS "nabm(il|li)or.com" -SecRule HTTP_Referer|ARGS "nabpak\.org" -SecRule HTTP_Referer|ARGS "nakedboysfirsttime\.com" -SecRule HTTP_Referer|ARGS "naked-gay\.us" -SecRule HTTP_Referer|ARGS "naked-pussy\.us" -SecRule HTTP_Referer|ARGS "naked-womens-wrestling-league-dvds\.com" -SecRule HTTP_Referer|ARGS "naked-womens-wrestling-league-videos\.com" -SecRule HTTP_Referer|ARGS "nancyflowerswilson\.com" -SecRule HTTP_Referer|ARGS "narod\.ru" -SecRule HTTP_Referer|ARGS "nasty-pages\.com" -SecRule HTTP_Referer|ARGS "natel-mobiles\.com" -SecRule HTTP_Referer|ARGS "natterratter\.com" -SecRule HTTP_Referer|ARGS "natural-barleygreen\.com" -SecRule HTTP_Referer|ARGS "natural-breasts-enhancement\.net" -SecRule HTTP_Referer|ARGS "naturalenhancement\.biz" -SecRule HTTP_Referer|ARGS "natural-enlarg.*\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "naturalenlarg.*\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "naturalenlargement\.biz" -SecRule HTTP_Referer|ARGS "natural-enlargement\.net" -SecRule HTTP_Referer|ARGS "naturalknockers\.net" -SecRule HTTP_Referer|ARGS "naturalpenis\.org" -SecRule HTTP_Referer|ARGS "nehrucollege\.org" -SecRule HTTP_Referer|ARGS "\.neighbour-wife-nude\.(com|net|org|info|biz)" -SecRule HTTP_Referer|ARGS "neiladams\.org\.uk" -SecRule HTTP_Referer|ARGS "nestbeschmutzer\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "netdating.nl" -SecRule HTTP_Referer|ARGS "netdims\.com" -SecRule HTTP_Referer|ARGS "netizen\.org" -SecRule HTTP_Referer|ARGS "netleih\.de" -SecRule HTTP_Referer|ARGS "netlogo\.us" -SecRule HTTP_Referer|ARGS "net-mature\.com" -SecRule HTTP_Referer|ARGS "netsx\.org" -SecRule HTTP_Referer|ARGS "net-von-dir\.de" -SecRule HTTP_Referer|ARGS "neurogenics\.co\.uk" -SecRule HTTP_Referer|ARGS "new-cialis\.com" -SecRule HTTP_Referer|ARGS "neweighweb\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "neweighweb\.net" -SecRule HTTP_Referer|ARGS "neweighweb\.org" -SecRule HTTP_Referer|ARGS "newfurnishing\.com" -SecRule HTTP_Referer|ARGS "newgallery\.co\.uk" -SecRule HTTP_Referer|ARGS "newmail\.ru" -SecRule HTTP_Referer|ARGS "newprinceton\.com" -SecRule HTTP_Referer|ARGS "newsnewsmedia\.com" -SecRule HTTP_Referer|ARGS "newtruths\.com" -SecRule HTTP_Referer|ARGS "newxwave\.com" -SecRule HTTP_Referer|ARGS "nfl-football-tickets\.biz" -SecRule HTTP_Referer|ARGS "nicecreampie\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "nicepages\.biz" -SecRule HTTP_Referer|ARGS "nicepages\.net" -SecRule HTTP_Referer|ARGS "nicepages\.org" -SecRule HTTP_Referer|ARGS "nice-pussy\.us" -SecRule HTTP_Referer|ARGS "niceshemales\.net" -SecRule HTTP_Referer|ARGS "nichehit\.com" -SecRule HTTP_Referer|ARGS "nicolepeters\.com" -SecRule HTTP_Referer|ARGS "nieruchomosci\.biz\.pl" -SecRule HTTP_Referer|ARGS "nifty-erotic-story-archive\.blogspot\.com" -SecRule HTTP_Referer|ARGS "niibacca\.afraid\.org" -SecRule HTTP_Referer|ARGS "nikkiwilliams\.info" -SecRule HTTP_Referer|ARGS "njhma\.com" -SecRule HTTP_Referer|ARGS "njunite\.net" -SecRule HTTP_Referer|ARGS "no1pics\.com" -SecRule HTTP_Referer|ARGS "no-cavities\.com" -SecRule HTTP_Referer|ARGS "nohassle-loans\.com" -SecRule HTTP_Referer|ARGS "no-ip\.org" -SecRule HTTP_Referer|ARGS "nokia8310.revkom.ru" -SecRule HTTP_Referer|ARGS "noniexpert\.com" -SecRule HTTP_Referer|ARGS "noni-jungbrunnen\.com" -SecRule HTTP_Referer|ARGS "noni-top-chance\.com" -SecRule HTTP_Referer|ARGS "noni-vitalgetraenk\.com" -SecRule HTTP_Referer|ARGS "nonstop-casino\.com" -SecRule HTTP_Referer|ARGS "nonstopsex\.org" -SecRule HTTP_Referer|ARGS "noslip-picks\.com" -SecRule HTTP_Referer|ARGS "no-title\.de" -SecRule HTTP_Referer|ARGS "notlong\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "notsure\.de" -SecRule HTTP_Referer|ARGS "novacspacetravel\.com" -SecRule HTTP_Referer|ARGS "now-hiringsluts\.com" -SecRule HTTP_Referer|ARGS "nr-challenges\.org" -SecRule HTTP_Referer|ARGS "nude-black\.us" -SecRule HTTP_Referer|ARGS "nude.blogspot\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "nudecelebblogs\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "nude-celebrity-dvd\.com" -SecRule HTTP_Referer|ARGS "nude-movies\.us" -SecRule HTTP_Referer|ARGS "nude-teens\.name" -SecRule HTTP_Referer|ARGS "nude-video\.us" -SecRule HTTP_Referer|ARGS "nudevol\.us" -SecRule HTTP_Referer|ARGS "nullnix\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "nutritionalsupplementstoday\.com" -SecRule HTTP_Referer|ARGS "nutritional-supplements\.ws" -SecRule HTTP_Referer|ARGS "nutzu\.com" -SecRule HTTP_Referer|ARGS "nwwl-dvds\.com" -SecRule HTTP_Referer|ARGS "nwwl-videos\.com" -SecRule HTTP_Referer|ARGS "nxcailing\.com" -SecRule HTTP_Referer|ARGS "nylonex\.com" -SecRule HTTP_Referer|ARGS "nz\.com\.ua" -SecRule HTTP_Referer|ARGS "officexl\.de" -SecRule HTTP_Referer|ARGS "officezl\.com" -SecRule HTTP_Referer|ARGS "officialdarajoy\.com/wwwboard" -SecRule HTTP_Referer|ARGS "officialdentalplan\.com" -SecRule HTTP_Referer|ARGS "officialsatellitetv\.com" -SecRule HTTP_Referer|ARGS "offseasonelves\.com" -SecRule HTTP_Referer|ARGS "ohamerica\.org" -SecRule HTTP_Referer|ARGS "okuk\.org" -SecRule HTTP_Referer|ARGS "olderr\.4t\.com" -SecRule HTTP_Referer|ARGS "oldgrannyfucking\.com" -SecRule HTTP_Referer|ARGS "old-sexy-sluts\.com" -SecRule HTTP_Referer|ARGS "oliviagadamer\.com" -SecRule HTTP_Referer|ARGS "oma6.biz" -SecRule HTTP_Referer|ARGS "omega-fatty-acid\.com" -SecRule HTTP_Referer|ARGS "o-mygod\.com" -SecRule HTTP_Referer|ARGS "ondertiteling.info" -SecRule HTTP_Referer|ARGS "one-blackjack\.com" -SecRule HTTP_Referer|ARGS "one-cialis\.com" -SecRule HTTP_Referer|ARGS "one-debt-consolidation\.com" -SecRule HTTP_Referer|ARGS "oneoz\.com" -SecRule HTTP_Referer|ARGS "onepiecex\.net" -SecRule HTTP_Referer|ARGS "one-poker-online\.com" -SecRule HTTP_Referer|ARGS "one-propecia\.com" -SecRule HTTP_Referer|ARGS "oneseo\.com" -SecRule HTTP_Referer|ARGS "one-soma\.com" -SecRule HTTP_Referer|ARGS "onexone\.org" -SecRule HTTP_Referer|ARGS "online-auction-tricks\.com" -SecRule HTTP_Referer|ARGS "online-background-check\.biz" -SecRule HTTP_Referer|ARGS "online-black-jack-download\.com" -SecRule HTTP_Referer|ARGS "online--blackjack\.info" -SecRule HTTP_Referer|ARGS "online-blackjack-online\.com" -SecRule HTTP_Referer|ARGS "online-buy-plavix\.com" -SecRule HTTP_Referer|ARGS "on-line-casino-deutsch\.com" -SecRule HTTP_Referer|ARGS "on-line-casinos-online\.com" -SecRule HTTP_Referer|ARGS "on-line-casinos-online\.net" -SecRule HTTP_Referer|ARGS "online-credit-report-online\.com" -SecRule HTTP_Referer|ARGS "online-dating-com\.com" -SecRule HTTP_Referer|ARGS "online-dating-singles-service\.com" -SecRule HTTP_Referer|ARGS "online-deals99\.com" -SecRule HTTP_Referer|ARGS "onlinedegreehq\.com" -SecRule HTTP_Referer|ARGS "on-line-degree\.org" -SecRule HTTP_Referer|ARGS "online-dot\.com" -SecRule HTTP_Referer|ARGS "online-escort-service\.com" -SecRule HTTP_Referer|ARGS "online-flexeril\.com" -SecRule HTTP_Referer|ARGS "online-gambling-123\.biz" -SecRule HTTP_Referer|ARGS "online-gambling-123\.us" -SecRule HTTP_Referer|ARGS "online-gambling-online\.org" -SecRule HTTP_Referer|ARGS "online-games24x7\.com" -SecRule HTTP_Referer|ARGS "online-games24x7\.net" -SecRule HTTP_Referer|ARGS "online-games-links\.net" -SecRule HTTP_Referer|ARGS "onlinegamingassociation\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "onlinegamingassociation\.com" -SecRule HTTP_Referer|ARGS "online-generics-store" -SecRule HTTP_Referer|ARGS "onlinehgh\.com" -SecRule HTTP_Referer|ARGS "online-job-source\.com" -SecRule HTTP_Referer|ARGS "on-line-kasino-de\.com" -SecRule HTTP_Referer|ARGS "online-medications24x7\.com" -SecRule HTTP_Referer|ARGS "online-morphine\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "onlinepharmacy2004\.net" -SecRule HTTP_Referer|ARGS "online-pharmacy-24x7\.net" -SecRule HTTP_Referer|ARGS "online-pharmacy-online-pharmacies\.com" -SecRule HTTP_Referer|ARGS "online-pharmacy-order\.com" -SecRule HTTP_Referer|ARGS "online--pharmacy\.us" -SecRule HTTP_Referer|ARGS "online-photo-print\.com" -SecRule HTTP_Referer|ARGS "online-----poker" -SecRule HTTP_Referer|ARGS "online-poker-200" -SecRule HTTP_Referer|ARGS "online-poker-333\.com" -SecRule HTTP_Referer|ARGS "online-poker-555\.com" -SecRule HTTP_Referer|ARGS "online-poker-888" -SecRule HTTP_Referer|ARGS "online-poker-a\.com" -SecRule HTTP_Referer|ARGS "online-poker-big\.com" -SecRule HTTP_Referer|ARGS "online-poker-bonus\.us" -SecRule HTTP_Referer|ARGS "onlinepoker-dot\.com" -SecRule HTTP_Referer|ARGS "online-poker-free\.com" -SecRule HTTP_Referer|ARGS "online-poker-guide\.info" -SecRule HTTP_Referer|ARGS "onlinepoker-i\.com" -SecRule HTTP_Referer|ARGS "online-poker-kick-butt\.com" -SecRule HTTP_Referer|ARGS "online-poker-net\.com" -SecRule HTTP_Referer|ARGS "online-poker-online-poker" -SecRule HTTP_Referer|ARGS "online-poker-special\.com" -SecRule HTTP_Referer|ARGS "online-poker--tips\.com" -SecRule HTTP_Referer|ARGS "online-poker-top-rated\.com" -SecRule HTTP_Referer|ARGS "online-prescription-pharmacy\.com" -SecRule HTTP_Referer|ARGS "online-prescriptions-internet-pharmacy\.com" -SecRule HTTP_Referer|ARGS "online-prescription\.st" -SecRule HTTP_Referer|ARGS "online-propecia-buyer\.com" -SecRule HTTP_Referer|ARGS "onlineshop\.us\.com" -SecRule HTTP_Referer|ARGS "onlineslotsarcade\.com" -SecRule HTTP_Referer|ARGS "onlinesmoker\.com" -SecRule HTTP_Referer|ARGS "online-sports--betting" -SecRule HTTP_Referer|ARGS "online--sports-betting\.com" -SecRule HTTP_Referer|ARGS "online-sports-betting-source" -SecRule HTTP_Referer|ARGS "on-pok\.com" -SecRule HTTP_Referer|ARGS "opensorcerer\.org" -SecRule HTTP_Referer|ARGS "operazione-trionfo\.net" -SecRule HTTP_Referer|ARGS "optimumpenis\.com" -SecRule HTTP_Referer|ARGS "oral-sex-cum\.com" -SecRule HTTP_Referer|ARGS "order-claritin\.net" -SecRule HTTP_Referer|ARGS "order-effexor\.net" -SecRule HTTP_Referer|ARGS "ordernaturals\.com" -SecRule HTTP_Referer|ARGS "orlandodominguez\.com" -SecRule HTTP_Referer|ARGS "orospu\.us" -SecRule HTTP_Referer|ARGS "otito\.com" -SecRule HTTP_Referer|ARGS "ottawavalleyag\.org" -SecRule HTTP_Referer|ARGS "ourhealthylife\.net" -SecRule HTTP_Referer|ARGS "ourownweddingsong\.com" -SecRule HTTP_Referer|ARGS "our-planet\.org" -SecRule HTTP_Referer|ARGS "ourtownhelps\.org" -SecRule HTTP_Referer|ARGS "outertech\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "outoff\.de" -SecRule HTTP_Referer|ARGS "overseaspharmacy\.com" -SecRule HTTP_Referer|ARGS "ovulation-kit\.com" -SecRule HTTP_Referer|ARGS "owen-music\.com" -SecRule HTTP_Referer|ARGS "owns1\.com" -SecRule HTTP_Referer|ARGS "ownsthis\.com" -SecRule HTTP_Referer|ARGS "ozup\.com" -SecRule HTTP_Referer|ARGS "\.p[0-9]\.org\.uk" -SecRule HTTP_Referer|ARGS "pacific-poker-top-place\.com" -SecRule HTTP_Referer|ARGS "pages4people\.com" -SecRule HTTP_Referer|ARGS "pagetwo\.org" -SecRule HTTP_Referer|ARGS "paginadeautor\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "pai-gow-keno\.com" -SecRule HTTP_Referer|ARGS "painkillersonline\.biz" -SecRule HTTP_Referer|ARGS "paisleydevelopmentassociation\.org" -SecRule HTTP_Referer|ARGS "pamperedchef-online\.com" -SecRule HTTP_Referer|ARGS "pantysex.nl" -SecRule HTTP_Referer|ARGS "paololinks\.porkyhost\.com" -SecRule HTTP_Referer|ARGS "paperscn\.com" -SecRule HTTP_Referer|ARGS "paramountseedfarms\.net" -SecRule HTTP_Referer|ARGS "paramountseedfarms\.org" -SecRule HTTP_Referer|ARGS "paris-and-nicky-hilton-pictures\.blogspot\.com" -SecRule HTTP_Referer|ARGS "paris-escort\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "parishilton\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "paris-hilton-video-blog\.com" -SecRule HTTP_Referer|ARGS "paris-hilton-videos\.biz" -SecRule HTTP_Referer|ARGS "paris-movie-hilton\.blogspot\.com" -SecRule HTTP_Referer|ARGS "paris-naked-hilton\.blogspot\.com" -SecRule HTTP_Referer|ARGS "paris-nicky-hilton\.blogspot\.com" -SecRule HTTP_Referer|ARGS "paris-nikki-hilton\.blogspot\.com" -SecRule HTTP_Referer|ARGS "parkviewsoccer\.net" -SecRule HTTP_Referer|ARGS "parkviewsoccer\.org" -SecRule HTTP_Referer|ARGS "partnerfuersleben\.com" -SecRule HTTP_Referer|ARGS "partnersmanager\.com" -SecRule HTTP_Referer|ARGS "partnersuche-partnervermittlung\.com" -SecRule HTTP_Referer|ARGS "partybingo\.com" -SecRule HTTP_Referer|ARGS "party-poker" -SecRule HTTP_Referer|ARGS "partypoker\.com" -SecRule HTTP_Referer|ARGS "party-poker-e\.com" -SecRule HTTP_Referer|ARGS "partypoker-i" -SecRule HTTP_Referer|ARGS "partypoker-i\.us" -SecRule HTTP_Referer|ARGS "party-poker-leading-site\.com" -SecRule HTTP_Referer|ARGS "party-poker-ltd\.com" -SecRule HTTP_Referer|ARGS "partypokeronline\.org" -SecRule HTTP_Referer|ARGS "party-poker-player\.com" -SecRule HTTP_Referer|ARGS "party-poker-x" -SecRule HTTP_Referer|ARGS "passende-klamotten\.de" -SecRule HTTP_Referer|ARGS "passwordspussynudity\.com" -SecRule HTTP_Referer|ARGS "pastramisandwich\.us" -SecRule HTTP_Referer|ARGS "pasuquinio\.com" -SecRule HTTP_Referer|ARGS "paycheck-loan\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "pay-clic\.com" -SecRule HTTP_Referer|ARGS "payday-cash-loans" -SecRule HTTP_Referer|ARGS "paydayl0an\.com" -SecRule HTTP_Referer|ARGS "payday-loan" -SecRule HTTP_Referer|ARGS "payday-loan-payday\.com" -SecRule HTTP_Referer|ARGS "paylesspaydayloans\.com" -SecRule HTTP_Referer|ARGS "payment-processing\.com" -SecRule HTTP_Referer|ARGS "payshots\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "paysites\.info" -SecRule HTTP_Referer|ARGS "pc-choices\.com" -SecRule HTTP_Referer|ARGS "pcdweb\.com" -SecRule HTTP_Referer|ARGS "pedronetwork\.com" -SecRule HTTP_Referer|ARGS "peepingmoe.co.uk" -SecRule HTTP_Referer|ARGS "peepissing\.com" -SecRule HTTP_Referer|ARGS "pelikk\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "penelopeschenk\.com" -SecRule HTTP_Referer|ARGS "peni*(enlarg|enhanc|natural|pill|surgery|traction|male)" -SecRule HTTP_Referer|ARGS "peni*(enlarg|enhanc|natural|pill|surgery|traction|male).*\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "penile-girth-enhancements" -SecRule HTTP_Referer|ARGS "penilestretch\.com" -SecRule HTTP_Referer|ARGS "penis-enlargment\.net" -SecRule HTTP_Referer|ARGS "penisimprovement\.com" -SecRule HTTP_Referer|ARGS "penis-male\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "penis-male\.com" -SecRule HTTP_Referer|ARGS "penisresearch\.com" -SecRule HTTP_Referer|ARGS "perdix.hu" -SecRule HTTP_Referer|ARGS "perfect-dedicated-server\.com" -SecRule HTTP_Referer|ARGS "perfect-mortgage-lead-4-u\.com" -SecRule HTTP_Referer|ARGS "perfume-cologne-discount.info" -SecRule HTTP_Referer|ARGS "perkyoneplace\.com" -SecRule HTTP_Referer|ARGS "personalads\.us\.com" -SecRule HTTP_Referer|ARGS "personales\.com" -SecRule HTTP_Referer|ARGS "personal-finance-tips\.com" -SecRule HTTP_Referer|ARGS "personal-injuries-law\.com" -SecRule HTTP_Referer|ARGS "personal-injury-lawyer\.us\.com" -SecRule HTTP_Referer|ARGS "personalserotic\.com" -SecRule HTTP_Referer|ARGS "personals-online-personals\.com" -SecRule HTTP_Referer|ARGS "perverted-dreams\.com" -SecRule HTTP_Referer|ARGS "peteband\.com" -SecRule HTTP_Referer|ARGS "petlesbians\.com" -SecRule HTTP_Referer|ARGS "petplusindia\.com" -SecRule HTTP_Referer|ARGS "petroglyphx\.com" -SecRule HTTP_Referer|ARGS "phantadu\.de" -SecRule HTTP_Referer|ARGS "pharmaceicall\.com" -SecRule HTTP_Referer|ARGS "pharmacy2003\.com" -SecRule HTTP_Referer|ARGS "pharmacy-links\.net" -SecRule HTTP_Referer|ARGS "pharmacyprices\.net" -SecRule HTTP_Referer|ARGS "pharmacyv\.com" -SecRule HTTP_Referer|ARGS "pharmm\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "philippestarckwatches\.co\.uk" -SecRule HTTP_Referer|ARGS "phone-cards-globe\.pushline\.com" -SecRule HTTP_Referer|ARGS "phono\.co\.il" -SecRule HTTP_Referer|ARGS "photobloggy\.buzznet\.com" -SecRule HTTP_Referer|ARGS "php5\.sk" -SecRule HTTP_Referer|ARGS "phrensy\.org" -SecRule HTTP_Referer|ARGS "pickabbw.co.uk" -SecRule HTTP_Referer|ARGS "picnic-basket\.more\.at" -SecRule HTTP_Referer|ARGS "pics-db\.com" -SecRule HTTP_Referer|ARGS "picsfreesex\.com" -SecRule HTTP_Referer|ARGS "pics--movies\.com" -SecRule HTTP_Referer|ARGS "pics-porn\.org" -SecRule HTTP_Referer|ARGS "pics-stories\.com" -SecRule HTTP_Referer|ARGS "picsteens\.com" -SecRule HTTP_Referer|ARGS "pics-videos\.net" -SecRule HTTP_Referer|ARGS "pictures6\.com" -SecRule HTTP_Referer|ARGS "pictures-and-videos\.com" -SecRule HTTP_Referer|ARGS "pictures-archive\.com" -SecRule HTTP_Referer|ARGS "pictures-movies\.net" -SecRule HTTP_Referer|ARGS "pictures-movies\.org" -SecRule HTTP_Referer|ARGS "piercing-auswaehlen\.de" -SecRule HTTP_Referer|ARGS "piercing-magic\.com" -SecRule HTTP_Referer|ARGS "piercingx\.com" -SecRule HTTP_Referer|ARGS "piggi\.descom\.es" -SecRule HTTP_Referer|ARGS "pillblue\.com" -SecRule HTTP_Referer|ARGS "pill-buy\.com" -SecRule HTTP_Referer|ARGS "pillchart\.com" -SecRule HTTP_Referer|ARGS "pillexchange\.net" -SecRule HTTP_Referer|ARGS "pillfever\.com" -SecRule HTTP_Referer|ARGS "pillgrowth\.com" -SecRule HTTP_Referer|ARGS "pillhub\.com" -SecRule HTTP_Referer|ARGS "pillhunt\.com" -SecRule HTTP_Referer|ARGS "pillinc\.com" -SecRule HTTP_Referer|ARGS "pillmarket\.net" -SecRule HTTP_Referer|ARGS "pills4order\.com" -SecRule HTTP_Referer|ARGS "pillsbestbuy\.com" -SecRule HTTP_Referer|ARGS "pillsdomain\.com" -SecRule HTTP_Referer|ARGS "pills-for-penis\.com" -SecRule HTTP_Referer|ARGS "pills-?(home|penis)\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "pillsking\.com" -SecRule HTTP_Referer|ARGS "pillslim\.com" -SecRule HTTP_Referer|ARGS "pills.*order\.com" -SecRule HTTP_Referer|ARGS "pills-penis\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "pillspenis\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "pillspenis\.net" -SecRule HTTP_Referer|ARGS "pillspenis\.org" -SecRule HTTP_Referer|ARGS "pillsupplier\.com" -SecRule HTTP_Referer|ARGS "pilltip\.com" -SecRule HTTP_Referer|ARGS "pimpcasino\.com" -SecRule HTTP_Referer|ARGS "pimphos\.com" -SecRule HTTP_Referer|ARGS "pimpspace\.com" -SecRule HTTP_Referer|ARGS "pimrim\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "pinkzoo\.com" -SecRule HTTP_Referer|ARGS "pi-o\.com" -SecRule HTTP_Referer|ARGS "piranho\.com" -SecRule HTTP_Referer|ARGS "pisangrebus\.com" -SecRule HTTP_Referer|ARGS "pj-city\.com" -SecRule HTTP_Referer|ARGS "planetluck\.com" -SecRule HTTP_Referer|ARGS "plasticmachinery\.net\.cn" -SecRule HTTP_Referer|ARGS "play-7-card-stud-poker\.com" -SecRule HTTP_Referer|ARGS "play-7-card-stud-poker\.us" -SecRule HTTP_Referer|ARGS "playandwin777\.com" -SecRule HTTP_Referer|ARGS "playandwinit777\.net" -SecRule HTTP_Referer|ARGS "play-cash-bingo-online\.com" -SecRule HTTP_Referer|ARGS "player-tech\.com" -SecRule HTTP_Referer|ARGS "play\.eu\.com" -SecRule HTTP_Referer|ARGS "playgay\.biz" -SecRule HTTP_Referer|ARGS "playmc\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "playmydvd\.com" -SecRule HTTP_Referer|ARGS "playnowpoker\.com" -SecRule HTTP_Referer|ARGS "play-online-poker-z\.com" -SecRule HTTP_Referer|ARGS "play-partypoker\.us" -SecRule HTTP_Referer|ARGS "play-poker-i\.com" -SecRule HTTP_Referer|ARGS "play-poker-onlie-kick-ass\.com" -SecRule HTTP_Referer|ARGS "play-poker-online-z\.com" -SecRule HTTP_Referer|ARGS "playweb\.blogspot\.com" -SecRule HTTP_Referer|ARGS "plongs\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "plygms\.de" -SecRule HTTP_Referer|ARGS "\.pochtamt\.ru" -SecRule HTTP_Referer|ARGS "pocketsound\.org" -SecRule HTTP_Referer|ARGS "\.pok[0-9]\.com" -SecRule HTTP_Referer|ARGS "\.pok2\.com" -SecRule HTTP_Referer|ARGS "pok7\.com" -SecRule HTTP_Referer|ARGS "pokemon-hentai\.com" -SecRule HTTP_Referer|ARGS "pokemonhentai\.net" -SecRule HTTP_Referer|ARGS "pokemon-hentai\.org" -SecRule HTTP_Referer|ARGS "pokemonx\.biz" -SecRule HTTP_Referer|ARGS "poker777game" -SecRule HTTP_Referer|ARGS "poker79\.com" -SecRule HTTP_Referer|ARGS "poker-888-e\.com" -SecRule HTTP_Referer|ARGS "poker-8\.com" -SecRule HTTP_Referer|ARGS ".*poker\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "poker.*\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "poker-e-win\.com" -SecRule HTTP_Referer|ARGS "poker-e-wins\.com" -SecRule HTTP_Referer|ARGS "poker-games-bonus\.com" -SecRule HTTP_Referer|ARGS "poker-games\.cjb\.net" -SecRule HTTP_Referer|ARGS "poker-games-top-ranked\.com" -SecRule HTTP_Referer|ARGS "poker-hands-secrets\.com" -SecRule HTTP_Referer|ARGS "poker-homepage\.com" -SecRule HTTP_Referer|ARGS "poker-magic\.org" -SecRule HTTP_Referer|ARGS "poker-me-up\.com" -SecRule HTTP_Referer|ARGS "poker-(new|rooms|stadium)" -SecRule HTTP_Referer|ARGS "poker-online-anytime\.com" -SecRule HTTP_Referer|ARGS "poker-on-web\.com" -SecRule HTTP_Referer|ARGS "(poker)+[\w\-_.]*unique\.(com|net|org|biz|info)" -SecRule HTTP_Referer|ARGS "pokerorg\.net" -SecRule HTTP_Referer|ARGS "pokerpage\.biz" -SecRule HTTP_Referer|ARGS "pokerpartnership\.com" -SecRule HTTP_Referer|ARGS "pokerqu\.com" -SecRule HTTP_Referer|ARGS "poker-rooms-777" -SecRule HTTP_Referer|ARGS "poker-rooms-777\.com" -SecRule HTTP_Referer|ARGS "poker-rules-easy-4u\.com" -SecRule HTTP_Referer|ARGS "poker-tables-best-deals\.com" -SecRule HTTP_Referer|ARGS "poker-w\.com" -SecRule HTTP_Referer|ARGS "pokerweb\.be" -SecRule HTTP_Referer|ARGS "poker-wsop-2005\.com" -SecRule HTTP_Referer|ARGS "polifoniczne\.org" -SecRule HTTP_Referer|ARGS "polyphone\.us" -SecRule HTTP_Referer|ARGS "pompini\.nu" -SecRule HTTP_Referer|ARGS "ponagansetpost\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "popusky\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "popwow\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "popwow\.com" -SecRule HTTP_Referer|ARGS "porevo\.lookin\.at" -SecRule HTTP_Referer|ARGS "porn-4u\.net" -SecRule HTTP_Referer|ARGS "porn-dvds-dot\.com" -SecRule HTTP_Referer|ARGS "pornevalution\.com" -SecRule HTTP_Referer|ARGS "porngrub\.com" -SecRule HTTP_Referer|ARGS "porn-house\.us" -SecRule HTTP_Referer|ARGS "pornlane\.com" -SecRule HTTP_Referer|ARGS "pornobilder.nl" -SecRule HTTP_Referer|ARGS "pornogratis\.bz" -SecRule HTTP_Referer|ARGS "porno-hackerz\.com" -SecRule HTTP_Referer|ARGS "pornosexbest\.com" -SecRule HTTP_Referer|ARGS "pornostars\.cc" -SecRule HTTP_Referer|ARGS "porno-v\.com" -SecRule HTTP_Referer|ARGS "pornovideos-versand\.com" -SecRule HTTP_Referer|ARGS "porn-sites-list\.com" -SecRule HTTP_Referer|ARGS "pornstar4all\.com" -SecRule HTTP_Referer|ARGS "porn-star-dvds\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "porn-stars\.org" -SecRule HTTP_Referer|ARGS "porn-stud-search\.org" -SecRule HTTP_Referer|ARGS "pornwizzard\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "pornwww\.com" -SecRule HTTP_Referer|ARGS "poster-shop\.us" -SecRule HTTP_Referer|ARGS "postersshop\.us" -SecRule HTTP_Referer|ARGS "power-rico\.de" -SecRule HTTP_Referer|ARGS "p-partners\.com" -SecRule HTTP_Referer|ARGS "pregnant-sex-free\.us" -SecRule HTTP_Referer|ARGS "p-reise\.de" -SecRule HTTP_Referer|ARGS "preisvergleichsseite\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "prepaylegalinsurance\.com" -SecRule HTTP_Referer|ARGS "prescription-drugs\.st" -SecRule HTTP_Referer|ARGS "prescriptions\.md" -SecRule HTTP_Referer|ARGS "preteen-models\.biz" -SecRule HTTP_Referer|ARGS "preteen-sex\.info" -SecRule HTTP_Referer|ARGS "preteen-young\.net" -SecRule HTTP_Referer|ARGS "prettypiste\.com" -SecRule HTTP_Referer|ARGS "princeofprussia\.org" -SecRule HTTP_Referer|ARGS "printerinkseller\.com" -SecRule HTTP_Referer|ARGS "prism-lupus\.org" -SecRule HTTP_Referer|ARGS "privacy-online\.biz" -SecRule HTTP_Referer|ARGS "privatediet\.com" -SecRule HTTP_Referer|ARGS "private-krankenversicherung-uebersicht\.com" -SecRule HTTP_Referer|ARGS "private-network\.net" -SecRule HTTP_Referer|ARGS "private-web-cams\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "prive-hoeren\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "privevrouwen\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "pro-collegefootballbetting\.com" -SecRule HTTP_Referer|ARGS "product-paradise\.com" -SecRule HTTP_Referer|ARGS "profitbooks\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "programs-for-you\.com" -SecRule HTTP_Referer|ARGS "projector-me\.com" -SecRule HTTP_Referer|ARGS "promindandbody\.com" -SecRule HTTP_Referer|ARGS "promoblitza\.com" -SecRule HTTP_Referer|ARGS "prom-prepared\.com" -SecRule HTTP_Referer|ARGS "propecia\.bravehost\.com" -SecRule HTTP_Referer|ARGS "propecia-depot\.com" -SecRule HTTP_Referer|ARGS "propecia-for-hair-loss\.com" -SecRule HTTP_Referer|ARGS "propecia-for-hair-loss\.net" -SecRule HTTP_Referer|ARGS "propecia-info\.net" -SecRule HTTP_Referer|ARGS "propeciaonline\.biz" -SecRule HTTP_Referer|ARGS "propeciapower\.com" -SecRule HTTP_Referer|ARGS "propecia-store\.com" -SecRule HTTP_Referer|ARGS "proproducts-usa\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "pro-rolex-replica-watches" -SecRule HTTP_Referer|ARGS "pro-rolex-replica-watches\.com" -SecRule HTTP_Referer|ARGS "prosearchs\.com" -SecRule HTTP_Referer|ARGS "prosolution-enlargement.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "pryporn\.com" -SecRule HTTP_Referer|ARGS "ps-eco\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "pseudobreccia60\.tripod\.com\.ve" -SecRule HTTP_Referer|ARGS "psites\.biz" -SecRule HTTP_Referer|ARGS "psites\.net" -SecRule HTTP_Referer|ARGS "psites\.org" -SecRule HTTP_Referer|ARGS "psites\.us" -SecRule HTTP_Referer|ARGS "psnarones.org" -SecRule HTTP_Referer|ARGS "psxtreme\.com" -SecRule HTTP_Referer|ARGS "psychexams\.net" -SecRule HTTP_Referer|ARGS "psychexams\.org" -SecRule HTTP_Referer|ARGS "ptcgzone\.com" -SecRule HTTP_Referer|ARGS "punksongslyrics\.com" -SecRule HTTP_Referer|ARGS "puppyduk\.com" -SecRule HTTP_Referer|ARGS "pureteenz\.com" -SecRule HTTP_Referer|ARGS "pushline\.com" -SecRule HTTP_Referer|ARGS "pussy-cum\.us" -SecRule HTTP_Referer|ARGS "pussy-d\.com" -SecRule HTTP_Referer|ARGS "pussy-movies\.us" -SecRule HTTP_Referer|ARGS "qinsi\.com" -SecRule HTTP_Referer|ARGS "qqba\.com" -SecRule HTTP_Referer|ARGS "quangoweb\.com" -SecRule HTTP_Referer|ARGS "quickdomainnameregistration\.com" -SecRule HTTP_Referer|ARGS "quick-drugs\.biz" -SecRule HTTP_Referer|ARGS "quick-drugs\.com" -SecRule HTTP_Referer|ARGS "quickie-quotes\.com" -SecRule HTTP_Referer|ARGS "r00m\.com" -SecRule HTTP_Referer|ARGS "r-300\.com" -SecRule HTTP_Referer|ARGS "r-3100\.com" -SecRule HTTP_Referer|ARGS "r-400\.com" -SecRule HTTP_Referer|ARGS "r-4100\.com" -SecRule HTTP_Referer|ARGS "racconti-gay\.org" -SecRule HTTP_Referer|ARGS "radarmadness.info" -SecRule HTTP_Referer|ARGS "radsport-artikel\.de" -SecRule HTTP_Referer|ARGS "raf-ranking\.com" -SecRule HTTP_Referer|ARGS "ragazze\.bz" -SecRule HTTP_Referer|ARGS "rampantrabbitvibrator\.co\.uk" -SecRule HTTP_Referer|ARGS "randomfeeding\.com" -SecRule HTTP_Referer|ARGS "randppro-cuts\.com" -SecRule HTTP_Referer|ARGS "randyblue\.info" -SecRule HTTP_Referer|ARGS "randysrealtyreview\.com" -SecRule HTTP_Referer|ARGS "rape-art\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "rape-fantasy-pics\.com" -SecRule HTTP_Referer|ARGS "rape--stories" -SecRule HTTP_Referer|ARGS "rape-stories\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "rape-stories\.biz" -SecRule HTTP_Referer|ARGS "rapestoriespics" -SecRule HTTP_Referer|ARGS "rapid-merchant-account\.com" -SecRule HTTP_Referer|ARGS "rapid\.myserver\.org" -SecRule HTTP_Referer|ARGS "ratenkredit-center\.de" -SecRule HTTP_Referer|ARGS "ratenkredit-shop\.de" -SecRule HTTP_Referer|ARGS "raw-pussy\.us" -SecRule HTTP_Referer|ARGS "rbfanz\.com" -SecRule HTTP_Referer|ARGS "reachcasino\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "readyforsex.nl" -SecRule HTTP_Referer|ARGS "realestateslaws\.com" -SecRule HTTP_Referer|ARGS "realisticforeignpolicy\.org" -SecRule HTTP_Referer|ARGS "reality-porn\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "reality-xxx\.biz" -SecRule HTTP_Referer|ARGS "reallyconfused\.com" -SecRule HTTP_Referer|ARGS "reallyhot\.org" -SecRule HTTP_Referer|ARGS "realmilfgangbang\.biz" -SecRule HTTP_Referer|ARGS "real-online-poker" -SecRule HTTP_Referer|ARGS "real-sex\.us" -SecRule HTTP_Referer|ARGS "realtickling\.com" -SecRule HTTP_Referer|ARGS "rebjorn\.co\.uk" -SecRule HTTP_Referer|ARGS "redcentre\.org" -SecRule HTTP_Referer|ARGS "redi\.tk" -SecRule HTTP_Referer|ARGS "referrer-script\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "refinance-home-mortgage" -SecRule HTTP_Referer|ARGS "refinance-mortgage-home-equity-loan\.com" -SecRule HTTP_Referer|ARGS "reggaeboyzfanz\.com" -SecRule HTTP_Referer|ARGS "registerxonline\.com" -SecRule HTTP_Referer|ARGS "registrarprice\.com" -SecRule HTTP_Referer|ARGS "reglament-np\.ru" -SecRule HTTP_Referer|ARGS "reisen-domain\.de" -SecRule HTTP_Referer|ARGS "relievepain\.org" -SecRule HTTP_Referer|ARGS "rental-2004\.com" -SecRule HTTP_Referer|ARGS "rentalcarsplus\.com" -SecRule HTTP_Referer|ARGS "rent-games-movies\.com" -SecRule HTTP_Referer|ARGS "repaircreditonline\.net" -SecRule HTTP_Referer|ARGS "repair-restore-bad-credit-report-identity-theft\.com" -SecRule HTTP_Referer|ARGS "(repair|restore|bad)+[\w\-_.]*credit" -SecRule HTTP_Referer|ARGS "repondeurs-logos-mobile\.com" -SecRule HTTP_Referer|ARGS "republika\.pl" -SecRule HTTP_Referer|ARGS "reservedining\.net" -SecRule HTTP_Referer|ARGS "reservedining\.org" -SecRule HTTP_Referer|ARGS "restaurant-l\.de" -SecRule HTTP_Referer|ARGS "rethyassociates\.net" -SecRule HTTP_Referer|ARGS "rethyassociates\.org" -SecRule HTTP_Referer|ARGS "reviewonlinedating\.com" -SecRule HTTP_Referer|ARGS "rhinoslinks\.com" -SecRule HTTP_Referer|ARGS "rhinosthumbs\.com" -SecRule HTTP_Referer|ARGS "rhonebodybuilding\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "ricettegolose\.com" -SecRule HTTP_Referer|ARGS "richshemales\.com" -SecRule HTTP_Referer|ARGS "richtigflirten\.com" -SecRule HTTP_Referer|ARGS "rifp\.org" -SecRule HTTP_Referer|ARGS "rightdebt\.com" -SecRule HTTP_Referer|ARGS "rimpim\.com" -SecRule HTTP_Referer|ARGS "ringsignaler-ikon-spel\.com" -SecRule HTTP_Referer|ARGS "ringtone-logo-game\.com" -SecRule HTTP_Referer|ARGS "ringtoner-logoer-spill\.com" -SecRule HTTP_Referer|ARGS "ringtonespy\.com" -SecRule HTTP_Referer|ARGS "ritalin-pharmacy\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "rittenhouse\.ca" -SecRule HTTP_Referer|ARGS "rmg\.com\.cn" -SecRule HTTP_Referer|ARGS "ro7kalbe\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "robinson-entertainment\.com" -SecRule HTTP_Referer|ARGS "robosapiensource" -SecRule HTTP_Referer|ARGS "robosapiensource\.com" -SecRule HTTP_Referer|ARGS "roboticmilking\.com" -SecRule HTTP_Referer|ARGS "rohkalby\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "romane-buecher\.de" -SecRule HTTP_Referer|ARGS "romanticmaui\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "romeo-ent\.com" -SecRule HTTP_Referer|ARGS "ronnieazza\.com" -SecRule HTTP_Referer|ARGS "rooody\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "rossmann\.de" -SecRule HTTP_Referer|ARGS "roulette---online\.com" -SecRule HTTP_Referer|ARGS "roulette-w\.com" -SecRule HTTP_Referer|ARGS "rowdd\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "roxtet\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "royaladult\.com" -SecRule HTTP_Referer|ARGS "royalfreehost\.com/teen/amymiller" -SecRule HTTP_Referer|ARGS "royalmailhotel\.com" -SecRule HTTP_Referer|ARGS "ru21\.to" -SecRule HTTP_Referer|ARGS "ruitai88\.com" -SecRule HTTP_Referer|ARGS "rulo\.biz" -SecRule HTTP_Referer|ARGS "runawayclicks\.com" -SecRule HTTP_Referer|ARGS "rx-central\.net" -SecRule HTTP_Referer|ARGS "rx-lexapro\.biz" -SecRule HTTP_Referer|ARGS "rxpainrelief\.net" -SecRule HTTP_Referer|ARGS "rxpills\.biz" -SecRule HTTP_Referer|ARGS "rx-pills-r\.us" -SecRule HTTP_Referer|ARGS "rx-store\.com" -SecRule HTTP_Referer|ARGS "rxweightloss\.org" -SecRule HTTP_Referer|ARGS "rydoncycles\.co\.uk" -SecRule HTTP_Referer|ARGS "safecreditonline\.com" -SecRule HTTP_Referer|ARGS "sailor-moon-hentai\.org" -SecRule HTTP_Referer|ARGS "sailor-moon-hentai\.us" -SecRule HTTP_Referer|ARGS "salcia\.co\.uk" -SecRule HTTP_Referer|ARGS "salute-bellezza\.net" -SecRule HTTP_Referer|ARGS "salute-bellezza\.org" -SecRule HTTP_Referer|ARGS "salute-benessere\.org" -SecRule HTTP_Referer|ARGS "salute-e-benessere\.net" -SecRule HTTP_Referer|ARGS "salute-igiene\.com" -SecRule HTTP_Referer|ARGS "salute-malattie\.com" -SecRule HTTP_Referer|ARGS "salute-malattie\.net" -SecRule HTTP_Referer|ARGS "samaraonline\.com" -SecRule HTTP_Referer|ARGS "samiuls\.com" -SecRule HTTP_Referer|ARGS "samuraidojo\.com" -SecRule HTTP_Referer|ARGS "sandhillaudio\.com" -SecRule HTTP_Referer|ARGS "sandrabre\.de" -SecRule HTTP_Referer|ARGS "sapphicerotica\.biz" -SecRule HTTP_Referer|ARGS "sapphic.nl" -SecRule HTTP_Referer|ARGS "sarennasworld\.com" -SecRule HTTP_Referer|ARGS "sasseminars\.com" -SecRule HTTP_Referer|ARGS "sat-direct\.net" -SecRule HTTP_Referer|ARGS "satellite\.bravehost\.com" -SecRule HTTP_Referer|ARGS "satellite-direct-for-you\.com" -SecRule HTTP_Referer|ARGS "satellite-network-tv\.com" -SecRule HTTP_Referer|ARGS "satellitetvboutique\.com" -SecRule HTTP_Referer|ARGS "satellite-tv\.cjb\.net" -SecRule HTTP_Referer|ARGS "satellitetv-reviewed\.tripod\.com" -SecRule HTTP_Referer|ARGS "\.savedme\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "saveondentalplans\.com" -SecRule HTTP_Referer|ARGS "saveonpills\.net" -SecRule HTTP_Referer|ARGS "sbdforum\.com" -SecRule HTTP_Referer|ARGS "sbt-scooter\.com" -SecRule HTTP_Referer|ARGS "sc10\.net" -SecRule HTTP_Referer|ARGS "scarica-mp3\.biz" -SecRule HTTP_Referer|ARGS "scarica-mp3\.com" -SecRule HTTP_Referer|ARGS "scaricamp3\.us" -SecRule HTTP_Referer|ARGS "scarica-musica\.com" -SecRule HTTP_Referer|ARGS "scarica-musica-mp3\.org" -SecRule HTTP_Referer|ARGS "scarica-musica\.org" -SecRule HTTP_Referer|ARGS "scaricare-canzoni\.com" -SecRule HTTP_Referer|ARGS "scaricare-canzoni\.net" -SecRule HTTP_Referer|ARGS "scaricare-canzoni\.org" -SecRule HTTP_Referer|ARGS "scaricare-mp3\.org" -SecRule HTTP_Referer|ARGS "scatporn\.info" -SecRule HTTP_Referer|ARGS "scent-shopper\.com" -SecRule HTTP_Referer|ARGS "schanee\.de" -SecRule HTTP_Referer|ARGS "schmuck-domain\.de" -SecRule HTTP_Referer|ARGS "scottneiss\.net" -SecRule HTTP_Referer|ARGS "se24h\.com" -SecRule HTTP_Referer|ARGS "search-1\.info" -SecRule HTTP_Referer|ARGS "search4hardcore\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "search722\.com" -SecRule HTTP_Referer|ARGS "search-engine-optimization-4-us\.com" -SecRule HTTP_Referer|ARGS "searchinsurance\.net" -SecRule HTTP_Referer|ARGS "search-milf\.com" -SecRule HTTP_Referer|ARGS "searchmybong\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "searchreel\.com" -SecRule HTTP_Referer|ARGS "searchtypo\.com" -SecRule HTTP_Referer|ARGS "seckur\.com" -SecRule HTTP_Referer|ARGS "secureroot\.org" -SecRule HTTP_Referer|ARGS "security-result\.com" -SecRule HTTP_Referer|ARGS "sedonaretreat\.org" -SecRule HTTP_Referer|ARGS "seekartist\.com" -SecRule HTTP_Referer|ARGS "seeker-milf\.com" -SecRule HTTP_Referer|ARGS "seitensprung-gratis\.com" -SecRule HTTP_Referer|ARGS "selectedsex\.com" -SecRule HTTP_Referer|ARGS "selena-u\.ru" -SecRule HTTP_Referer|ARGS "self-penis-enlargement" -SecRule HTTP_Referer|ARGS "\.seloza\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "selten-angeklickt\.de" -SecRule HTTP_Referer|ARGS "semax[0-9][0-9]\.info" -SecRule HTTP_Referer|ARGS "semax14\.info" -SecRule HTTP_Referer|ARGS "semax15\.info" -SecRule HTTP_Referer|ARGS "semax16\.info" -SecRule HTTP_Referer|ARGS "sempo-tahoe\.com" -SecRule HTTP_Referer|ARGS "senior\.mine\.nu" -SecRule HTTP_Referer|ARGS "seoy\.com" -SecRule HTTP_Referer|ARGS "servepics\.com" -SecRule HTTP_Referer|ARGS "servicesdating\.net" -SecRule HTTP_Referer|ARGS "sessoanalex\.com" -SecRule HTTP_Referer|ARGS "sesso-gratis\.cc" -SecRule HTTP_Referer|ARGS "sesso-online\.net" -SecRule HTTP_Referer|ARGS "sessox\.biz" -SecRule HTTP_Referer|ARGS "se-traf\.com" -SecRule HTTP_Referer|ARGS "seven-card-stud\.biz" -SecRule HTTP_Referer|ARGS "seven-card-stud\.us" -SecRule HTTP_Referer|ARGS "sewilla\.de" -SecRule HTTP_Referer|ARGS "sex4dollar\.com" -SecRule HTTP_Referer|ARGS "sex4singles\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "sex-4you\.org" -SecRule HTTP_Referer|ARGS "sexadultdating\.com" -SecRule HTTP_Referer|ARGS "sexafspraken\.nl" -SecRule HTTP_Referer|ARGS "sex-bondagenet\.org" -SecRule HTTP_Referer|ARGS "sexbrides\.com" -SecRule HTTP_Referer|ARGS "sexchat\.ccx" -SecRule HTTP_Referer|ARGS "sexcia\.com" -SecRule HTTP_Referer|ARGS "sexcompany\." -SecRule HTTP_Referer|ARGS "sexe\.vc" -SecRule HTTP_Referer|ARGS "sex-friend\.info" -SecRule HTTP_Referer|ARGS "sex-gays\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "sexglory\.com" -SecRule HTTP_Referer|ARGS "sexiestserver\.com" -SecRule HTTP_Referer|ARGS "sexingitup\.com" -SecRule HTTP_Referer|ARGS "sex-livecam-erotik\.net" -SecRule HTTP_Referer|ARGS "sex-lover\.org" -SecRule HTTP_Referer|ARGS "sex-manga\.us" -SecRule HTTP_Referer|ARGS "sex-mates\.info" -SecRule HTTP_Referer|ARGS "sexmuch\.com" -SecRule HTTP_Referer|ARGS "sexnet24\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "sexnu\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "sexo9\.com" -SecRule HTTP_Referer|ARGS "sex-photos\.org" -SecRule HTTP_Referer|ARGS "sex-pic-sex\.com" -SecRule HTTP_Referer|ARGS "sexplaatjespagina\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "sexplanets\.com" -SecRule HTTP_Referer|ARGS "sex-porn\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "sex-pussy\.us" -SecRule HTTP_Referer|ARGS "sexrelatie\.com" -SecRule HTTP_Referer|ARGS "sexschlucht\.de" -SecRule HTTP_Referer|ARGS "sexshop-sexeshop\.com" -SecRule HTTP_Referer|ARGS "sexshop\.tk" -SecRule HTTP_Referer|ARGS "sexsq\.com" -SecRule HTTP_Referer|ARGS "sexstartpages\.com" -SecRule HTTP_Referer|ARGS "sex-toys-next-day\.com" -SecRule HTTP_Referer|ARGS "sextoysportal\.com" -SecRule HTTP_Referer|ARGS "sextoyssexvideos\.com" -SecRule HTTP_Referer|ARGS "sextreem\.com" -SecRule HTTP_Referer|ARGS "sexual-shemales\.com" -SecRule HTTP_Referer|ARGS "sexual-story\.blogspot\.com" -SecRule HTTP_Referer|ARGS "sexushost\.com" -SecRule HTTP_Referer|ARGS "sexvoyager\.com" -SecRule HTTP_Referer|ARGS "sexwebclub\.com" -SecRule HTTP_Referer|ARGS "sexwebsites\.com" -SecRule HTTP_Referer|ARGS "sexy-ass\.us" -SecRule HTTP_Referer|ARGS "sexy-babes\.us" -SecRule HTTP_Referer|ARGS "sexy-celebrity-photos\.com" -SecRule HTTP_Referer|ARGS "sexy-girls\.org" -SecRule HTTP_Referer|ARGS "sexy-lesbian\.us" -SecRule HTTP_Referer|ARGS "sexynudea\.com" -SecRule HTTP_Referer|ARGS "sexy-pussy\.us" -SecRule HTTP_Referer|ARGS "sexyteen\.ws" -SecRule HTTP_Referer|ARGS "sfondi-desktop-gratis\.com" -SecRule HTTP_Referer|ARGS "sfondi--gratis\.com" -SecRule HTTP_Referer|ARGS "s-fuck\.com" -SecRule HTTP_Referer|ARGS "sgaico\.ch" -SecRule HTTP_Referer|ARGS "shadowbaneguides\.net" -SecRule HTTP_Referer|ARGS "shannon-e\.co\.uk" -SecRule HTTP_Referer|ARGS "shareint-store\.com" -SecRule HTTP_Referer|ARGS "sharks\.com\.ru" -SecRule HTTP_Referer|ARGS "shatteredreality\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "shemale-cum-tgp\.com" -SecRule HTTP_Referer|ARGS "shemale-girls\.com" -SecRule HTTP_Referer|ARGS "shemalesex\.biz" -SecRule HTTP_Referer|ARGS "shemalesland\.com" -SecRule HTTP_Referer|ARGS "shemalezhost\.com" -SecRule HTTP_Referer|ARGS "shemalki\.com" -SecRule HTTP_Referer|ARGS "shfx-bj\.com" -SecRule HTTP_Referer|ARGS "shhilight\.com" -SecRule HTTP_Referer|ARGS "shirts-hawaiian-shirt\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "shirts-t-shirts\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "shirts-t-shirts\.com" -SecRule HTTP_Referer|ARGS "shoesdiscount\.info" -SecRule HTTP_Referer|ARGS "shomayim\.org" -SecRule HTTP_Referer|ARGS "shop24x7\.net" -SecRule HTTP_Referer|ARGS "shop-4\.it" -SecRule HTTP_Referer|ARGS "shop-ecosafe\.com" -SecRule HTTP_Referer|ARGS "shop-opyt\.com" -SecRule HTTP_Referer|ARGS "shoppingideen-xxl\.de" -SecRule HTTP_Referer|ARGS "shopping-liste\.de" -SecRule HTTP_Referer|ARGS "shoppyix\.com" -SecRule HTTP_Referer|ARGS "shop\.tc" -SecRule HTTP_Referer|ARGS "showsontv\.com" -SecRule HTTP_Referer|ARGS "sicarrow\.co\.uk" -SecRule HTTP_Referer|ARGS "siezu\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "sigecc\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "silky-smooth-pussy\.com" -SecRule HTTP_Referer|ARGS "simon-scans\.com" -SecRule HTTP_Referer|ARGS "simplemeds\.com" -SecRule HTTP_Referer|ARGS "simple-pharmacy\.com" -SecRule HTTP_Referer|ARGS "simply-poker\.com" -SecRule HTTP_Referer|ARGS "simpsonowen\.co\.uk" -SecRule HTTP_Referer|ARGS "sindyhalliday\.com" -SecRule HTTP_Referer|ARGS "sinfree\.net" -SecRule HTTP_Referer|ARGS "-site\.info" -SecRule HTTP_Referer|ARGS "site-mortgage\.com" -SecRule HTTP_Referer|ARGS "sitesarchive\.com" -SecRule HTTP_Referer|ARGS "siti-porno\.us" -SecRule HTTP_Referer|ARGS "sizegenetics.*\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "sizegenetics\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "sizegeneticsenhancement\.com" -SecRule HTTP_Referer|ARGS "sizegeneticspenis\.com" -SecRule HTTP_Referer|ARGS "skidman\.com" -SecRule HTTP_Referer|ARGS "skipme\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "ski-resorts-guide\.com" -SecRule HTTP_Referer|ARGS "slatersdvds\.co\.uk" -SecRule HTTP_Referer|ARGS "slavensex\.nl" -SecRule HTTP_Referer|ARGS "slng\.de" -SecRule HTTP_Referer|ARGS "slotmachinesguide\.net" -SecRule HTTP_Referer|ARGS "slot-machines-slots\.com" -SecRule HTTP_Referer|ARGS "slots-8\.com" -SecRule HTTP_Referer|ARGS "slotsjockey\.com" -SecRule HTTP_Referer|ARGS "slots-w\.com" -SecRule HTTP_Referer|ARGS "slowdownrelax\.com" -SecRule HTTP_Referer|ARGS "slutcities\.com" -SecRule HTTP_Referer|ARGS "slut-wife-story\.blogspot\.com" -SecRule HTTP_Referer|ARGS "small-business-grants\.biz" -SecRule HTTP_Referer|ARGS "smallbusinessgrants\.biz" -SecRule HTTP_Referer|ARGS "s-marche\.com" -SecRule HTTP_Referer|ARGS "smart-debt-consolidation-and-credit-services\.com" -SecRule HTTP_Referer|ARGS "smartdot\.com" -SecRule HTTP_Referer|ARGS "smartonlineshop\.com" -SecRule HTTP_Referer|ARGS "smerfy\.pl" -SecRule HTTP_Referer|ARGS "smpagina\.nl" -SecRule HTTP_Referer|ARGS "sms\.pl" -SecRule HTTP_Referer|ARGS "sms-sms-sms\.org" -SecRule HTTP_Referer|ARGS "sms-sprueche-4fun\.de" -SecRule HTTP_Referer|ARGS "sms-sprueche\.com" -SecRule HTTP_Referer|ARGS "smutwebsites\.com" -SecRule HTTP_Referer|ARGS "sneakysleuth\.com" -SecRule HTTP_Referer|ARGS "snellesex\.com" -SecRule HTTP_Referer|ARGS "socoplan\.org" -SecRule HTTP_Referer|ARGS "sofortkredit-tipps\.de" -SecRule HTTP_Referer|ARGS "sofort-mitgewinnen\.de" -SecRule HTTP_Referer|ARGS "soft\.center\.prv\.pl" -SecRule HTTP_Referer|ARGS "soft-industry\.com" -SecRule HTTP_Referer|ARGS "softwaredevelopmentindia\.com" -SecRule HTTP_Referer|ARGS "software-einkaufsmarkt\.de" -SecRule HTTP_Referer|ARGS "software-linkliste\.de" -SecRule HTTP_Referer|ARGS "software-review-center\.org" -SecRule HTTP_Referer|ARGS "software\.thedir\.net" -SecRule HTTP_Referer|ARGS "soittoaanet-logot-peli\.com" -SecRule HTTP_Referer|ARGS "\.solar-porn" -SecRule HTTP_Referer|ARGS "sol-web\.de" -SecRule HTTP_Referer|ARGS "somacheap" -SecRule HTTP_Referer|ARGS "soma-cheap-soma\.com" -SecRule HTTP_Referer|ARGS "soma-solution\.com" -SecRule HTTP_Referer|ARGS "somaspot\.com" -SecRule HTTP_Referer|ARGS "soma\.st" -SecRule HTTP_Referer|ARGS "soma-web\.com" -SecRule HTTP_Referer|ARGS "sommerreisen-2004\.de" -SecRule HTTP_Referer|ARGS "sonderpreis\.de\.com" -SecRule HTTP_Referer|ARGS "sonnerie-compositeur\.com" -SecRule HTTP_Referer|ARGS "sonnerie-hifi-sms\.com" -SecRule HTTP_Referer|ARGS "sonnerie-logo-jeu\.com" -SecRule HTTP_Referer|ARGS "sonnerie-logos\.be" -SecRule HTTP_Referer|ARGS "sonnerie-logo-sonneries\.com" -SecRule HTTP_Referer|ARGS "sonnerie-logos-sonneries\.com" -SecRule HTTP_Referer|ARGS "sonnerie-max\.com" -SecRule HTTP_Referer|ARGS "sonnerie\.net" -SecRule HTTP_Referer|ARGS "sonnerie-portable\.be" -SecRule HTTP_Referer|ARGS "sonnerie-portable-composer\.com" -SecRule HTTP_Referer|ARGS "sonneries\.fr" -SecRule HTTP_Referer|ARGS "sonneries-gsm-sms\.com" -SecRule HTTP_Referer|ARGS "sonnerie-sonneries-logo\.com" -SecRule HTTP_Referer|ARGS "sonnerie-sonneries-logos\.com" -SecRule HTTP_Referer|ARGS "sonnerie-sonneries\.net" -SecRule HTTP_Referer|ARGS "sonneries-sonnerie-logo\.com" -SecRule HTTP_Referer|ARGS "sonneries-sonnerie-logos\.com" -SecRule HTTP_Referer|ARGS "sophiesplace\.net" -SecRule HTTP_Referer|ARGS "sorglos-kredit\.de" -SecRule HTTP_Referer|ARGS "soulfulstencils\.com" -SecRule HTTP_Referer|ARGS "southbeachdietrecipe\.biz" -SecRule HTTP_Referer|ARGS "southbeachdiet\.us\.com" -SecRule HTTP_Referer|ARGS "spacige-domains\.de" -SecRule HTTP_Referer|ARGS "spannende-spiele\.de" -SecRule HTTP_Referer|ARGS "spassmaker\.de" -SecRule HTTP_Referer|ARGS "specialfreaker\.com" -SecRule HTTP_Referer|ARGS "speedsurf\.to" -SecRule HTTP_Referer|ARGS "speedy-insurance-quotes\.com" -SecRule HTTP_Referer|ARGS "spermincreasingpills\.com" -SecRule HTTP_Referer|ARGS "spermswapping\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "spiele-kostenlose\.com" -SecRule HTTP_Referer|ARGS "spiele-planet\.com" -SecRule HTTP_Referer|ARGS "splong\.net" -SecRule HTTP_Referer|ARGS "spoodles\.com" -SecRule HTTP_Referer|ARGS "sportartikel-auswahl\.de" -SecRule HTTP_Referer|ARGS "sportecdigital\.com" -SecRule HTTP_Referer|ARGS "sportingcolors\.org" -SecRule HTTP_Referer|ARGS "sportlich-chic\.de" -SecRule HTTP_Referer|ARGS "sports-betting-" -SecRule HTTP_Referer|ARGS "sports-betting-a\.com" -SecRule HTTP_Referer|ARGS "sports---betting\.com" -SecRule HTTP_Referer|ARGS "sportsbettingexpert\.com" -SecRule HTTP_Referer|ARGS "sports-inter-action\.com" -SecRule HTTP_Referer|ARGS "sportsorg\.biz" -SecRule HTTP_Referer|ARGS "sportsparent\.com" -SecRule HTTP_Referer|ARGS "sporty.org\.ru" -SecRule HTTP_Referer|ARGS "spp-net\.de" -SecRule HTTP_Referer|ARGS "spy-patrol\.com" -SecRule HTTP_Referer|ARGS "spyshots\.bpa\.nu" -SecRule HTTP_Referer|ARGS "spyware-links\.com" -SecRule HTTP_Referer|ARGS "s-sites\.net" -SecRule HTTP_Referer|ARGS "staffordshires\.net" -SecRule HTTP_Referer|ARGS "standard-casino\.com" -SecRule HTTP_Referer|ARGS "staplethis\.de" -SecRule HTTP_Referer|ARGS "starpills\.com" -SecRule HTTP_Referer|ARGS "startseek\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "\.static\.net" -SecRule HTTP_Referer|ARGS "static\.net" -SecRule HTTP_Referer|ARGS "statusforsale\.de" -SecRule HTTP_Referer|ARGS "steelstockholder\.co\.uk" -SecRule HTTP_Referer|ARGS "stellenangebote-checken\.de" -SecRule HTTP_Referer|ARGS "stellenangebote-l\.de" -SecRule HTTP_Referer|ARGS "stephjones\.com" -SecRule HTTP_Referer|ARGS "stevespoliceequipment\.com" -SecRule HTTP_Referer|ARGS "stfc-isc\.org" -SecRule HTTP_Referer|ARGS "sting\.cc" -SecRule HTTP_Referer|ARGS "stmaryonline\.org" -SecRule HTTP_Referer|ARGS "stock-power\.com" -SecRule HTTP_Referer|ARGS "stolb\.net" -SecRule HTTP_Referer|ARGS "stop-depression\.com" -SecRule HTTP_Referer|ARGS "stopp-hier\.de" -SecRule HTTP_Referer|ARGS "stop-snoring\.crpublish\.com" -SecRule HTTP_Referer|ARGS "stopthatfilthyhabit\.com" -SecRule HTTP_Referer|ARGS "stories-adult\.net" -SecRule HTTP_Referer|ARGS "stories--archive\.com" -SecRule HTTP_Referer|ARGS "stories-inc\.com" -SecRule HTTP_Referer|ARGS "stories-on-cd\.net" -SecRule HTTP_Referer|ARGS "stories-on-cd\.org" -SecRule HTTP_Referer|ARGS "storiespics" -SecRule HTTP_Referer|ARGS "storiespics\.game-host\.org" -SecRule HTTP_Referer|ARGS "storiespics\.game-server\.cc" -SecRule HTTP_Referer|ARGS "storiespics\.gotdns\.com" -SecRule HTTP_Referer|ARGS "storiespics\.gotdns\.org" -SecRule HTTP_Referer|ARGS "storiespics\.ham-radio-op\.net" -SecRule HTTP_Referer|ARGS "storiespics\.homedns\.org" -SecRule HTTP_Referer|ARGS "storiespics\.homeftp\.net" -SecRule HTTP_Referer|ARGS "storiespics\.homeftp\.org" -SecRule HTTP_Referer|ARGS "storiespics\.homeip\.net" -SecRule HTTP_Referer|ARGS "storiespics\.homelinux\.com" -SecRule HTTP_Referer|ARGS "storiespics\.homelinux\.net" -SecRule HTTP_Referer|ARGS "storiespics\.homelinux\.org" -SecRule HTTP_Referer|ARGS "storiespics\.homeunix\.com" -SecRule HTTP_Referer|ARGS "storiespics\.homeunix\.net" -SecRule HTTP_Referer|ARGS "storiespics\.homeunix\.org" -SecRule HTTP_Referer|ARGS "stormhit\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "striemline\.de" -SecRule HTTP_Referer|ARGS "stripclubexposed\.info" -SecRule HTTP_Referer|ARGS "striptrends\.com" -SecRule HTTP_Referer|ARGS "strivectinsd\.com" -SecRule HTTP_Referer|ARGS "studio-b-darmstadt.de" -SecRule HTTP_Referer|ARGS "studiomoney\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "stunningsextoys\.com" -SecRule HTTP_Referer|ARGS "styrax-benzoin\.com" -SecRule HTTP_Referer|ARGS "subtitel.nl" -SecRule HTTP_Referer|ARGS "success-biz-replica\.com" -SecRule HTTP_Referer|ARGS "sufficientlife\.com" -SecRule HTTP_Referer|ARGS "sugarnights\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "suma-eintragen\.de" -SecRule HTTP_Referer|ARGS "sumaeintrag-xxl\.de" -SecRule HTTP_Referer|ARGS "sunbandits\.com" -SecRule HTTP_Referer|ARGS "sundayafternoonsmack\.com" -SecRule HTTP_Referer|ARGS "sung-mo\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "sunnyby\.com" -SecRule HTTP_Referer|ARGS "suonerie-center\.com" -SecRule HTTP_Referer|ARGS "suonerie-download\.com" -SecRule HTTP_Referer|ARGS "suonerie-loghi-gratis\.com" -SecRule HTTP_Referer|ARGS "suonerieloghix\.com" -SecRule HTTP_Referer|ARGS "suoneriex\.net" -SecRule HTTP_Referer|ARGS "suoyan\.com" -SecRule HTTP_Referer|ARGS "super-bowl-bet\.biz" -SecRule HTTP_Referer|ARGS "superbowl--betting\.com" -SecRule HTTP_Referer|ARGS "super-celebs\.com" -SecRule HTTP_Referer|ARGS "super-cialis\.com" -SecRule HTTP_Referer|ARGS "superdolphins\.org" -SecRule HTTP_Referer|ARGS "superpornlist\.com" -SecRule HTTP_Referer|ARGS "surfe-und-staune\.de" -SecRule HTTP_Referer|ARGS "surgery.go\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "susiewildin\.com" -SecRule HTTP_Referer|ARGS "sutra-sex\.com" -SecRule HTTP_Referer|ARGS "suttonjames\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "suttonjames\.net" -SecRule HTTP_Referer|ARGS "suttonjames\.org" -SecRule HTTP_Referer|ARGS "svitonline\.com" -SecRule HTTP_Referer|ARGS "swedenet\.com" -SecRule HTTP_Referer|ARGS "swedenetwork\.com" -SecRule HTTP_Referer|ARGS "sweetbuyz\.com" -SecRule HTTP_Referer|ARGS "sweet-horny\.com" -SecRule HTTP_Referer|ARGS "sweethotgirls\.com" -SecRule HTTP_Referer|ARGS "sweetteenbodies\.com" -SecRule HTTP_Referer|ARGS "swingersadult\.net" -SecRule HTTP_Referer|ARGS "swinger-story\.blogspot\.com" -SecRule HTTP_Referer|ARGS "swingersunidos\.com" -SecRule HTTP_Referer|ARGS "sydney-harbour\.info" -SecRule HTTP_Referer|ARGS "sylphiel\.org" -SecRule HTTP_Referer|ARGS "sylviapanda\.com" -SecRule HTTP_Referer|ARGS "syntryx\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "sysaud\.com" -SecRule HTTP_Referer|ARGS "syscom-" -SecRule HTTP_Referer|ARGS "syscon-" -SecRule HTTP_Referer|ARGS "t35\.com" -SecRule HTTP_Referer|ARGS "t3n\.org" -SecRule HTTP_Referer|ARGS "tabsinc\.com" -SecRule HTTP_Referer|ARGS "take-credit-cards\.com" -SecRule HTTP_Referer|ARGS "taliesinfellows\.org" -SecRule HTTP_Referer|ARGS "talktobabes\.com" -SecRule HTTP_Referer|ARGS "tanganyikan-cichlids\.co\.uk" -SecRule HTTP_Referer|ARGS "tapbuster\.co\.uk" -SecRule HTTP_Referer|ARGS "taremociecall\.com" -SecRule HTTP_Referer|ARGS "targetindustries\.net" -SecRule HTTP_Referer|ARGS "targetingpain\.net" -SecRule HTTP_Referer|ARGS "tattoo-entwuerfe\.de" -SecRule HTTP_Referer|ARGS "tatuaggi\.cc" -SecRule HTTP_Referer|ARGS "tatuaggi-gratis\.com" -SecRule HTTP_Referer|ARGS "tatuaggi-piercing\.org" -SecRule HTTP_Referer|ARGS "tatuaggi-tribali\.com" -SecRule HTTP_Referer|ARGS "tatuaggitribali\.com" -SecRule HTTP_Referer|ARGS "tatuaggi\.us" -SecRule HTTP_Referer|ARGS "tclighting\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "tclighting\.net" -SecRule HTTP_Referer|ARGS "tclighting\.org" -SecRule HTTP_Referer|ARGS "tdk-n\.com" -SecRule HTTP_Referer|ARGS "teambeck\.org" -SecRule HTTP_Referer|ARGS "teamregules\.com" -SecRule HTTP_Referer|ARGS "tecrep-inc\.net" -SecRule HTTP_Referer|ARGS "tecrep-inc\.org" -SecRule HTTP_Referer|ARGS "teddbot\.com" -SecRule HTTP_Referer|ARGS "teddnetwork\.com" -SecRule HTTP_Referer|ARGS "teenagerzone\.com" -SecRule HTTP_Referer|ARGS "teen-babes\.us" -SecRule HTTP_Referer|ARGS "teen-boys-fuck-paysite\.com" -SecRule HTTP_Referer|ARGS "teenbrazil\.info" -SecRule HTTP_Referer|ARGS "teenbrazil\.ws" -SecRule HTTP_Referer|ARGS "teen-d\.com" -SecRule HTTP_Referer|ARGS "teen-hentai\.us" -SecRule HTTP_Referer|ARGS "teen-movie\.us" -SecRule HTTP_Referer|ARGS "teen-porn-movie\.net" -SecRule HTTP_Referer|ARGS "teensexcollection\.com" -SecRule HTTP_Referer|ARGS "teen-sex-porn-models\.com" -SecRule HTTP_Referer|ARGS "teensluts\.org" -SecRule HTTP_Referer|ARGS "teens\.wox\.org" -SecRule HTTP_Referer|ARGS "teentopanga\.name" -SecRule HTTP_Referer|ARGS "teen-video\.us" -SecRule HTTP_Referer|ARGS "teenxxxpix\.net" -SecRule HTTP_Referer|ARGS "teen-xxx\.us" -SecRule HTTP_Referer|ARGS "telechargement-logiciel\.com" -SecRule HTTP_Referer|ARGS "terminator-sales\.com" -SecRule HTTP_Referer|ARGS "terra\.es/personal2/dee7boquo" -SecRule HTTP_Referer|ARGS "terra\.es/personal2/markus69" -SecRule HTTP_Referer|ARGS "testi-canzoni\.com" -SecRule HTTP_Referer|ARGS "testi-canzoni\.net" -SecRule HTTP_Referer|ARGS "testi\.cc" -SecRule HTTP_Referer|ARGS "testi-musicali\.com" -SecRule HTTP_Referer|ARGS "testi-musicali\.net" -SecRule HTTP_Referer|ARGS "tests-shop\.com" -SecRule HTTP_Referer|ARGS "tette\.bz" -SecRule HTTP_Referer|ARGS "tettone\.cc" -SecRule HTTP_Referer|ARGS "texasholdem" -SecRule HTTP_Referer|ARGS "texas-holdem" -SecRule HTTP_Referer|ARGS "texas--holdem" -SecRule HTTP_Referer|ARGS "texas--hold-em" -SecRule HTTP_Referer|ARGS "texas--hold--em" -SecRule HTTP_Referer|ARGS "texas-hold-em" -SecRule HTTP_Referer|ARGS "texas-poker" -SecRule HTTP_Referer|ARGS "texasproptax\.com" -SecRule HTTP_Referer|ARGS "tgplist\.us" -SecRule HTTP_Referer|ARGS "thatwhichis\.com" -SecRule HTTP_Referer|ARGS "the1930shome\.co\.uk" -SecRule HTTP_Referer|ARGS "thebans\.com" -SecRule HTTP_Referer|ARGS "thebestofnet\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "theblackfoxes\.com" -SecRule HTTP_Referer|ARGS "the-boysfirsttime\.com" -SecRule HTTP_Referer|ARGS "the-boys-first-time\.net" -SecRule HTTP_Referer|ARGS "theceleb\.com" -SecRule HTTP_Referer|ARGS "thecraftersgallery\.com" -SecRule HTTP_Referer|ARGS "the-date\.com" -SecRule HTTP_Referer|ARGS "theendofthesummit\.com" -SecRule HTTP_Referer|ARGS "the-first-time-auditions" -SecRule HTTP_Referer|ARGS "thefreecellphone\.com" -SecRule HTTP_Referer|ARGS "thehadhams\.net" -SecRule HTTP_Referer|ARGS "the-hun-site\.com" -SecRule HTTP_Referer|ARGS "the-hun-yellow-page-tgp\.com" -SecRule HTTP_Referer|ARGS "themadpiper\.net" -SecRule HTTP_Referer|ARGS "the-pill-bottle\.com" -SecRule HTTP_Referer|ARGS "thepornhost\.com" -SecRule HTTP_Referer|ARGS "the-proxy\.com" -SecRule HTTP_Referer|ARGS "thepurplepitch\.com" -SecRule HTTP_Referer|ARGS "therosygarden\.com" -SecRule HTTP_Referer|ARGS "thesoftwaregarage\.co\.uk" -SecRule HTTP_Referer|ARGS "thespecialweb\.com" -SecRule HTTP_Referer|ARGS "thewebbrains\.com" -SecRule HTTP_Referer|ARGS "thorcarlson\.com" -SecRule HTTP_Referer|ARGS "thosethosethose" -SecRule HTTP_Referer|ARGS "thumbscape\.com" -SecRule HTTP_Referer|ARGS "ticket-marktplatz\.de" -SecRule HTTP_Referer|ARGS "tickets4events\.de" -SecRule HTTP_Referer|ARGS "tiere-futter\.de" -SecRule HTTP_Referer|ARGS "tiesearch\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "tiffany-towers\.com" -SecRule HTTP_Referer|ARGS "tiffinsdeli\.com" -SecRule HTTP_Referer|ARGS "tigerspice\.com" -SecRule HTTP_Referer|ARGS "tikattack\.com" -SecRule HTTP_Referer|ARGS "timescooter\.com" -SecRule HTTP_Referer|ARGS "tina4re\.com" -SecRule HTTP_Referer|ARGS "tinytops\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "tips-1a\.de" -SecRule HTTP_Referer|ARGS "tits-center\.com" -SecRule HTTP_Referer|ARGS "tits-cumshots\.net" -SecRule HTTP_Referer|ARGS "tm258\.com" -SecRule HTTP_Referer|ARGS "tmsathai\.org" -SecRule HTTP_Referer|ARGS "tofik\.pl" -SecRule HTTP_Referer|ARGS "tokyojoes\.info" -SecRule HTTP_Referer|ARGS "tonius\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "tonos-celulares\.com\.mx" -SecRule HTTP_Referer|ARGS "tonos-nokia\.com\.mx" -SecRule HTTP_Referer|ARGS "tooporno\.net" -SecRule HTTP_Referer|ARGS "\.top07\.com" -SecRule HTTP_Referer|ARGS "topaktuelle-tattos\.de" -SecRule HTTP_Referer|ARGS "top-blackjack-game" -SecRule HTTP_Referer|ARGS "top-blackjack\.net" -SecRule HTTP_Referer|ARGS "top-casinos-net\.com" -SecRule HTTP_Referer|ARGS "top-cialis\.com" -SecRule HTTP_Referer|ARGS "topcialis\.com" -SecRule HTTP_Referer|ARGS "top-deals-online-pharmacy" -SecRule HTTP_Referer|ARGS "top-deals-pills" -SecRule HTTP_Referer|ARGS "top-deals-pills\.info" -SecRule HTTP_Referer|ARGS "top-deals-viagra" -SecRule HTTP_Referer|ARGS "top-dedicated-servers\.com" -SecRule HTTP_Referer|ARGS "top-des-rencontres\.com" -SecRule HTTP_Referer|ARGS "top-fioricet\.com" -SecRule HTTP_Referer|ARGS "top.gb\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "top-internet-blackjack\.com" -SecRule HTTP_Referer|ARGS "topmeds\.net" -SecRule HTTP_Referer|ARGS "top-milf\.com" -SecRule HTTP_Referer|ARGS "top-of-best\.de" -SecRule HTTP_Referer|ARGS "top-online-poker-bonuses" -SecRule HTTP_Referer|ARGS "top-online-slots\.com" -SecRule HTTP_Referer|ARGS "top-pharmacy\.net" -SecRule HTTP_Referer|ARGS "top-poker-21\.com" -SecRule HTTP_Referer|ARGS "top-sex-base\.com" -SecRule HTTP_Referer|ARGS "top-skelaxin\.com" -SecRule HTTP_Referer|ARGS "top-soma\.com" -SecRule HTTP_Referer|ARGS "top-the-best\.de" -SecRule HTTP_Referer|ARGS "top-video-poker\.info" -SecRule HTTP_Referer|ARGS "top-wins-2005\.com" -SecRule HTTP_Referer|ARGS "toques-logos-jogos\.com" -SecRule HTTP_Referer|ARGS "toshain\.com" -SecRule HTTP_Referer|ARGS "totallyfreecreditreport\.org" -SecRule HTTP_Referer|ARGS "total-verspielt\.de" -SecRule HTTP_Referer|ARGS "touchwoodmagazine\.org\.uk" -SecRule HTTP_Referer|ARGS "tournamentpoker\.biz" -SecRule HTTP_Referer|ARGS "towneluxury\.com" -SecRule HTTP_Referer|ARGS "traffixer\.com" -SecRule HTTP_Referer|ARGS "training-one\.co\.uk" -SecRule HTTP_Referer|ARGS "trannies\.angelcities\.com" -SecRule HTTP_Referer|ARGS "tranny\.150m\.com" -SecRule HTTP_Referer|ARGS "tranny-pic-free\.com" -SecRule HTTP_Referer|ARGS "trannys\.blowsearch\.ws" -SecRule HTTP_Referer|ARGS "tranny-sex-clips\.com" -SecRule HTTP_Referer|ARGS "trannysexmovie\.com" -SecRule HTTP_Referer|ARGS "transbestporn\.com" -SecRule HTTP_Referer|ARGS "transestore\.com" -SecRule HTTP_Referer|ARGS "transpire\.de" -SecRule HTTP_Referer|ARGS "traum-pcs\.de" -SecRule HTTP_Referer|ARGS "traveltogermany.info" -SecRule HTTP_Referer|ARGS "treocat\.com" -SecRule HTTP_Referer|ARGS "triadindustries\.co\.uk" -SecRule HTTP_Referer|ARGS "tribal-penis-stretch" -SecRule HTTP_Referer|ARGS "triodating.nl" -SecRule HTTP_Referer|ARGS "trixieteen\.org" -SecRule HTTP_Referer|ARGS "troggen\.de" -SecRule HTTP_Referer|ARGS "troie\.bz" -SecRule HTTP_Referer|ARGS "trolliges\.de" -SecRule HTTP_Referer|ARGS "trucchi-giochi\.us" -SecRule HTTP_Referer|ARGS "trueuninstall\.com" -SecRule HTTP_Referer|ARGS "trumpetmission\.org" -SecRule HTTP_Referer|ARGS "tt33tt\.com" -SecRule HTTP_Referer|ARGS "tt7\.org" -SecRule HTTP_Referer|ARGS "tubegator\.com" -SecRule HTTP_Referer|ARGS "tugjobs\.(com|net|biz|org|info)" -SecRule HTTP_Referer|ARGS "tuff-enuff\.fnpsites\.com" -SecRule HTTP_Referer|ARGS "turist\.com\.pl" -SecRule HTTP_Referer|ARGS "tvforum\.org" -SecRule HTTP_Referer|ARGS "twinky\.org" -SecRule HTTP_Referer|ARGS "tygef\.org" -SecRule HTTP_Referer|ARGS "typo[0-9]\.com" -SecRule HTTP_Referer|ARGS "uaeecommerce\.com" -SecRule HTTP_Referer|ARGS "ufosearch\.net" -SecRule HTTP_Referer|ARGS "ukrainewife\.net" -SecRule HTTP_Referer|ARGS "uk-virtual-office-solutions\.com" -SecRule HTTP_Referer|ARGS "ultracet-web\.com" -SecRule HTTP_Referer|ARGS "ultrampharmacy\.com" -SecRule HTTP_Referer|ARGS "ultra-shop\.info" -SecRule HTTP_Referer|ARGS "unbeatablecellphones\.com" -SecRule HTTP_Referer|ARGS "unbeatablemobiles\.co\.uk" -SecRule HTTP_Referer|ARGS "unbeatablerx\.com" -SecRule HTTP_Referer|ARGS "unccd\.ch" -SecRule HTTP_Referer|ARGS "underage-pussy\.net" -SecRule HTTP_Referer|ARGS "undonet\.com" -SecRule HTTP_Referer|ARGS "unfinished-desires\.com" -SecRule HTTP_Referer|ARGS "uni-card\.ru" -SecRule HTTP_Referer|ARGS "unionvillefire\.com" -SecRule HTTP_Referer|ARGS "unitedarchive\.com" -SecRule HTTP_Referer|ARGS "united-cash\.com" -SecRule HTTP_Referer|ARGS "unrisd\.com" -SecRule HTTP_Referer|ARGS "unscramble\.de" -SecRule HTTP_Referer|ARGS "unterm-rock\.us" -SecRule HTTP_Referer|ARGS "upsandowns\.com" -SecRule HTTP_Referer|ARGS "upsms\.de" -SecRule HTTP_Referer|ARGS "upthekazoo\.com" -SecRule HTTP_Referer|ARGS "urlaubssonne-tanken\.de" -SecRule HTTP_Referer|ARGS "usa-birthday-flowers\.com" -SecRule HTTP_Referer|ARGS "usa-car-insurance\.com" -SecRule HTTP_Referer|ARGS "usa-car-loans\.com" -SecRule HTTP_Referer|ARGS "usa-cash-advance\.com" -SecRule HTTP_Referer|ARGS "usa-election.blogspot\.com" -SecRule HTTP_Referer|ARGS "usa-escorts-123\.com" -SecRule HTTP_Referer|ARGS "usbitches\.com" -SecRule HTTP_Referer|ARGS "us-cash\.com" -SecRule HTTP_Referer|ARGS "uscashloan\.com" -SecRule HTTP_Referer|ARGS "usedcarsforsale" -SecRule HTTP_Referer|ARGS "us-meds\.com" -SecRule HTTP_Referer|ARGS "u-w-m\.ru" -SecRule HTTP_Referer|ARGS "uzha\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "v27\.net" -SecRule HTTP_Referer|ARGS "v29\.net" -SecRule HTTP_Referer|ARGS "v3\.be" -SecRule HTTP_Referer|ARGS "vacation-rentals-guide\.com" -SecRule HTTP_Referer|ARGS "vakantiesex\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "valeofglamorganconservatives\.org" -SecRule HTTP_Referer|ARGS "vandr\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "vcialis\.com" -SecRule HTTP_Referer|ARGS "venera-agency\.com" -SecRule HTTP_Referer|ARGS "veranstaltungs-tickets\.de" -SecRule HTTP_Referer|ARGS "vergleich-versicherungsangebote\.de" -SecRule HTTP_Referer|ARGS "versicherungsangebote-vergleichen\.de" -SecRule HTTP_Referer|ARGS "versicherungsvergleiche-xxl\.de" -SecRule HTTP_Referer|ARGS "versicherungsvergleich-pkv\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "versteigerungs-festival\.de" -SecRule HTTP_Referer|ARGS "verybrowse\.com" -SecRule HTTP_Referer|ARGS "verycd\.com" -SecRule HTTP_Referer|ARGS "verycheapdentalinsurance\.com" -SecRule HTTP_Referer|ARGS "viaggix\.com" -SecRule HTTP_Referer|ARGS "viagrafemale" -SecRule HTTP_Referer|ARGS "viapaxton\.com" -SecRule HTTP_Referer|ARGS "videohentai\.org" -SecRule HTTP_Referer|ARGS "video-n\.com" -SecRule HTTP_Referer|ARGS "video-poker" -SecRule HTTP_Referer|ARGS "video-poker-dot\.com" -SecRule HTTP_Referer|ARGS "video-poker-world\.net" -SecRule HTTP_Referer|ARGS "video-porno\.nu" -SecRule HTTP_Referer|ARGS "videoportfolios\.com" -SecRule HTTP_Referer|ARGS "vieille-dame-ici\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "vierminuseins\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "vietnamdatingservices\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "vilentium\.de" -SecRule HTTP_Referer|ARGS "villagesx\.com" -SecRule HTTP_Referer|ARGS "vimax\.lx\.ro" -SecRule HTTP_Referer|ARGS "vimax\.topcities\.com" -SecRule HTTP_Referer|ARGS "vinhas\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "vip-condom\.com" -SecRule HTTP_Referer|ARGS "vip-online-pharmacy\.com" -SecRule HTTP_Referer|ARGS "virtuellereiseburo\.com" -SecRule HTTP_Referer|ARGS "vitamins-for-each\.com" -SecRule HTTP_Referer|ARGS "vivalatinmag\.com" -SecRule HTTP_Referer|ARGS "vivlart\.com" -SecRule HTTP_Referer|ARGS "vixensisland\.com" -SecRule HTTP_Referer|ARGS "vk1.biz" -SecRule HTTP_Referer|ARGS "vladgorlum\.gotdns\.com" -SecRule HTTP_Referer|ARGS "vladstepanov\.brunst\.dk" -SecRule HTTP_Referer|ARGS "vnladiesdatingservices\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "vod-solutions\.com" -SecRule HTTP_Referer|ARGS "voiphone\.cn" -SecRule HTTP_Referer|ARGS "vomitandbusted\.com" -SecRule HTTP_Referer|ARGS "vonormytexas\.us" -SecRule HTTP_Referer|ARGS "vpmt\.com" -SecRule HTTP_Referer|ARGS "vpshs\.com" -SecRule HTTP_Referer|ARGS "\.casino-go\.com" -SecRule HTTP_Referer|ARGS "vrajitor\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "vtsae\.org" -SecRule HTTP_Referer|ARGS "\.finestrealty\.net" -SecRule HTTP_Referer|ARGS "w5\.pl" -SecRule HTTP_Referer|ARGS "wake\.rlights\.com" -SecRule HTTP_Referer|ARGS "waldner-msa\.co\.uk" -SecRule HTTP_Referer|ARGS "wancheng\.cn" -SecRule HTTP_Referer|ARGS "warblog\.net" -SecRule HTTP_Referer|ARGS "washere\.de" -SecRule HTTP_Referer|ARGS "wastedpartygirls\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "watches-sales\.com" -SecRule HTTP_Referer|ARGS "waterbeds-dot\.com" -SecRule HTTP_Referer|ARGS "wayshell\.co\.uk" -SecRule HTTP_Referer|ARGS "wazzup\.dnip\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "wblogs\.com" -SecRule HTTP_Referer|ARGS "wcgaaa\.org" -SecRule HTTP_Referer|ARGS "weareconfused\.org\.uk" -SecRule HTTP_Referer|ARGS "wearethechampions\.com" -SecRule HTTP_Referer|ARGS "web-aks\.com" -SecRule HTTP_Referer|ARGS "webanfragen\.de" -SecRule HTTP_Referer|ARGS "webblogs\.biz" -SecRule HTTP_Referer|ARGS "web-cam-101\.com" -SecRule HTTP_Referer|ARGS "webcam-erotiche\.com" -SecRule HTTP_Referer|ARGS "web-cam-porn\.net" -SecRule HTTP_Referer|ARGS "webcenter\.pl" -SecRule HTTP_Referer|ARGS "web-cialis\.com" -SecRule HTTP_Referer|ARGS "webcindario\.com" -SecRule HTTP_Referer|ARGS "webcopywizard\.net" -SecRule HTTP_Referer|ARGS "webhgh\.com" -SecRule HTTP_Referer|ARGS "webimagineer\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "w-ebony\.com" -SecRule HTTP_Referer|ARGS "webpark\.pl" -SecRule HTTP_Referer|ARGS "webrank\.cn" -SecRule HTTP_Referer|ARGS "web-revenue\.com" -SecRule HTTP_Referer|ARGS "websitedesigningpromotion\.com" -SecRule HTTP_Referer|ARGS "webwarper\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "weddings-info\.com" -SecRule HTTP_Referer|ARGS "weddings-links\.com" -SecRule HTTP_Referer|ARGS "weekend-cialis" -SecRule HTTP_Referer|ARGS "weighlessrx\.com" -SecRule HTTP_Referer|ARGS "weight-loss-central\.org" -SecRule HTTP_Referer|ARGS "weight-loss-links\.net" -SecRule HTTP_Referer|ARGS "weightlossplace\.net" -SecRule HTTP_Referer|ARGS "weitere-stellenangebote\.de" -SecRule HTTP_Referer|ARGS "we-live-together-4u\.com" -SecRule HTTP_Referer|ARGS "wellness-getraenk\.de" -SecRule HTTP_Referer|ARGS "wet-4all\.com" -SecRule HTTP_Referer|ARGS "wethorny\.com" -SecRule HTTP_Referer|ARGS "wet-pantie\.net" -SecRule HTTP_Referer|ARGS "wet-pussy\.us" -SecRule HTTP_Referer|ARGS "whackingpud\.com" -SecRule HTTP_Referer|ARGS "whales\.com.ru" -SecRule HTTP_Referer|ARGS "whincer\.net" -SecRule HTTP_Referer|ARGS "whitehouse\.com" -SecRule HTTP_Referer|ARGS "white-shadow-nasty-story\.blogspot\.com" -SecRule HTTP_Referer|ARGS "whizzkidsuk\.co\.uk" -SecRule HTTP_Referer|ARGS "wholesalepocketbike\.com" -SecRule HTTP_Referer|ARGS "wild-porno-girls\.com" -SecRule HTTP_Referer|ARGS "willcommen\.de" -SecRule HTTP_Referer|ARGS "wincmd\.ru" -SecRule HTTP_Referer|ARGS "wincrestal\.com" -SecRule HTTP_Referer|ARGS "windcomesdown\.com" -SecRule HTTP_Referer|ARGS "wingtchun\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "win-in-poker\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "win-in-poker\.com" -SecRule HTTP_Referer|ARGS "wirenorth\.com" -SecRule HTTP_Referer|ARGS "wiset-online\.com" -SecRule HTTP_Referer|ARGS "wisskie\.cx" -SecRule HTTP_Referer|ARGS "witch-watch\.com" -SecRule HTTP_Referer|ARGS "witz-net\.de" -SecRule HTTP_Referer|ARGS "wizardsoul\.com" -SecRule HTTP_Referer|ARGS "wonderfultits\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "woodyracing\.co\.uk" -SecRule HTTP_Referer|ARGS "workfromhome-homebasedbusiness\.com" -SecRule HTTP_Referer|ARGS "world-candle\.com" -SecRule HTTP_Referer|ARGS "world-cheese\.com" -SecRule HTTP_Referer|ARGS "worldmusic\.com" -SecRule HTTP_Referer|ARGS "world-series-of-poker-1996\.com" -SecRule HTTP_Referer|ARGS "worldsexi\.com" -SecRule HTTP_Referer|ARGS "worldwidecasinosearch\.com" -SecRule HTTP_Referer|ARGS "worldwide-deals\.net" -SecRule HTTP_Referer|ARGS "worldwide-games\.net" -SecRule HTTP_Referer|ARGS "worldwide-holdem\.com" -SecRule HTTP_Referer|ARGS "worldwide-online-pharmacy\.net" -SecRule HTTP_Referer|ARGS "worldwide-sources\.com" -SecRule HTTP_Referer|ARGS "wotcher\.de" -SecRule HTTP_Referer|ARGS "www\.pcpages\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "www-sesso" -SecRule HTTP_Referer|ARGS "www\.sizegeneticspenis\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "www-webspace\.de" -SecRule HTTP_Referer|ARGS "x24hr\.(com|net|org|biz|info)" -SecRule HTTP_Referer|ARGS "xadultpersonals\.com" -SecRule HTTP_Referer|ARGS "xaper\.com" -SecRule HTTP_Referer|ARGS "x-baccarat\.com" -SecRule HTTP_Referer|ARGS "x-baccarat\.us" -SecRule HTTP_Referer|ARGS "x-beat\.com" -SecRule HTTP_Referer|ARGS "x-bingo\.com" -SecRule HTTP_Referer|ARGS "x-craps\.com" -SecRule HTTP_Referer|ARGS "x-craps\.us" -SecRule HTTP_Referer|ARGS "xdolar\.com" -SecRule HTTP_Referer|ARGS "x-fioricet\.com" -SecRule HTTP_Referer|ARGS "x-free-casino-games\.com" -SecRule HTTP_Referer|ARGS "xfreehosting\.com" -SecRule HTTP_Referer|ARGS "xgsmhlhc\.com" -SecRule HTTP_Referer|ARGS "xgsm\.org" -SecRule HTTP_Referer|ARGS "xingzhiye\.com" -SecRule HTTP_Referer|ARGS "x-internet-casino\.com" -SecRule HTTP_Referer|ARGS "xin-web\.de" -SecRule HTTP_Referer|ARGS "x-jack\.us" -SecRule HTTP_Referer|ARGS "xlboobs\.net" -SecRule HTTP_Referer|ARGS "xmilf\.us" -SecRule HTTP_Referer|ARGS "xmix\.net" -SecRule HTTP_Referer|ARGS "xnxxx\.com" -SecRule HTTP_Referer|ARGS "xondemand\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "xopy\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "x-pictures\.net" -SecRule HTTP_Referer|ARGS "x-pictures\.org" -SecRule HTTP_Referer|ARGS "xpictx\.com" -SecRule HTTP_Referer|ARGS "xprescription\.com" -SecRule HTTP_Referer|ARGS "xprv\.com" -SecRule HTTP_Referer|ARGS "xratedcities\.com" -SecRule HTTP_Referer|ARGS "xrated-midgets\.com" -SecRule HTTP_Referer|ARGS "x-ring-tones\.com" -SecRule HTTP_Referer|ARGS "x-ringtones\.com" -SecRule HTTP_Referer|ARGS "x-roulette\.com" -SecRule HTTP_Referer|ARGS "x-roulette\.us" -SecRule HTTP_Referer|ARGS "x-roullete\.com" -SecRule HTTP_Referer|ARGS "xsesso\.biz" -SecRule HTTP_Referer|ARGS "x-slots\.com" -SecRule HTTP_Referer|ARGS "x-slots\.us" -SecRule HTTP_Referer|ARGS "x-stories\.org" -SecRule HTTP_Referer|ARGS "xuev\.net" -SecRule HTTP_Referer|ARGS "x-video-poker\.com" -SecRule HTTP_Referer|ARGS "x-video-poker\.us" -SecRule HTTP_Referer|ARGS "xxshopadult\.com" -SecRule HTTP_Referer|ARGS "xxx-alt-sex-story\.blogspot\.com" -SecRule HTTP_Referer|ARGS "xxxchan\.com" -SecRule HTTP_Referer|ARGS "xxx-database\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "xxx-database\.com" -SecRule HTTP_Referer|ARGS "xxx-dvd\.biz" -SecRule HTTP_Referer|ARGS "xxx-erotic-sex-story\.blogspot\.com" -SecRule HTTP_Referer|ARGS "xxx-first-time-sex-story\.blogspot\.com" -SecRule HTTP_Referer|ARGS "xxx-free-erotic-sex-story\.blogspot\.com" -SecRule HTTP_Referer|ARGS "xxx-gay-sex-story\.blogspot\.com" -SecRule HTTP_Referer|ARGS "xxx-girls-sex\.com" -SecRule HTTP_Referer|ARGS "xxxlivewebcams\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "xxx-password-web\.com" -SecRule HTTP_Referer|ARGS "xxx-pussy\.us" -SecRule HTTP_Referer|ARGS "xxxseeker\.com" -SecRule HTTP_Referer|ARGS "xxx-sex-movies\.org" -SecRule HTTP_Referer|ARGS "xxx-sex-story-post\.blogspot\.com" -SecRule HTTP_Referer|ARGS "xxx-spanking-story\.blogspot\.com" -SecRule HTTP_Referer|ARGS "xxx-stories\.net" -SecRule HTTP_Referer|ARGS "xxx-story\.blogspot\.com" -SecRule HTTP_Referer|ARGS "xxxwashington\.com" -SecRule HTTP_Referer|ARGS "xz9\.com" -SecRule HTTP_Referer|ARGS "yaninediaz\.com" -SecRule HTTP_Referer|ARGS "ybuano\.org" -SecRule HTTP_Referer|ARGS "yellowmonkey2\.com" -SecRule HTTP_Referer|ARGS "yellowmonkey55\.com" -SecRule HTTP_Referer|ARGS "yellowmonkey\.com" -SecRule HTTP_Referer|ARGS "yelucie\.com" -SecRule HTTP_Referer|ARGS "yf8\.com" -SecRule HTTP_Referer|ARGS "yisosky\.vip\.sina\.com" -SecRule HTTP_Referer|ARGS "ymf\.name" -SecRule HTTP_Referer|ARGS "yoga-mats\.freeservers\.com" -SecRule HTTP_Referer|ARGS "yoll\.net" -SecRule HTTP_Referer|ARGS "you-date\.com" -SecRule HTTP_Referer|ARGS "young-ass\.us" -SecRule HTTP_Referer|ARGS "yourcialis\.info" -SecRule HTTP_Referer|ARGS "yourdentalinsuranceonline\.com" -SecRule HTTP_Referer|ARGS "yourowncolours\.co\.uk" -SecRule HTTP_Referer|ARGS "yourserver\.com" -SecRule HTTP_Referer|ARGS "your-tattoo\.de" -SecRule HTTP_Referer|ARGS "ypoker\.net" -SecRule HTTP_Referer|ARGS "yubatech\.com" -SecRule HTTP_Referer|ARGS "yukka\.inc\.ru" -SecRule HTTP_Referer|ARGS "zalaszentgrot\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "zalaszentgrot\.com" -SecRule HTTP_Referer|ARGS "zaotao\.com" -SecRule HTTP_Referer|ARGS "zapto\.org" -SecRule HTTP_Referer|ARGS "zazlibrary\.com" -SecRule HTTP_Referer|ARGS "zenno\.info" -SecRule HTTP_Referer|ARGS "zfgfz\.net" -SecRule HTTP_Referer|ARGS "zipcodedownload\.com" -SecRule HTTP_Referer|ARGS "zipcodesmap\.com" -SecRule HTTP_Referer|ARGS "zithromax-online\.net" -SecRule HTTP_Referer|ARGS "zj\.com" -SecRule HTTP_Referer|ARGS "zone-b51\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "zone-b51\.com" -SecRule HTTP_Referer|ARGS "zooeurope\.com" -SecRule HTTP_Referer|ARGS "zoofil\.com" -SecRule HTTP_Referer|ARGS "zoofilia-fotos\.com" -SecRule HTTP_Referer|ARGS "zoomaniz\.flnet\.org" -SecRule HTTP_Referer|ARGS "zoo-sex\.biz" -SecRule HTTP_Referer|ARGS "zoo-sex\.info" -SecRule HTTP_Referer|ARGS "zoosex-motion-videos\.com" -SecRule HTTP_Referer|ARGS "zoo-sex-pics\.com" -SecRule HTTP_Referer|ARGS "zoosex-pictures\.com" -SecRule HTTP_Referer|ARGS "zoosx\.net" -SecRule HTTP_Referer|ARGS "zoo-zone\.com" -SecRule HTTP_Referer|ARGS "zpics\.net" -SecRule HTTP_Referer|ARGS "zt148\.com" -SecRule HTTP_Referer|ARGS "zum-bestpreis\.de" -SecRule HTTP_Referer|ARGS "zweree\.com" -SecRule HTTP_Referer|ARGS "zwiebelbacke\.com" -SecRule HTTP_Referer|ARGS "zxyzxy\.com" -SecRule HTTP_Referer|ARGS "thetrafficproject\.com" -SecRule HTTP_Referer|ARGS "www\.linkboxed\.com" -SecRule HTTP_Referer|ARGS "online-casino-tfx\.com" -SecRule HTTP_Referer|ARGS "taylorbow\.com" -SecRule HTTP_Referer "/t[0-9]/pps=wm/$" -SecRule HTTP_Referer|ARGS "search-ok.com" -SecRule HTTP_Referer|ARGS "\.acfair\.org" -SecRule HTTP_Referer|ARGS "take-poker\.com" -SecRule HTTP_Referer|ARGS "\.bignews\.com" -SecRule HTTP_Referer|ARGS "\.wieler-forum\.nl" -SecRule HTTP_Referer|ARGS "\.monstersofcock\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "\.ablejobs\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "\.unanimedicine\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "\.twinstatesnetwork\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "\.mentorsverige\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "\.gacicuba\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "[\w\-_.]*(real)+[\w\-_.]*(estate+)[\w\-_.]*(sale)+\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "antiquejunkyard\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "antiquemarketplace*\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "antique.*place*\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "(poker|(hold)+[\w\-_.]*em)+[\w\-_.]*(bonus|refill|party)" -SecRule HTTP_Referer|ARGS "nemasoft\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "pillspenis\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "bitlocker\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "(party|bonus|refill|(hold)+[\w\-_.]*em)+[\w\-_.]poker" -SecRule HTTP_Referer|ARGS "01housing\.com" -SecRule HTTP_Referer|ARGS "01housing\.net" -SecRule HTTP_Referer|ARGS "02refi\.net" -SecRule HTTP_Referer|ARGS "03housing\.com" -SecRule HTTP_Referer|ARGS "0p3nbsd\.com" -SecRule HTTP_Referer|ARGS "12081240chicks\.info" -SecRule HTTP_Referer|ARGS "12321412chicks\.info" -SecRule HTTP_Referer|ARGS "12321chicks\.info" -SecRule HTTP_Referer|ARGS "123adv\.info" -SecRule HTTP_Referer|ARGS "1241chicks\.info" -SecRule HTTP_Referer|ARGS "1244281hotties\.info" -SecRule HTTP_Referer|ARGS "12484821hottones\.info" -SecRule HTTP_Referer|ARGS "13-yaochu\.com" -SecRule HTTP_Referer|ARGS "132412414hotchicks\.info" -SecRule HTTP_Referer|ARGS "1primeonlineawarduklott0\.com" -SecRule HTTP_Referer|ARGS "1stedaytrader\.com" -SecRule HTTP_Referer|ARGS "2000greetingsnews\.com" -SecRule HTTP_Referer|ARGS "247andmore\.com" -SecRule HTTP_Referer|ARGS "247extraz\.info" -SecRule HTTP_Referer|ARGS "3-ankou\.com" -SecRule HTTP_Referer|ARGS "3-bai-man\.com" -SecRule HTTP_Referer|ARGS "3-cha\.com" -SecRule HTTP_Referer|ARGS "3-doupon\.com" -SecRule HTTP_Referer|ARGS "3bs0fnsfas\.com" -SecRule HTTP_Referer|ARGS "3jnbsabwkd\.com" -SecRule HTTP_Referer|ARGS "4-ankou\.com" -SecRule HTTP_Referer|ARGS "50-cent\.biz" -SecRule HTTP_Referer|ARGS "62mort\.net" -SecRule HTTP_Referer|ARGS "73hsg\.info" -SecRule HTTP_Referer|ARGS "77holisticretreat\.com" -SecRule HTTP_Referer|ARGS "7start\.com" -SecRule HTTP_Referer|ARGS "a11-1\.com" -SecRule HTTP_Referer|ARGS "a11-4\.com" -SecRule HTTP_Referer|ARGS "a4-1\.com" -SecRule HTTP_Referer|ARGS "a92ms\.info" -SecRule HTTP_Referer|ARGS "aaadfdf\.info" -SecRule HTTP_Referer|ARGS "aadlfjdl\.info" -SecRule HTTP_Referer|ARGS "aanddproperties\.com" -SecRule HTTP_Referer|ARGS "aanetsolutions\.com" -SecRule HTTP_Referer|ARGS "aaronfostergallery\.com" -SecRule HTTP_Referer|ARGS "abbeynationaladmin\.com" -SecRule HTTP_Referer|ARGS "abbeynetservices\.com" -SecRule HTTP_Referer|ARGS "abcdhouse\.com" -SecRule HTTP_Referer|ARGS "aboritel\.com" -SecRule HTTP_Referer|ARGS "about-online-dating\.net" -SecRule HTTP_Referer|ARGS "aboutali\.info" -SecRule HTTP_Referer|ARGS "abouthandwashing\.com" -SecRule HTTP_Referer|ARGS "aboutthedirection\.com" -SecRule HTTP_Referer|ARGS "abscind\.info" -SecRule HTTP_Referer|ARGS "absoluteandfabulous\.com" -SecRule HTTP_Referer|ARGS "abundantmail\.net" -SecRule HTTP_Referer|ARGS "abvbs\.com" -SecRule HTTP_Referer|ARGS "abxwt\.com" -SecRule HTTP_Referer|ARGS "acashcownow\.com" -SecRule HTTP_Referer|ARGS "acception\.info" -SecRule HTTP_Referer|ARGS "acclaimedia\.biz" -SecRule HTTP_Referer|ARGS "accordingtocorbin\.com" -SecRule HTTP_Referer|ARGS "accsplus\.com" -SecRule HTTP_Referer|ARGS "acehardwarexport\.com" -SecRule HTTP_Referer|ARGS "acewest\.info" -SecRule HTTP_Referer|ARGS "achievefinancialsolutions\.com" -SecRule HTTP_Referer|ARGS "achievevibranthealth\.com" -SecRule HTTP_Referer|ARGS "achop\.com" -SecRule HTTP_Referer|ARGS "achtakolivseg\.biz" -SecRule HTTP_Referer|ARGS "ackridge\.com" -SecRule HTTP_Referer|ARGS "acopiollc\.com" -SecRule HTTP_Referer|ARGS "acsnm\.com" -SecRule HTTP_Referer|ARGS "action-enterprises\.net" -SecRule HTTP_Referer|ARGS "actionnasty\.com" -SecRule HTTP_Referer|ARGS "adcomakerkk\.com" -SecRule HTTP_Referer|ARGS "addirectline\.com" -SecRule HTTP_Referer|ARGS "adedea\.com" -SecRule HTTP_Referer|ARGS "adherences\.net" -SecRule HTTP_Referer|ARGS "adidasgolftest\.com" -SecRule HTTP_Referer|ARGS "adipredweb\.com" -SecRule HTTP_Referer|ARGS "adrianahowse\.com" -SecRule HTTP_Referer|ARGS "adrugstoreandmore\.us" -SecRule HTTP_Referer|ARGS "adtricity\.com" -SecRule HTTP_Referer|ARGS "aduicn\.com" -SecRule HTTP_Referer|ARGS "adult-news-info\.biz" -SecRule HTTP_Referer|ARGS "adult-news-info\.info" -SecRule HTTP_Referer|ARGS "adultmobileclub\.net" -SecRule HTTP_Referer|ARGS "adultpro\.biz" -SecRule HTTP_Referer|ARGS "advancedastro\.com" -SecRule HTTP_Referer|ARGS "advanceddrugstores\.us" -SecRule HTTP_Referer|ARGS "advantagedrugstore\.us" -SecRule HTTP_Referer|ARGS "advantageprimarycare\.com" -SecRule HTTP_Referer|ARGS "advertisingsignsthatwork\.com" -SecRule HTTP_Referer|ARGS "aeropark\.info" -SecRule HTTP_Referer|ARGS "aetilogis\.com" -SecRule HTTP_Referer|ARGS "affinitydrugstore\.us" -SecRule HTTP_Referer|ARGS "affinitydrugstores\.us" -SecRule HTTP_Referer|ARGS "affinityinvest\.com" -SecRule HTTP_Referer|ARGS "affordable-drugstore\.us" -SecRule HTTP_Referer|ARGS "afridbank\.com" -SecRule HTTP_Referer|ARGS "afsclub\.com" -SecRule HTTP_Referer|ARGS "afstunn\.com" -SecRule HTTP_Referer|ARGS "agentnine\.info" -SecRule HTTP_Referer|ARGS "agitatedly\.net" -SecRule HTTP_Referer|ARGS "agn-03h\.com" -SecRule HTTP_Referer|ARGS "airmember\.info" -SecRule HTTP_Referer|ARGS "aj2n\.info" -SecRule HTTP_Referer|ARGS "akeliihoomalu\.org" -SecRule HTTP_Referer|ARGS "alaac\.com" -SecRule HTTP_Referer|ARGS "alamassahafa\.com" -SecRule HTTP_Referer|ARGS "albinawholesale\.com" -SecRule HTTP_Referer|ARGS "albuenoair\.net" -SecRule HTTP_Referer|ARGS "alehsantradingco\.com" -SecRule HTTP_Referer|ARGS "alewasogly\.com" -SecRule HTTP_Referer|ARGS "alexeifam\.com" -SecRule HTTP_Referer|ARGS "alienahyes\.com" -SecRule HTTP_Referer|ARGS "alksjdhkjadf\.com" -SecRule HTTP_Referer|ARGS "alloemsale\.com" -SecRule HTTP_Referer|ARGS "alloemsale\.net" -SecRule HTTP_Referer|ARGS "allplayershere\.com" -SecRule HTTP_Referer|ARGS "allyouasked2\.com" -SecRule HTTP_Referer|ARGS "almaghrabiaw\.com" -SecRule HTTP_Referer|ARGS "alpinegirl\.info" -SecRule HTTP_Referer|ARGS "alsgo\.com" -SecRule HTTP_Referer|ARGS "alt-l0ve\.com" -SecRule HTTP_Referer|ARGS "alternatieva\.com" -SecRule HTTP_Referer|ARGS "alternative-l0ve\.com" -SecRule HTTP_Referer|ARGS "altintsol\.com" -SecRule HTTP_Referer|ARGS "alutop\.de" -SecRule HTTP_Referer|ARGS "amazingwebdeals\.biz" -SecRule HTTP_Referer|ARGS "ambcommercial\.com" -SecRule HTTP_Referer|ARGS "ambrobankplc\.com" -SecRule HTTP_Referer|ARGS "ameland-online\.com" -SecRule HTTP_Referer|ARGS "americanimagedomain\.com" -SecRule HTTP_Referer|ARGS "amerid\.info" -SecRule HTTP_Referer|ARGS "amerik\.info" -SecRule HTTP_Referer|ARGS "ameril\.info" -SecRule HTTP_Referer|ARGS "amerip\.info" -SecRule HTTP_Referer|ARGS "aminisen\.com" -SecRule HTTP_Referer|ARGS "aminobenzoic\.info" -SecRule HTTP_Referer|ARGS "amturiam\.com" -SecRule HTTP_Referer|ARGS "an-fm03\.com" -SecRule HTTP_Referer|ARGS "analoholic\.com" -SecRule HTTP_Referer|ARGS "anarecruciato\.com" -SecRule HTTP_Referer|ARGS "ancakacon\.com" -SecRule HTTP_Referer|ARGS "anchorbounce\.com" -SecRule HTTP_Referer|ARGS "anchorreplyto\.com" -SecRule HTTP_Referer|ARGS "andyplatinum\.com" -SecRule HTTP_Referer|ARGS "angajatori\.net" -SecRule HTTP_Referer|ARGS "angelsthegroup\.com" -SecRule HTTP_Referer|ARGS "anionic\.info" -SecRule HTTP_Referer|ARGS "annabaty\.info" -SecRule HTTP_Referer|ARGS "ansiidia\.com" -SecRule HTTP_Referer|ARGS "answersdirect\.net" -SecRule HTTP_Referer|ARGS "antanawy\.com" -SecRule HTTP_Referer|ARGS "antillenschool\.com" -SecRule HTTP_Referer|ARGS "antique-mirror\.com" -SecRule HTTP_Referer|ARGS "antonshill\.com" -SecRule HTTP_Referer|ARGS "any-trans\.com" -SecRule HTTP_Referer|ARGS "anycallloan\.net" -SecRule HTTP_Referer|ARGS "anyshop\.org" -SecRule HTTP_Referer|ARGS "ap-fly\.com" -SecRule HTTP_Referer|ARGS "apaceweb\.com" -SecRule HTTP_Referer|ARGS "aplinemak\.com" -SecRule HTTP_Referer|ARGS "apolloniakl\.com" -SecRule HTTP_Referer|ARGS "appeases\.net" -SecRule HTTP_Referer|ARGS "applcash\.net" -SecRule HTTP_Referer|ARGS "applemailer\.com" -SecRule HTTP_Referer|ARGS "applystatus\.info" -SecRule HTTP_Referer|ARGS "applytosave\.net" -SecRule HTTP_Referer|ARGS "aprilnews\.info" -SecRule HTTP_Referer|ARGS "aran-technologies\.com" -SecRule HTTP_Referer|ARGS "archivewrap\.com" -SecRule HTTP_Referer|ARGS "arcvt\.info" -SecRule HTTP_Referer|ARGS "arew1\.com" -SecRule HTTP_Referer|ARGS "arew2\.com" -SecRule HTTP_Referer|ARGS "areyousmoker\.com" -SecRule HTTP_Referer|ARGS "argusdv\.com" -SecRule HTTP_Referer|ARGS "arigatouo\.net" -SecRule HTTP_Referer|ARGS "artberber\.com" -SecRule HTTP_Referer|ARGS "articulators\.com" -SecRule HTTP_Referer|ARGS "asdhasdh\.info" -SecRule HTTP_Referer|ARGS "asdjss\.info" -SecRule HTTP_Referer|ARGS "asdokawo\.com" -SecRule HTTP_Referer|ARGS "aseanxxx\.com" -SecRule HTTP_Referer|ARGS "ashaliterary\.com" -SecRule HTTP_Referer|ARGS "asinojet\.com" -SecRule HTTP_Referer|ARGS "asioidoi\.info" -SecRule HTTP_Referer|ARGS "aslannis\.com" -SecRule HTTP_Referer|ARGS "associate-finance\.com" -SecRule HTTP_Referer|ARGS "atfon\.info" -SecRule HTTP_Referer|ARGS "atimepiece\.net" -SecRule HTTP_Referer|ARGS "atlanticexportandimportcompany\.net" -SecRule HTTP_Referer|ARGS "atomicoffers\.com" -SecRule HTTP_Referer|ARGS "atressys\.com" -SecRule HTTP_Referer|ARGS "atrinargete\.com" -SecRule HTTP_Referer|ARGS "attorneybrianwilliams\.com" -SecRule HTTP_Referer|ARGS "atyana\.info" -SecRule HTTP_Referer|ARGS "auditorr\.net" -SecRule HTTP_Referer|ARGS "austindirectimpact\.com" -SecRule HTTP_Referer|ARGS "autoforsx\.com" -SecRule HTTP_Referer|ARGS "automaticlandingcorp\.com" -SecRule HTTP_Referer|ARGS "autorik\.com" -SecRule HTTP_Referer|ARGS "avablecants\.com" -SecRule HTTP_Referer|ARGS "avatexwoolgroups\.biz" -SecRule HTTP_Referer|ARGS "avaunts\.net" -SecRule HTTP_Referer|ARGS "averaged\.info" -SecRule HTTP_Referer|ARGS "avhappy\.net" -SecRule HTTP_Referer|ARGS "avicomnet\.net" -SecRule HTTP_Referer|ARGS "avidlender\.com" -SecRule HTTP_Referer|ARGS "avillestins\.com" -SecRule HTTP_Referer|ARGS "avinetcom\.net" -SecRule HTTP_Referer|ARGS "avole\.info" -SecRule HTTP_Referer|ARGS "avonelpaso\.com" -SecRule HTTP_Referer|ARGS "avysnamiinderte\.biz" -SecRule HTTP_Referer|ARGS "awg5\.net" -SecRule HTTP_Referer|ARGS "awhile\.info" -SecRule HTTP_Referer|ARGS "axece\.info" -SecRule HTTP_Referer|ARGS "aztlantrainingcenter\.com" -SecRule HTTP_Referer|ARGS "b-i-l\.com" -SecRule HTTP_Referer|ARGS "b2bfeatures\.com" -SecRule HTTP_Referer|ARGS "b3fcv2\.com" -SecRule HTTP_Referer|ARGS "babescan\.info" -SecRule HTTP_Referer|ARGS "back2schoolgiftcard\.com" -SecRule HTTP_Referer|ARGS "badrun\.info" -SecRule HTTP_Referer|ARGS "bai-man\.com" -SecRule HTTP_Referer|ARGS "baldermistletoenail\.com" -SecRule HTTP_Referer|ARGS "ballershockcaller\.com" -SecRule HTTP_Referer|ARGS "ballknowsall\.net" -SecRule HTTP_Referer|ARGS "ballmilitary\.com" -SecRule HTTP_Referer|ARGS "bamaft\.net" -SecRule HTTP_Referer|ARGS "banging1214chicks\.info" -SecRule HTTP_Referer|ARGS "bankerbreath\.com" -SecRule HTTP_Referer|ARGS "bankofthewestcorp\.com" -SecRule HTTP_Referer|ARGS "baplayer2\.com" -SecRule HTTP_Referer|ARGS "barbaraken\.info" -SecRule HTTP_Referer|ARGS "barclaysbankzone\.net" -SecRule HTTP_Referer|ARGS "barclaysbankzoneworld\.net" -SecRule HTTP_Referer|ARGS "barearth\.com" -SecRule HTTP_Referer|ARGS "barreforhirst\.com" -SecRule HTTP_Referer|ARGS "barristeradamswalters\.com" -SecRule HTTP_Referer|ARGS "barristerjamesibe\.com" -SecRule HTTP_Referer|ARGS "barrytigers\.com" -SecRule HTTP_Referer|ARGS "barsaroundtown\.info" -SecRule HTTP_Referer|ARGS "basdaf\.com" -SecRule HTTP_Referer|ARGS "base-poker\.com" -SecRule HTTP_Referer|ARGS "basesof\.com" -SecRule HTTP_Referer|ARGS "bataksrc\.com" -SecRule HTTP_Referer|ARGS "batch-tracker\.com" -SecRule HTTP_Referer|ARGS "batejebubu\.net" -SecRule HTTP_Referer|ARGS "bcccmpl\.com" -SecRule HTTP_Referer|ARGS "bdls-company\.com" -SecRule HTTP_Referer|ARGS "beatleblitz8\.com" -SecRule HTTP_Referer|ARGS "becali\.biz" -SecRule HTTP_Referer|ARGS "becauseco\.com" -SecRule HTTP_Referer|ARGS "bedkx\.com" -SecRule HTTP_Referer|ARGS "bednight\.info" -SecRule HTTP_Referer|ARGS "bedroom-fun\.net" -SecRule HTTP_Referer|ARGS "bedroom-times\.net" -SecRule HTTP_Referer|ARGS "bedroomsecret\.net" -SecRule HTTP_Referer|ARGS "beenzonline\.com" -SecRule HTTP_Referer|ARGS "behaviormetrix\.com" -SecRule HTTP_Referer|ARGS "belleone\.info" -SecRule HTTP_Referer|ARGS "bemeboqu\.com" -SecRule HTTP_Referer|ARGS "benlight\.com" -SecRule HTTP_Referer|ARGS "bensonbluesenterprises\.com" -SecRule HTTP_Referer|ARGS "bentleyrealty\.net" -SecRule HTTP_Referer|ARGS "ber3csa\.com" -SecRule HTTP_Referer|ARGS "bereu\.info" -SecRule HTTP_Referer|ARGS "besosepoqagi\.info" -SecRule HTTP_Referer|ARGS "best-car-insurance-offer\.com" -SecRule HTTP_Referer|ARGS "best-hosting-offer\.com" -SecRule HTTP_Referer|ARGS "bestadena\.net" -SecRule HTTP_Referer|ARGS "bestannual\.com" -SecRule HTTP_Referer|ARGS "bestbuyingshoppers\.com" -SecRule HTTP_Referer|ARGS "bestmailcenter\.net" -SecRule HTTP_Referer|ARGS "bestmarketwatch\.com" -SecRule HTTP_Referer|ARGS "bestpricewatch\.net" -SecRule HTTP_Referer|ARGS "bestrates-4-you\.net" -SecRule HTTP_Referer|ARGS "besttimeisnow\.com" -SecRule HTTP_Referer|ARGS "bestwatchbuy\.net" -SecRule HTTP_Referer|ARGS "bestwatchdealers\.net" -SecRule HTTP_Referer|ARGS "bestwecanofferyou\.com" -SecRule HTTP_Referer|ARGS "bethroy\.info" -SecRule HTTP_Referer|ARGS "betifulpate\.com" -SecRule HTTP_Referer|ARGS "betr\.info" -SecRule HTTP_Referer|ARGS "bettercheaper\.info" -SecRule HTTP_Referer|ARGS "betteroffers\.info" -SecRule HTTP_Referer|ARGS "betuqepo\.com" -SecRule HTTP_Referer|ARGS "bewarepotholes\.net" -SecRule HTTP_Referer|ARGS "bfjdo\.com" -SecRule HTTP_Referer|ARGS "bhaaglehighrealtor\.com" -SecRule HTTP_Referer|ARGS "bibtree\.info" -SecRule HTTP_Referer|ARGS "bigboynegroup\.info" -SecRule HTTP_Referer|ARGS "bigflux\.net" -SecRule HTTP_Referer|ARGS "bigpinktoys\.com" -SecRule HTTP_Referer|ARGS "bigresourcescorp\.info" -SecRule HTTP_Referer|ARGS "bigtoyraffle\.com" -SecRule HTTP_Referer|ARGS "bil-promo-announce\.net" -SecRule HTTP_Referer|ARGS "binghamcounty\.org" -SecRule HTTP_Referer|ARGS "bioplasm\.net" -SecRule HTTP_Referer|ARGS "bis2626\.com" -SecRule HTTP_Referer|ARGS "bitmash\.info" -SecRule HTTP_Referer|ARGS "bizwhiteteeth\.com" -SecRule HTTP_Referer|ARGS "blackhelicoptervideo\.com" -SecRule HTTP_Referer|ARGS "blankink\.com" -SecRule HTTP_Referer|ARGS "blankmafia\.com" -SecRule HTTP_Referer|ARGS "blankroom\.com" -SecRule HTTP_Referer|ARGS "blanksugar\.com" -SecRule HTTP_Referer|ARGS "blayway\.com" -SecRule HTTP_Referer|ARGS "bleachyourteethwhite\.com" -SecRule HTTP_Referer|ARGS "blendeddifyingyang\.com" -SecRule HTTP_Referer|ARGS "blest-poker\.com" -SecRule HTTP_Referer|ARGS "blisses\.net" -SecRule HTTP_Referer|ARGS "bloats\.net" -SecRule HTTP_Referer|ARGS "blog-whore\.info" -SecRule HTTP_Referer|ARGS "bloodily\.net" -SecRule HTTP_Referer|ARGS "bloxster\.net" -SecRule HTTP_Referer|ARGS "bluehopscotch\.net" -SecRule HTTP_Referer|ARGS "bluewadeline\.com" -SecRule HTTP_Referer|ARGS "blummanroadcorp\.com" -SecRule HTTP_Referer|ARGS "blurbb\.net" -SecRule HTTP_Referer|ARGS "blutjung\.de" -SecRule HTTP_Referer|ARGS "bmort\.net" -SecRule HTTP_Referer|ARGS "bmwnicecar\.com" -SecRule HTTP_Referer|ARGS "bnewoei\.com" -SecRule HTTP_Referer|ARGS "bojeu\.info" -SecRule HTTP_Referer|ARGS "bookacab\.net" -SecRule HTTP_Referer|ARGS "bookwhiteteeth\.com" -SecRule HTTP_Referer|ARGS "borderbulkfoods-company-au\.net" -SecRule HTTP_Referer|ARGS "borderbulkfoodscompanyltd\.com" -SecRule HTTP_Referer|ARGS "boredofdirctors\.com" -SecRule HTTP_Referer|ARGS "born2-invest\.com" -SecRule HTTP_Referer|ARGS "bounding\.net" -SecRule HTTP_Referer|ARGS "bowemalovory\.com" -SecRule HTTP_Referer|ARGS "boysenberrymailer\.com" -SecRule HTTP_Referer|ARGS "bradastew\.com" -SecRule HTTP_Referer|ARGS "brainery\.org" -SecRule HTTP_Referer|ARGS "brainsforever\.info" -SecRule HTTP_Referer|ARGS "branddamage\.org" -SecRule HTTP_Referer|ARGS "brandvalu\.com" -SecRule HTTP_Referer|ARGS "brassed\.net" -SecRule HTTP_Referer|ARGS "brbberney\.com" -SecRule HTTP_Referer|ARGS "breetreebree\.com" -SecRule HTTP_Referer|ARGS "brefasatake\.com" -SecRule HTTP_Referer|ARGS "bride-anna\.net" -SecRule HTTP_Referer|ARGS "bride-julia\.com" -SecRule HTTP_Referer|ARGS "bride-julia\.net" -SecRule HTTP_Referer|ARGS "bride-maria\.com" -SecRule HTTP_Referer|ARGS "bride-olga\.net" -SecRule HTTP_Referer|ARGS "bridgeunion\.info" -SecRule HTTP_Referer|ARGS "brit-online-lot-uk\.net" -SecRule HTTP_Referer|ARGS "british-lottrey\.net" -SecRule HTTP_Referer|ARGS "british-online-lot-uk\.com" -SecRule HTTP_Referer|ARGS "britishconsulateoffice\.com" -SecRule HTTP_Referer|ARGS "britishnotice\.com" -SecRule HTTP_Referer|ARGS "broadeners\.net" -SecRule HTTP_Referer|ARGS "broadwayviewenterprises\.com" -SecRule HTTP_Referer|ARGS "broozledmnej\.com" -SecRule HTTP_Referer|ARGS "brotherse\.com" -SecRule HTTP_Referer|ARGS "browsebnus\.com" -SecRule HTTP_Referer|ARGS "browsebonus\.com" -SecRule HTTP_Referer|ARGS "brwsebonus\.com" -SecRule HTTP_Referer|ARGS "bryantsevws\.net" -SecRule HTTP_Referer|ARGS "bstonnte\.com" -SecRule HTTP_Referer|ARGS "btcitogo\.com" -SecRule HTTP_Referer|ARGS "btl-onlinedraw\.com" -SecRule HTTP_Referer|ARGS "btlfoundation\.com" -SecRule HTTP_Referer|ARGS "btlottery2005intl\.biz" -SecRule HTTP_Referer|ARGS "bucketed\.net" -SecRule HTTP_Referer|ARGS "budetvsyasvoit\.biz" -SecRule HTTP_Referer|ARGS "bullringer\.com" -SecRule HTTP_Referer|ARGS "bullyontheblock\.net" -SecRule HTTP_Referer|ARGS "buy-playernow\.com" -SecRule HTTP_Referer|ARGS "buyhealthseek\.com" -SecRule HTTP_Referer|ARGS "buymaxxlength\.info" -SecRule HTTP_Referer|ARGS "buymultiorgasm\.info" -SecRule HTTP_Referer|ARGS "buzzadoass\.com" -SecRule HTTP_Referer|ARGS "bvet\.info" -SecRule HTTP_Referer|ARGS "bwst\.us" -SecRule HTTP_Referer|ARGS "bwv361\.com" -SecRule HTTP_Referer|ARGS "byego\.com" -SecRule HTTP_Referer|ARGS "byfunapago\.com" -SecRule HTTP_Referer|ARGS "bymadydepy\.info" -SecRule HTTP_Referer|ARGS "bypynowu\.info" -SecRule HTTP_Referer|ARGS "c1ass4you2day\.com" -SecRule HTTP_Referer|ARGS "cajatrustsecurity\.org" -SecRule HTTP_Referer|ARGS "calecotusm\.com" -SecRule HTTP_Referer|ARGS "camagueyrealestate\.com" -SecRule HTTP_Referer|ARGS "camellianews\.com" -SecRule HTTP_Referer|ARGS "campinile\.info" -SecRule HTTP_Referer|ARGS "campoave\.com" -SecRule HTTP_Referer|ARGS "camptiger\.info" -SecRule HTTP_Referer|ARGS "canarycigar\.info" -SecRule HTTP_Referer|ARGS "candydavis\.info" -SecRule HTTP_Referer|ARGS "canportal\.info" -SecRule HTTP_Referer|ARGS "canvasmasterpieces\.net" -SecRule HTTP_Referer|ARGS "capacitashar\.com" -SecRule HTTP_Referer|ARGS "caplifeinsurance\.com" -SecRule HTTP_Referer|ARGS "carehero\.info" -SecRule HTTP_Referer|ARGS "caricepice\.com" -SecRule HTTP_Referer|ARGS "carrycot\.net" -SecRule HTTP_Referer|ARGS "carvali\.info" -SecRule HTTP_Referer|ARGS "cash-advance-offer\.com" -SecRule HTTP_Referer|ARGS "cashif\.info" -SecRule HTTP_Referer|ARGS "cassigear\.com" -SecRule HTTP_Referer|ARGS "castlepinesn\.com" -SecRule HTTP_Referer|ARGS "caticcar\.com" -SecRule HTTP_Referer|ARGS "cavugejyty\.com" -SecRule HTTP_Referer|ARGS "ccarefi\.net" -SecRule HTTP_Referer|ARGS "ccgonline\.biz" -SecRule HTTP_Referer|ARGS "cegabyqo\.com" -SecRule HTTP_Referer|ARGS "centralbankgovernor-nigr\.com" -SecRule HTTP_Referer|ARGS "centralbankplcworld\.net" -SecRule HTTP_Referer|ARGS "cesunoqumo\.org" -SecRule HTTP_Referer|ARGS "cetai\.info" -SecRule HTTP_Referer|ARGS "ceth\.info" -SecRule HTTP_Referer|ARGS "cevefemozety\.com" -SecRule HTTP_Referer|ARGS "cfbsworld\.net" -SecRule HTTP_Referer|ARGS "cgi3-ebay-billing-accounts-updating\.com" -SecRule HTTP_Referer|ARGS "chadlane\.net" -SecRule HTTP_Referer|ARGS "chaepro\.info" -SecRule HTTP_Referer|ARGS "challiend\.com" -SecRule HTTP_Referer|ARGS "chan-ja\.com" -SecRule HTTP_Referer|ARGS "chan-ta\.com" -SecRule HTTP_Referer|ARGS "chaojinvsheng\.com" -SecRule HTTP_Referer|ARGS "chap8\.com" -SecRule HTTP_Referer|ARGS "charles-bizey\.com" -SecRule HTTP_Referer|ARGS "charlestownsales\.com" -SecRule HTTP_Referer|ARGS "charliegrove\.info" -SecRule HTTP_Referer|ARGS "chasecargocompanyltd\.com" -SecRule HTTP_Referer|ARGS "cheaperbetter\.info" -SecRule HTTP_Referer|ARGS "cheaphealthsite\.com" -SecRule HTTP_Referer|ARGS "cheappricing\.com" -SecRule HTTP_Referer|ARGS "cheapwatchez\.net" -SecRule HTTP_Referer|ARGS "checkingmarkets\.com" -SecRule HTTP_Referer|ARGS "checkrefinance\.com" -SecRule HTTP_Referer|ARGS "cheesier\.net" -SecRule HTTP_Referer|ARGS "chemistry-of-love\.biz" -SecRule HTTP_Referer|ARGS "chemistry-of-love\.net" -SecRule HTTP_Referer|ARGS "chestiest\.net" -SecRule HTTP_Referer|ARGS "chieftan\.net" -SecRule HTTP_Referer|ARGS "chinchicks\.info" -SecRule HTTP_Referer|ARGS "chinese-viagra\.com" -SecRule HTTP_Referer|ARGS "chipblank\.com" -SecRule HTTP_Referer|ARGS "chmielj\.org" -SecRule HTTP_Referer|ARGS "choosesupportenterprises\.com" -SecRule HTTP_Referer|ARGS "chrysippus\.com" -SecRule HTTP_Referer|ARGS "chrysurus\.net" -SecRule HTTP_Referer|ARGS "chshayef\.com" -SecRule HTTP_Referer|ARGS "chstmmtg\.com" -SecRule HTTP_Referer|ARGS "ci-block\.com" -SecRule HTTP_Referer|ARGS "cialka\.com" -SecRule HTTP_Referer|ARGS "cihewymo\.com" -SecRule HTTP_Referer|ARGS "ciliform\.com" -SecRule HTTP_Referer|ARGS "citibankplc-uk\.net" -SecRule HTTP_Referer|ARGS "citrusmailmarketing\.com" -SecRule HTTP_Referer|ARGS "citytrustbankworld\.com" -SecRule HTTP_Referer|ARGS "ckfinger\.com" -SecRule HTTP_Referer|ARGS "cklonket\.com" -SecRule HTTP_Referer|ARGS "cl988\.cn" -SecRule HTTP_Referer|ARGS "cl988\.com" -SecRule HTTP_Referer|ARGS "cl988\.net" -SecRule HTTP_Referer|ARGS "cl988\.org" -SecRule HTTP_Referer|ARGS "claim-winningnotification-promogames\.com" -SecRule HTTP_Referer|ARGS "clambering\.com" -SecRule HTTP_Referer|ARGS "cleaningbabes\.info" -SecRule HTTP_Referer|ARGS "cleftrighthandleading\.com" -SecRule HTTP_Referer|ARGS "cleralerar\.com" -SecRule HTTP_Referer|ARGS "cleverbuyz0\.com" -SecRule HTTP_Referer|ARGS "clickandtag\.com" -SecRule HTTP_Referer|ARGS "clickforalldeals\.com" -SecRule HTTP_Referer|ARGS "client-1bsmsend\.com" -SecRule HTTP_Referer|ARGS "client-2bsmsend\.com" -SecRule HTTP_Referer|ARGS "client-3bsmsend\.com" -SecRule HTTP_Referer|ARGS "clientswinnersnotification\.com" -SecRule HTTP_Referer|ARGS "clke\.com" -SecRule HTTP_Referer|ARGS "closetbabes\.info" -SecRule HTTP_Referer|ARGS "cloudberrymailer\.com" -SecRule HTTP_Referer|ARGS "clubcamila\.info" -SecRule HTTP_Referer|ARGS "clubsimona\.info" -SecRule HTTP_Referer|ARGS "cludorsaf\.com" -SecRule HTTP_Referer|ARGS "cmagicbox\.com" -SecRule HTTP_Referer|ARGS "cnaciec\.net" -SecRule HTTP_Referer|ARGS "cnbwatches\.com" -SecRule HTTP_Referer|ARGS "cncbx\.info" -SecRule HTTP_Referer|ARGS "cndreamer\.com" -SecRule HTTP_Referer|ARGS "co3usc\.com" -SecRule HTTP_Referer|ARGS "cobaltblueenterprises\.com" -SecRule HTTP_Referer|ARGS "coccis\.net" -SecRule HTTP_Referer|ARGS "coforabith\.com" -SecRule HTTP_Referer|ARGS "cofywuhimiki\.com" -SecRule HTTP_Referer|ARGS "cogeon\.info" -SecRule HTTP_Referer|ARGS "cognizotent\.com" -SecRule HTTP_Referer|ARGS "cogoth\.info" -SecRule HTTP_Referer|ARGS "cogozyzatiky\.info" -SecRule HTTP_Referer|ARGS "coherently\.net" -SecRule HTTP_Referer|ARGS "coinfishing\.com" -SecRule HTTP_Referer|ARGS "cole-adams\.com" -SecRule HTTP_Referer|ARGS "com-ws-ilislpall-dll\.com" -SecRule HTTP_Referer|ARGS "com-ws-llisipalli-dll\.com" -SecRule HTTP_Referer|ARGS "comcasti\.com" -SecRule HTTP_Referer|ARGS "comchalliend\.com" -SecRule HTTP_Referer|ARGS "come-date-me\.com" -SecRule HTTP_Referer|ARGS "comegetsome\.biz" -SecRule HTTP_Referer|ARGS "comeoverthere\.com" -SecRule HTTP_Referer|ARGS "commercialplaza\.net" -SecRule HTTP_Referer|ARGS "commhidphns\.com" -SecRule HTTP_Referer|ARGS "commission-nig\.com" -SecRule HTTP_Referer|ARGS "compensates\.us" -SecRule HTTP_Referer|ARGS "confirmpaypals\.com" -SecRule HTTP_Referer|ARGS "congrategnant\.com" -SecRule HTTP_Referer|ARGS "conithmoni\.com" -SecRule HTTP_Referer|ARGS "connectwrap\.com" -SecRule HTTP_Referer|ARGS "conroled\.com" -SecRule HTTP_Referer|ARGS "consumings\.net" -SecRule HTTP_Referer|ARGS "contactsite\.net" -SecRule HTTP_Referer|ARGS "contemple\.info" -SecRule HTTP_Referer|ARGS "contractor2k\.com" -SecRule HTTP_Referer|ARGS "contracttrade\.com" -SecRule HTTP_Referer|ARGS "controlledgraphics\.com" -SecRule HTTP_Referer|ARGS "contuses\.com" -SecRule HTTP_Referer|ARGS "conuterimp\.com" -SecRule HTTP_Referer|ARGS "coolklogs\.com" -SecRule HTTP_Referer|ARGS "coolstuffemails\.com" -SecRule HTTP_Referer|ARGS "coolteenzzz\.info" -SecRule HTTP_Referer|ARGS "coolthinkings\.com" -SecRule HTTP_Referer|ARGS "coolwebthings\.net" -SecRule HTTP_Referer|ARGS "cooperstowndeals\.com" -SecRule HTTP_Referer|ARGS "cooslx\.com" -SecRule HTTP_Referer|ARGS "copoxaluloji\.com" -SecRule HTTP_Referer|ARGS "corepleasure\.com" -SecRule HTTP_Referer|ARGS "corillito\.com" -SecRule HTTP_Referer|ARGS "cornier\.net" -SecRule HTTP_Referer|ARGS "counenefrastruc\.com" -SecRule HTTP_Referer|ARGS "countink\.com" -SecRule HTTP_Referer|ARGS "countryma\.com" -SecRule HTTP_Referer|ARGS "couponstump\.com" -SecRule HTTP_Referer|ARGS "craer\.info" -SecRule HTTP_Referer|ARGS "craigthepostie\.com" -SecRule HTTP_Referer|ARGS "cranberrymailer\.com" -SecRule HTTP_Referer|ARGS "cratestingleamerican\.com" -SecRule HTTP_Referer|ARGS "crazeeshopperz\.info" -SecRule HTTP_Referer|ARGS "crazy-mall\.net" -SecRule HTTP_Referer|ARGS "crazybargainz\.com" -SecRule HTTP_Referer|ARGS "crazydollarz\.com" -SecRule HTTP_Referer|ARGS "crazyreduceddeals\.com" -SecRule HTTP_Referer|ARGS "creativeplayerinc\.net" -SecRule HTTP_Referer|ARGS "creativeplayerinc\.org" -SecRule HTTP_Referer|ARGS "crehistoref\.com" -SecRule HTTP_Referer|ARGS "creoleskentons\.com" -SecRule HTTP_Referer|ARGS "crewstudents\.com" -SecRule HTTP_Referer|ARGS "crocheted\.net" -SecRule HTTP_Referer|ARGS "crowsnestviews\.com" -SecRule HTTP_Referer|ARGS "cruis3\.com" -SecRule HTTP_Referer|ARGS "cruis3\.net" -SecRule HTTP_Referer|ARGS "culinaryheadquarters\.com" -SecRule HTTP_Referer|ARGS "culinaryqacentral\.com" -SecRule HTTP_Referer|ARGS "curantmailer\.com" -SecRule HTTP_Referer|ARGS "curbishoreprod\.com" -SecRule HTTP_Referer|ARGS "curding\.net" -SecRule HTTP_Referer|ARGS "customdcomputers\.com" -SecRule HTTP_Referer|ARGS "customerdigest\.com" -SecRule HTTP_Referer|ARGS "custrew2\.com" -SecRule HTTP_Referer|ARGS "cutebabepics\.com" -SecRule HTTP_Referer|ARGS "cvb23ra\.com" -SecRule HTTP_Referer|ARGS "cvetolaoranser\.biz" -SecRule HTTP_Referer|ARGS "cxvb21\.com" -SecRule HTTP_Referer|ARGS "cyber-sweetie\.net" -SecRule HTTP_Referer|ARGS "cyhasibuzy\.com" -SecRule HTTP_Referer|ARGS "cyjucetu\.com" -SecRule HTTP_Referer|ARGS "cyzykeqotepe\.com" -SecRule HTTP_Referer|ARGS "dalastpayment\.com" -SecRule HTTP_Referer|ARGS "dandrentra\.com" -SecRule HTTP_Referer|ARGS "danehyqyputo\.com" -SecRule HTTP_Referer|ARGS "danskferie\.net" -SecRule HTTP_Referer|ARGS "date-nice-girls\.com" -SecRule HTTP_Referer|ARGS "datejyxerifi\.com" -SecRule HTTP_Referer|ARGS "datingdarlings\.com" -SecRule HTTP_Referer|ARGS "datingfouryou\.com" -SecRule HTTP_Referer|ARGS "david22\.com" -SecRule HTTP_Referer|ARGS "dayanaa\.info" -SecRule HTTP_Referer|ARGS "dayour\.info" -SecRule HTTP_Referer|ARGS "dayzz\.info" -SecRule HTTP_Referer|ARGS "dazzlingnewsmile\.com" -SecRule HTTP_Referer|ARGS "dcbatchelorparty\.com" -SecRule HTTP_Referer|ARGS "dclenterprises\.com" -SecRule HTTP_Referer|ARGS "ddingxiangg\.com" -SecRule HTTP_Referer|ARGS "de-crescendo\.com" -SecRule HTTP_Referer|ARGS "dealofalifetime\.info" -SecRule HTTP_Referer|ARGS "dealsdealsdeals\.info" -SecRule HTTP_Referer|ARGS "dealsdrop\.com" -SecRule HTTP_Referer|ARGS "dealzdealzdealz\.info" -SecRule HTTP_Referer|ARGS "dealzforyou\.info" -SecRule HTTP_Referer|ARGS "deanok\.com" -SecRule HTTP_Referer|ARGS "debragast\.info" -SecRule HTTP_Referer|ARGS "decendine\.com" -SecRule HTTP_Referer|ARGS "decession\.net" -SecRule HTTP_Referer|ARGS "decgloves\.com" -SecRule HTTP_Referer|ARGS "dedafofadoxu\.com" -SecRule HTTP_Referer|ARGS "deels-source\.com" -SecRule HTTP_Referer|ARGS "deepwebsonar\.com" -SecRule HTTP_Referer|ARGS "defeater\.net" -SecRule HTTP_Referer|ARGS "deflapsescorp\.com" -SecRule HTTP_Referer|ARGS "delamenaystersfo\.biz" -SecRule HTTP_Referer|ARGS "delfelder\.org" -SecRule HTTP_Referer|ARGS "delightedw\.org" -SecRule HTTP_Referer|ARGS "delineloom\.com" -SecRule HTTP_Referer|ARGS "deliveronew\.com" -SecRule HTTP_Referer|ARGS "delphiniggled\.com" -SecRule HTTP_Referer|ARGS "dentromil\.com" -SecRule HTTP_Referer|ARGS "design-holiday\.com" -SecRule HTTP_Referer|ARGS "designed-holiday\.com" -SecRule HTTP_Referer|ARGS "designmirror\.com" -SecRule HTTP_Referer|ARGS "designs-in-motion\.com" -SecRule HTTP_Referer|ARGS "detilebilit\.com" -SecRule HTTP_Referer|ARGS "deutcshe-bank\.com" -SecRule HTTP_Referer|ARGS "deutsche-ebank\.com" -SecRule HTTP_Referer|ARGS "df2bh3\.com" -SecRule HTTP_Referer|ARGS "dffgloves\.com" -SecRule HTTP_Referer|ARGS "dfga2\.com" -SecRule HTTP_Referer|ARGS "dfgh3c\.com" -SecRule HTTP_Referer|ARGS "dgshedmanhf\.com" -SecRule HTTP_Referer|ARGS "dialamazon\.info" -SecRule HTTP_Referer|ARGS "diggingdawg\.com" -SecRule HTTP_Referer|ARGS "digitalbluechipbay\.com" -SecRule HTTP_Referer|ARGS "digitalbluechipview\.com" -SecRule HTTP_Referer|ARGS "digitalwadeline\.com" -SecRule HTTP_Referer|ARGS "diloxi\.com" -SecRule HTTP_Referer|ARGS "dimeadozen3\.com" -SecRule HTTP_Referer|ARGS "directadvertisingsolutions\.com" -SecRule HTTP_Referer|ARGS "directbuysolutions\.com" -SecRule HTTP_Referer|ARGS "dirtyactions\.com" -SecRule HTTP_Referer|ARGS "disarolitic\.com" -SecRule HTTP_Referer|ARGS "discountedmerchindise\.com" -SecRule HTTP_Referer|ARGS "discountticketsnet\.com" -SecRule HTTP_Referer|ARGS "disetalbot\.com" -SecRule HTTP_Referer|ARGS "disowning\.net" -SecRule HTTP_Referer|ARGS "ditlandis\.com" -SecRule HTTP_Referer|ARGS "diversiontechnology\.com" -SecRule HTTP_Referer|ARGS "dksbaikianfl\.com" -SecRule HTTP_Referer|ARGS "dlsoftnow\.com" -SecRule HTTP_Referer|ARGS "dlsoftnow\.net" -SecRule HTTP_Referer|ARGS "dmshaiti\.com" -SecRule HTTP_Referer|ARGS "dns-redir\.com" -SecRule HTTP_Referer|ARGS "doctorrxonline\.com" -SecRule HTTP_Referer|ARGS "dogdayfight\.com" -SecRule HTTP_Referer|ARGS "dolnb\.com" -SecRule HTTP_Referer|ARGS "domesticmailincentive\.net" -SecRule HTTP_Referer|ARGS "domesticmailing\.net" -SecRule HTTP_Referer|ARGS "domesticmaillisting\.net" -SecRule HTTP_Referer|ARGS "domesticmailmall\.net" -SecRule HTTP_Referer|ARGS "dominowef\.com" -SecRule HTTP_Referer|ARGS "domys\.info" -SecRule HTTP_Referer|ARGS "dongbucable\.net" -SecRule HTTP_Referer|ARGS "donitikuci\.com" -SecRule HTTP_Referer|ARGS "donotbeafraidofwater\.net" -SecRule HTTP_Referer|ARGS "donskojh\.net" -SecRule HTTP_Referer|ARGS "dorfelite\.info" -SecRule HTTP_Referer|ARGS "doughinadvance\.com" -SecRule HTTP_Referer|ARGS "douglaszone\.net" -SecRule HTTP_Referer|ARGS "downoint\.com" -SecRule HTTP_Referer|ARGS "drachenbali\.com" -SecRule HTTP_Referer|ARGS "dramurns\.com" -SecRule HTTP_Referer|ARGS "dreamersofthegood\.com" -SecRule HTTP_Referer|ARGS "dreamthegood\.com" -SecRule HTTP_Referer|ARGS "drgnboat\.com" -SecRule HTTP_Referer|ARGS "dropn4u\.com" -SecRule HTTP_Referer|ARGS "drsophialoren\.com" -SecRule HTTP_Referer|ARGS "drumbethron\.com" -SecRule HTTP_Referer|ARGS "drunkenpixiepie\.com" -SecRule HTTP_Referer|ARGS "ducatiart\.com" -SecRule HTTP_Referer|ARGS "duse\.info" -SecRule HTTP_Referer|ARGS "duskiness\.com" -SecRule HTTP_Referer|ARGS "duskiness\.net" -SecRule HTTP_Referer|ARGS "duzewutohe\.info" -SecRule HTTP_Referer|ARGS "dvdsitcoms\.com" -SecRule HTTP_Referer|ARGS "dvdstorm\.info" -SecRule HTTP_Referer|ARGS "dwindlefeaver\.com" -SecRule HTTP_Referer|ARGS "dxicorp\.com" -SecRule HTTP_Referer|ARGS "e-frankmaduchambers\.com" -SecRule HTTP_Referer|ARGS "e-greeks\.net" -SecRule HTTP_Referer|ARGS "e-media-solutions\.co\.uk" -SecRule HTTP_Referer|ARGS "e-mrktg-net\.net" -SecRule HTTP_Referer|ARGS "e-net77\.com" -SecRule HTTP_Referer|ARGS "e-refinancings\.net" -SecRule HTTP_Referer|ARGS "e131\.com" -SecRule HTTP_Referer|ARGS "e140\.com" -SecRule HTTP_Referer|ARGS "e161\.com" -SecRule HTTP_Referer|ARGS "eaglesurf\.com" -SecRule HTTP_Referer|ARGS "eameri\.info" -SecRule HTTP_Referer|ARGS "earlisorning\.com" -SecRule HTTP_Referer|ARGS "earnyourshape\.com" -SecRule HTTP_Referer|ARGS "easewinonline\.com" -SecRule HTTP_Referer|ARGS "easterncurioshangai\.net" -SecRule HTTP_Referer|ARGS "eastonequity\.com" -SecRule HTTP_Referer|ARGS "easy2fuck\.com" -SecRule HTTP_Referer|ARGS "easylittlejob\.net" -SecRule HTTP_Referer|ARGS "easypctuition\.com" -SecRule HTTP_Referer|ARGS "easyquote\.info" -SecRule HTTP_Referer|ARGS "eatmytoenails\.com" -SecRule HTTP_Referer|ARGS "eaunglossyim\.com" -SecRule HTTP_Referer|ARGS "ebike-world\.com" -SecRule HTTP_Referer|ARGS "ebonyhairstore\.com" -SecRule HTTP_Referer|ARGS "ebooks-500\.com" -SecRule HTTP_Referer|ARGS "ebuddylist\.com" -SecRule HTTP_Referer|ARGS "echistrionnh\.com" -SecRule HTTP_Referer|ARGS "ed11vancedwanow45right\.com" -SecRule HTTP_Referer|ARGS "editdisk\.info" -SecRule HTTP_Referer|ARGS "edv17ancedwanow45right\.com" -SecRule HTTP_Referer|ARGS "edva15ncedwanow45right\.com" -SecRule HTTP_Referer|ARGS "edva3ncedwanow45right\.com" -SecRule HTTP_Referer|ARGS "edvan1ce19dwanow4right\.com" -SecRule HTTP_Referer|ARGS "edvan1cedwanow4right\.com" -SecRule HTTP_Referer|ARGS "edvan5cedwanow45right\.com" -SecRule HTTP_Referer|ARGS "edvan7cedwanow45right\.com" -SecRule HTTP_Referer|ARGS "edvan9cedwanow45right\.com" -SecRule HTTP_Referer|ARGS "edvance14dwanow45right\.com" -SecRule HTTP_Referer|ARGS "edvanced16wanow45right\.com" -SecRule HTTP_Referer|ARGS "edvancedwa10now45right\.com" -SecRule HTTP_Referer|ARGS "edvancedwa6now45right\.com" -SecRule HTTP_Referer|ARGS "edvancedwan13ow45right\.com" -SecRule HTTP_Referer|ARGS "edvancedwan8ow45right\.com" -SecRule HTTP_Referer|ARGS "edvancedwanow0018right\.com" -SecRule HTTP_Referer|ARGS "edvancedwanow1245right\.com" -SecRule HTTP_Referer|ARGS "edvancedwanow42right\.com" -SecRule HTTP_Referer|ARGS "edvancedwanow45right\.com" -SecRule HTTP_Referer|ARGS "edvdonline\.com" -SecRule HTTP_Referer|ARGS "efficacies\.net" -SecRule HTTP_Referer|ARGS "eforcitycorp\.com" -SecRule HTTP_Referer|ARGS "egolfadvergame\.net" -SecRule HTTP_Referer|ARGS "egrandgroup\.com" -SecRule HTTP_Referer|ARGS "eimediainc\.com" -SecRule HTTP_Referer|ARGS "eisabus\.com" -SecRule HTTP_Referer|ARGS "ekcar\.info" -SecRule HTTP_Referer|ARGS "elderberrymailer\.com" -SecRule HTTP_Referer|ARGS "ellendalecityq\.com" -SecRule HTTP_Referer|ARGS "ellenneel\.info" -SecRule HTTP_Referer|ARGS "elsehry\.com" -SecRule HTTP_Referer|ARGS "elstonavecorp\.com" -SecRule HTTP_Referer|ARGS "emark-jordan\.com" -SecRule HTTP_Referer|ARGS "emifd\.info" -SecRule HTTP_Referer|ARGS "emiliofeijoo\.com" -SecRule HTTP_Referer|ARGS "emisaviban\.com" -SecRule HTTP_Referer|ARGS "emlakgazetesi\.net" -SecRule HTTP_Referer|ARGS "emmwoyd\.com" -SecRule HTTP_Referer|ARGS "emorgage-finder\.com" -SecRule HTTP_Referer|ARGS "empirespecialty\.com" -SecRule HTTP_Referer|ARGS "empiricalmediaonline-pages\.com" -SecRule HTTP_Referer|ARGS "empiricalmediaonline\.com" -SecRule HTTP_Referer|ARGS "enabledmail\.net" -SecRule HTTP_Referer|ARGS "enactment\.net" -SecRule HTTP_Referer|ARGS "enjoyromance\.net" -SecRule HTTP_Referer|ARGS "enormetom\.com" -SecRule HTTP_Referer|ARGS "eoffercentral\.com" -SecRule HTTP_Referer|ARGS "ep\.sh\.cn" -SecRule HTTP_Referer|ARGS "epe6\.com" -SecRule HTTP_Referer|ARGS "epokersecrets\.com" -SecRule HTTP_Referer|ARGS "equityunionbank\.com" -SecRule HTTP_Referer|ARGS "erasera\.info" -SecRule HTTP_Referer|ARGS "erdfthysxmtf\.com" -SecRule HTTP_Referer|ARGS "erefinanceonline\.com" -SecRule HTTP_Referer|ARGS "ergd23\.com" -SecRule HTTP_Referer|ARGS "ergem\.info" -SecRule HTTP_Referer|ARGS "erghdc\.com" -SecRule HTTP_Referer|ARGS "eros-matching\.com" -SecRule HTTP_Referer|ARGS "erviesemb\.com" -SecRule HTTP_Referer|ARGS "erzzo\.info" -SecRule HTTP_Referer|ARGS "escrowus\.net" -SecRule HTTP_Referer|ARGS "esecurepostal\.com" -SecRule HTTP_Referer|ARGS "eshopping4all\.com" -SecRule HTTP_Referer|ARGS "esolutions-email\.net" -SecRule HTTP_Referer|ARGS "esolutions-online\.net" -SecRule HTTP_Referer|ARGS "estentific\.com" -SecRule HTTP_Referer|ARGS "esurveyclub\.com" -SecRule HTTP_Referer|ARGS "ethtren\.com" -SecRule HTTP_Referer|ARGS "etimersbow\.com" -SecRule HTTP_Referer|ARGS "etruite\.com" -SecRule HTTP_Referer|ARGS "euowvd\.com" -SecRule HTTP_Referer|ARGS "eurointonline\.com" -SecRule HTTP_Referer|ARGS "eurooffshorefinance\.org" -SecRule HTTP_Referer|ARGS "european2005\.com" -SecRule HTTP_Referer|ARGS "euv-cgi\.us" -SecRule HTTP_Referer|ARGS "evaget\.info" -SecRule HTTP_Referer|ARGS "eventosprofesionales\.com" -SecRule HTTP_Referer|ARGS "evril\.info" -SecRule HTTP_Referer|ARGS "evrsupport\.com" -SecRule HTTP_Referer|ARGS "ewinnerspage\.com" -SecRule HTTP_Referer|ARGS "excelbabes\.info" -SecRule HTTP_Referer|ARGS "excellcorp\.com" -SecRule HTTP_Referer|ARGS "exceptionalmailcenters\.net" -SecRule HTTP_Referer|ARGS "exceptionalmailincentive\.net" -SecRule HTTP_Referer|ARGS "exceptionalmailings\.net" -SecRule HTTP_Referer|ARGS "exceptionalmailreward\.com" -SecRule HTTP_Referer|ARGS "exceptionalmailreward\.net" -SecRule HTTP_Referer|ARGS "exceptionalpurchases\.net" -SecRule HTTP_Referer|ARGS "exclusivemallorcaproperties\.com" -SecRule HTTP_Referer|ARGS "exetinaby\.com" -SecRule HTTP_Referer|ARGS "exitedq\.us" -SecRule HTTP_Referer|ARGS "exmentis\.net" -SecRule HTTP_Referer|ARGS "exoringip\.com" -SecRule HTTP_Referer|ARGS "expansionarte\.com" -SecRule HTTP_Referer|ARGS "expert-loan\.com" -SecRule HTTP_Referer|ARGS "exploretomorow\.com" -SecRule HTTP_Referer|ARGS "expressneed\.com" -SecRule HTTP_Referer|ARGS "expressrow\.com" -SecRule HTTP_Referer|ARGS "extremesuccessformula\.com" -SecRule HTTP_Referer|ARGS "exuded\.net" -SecRule HTTP_Referer|ARGS "ezewatch\.net" -SecRule HTTP_Referer|ARGS "ezgirlwatches\.net" -SecRule HTTP_Referer|ARGS "ezl0an\.com" -SecRule HTTP_Referer|ARGS "fabricandtextile\.com" -SecRule HTTP_Referer|ARGS "facoramileqegu\.net" -SecRule HTTP_Referer|ARGS "faeldantas\.com" -SecRule HTTP_Referer|ARGS "falepeac\.com" -SecRule HTTP_Referer|ARGS "fallinlovin\.net" -SecRule HTTP_Referer|ARGS "familyhelpnow\.com" -SecRule HTTP_Referer|ARGS "fanecimi\.com" -SecRule HTTP_Referer|ARGS "fapugypuqiqa\.com" -SecRule HTTP_Referer|ARGS "farristownship\.us" -SecRule HTTP_Referer|ARGS "fastate\.com" -SecRule HTTP_Referer|ARGS "fastfood4free\.com" -SecRule HTTP_Referer|ARGS "fastjag\.info" -SecRule HTTP_Referer|ARGS "fastmoney-corp\.com" -SecRule HTTP_Referer|ARGS "fastmoney-corp\.net" -SecRule HTTP_Referer|ARGS "fastmoney4utoday\.com" -SecRule HTTP_Referer|ARGS "fastunn\.com" -SecRule HTTP_Referer|ARGS "fathummathum\.com" -SecRule HTTP_Referer|ARGS "fatnormal\.info" -SecRule HTTP_Referer|ARGS "fawntarkel1\.com" -SecRule HTTP_Referer|ARGS "fbsotomotiv\.com" -SecRule HTTP_Referer|ARGS "fearendshere\.com" -SecRule HTTP_Referer|ARGS "featuredgallery\.net" -SecRule HTTP_Referer|ARGS "fei163\.com" -SecRule HTTP_Referer|ARGS "felad\.info" -SecRule HTTP_Referer|ARGS "felttable35\.net" -SecRule HTTP_Referer|ARGS "femidonald\.com" -SecRule HTTP_Referer|ARGS "ferrymen\.net" -SecRule HTTP_Referer|ARGS "fertiler\.info" -SecRule HTTP_Referer|ARGS "fetty1\.net" -SecRule HTTP_Referer|ARGS "fevewiwoqo\.com" -SecRule HTTP_Referer|ARGS "fevityru\.com" -SecRule HTTP_Referer|ARGS "fhjruu\.com" -SecRule HTTP_Referer|ARGS "fiatv\.info" -SecRule HTTP_Referer|ARGS "fiduciarydepartment\.com" -SecRule HTTP_Referer|ARGS "fieryelephants\.com" -SecRule HTTP_Referer|ARGS "fightinamish\.org" -SecRule HTTP_Referer|ARGS "filawowo\.com" -SecRule HTTP_Referer|ARGS "filefarmer\.com" -SecRule HTTP_Referer|ARGS "filemaker-solutions\.org" -SecRule HTTP_Referer|ARGS "filmlaw\.org" -SecRule HTTP_Referer|ARGS "filmmagic\.net" -SecRule HTTP_Referer|ARGS "finalpayer\.com" -SecRule HTTP_Referer|ARGS "finance-corporation\.com" -SecRule HTTP_Referer|ARGS "finanztipp\.org" -SecRule HTTP_Referer|ARGS "finatus\.org" -SecRule HTTP_Referer|ARGS "findalat\.com" -SecRule HTTP_Referer|ARGS "finderr\.info" -SecRule HTTP_Referer|ARGS "findheadz\.org" -SecRule HTTP_Referer|ARGS "findmyl0an\.org" -SecRule HTTP_Referer|ARGS "fingersong\.com" -SecRule HTTP_Referer|ARGS "finkort\.com" -SecRule HTTP_Referer|ARGS "firethethief\.com" -SecRule HTTP_Referer|ARGS "first-mort\.com" -SecRule HTTP_Referer|ARGS "first-mort\.net" -SecRule HTTP_Referer|ARGS "firsteprot\.com" -SecRule HTTP_Referer|ARGS "firstmeds\.org" -SecRule HTTP_Referer|ARGS "firststephelp\.com" -SecRule HTTP_Referer|ARGS "firststephelp\.net" -SecRule HTTP_Referer|ARGS "firsttimediners\.com" -SecRule HTTP_Referer|ARGS "fishinginfo\.org" -SecRule HTTP_Referer|ARGS "fisusurrnb\.com" -SecRule HTTP_Referer|ARGS "fiwapopiwy\.info" -SecRule HTTP_Referer|ARGS "fiwyvoqypy\.biz" -SecRule HTTP_Referer|ARGS "fix3\.info" -SecRule HTTP_Referer|ARGS "flakbasket\.com" -SecRule HTTP_Referer|ARGS "flanagan2\.net" -SecRule HTTP_Referer|ARGS "flashlender\.com" -SecRule HTTP_Referer|ARGS "flaz\.org" -SecRule HTTP_Referer|ARGS "flexilireed\.com" -SecRule HTTP_Referer|ARGS "flightsimulatorhangar\.net" -SecRule HTTP_Referer|ARGS "floridatownship\.net" -SecRule HTTP_Referer|ARGS "flossiestcongregational\.com" -SecRule HTTP_Referer|ARGS "fluxaustralia\.com" -SecRule HTTP_Referer|ARGS "flyerstradegroup\.com" -SecRule HTTP_Referer|ARGS "fodk\.info" -SecRule HTTP_Referer|ARGS "fojixyxu\.com" -SecRule HTTP_Referer|ARGS "fokatydyzo\.com" -SecRule HTTP_Referer|ARGS "fonizoxyki\.com" -SecRule HTTP_Referer|ARGS "foolimberz\.com" -SecRule HTTP_Referer|ARGS "foothillsneighborhood\.com" -SecRule HTTP_Referer|ARGS "foralllife\.com" -SecRule HTTP_Referer|ARGS "fordantiz\.com" -SecRule HTTP_Referer|ARGS "formula-of-love\.biz" -SecRule HTTP_Referer|ARGS "forof\.info" -SecRule HTTP_Referer|ARGS "forthelosers\.com" -SecRule HTTP_Referer|ARGS "fparker\.net" -SecRule HTTP_Referer|ARGS "fppdf\.com" -SecRule HTTP_Referer|ARGS "franczyza\.com" -SecRule HTTP_Referer|ARGS "franksfitnesstips\.com" -SecRule HTTP_Referer|ARGS "frankstower\.com" -SecRule HTTP_Referer|ARGS "free-info1\.net" -SecRule HTTP_Referer|ARGS "freeandfun\.info" -SecRule HTTP_Referer|ARGS "freeaqua\.info" -SecRule HTTP_Referer|ARGS "freedesignersatchel\.com" -SecRule HTTP_Referer|ARGS "freegiftcardonline\.com" -SecRule HTTP_Referer|ARGS "freetechltd\.com" -SecRule HTTP_Referer|ARGS "freetrialhgh\.com" -SecRule HTTP_Referer|ARGS "frellodes\.com" -SecRule HTTP_Referer|ARGS "fresh-messages\.com" -SecRule HTTP_Referer|ARGS "freshcornam\.com" -SecRule HTTP_Referer|ARGS "fristchairman\.com" -SecRule HTTP_Referer|ARGS "fristinterview\.com" -SecRule HTTP_Referer|ARGS "frozennames\.net" -SecRule HTTP_Referer|ARGS "fstl0ans\.net" -SecRule HTTP_Referer|ARGS "fugh\.net" -SecRule HTTP_Referer|ARGS "fullydistributedsystems\.com" -SecRule HTTP_Referer|ARGS "fun-love\.net" -SecRule HTTP_Referer|ARGS "fundamentalweb\.com" -SecRule HTTP_Referer|ARGS "funkyplayer\.net" -SecRule HTTP_Referer|ARGS "funtimesahead\.net" -SecRule HTTP_Referer|ARGS "funtoshopnow\.info" -SecRule HTTP_Referer|ARGS "funtoshopusa\.info" -SecRule HTTP_Referer|ARGS "fuqarate\.com" -SecRule HTTP_Referer|ARGS "furuno-print\.com" -SecRule HTTP_Referer|ARGS "fusywylizidiva\.biz" -SecRule HTTP_Referer|ARGS "futuwerecent\.com" -SecRule HTTP_Referer|ARGS "fv3\.info" -SecRule HTTP_Referer|ARGS "fweh\.com" -SecRule HTTP_Referer|ARGS "fybabyko\.biz" -SecRule HTTP_Referer|ARGS "fygonibodi\.com" -SecRule HTTP_Referer|ARGS "fysal\.info" -SecRule HTTP_Referer|ARGS "g-bsmlolahost\.com" -SecRule HTTP_Referer|ARGS "gabian\.org" -SecRule HTTP_Referer|ARGS "galrtpr\.com" -SecRule HTTP_Referer|ARGS "galtods\.com" -SecRule HTTP_Referer|ARGS "gambl3s\.com" -SecRule HTTP_Referer|ARGS "gambra\.com" -SecRule HTTP_Referer|ARGS "gapetkinfn\.com" -SecRule HTTP_Referer|ARGS "gardentrowels\.com" -SecRule HTTP_Referer|ARGS "garew\.info" -SecRule HTTP_Referer|ARGS "garnasyd\.com" -SecRule HTTP_Referer|ARGS "gaveduda\.com" -SecRule HTTP_Referer|ARGS "gdekarandegae\.biz" -SecRule HTTP_Referer|ARGS "geenow\.info" -SecRule HTTP_Referer|ARGS "gefid\.info" -SecRule HTTP_Referer|ARGS "gemack\.net" -SecRule HTTP_Referer|ARGS "genagows\.com" -SecRule HTTP_Referer|ARGS "genieinbottle\.com" -SecRule HTTP_Referer|ARGS "genocare\.info" -SecRule HTTP_Referer|ARGS "genosbiz\.com" -SecRule HTTP_Referer|ARGS "gepi6\.com" -SecRule HTTP_Referer|ARGS "gequqyqolo\.biz" -SecRule HTTP_Referer|ARGS "geresylatutuco\.com" -SecRule HTTP_Referer|ARGS "geriana\.com" -SecRule HTTP_Referer|ARGS "germinally\.com" -SecRule HTTP_Referer|ARGS "get-me-now\.com" -SecRule HTTP_Referer|ARGS "getawaydea1s\.biz" -SecRule HTTP_Referer|ARGS "getawayhotspots\.com" -SecRule HTTP_Referer|ARGS "getgreatbuysonmeds\.com" -SecRule HTTP_Referer|ARGS "getrateslessnow\.com" -SecRule HTTP_Referer|ARGS "getthebestof\.info" -SecRule HTTP_Referer|ARGS "geturstuffdone\.com" -SecRule HTTP_Referer|ARGS "getvisitors4less\.com" -SecRule HTTP_Referer|ARGS "ghboxboardcm\.com" -SecRule HTTP_Referer|ARGS "ghiciflex\.com" -SecRule HTTP_Referer|ARGS "giddies\.com" -SecRule HTTP_Referer|ARGS "gifadser\.com" -SecRule HTTP_Referer|ARGS "gifadser\.net" -SecRule HTTP_Referer|ARGS "gifserad\.com" -SecRule HTTP_Referer|ARGS "gifserad\.net" -SecRule HTTP_Referer|ARGS "gigglinggals\.com" -SecRule HTTP_Referer|ARGS "giglioisolotto\.net" -SecRule HTTP_Referer|ARGS "gimaservicesnc\.com" -SecRule HTTP_Referer|ARGS "gingermailer\.com" -SecRule HTTP_Referer|ARGS "giqwa\.com" -SecRule HTTP_Referer|ARGS "gir8\.com" -SecRule HTTP_Referer|ARGS "girlschicks\.info" -SecRule HTTP_Referer|ARGS "girlsinyourarea\.com" -SecRule HTTP_Referer|ARGS "gkcnd\.com" -SecRule HTTP_Referer|ARGS "glad888\.com" -SecRule HTTP_Referer|ARGS "gladdest\.net" -SecRule HTTP_Referer|ARGS "glasstape\.info" -SecRule HTTP_Referer|ARGS "glicex\.com" -SecRule HTTP_Referer|ARGS "global-calls\.net" -SecRule HTTP_Referer|ARGS "globalproducts4-sale\.com" -SecRule HTTP_Referer|ARGS "globlmx\.com" -SecRule HTTP_Referer|ARGS "glrsad\.com" -SecRule HTTP_Referer|ARGS "gm-trade\.us" -SecRule HTTP_Referer|ARGS "go2refi\.net" -SecRule HTTP_Referer|ARGS "goafy\.info" -SecRule HTTP_Referer|ARGS "gonym\.info" -SecRule HTTP_Referer|ARGS "good2click\.com" -SecRule HTTP_Referer|ARGS "goodfoodstock\.com" -SecRule HTTP_Referer|ARGS "goodlookinghchicks\.info" -SecRule HTTP_Referer|ARGS "goodpointstoo\.com" -SecRule HTTP_Referer|ARGS "goodprodss\.com" -SecRule HTTP_Referer|ARGS "goodreplicaz\.com" -SecRule HTTP_Referer|ARGS "gooseberrymailer\.com" -SecRule HTTP_Referer|ARGS "goplewbure2\.com" -SecRule HTTP_Referer|ARGS "gornikiewicz\.us" -SecRule HTTP_Referer|ARGS "govsund\.com" -SecRule HTTP_Referer|ARGS "gr0ov3s\.net" -SecRule HTTP_Referer|ARGS "gr33ts\.com" -SecRule HTTP_Referer|ARGS "gr33ts\.net" -SecRule HTTP_Referer|ARGS "gr8class4u\.com" -SecRule HTTP_Referer|ARGS "gr8deal4unow\.com" -SecRule HTTP_Referer|ARGS "gr8grabs\.net" -SecRule HTTP_Referer|ARGS "gra1n\.com" -SecRule HTTP_Referer|ARGS "gra1n\.net" -SecRule HTTP_Referer|ARGS "gra1ns\.com" -SecRule HTTP_Referer|ARGS "gra1ns\.net" -SecRule HTTP_Referer|ARGS "grace765mark\.com" -SecRule HTTP_Referer|ARGS "grandlandtree\.com" -SecRule HTTP_Referer|ARGS "grandwadelinelink\.com" -SecRule HTTP_Referer|ARGS "grang3\.net" -SecRule HTTP_Referer|ARGS "grap3\.com" -SecRule HTTP_Referer|ARGS "grapefruitmailer\.com" -SecRule HTTP_Referer|ARGS "great-newz8\.com" -SecRule HTTP_Referer|ARGS "greatbluechipview\.com" -SecRule HTTP_Referer|ARGS "greatpillsline\.info" -SecRule HTTP_Referer|ARGS "greatron\.info" -SecRule HTTP_Referer|ARGS "greatstuffnews\.com" -SecRule HTTP_Referer|ARGS "green-agrotech\.com" -SecRule HTTP_Referer|ARGS "greenfrankscorp\.com" -SecRule HTTP_Referer|ARGS "gregwonbut\.info" -SecRule HTTP_Referer|ARGS "gro0ve\.net" -SecRule HTTP_Referer|ARGS "gro0ves\.net" -SecRule HTTP_Referer|ARGS "groov3s\.com" -SecRule HTTP_Referer|ARGS "groov3s\.net" -SecRule HTTP_Referer|ARGS "grosanune\.com" -SecRule HTTP_Referer|ARGS "groupwrap\.com" -SecRule HTTP_Referer|ARGS "grudgingly\.net" -SecRule HTTP_Referer|ARGS "grushx\.com" -SecRule HTTP_Referer|ARGS "gtfs-limited\.com" -SecRule HTTP_Referer|ARGS "guarneri2\.com" -SecRule HTTP_Referer|ARGS "guavamailer\.com" -SecRule HTTP_Referer|ARGS "guayabosbarrio\.biz" -SecRule HTTP_Referer|ARGS "guburuwedi\.com" -SecRule HTTP_Referer|ARGS "guhykeli\.com" -SecRule HTTP_Referer|ARGS "guite\.info" -SecRule HTTP_Referer|ARGS "gujerati\.info" -SecRule HTTP_Referer|ARGS "gunrose\.info" -SecRule HTTP_Referer|ARGS "gutturally\.com" -SecRule HTTP_Referer|ARGS "guzylehy\.com" -SecRule HTTP_Referer|ARGS "gymixera\.com" -SecRule HTTP_Referer|ARGS "gzcore\.com" -SecRule HTTP_Referer|ARGS "h0lds\.com" -SecRule HTTP_Referer|ARGS "h0lds\.net" -SecRule HTTP_Referer|ARGS "hackberrymailer\.com" -SecRule HTTP_Referer|ARGS "hafefisefami\.info" -SecRule HTTP_Referer|ARGS "haftorah\.net" -SecRule HTTP_Referer|ARGS "hagy\.info" -SecRule HTTP_Referer|ARGS "haksdhkas\.com" -SecRule HTTP_Referer|ARGS "hallmon\.biz" -SecRule HTTP_Referer|ARGS "hao8\.net\.cn" -SecRule HTTP_Referer|ARGS "hardmilkmaid\.biz" -SecRule HTTP_Referer|ARGS "harryc\.org" -SecRule HTTP_Referer|ARGS "hatadujunyzaha\.com" -SecRule HTTP_Referer|ARGS "havelockinvest\.com" -SecRule HTTP_Referer|ARGS "havetacy\.com" -SecRule HTTP_Referer|ARGS "hayab\.info" -SecRule HTTP_Referer|ARGS "hbwieuiwer\.net" -SecRule HTTP_Referer|ARGS "hcomite\.com" -SecRule HTTP_Referer|ARGS "health-castle\.com" -SecRule HTTP_Referer|ARGS "healthcentralmedical\.com" -SecRule HTTP_Referer|ARGS "healthdepotmeds\.com" -SecRule HTTP_Referer|ARGS "healthforyourmeds\.com" -SecRule HTTP_Referer|ARGS "healthisgoodmeds\.com" -SecRule HTTP_Referer|ARGS "healthmegastoremedical\.com" -SecRule HTTP_Referer|ARGS "healthseekweb\.com" -SecRule HTTP_Referer|ARGS "hearthenside\.com" -SecRule HTTP_Referer|ARGS "heavensdrive\.net" -SecRule HTTP_Referer|ARGS "hebycabyky\.com" -SecRule HTTP_Referer|ARGS "hendersonbiz\.net" -SecRule HTTP_Referer|ARGS "henogeny\.info" -SecRule HTTP_Referer|ARGS "heralbum\.info" -SecRule HTTP_Referer|ARGS "herndondeals\.com" -SecRule HTTP_Referer|ARGS "herneu\.com" -SecRule HTTP_Referer|ARGS "hf2shj\.info" -SecRule HTTP_Referer|ARGS "hicleprif\.com" -SecRule HTTP_Referer|ARGS "hiddenbabes\.info" -SecRule HTTP_Referer|ARGS "hiendwebdesign\.com" -SecRule HTTP_Referer|ARGS "highbluechiptool\.com" -SecRule HTTP_Referer|ARGS "highbluechipwade\.com" -SecRule HTTP_Referer|ARGS "highildsupal\.com" -SecRule HTTP_Referer|ARGS "hilejepufocy\.com" -SecRule HTTP_Referer|ARGS "hj1sss\.info" -SecRule HTTP_Referer|ARGS "hkimpexpcoy\.com" -SecRule HTTP_Referer|ARGS "hkrr\.org" -SecRule HTTP_Referer|ARGS "hloe\.info" -SecRule HTTP_Referer|ARGS "hogicazyka\.info" -SecRule HTTP_Referer|ARGS "hogwartsbr\.net" -SecRule HTTP_Referer|ARGS "holafish\.com" -SecRule HTTP_Referer|ARGS "holea\.info" -SecRule HTTP_Referer|ARGS "holiday-bonanza\.com" -SecRule HTTP_Referer|ARGS "home123biz\.info" -SecRule HTTP_Referer|ARGS "home456biz\.info" -SecRule HTTP_Referer|ARGS "home789biz\.info" -SecRule HTTP_Referer|ARGS "homefuels\.net" -SecRule HTTP_Referer|ARGS "homes03\.com" -SecRule HTTP_Referer|ARGS "hondapromotions\.com" -SecRule HTTP_Referer|ARGS "honeydewmailer\.com" -SecRule HTTP_Referer|ARGS "hongjingtian\.net" -SecRule HTTP_Referer|ARGS "hoodedness\.net" -SecRule HTTP_Referer|ARGS "hookup-with-locals\.com" -SecRule HTTP_Referer|ARGS "hookupwithlocals\.com" -SecRule HTTP_Referer|ARGS "hookupwithlocals\.net" -SecRule HTTP_Referer|ARGS "hooppimp\.com" -SecRule HTTP_Referer|ARGS "horeledy\.info" -SecRule HTTP_Referer|ARGS "horne37\.com" -SecRule HTTP_Referer|ARGS "hornydrugs\.biz" -SecRule HTTP_Referer|ARGS "hostbilisim\.net" -SecRule HTTP_Referer|ARGS "hostflow\.info" -SecRule HTTP_Referer|ARGS "hot-12asdasd1241\.info" -SecRule HTTP_Referer|ARGS "hot-nights-now\.com" -SecRule HTTP_Referer|ARGS "hot123123girls\.info" -SecRule HTTP_Referer|ARGS "hot124124chicks\.info" -SecRule HTTP_Referer|ARGS "hotasdasd124\.info" -SecRule HTTP_Referer|ARGS "hotchinchicks\.info" -SecRule HTTP_Referer|ARGS "hoteleljardincr\.com" -SecRule HTTP_Referer|ARGS "hotmalii\.com" -SecRule HTTP_Referer|ARGS "hotonlinechicks\.info" -SecRule HTTP_Referer|ARGS "hottacosandbuns\.info" -SecRule HTTP_Referer|ARGS "hotttybabes\.info" -SecRule HTTP_Referer|ARGS "hottylookers\.info" -SecRule HTTP_Referer|ARGS "housination\.com" -SecRule HTTP_Referer|ARGS "hovisunyciraqa\.org" -SecRule HTTP_Referer|ARGS "hqsdha12412\.info" -SecRule HTTP_Referer|ARGS "hrmmmm\.com" -SecRule HTTP_Referer|ARGS "hrmmmm\.net" -SecRule HTTP_Referer|ARGS "huahuizs\.com" -SecRule HTTP_Referer|ARGS "huckleberrymailer\.com" -SecRule HTTP_Referer|ARGS "hukefyrele\.com" -SecRule HTTP_Referer|ARGS "humbugging\.com" -SecRule HTTP_Referer|ARGS "hunchoe\.info" -SecRule HTTP_Referer|ARGS "hungariafd\.com" -SecRule HTTP_Referer|ARGS "hunyraducine\.com" -SecRule HTTP_Referer|ARGS "huqimoxyjame\.com" -SecRule HTTP_Referer|ARGS "huxeqoberomiso\.com" -SecRule HTTP_Referer|ARGS "hvbbh\.com" -SecRule HTTP_Referer|ARGS "hymosports\.com" -SecRule HTTP_Referer|ARGS "hyrotecve\.com" -SecRule HTTP_Referer|ARGS "hyvoceka\.info" -SecRule HTTP_Referer|ARGS "hztzf\.com" -SecRule HTTP_Referer|ARGS "i-globalproductsinc\.info" -SecRule HTTP_Referer|ARGS "ibbk\.net" -SecRule HTTP_Referer|ARGS "ibdiscovery\.com" -SecRule HTTP_Referer|ARGS "ibliz\.info" -SecRule HTTP_Referer|ARGS "icecreamruntoday\.net" -SecRule HTTP_Referer|ARGS "idase\.info" -SecRule HTTP_Referer|ARGS "ideagoldminebiz\.com" -SecRule HTTP_Referer|ARGS "ifexprogramme\.com" -SecRule HTTP_Referer|ARGS "ifsd-company\.com" -SecRule HTTP_Referer|ARGS "igestosib\.com" -SecRule HTTP_Referer|ARGS "ihomi\.info" -SecRule HTTP_Referer|ARGS "ijeol\.info" -SecRule HTTP_Referer|ARGS "ikaika68\.com" -SecRule HTTP_Referer|ARGS "ilautaol\.info" -SecRule HTTP_Referer|ARGS "ilibrensumasz\.biz" -SecRule HTTP_Referer|ARGS "ilsaninfo\.com" -SecRule HTTP_Referer|ARGS "iltimnam\.info" -SecRule HTTP_Referer|ARGS "imagesbyaz\.com" -SecRule HTTP_Referer|ARGS "imgig\.info" -SecRule HTTP_Referer|ARGS "imissyouluna\.com" -SecRule HTTP_Referer|ARGS "imsnetworks\.net" -SecRule HTTP_Referer|ARGS "inanacce\.com" -SecRule HTTP_Referer|ARGS "inbiwroc\.info" -SecRule HTTP_Referer|ARGS "incnetd\.com" -SecRule HTTP_Referer|ARGS "indeweum\.info" -SecRule HTTP_Referer|ARGS "indicejural\.com" -SecRule HTTP_Referer|ARGS "industrial7\.com" -SecRule HTTP_Referer|ARGS "infarucor\.com" -SecRule HTTP_Referer|ARGS "infojj\.com" -SecRule HTTP_Referer|ARGS "inforule\.info" -SecRule HTTP_Referer|ARGS "inkeon\.info" -SecRule HTTP_Referer|ARGS "inoharei\.info" -SecRule HTTP_Referer|ARGS "insta-save\.net" -SecRule HTTP_Referer|ARGS "insureyourpen\.com" -SecRule HTTP_Referer|ARGS "inswept\.com" -SecRule HTTP_Referer|ARGS "inswept\.net" -SecRule HTTP_Referer|ARGS "integraloutlets\.com" -SecRule HTTP_Referer|ARGS "intelligentstar\.com" -SecRule HTTP_Referer|ARGS "interelektropromo\.org" -SecRule HTTP_Referer|ARGS "intermed-corp\.org" -SecRule HTTP_Referer|ARGS "international-awarddept\.com" -SecRule HTTP_Referer|ARGS "international-cargo-express\.com" -SecRule HTTP_Referer|ARGS "internetinterier\.com" -SecRule HTTP_Referer|ARGS "intherhythm\.com" -SecRule HTTP_Referer|ARGS "iooos\.us" -SecRule HTTP_Referer|ARGS "iownhimor\.com" -SecRule HTTP_Referer|ARGS "ipjymasa\.info" -SecRule HTTP_Referer|ARGS "ipoon\.info" -SecRule HTTP_Referer|ARGS "iquwn\.info" -SecRule HTTP_Referer|ARGS "ireuntyg\.info" -SecRule HTTP_Referer|ARGS "irutcasd\.info" -SecRule HTTP_Referer|ARGS "isaturday\.net" -SecRule HTTP_Referer|ARGS "isawitgr8now\.com" -SecRule HTTP_Referer|ARGS "isnetdesign\.com" -SecRule HTTP_Referer|ARGS "isthatkilbasaorwhat\.com" -SecRule HTTP_Referer|ARGS "italianglass\.net" -SecRule HTTP_Referer|ARGS "itappeditandletitgo\.com" -SecRule HTTP_Referer|ARGS "itsfuntoshop\.info" -SecRule HTTP_Referer|ARGS "itsveryeasy\.net" -SecRule HTTP_Referer|ARGS "iwinnersweb\.com" -SecRule HTTP_Referer|ARGS "jach4\.com" -SecRule HTTP_Referer|ARGS "jackpot-mail1\.com" -SecRule HTTP_Referer|ARGS "jackpot-mail2\.com" -SecRule HTTP_Referer|ARGS "jagifaxylyki\.com" -SecRule HTTP_Referer|ARGS "jakartamail\.net" -SecRule HTTP_Referer|ARGS "james-coker\.net" -SecRule HTTP_Referer|ARGS "japanisfareast\.net" -SecRule HTTP_Referer|ARGS "jassensrareaudiovisualexperience\.net" -SecRule HTTP_Referer|ARGS "jave9\.com" -SecRule HTTP_Referer|ARGS "jcnelson\.net" -SecRule HTTP_Referer|ARGS "jda21asd\.info" -SecRule HTTP_Referer|ARGS "jedizone\.info" -SecRule HTTP_Referer|ARGS "jejunal\.net" -SecRule HTTP_Referer|ARGS "jekapusemugi\.org" -SecRule HTTP_Referer|ARGS "jenniferplas\.com" -SecRule HTTP_Referer|ARGS "jepagowo\.info" -SecRule HTTP_Referer|ARGS "jessewalsh\.com" -SecRule HTTP_Referer|ARGS "jetkeeper\.com" -SecRule HTTP_Referer|ARGS "jignamer\.net" -SecRule HTTP_Referer|ARGS "jigynivu\.net" -SecRule HTTP_Referer|ARGS "jimjahmj\.com" -SecRule HTTP_Referer|ARGS "jnelsonhollow\.com" -SecRule HTTP_Referer|ARGS "jo-taxi\.com" -SecRule HTTP_Referer|ARGS "job4germans\.com" -SecRule HTTP_Referer|ARGS "jobglad\.net" -SecRule HTTP_Referer|ARGS "joehanna\.info" -SecRule HTTP_Referer|ARGS "joeki\.info" -SecRule HTTP_Referer|ARGS "johnlambertyh\.net" -SecRule HTTP_Referer|ARGS "joincafe\.com" -SecRule HTTP_Referer|ARGS "jojefaxeso\.info" -SecRule HTTP_Referer|ARGS "jokebueno\.com" -SecRule HTTP_Referer|ARGS "jollyjerky\.com" -SecRule HTTP_Referer|ARGS "jometallurgical\.com" -SecRule HTTP_Referer|ARGS "jorexuqi\.com" -SecRule HTTP_Referer|ARGS "jotypitogaxe\.com" -SecRule HTTP_Referer|ARGS "jovicugabe\.org" -SecRule HTTP_Referer|ARGS "jpowemc\.biz" -SecRule HTTP_Referer|ARGS "jqpas\.net" -SecRule HTTP_Referer|ARGS "jschoolfellow\.com" -SecRule HTTP_Referer|ARGS "jshd8\.com" -SecRule HTTP_Referer|ARGS "judybupufi\.com" -SecRule HTTP_Referer|ARGS "juhynoxapypula\.com" -SecRule HTTP_Referer|ARGS "juicycherry\.info" -SecRule HTTP_Referer|ARGS "juqijenipugo\.com" -SecRule HTTP_Referer|ARGS "just-say-wow\.com" -SecRule HTTP_Referer|ARGS "just15minute\.com" -SecRule HTTP_Referer|ARGS "justare\.info" -SecRule HTTP_Referer|ARGS "justbakeme\.com" -SecRule HTTP_Referer|ARGS "justhotgirls\.net" -SecRule HTTP_Referer|ARGS "justinform\.biz" -SecRule HTTP_Referer|ARGS "justsupersize\.com" -SecRule HTTP_Referer|ARGS "jutatiwe\.com" -SecRule HTTP_Referer|ARGS "jvlworldofproducts\.com" -SecRule HTTP_Referer|ARGS "jyjutetymixa\.com" -SecRule HTTP_Referer|ARGS "jywipazusuge\.com" -SecRule HTTP_Referer|ARGS "jzhao2005\.com" -SecRule HTTP_Referer|ARGS "ka83m\.info" -SecRule HTTP_Referer|ARGS "kahyhewony\.com" -SecRule HTTP_Referer|ARGS "kakivsenejas\.biz" -SecRule HTTP_Referer|ARGS "kalipurayath\.net" -SecRule HTTP_Referer|ARGS "kamegamoridr\.com" -SecRule HTTP_Referer|ARGS "kameri\.info" -SecRule HTTP_Referer|ARGS "kapital-platz\.com" -SecRule HTTP_Referer|ARGS "karamba\.biz" -SecRule HTTP_Referer|ARGS "kaspita\.net" -SecRule HTTP_Referer|ARGS "katoriru\.com" -SecRule HTTP_Referer|ARGS "kavuduva\.com" -SecRule HTTP_Referer|ARGS "kdistrict7\.org" -SecRule HTTP_Referer|ARGS "kelixin\.net" -SecRule HTTP_Referer|ARGS "kenanyucesoy\.net" -SecRule HTTP_Referer|ARGS "kennpayoffski\.com" -SecRule HTTP_Referer|ARGS "kenwilliamsfortgroup\.net" -SecRule HTTP_Referer|ARGS "keqyxofaxatulo\.com" -SecRule HTTP_Referer|ARGS "keviclec\.com" -SecRule HTTP_Referer|ARGS "keypadlight\.com" -SecRule HTTP_Referer|ARGS "kihiryli\.com" -SecRule HTTP_Referer|ARGS "kilaservaferz\.biz" -SecRule HTTP_Referer|ARGS "kindenergy\.info" -SecRule HTTP_Referer|ARGS "kinkytee\.info" -SecRule HTTP_Referer|ARGS "kinnight\.info" -SecRule HTTP_Referer|ARGS "kirillavroved\.com" -SecRule HTTP_Referer|ARGS "kissback\.info" -SecRule HTTP_Referer|ARGS "kissforeverband\.com" -SecRule HTTP_Referer|ARGS "kiuhfkiuw\.net" -SecRule HTTP_Referer|ARGS "klesueur\.com" -SecRule HTTP_Referer|ARGS "kleyheoh\.info" -SecRule HTTP_Referer|ARGS "kodila\.com" -SecRule HTTP_Referer|ARGS "koscielniak\.net" -SecRule HTTP_Referer|ARGS "krakors\.net" -SecRule HTTP_Referer|ARGS "kretomusta\.info" -SecRule HTTP_Referer|ARGS "ksijdfkjshdf\.net" -SecRule HTTP_Referer|ARGS "ktgjru\.com" -SecRule HTTP_Referer|ARGS "kucahydy\.com" -SecRule HTTP_Referer|ARGS "kujlkresrtfrt\.net" -SecRule HTTP_Referer|ARGS "kunst-in-glas\.com" -SecRule HTTP_Referer|ARGS "kwudfiuwge\.net" -SecRule HTTP_Referer|ARGS "kylicumoxo\.com" -SecRule HTTP_Referer|ARGS "kyliesxxxplace\.com" -SecRule HTTP_Referer|ARGS "kzmmx\.com" -SecRule HTTP_Referer|ARGS "l0v3rs\.com" -SecRule HTTP_Referer|ARGS "l0v3rs\.net" -SecRule HTTP_Referer|ARGS "l0wbankrates\.com" -SecRule HTTP_Referer|ARGS "labint\.net" -SecRule HTTP_Referer|ARGS "lacalle53\.com" -SecRule HTTP_Referer|ARGS "lacaser\.com" -SecRule HTTP_Referer|ARGS "lacemenes\.com" -SecRule HTTP_Referer|ARGS "ladehawogy\.com" -SecRule HTTP_Referer|ARGS "ladnoidemserve\.biz" -SecRule HTTP_Referer|ARGS "lagusohelyvu\.com" -SecRule HTTP_Referer|ARGS "lahleerty\.com" -SecRule HTTP_Referer|ARGS "lajasmunicipio\.com" -SecRule HTTP_Referer|ARGS "lajutyru\.info" -SecRule HTTP_Referer|ARGS "lakdj9\.info" -SecRule HTTP_Referer|ARGS "laminae\.com" -SecRule HTTP_Referer|ARGS "lanckeyi\.com" -SecRule HTTP_Referer|ARGS "lapexpress\.com" -SecRule HTTP_Referer|ARGS "largelung\.com" -SecRule HTTP_Referer|ARGS "lasdertafolikz\.biz" -SecRule HTTP_Referer|ARGS "lasterlyre\.com" -SecRule HTTP_Referer|ARGS "layala\.info" -SecRule HTTP_Referer|ARGS "leaxsona\.info" -SecRule HTTP_Referer|ARGS "leceligeho\.net" -SecRule HTTP_Referer|ARGS "leekung\.com" -SecRule HTTP_Referer|ARGS "leetuck\.info" -SecRule HTTP_Referer|ARGS "legacydevelopment\.net" -SecRule HTTP_Referer|ARGS "leggamoyneangusherds\.com" -SecRule HTTP_Referer|ARGS "leggu\.info" -SecRule HTTP_Referer|ARGS "leisuredj\.biz" -SecRule HTTP_Referer|ARGS "leisurestars\.com" -SecRule HTTP_Referer|ARGS "lemonmailer\.com" -SecRule HTTP_Referer|ARGS "lessratestodayyeah\.com" -SecRule HTTP_Referer|ARGS "letbroker\.info" -SecRule HTTP_Referer|ARGS "leyblubuk\.com" -SecRule HTTP_Referer|ARGS "lheya\.info" -SecRule HTTP_Referer|ARGS "liburevobuno\.com" -SecRule HTTP_Referer|ARGS "lifebestproductss\.com" -SecRule HTTP_Referer|ARGS "lifewayinsurance\.com" -SecRule HTTP_Referer|ARGS "lifti\.info" -SecRule HTTP_Referer|ARGS "lightspeed-media\.com" -SecRule HTTP_Referer|ARGS "lijya\.info" -SecRule HTTP_Referer|ARGS "likewave\.info" -SecRule HTTP_Referer|ARGS "likingmyodds\.info" -SecRule HTTP_Referer|ARGS "lindacrawford\.net" -SecRule HTTP_Referer|ARGS "linebluechippad\.com" -SecRule HTTP_Referer|ARGS "liptonteas\.org" -SecRule HTTP_Referer|ARGS "lisasellsnaples\.net" -SecRule HTTP_Referer|ARGS "lisinengis\.com" -SecRule HTTP_Referer|ARGS "litcheemailer\.com" -SecRule HTTP_Referer|ARGS "littleelsematters\.com" -SecRule HTTP_Referer|ARGS "littlelepreau\.biz" -SecRule HTTP_Referer|ARGS "littleprodsss\.com" -SecRule HTTP_Referer|ARGS "livedear3\.com" -SecRule HTTP_Referer|ARGS "liveseon\.info" -SecRule HTTP_Referer|ARGS "livingz-pix\.com" -SecRule HTTP_Referer|ARGS "liziy\.info" -SecRule HTTP_Referer|ARGS "lkmort\.net" -SecRule HTTP_Referer|ARGS "loancola\.com" -SecRule HTTP_Referer|ARGS "loanira\.com" -SecRule HTTP_Referer|ARGS "loansx-now\.com" -SecRule HTTP_Referer|ARGS "loansx-now\.net" -SecRule HTTP_Referer|ARGS "loanz-your\.com" -SecRule HTTP_Referer|ARGS "loanzloanz\.com" -SecRule HTTP_Referer|ARGS "localbookbuy\.net" -SecRule HTTP_Referer|ARGS "localewatch\.net" -SecRule HTTP_Referer|ARGS "localwatch\.net" -SecRule HTTP_Referer|ARGS "lockedlock\.com" -SecRule HTTP_Referer|ARGS "lockthecar\.com" -SecRule HTTP_Referer|ARGS "lofuroneqi\.com" -SecRule HTTP_Referer|ARGS "logabc\.com" -SecRule HTTP_Referer|ARGS "loginspaypal\.com" -SecRule HTTP_Referer|ARGS "logojidutubene\.com" -SecRule HTTP_Referer|ARGS "logtree\.info" -SecRule HTTP_Referer|ARGS "loiha\.info" -SecRule HTTP_Referer|ARGS "londontraveless\.com" -SecRule HTTP_Referer|ARGS "lonelyroadbooks\.com" -SecRule HTTP_Referer|ARGS "lonemutt\.info" -SecRule HTTP_Referer|ARGS "longherb\.com" -SecRule HTTP_Referer|ARGS "longxing-dg\.com" -SecRule HTTP_Referer|ARGS "lookmyshop\.com" -SecRule HTTP_Referer|ARGS "lookoutmailing\.net" -SecRule HTTP_Referer|ARGS "loope7\.com" -SecRule HTTP_Referer|ARGS "loquatmailer\.com" -SecRule HTTP_Referer|ARGS "losijymizu\.com" -SecRule HTTP_Referer|ARGS "lotsavisitorscheaply\.com" -SecRule HTTP_Referer|ARGS "lotsofpokerrr\.net" -SecRule HTTP_Referer|ARGS "lotssahorez\.info" -SecRule HTTP_Referer|ARGS "lotssawhores\.info" -SecRule HTTP_Referer|ARGS "lotterwinners\.net" -SecRule HTTP_Referer|ARGS "lottsagirls\.info" -SecRule HTTP_Referer|ARGS "love-s0urce\.com" -SecRule HTTP_Referer|ARGS "lovemed\.biz" -SecRule HTTP_Referer|ARGS "lovepills\.biz" -SecRule HTTP_Referer|ARGS "loverockdrugs\.info" -SecRule HTTP_Referer|ARGS "lovetablets\.biz" -SecRule HTTP_Referer|ARGS "lowest-rates-ever\.com" -SecRule HTTP_Referer|ARGS "lowfeenet\.com" -SecRule HTTP_Referer|ARGS "lowlow1refinance\.com" -SecRule HTTP_Referer|ARGS "lownx-now\.com" -SecRule HTTP_Referer|ARGS "lownx-now\.net" -SecRule HTTP_Referer|ARGS "lowpriceplayer\.com" -SecRule HTTP_Referer|ARGS "lowratesmoremoney\.com" -SecRule HTTP_Referer|ARGS "lskflksdfasd\.net" -SecRule HTTP_Referer|ARGS "lubrimil\.com" -SecRule HTTP_Referer|ARGS "lucasober\.com" -SecRule HTTP_Referer|ARGS "luckydayln-uklworld\.com" -SecRule HTTP_Referer|ARGS "luckydayuk\.net" -SecRule HTTP_Referer|ARGS "luckydayukl-2005\.com" -SecRule HTTP_Referer|ARGS "luckydayworlds\.com" -SecRule HTTP_Referer|ARGS "luckydogmagazine\.com" -SecRule HTTP_Referer|ARGS "luzujuna\.com" -SecRule HTTP_Referer|ARGS "lyguwepypemife\.com" -SecRule HTTP_Referer|ARGS "lytynawoje\.com" -SecRule HTTP_Referer|ARGS "lyvicohenyzyza\.net" -SecRule HTTP_Referer|ARGS "macedonsseedling\.com" -SecRule HTTP_Referer|ARGS "macintype\.info" -SecRule HTTP_Referer|ARGS "macquaria\.com" -SecRule HTTP_Referer|ARGS "macroscorp\.com" -SecRule HTTP_Referer|ARGS "madyong\.info" -SecRule HTTP_Referer|ARGS "mafikywaramofu\.com" -SecRule HTTP_Referer|ARGS "mafin\.info" -SecRule HTTP_Referer|ARGS "mafuu\.info" -SecRule HTTP_Referer|ARGS "magnuscanada\.com" -SecRule HTTP_Referer|ARGS "magstack\.com" -SecRule HTTP_Referer|ARGS "mahoganyimages\.net" -SecRule HTTP_Referer|ARGS "mail-list\.us" -SecRule HTTP_Referer|ARGS "mail-online-desk\.com" -SecRule HTTP_Referer|ARGS "mailbrandplus\.com" -SecRule HTTP_Referer|ARGS "maildistributioncenters\.net" -SecRule HTTP_Referer|ARGS "mailrewardscenter\.com" -SecRule HTTP_Referer|ARGS "mailrewardscenter\.net" -SecRule HTTP_Referer|ARGS "mailshoppings\.com" -SecRule HTTP_Referer|ARGS "mailsystemrewards\.net" -SecRule HTTP_Referer|ARGS "mailthatworks\.net" -SecRule HTTP_Referer|ARGS "mailyuen\.com" -SecRule HTTP_Referer|ARGS "mainways\.info" -SecRule HTTP_Referer|ARGS "maitresseflo\.com" -SecRule HTTP_Referer|ARGS "malloycan\.com" -SecRule HTTP_Referer|ARGS "mamamoja\.info" -SecRule HTTP_Referer|ARGS "mangomailer\.com" -SecRule HTTP_Referer|ARGS "mangy\.info" -SecRule HTTP_Referer|ARGS "maniostirs\.info" -SecRule HTTP_Referer|ARGS "manipulable\.info" -SecRule HTTP_Referer|ARGS "mankarolina\.info" -SecRule HTTP_Referer|ARGS "manopoli\.com" -SecRule HTTP_Referer|ARGS "manypills\.biz" -SecRule HTTP_Referer|ARGS "maqikimasu\.info" -SecRule HTTP_Referer|ARGS "marethicle\.com" -SecRule HTTP_Referer|ARGS "marketingande-business\.com" -SecRule HTTP_Referer|ARGS "markplayer\.org" -SecRule HTTP_Referer|ARGS "markyam\.info" -SecRule HTTP_Referer|ARGS "mascleprotrusively\.com" -SecRule HTTP_Referer|ARGS "masritolisae\.biz" -SecRule HTTP_Referer|ARGS "massivewinners\.com" -SecRule HTTP_Referer|ARGS "masterings\.net" -SecRule HTTP_Referer|ARGS "matatachambers\.com" -SecRule HTTP_Referer|ARGS "matilubise\.com" -SecRule HTTP_Referer|ARGS "matiolev\.info" -SecRule HTTP_Referer|ARGS "mattlay\.info" -SecRule HTTP_Referer|ARGS "max-payments\.com" -SecRule HTTP_Referer|ARGS "maxmailer\.net" -SecRule HTTP_Referer|ARGS "maxtennow\.com" -SecRule HTTP_Referer|ARGS "maxxenlarger\.info" -SecRule HTTP_Referer|ARGS "medesend\.com" -SecRule HTTP_Referer|ARGS "medi-place\.com" -SecRule HTTP_Referer|ARGS "meebwn\.com" -SecRule HTTP_Referer|ARGS "meganame\.ru" -SecRule HTTP_Referer|ARGS "megaoem\.com" -SecRule HTTP_Referer|ARGS "melanomakmi\.com" -SecRule HTTP_Referer|ARGS "melnikovnh\.com" -SecRule HTTP_Referer|ARGS "mestir\.info" -SecRule HTTP_Referer|ARGS "mesurpis\.com" -SecRule HTTP_Referer|ARGS "metalist13\.net" -SecRule HTTP_Referer|ARGS "metallurgicaljohn\.com" -SecRule HTTP_Referer|ARGS "metjetblet\.com" -SecRule HTTP_Referer|ARGS "mexadivido\.com" -SecRule HTTP_Referer|ARGS "michealsmith\.net" -SecRule HTTP_Referer|ARGS "midofirstrim\.com" -SecRule HTTP_Referer|ARGS "midwayplayers\.net" -SecRule HTTP_Referer|ARGS "midwayplayers\.org" -SecRule HTTP_Referer|ARGS "miecznikowski\.us" -SecRule HTTP_Referer|ARGS "migirenkofg\.com" -SecRule HTTP_Referer|ARGS "migisisahgaigan\.net" -SecRule HTTP_Referer|ARGS "milbarefin\.com" -SecRule HTTP_Referer|ARGS "milisorast\.com" -SecRule HTTP_Referer|ARGS "milkbrother\.net" -SecRule HTTP_Referer|ARGS "millionetesit\.com" -SecRule HTTP_Referer|ARGS "milliongaming\.com" -SecRule HTTP_Referer|ARGS "millionvote\.info" -SecRule HTTP_Referer|ARGS "millrenee\.info" -SecRule HTTP_Referer|ARGS "miltonericksonsociety\.com" -SecRule HTTP_Referer|ARGS "mim5\.com" -SecRule HTTP_Referer|ARGS "mimiyori\.biz" -SecRule HTTP_Referer|ARGS "mimprovisatori\.com" -SecRule HTTP_Referer|ARGS "mindhorse\.info" -SecRule HTTP_Referer|ARGS "minimediamix\.com" -SecRule HTTP_Referer|ARGS "minstryofhealth\.com" -SecRule HTTP_Referer|ARGS "minuten-galerie\.com" -SecRule HTTP_Referer|ARGS "mitchellenterprises\.net" -SecRule HTTP_Referer|ARGS "mitotic\.net" -SecRule HTTP_Referer|ARGS "mixpics\.info" -SecRule HTTP_Referer|ARGS "mkdyv\.com" -SecRule HTTP_Referer|ARGS "mlleadtracking\.com" -SecRule HTTP_Referer|ARGS "mlmtopgun2\.com" -SecRule HTTP_Referer|ARGS "mlodzianowski\.us" -SecRule HTTP_Referer|ARGS "mobilenetwork-nowmediaplace\.com" -SecRule HTTP_Referer|ARGS "mobnight\.info" -SecRule HTTP_Referer|ARGS "modogogoserowy\.com" -SecRule HTTP_Referer|ARGS "moehi\.info" -SecRule HTTP_Referer|ARGS "mokusexujy\.biz" -SecRule HTTP_Referer|ARGS "molokais\.info" -SecRule HTTP_Referer|ARGS "monodactyl\.com" -SecRule HTTP_Referer|ARGS "monstermailrewards\.net" -SecRule HTTP_Referer|ARGS "montrealstopten\.com" -SecRule HTTP_Referer|ARGS "moonlightin\.info" -SecRule HTTP_Referer|ARGS "morepharmacy\.com" -SecRule HTTP_Referer|ARGS "moretvshows\.com" -SecRule HTTP_Referer|ARGS "morewaysforyou\.com" -SecRule HTTP_Referer|ARGS "motoafs\.com" -SecRule HTTP_Referer|ARGS "motofors\.com" -SecRule HTTP_Referer|ARGS "moutnking\.com" -SecRule HTTP_Referer|ARGS "mp3-playerss\.com" -SecRule HTTP_Referer|ARGS "mp3mp4players\.net" -SecRule HTTP_Referer|ARGS "mp4plllayer\.org" -SecRule HTTP_Referer|ARGS "mrkibaki\.com" -SecRule HTTP_Referer|ARGS "mrsamjackson\.com" -SecRule HTTP_Referer|ARGS "mrskotafamily\.com" -SecRule HTTP_Referer|ARGS "mrsstapels\.com" -SecRule HTTP_Referer|ARGS "mryna\.info" -SecRule HTTP_Referer|ARGS "mttree\.com" -SecRule HTTP_Referer|ARGS "muhawomisigu\.org" -SecRule HTTP_Referer|ARGS "mulamaker\.com" -SecRule HTTP_Referer|ARGS "mulberrymailer\.com" -SecRule HTTP_Referer|ARGS "muloloxycinamo\.com" -SecRule HTTP_Referer|ARGS "mulumba\.org" -SecRule HTTP_Referer|ARGS "mupyrohasiqi\.com" -SecRule HTTP_Referer|ARGS "murisonsglobalhealth\.com" -SecRule HTTP_Referer|ARGS "muruxicizuzyre\.com" -SecRule HTTP_Referer|ARGS "musclemoda\.net" -SecRule HTTP_Referer|ARGS "mustmix\.info" -SecRule HTTP_Referer|ARGS "mutably\.net" -SecRule HTTP_Referer|ARGS "mwnbeverly\.com" -SecRule HTTP_Referer|ARGS "mwncrisp\.com" -SecRule HTTP_Referer|ARGS "mwndelk\.com" -SecRule HTTP_Referer|ARGS "mwndonald\.com" -SecRule HTTP_Referer|ARGS "mwnfriddle\.com" -SecRule HTTP_Referer|ARGS "mwnhoneycutt\.com" -SecRule HTTP_Referer|ARGS "mwnlalor\.com" -SecRule HTTP_Referer|ARGS "mwnpaxton\.com" -SecRule HTTP_Referer|ARGS "my-globalproducts\.info" -SecRule HTTP_Referer|ARGS "my-qoquann\.com" -SecRule HTTP_Referer|ARGS "mybestwatches\.com" -SecRule HTTP_Referer|ARGS "mybestwatches\.net" -SecRule HTTP_Referer|ARGS "mybrde\.info" -SecRule HTTP_Referer|ARGS "myglobalproducts\.info" -SecRule HTTP_Referer|ARGS "myglobalproductsinc\.info" -SecRule HTTP_Referer|ARGS "mygreatproducts4u\.com" -SecRule HTTP_Referer|ARGS "myherequniwego\.com" -SecRule HTTP_Referer|ARGS "myofferpromotions\.com" -SecRule HTTP_Referer|ARGS "mypaypal-secure\.us" -SecRule HTTP_Referer|ARGS "myproducts4sell\.com" -SecRule HTTP_Referer|ARGS "mysoftdeals\.com" -SecRule HTTP_Referer|ARGS "mysolidfuture\.com" -SecRule HTTP_Referer|ARGS "myvisionsbuilder\.com" -SecRule HTTP_Referer|ARGS "n23fwsxx\.com" -SecRule HTTP_Referer|ARGS "n2mort\.net" -SecRule HTTP_Referer|ARGS "n3fwc\.com" -SecRule HTTP_Referer|ARGS "nageu\.info" -SecRule HTTP_Referer|ARGS "namnemmo\.com" -SecRule HTTP_Referer|ARGS "namwatches\.com" -SecRule HTTP_Referer|ARGS "naonalemb\.com" -SecRule HTTP_Referer|ARGS "nashigiropot\.biz" -SecRule HTTP_Referer|ARGS "nashsamoletace\.biz" -SecRule HTTP_Referer|ARGS "nastycable\.info" -SecRule HTTP_Referer|ARGS "natalia-bride\.com" -SecRule HTTP_Referer|ARGS "natalyescort\.info" -SecRule HTTP_Referer|ARGS "natenkocompanylimited\.com" -SecRule HTTP_Referer|ARGS "national-team-winners\.com" -SecRule HTTP_Referer|ARGS "nationalonlinegaming\.org" -SecRule HTTP_Referer|ARGS "nationalwinning\.com" -SecRule HTTP_Referer|ARGS "nationalwinningonline\.com" -SecRule HTTP_Referer|ARGS "nationwideplc\.com" -SecRule HTTP_Referer|ARGS "natjohnsonsproduct\.com" -SecRule HTTP_Referer|ARGS "natolaver\.com" -SecRule HTTP_Referer|ARGS "navinyou\.com" -SecRule HTTP_Referer|ARGS "ncsourcing\.com" -SecRule HTTP_Referer|ARGS "ndnmusic\.net" -SecRule HTTP_Referer|ARGS "nectarinemailer\.com" -SecRule HTTP_Referer|ARGS "nectcontic\.com" -SecRule HTTP_Referer|ARGS "nedaowens\.com" -SecRule HTTP_Referer|ARGS "need-girls\.com" -SecRule HTTP_Referer|ARGS "needlotsmoresleep\.net" -SecRule HTTP_Referer|ARGS "neop-ets\.com" -SecRule HTTP_Referer|ARGS "netloanform\.com" -SecRule HTTP_Referer|ARGS "netloanlink\.com" -SecRule HTTP_Referer|ARGS "nettart\.info" -SecRule HTTP_Referer|ARGS "nettyre\.info" -SecRule HTTP_Referer|ARGS "networkingalpharetta\.com" -SecRule HTTP_Referer|ARGS "networofana\.com" -SecRule HTTP_Referer|ARGS "neue-seiten\.info" -SecRule HTTP_Referer|ARGS "neurophile\.info" -SecRule HTTP_Referer|ARGS "new4you2day\.com" -SecRule HTTP_Referer|ARGS "newbelle\.info" -SecRule HTTP_Referer|ARGS "newbodi-workout\.com" -SecRule HTTP_Referer|ARGS "newcanaanfieldclub\.com" -SecRule HTTP_Referer|ARGS "newhey\.info" -SecRule HTTP_Referer|ARGS "newsnasty\.com" -SecRule HTTP_Referer|ARGS "newspacetosave\.com" -SecRule HTTP_Referer|ARGS "newsthatcounts\.net" -SecRule HTTP_Referer|ARGS "newureqa\.com" -SecRule HTTP_Referer|ARGS "newyorkcityjewishsingles\.net" -SecRule HTTP_Referer|ARGS "ngoziwilliams\.com" -SecRule HTTP_Referer|ARGS "nhinsurance\.net" -SecRule HTTP_Referer|ARGS "nice-diamond\.com" -SecRule HTTP_Referer|ARGS "nicejjang\.com" -SecRule HTTP_Referer|ARGS "nicewatchez\.net" -SecRule HTTP_Referer|ARGS "nicneo\.com" -SecRule HTTP_Referer|ARGS "nighttagoldschool\.net" -SecRule HTTP_Referer|ARGS "nigtimot\.com" -SecRule HTTP_Referer|ARGS "nim2\.com" -SecRule HTTP_Referer|ARGS "nitatugety\.com" -SecRule HTTP_Referer|ARGS "nkiedgfkiuw\.net" -SecRule HTTP_Referer|ARGS "nmchili\.net" -SecRule HTTP_Referer|ARGS "noapricots\.com" -SecRule HTTP_Referer|ARGS "nodatige\.com" -SecRule HTTP_Referer|ARGS "nodoggie\.com" -SecRule HTTP_Referer|ARGS "noeggplant\.com" -SecRule HTTP_Referer|ARGS "nofudge\.com" -SecRule HTTP_Referer|ARGS "noindigo\.com" -SecRule HTTP_Referer|ARGS "nojojida\.com" -SecRule HTTP_Referer|ARGS "nolamps\.com" -SecRule HTTP_Referer|ARGS "nomeatpatties\.com" -SecRule HTTP_Referer|ARGS "nomic\.info" -SecRule HTTP_Referer|ARGS "nomoredebsonyoucreditcard\.info" -SecRule HTTP_Referer|ARGS "nonoqihiwijito\.com" -SecRule HTTP_Referer|ARGS "northlima\.info" -SecRule HTTP_Referer|ARGS "notifyresultsuk\.net" -SecRule HTTP_Referer|ARGS "nounobeg\.com" -SecRule HTTP_Referer|ARGS "nowesans\.com" -SecRule HTTP_Referer|ARGS "nowheyhey\.info" -SecRule HTTP_Referer|ARGS "nowmalderga\.com" -SecRule HTTP_Referer|ARGS "nownowhey\.info" -SecRule HTTP_Referer|ARGS "nowyouhey\.info" -SecRule HTTP_Referer|ARGS "npark821mark\.com" -SecRule HTTP_Referer|ARGS "ntsomenort\.com" -SecRule HTTP_Referer|ARGS "nualeret\.com" -SecRule HTTP_Referer|ARGS "nualetage\.com" -SecRule HTTP_Referer|ARGS "nudauniciopizza\.com" -SecRule HTTP_Referer|ARGS "nuhkledrop\.com" -SecRule HTTP_Referer|ARGS "number1help\.net" -SecRule HTTP_Referer|ARGS "nurseaishalukman\.org" -SecRule HTTP_Referer|ARGS "nursudget\.com" -SecRule HTTP_Referer|ARGS "nusemovofo\.com" -SecRule HTTP_Referer|ARGS "nuvitify\.net" -SecRule HTTP_Referer|ARGS "nwcstle\.com" -SecRule HTTP_Referer|ARGS "nwusacte\.info" -SecRule HTTP_Referer|ARGS "nycjs\.net" -SecRule HTTP_Referer|ARGS "nyladypojejire\.biz" -SecRule HTTP_Referer|ARGS "nymytola\.info" -SecRule HTTP_Referer|ARGS "o0k\.net" -SecRule HTTP_Referer|ARGS "o2mo\.com" -SecRule HTTP_Referer|ARGS "o9sama4\.com" -SecRule HTTP_Referer|ARGS "oberherr\.com" -SecRule HTTP_Referer|ARGS "obermairmj\.net" -SecRule HTTP_Referer|ARGS "obor8\.com" -SecRule HTTP_Referer|ARGS "obzy\.info" -SecRule HTTP_Referer|ARGS "oceanwaterfalls\.com" -SecRule HTTP_Referer|ARGS "odjqm\.com" -SecRule HTTP_Referer|ARGS "odtcg\.com" -SecRule HTTP_Referer|ARGS "oemaugust5\.com" -SecRule HTTP_Referer|ARGS "oemlogo\.com" -SecRule HTTP_Referer|ARGS "oemparadise\.com" -SecRule HTTP_Referer|ARGS "oemsensor\.com" -SecRule HTTP_Referer|ARGS "oemversions\.com" -SecRule HTTP_Referer|ARGS "oetterstone\.com" -SecRule HTTP_Referer|ARGS "offerdelivery\.com" -SecRule HTTP_Referer|ARGS "offerdeliverynetwork\.com" -SecRule HTTP_Referer|ARGS "offerlit\.com" -SecRule HTTP_Referer|ARGS "ofredcoman\.com" -SecRule HTTP_Referer|ARGS "ohena\.info" -SecRule HTTP_Referer|ARGS "oijfvnj\.com" -SecRule HTTP_Referer|ARGS "oldschoolgoodmovie\.net" -SecRule HTTP_Referer|ARGS "olivetreeinc\.com" -SecRule HTTP_Referer|ARGS "omgshesohot\.com" -SecRule HTTP_Referer|ARGS "omgsmokinggirls\.net" -SecRule HTTP_Referer|ARGS "onapattohit\.com" -SecRule HTTP_Referer|ARGS "ondk\.com" -SecRule HTTP_Referer|ARGS "onemoreshot\.info" -SecRule HTTP_Referer|ARGS "onestopspaw\.com" -SecRule HTTP_Referer|ARGS "onlinekontoauthorisation\.com" -SecRule HTTP_Referer|ARGS "onlinemailrewards\.com" -SecRule HTTP_Referer|ARGS "onlinesweepagent\.com" -SecRule HTTP_Referer|ARGS "onlinewebgames\.net" -SecRule HTTP_Referer|ARGS "onlyforyounow\.com" -SecRule HTTP_Referer|ARGS "onsale-recipes\.com" -SecRule HTTP_Referer|ARGS "onthemove4you\.com" -SecRule HTTP_Referer|ARGS "ooik\.com" -SecRule HTTP_Referer|ARGS "oosm\.info" -SecRule HTTP_Referer|ARGS "openinggate1\.com" -SecRule HTTP_Referer|ARGS "opentao\.info" -SecRule HTTP_Referer|ARGS "oplegazin\.com" -SecRule HTTP_Referer|ARGS "oppster\.biz" -SecRule HTTP_Referer|ARGS "opsakoltas\.net" -SecRule HTTP_Referer|ARGS "optimusltd\.info" -SecRule HTTP_Referer|ARGS "optinemails\.org" -SecRule HTTP_Referer|ARGS "optinemailtoday\.biz" -SecRule HTTP_Referer|ARGS "optmazing\.info" -SecRule HTTP_Referer|ARGS "oralcaregums\.com" -SecRule HTTP_Referer|ARGS "orangermanthillness\.com" -SecRule HTTP_Referer|ARGS "orch5\.com" -SecRule HTTP_Referer|ARGS "oregon-exotic-hardwoods\.com" -SecRule HTTP_Referer|ARGS "orgasmm\.net" -SecRule HTTP_Referer|ARGS "orofesonal\.com" -SecRule HTTP_Referer|ARGS "osagopolis\.ru" -SecRule HTTP_Referer|ARGS "oshinfasvlesz\.biz" -SecRule HTTP_Referer|ARGS "osomy\.info" -SecRule HTTP_Referer|ARGS "ourvisionnet\.com" -SecRule HTTP_Referer|ARGS "outarguing\.com" -SecRule HTTP_Referer|ARGS "outcyber\.info" -SecRule HTTP_Referer|ARGS "outrageousmailcenter\.net" -SecRule HTTP_Referer|ARGS "ouys\.com" -SecRule HTTP_Referer|ARGS "overcooke\.com" -SecRule HTTP_Referer|ARGS "overfills\.com" -SecRule HTTP_Referer|ARGS "overtotect\.com" -SecRule HTTP_Referer|ARGS "ovule\.net" -SecRule HTTP_Referer|ARGS "owienlightworld\.net" -SecRule HTTP_Referer|ARGS "owninga\.info" -SecRule HTTP_Referer|ARGS "owochambers\.com" -SecRule HTTP_Referer|ARGS "p17refi\.net" -SecRule HTTP_Referer|ARGS "p2mturkey\.com" -SecRule HTTP_Referer|ARGS "pacificchess\.com" -SecRule HTTP_Referer|ARGS "packetlope\.com" -SecRule HTTP_Referer|ARGS "pacojysego\.com" -SecRule HTTP_Referer|ARGS "pagecanada\.info" -SecRule HTTP_Referer|ARGS "pagehostmaster\.com" -SecRule HTTP_Referer|ARGS "pagovid\.com" -SecRule HTTP_Referer|ARGS "pahug\.info" -SecRule HTTP_Referer|ARGS "painreliefbygreatmeds\.com" -SecRule HTTP_Referer|ARGS "pajezigi\.info" -SecRule HTTP_Referer|ARGS "palmcoastwebdesign\.com" -SecRule HTTP_Referer|ARGS "pamelasite\.info" -SecRule HTTP_Referer|ARGS "panasehu\.com" -SecRule HTTP_Referer|ARGS "panelian\.info" -SecRule HTTP_Referer|ARGS "panels-interactive\.com" -SecRule HTTP_Referer|ARGS "paradertis\.com" -SecRule HTTP_Referer|ARGS "paradiseclick1\.com" -SecRule HTTP_Referer|ARGS "partyintj\.com" -SecRule HTTP_Referer|ARGS "passsurf\.com" -SecRule HTTP_Referer|ARGS "patchier\.com" -SecRule HTTP_Referer|ARGS "pathelen\.info" -SecRule HTTP_Referer|ARGS "pattondearman\.com" -SecRule HTTP_Referer|ARGS "patxi-mar\.com" -SecRule HTTP_Referer|ARGS "pavlinios\.info" -SecRule HTTP_Referer|ARGS "paymentnotification-ukgames\.net" -SecRule HTTP_Referer|ARGS "payoffdawg\.com" -SecRule HTTP_Referer|ARGS "payoleros\.info" -SecRule HTTP_Referer|ARGS "paypal-com-cgi-bin-confirmation-pp784841\.com" -SecRule HTTP_Referer|ARGS "paypal-suport\.com" -SecRule HTTP_Referer|ARGS "paywe\.com" -SecRule HTTP_Referer|ARGS "pazovelifi\.com" -SecRule HTTP_Referer|ARGS "pcssource\.com" -SecRule HTTP_Referer|ARGS "pcwer\.com" -SecRule HTTP_Referer|ARGS "pdj1\.com" -SecRule HTTP_Referer|ARGS "pdx4less\.com" -SecRule HTTP_Referer|ARGS "peanutpredictions\.com" -SecRule HTTP_Referer|ARGS "pefacewezaco\.com" -SecRule HTTP_Referer|ARGS "pekingman\.org" -SecRule HTTP_Referer|ARGS "pendestra\.com" -SecRule HTTP_Referer|ARGS "pendotherod\.com" -SecRule HTTP_Referer|ARGS "pennystwistedweb\.com" -SecRule HTTP_Referer|ARGS "pepipome\.com" -SecRule HTTP_Referer|ARGS "perecawefu\.biz" -SecRule HTTP_Referer|ARGS "peredlojitlger\.biz" -SecRule HTTP_Referer|ARGS "perfectpricesss\.net" -SecRule HTTP_Referer|ARGS "perperkks\.com" -SecRule HTTP_Referer|ARGS "personalsaccess\.com" -SecRule HTTP_Referer|ARGS "perubio\.info" -SecRule HTTP_Referer|ARGS "peterwil\.com" -SecRule HTTP_Referer|ARGS "petiteworks\.com" -SecRule HTTP_Referer|ARGS "pibixyxoli\.com" -SecRule HTTP_Referer|ARGS "piblendit\.com" -SecRule HTTP_Referer|ARGS "pidekijadibuma\.com" -SecRule HTTP_Referer|ARGS "pieromania\.com" -SecRule HTTP_Referer|ARGS "pigskinpimp\.com" -SecRule HTTP_Referer|ARGS "pillsofpassion\.biz" -SecRule HTTP_Referer|ARGS "pimywunami\.com" -SecRule HTTP_Referer|ARGS "pincuderis\.com" -SecRule HTTP_Referer|ARGS "ping-audio\.com" -SecRule HTTP_Referer|ARGS "pinke99\.com" -SecRule HTTP_Referer|ARGS "pinkfloydhu\.net" -SecRule HTTP_Referer|ARGS "pinprickgainly\.com" -SecRule HTTP_Referer|ARGS "pislacesrfezer\.biz" -SecRule HTTP_Referer|ARGS "piznadnunaserva\.biz" -SecRule HTTP_Referer|ARGS "planet-hu\.net" -SecRule HTTP_Referer|ARGS "planet-mail1\.com" -SecRule HTTP_Referer|ARGS "planetainternets\.com" -SecRule HTTP_Referer|ARGS "planetwinningnotification\.org" -SecRule HTTP_Referer|ARGS "plasmasigns\.net" -SecRule HTTP_Referer|ARGS "platinoidperfection\.com" -SecRule HTTP_Referer|ARGS "platinumpix\.net" -SecRule HTTP_Referer|ARGS "playersss\.com" -SecRule HTTP_Referer|ARGS "plewteq\.com" -SecRule HTTP_Referer|ARGS "pliarides\.net" -SecRule HTTP_Referer|ARGS "plizosevaderto\.biz" -SecRule HTTP_Referer|ARGS "pllayernow\.com" -SecRule HTTP_Referer|ARGS "pmingledorff\.org" -SecRule HTTP_Referer|ARGS "point4kid\.com" -SecRule HTTP_Referer|ARGS "poker-check\.com" -SecRule HTTP_Referer|ARGS "poker-unique\.com" -SecRule HTTP_Referer|ARGS "pokersitesgirls\.info" -SecRule HTTP_Referer|ARGS "poledasertgase\.biz" -SecRule HTTP_Referer|ARGS "polisadertgase\.biz" -SecRule HTTP_Referer|ARGS "polivasedberz\.biz" -SecRule HTTP_Referer|ARGS "poluchistesmix\.biz" -SecRule HTTP_Referer|ARGS "popbasic\.com" -SecRule HTTP_Referer|ARGS "porasoviralertaz\.biz" -SecRule HTTP_Referer|ARGS "porshess\.com" -SecRule HTTP_Referer|ARGS "portpanel\.com" -SecRule HTTP_Referer|ARGS "poslechgodirl\.biz" -SecRule HTTP_Referer|ARGS "possclub\.com" -SecRule HTTP_Referer|ARGS "post-cardz\.com" -SecRule HTTP_Referer|ARGS "postal-cafe\.com" -SecRule HTTP_Referer|ARGS "potentialprovider\.com" -SecRule HTTP_Referer|ARGS "powafowe\.com" -SecRule HTTP_Referer|ARGS "powellia\.com" -SecRule HTTP_Referer|ARGS "powerlibra\.com" -SecRule HTTP_Referer|ARGS "poweroffers4u\.com" -SecRule HTTP_Referer|ARGS "poyntinggy\.com" -SecRule HTTP_Referer|ARGS "pp-activation\.net" -SecRule HTTP_Referer|ARGS "pqmort\.net" -SecRule HTTP_Referer|ARGS "pr1es\.com" -SecRule HTTP_Referer|ARGS "pr1es\.net" -SecRule HTTP_Referer|ARGS "praveshgupta\.com" -SecRule HTTP_Referer|ARGS "premierconsultoria\.com" -SecRule HTTP_Referer|ARGS "premiumoffersonline\.com" -SecRule HTTP_Referer|ARGS "premixing\.com" -SecRule HTTP_Referer|ARGS "prenude\.net" -SecRule HTTP_Referer|ARGS "presleymetallurgical\.com" -SecRule HTTP_Referer|ARGS "pressers\.net" -SecRule HTTP_Referer|ARGS "prettyvirgins\.biz" -SecRule HTTP_Referer|ARGS "pricklypeach\.com" -SecRule HTTP_Referer|ARGS "primeawardpromo\.com" -SecRule HTTP_Referer|ARGS "principlesofsavings\.com" -SecRule HTTP_Referer|ARGS "private-link\.info" -SecRule HTTP_Referer|ARGS "private-s0urce\.com" -SecRule HTTP_Referer|ARGS "privateoffshorefund\.com" -SecRule HTTP_Referer|ARGS "privetferasxer\.biz" -SecRule HTTP_Referer|ARGS "processingoffice\.com" -SecRule HTTP_Referer|ARGS "processonline\.net" -SecRule HTTP_Referer|ARGS "prodforyou\.com" -SecRule HTTP_Referer|ARGS "profileupdates\.biz" -SecRule HTTP_Referer|ARGS "promosort\.com" -SecRule HTTP_Referer|ARGS "promptestcherokees\.com" -SecRule HTTP_Referer|ARGS "pronicjkfc\.com" -SecRule HTTP_Referer|ARGS "prorefinance\.com" -SecRule HTTP_Referer|ARGS "prostonaosteve\.biz" -SecRule HTTP_Referer|ARGS "provides\.biz" -SecRule HTTP_Referer|ARGS "psarefi\.net" -SecRule HTTP_Referer|ARGS "psilotumbun\.net" -SecRule HTTP_Referer|ARGS "psoftintlinc\.com" -SecRule HTTP_Referer|ARGS "publiclender\.com" -SecRule HTTP_Referer|ARGS "puchedesion\.com" -SecRule HTTP_Referer|ARGS "puhatema\.com" -SecRule HTTP_Referer|ARGS "pulishanere\.com" -SecRule HTTP_Referer|ARGS "purality\.com" -SecRule HTTP_Referer|ARGS "purcarirf\.net" -SecRule HTTP_Referer|ARGS "putarushonit\.com" -SecRule HTTP_Referer|ARGS "pyffn\.com" -SecRule HTTP_Referer|ARGS "pynakomeny\.info" -SecRule HTTP_Referer|ARGS "pyvyxefo\.com" -SecRule HTTP_Referer|ARGS "qahl\.com" -SecRule HTTP_Referer|ARGS "qamry\.info" -SecRule HTTP_Referer|ARGS "qbks\.com" -SecRule HTTP_Referer|ARGS "qepr\.com" -SecRule HTTP_Referer|ARGS "qidpharmacy\.com" -SecRule HTTP_Referer|ARGS "qimejomi\.info" -SecRule HTTP_Referer|ARGS "qiqiqowiziwore\.info" -SecRule HTTP_Referer|ARGS "qiwyzeci\.com" -SecRule HTTP_Referer|ARGS "qoparifedypi\.com" -SecRule HTTP_Referer|ARGS "qualitypeek\.com" -SecRule HTTP_Referer|ARGS "quance\.net" -SecRule HTTP_Referer|ARGS "quantumemedia-updates\.com" -SecRule HTTP_Referer|ARGS "quasiqueries\.com" -SecRule HTTP_Referer|ARGS "queercheese\.com" -SecRule HTTP_Referer|ARGS "quenteri\.com" -SecRule HTTP_Referer|ARGS "quickvisitorsnow\.com" -SecRule HTTP_Referer|ARGS "quinazquinaz\.com" -SecRule HTTP_Referer|ARGS "quotesdot\.com" -SecRule HTTP_Referer|ARGS "qybiqevoru\.info" -SecRule HTTP_Referer|ARGS "qyguxylymijaxi\.com" -SecRule HTTP_Referer|ARGS "qyxaqykaxife\.com" -SecRule HTTP_Referer|ARGS "qyzatiboba\.org" -SecRule HTTP_Referer|ARGS "r22refi\.net" -SecRule HTTP_Referer|ARGS "radiantmailcenters\.net" -SecRule HTTP_Referer|ARGS "radionumber\.info" -SecRule HTTP_Referer|ARGS "radiorumba\.fm" -SecRule HTTP_Referer|ARGS "raffadantas\.com" -SecRule HTTP_Referer|ARGS "rainiswet\.info" -SecRule HTTP_Referer|ARGS "rainparadise\.info" -SecRule HTTP_Referer|ARGS "rainscarescars\.net" -SecRule HTTP_Referer|ARGS "raise10\.com" -SecRule HTTP_Referer|ARGS "rajufajeva\.com" -SecRule HTTP_Referer|ARGS "rappedapps\.com" -SecRule HTTP_Referer|ARGS "rarufawupifo\.com" -SecRule HTTP_Referer|ARGS "rbcon\.info" -SecRule HTTP_Referer|ARGS "rbprkes\.info" -SecRule HTTP_Referer|ARGS "rdrsby\.com" -SecRule HTTP_Referer|ARGS "re2n\.com" -SecRule HTTP_Referer|ARGS "realmarketads\.com" -SecRule HTTP_Referer|ARGS "realmat\.com" -SecRule HTTP_Referer|ARGS "realpriceshop\.net" -SecRule HTTP_Referer|ARGS "realtimemktg2\.com" -SecRule HTTP_Referer|ARGS "reascends\.net" -SecRule HTTP_Referer|ARGS "reasserts\.info" -SecRule HTTP_Referer|ARGS "recemypumu\.com" -SecRule HTTP_Referer|ARGS "recipesandmore\.net" -SecRule HTTP_Referer|ARGS "redblueyoudo\.com" -SecRule HTTP_Referer|ARGS "redcfg3\.com" -SecRule HTTP_Referer|ARGS "redcfg4\.com" -SecRule HTTP_Referer|ARGS "redefer\.info" -SecRule HTTP_Referer|ARGS "redstrikeforce\.com" -SecRule HTTP_Referer|ARGS "redtalud\.com" -SecRule HTTP_Referer|ARGS "redyqucy\.com" -SecRule HTTP_Referer|ARGS "reel-fun\.com" -SecRule HTTP_Referer|ARGS "reeldollars\.com" -SecRule HTTP_Referer|ARGS "refinancefire\.com" -SecRule HTTP_Referer|ARGS "refinancefrom\.com" -SecRule HTTP_Referer|ARGS "refinanceisez\.com" -SecRule HTTP_Referer|ARGS "refinasite902\.com" -SecRule HTTP_Referer|ARGS "refinowal2\.com" -SecRule HTTP_Referer|ARGS "refnowsaiap\.com" -SecRule HTTP_Referer|ARGS "refreshingpoolsofwater\.net" -SecRule HTTP_Referer|ARGS "regionalalert\.net" -SecRule HTTP_Referer|ARGS "regionalmailcenter\.net" -SecRule HTTP_Referer|ARGS "regionwatch\.net" -SecRule HTTP_Referer|ARGS "relaiblerep\.com" -SecRule HTTP_Referer|ARGS "releasez\.com" -SecRule HTTP_Referer|ARGS "relishazine\.com" -SecRule HTTP_Referer|ARGS "remiand\.com" -SecRule HTTP_Referer|ARGS "renoracer\.com" -SecRule HTTP_Referer|ARGS "rep-liberia\.com" -SecRule HTTP_Referer|ARGS "replicabargainbasement\.com" -SecRule HTTP_Referer|ARGS "reships\.net" -SecRule HTTP_Referer|ARGS "respondersnet\.net" -SecRule HTTP_Referer|ARGS "restoninvesting\.com" -SecRule HTTP_Referer|ARGS "resumetric\.com" -SecRule HTTP_Referer|ARGS "revealment\.com" -SecRule HTTP_Referer|ARGS "revealment\.net" -SecRule HTTP_Referer|ARGS "revforse\.com" -SecRule HTTP_Referer|ARGS "rextora\.info" -SecRule HTTP_Referer|ARGS "rfznet\.com" -SecRule HTTP_Referer|ARGS "rg-line\.com" -SecRule HTTP_Referer|ARGS "rgluk\.net" -SecRule HTTP_Referer|ARGS "rhmgexpand\.com" -SecRule HTTP_Referer|ARGS "rhodecereals\.com" -SecRule HTTP_Referer|ARGS "riamenteit\.com" -SecRule HTTP_Referer|ARGS "ricandream\.com" -SecRule HTTP_Referer|ARGS "richburgccd\.org" -SecRule HTTP_Referer|ARGS "richsam\.com" -SecRule HTTP_Referer|ARGS "richsecretsrevealed\.com" -SecRule HTTP_Referer|ARGS "richtom\.com" -SecRule HTTP_Referer|ARGS "ridebay\.net" -SecRule HTTP_Referer|ARGS "rigolets\.info" -SecRule HTTP_Referer|ARGS "riguk\.info" -SecRule HTTP_Referer|ARGS "riinternetenterprises\.com" -SecRule HTTP_Referer|ARGS "rikogr\.com" -SecRule HTTP_Referer|ARGS "rillocoa\.info" -SecRule HTTP_Referer|ARGS "ringroadbathrooms\.com" -SecRule HTTP_Referer|ARGS "riqojebo\.com" -SecRule HTTP_Referer|ARGS "risemoon\.info" -SecRule HTTP_Referer|ARGS "risra\.info" -SecRule HTTP_Referer|ARGS "risynloe\.info" -SecRule HTTP_Referer|ARGS "rk-plastic\.com" -SecRule HTTP_Referer|ARGS "rllcen\.com" -SecRule HTTP_Referer|ARGS "rllformat\.com" -SecRule HTTP_Referer|ARGS "rlosyrki\.info" -SecRule HTTP_Referer|ARGS "rnicmoim\.info" -SecRule HTTP_Referer|ARGS "robertoboldrin\.com" -SecRule HTTP_Referer|ARGS "rockvilleinvestments\.com" -SecRule HTTP_Referer|ARGS "roclandia\.com" -SecRule HTTP_Referer|ARGS "rogrohe\.com" -SecRule HTTP_Referer|ARGS "roleaids\.net" -SecRule HTTP_Referer|ARGS "rollandhal\.com" -SecRule HTTP_Referer|ARGS "rollsroycepromotions\.com" -SecRule HTTP_Referer|ARGS "rolofrelig\.com" -SecRule HTTP_Referer|ARGS "rolya\.info" -SecRule HTTP_Referer|ARGS "ronta\.info" -SecRule HTTP_Referer|ARGS "roommatearecool\.net" -SecRule HTTP_Referer|ARGS "roomupforrent\.net" -SecRule HTTP_Referer|ARGS "roroy\.info" -SecRule HTTP_Referer|ARGS "rosiered\.com" -SecRule HTTP_Referer|ARGS "roughoptu\.com" -SecRule HTTP_Referer|ARGS "roughplayers\.net" -SecRule HTTP_Referer|ARGS "rourkemcgaffin\.com" -SecRule HTTP_Referer|ARGS "rovagegybejace\.com" -SecRule HTTP_Referer|ARGS "rovincanth\.com" -SecRule HTTP_Referer|ARGS "roxtoman\.com" -SecRule HTTP_Referer|ARGS "royalbank-ofscotland\.com" -SecRule HTTP_Referer|ARGS "royalgrouprealty\.com" -SecRule HTTP_Referer|ARGS "roygrossbg\.net" -SecRule HTTP_Referer|ARGS "rpcic\.com" -SecRule HTTP_Referer|ARGS "rquiytyso\.info" -SecRule HTTP_Referer|ARGS "rreniaba\.info" -SecRule HTTP_Referer|ARGS "rruacref\.info" -SecRule HTTP_Referer|ARGS "rscheatdump\.com" -SecRule HTTP_Referer|ARGS "rubricate\.net" -SecRule HTTP_Referer|ARGS "rufszk\.info" -SecRule HTTP_Referer|ARGS "rufufugusy\.org" -SecRule HTTP_Referer|ARGS "ruidecle\.info" -SecRule HTTP_Referer|ARGS "rulanerms\.com" -SecRule HTTP_Referer|ARGS "rulrecea\.info" -SecRule HTTP_Referer|ARGS "runningstar\.net" -SecRule HTTP_Referer|ARGS "ruqewowari\.com" -SecRule HTTP_Referer|ARGS "ruqixodiwoli\.com" -SecRule HTTP_Referer|ARGS "rustycabbages\.com" -SecRule HTTP_Referer|ARGS "rustyice\.info" -SecRule HTTP_Referer|ARGS "rvpnewsletter4\.com" -SecRule HTTP_Referer|ARGS "rvpnewsletter5\.com" -SecRule HTTP_Referer|ARGS "rvpnewsletter6\.com" -SecRule HTTP_Referer|ARGS "rvpnewsletter7\.com" -SecRule HTTP_Referer|ARGS "rx-centralmedical\.com" -SecRule HTTP_Referer|ARGS "rx-depotmeds\.com" -SecRule HTTP_Referer|ARGS "rx-forallmeds\.com" -SecRule HTTP_Referer|ARGS "rx-foryourmeds\.com" -SecRule HTTP_Referer|ARGS "rx-ischeap\.com" -SecRule HTTP_Referer|ARGS "rx-isgoodmeds\.com" -SecRule HTTP_Referer|ARGS "rx-isgreatmeds\.com" -SecRule HTTP_Referer|ARGS "rx-isveryimportant\.com" -SecRule HTTP_Referer|ARGS "rx-megastoremedical\.com" -SecRule HTTP_Referer|ARGS "rygalytalogapu\.com" -SecRule HTTP_Referer|ARGS "rysybuqodipu\.com" -SecRule HTTP_Referer|ARGS "s-d21\.com" -SecRule HTTP_Referer|ARGS "s-t-o-p\.info" -SecRule HTTP_Referer|ARGS "s3ctor\.com" -SecRule HTTP_Referer|ARGS "s3ctor\.net" -SecRule HTTP_Referer|ARGS "sadazyfexymy\.com" -SecRule HTTP_Referer|ARGS "saddis\.com" -SecRule HTTP_Referer|ARGS "saferon\.info" -SecRule HTTP_Referer|ARGS "saidqwest\.com" -SecRule HTTP_Referer|ARGS "sailboat-4-sale\.com" -SecRule HTTP_Referer|ARGS "sajahunylo\.com" -SecRule HTTP_Referer|ARGS "sale-dvd\.com" -SecRule HTTP_Referer|ARGS "sale-ps\.com" -SecRule HTTP_Referer|ARGS "sale-vcd\.com" -SecRule HTTP_Referer|ARGS "saleoptus\.com" -SecRule HTTP_Referer|ARGS "salvage-of-war\.com" -SecRule HTTP_Referer|ARGS "samedayshipping\.net" -SecRule HTTP_Referer|ARGS "sashebec\.com" -SecRule HTTP_Referer|ARGS "satisis\.info" -SecRule HTTP_Referer|ARGS "satudomibi\.com" -SecRule HTTP_Referer|ARGS "savingsticketssite\.com" -SecRule HTTP_Referer|ARGS "savoryqaw2\.com" -SecRule HTTP_Referer|ARGS "sayguhdbi\.com" -SecRule HTTP_Referer|ARGS "sbete\.info" -SecRule HTTP_Referer|ARGS "sbohcosl\.info" -SecRule HTTP_Referer|ARGS "schlagerrager\.com" -SecRule HTTP_Referer|ARGS "schoolyardgames\.net" -SecRule HTTP_Referer|ARGS "sclientfour\.com" -SecRule HTTP_Referer|ARGS "scopulos\.com" -SecRule HTTP_Referer|ARGS "scrolnights\.com" -SecRule HTTP_Referer|ARGS "scullcap\.net" -SecRule HTTP_Referer|ARGS "sdg123\.com" -SecRule HTTP_Referer|ARGS "sdkjbnsgb3\.com" -SecRule HTTP_Referer|ARGS "sdlongshi\.com" -SecRule HTTP_Referer|ARGS "seacycles\.net" -SecRule HTTP_Referer|ARGS "sealaguna\.info" -SecRule HTTP_Referer|ARGS "searchforadiscount\.com" -SecRule HTTP_Referer|ARGS "searchtiles\.com" -SecRule HTTP_Referer|ARGS "seasurn\.com" -SecRule HTTP_Referer|ARGS "seatale\.info" -SecRule HTTP_Referer|ARGS "secure-site1044\.com" -SecRule HTTP_Referer|ARGS "secure-site1072\.com" -SecRule HTTP_Referer|ARGS "secure-site9477\.com" -SecRule HTTP_Referer|ARGS "secureangel\.com" -SecRule HTTP_Referer|ARGS "secureity-7746\.com" -SecRule HTTP_Referer|ARGS "securepostalsolutions\.com" -SecRule HTTP_Referer|ARGS "seddlanter4\.com" -SecRule HTTP_Referer|ARGS "sefuceje\.com" -SecRule HTTP_Referer|ARGS "semacasi\.com" -SecRule HTTP_Referer|ARGS "semi8\.com" -SecRule HTTP_Referer|ARGS "semimiqu\.info" -SecRule HTTP_Referer|ARGS "sender-ebay\.com" -SecRule HTTP_Referer|ARGS "sendmailplus\.biz" -SecRule HTTP_Referer|ARGS "senegobeky\.com" -SecRule HTTP_Referer|ARGS "senseera\.com" -SecRule HTTP_Referer|ARGS "sercinle\.com" -SecRule HTTP_Referer|ARGS "serp3\.com" -SecRule HTTP_Referer|ARGS "serverbackup595\.com" -SecRule HTTP_Referer|ARGS "service-paypal\.us" -SecRule HTTP_Referer|ARGS "sesquialteral\.com" -SecRule HTTP_Referer|ARGS "sesquialteral\.net" -SecRule HTTP_Referer|ARGS "severloan\.net" -SecRule HTTP_Referer|ARGS "sevurekijyzy\.com" -SecRule HTTP_Referer|ARGS "sexaychinchicks\.info" -SecRule HTTP_Referer|ARGS "sexayh12412412chicks\.info" -SecRule HTTP_Referer|ARGS "sexy1234214girls\.info" -SecRule HTTP_Referer|ARGS "sexychinchicks\.info" -SecRule HTTP_Referer|ARGS "sexyonlinechicks\.info" -SecRule HTTP_Referer|ARGS "seyh\.info" -SecRule HTTP_Referer|ARGS "sgielayg\.info" -SecRule HTTP_Referer|ARGS "sh00t\.com" -SecRule HTTP_Referer|ARGS "sh00t\.net" -SecRule HTTP_Referer|ARGS "sh00ts\.com" -SecRule HTTP_Referer|ARGS "sh0ot\.com" -SecRule HTTP_Referer|ARGS "sh0ot\.net" -SecRule HTTP_Referer|ARGS "sh0ots\.com" -SecRule HTTP_Referer|ARGS "sharkfur\.com" -SecRule HTTP_Referer|ARGS "sherwoodchurchofchrist\.com" -SecRule HTTP_Referer|ARGS "shessohot\.net" -SecRule HTTP_Referer|ARGS "shhv\.net" -SecRule HTTP_Referer|ARGS "shickyshacky\.com" -SecRule HTTP_Referer|ARGS "shimura-ushiro\.com" -SecRule HTTP_Referer|ARGS "sho0t\.com" -SecRule HTTP_Referer|ARGS "sho0ts\.com" -SecRule HTTP_Referer|ARGS "sho0ts\.net" -SecRule HTTP_Referer|ARGS "shopinustoday\.org" -SecRule HTTP_Referer|ARGS "shopmyshow\.net" -SecRule HTTP_Referer|ARGS "shopnownetworks\.com" -SecRule HTTP_Referer|ARGS "shopperzcraze\.info" -SecRule HTTP_Referer|ARGS "shopustoday\.org" -SecRule HTTP_Referer|ARGS "shorerat\.info" -SecRule HTTP_Referer|ARGS "shouichipo\.com" -SecRule HTTP_Referer|ARGS "shugarcake\.com" -SecRule HTTP_Referer|ARGS "shutterbugnet\.com" -SecRule HTTP_Referer|ARGS "shuttinanestima\.com" -SecRule HTTP_Referer|ARGS "shwatches\.com" -SecRule HTTP_Referer|ARGS "sicyzuzy\.info" -SecRule HTTP_Referer|ARGS "sidneysorts\.com" -SecRule HTTP_Referer|ARGS "signplayer\.com" -SecRule HTTP_Referer|ARGS "sijiva\.info" -SecRule HTTP_Referer|ARGS "sillsellsoo\.com" -SecRule HTTP_Referer|ARGS "silverskin\.info" -SecRule HTTP_Referer|ARGS "simpleyetgood\.com" -SecRule HTTP_Referer|ARGS "singinginthevain\.com" -SecRule HTTP_Referer|ARGS "siniwoda\.com" -SecRule HTTP_Referer|ARGS "sinogeme\.com" -SecRule HTTP_Referer|ARGS "sinogemexports1\.com" -SecRule HTTP_Referer|ARGS "sinosteel-tradings\.com" -SecRule HTTP_Referer|ARGS "site2refinow\.com" -SecRule HTTP_Referer|ARGS "siteallrefi02\.com" -SecRule HTTP_Referer|ARGS "siterefi1009\.com" -SecRule HTTP_Referer|ARGS "sizde\.info" -SecRule HTTP_Referer|ARGS "skilledattainment\.com" -SecRule HTTP_Referer|ARGS "sklonlineworld\.com" -SecRule HTTP_Referer|ARGS "skybeachtie\.com" -SecRule HTTP_Referer|ARGS "skylender\.com" -SecRule HTTP_Referer|ARGS "slaveries\.net" -SecRule HTTP_Referer|ARGS "smeah\.info" -SecRule HTTP_Referer|ARGS "smelanson\.net" -SecRule HTTP_Referer|ARGS "smenirenal\.com" -SecRule HTTP_Referer|ARGS "smmwatch\.com" -SecRule HTTP_Referer|ARGS "smokazz\.com" -SecRule HTTP_Referer|ARGS "smokersclubint\.com" -SecRule HTTP_Referer|ARGS "smokeymtnroyals\.com" -SecRule HTTP_Referer|ARGS "smokingchicks\.info" -SecRule HTTP_Referer|ARGS "smolic\.biz" -SecRule HTTP_Referer|ARGS "snachilalospolde\.biz" -SecRule HTTP_Referer|ARGS "snarkymarkets\.com" -SecRule HTTP_Referer|ARGS "sndforclnt1\.com" -SecRule HTTP_Referer|ARGS "sndforclnt2\.com" -SecRule HTTP_Referer|ARGS "snmrktg\.net" -SecRule HTTP_Referer|ARGS "sobroken\.net" -SecRule HTTP_Referer|ARGS "socalbordeaux\.com" -SecRule HTTP_Referer|ARGS "software4clubs\.com" -SecRule HTTP_Referer|ARGS "sohotasses\.info" -SecRule HTTP_Referer|ARGS "sololivesinmybasement\.com" -SecRule HTTP_Referer|ARGS "solvedproblemshop\.com" -SecRule HTTP_Referer|ARGS "somanychicks\.info" -SecRule HTTP_Referer|ARGS "somv3\.com" -SecRule HTTP_Referer|ARGS "songspa\.info" -SecRule HTTP_Referer|ARGS "sonicaurora\.info" -SecRule HTTP_Referer|ARGS "sonicjoy\.com" -SecRule HTTP_Referer|ARGS "sorrywemissedyou\.net" -SecRule HTTP_Referer|ARGS "sothebysitalia\.com" -SecRule HTTP_Referer|ARGS "sotozunolu\.com" -SecRule HTTP_Referer|ARGS "sotrepedly\.com" -SecRule HTTP_Referer|ARGS "soundofcontentment\.com" -SecRule HTTP_Referer|ARGS "soupterwar\.com" -SecRule HTTP_Referer|ARGS "southernoregonconcerts\.com" -SecRule HTTP_Referer|ARGS "spaceoftime\.net" -SecRule HTTP_Referer|ARGS "spaliziseg\.com" -SecRule HTTP_Referer|ARGS "spearmints\.net" -SecRule HTTP_Referer|ARGS "specialdirect4u\.com" -SecRule HTTP_Referer|ARGS "specialoffersonline\.biz" -SecRule HTTP_Referer|ARGS "specialtyseptic\.com" -SecRule HTTP_Referer|ARGS "specialtyxapplication\.com" -SecRule HTTP_Referer|ARGS "specificconsummation\.com" -SecRule HTTP_Referer|ARGS "speechcelebration\.com" -SecRule HTTP_Referer|ARGS "speedyproduct\.net" -SecRule HTTP_Referer|ARGS "spicykmid\.com" -SecRule HTTP_Referer|ARGS "spielunking\.com" -SecRule HTTP_Referer|ARGS "spiketomoran\.com" -SecRule HTTP_Referer|ARGS "spiritfc\.net" -SecRule HTTP_Referer|ARGS "spizzle\.net" -SecRule HTTP_Referer|ARGS "split-em\.com" -SecRule HTTP_Referer|ARGS "sportsolutionsinc\.com" -SecRule HTTP_Referer|ARGS "spurts\.net" -SecRule HTTP_Referer|ARGS "squirtlovers\.net" -SecRule HTTP_Referer|ARGS "srfrogys\.com" -SecRule HTTP_Referer|ARGS "ss-07\.com" -SecRule HTTP_Referer|ARGS "ss-09\.com" -SecRule HTTP_Referer|ARGS "ss-11\.com" -SecRule HTTP_Referer|ARGS "ss08\.com" -SecRule HTTP_Referer|ARGS "ssspro\.com" -SecRule HTTP_Referer|ARGS "stadareach\.com" -SecRule HTTP_Referer|ARGS "stallingsmisfit\.com" -SecRule HTTP_Referer|ARGS "standard-trustplc-nig\.org" -SecRule HTTP_Referer|ARGS "stararc\.com" -SecRule HTTP_Referer|ARGS "starslide\.com" -SecRule HTTP_Referer|ARGS "staryaki\.info" -SecRule HTTP_Referer|ARGS "stasusanna\.net" -SecRule HTTP_Referer|ARGS "steptoworld\.net" -SecRule HTTP_Referer|ARGS "sternpro\.info" -SecRule HTTP_Referer|ARGS "sternwarte-welzheim\.net" -SecRule HTTP_Referer|ARGS "stevelerch\.com" -SecRule HTTP_Referer|ARGS "stop4rx\.biz" -SecRule HTTP_Referer|ARGS "storasonapat\.com" -SecRule HTTP_Referer|ARGS "store-whore\.info" -SecRule HTTP_Referer|ARGS "storedandsecured\.com" -SecRule HTTP_Referer|ARGS "storeswirelessworld\.com" -SecRule HTTP_Referer|ARGS "stoughtoninvestments\.com" -SecRule HTTP_Referer|ARGS "stribontut\.com" -SecRule HTTP_Referer|ARGS "stripedqw\.com" -SecRule HTTP_Referer|ARGS "stroyinvestlab\.biz" -SecRule HTTP_Referer|ARGS "stuardestolxe\.biz" -SecRule HTTP_Referer|ARGS "studio3i\.org" -SecRule HTTP_Referer|ARGS "suavecatconsultinggroup\.net" -SecRule HTTP_Referer|ARGS "successcollege\.biz" -SecRule HTTP_Referer|ARGS "successcollege\.net" -SecRule HTTP_Referer|ARGS "successcollege\.org" -SecRule HTTP_Referer|ARGS "successcollege\.us" -SecRule HTTP_Referer|ARGS "successful-marketing-system\.com" -SecRule HTTP_Referer|ARGS "successmovienow\.com" -SecRule HTTP_Referer|ARGS "suchmaschinenexperten2000\.com" -SecRule HTTP_Referer|ARGS "suegnoguairo\.com" -SecRule HTTP_Referer|ARGS "sufoxajy\.com" -SecRule HTTP_Referer|ARGS "sugartele\.info" -SecRule HTTP_Referer|ARGS "sulkytopbobby\.com" -SecRule HTTP_Referer|ARGS "sumariza\.info" -SecRule HTTP_Referer|ARGS "sundayte\.com" -SecRule HTTP_Referer|ARGS "sunmarketflag\.com" -SecRule HTTP_Referer|ARGS "super-hot-gals\.info" -SecRule HTTP_Referer|ARGS "superhotchicksss\.com" -SecRule HTTP_Referer|ARGS "superhotcihicks\.info" -SecRule HTTP_Referer|ARGS "supernethotties\.net" -SecRule HTTP_Referer|ARGS "supersexaygirls\.com" -SecRule HTTP_Referer|ARGS "supineness\.net" -SecRule HTTP_Referer|ARGS "supplysolutionslimited\.com" -SecRule HTTP_Referer|ARGS "sureofthis\.com" -SecRule HTTP_Referer|ARGS "surfsalon\.com" -SecRule HTTP_Referer|ARGS "surveypeople\.net" -SecRule HTTP_Referer|ARGS "survivorsni\.com" -SecRule HTTP_Referer|ARGS "suzihuso\.com" -SecRule HTTP_Referer|ARGS "sweep-stakecentral\.com" -SecRule HTTP_Referer|ARGS "sweepsensationsnow-group\.com" -SecRule HTTP_Referer|ARGS "sweethawthunnies\.com" -SecRule HTTP_Referer|ARGS "sweetrudectober\.com" -SecRule HTTP_Referer|ARGS "swetepee\.com" -SecRule HTTP_Referer|ARGS "swiftpaydayloan\.com" -SecRule HTTP_Referer|ARGS "swimminglessonsamust\.net" -SecRule HTTP_Referer|ARGS "sworedat\.com" -SecRule HTTP_Referer|ARGS "swrr\.org" -SecRule HTTP_Referer|ARGS "sycugatyhofo\.net" -SecRule HTTP_Referer|ARGS "syfutezodame\.com" -SecRule HTTP_Referer|ARGS "symobiles\.com" -SecRule HTTP_Referer|ARGS "syndirella\.org" -SecRule HTTP_Referer|ARGS "synergysoup\.org" -SecRule HTTP_Referer|ARGS "synergysounds\.org" -SecRule HTTP_Referer|ARGS "synonyma\.com" -SecRule HTTP_Referer|ARGS "synonyma\.net" -SecRule HTTP_Referer|ARGS "syphonians\.com" -SecRule HTTP_Referer|ARGS "sys-names\.com" -SecRule HTTP_Referer|ARGS "szjlglass\.com" -SecRule HTTP_Referer|ARGS "tablisentacom\.com" -SecRule HTTP_Referer|ARGS "tacekacamala\.com" -SecRule HTTP_Referer|ARGS "tadeux\.com" -SecRule HTTP_Referer|ARGS "taiyuanjie\.com\.cn" -SecRule HTTP_Referer|ARGS "taiyuanjie\.org" -SecRule HTTP_Referer|ARGS "takenworks\.com" -SecRule HTTP_Referer|ARGS "talafha\.com" -SecRule HTTP_Referer|ARGS "tallabatk\.com" -SecRule HTTP_Referer|ARGS "tamenet\.info" -SecRule HTTP_Referer|ARGS "tantree\.info" -SecRule HTTP_Referer|ARGS "taquatre\.com" -SecRule HTTP_Referer|ARGS "tarlev\.info" -SecRule HTTP_Referer|ARGS "tarpie\.com" -SecRule HTTP_Referer|ARGS "tastytricia\.com" -SecRule HTTP_Referer|ARGS "tatrois\.com" -SecRule HTTP_Referer|ARGS "taune\.com" -SecRule HTTP_Referer|ARGS "tbesg\.info" -SecRule HTTP_Referer|ARGS "tbuh\.com" -SecRule HTTP_Referer|ARGS "tcs-it\.net" -SecRule HTTP_Referer|ARGS "team-alliance\.net" -SecRule HTTP_Referer|ARGS "teamlifeinsurance\.com" -SecRule HTTP_Referer|ARGS "teamwbc\.net" -SecRule HTTP_Referer|ARGS "tebaynktoces\.biz" -SecRule HTTP_Referer|ARGS "tehiseho\.com" -SecRule HTTP_Referer|ARGS "teleotech\.net" -SecRule HTTP_Referer|ARGS "televisionfreaks\.com" -SecRule HTTP_Referer|ARGS "telkir\.com" -SecRule HTTP_Referer|ARGS "teluveryn\.com" -SecRule HTTP_Referer|ARGS "tempelaere\.net" -SecRule HTTP_Referer|ARGS "tenderise\.net" -SecRule HTTP_Referer|ARGS "terakki2005\.net" -SecRule HTTP_Referer|ARGS "tetkazervagers\.biz" -SecRule HTTP_Referer|ARGS "textiliana\.com" -SecRule HTTP_Referer|ARGS "thatfreesite\.com" -SecRule HTTP_Referer|ARGS "thatsdirectoffers\.com" -SecRule HTTP_Referer|ARGS "thatsmydoginc\.com" -SecRule HTTP_Referer|ARGS "thaun\.info" -SecRule HTTP_Referer|ARGS "the-cash-carnival\.com" -SecRule HTTP_Referer|ARGS "theauctiontrainers\.com" -SecRule HTTP_Referer|ARGS "thebestchinchicks\.info" -SecRule HTTP_Referer|ARGS "thecatbirdsettee\.com" -SecRule HTTP_Referer|ARGS "thecountryclub\.us" -SecRule HTTP_Referer|ARGS "thecraftershome\.com" -SecRule HTTP_Referer|ARGS "thegraphichost\.com" -SecRule HTTP_Referer|ARGS "thehotchinchicks\.info" -SecRule HTTP_Referer|ARGS "thehottest123123\.info" -SecRule HTTP_Referer|ARGS "thehottestchicks\.info" -SecRule HTTP_Referer|ARGS "thehottestchinchicks\.info" -SecRule HTTP_Referer|ARGS "theisraellights\.com" -SecRule HTTP_Referer|ARGS "thelastpageoftheinternet\.net" -SecRule HTTP_Referer|ARGS "thelifestylechangers\.com" -SecRule HTTP_Referer|ARGS "themoneydigest\.com" -SecRule HTTP_Referer|ARGS "thenikky\.info" -SecRule HTTP_Referer|ARGS "therealdealsdirect\.com" -SecRule HTTP_Referer|ARGS "therusmarketing\.com" -SecRule HTTP_Referer|ARGS "theseoffersforyou\.com" -SecRule HTTP_Referer|ARGS "theservicemarket\.org" -SecRule HTTP_Referer|ARGS "thesuperbookstop\.com" -SecRule HTTP_Referer|ARGS "thexxxprize\.com" -SecRule HTTP_Referer|ARGS "theyseek\.net" -SecRule HTTP_Referer|ARGS "thingatshelter\.com" -SecRule HTTP_Referer|ARGS "third-express\.com" -SecRule HTTP_Referer|ARGS "thisbevf\.com" -SecRule HTTP_Referer|ARGS "thiscreatureso\.com" -SecRule HTTP_Referer|ARGS "thisezyl0an\.com" -SecRule HTTP_Referer|ARGS "thisithewaybackhome\.com" -SecRule HTTP_Referer|ARGS "thispartnership\.net" -SecRule HTTP_Referer|ARGS "thisweekonly\.biz" -SecRule HTTP_Referer|ARGS "tholcomb\.org" -SecRule HTTP_Referer|ARGS "thortonhillscorp\.info" -SecRule HTTP_Referer|ARGS "thousodel\.com" -SecRule HTTP_Referer|ARGS "threetoowon\.com" -SecRule HTTP_Referer|ARGS "thumbaride\.net" -SecRule HTTP_Referer|ARGS "thunderlist\.com" -SecRule HTTP_Referer|ARGS "tickytracky\.com" -SecRule HTTP_Referer|ARGS "tiendaswifi\.com" -SecRule HTTP_Referer|ARGS "timasican\.com" -SecRule HTTP_Referer|ARGS "timetobigdeal\.com" -SecRule HTTP_Referer|ARGS "tipperly\.com" -SecRule HTTP_Referer|ARGS "tirol-festival\.net" -SecRule HTTP_Referer|ARGS "tirpudecollege\.com" -SecRule HTTP_Referer|ARGS "titemeso\.info" -SecRule HTTP_Referer|ARGS "tmesdv\.com" -SecRule HTTP_Referer|ARGS "todayican-subscribers\.com" -SecRule HTTP_Referer|ARGS "todoh\.info" -SecRule HTTP_Referer|ARGS "todybafynorebi\.com" -SecRule HTTP_Referer|ARGS "tokens4free\.com" -SecRule HTTP_Referer|ARGS "tomorrowsave\.com" -SecRule HTTP_Referer|ARGS "toomanyplans\.net" -SecRule HTTP_Referer|ARGS "toothandknail\.com" -SecRule HTTP_Referer|ARGS "topdealshowroom\.com" -SecRule HTTP_Referer|ARGS "topmaybah\.com" -SecRule HTTP_Referer|ARGS "totalstresscase\.net" -SecRule HTTP_Referer|ARGS "totempower\.com" -SecRule HTTP_Referer|ARGS "touchwork\.info" -SecRule HTTP_Referer|ARGS "tr1usc\.com" -SecRule HTTP_Referer|ARGS "trackpimp\.com" -SecRule HTTP_Referer|ARGS "trade-relations\.net" -SecRule HTTP_Referer|ARGS "trafficlightsslowmedown\.net" -SecRule HTTP_Referer|ARGS "trainingeniousinger\.com" -SecRule HTTP_Referer|ARGS "trainingsensationstore\.com" -SecRule HTTP_Referer|ARGS "tramparamparam\.com" -SecRule HTTP_Referer|ARGS "trancilliarhynoplastics\.com" -SecRule HTTP_Referer|ARGS "tranquillizing\.net" -SecRule HTTP_Referer|ARGS "transfour\.info" -SecRule HTTP_Referer|ARGS "trasonalif\.com" -SecRule HTTP_Referer|ARGS "traveleng\.com" -SecRule HTTP_Referer|ARGS "trdriverzone\.net" -SecRule HTTP_Referer|ARGS "treerosered\.com" -SecRule HTTP_Referer|ARGS "trgnm3\.com" -SecRule HTTP_Referer|ARGS "triftyfinow\.com" -SecRule HTTP_Referer|ARGS "trimturbo\.com" -SecRule HTTP_Referer|ARGS "trindlegriz2\.com" -SecRule HTTP_Referer|ARGS "trionxglobal\.com" -SecRule HTTP_Referer|ARGS "trirholdings\.com" -SecRule HTTP_Referer|ARGS "troupers\.net" -SecRule HTTP_Referer|ARGS "trunkeryope7\.com" -SecRule HTTP_Referer|ARGS "tryumphentday5\.com" -SecRule HTTP_Referer|ARGS "ts4refi\.net" -SecRule HTTP_Referer|ARGS "tsproperties\.net" -SecRule HTTP_Referer|ARGS "tthingamabob\.us" -SecRule HTTP_Referer|ARGS "ttvast\.com" -SecRule HTTP_Referer|ARGS "tubre\.info" -SecRule HTTP_Referer|ARGS "tudoo\.info" -SecRule HTTP_Referer|ARGS "tukentsik\.com" -SecRule HTTP_Referer|ARGS "tumescent\.net" -SecRule HTTP_Referer|ARGS "tumywoze\.biz" -SecRule HTTP_Referer|ARGS "turneraxc\.net" -SecRule HTTP_Referer|ARGS "turnsout\.net" -SecRule HTTP_Referer|ARGS "tutehyxi\.info" -SecRule HTTP_Referer|ARGS "twiddler\.net" -SecRule HTTP_Referer|ARGS "twofacesofeve\.com" -SecRule HTTP_Referer|ARGS "twotoome\.com" -SecRule HTTP_Referer|ARGS "typeloan\.info" -SecRule HTTP_Referer|ARGS "tyquvesaqujozu\.info" -SecRule HTTP_Referer|ARGS "uhyperpyrexia\.us" -SecRule HTTP_Referer|ARGS "uk-national-lotte\.com" -SecRule HTTP_Referer|ARGS "uk-national-worldwide-promogamewinners\.com" -SecRule HTTP_Referer|ARGS "uk-nnbonline\.com" -SecRule HTTP_Referer|ARGS "uk-promoworld\.net" -SecRule HTTP_Referer|ARGS "ukclaimsdepartment\.net" -SecRule HTTP_Referer|ARGS "ukdirector\.net" -SecRule HTTP_Referer|ARGS "ukinternationalwin\.com" -SecRule HTTP_Referer|ARGS "ukl-promo\.com" -SecRule HTTP_Referer|ARGS "uklotery-orgnizer\.com" -SecRule HTTP_Referer|ARGS "uknational-claims\.net" -SecRule HTTP_Referer|ARGS "uknational-lott0\.com" -SecRule HTTP_Referer|ARGS "uknationallotouk\.com" -SecRule HTTP_Referer|ARGS "uknationalonlinepromoworld\.net" -SecRule HTTP_Referer|ARGS "uknationalonlinewinnings\.org" -SecRule HTTP_Referer|ARGS "uknationalottrey\.com" -SecRule HTTP_Referer|ARGS "uknationalwinnersdelivery\.com" -SecRule HTTP_Referer|ARGS "uknlonlinedraws\.com" -SecRule HTTP_Referer|ARGS "ukonline-promotional-programes\.com" -SecRule HTTP_Referer|ARGS "ukontrop\.com" -SecRule HTTP_Referer|ARGS "ukvisacreditcard\.com" -SecRule HTTP_Referer|ARGS "ukwinnersupdateannouncement\.com" -SecRule HTTP_Referer|ARGS "ukwinninggamesinuk\.com" -SecRule HTTP_Referer|ARGS "ukwinninginternationalpromo\.com" -SecRule HTTP_Referer|ARGS "ukwinningmail1\.com" -SecRule HTTP_Referer|ARGS "ukworldpromotion\.com" -SecRule HTTP_Referer|ARGS "ulageeteir6\.com" -SecRule HTTP_Referer|ARGS "ultimatemailcenters\.com" -SecRule HTTP_Referer|ARGS "ultimatemailcenters\.net" -SecRule HTTP_Referer|ARGS "ultimatemailincentive\.com" -SecRule HTTP_Referer|ARGS "ultimatemailincentive\.net" -SecRule HTTP_Referer|ARGS "ultimatemailincentives\.com" -SecRule HTTP_Referer|ARGS "ultimatemailincentives\.net" -SecRule HTTP_Referer|ARGS "ultimatemailonline\.com" -SecRule HTTP_Referer|ARGS "ultimatemailreward\.com" -SecRule HTTP_Referer|ARGS "ultimatemoneytyphoon\.biz" -SecRule HTTP_Referer|ARGS "ultimaterewardmail\.net" -SecRule HTTP_Referer|ARGS "ultimatevalue\.biz" -SecRule HTTP_Referer|ARGS "uludagotomotiv\.com" -SecRule HTTP_Referer|ARGS "umarc\.info" -SecRule HTTP_Referer|ARGS "umejuhmp\.com" -SecRule HTTP_Referer|ARGS "umort\.net" -SecRule HTTP_Referer|ARGS "unclefud\.com" -SecRule HTTP_Referer|ARGS "uneaten\.net" -SecRule HTTP_Referer|ARGS "uneedered\.com" -SecRule HTTP_Referer|ARGS "unfairbanks\.com" -SecRule HTTP_Referer|ARGS "unfairbanksbye\.com" -SecRule HTTP_Referer|ARGS "unitemised\.net" -SecRule HTTP_Referer|ARGS "universoshinobi\.com" -SecRule HTTP_Referer|ARGS "unpursed\.com" -SecRule HTTP_Referer|ARGS "unpursed\.net" -SecRule HTTP_Referer|ARGS "untitled-website\.com" -SecRule HTTP_Referer|ARGS "unwarily\.com" -SecRule HTTP_Referer|ARGS "update-user1040\.info" -SecRule HTTP_Referer|ARGS "update-user2413\.info" -SecRule HTTP_Referer|ARGS "update-user3245\.info" -SecRule HTTP_Referer|ARGS "update-user3333\.info" -SecRule HTTP_Referer|ARGS "update-user3897\.info" -SecRule HTTP_Referer|ARGS "update-user4123\.info" -SecRule HTTP_Referer|ARGS "update-user4337\.info" -SecRule HTTP_Referer|ARGS "update-user4884\.info" -SecRule HTTP_Referer|ARGS "update-user5005\.info" -SecRule HTTP_Referer|ARGS "update-user5467\.info" -SecRule HTTP_Referer|ARGS "update-user5645\.info" -SecRule HTTP_Referer|ARGS "uplod-information-ukbank\.co\.uk" -SecRule HTTP_Referer|ARGS "uproar-update\.com" -SecRule HTTP_Referer|ARGS "urbanplayers\.com" -SecRule HTTP_Referer|ARGS "urlbsmtrack-a\.com" -SecRule HTTP_Referer|ARGS "urlbsmtrack-z\.com" -SecRule HTTP_Referer|ARGS "usargenteus\.com" -SecRule HTTP_Referer|ARGS "usbuyersdirect\.com" -SecRule HTTP_Referer|ARGS "usdee\.info" -SecRule HTTP_Referer|ARGS "usedjoke\.info" -SecRule HTTP_Referer|ARGS "user-profile4365\.info" -SecRule HTTP_Referer|ARGS "usisfarwest\.net" -SecRule HTTP_Referer|ARGS "utinamcblb\.com" -SecRule HTTP_Referer|ARGS "uweedna\.com" -SecRule HTTP_Referer|ARGS "vakybugetuka\.com" -SecRule HTTP_Referer|ARGS "valerytour\.info" -SecRule HTTP_Referer|ARGS "valuablendeskeeter\.com" -SecRule HTTP_Referer|ARGS "vandynes\.info" -SecRule HTTP_Referer|ARGS "vapaqelimoxu\.com" -SecRule HTTP_Referer|ARGS "vaporings\.info" -SecRule HTTP_Referer|ARGS "variety-tickets\.net" -SecRule HTTP_Referer|ARGS "vassweaters\.com" -SecRule HTTP_Referer|ARGS "vatsinc\.com" -SecRule HTTP_Referer|ARGS "vaulee\.com" -SecRule HTTP_Referer|ARGS "vblotto\.com" -SecRule HTTP_Referer|ARGS "vebill\.biz" -SecRule HTTP_Referer|ARGS "vendwest\.com" -SecRule HTTP_Referer|ARGS "verhe\.info" -SecRule HTTP_Referer|ARGS "vernoncentral\.net" -SecRule HTTP_Referer|ARGS "versautesfickfleisch\.com" -SecRule HTTP_Referer|ARGS "vertrib\.info" -SecRule HTTP_Referer|ARGS "verybestontheweb\.com" -SecRule HTTP_Referer|ARGS "veryt\.info" -SecRule HTTP_Referer|ARGS "veska\.info" -SecRule HTTP_Referer|ARGS "vet5\.info" -SecRule HTTP_Referer|ARGS "vetinn\.info" -SecRule HTTP_Referer|ARGS "vfer\.info" -SecRule HTTP_Referer|ARGS "vibill\.biz" -SecRule HTTP_Referer|ARGS "vibrant-fun\.com" -SecRule HTTP_Referer|ARGS "vibratenow\.com" -SecRule HTTP_Referer|ARGS "vibratingtimes\.com" -SecRule HTTP_Referer|ARGS "victo\.info" -SecRule HTTP_Referer|ARGS "videotaperentals\.com" -SecRule HTTP_Referer|ARGS "viduxixycodi\.com" -SecRule HTTP_Referer|ARGS "vinuelalakes\.com" -SecRule HTTP_Referer|ARGS "virginiabumpscorp\.info" -SecRule HTTP_Referer|ARGS "virginmovies\.info" -SecRule HTTP_Referer|ARGS "virgins-portal\.info" -SecRule HTTP_Referer|ARGS "visapp\.net" -SecRule HTTP_Referer|ARGS "visionsmarketingonline\.com" -SecRule HTTP_Referer|ARGS "visionsmarketingweb\.com" -SecRule HTTP_Referer|ARGS "vitrasshop\.com" -SecRule HTTP_Referer|ARGS "vixv\.com" -SecRule HTTP_Referer|ARGS "vjdrefi\.net" -SecRule HTTP_Referer|ARGS "vmablder\.com" -SecRule HTTP_Referer|ARGS "vmesteuchilister\.biz" -SecRule HTTP_Referer|ARGS "vocejugaro\.net" -SecRule HTTP_Referer|ARGS "vodarehepi\.biz" -SecRule HTTP_Referer|ARGS "vogo\.info" -SecRule HTTP_Referer|ARGS "volander\.com" -SecRule HTTP_Referer|ARGS "volcasriv\.com" -SecRule HTTP_Referer|ARGS "volys\.info" -SecRule HTTP_Referer|ARGS "vr-netwoerld\.com" -SecRule HTTP_Referer|ARGS "vraperex\.com" -SecRule HTTP_Referer|ARGS "vulcanise\.net" -SecRule HTTP_Referer|ARGS "vyhokulu\.info" -SecRule HTTP_Referer|ARGS "vyzevireka\.org" -SecRule HTTP_Referer|ARGS "vyzovitpodozfer\.biz" -SecRule HTTP_Referer|ARGS "wacourtservices\.com" -SecRule HTTP_Referer|ARGS "waferlyhundred54\.com" -SecRule HTTP_Referer|ARGS "wagstowncorp\.net" -SecRule HTTP_Referer|ARGS "wahffsite\.co\.uk" -SecRule HTTP_Referer|ARGS "wakemae\.com" -SecRule HTTP_Referer|ARGS "wallywrld\.net" -SecRule HTTP_Referer|ARGS "walorylirakidi\.com" -SecRule HTTP_Referer|ARGS "waltermoore-ukpromo\.net" -SecRule HTTP_Referer|ARGS "walthaminvesting\.com" -SecRule HTTP_Referer|ARGS "wanoprot\.com" -SecRule HTTP_Referer|ARGS "wantgirls\.net" -SecRule HTTP_Referer|ARGS "wantgirlsnow\.com" -SecRule HTTP_Referer|ARGS "wantthecheck\.com" -SecRule HTTP_Referer|ARGS "wapijowuwu\.net" -SecRule HTTP_Referer|ARGS "wardstakebranch\.com" -SecRule HTTP_Referer|ARGS "warezstore\.us" -SecRule HTTP_Referer|ARGS "washingtonjudges\.com" -SecRule HTTP_Referer|ARGS "watcheswed\.com" -SecRule HTTP_Referer|ARGS "watcheswes\.com" -SecRule HTTP_Referer|ARGS "watchzbestprice\.net" -SecRule HTTP_Referer|ARGS "wathcesdd\.com" -SecRule HTTP_Referer|ARGS "wavisolv\.com" -SecRule HTTP_Referer|ARGS "waynebar\.info" -SecRule HTTP_Referer|ARGS "waytogame\.com" -SecRule HTTP_Referer|ARGS "wbc-company\.net" -SecRule HTTP_Referer|ARGS "wbccompanycentral\.com" -SecRule HTTP_Referer|ARGS "wbccompanyconnect\.com" -SecRule HTTP_Referer|ARGS "wbcsite\.net" -SecRule HTTP_Referer|ARGS "wbresource\.com" -SecRule HTTP_Referer|ARGS "wcolligan\.com" -SecRule HTTP_Referer|ARGS "wear1tn1ce\.com" -SecRule HTTP_Referer|ARGS "webjars\.com" -SecRule HTTP_Referer|ARGS "webmail-internationalstake-promo\.com" -SecRule HTTP_Referer|ARGS "webmilla\.info" -SecRule HTTP_Referer|ARGS "webringbuster\.com" -SecRule HTTP_Referer|ARGS "webscr-cgi-login-page\.com" -SecRule HTTP_Referer|ARGS "wedighap\.com" -SecRule HTTP_Referer|ARGS "weftp\.com" -SecRule HTTP_Referer|ARGS "weightmgmt\.net" -SecRule HTTP_Referer|ARGS "wekrai\.com" -SecRule HTTP_Referer|ARGS "welid\.com" -SecRule HTTP_Referer|ARGS "weoil\.com" -SecRule HTTP_Referer|ARGS "werehulica\.net" -SecRule HTTP_Referer|ARGS "wernerse\.net" -SecRule HTTP_Referer|ARGS "westbestwatches\.com" -SecRule HTTP_Referer|ARGS "westroem\.com" -SecRule HTTP_Referer|ARGS "wetwathcg\.com" -SecRule HTTP_Referer|ARGS "whapydres\.com" -SecRule HTTP_Referer|ARGS "whatdatbe\.com" -SecRule HTTP_Referer|ARGS "whateveronearth\.com" -SecRule HTTP_Referer|ARGS "whilasdatuwe\.com" -SecRule HTTP_Referer|ARGS "whiteheadisland\.com" -SecRule HTTP_Referer|ARGS "whitewinkers\.com" -SecRule HTTP_Referer|ARGS "whoarealexandomberov\.com" -SecRule HTTP_Referer|ARGS "whoet\.info" -SecRule HTTP_Referer|ARGS "whorezrus\.info" -SecRule HTTP_Referer|ARGS "whowhabo\.com" -SecRule HTTP_Referer|ARGS "widanguris\.com" -SecRule HTTP_Referer|ARGS "wifflesets\.com" -SecRule HTTP_Referer|ARGS "wifiwifewife\.com" -SecRule HTTP_Referer|ARGS "wileserst\.com" -SecRule HTTP_Referer|ARGS "willmynet\.com" -SecRule HTTP_Referer|ARGS "wilusuqu\.com" -SecRule HTTP_Referer|ARGS "winathomedeals\.com" -SecRule HTTP_Referer|ARGS "winbrundrivecorp\.info" -SecRule HTTP_Referer|ARGS "windsprayer\.com" -SecRule HTTP_Referer|ARGS "winnersdraw\.com" -SecRule HTTP_Referer|ARGS "winnersnotificationworld\.com" -SecRule HTTP_Referer|ARGS "winningatthinning\.net" -SecRule HTTP_Referer|ARGS "winningclaims-office-ukgames\.com" -SecRule HTTP_Referer|ARGS "winningsagency\.com" -SecRule HTTP_Referer|ARGS "winningsnotification2005\.com" -SecRule HTTP_Referer|ARGS "winsaua\.com" -SecRule HTTP_Referer|ARGS "winsweeps-mail2\.com" -SecRule HTTP_Referer|ARGS "wisexivaja\.com" -SecRule HTTP_Referer|ARGS "wkiebiwbef\.com" -SecRule HTTP_Referer|ARGS "wkngloves\.com" -SecRule HTTP_Referer|ARGS "wlesueur\.com" -SecRule HTTP_Referer|ARGS "wolander\.com" -SecRule HTTP_Referer|ARGS "wolap\.info" -SecRule HTTP_Referer|ARGS "wolfianaaw\.com" -SecRule HTTP_Referer|ARGS "wonelaster\.com" -SecRule HTTP_Referer|ARGS "woodgold\.info" -SecRule HTTP_Referer|ARGS "woodnight\.info" -SecRule HTTP_Referer|ARGS "woodpushers\.net" -SecRule HTTP_Referer|ARGS "woolsales\.net" -SecRule HTTP_Referer|ARGS "wooyeng\.com" -SecRule HTTP_Referer|ARGS "workathomejobs\.us\.tt" -SecRule HTTP_Referer|ARGS "workingcommunicationdesigns\.com" -SecRule HTTP_Referer|ARGS "worldfreightservices-uk\.com" -SecRule HTTP_Referer|ARGS "worldgolfsearch\.com" -SecRule HTTP_Referer|ARGS "worldmobi\.net" -SecRule HTTP_Referer|ARGS "wottapavlova\.com" -SecRule HTTP_Referer|ARGS "wretches\.net" -SecRule HTTP_Referer|ARGS "writebored\.com" -SecRule HTTP_Referer|ARGS "wufarytidovo\.com" -SecRule HTTP_Referer|ARGS "wuhaqunaxuzu\.com" -SecRule HTTP_Referer|ARGS "wusrefi\.net" -SecRule HTTP_Referer|ARGS "wynukibuli\.info" -SecRule HTTP_Referer|ARGS "xbsmghosthost\.com" -SecRule HTTP_Referer|ARGS "xc21sddf\.com" -SecRule HTTP_Referer|ARGS "xcb234r\.com" -SecRule HTTP_Referer|ARGS "xdob\.info" -SecRule HTTP_Referer|ARGS "xegosukoqeke\.com" -SecRule HTTP_Referer|ARGS "xf50\.com" -SecRule HTTP_Referer|ARGS "xhungrygirl\.info" -SecRule HTTP_Referer|ARGS "xiqakojexyketo\.info" -SecRule HTTP_Referer|ARGS "xncb2\.info" -SecRule HTTP_Referer|ARGS "xnn2\.info" -SecRule HTTP_Referer|ARGS "xnnnz\.info" -SecRule HTTP_Referer|ARGS "xojaheroho\.com" -SecRule HTTP_Referer|ARGS "xpassist\.com" -SecRule HTTP_Referer|ARGS "xumavuna\.com" -SecRule HTTP_Referer|ARGS "xxtremeconnections\.net" -SecRule HTTP_Referer|ARGS "xxxmoviesgirls\.com" -SecRule HTTP_Referer|ARGS "xycejunimyhi\.com" -SecRule HTTP_Referer|ARGS "yahgetsomeofthis\.com" -SecRule HTTP_Referer|ARGS "yahihaditlastnight\.com" -SecRule HTTP_Referer|ARGS "yahooooooooooooo\.net" -SecRule HTTP_Referer|ARGS "yellowloon\.com" -SecRule HTTP_Referer|ARGS "yesmort\.net" -SecRule HTTP_Referer|ARGS "yez7\.com" -SecRule HTTP_Referer|ARGS "yoddler7843\.com" -SecRule HTTP_Referer|ARGS "yoli\.info" -SecRule HTTP_Referer|ARGS "yomniarte\.com" -SecRule HTTP_Referer|ARGS "youcantoo00\.com" -SecRule HTTP_Referer|ARGS "youcantoo00\.net" -SecRule HTTP_Referer|ARGS "youheyhey\.info" -SecRule HTTP_Referer|ARGS "youneedvisit\.com" -SecRule HTTP_Referer|ARGS "your1choice\.net" -SecRule HTTP_Referer|ARGS "yourfreenews\.net" -SecRule HTTP_Referer|ARGS "yourfungamesgroup\.net" -SecRule HTTP_Referer|ARGS "yourmanhood\.com" -SecRule HTTP_Referer|ARGS "yourontheway\.com" -SecRule HTTP_Referer|ARGS "yourrewardsdept\.com" -SecRule HTTP_Referer|ARGS "youvebeenwrapped\.com" -SecRule HTTP_Referer|ARGS "yroundharbourgb\.net" -SecRule HTTP_Referer|ARGS "ysno\.com" -SecRule HTTP_Referer|ARGS "ytjfgh\.com" -SecRule HTTP_Referer|ARGS "yu220708361\.com" -SecRule HTTP_Referer|ARGS "yukosoilandgas\.net" -SecRule HTTP_Referer|ARGS "yukosoilandgass\.net" -SecRule HTTP_Referer|ARGS "yummyfirstcourse\.com" -SecRule HTTP_Referer|ARGS "yungjun\.com" -SecRule HTTP_Referer|ARGS "yungjun2\.com" -SecRule HTTP_Referer|ARGS "yuzwgg\.info" -SecRule HTTP_Referer|ARGS "yxyhkn\.com" -SecRule HTTP_Referer|ARGS "z1investments\.biz" -SecRule HTTP_Referer|ARGS "zaca\.info" -SecRule HTTP_Referer|ARGS "zachemnefertazs\.biz" -SecRule HTTP_Referer|ARGS "zachmneesterfas\.biz" -SecRule HTTP_Referer|ARGS "zaebalistorase\.biz" -SecRule HTTP_Referer|ARGS "zafegosizifa\.info" -SecRule HTTP_Referer|ARGS "zagapony\.com" -SecRule HTTP_Referer|ARGS "zamozimogoho\.com" -SecRule HTTP_Referer|ARGS "zaniqifi\.com" -SecRule HTTP_Referer|ARGS "zdadly\.com" -SecRule HTTP_Referer|ARGS "zenflip\.info" -SecRule HTTP_Referer|ARGS "zenyhyhasotapo\.com" -SecRule HTTP_Referer|ARGS "zero1refinance\.com" -SecRule HTTP_Referer|ARGS "zesadabyvysu\.biz" -SecRule HTTP_Referer|ARGS "zexooter\.com" -SecRule HTTP_Referer|ARGS "zibodidosu\.org" -SecRule HTTP_Referer|ARGS "zirymabegote\.com" -SecRule HTTP_Referer|ARGS "znayuuchtovpiush\.biz" -SecRule HTTP_Referer|ARGS "znxbcv\.info" -SecRule HTTP_Referer|ARGS "zogr\.info" -SecRule HTTP_Referer|ARGS "zubonekigyza\.com" -SecRule HTTP_Referer|ARGS "pharmacy-top-ranked\.com" -SecRule HTTP_Referer|ARGS "\.e-pills-4u\.com" -SecRule HTTP_Referer|ARGS "threethreethree\.us" -SecRule HTTP_Referer|ARGS "zucesedafy\.com" -SecRule HTTP_Referer|ARGS "zudogujomo\.com" -SecRule HTTP_Referer|ARGS "zudykytyhiqowe\.com" -SecRule HTTP_Referer|ARGS "zunizeviwysyra\.com" -SecRule HTTP_Referer|ARGS "zw4gwh\.com" -SecRule HTTP_Referer|ARGS "zzfjyds8j\.com" -SecRule HTTP_Referer|ARGS "cafexml\.com" -SecRule HTTP_Referer|ARGS "cameralover\.net" -SecRule HTTP_Referer|ARGS "(rape|incest)[0-9]\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "caclbca\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "erealtystore\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "quality-poker\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "gay-porn\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "gay+[\w\-_.]*porn\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "adspoll\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "lot+[\w\-_.]*cash\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "lot-cash\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "(mature|rape|incest)wow\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "plenty+[\w\-_.]*cash\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "voyeur[0-9]\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "\.zoo[0-9]\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "t-e-x-a-s-poker\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "t[\w\-_.]*e[\w\-_.]*x[\w\-_.]*a[\w\-_.]*s[\w\-_.]*poker\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "beast[\w\-_.]*adult\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "[\w\-_.]*adult\.(com|net|info|biz|org)" -SecRule HTTP_Referer|ARGS "shemale[0-9]\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "americasparty\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "\.ipeddle\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "casino+[\w\-_.]*500\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "caribbeanfestival\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "poker-check\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "poker+[\w\-_.]*check\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "casino-bu\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "casino+[\w\-_.]*bu\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "hobbyworkshop\.(com|net|org|info)" -SecRule HTTP_Referer|ARGS "moneydetails\.(com|net|org|info)" -SecRule HTTP_Referer|ARGS "emistry\.(com|net|org|info)" -SecRule HTTP_Referer|ARGS "dostavka\.ru" -SecRule HTTP_Referer|ARGS "ematrix\.ru" -SecRule HTTP_Referer|ARGS "budgethawaii\.net" -SecRule HTTP_Referer|ARGS "online-casino-tfx\.com" -SecRule HTTP_Referer|ARGS "ledpt\.com" -SecRule HTTP_Referer|ARGS "\.poker+[\w\-_.]*spanish\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "\.hobbyworkshop\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "\.joshtrading\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "\.straightlineteam\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "zoophilia\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "\.bayfronthomes\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "sex-with-(dog|horse)" -SecRule HTTP_Referer|ARGS "blowing-a-(dog|horse)" -SecRule HTTP_Referer|ARGS "explicit+[\w\-_.]*farm+[\w\-_.]*girls" -SecRule HTTP_Referer|ARGS "paris+[\w\-_.]*hilton+[\w\-_.]*video" -SecRule HTTP_Referer|ARGS "granny+[\w\-_.]*sex+[\w\-_.]*sites" -SecRule HTTP_Referer|ARGS "(russian|young)+[\w\-_.]*girls+[\w\-_.]*nude" -SecRule HTTP_Referer|ARGS "\.hotels4asia\.com" -SecRule HTTP_Referer|ARGS "\.vpartnerships\.com" -SecRule HTTP_Referer|ARGS "\.mydivx\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "\.sexcam-network\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "\.mpeg[0-9][0-9][0-9]\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "\.pawnauctions?\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "\.d2g\.(com|net|info|biz|org)" -SecRule HTTP_Referer|ARGS "\.xer\.dns2go\.com" -SecRule HTTP_Referer|ARGS "\.mygamesite\.net" -SecRule HTTP_Referer|ARGS "\.esite\.pl" -SecRule HTTP_Referer|ARGS "\.idlegames\.(net|com|org|info|biz)" -SecRule HTTP_Referer|ARGS "hot+[\w\-_.]*search\.us" -SecRule HTTP_Referer|ARGS "great+[\w\-_.]*money\.(com|net|org|info|biz)" -SecRule HTTP_Referer|ARGS "\.blogdns\.net" -SecRule HTTP_Referer|ARGS "\.v2to\.info" -SecRule HTTP_Referer|ARGS "\.myip\.org" -SecRule HTTP_Referer|ARGS "\.immediately-credit\.com" -SecRule HTTP_Referer|ARGS "\.just-doctor\.com" -SecRule HTTP_Referer|ARGS "\.ath\.cx" -SecRule HTTP_Referer|ARGS "\.27south\.(com|net|org|info|biz)" -SecRule HTTP_Referer|ARGS "\.101main\.(com|net|org|info|biz)" -SecRule HTTP_Referer|ARGS "\.24sws\.ws" -SecRule HTTP_Referer|ARGS "\.x[\w\-_.]8\.org\.uk" -SecRule HTTP_Referer|ARGS "\.x-8\.org\.uk" -SecRule HTTP_Referer|ARGS "\.0up\.org" -SecRule HTTP_Referer|ARGS "\.sms2\.us" -SecRule HTTP_Referer|ARGS "\.6-9\.us" -SecRule HTTP_Referer|ARGS "\.00no\.info" -SecRule HTTP_Referer|ARGS "\.realtorx2\.com" -SecRule HTTP_Referer|ARGS "\.ouragent\.net" -SecRule HTTP_Referer|ARGS "\.homeloanselect\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "\.opacity\.[a-z]{2,}/links" -SecRule HTTP_Referer|ARGS "\.opacity\.us" -SecRule HTTP_Referer|ARGS "\.local-dating\.info" -SecRule HTTP_Referer|ARGS "\.linux-dude\.com" -SecRule HTTP_Referer|ARGS "online-forex-trading-currency-exchange" -SecRule HTTP_Referer|ARGS "\.vneighbor\.com" -SecRule HTTP_Referer|ARGS "\.useful-pills\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "\.idleplay\.(com|net|org|biz|info)" -SecRule HTTP_Referer|ARGS "audio+[\w\-_.]*stream\.net" -SecRule HTTP_Referer|ARGS "slot+[\w\-_.]*machine" -SecRule HTTP_Referer|ARGS "play+[\w\-_.]*slots" -SecRule HTTP_Referer|ARGS "(paxil|diet+[\w\-_.]*pills)\.dyndns\.org" -SecRule HTTP_Referer|ARGS "prozac+[\w\-_.]*online\.dyndns\.org" -SecRule HTTP_Referer "\.(sie|xn|edj|none|80|5x|dz|bo|qd|lt|og)\.pl$" -SecRule ARGS "\.(sie|xn|edj|none|80|5x|dz|bo|qd|lt|og)\.pl" -SecRule HTTP_Referer|ARGS "\.topcities\.com" -SecRule HTTP_Referer|ARGS "\.me\.ly" -SecRule HTTP_Referer|ARGS "\.cast\.cc" -SecRule HTTP_Referer|ARGS "\.all+[\w\-_.]notebooks+[\w\-_.]sale\.com" -SecRule HTTP_Referer|ARGS "manik\.blog+[\w\-_.]city\.com" -SecRule HTTP_Referer|ARGS "\.blog+[\w\-_.]city\.com" -SecRule HTTP_Referer|ARGS "\.adult+[\w\-_.]anime+[\w\-_.]site" -SecRule HTTP_Referer|ARGS "mail15\.com" -SecRule HTTP_Referer|ARGS "\.nfo\.at" -SecRule HTTP_Referer|ARGS "\.dynup\.net" -SecRule HTTP_Referer|ARGS "\.pkak\.com" -SecRule HTTP_Referer|ARGS "\.b8w\.net" -SecRule HTTP_Referer|ARGS "\.9a7\.net" -SecRule HTTP_Referer|ARGS "tips-online-gambling" -SecRule HTTP_Referer|ARGS "empire-poker" -SecRule HTTP_Referer|ARGS "\.doctor-here\.com" -SecRule HTTP_Referer|ARGS "\.vgardening\.com" -SecRule HTTP_Referer|ARGS "\.vmailman\.com" -SecRule HTTP_Referer|ARGS "\.nfspaydayloan\.com" -SecRule HTTP_Referer|ARGS "\.special-medical\.com" -SecRule HTTP_Referer|ARGS "\.just-pharmacy\.com" -SecRule HTTP_Referer|ARGS "\.personalloanmarket\.com" -SecRule HTTP_Referer|ARGS "\.talentbroker\.net" -SecRule HTTP_Referer|ARGS "\.redhatdolls\.com" -SecRule HTTP_Referer|ARGS "\.thexmlguys\.com" -SecRule HTTP_Referer|ARGS "\.yours-cash\.com" -SecRule HTTP_Referer|ARGS "\.realtysmart\.net" -SecRule HTTP_Referer|ARGS "\.sportsexpert\.net" -SecRule HTTP_Referer|ARGS "take-mortgage\.com" -SecRule HTTP_Referer|ARGS "mortgage-rates" -SecRule HTTP_Referer|ARGS "\.4u-money\.com" -SecRule HTTP_Referer|ARGS "\.bravehost\.com" -SecRule HTTP_Referer|ARGS "\.professional-doctor\.com" -SecRule HTTP_Referer|ARGS "\.(mortgage|finance|medical|doctor)+[\w\-_.]*((2|4)(you|all))\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "\.atspace\.com" -SecRule HTTP_Referer|ARGS "\.snap\.to" -SecRule HTTP_Referer|ARGS "pharm+[\w\-_.]online\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "poker4spain.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "anabolic+[\w\-_.]steroi.*\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "mynicemailat\.com" -#SecRule HTTP_Referer|ARGS "\.tripod\.com" -SecRule HTTP_Referer|ARGS "angelfire\.com" -SecRule HTTP_Referer|ARGS "top+[\w\-_.]france+[\w\-_.]hotels" -SecRule HTTP_Referer|ARGS "\.staticip\.de" -SecRule HTTP_Referer|ARGS "\.hotinfocenter\.com" -SecRule HTTP_Referer|ARGS "credit+[\w\-_.]card+[\w\-_.]financing" -SecRule HTTP_Referer|ARGS "steroids\.dd\.vu" -SecRule HTTP_Referer|ARGS "\.jixx\.de" -SecRule HTTP_Referer|ARGS "\.web\.gg" -SecRule HTTP_Referer|ARGS "\.x\.gg" -SecRule HTTP_Referer|ARGS "\.pkak\.com" -SecRule HTTP_Referer|ARGS "\.edy2\.com" -SecRule HTTP_Referer|ARGS "no+[\w\-_.]*download+[\w\-_.]*poker" -SecRule HTTP_Referer|ARGS "vmillionaire\.(com|net|org|biz|info)" -SecRule HTTP_Referer|ARGS "vselling\.(com|net|org|biz|info)" -SecRule HTTP_Referer|ARGS "vsymphony\.(com|net|org|biz|info)" -SecRule HTTP_Referer|ARGS "vmousetrap\.(com|net|org|biz|info)" -SecRule HTTP_Referer|ARGS "vthought\.(com|net|org|biz|info)" -SecRule HTTP_Referer|ARGS "vpawnshop\.(com|net|org|biz|info)" -SecRule HTTP_Referer|ARGS "meridiancapitalinc\.com" -SecRule HTTP_Referer|ARGS "\.realestatenow\.net" -SecRule HTTP_Referer|ARGS "pantyhose[0-9]\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "compounding+[\w\-_.]*pharmacy" -SecRule HTTP_Referer|ARGS "(compare|debt+[\w\-_.]*negotiation).*credit+[\w\-_.]*card" -SecRule HTTP_Referer|ARGS "including+[\w\-_.]*poker\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "paris+[\w_.]*hilton" -SecRule HTTP_Referer|ARGS "only+[\w\-_.]*casino\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "shoujimoka\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "united+[\w\-_.]*rotary+[\w\-_.]*china\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "cdrom+[\w\-_.]*gratis+[\w\-_.]*casino" -SecRule HTTP_Referer|ARGS "bad+[\w\-_.]*credit+[\w\-_.]*loans" -SecRule HTTP_Referer|ARGS "k-72\.com" -SecRule HTTP_Referer|ARGS "1fh\.net" -SecRule HTTP_Referer|ARGS "foundetion\.com" -SecRule HTTP_Referer|ARGS "istarthere\.com" -SecRule HTTP_Referer|ARGS "1999cn\.com" -SecRule HTTP_Referer|ARGS "\.realestatehotbuys\.com" -SecRule HTTP_Referer|ARGS "\.realestatehotdeals\.com" -SecRule HTTP_Referer|ARGS "198net\.com" -SecRule HTTP_Referer|ARGS "410300\.com" -SecRule HTTP_Referer|ARGS "\.understand-poker\.com" -SecRule HTTP_Referer|ARGS "\.678a\.com" -SecRule HTTP_Referer|ARGS "coolmsm\.com" -SecRule HTTP_Referer|ARGS "\.eu\.gg" -SecRule HTTP_Referer|ARGS "\.taobao\.com" -SecRule HTTP_Referer|ARGS "\.vcontacts\.com" -SecRule HTTP_Referer|ARGS "jj110\.com\.cn" -SecRule HTTP_Referer|ARGS "\.hsmd\.net" -SecRule HTTP_Referer|ARGS "\.great-finance\.com" -SecRule HTTP_Referer|ARGS "\.white-pills\.com" -SecRule HTTP_Referer|ARGS "purchase-antibiotics-online" -SecRule HTTP_Referer|ARGS "\.hbthlj\.com" -SecRule HTTP_Referer|ARGS "\.isavecoupons\.com" -SecRule HTTP_Referer|ARGS "centralmainewedding\.com" -SecRule HTTP_Referer|ARGS "\.detuo\.com" -SecRule HTTP_Referer|ARGS "sexoexcite\.com" -SecRule HTTP_Referer|ARGS "\.guest\.de" -SecRule HTTP_Referer|ARGS "carisoprodol2online" -SecRule HTTP_Referer|ARGS "findmenow\.info" -SecRule HTTP_Referer|ARGS "typepad\.com" -SecRule HTTP_Referer|ARGS "mortgage4sa\.com" -SecRule HTTP_Referer "personal-loans" -SecRule HTTP_Referer|ARGS "(cash|payday)[-| ](advance|loan)" -SecRule HTTP_Referer|ARGS "\.hn\.org" -SecRule HTTP_Referer|ARGS "\.uccpp\.org" -SecRule HTTP_Referer|ARGS "\.4u-money\.com" -SecRule HTTP_Referer|ARGS "\.toylane\.net" -SecRule HTTP_Referer|ARGS "\.this-insurance\.com" -SecRule HTTP_Referer|ARGS "\.bargainhunt\.net" -SecRule HTTP_Referer|ARGS "\.insurance-alerts\.com" -SecRule HTTP_Referer|ARGS "\.finance-ways\.com" -SecRule HTTP_Referer|ARGS "\.funpic\.org" -SecRule HTTP_Referer|ARGS "\.vined\.com" -SecRule HTTP_Referer|ARGS "\.vfacility\.com" -SecRule HTTP_Referer|ARGS "\.allkinds-pills\.com" -SecRule HTTP_Referer|ARGS "\.4all-prescription\.com" -SecRule HTTP_Referer|ARGS "\.4all-credit\.com" -SecRule HTTP_Referer|ARGS "\.available-prescription\.com" -SecRule HTTP_Referer|ARGS "\.weierunique\.com" -SecRule HTTP_Referer|ARGS "\.casinos4spain\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "\.vinsider\.com" -SecRule HTTP_Referer|ARGS "\.smsportali\.net" -SecRule HTTP_Referer|ARGS "\.canyonresearch\.org" -SecRule HTTP_Referer|ARGS "\.pills-best\.com" -SecRule HTTP_Referer|ARGS "\.top-wins-200[5-6].com" -SecRule HTTP_Referer|ARGS "\.party-poker-e\.com" -SecRule HTTP_Referer|ARGS "\.rohkalby\.net" -SecRule HTTP_Referer|ARGS "\.zen-izauk\.org" -SecRule HTTP_Referer|ARGS "\.betting-odds\.ws" -SecRule HTTP_Referer|ARGS "\.4hs8\.com" -SecRule HTTP_Referer|ARGS "\.vjuror\.com" -SecRule HTTP_Referer|ARGS "\.realtorlist\.net" -SecRule ARGS "Take(\+|\w|_|-)your(\+|\w|_|-)time(\+|\w|_|-)to(\+|\w|_|-)take(\+|\w|_|-)a(\+|\w|_|-)look(\+|\w|_|-)at(\+|\w|_|-)some(\+|\w|_|-)relevant(\+|\w|_|-)pages(\+|\w|_|-)about" -SecRule HTTP_Referer|ARGS "\.vjackpot\.com" -SecRule HTTP_Referer|ARGS "accept-credit-cards" -SecRule HTTP_Referer|ARGS "omaha-hi-low-poker" -SecRule HTTP_Referer|ARGS "anziobay\.com" -SecRule HTTP_Referer|ARGS "\.xer\.dns2go\.com" -SecRule HTTP_Referer|ARGS "\.cash-2u\.com" -SecRule HTTP_Referer|ARGS "\.rarefind\.net" -SecRule HTTP_Referer|ARGS "\.hurstville\.org" -SecRule HTTP_Referer|ARGS "\.mcr8\.com" -SecRule HTTP_Referer|ARGS "(best|internet|online)+[\w\-_.]*(craps|blackjack|poker)" -SecRule HTTP_Referer|ARGS "girls+[\w\-_.]*real\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "blackjack-game" -SecRule HTTP_Referer|ARGS "\.vexpert\.com" -SecRule HTTP_Referer|ARGS "\.bannbaba\.com" -SecRule HTTP_Referer|ARGS "\.money-plans\.com" -SecRule HTTP_Referer|ARGS "\.kulu-best\.com" -SecRule HTTP_Referer|ARGS "paydayloan\.com" -SecRule HTTP_Referer|ARGS "\.rebuildsanmateohighschool\.org" -SecRule HTTP_Referer|ARGS "\.infinitecomplexity\.org" -SecRule HTTP_Referer|ARGS "\.alamuk\.com" -SecRule HTTP_Referer|ARGS "\.available-credit\.com" -SecRule HTTP_Referer|ARGS "\.real+[\w\-_.]*estate+[\w\-_.]*companies\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "cyber-robotics\.com" -SecRule HTTP_Referer|ARGS "\.0808cn\.cn" -SecRule HTTP_Referer|ARGS "\.d-c-o\.cn" -SecRule HTTP_Referer|ARGS "\.rarehomes\.net" -SecRule HTTP_Referer|ARGS "\.myholisticdentist\.com" -SecRule HTTP_Referer|ARGS "\.jixx\.net" -SecRule HTTP_Referer|ARGS "\.poolsmart\.net" -SecRule HTTP_Referer|ARGS "\.fairrx\.com" -SecRule HTTP_Referer|ARGS "net-search\.org" -SecRule HTTP_Referer|ARGS "egygift\.com" -SecRule HTTP_Referer|ARGS "\.shoeshot\.com" -SecRule HTTP_Referer|ARGS "\.liveclothes\.com" -SecRule HTTP_Referer|ARGS "\.realtorx2\.com" -SecRule HTTP_Referer|ARGS "\.ihomebroker\.com" -SecRule HTTP_Referer|ARGS "\.lgh\.dyndns\.dk/" -SecRule HTTP_Referer|ARGS "\.azonos\.com" -SecRule HTTP_Referer|ARGS "\.ultrabest\.info" -SecRule HTTP_Referer|ARGS "\.rainbowfactory\.net" -SecRule HTTP_Referer|ARGS "\.planyourhome\.net" -SecRule HTTP_Referer|ARGS "\.isacommie\.com" -SecRule HTTP_Referer|ARGS "\.pills-home\.com" -SecRule HTTP_Referer|ARGS "\.cheat-elite\.com" -SecRule HTTP_Referer|ARGS "\.take-mortgage\.com/" -SecRule HTTP_Referer|ARGS "\.realantiques\.net" -SecRule HTTP_Referer|ARGS "\.cheat-elite\.com" -SecRule HTTP_Referer|ARGS "\.vtoyshop\.com" -SecRule HTTP_Referer|ARGS "pharmacies-online" -SecRule HTTP_Referer|ARGS "\.e-top-pharmacy\.com" -SecRule HTTP_Referer|ARGS "buy-2005\.com" -SecRule HTTP_Referer|ARGS "available-prescription\.com" -SecRule HTTP_Referer|ARGS "10-pills\.com" -SecRule HTTP_Referer|ARGS "\.real-estate-shop\.com" -SecRule HTTP_Referer|ARGS "\.craps-table\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "\.bestleadinglenders\.com" -SecRule HTTP_Referer|ARGS "\.zoosex\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "\.web\.gg" -SecRule HTTP_Referer|ARGS "\.zindagi\.us" -SecRule HTTP_Referer|ARGS "\.chat-nett\.com" -SecRule HTTP_Referer|ARGS "\.pawnauctions\.net" -SecRule HTTP_Referer|ARGS "\.petsellers\.net" -SecRule HTTP_Referer|ARGS "\.parentcompany\.net" -SecRule HTTP_Referer|ARGS "\.registrarprice\.com" -SecRule HTTP_Referer|ARGS "\.card-games-trx\.com" -SecRule HTTP_Referer|ARGS "\.lookscute\.com" -SecRule HTTP_Referer|ARGS "\.vquality\.com" -SecRule HTTP_Referer|ARGS "\.epraha\.info" -SecRule HTTP_Referer|ARGS "\.crimeanet\.com" -SecRule HTTP_Referer|ARGS "\.freazer\.com" -SecRule HTTP_Referer|ARGS "\.majorclick\.com" -SecRule HTTP_Referer|ARGS "\.sapo\.pt" -SecRule HTTP_Referer|ARGS "\.agentpro\.net" -SecRule HTTP_Referer|ARGS "\.musicbox1\.com" -SecRule HTTP_Referer|ARGS "\.mista-x\.net" -SecRule HTTP_Referer|ARGS "\.vnsoul\.org" -SecRule HTTP_Referer|ARGS "\.unique-pills\.com" -SecRule HTTP_Referer|ARGS "\.playcasino777\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "\.fr\.mn" -SecRule HTTP_Referer|ARGS "\.vdude\.com" -SecRule HTTP_Referer|ARGS "\.vdirections\.com" -SecRule HTTP_Referer|ARGS "\.webpark\.pl" -SecRule HTTP_Referer|ARGS "\.stopspending\.org" -SecRule HTTP_Referer|ARGS "\.mynet-poker\.com" -SecRule HTTP_Referer|ARGS "\.dickensfoundation\.org" -SecRule HTTP_Referer|ARGS "\.progressiveupdate\.net" -SecRule HTTP_Referer|ARGS "\.rulo\.biz" -SecRule HTTP_Referer|ARGS "\.bnetsol\.com" -SecRule HTTP_Referer|ARGS "\.allkinds-pills\.com" -SecRule HTTP_Referer|ARGS "\.available-poker\.com" -SecRule HTTP_Referer|ARGS "\.vpshs\.com" -SecRule HTTP_Referer|ARGS "\.recommendlist\.com" -SecRule HTTP_Referer|ARGS "\.wgaga\.com" -SecRule HTTP_Referer|ARGS "\.zoowow\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "chance2mail\.com" -SecRule HTTP_Referer|ARGS "\.sudtuiles\.com" -SecRule HTTP_Referer|ARGS "\.great-doctor\.com" -SecRule HTTP_Referer|ARGS "\.realty-discounts\.com" -SecRule HTTP_Referer|ARGS "\.aivci\.com" -SecRule HTTP_Referer|ARGS "\.vacuums\.be" -SecRule HTTP_Referer|ARGS "\.digitalbomb\.com" -SecRule HTTP_Referer|ARGS "\.kw\.pl" -SecRule HTTP_Referer|ARGS "\.artisticlandscapes\.net" -SecRule HTTP_Referer|ARGS "\.mid-atlantic-aroc\.org" -SecRule HTTP_Referer|ARGS "\.silicon-prairie\.org" -SecRule HTTP_Referer|ARGS "bestiality+[\w\-_.]*movies" -SecRule HTTP_Referer|ARGS "\.clicksolidario\.org" -SecRule HTTP_Referer|ARGS "casino.*\.(net|com|org|us|biz|info)" -SecRule HTTP_Referer|ARGS "casino\.(net|com|org|us|biz|info)" -SecRule HTTP_Referer|ARGS "buysouthfla\.com" -SecRule HTTP_Referer|ARGS "\.schildert\.nl" -SecRule HTTP_Referer|ARGS "\.amazing-credit\.com" -SecRule HTTP_Referer|ARGS "\.kwik.to" -SecRule HTTP_Referer|ARGS "\.grab-mortgage\.com" -SecRule HTTP_Referer|ARGS "\.money-lovers\.com" -SecRule HTTP_Referer|ARGS "\.affordableantiques\.net" -SecRule HTTP_Referer|ARGS "\.birchfieldharriers\.org" -SecRule HTTP_Referer|ARGS "\.antispysoft2005\.com" -SecRule HTTP_Referer|ARGS "\.hotinfocenter\.com" -SecRule HTTP_Referer|ARGS "windowsexplorer\.com" -SecRule HTTP_Referer|ARGS "cutezone\.com" -SecRule HTTP_Referer|ARGS "\.free-websites\.com" -SecRule HTTP_Referer|ARGS "\.optus\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "\.bpa\.nu" -SecRule HTTP_Referer|ARGS "taboo-incest" -SecRule HTTP_Referer|ARGS "\.musicdots\.com" -SecRule HTTP_Referer|ARGS "\.studyinslovakia\.com" -SecRule HTTP_Referer|ARGS "\.looxe\.be" -SecRule HTTP_Referer|ARGS "\.poker-e-win\.com" -SecRule HTTP_Referer|ARGS "\.ruinfo\.org" -SecRule HTTP_Referer|ARGS "\.lookin\.at" -SecRule HTTP_Referer|ARGS "\.top-wins-2005\.com" -SecRule HTTP_Referer|ARGS "\.fidelityfunding\.net/" -SecRule HTTP_Referer|ARGS "\.medical-4you\.com" -SecRule HTTP_Referer|ARGS "acne+[\w\-_.]*treatment" -SecRule HTTP_Referer|ARGS ".pissing[0-9]\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "\.sexbrowsing\.com" -SecRule HTTP_Referer|ARGS "\.vreporters\.com" -SecRule HTTP_Referer|ARGS "\.goditi\.com" -SecRule HTTP_Referer|ARGS "\.furni\.org" -SecRule HTTP_Referer|ARGS "\.nfsautoloan\.com" -SecRule HTTP_Referer|ARGS "\.nutzu\.com" -SecRule HTTP_Referer|ARGS "\.trbq\.ws" -SecRule HTTP_Referer|ARGS "\.homesbysellers\.net" -SecRule HTTP_Referer|ARGS "\.e-buy-200[4567]\.com" -SecRule HTTP_Referer|ARGS "\.pharmacy-top-ranked\.com/" -SecRule HTTP_Referer|ARGS "\.vmasterpiece\.com" -SecRule HTTP_Referer|ARGS|ARGS|REQUEST_BODY|REQUEST_URI "\.esynn\.net" -SecRule HTTP_Referer|ARGS|ARGS|REQUEST_BODY|REQUEST_URI "\.synnweb\.com" -SecRule HTTP_Referer|ARGS|ARGS|REQUEST_BODY|REQUEST_URI "\.synn[a-z]\.com" -SecRule HTTP_Referer|ARGS|ARGS|REQUEST_BODY|REQUEST_URI "\.sumali\.com" -SecRule ARGS:comment "May\+be\+this\+is\+BAD.*but\+is\+something\+different" -SecRule ARGS|ARGS|REQUEST_BODY|REQUEST_URI "title=poker+[\w\-_.]*run.*url=" -SecRule HTTP_Referer|ARGS "anzwers\.(net|com|org|info|biz)" -SecRule HTTP_Referer|ARGS "berlin-hotel-4u\.com" -SecRule HTTP_Referer|ARGS "thesitefights\.com" -SecRule HTTP_Referer|ARGS "\.journalspace\.com" -SecRule HTTP_Referer|ARGS "\.ijijiji\.com" -SecRule HTTP_Referer|ARGS "\.tiscali\.cz" -SecRule HTTP_Referer|ARGS "\.milcobook\.com" -SecRule HTTP_Referer|ARGS "\.sumali\.com" -SecRule HTTP_Referer|ARGS "\.usdata\.com\.cn" -SecRule HTTP_Referer|ARGS "\.neteller+[\w\-_.]*casinos\.ws" -SecRule HTTP_Referer|ARGS "\.best+[\w\-_.]*casino\.biz" -SecRule HTTP_Referer|ARGS "www\.smogless\.com" -SecRule HTTP_Referer|ARGS "\.the-village\.bc\.nu" -SecRule HTTP_Referer|ARGS "\.realtysite\.(com|net|org|info|biz)" -SecRule HTTP_Referer|ARGS "money+[\w\-_.]*plans\.(com|net|info|org)" -SecRule HTTP_Referer|ARGS "dogs+[\w\-_.]*doing+[\w\-_.]*(girl|bitch|women)" -SecRule HTTP_Referer|ARGS "casino+[\w\-_.]*espana+[\w\-_.]*(portal|web)" -SecRule HTTP_Referer|ARGS "sex+[\w\-_.]*with+[\w\-_.]*(girl|bitch|women|horse|dog|animal)" -SecRule HTTP_Referer|ARGS "hard+[\w\-_.]*(horse|dog)+[\w\-_.]*(cock|penis|dick)" -SecRule HTTP_Referer|ARGS "(horse|dog)+[\w\-_.]*blowjob" -SecRule HTTP_Referer|ARGS "(www\.)?.*accepted.cc$" -SecRule HTTP_Referer|ARGS "(www\.)?.*episodesusdbz" -SecRule HTTP_Referer|ARGS "(www\.)?advancedmoneyloans.*" -SecRule HTTP_Referer|ARGS "(www\.)?affiliplanet" -SecRule HTTP_Referer|ARGS "(www\.)?apart-?design" -SecRule HTTP_Referer|ARGS "(www\.)?auktion" -SecRule HTTP_Referer|ARGS "(www\.)?autogewinne24" -SecRule HTTP_Referer|ARGS "(www\.)?autospiele24" -SecRule HTTP_Referer|ARGS "(www\.)?babay" -SecRule HTTP_Referer|ARGS "(www\.)?euromillionen" -SecRule HTTP_Referer|ARGS "(www\.)?eurowins" -SecRule HTTP_Referer|ARGS "(www\.)?geldspiele24" -SecRule HTTP_Referer|ARGS "(www\.)?goovle" -SecRule HTTP_Referer|ARGS "(www\.)?gsm-support" -SecRule HTTP_Referer|ARGS "(www\.)?gzltax" -SecRule HTTP_Referer|ARGS "(www\.)?heil-fasten" -SecRule HTTP_Referer|ARGS "(www\.)?immobiliengewinne24" -SecRule HTTP_Referer|ARGS "(www\.)?internetsupervision" -SecRule HTTP_Referer|ARGS "(www\.)?keywordmaster" -SecRule HTTP_Referer|ARGS "(www\.)?nackt-stars-nackt" -SecRule HTTP_Referer|ARGS "(www\.)?one2onemag" -SecRule HTTP_Referer "\.qw8\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "(www\.)?referrer-script" -SecRule HTTP_Referer|ARGS "profitable+[\w\-_.\+]*forex+[\w\-_.\+]*trading+[\w\-_.\+]*systems" -SecRule HTTP_Referer|ARGS "(www\.)?ranking-hits" -SecRule HTTP_Referer|ARGS "(www\.)?reisegewinne24" -SecRule HTTP_Referer "(www\.)?rootfood" -SecRule HTTP_Referer|ARGS "(www\.)?single66" -SecRule HTTP_Referer|ARGS "(www\.)?slamhost" -SecRule HTTP_Referer|ARGS "(www\.)?spielepsychatrie" -SecRule HTTP_Referer|ARGS "(www\.)?superface" -SecRule HTTP_Referer|ARGS "(www\.)?texasholdem" -SecRule HTTP_Referer|ARGS "(www\.)?topgewinn24" -SecRule HTTP_Referer|ARGS "(www\.)?topspiele24" -SecRule HTTP_Referer|ARGS "(www\.)?transexual" -SecRule HTTP_Referer|ARGS "(www\.)?usa-wins" -SecRule HTTP_Referer|ARGS "(www\.)?vendini" -SecRule HTTP_Referer|ARGS "(www\.)?webmasterplan" -SecRule HTTP_Referer|ARGS "(www\.)?wichsfick" -SecRule HTTP_Referer|ARGS "(www\.)?wseeker" -SecRule HTTP_Referer|ARGS "(www\.)?yachtdurak" -SecRule HTTP_Referer|ARGS "Payday Loan" -#SecRule HTTP_Referer|ARGS "(www\.)?(xmaster.*|xmaster)\.[a-z]{2,}" -#SecRule HTTP_Referer|ARGS "www.*\.blogspot" -SecRule HTTP_Referer|ARGS "(www\.)?yahh+oo" -#SecRule HTTP_Referer|ARGS "(www\.)?.*[\w\-_.]?(adult|anal[\w\-_/]|blow.?job|gay|cum+shot|casino|incest|mature|nude|piss|porn|pussy|sex|teen|tits|titten|wichsab|wichslos|shemale)+[\w\-_].*\.[a-z]{2,}" - -#new patterns -SecRule REQUEST_URI "/guest\.php\?name=.*web=.*homepage=.*home=.*phone=86881154" -SecRule REQUEST_URI "/guest\.php\?name=.*web=.*homepage=.*home=.*phone=010-684" -SecRule REQUEST_URI "/guest\.php\?name=\xd5\xc5\xd7\xd3\xbd\xad" - -#broken spammer tool sign -SecRule REQUEST_URI "href.*http.*\{@\DOMAIN}\.*\{\@URL\}.*\{\@ANCHOR\}" - -SecRule HTTP_Referer|ARGS "\.1click-paydayloan\.com" -SecRule HTTP_Referer|ARGS "\.all-credit-report\.com" -SecRule HTTP_Referer|ARGS "\.all-paydayloan\.com" -SecRule HTTP_Referer|ARGS "\.another-pharmacy\.com" -SecRule HTTP_Referer|ARGS "\.any-poker\.com" -SecRule HTTP_Referer|ARGS "\.available-loan\.com" -SecRule HTTP_Referer|ARGS "\.bargainhunt\.net" -SecRule HTTP_Referer|ARGS "\.blest-doctor\.com" -SecRule HTTP_Referer|ARGS "\.credit-report-24x7\.com" -SecRule HTTP_Referer|ARGS "\.credit-report-2u\.com" -SecRule HTTP_Referer|ARGS "\.credit-report-4u\.com" -SecRule HTTP_Referer|ARGS "\.credit-report-extras\.com" -SecRule HTTP_Referer|ARGS "\.credit-report-net\.com" -SecRule HTTP_Referer|ARGS "\.dedicated-pharmacy\.com" -SecRule HTTP_Referer|ARGS "\.different-mortgage\.com" -SecRule HTTP_Referer|ARGS "\.excellent-pharmacy\.com" -SecRule HTTP_Referer|ARGS "\.finance-ways\.com" -SecRule HTTP_Referer|ARGS "\.insurance-packages\.com" -SecRule HTTP_Referer|ARGS "\.loan-24x7\.com" -SecRule HTTP_Referer|ARGS "\.loan-4all\.com" -SecRule HTTP_Referer|ARGS "\.loan-here\.com" -SecRule HTTP_Referer|ARGS "\.loan-owner\.com" -SecRule HTTP_Referer|ARGS "\.loan-results\.com" -SecRule HTTP_Referer|ARGS "\.loan-variety\.com" -SecRule HTTP_Referer|ARGS "\.mine-doctor\.com" -SecRule HTTP_Referer|ARGS "\.mortgage-certificates\.com" -SecRule HTTP_Referer|ARGS "\.mortgage-day\.com" -SecRule HTTP_Referer|ARGS "\.mortgage-ext\.com" -SecRule HTTP_Referer|ARGS "\.mortgage-grab\.com" -SecRule HTTP_Referer|ARGS "\.mortgage-owners\.com" -SecRule HTTP_Referer|ARGS "\.mortgage-plans\.com" -SecRule HTTP_Referer|ARGS "\.mortgage-save\.com" -SecRule HTTP_Referer|ARGS "\.mortgage-start\.com" -SecRule HTTP_Referer|ARGS "\.only-credit-report\.com" -SecRule HTTP_Referer|ARGS "\.only-doctor\.com" -SecRule HTTP_Referer|ARGS "\.open-pharmacy\.com" -SecRule HTTP_Referer|ARGS "\.paydayloan-24x7\.com" -SecRule HTTP_Referer|ARGS "\.paydayloan-2u\.com" -SecRule HTTP_Referer|ARGS "\.paydayloan-4u\.com" -SecRule HTTP_Referer|ARGS "\.paydayloan-advisors\.com" -SecRule HTTP_Referer|ARGS "\.paydayloan-help\.com" -SecRule HTTP_Referer|ARGS "\.paydayloan-here\.com" -SecRule HTTP_Referer|ARGS "\.paydayloan-services\.com" -SecRule HTTP_Referer|ARGS "\.pharmacy-related\.com" -SecRule HTTP_Referer|ARGS "\.poker-intro\.com" -SecRule HTTP_Referer|ARGS "\.pro-credit-report\.com" -SecRule HTTP_Referer|ARGS "\.pro-doctor\.com" -SecRule HTTP_Referer|ARGS "\.protected-insurance\.com" -SecRule HTTP_Referer|ARGS "\.search-credit-report\.com" -SecRule HTTP_Referer|ARGS "\.splendid-insurance\.com" -SecRule HTTP_Referer|ARGS "\.take-loan\.com" -SecRule HTTP_Referer|ARGS "\.this-insurance\.com" -SecRule HTTP_Referer|ARGS "\.unique-loan\.com" -SecRule HTTP_Referer|ARGS "\.well-finance\.com" -SecRule HTTP_Referer|ARGS "\.yours-loan\.com" -SecRule HTTP_Referer|ARGS "\.10-pills\.com" -SecRule HTTP_Referer|ARGS "\.20mbweb\.com" -SecRule HTTP_Referer|ARGS "\.20six\.co" -SecRule HTTP_Referer|ARGS "\.24x7-insurance\.com" -SecRule HTTP_Referer|ARGS "\.38ha\.com" -SecRule HTTP_Referer|ARGS "\.4all-credit\.com" -SecRule HTTP_Referer|ARGS "\.4all-prescription\.com" -SecRule HTTP_Referer|ARGS "\.4hs8\.com" -SecRule HTTP_Referer|ARGS "\.4u-money\.com" -SecRule HTTP_Referer|ARGS "\.6q\.org" -SecRule HTTP_Referer|ARGS "\.adspoll\.com" -SecRule HTTP_Referer|ARGS "\.affordableantiques\.net" -SecRule HTTP_Referer|ARGS "\.agentpro\.net" -SecRule HTTP_Referer|ARGS "\.agribrokerindia\.com" -SecRule HTTP_Referer|ARGS "\.allkinds-pills\.com" -SecRule HTTP_Referer|ARGS "\.always-credit\.com" -SecRule HTTP_Referer|ARGS "\.amazing-credit\.com" -SecRule HTTP_Referer|ARGS "\.another-pharmacy\.com" -SecRule HTTP_Referer|ARGS "\.antiquemarketplace\.net" -SecRule HTTP_Referer|ARGS "\.available-casino\.com" -SecRule HTTP_Referer|ARGS "\.available-credit\.com" -SecRule HTTP_Referer|ARGS "\.available-insurance\.com" -SecRule HTTP_Referer|ARGS "\.available-mortgage\.com" -SecRule HTTP_Referer|ARGS "\.available-poker\.com" -SecRule HTTP_Referer|ARGS "\.available-prescription\.com" -SecRule HTTP_Referer|ARGS "\.az-greenvalley\.com" -SecRule HTTP_Referer|ARGS "\.baby-casino\.com" -SecRule HTTP_Referer|ARGS "\.bargainhunt\.net" -SecRule HTTP_Referer|ARGS "\.bayfronthomes\.net" -SecRule HTTP_Referer|ARGS "\.berlin-hotel-4u\.com" -SecRule HTTP_Referer|ARGS "\.birchfieldharriers\.org" -SecRule HTTP_Referer|ARGS "\.black-poker\.com" -SecRule HTTP_Referer|ARGS "\.blest-doctor\.com" -SecRule HTTP_Referer|ARGS "\.blest-money\.com" -SecRule HTTP_Referer|ARGS "\.blevensdamman\.com" -SecRule HTTP_Referer|ARGS "\.bnetsol\.com" -SecRule HTTP_Referer|ARGS "\.boatexhibit\.com" -SecRule HTTP_Referer|ARGS "\.buy-2005\.com" -SecRule HTTP_Referer|ARGS "\.cafexml\.com" -SecRule HTTP_Referer|ARGS "\.cash-2u\.com" -SecRule HTTP_Referer|ARGS "\.casino-500\.com" -SecRule HTTP_Referer|ARGS "\.casino7-online\.com" -SecRule HTTP_Referer|ARGS "\.casino-amusement\.com" -SecRule HTTP_Referer|ARGS "\.casino-bu\.com" -SecRule HTTP_Referer|ARGS "\.casino-copy\.com" -SecRule HTTP_Referer|ARGS "\.casino-denotation\.com" -SecRule HTTP_Referer|ARGS "\.casino-extras\.com" -SecRule HTTP_Referer|ARGS "\.casino-light\.com" -SecRule HTTP_Referer|ARGS "\.casino-lust\.com" -SecRule HTTP_Referer|ARGS "\.casino-ppp\.com" -SecRule HTTP_Referer|ARGS "\.casino-profits\.com" -SecRule HTTP_Referer|ARGS "\.casino-ride\.com" -SecRule HTTP_Referer|ARGS "\.casino-run\.com" -SecRule HTTP_Referer|ARGS "\.casinos4spain\.com" -SecRule HTTP_Referer|ARGS "\.casino-solution\.com" -SecRule HTTP_Referer|ARGS "\.chat-nett\.com" -SecRule HTTP_Referer|ARGS "\.cheat-elite\.com" -SecRule HTTP_Referer|ARGS "\.computerxchange\.com" -SecRule HTTP_Referer|ARGS "\.conjuratia\.com" -SecRule HTTP_Referer|ARGS "\.credit-dreams\.com" -SecRule HTTP_Referer|ARGS "\.crescentarian\.net" -SecRule HTTP_Referer|ARGS "\.d-daystore\.com" -SecRule HTTP_Referer|ARGS "\.dedicated-pharmacy\.com" -SecRule HTTP_Referer|ARGS "\.dedicated-poker\.com" -SecRule HTTP_Referer|ARGS "\.de\.fidelityfunding" -SecRule HTTP_Referer|ARGS "\.djsdesigns\.net" -SecRule HTTP_Referer|ARGS "\.doctor-4all\.com" -SecRule HTTP_Referer|ARGS "\.doctor-here\.com" -SecRule HTTP_Referer|ARGS "\.doctor-pills\.com" -SecRule HTTP_Referer|ARGS "\.drugs-order\.com" -SecRule HTTP_Referer|ARGS "\.e-buy-2004\.com" -SecRule HTTP_Referer|ARGS "\.e-casino-bonus\.com" -SecRule HTTP_Referer|ARGS "\.e-pills-4u\.com" -SecRule HTTP_Referer|ARGS "\.e-poker-2005\.com" -SecRule HTTP_Referer|ARGS "\.e-poker-777\.com" -SecRule HTTP_Referer|ARGS "\.epraha\.info" -SecRule HTTP_Referer|ARGS "\.e-top-pharmacy\.com" -SecRule HTTP_Referer|ARGS "\.excellent-health\.com" -SecRule HTTP_Referer|ARGS "\.excellent-pharmacy\.com" -SecRule HTTP_Referer|ARGS "\.exciting-casino\.com" -SecRule HTTP_Referer|ARGS "\.extra-insurance\.com" -SecRule HTTP_Referer|ARGS "\.fearcrow\.com" -SecRule HTTP_Referer|ARGS "\.fidelityfunding\.net" -SecRule HTTP_Referer|ARGS "\.finance-2u\.com" -SecRule HTTP_Referer|ARGS "\.finance-4all\.com" -SecRule HTTP_Referer|ARGS "\.finance-account\.com" -SecRule HTTP_Referer|ARGS "\.finestrealty\.net" -SecRule HTTP_Referer|ARGS "\.freaky-cheats\.com" -SecRule HTTP_Referer|ARGS "\.freakycheats\.com" -SecRule HTTP_Referer|ARGS "\.future-2000\.net" -SecRule HTTP_Referer|ARGS "\.grab-insurance\.com" -SecRule HTTP_Referer|ARGS "\.grab-mortgage\.com" -SecRule HTTP_Referer|ARGS "\.great-doctor\.com" -SecRule HTTP_Referer|ARGS "\.great-finance\.com" -SecRule HTTP_Referer|ARGS "\.great-money\.com" -SecRule HTTP_Referer|ARGS "\.guarantee-money\.com" -SecRule HTTP_Referer|ARGS "\.hbsnwa\.org" -SecRule HTTP_Referer|ARGS "\.health-livening\.com" -SecRule HTTP_Referer|ARGS "\.highest-credit\.com" -SecRule HTTP_Referer|ARGS "\.highprofitclub\.com" -SecRule HTTP_Referer|ARGS "\.homesbysellers\.net" -SecRule HTTP_Referer|ARGS "\.hub4textiles\.com" -SecRule HTTP_Referer|ARGS "\.huge-credit\.com" -SecRule HTTP_Referer|ARGS "\.immediately-credit\.com" -SecRule HTTP_Referer|ARGS "\.including-poker\.com" -SecRule HTTP_Referer|ARGS "\.instant-quick-money-cash-advance-personal-loans-until-pay-day\.com" -SecRule HTTP_Referer|ARGS "\.insurance-24x7\.com" -SecRule HTTP_Referer|ARGS "\.insurance-alerts\.com" -SecRule HTTP_Referer|ARGS "\.insurance-packages\.com" -SecRule HTTP_Referer|ARGS "\.insurance-purchase\.com" -SecRule HTTP_Referer|ARGS "\.insurance-renew\.com" -SecRule HTTP_Referer|ARGS "\.isacommie\.com" -SecRule HTTP_Referer|ARGS "\.jmhic\.com" -SecRule HTTP_Referer|ARGS "\.just-doctor\.com" -SecRule HTTP_Referer|ARGS "\.just-pharmacy\.com" -SecRule HTTP_Referer|ARGS "\.just-pills\.com" -SecRule HTTP_Referer|ARGS "\.knowtax\.net" -SecRule HTTP_Referer|ARGS "\.learnhowtoplay\.com" -SecRule HTTP_Referer|ARGS "\.legaladvocate\.net" -SecRule HTTP_Referer|ARGS "\.legalnow\.net" -SecRule HTTP_Referer|ARGS "\.lot-cash\.com" -SecRule HTTP_Referer|ARGS "\.lovejewelry\.net" -SecRule HTTP_Referer|ARGS "\.manage-cash\.com" -SecRule HTTP_Referer|ARGS "\.mauiforsale\.net" -SecRule HTTP_Referer|ARGS "\.mauisun\.net" -SecRule HTTP_Referer|ARGS "\.medical-4you\.com" -SecRule HTTP_Referer|ARGS "\.metasart\.com" -SecRule HTTP_Referer|ARGS "\.mine-doctor\.com" -SecRule HTTP_Referer|ARGS "\.mine-insurance\.com" -SecRule HTTP_Referer|ARGS "\.mista-x\.net" -SecRule HTTP_Referer|ARGS "\.moneydetails\.net" -SecRule HTTP_Referer|ARGS "\.money-lovers\.com" -SecRule HTTP_Referer|ARGS "\.money-plans\.com" -SecRule HTTP_Referer|ARGS "\.morning-after-pill-top-pharmacy\.net" -SecRule HTTP_Referer|ARGS "\.mortgage-2you\.com" -SecRule HTTP_Referer|ARGS "\.moved\.to" -SecRule HTTP_Referer|ARGS "\.musicbox1\.com" -SecRule HTTP_Referer|ARGS "\.musicdots\.com" -SecRule HTTP_Referer|ARGS "\.mycaddy\.net" -SecRule HTTP_Referer|ARGS "\.mydaycare\.net" -SecRule HTTP_Referer|ARGS "\.mydivx\.info" -SecRule HTTP_Referer|ARGS "\.my-health\.us" -SecRule HTTP_Referer|ARGS "\.myhost\.gb" -SecRule HTTP_Referer|ARGS "\.mynet-poker\.com" -SecRule HTTP_Referer|ARGS "\.namedealers\.net" -SecRule HTTP_Referer|ARGS "\.namerealestate\.com" -SecRule HTTP_Referer|ARGS "\.naturaldelights\.net" -SecRule HTTP_Referer|ARGS "\.naturaldelights\.net+" -SecRule HTTP_Referer|ARGS "\.norwichwriters\.org" -SecRule HTTP_Referer|ARGS "\.now-cash\.com" -SecRule HTTP_Referer|ARGS "\.nutzu\.com" -SecRule HTTP_Referer|ARGS "\.online-forex-trading-currency-exchange\.com" -SecRule HTTP_Referer|ARGS "\.only-doctor\.com" -SecRule HTTP_Referer|ARGS "\.op-clan\.com" -SecRule HTTP_Referer|ARGS "\.openlistings\.net" -SecRule HTTP_Referer|ARGS "\.open-pharmacy\.com" -SecRule HTTP_Referer|ARGS "\.order-doctor\.com" -SecRule HTTP_Referer|ARGS "\.ouragent\.net" -SecRule HTTP_Referer|ARGS "\.our-money\.com" -SecRule HTTP_Referer|ARGS "\.parentcompany\.net" -SecRule HTTP_Referer|ARGS "\.party-poker-e\.com" -SecRule HTTP_Referer|ARGS "\.pawnauctions\.net" -SecRule HTTP_Referer|ARGS "\.payperday\.com" -SecRule HTTP_Referer|ARGS "\.petsellers\.net" -SecRule HTTP_Referer|ARGS "\.pharmacy-here\.com" -SecRule HTTP_Referer|ARGS "\.pharmacy-related\.com" -SecRule HTTP_Referer|ARGS "\.pills-best\.com" -SecRule HTTP_Referer|ARGS "\.pills-home\.com" -SecRule HTTP_Referer|ARGS "\.pills-sale\.com" -SecRule HTTP_Referer|ARGS "\.pisangrebus\.com" -SecRule HTTP_Referer|ARGS "\.planyourhome\.net" -SecRule HTTP_Referer|ARGS "\.play12\.zindagi" -SecRule HTTP_Referer|ARGS "\.play13\.zindagi" -SecRule HTTP_Referer|ARGS "\.play1\.zindagi" -SecRule HTTP_Referer|ARGS "\.play5\.zindagi" -SecRule HTTP_Referer|ARGS "\.play6\.zindagi" -SecRule HTTP_Referer|ARGS "\.play9\.zindagi" -SecRule HTTP_Referer|ARGS "\.poker4spain\.com" -SecRule HTTP_Referer|ARGS "\.poker-freak\.com" -SecRule HTTP_Referer|ARGS "\.poker-protection\.com" -SecRule HTTP_Referer|ARGS "\.poker-scan\.com" -SecRule HTTP_Referer|ARGS "\.poker-stadium\.com" -SecRule HTTP_Referer|ARGS "\.poolexperts\.net" -SecRule HTTP_Referer|ARGS "\.poolsmart\.net" -SecRule HTTP_Referer|ARGS "\.postagepaid\.net" -SecRule HTTP_Referer|ARGS "\.prakashcommunication\.com" -SecRule HTTP_Referer|ARGS "\.pro-doctor\.com" -SecRule HTTP_Referer|ARGS "\.professional-doctor\.com" -SecRule HTTP_Referer|ARGS "\.protected-insurance\.com" -SecRule HTTP_Referer|ARGS "\.ps2cool\.com" -SecRule HTTP_Referer|ARGS "\.psxtreme\.com" -SecRule HTTP_Referer|ARGS "\.quality-poker\.com" -SecRule HTTP_Referer|ARGS "\.racepointfunding\.com" -SecRule HTTP_Referer|ARGS "\.rainbowfactory\.net" -SecRule HTTP_Referer|ARGS "\.randppro-cuts\.com" -SecRule HTTP_Referer|ARGS "\.rarefind\.net" -SecRule HTTP_Referer|ARGS "\.rarehomes\.net" -SecRule HTTP_Referer|ARGS "\.reachcasino\.com" -SecRule HTTP_Referer|ARGS "\.realantiques\.net" -SecRule HTTP_Referer|ARGS "\.realestatehotbuys\.com" -SecRule HTTP_Referer|ARGS "\.realestatehotdeals\.com" -SecRule HTTP_Referer|ARGS "\.realestatenow\.net" -SecRule HTTP_Referer|ARGS "\.realestateseller\.net" -SecRule HTTP_Referer|ARGS "\.real-estate-shop\.com" -SecRule HTTP_Referer|ARGS "\.realtorlist\.net" -SecRule HTTP_Referer|ARGS "\.realtorx2\.com" -SecRule HTTP_Referer|ARGS "\.realty-discounts\.com" -SecRule HTTP_Referer|ARGS "\.realty-refund\.com" -SecRule HTTP_Referer|ARGS "\.realtysmart\.net" -SecRule HTTP_Referer|ARGS "\.rebuildsanmateohighschool\.org" -SecRule HTTP_Referer|ARGS "\.registrarprice\.com" -SecRule HTTP_Referer|ARGS "\.ridgeviewelem\.org" -SecRule HTTP_Referer|ARGS "\.rohkalby\.com" -SecRule HTTP_Referer|ARGS "\.rohkalby\.net" -SecRule HTTP_Referer|ARGS "\.rulo\.biz" -SecRule HTTP_Referer|ARGS "\.samiuls\.com" -SecRule HTTP_Referer|ARGS "\.screwy-casino\.com" -SecRule HTTP_Referer|ARGS "\.seat208\.com" -SecRule HTTP_Referer|ARGS "\.seethishome\.net" -SecRule HTTP_Referer|ARGS "\.showcasegifts\.net" -SecRule HTTP_Referer|ARGS "\.sigmapiscu\.org" -SecRule HTTP_Referer|ARGS "\.smithtownelementarypta\.org" -SecRule HTTP_Referer|ARGS "\.sml338\.org" -SecRule HTTP_Referer|ARGS "\.smsportali\.net" -SecRule HTTP_Referer|ARGS "\.society-health\.com" -SecRule HTTP_Referer|ARGS "\.special-medical\.com" -SecRule HTTP_Referer|ARGS "\.sportsexpert\.net" -SecRule HTTP_Referer|ARGS "\.standard-casino\.com" -SecRule HTTP_Referer|ARGS "\.standard-poker\.com" -SecRule HTTP_Referer|ARGS "\.street-poker\.com" -SecRule HTTP_Referer|ARGS "\.strega\.us" -SecRule HTTP_Referer|ARGS "\.studyinslovakia\.com" -SecRule HTTP_Referer|ARGS "\.sudtuiles\.com" -SecRule HTTP_Referer|ARGS "\.sy-casino\.com" -SecRule HTTP_Referer|ARGS "\.take-insurance\.com" -SecRule HTTP_Referer|ARGS "\.take-mortgage\.com" -SecRule HTTP_Referer|ARGS "\.take-poker\.com" -SecRule HTTP_Referer|ARGS "\.talentbroker\.net" -SecRule HTTP_Referer|ARGS "\.talented-doctor\.com" -SecRule HTTP_Referer|ARGS "\.tecrep-inc\.net" -SecRule HTTP_Referer|ARGS "\.terashells\.com" -SecRule HTTP_Referer|ARGS "\.thebrainstormer\.com" -SecRule HTTP_Referer|ARGS "\.theebest\.com" -SecRule HTTP_Referer|ARGS "\.thexmlguys\.com" -SecRule HTTP_Referer|ARGS "\.this-casino\.com" -SecRule HTTP_Referer|ARGS "\.this-insurance\.com" -SecRule HTTP_Referer|ARGS "\.threethreethree\.org" -SecRule HTTP_Referer|ARGS "\.threethreethree\.us" -SecRule HTTP_Referer|ARGS "\.to\." -SecRule HTTP_Referer|ARGS "\.top-poker-21\.com" -SecRule HTTP_Referer|ARGS "\.top-wins-2005\.com" -SecRule HTTP_Referer|ARGS "\.toylane\.net" -SecRule HTTP_Referer|ARGS "\.uccpp\.org" -SecRule HTTP_Referer|ARGS "\.unbelievable-poker\.com" -SecRule HTTP_Referer|ARGS "\.understand-poker\.com" -SecRule HTTP_Referer|ARGS "\.unique-casino\.net" -SecRule HTTP_Referer|ARGS "\.unique-insurance\.com" -SecRule HTTP_Referer|ARGS "\.unique-pills\.com" -SecRule HTTP_Referer|ARGS "\.unique-poker\.com" -SecRule HTTP_Referer|ARGS "\.us\.8gold" -SecRule HTTP_Referer|ARGS "\.useful-pills\.com" -SecRule HTTP_Referer|ARGS "\.vadoptions\.com" -SecRule HTTP_Referer|ARGS "\.vcontacts\.com" -SecRule HTTP_Referer|ARGS "\.vdiplomas\.com" -SecRule HTTP_Referer|ARGS "\.vdirections\.com" -SecRule HTTP_Referer|ARGS "\.vdude\.com" -SecRule HTTP_Referer|ARGS "\.vexpert\.com" -SecRule HTTP_Referer|ARGS "\.vfacility\.com" -SecRule HTTP_Referer|ARGS "\.vfreeway\.com" -SecRule HTTP_Referer|ARGS "\.vgardening\.com" -SecRule HTTP_Referer|ARGS "\.vined\.com" -SecRule HTTP_Referer|ARGS "\.vinsider\.com" -SecRule HTTP_Referer|ARGS "\.vjackpot\.com" -SecRule HTTP_Referer|ARGS "\.vjuror\.com" -SecRule HTTP_Referer|ARGS "\.vmailman\.com" -SecRule HTTP_Referer|ARGS "\.vmasterpiece\.com" -SecRule HTTP_Referer|ARGS "\.vmousetrap\.com" -SecRule HTTP_Referer|ARGS "\.vneighbor\.com" -SecRule HTTP_Referer|ARGS "\.vnsoul\.org" -SecRule HTTP_Referer|ARGS "\.vpawnshop\.com" -SecRule HTTP_Referer|ARGS "\.vplaymate\.com" -SecRule HTTP_Referer|ARGS "\.vpshs\.com" -SecRule HTTP_Referer|ARGS "\.vquality\.com" -SecRule HTTP_Referer|ARGS "\.vrajitor\.com" -SecRule HTTP_Referer|ARGS "\.vreporters\.com" -SecRule HTTP_Referer|ARGS "\.vthought\.com" -SecRule HTTP_Referer|ARGS "\.walnuttownfireco\.org" -SecRule HTTP_Referer|ARGS "\.web4u\.gb" -SecRule HTTP_Referer|ARGS "\.white-pills\.com" -SecRule HTTP_Referer|ARGS "\.win-2005\.com" -SecRule HTTP_Referer|ARGS "\.win-in-poker\.com" -SecRule HTTP_Referer|ARGS "\.wkelleylucas\.com" -SecRule HTTP_Referer|ARGS "\.wslp24\.com" -SecRule HTTP_Referer|ARGS "\.wsop-allabout\.com" -SecRule HTTP_Referer|ARGS "\.xmlindustry\.com" -SecRule HTTP_Referer|ARGS "\.yelucie\.com" -SecRule HTTP_Referer|ARGS "\.yours-cash\.com" -SecRule HTTP_Referer|ARGS "\.zindagi\.us" -SecRule HTTP_Referer|ARGS "\.medianetjapan\.com" -SecRule HTTP_Referer|ARGS "\.medics\.dn\.ua" -SecRule HTTP_Referer|ARGS "\.isgre\.at" -SecRule HTTP_Referer|ARGS "\.nerdcamp\.net" -SecRule HTTP_Referer|ARGS "\.mortgage-start\.com" -SecRule HTTP_Referer|ARGS "\.galstown\.ne\.jp" -SecRule HTTP_Referer|ARGS "\.rtq2\.com" -SecRule HTTP_Referer|ARGS "\.winfixer\.com" -SecRule HTTP_Referer|ARGS "\.winantispyware\.com" -SecRule HTTP_Referer|ARGS "\.asdrugs\.com" -SecRule HTTP_Referer|ARGS "\.sdrugs\.com" -SecRule HTTP_Referer|ARGS "\.etowns\.org" -SecRule HTTP_Referer|ARGS "\.vnunetblog\.de" -SecRule HTTP_Referer|ARGS "\.blogg\.de" -SecRule HTTP_Referer|ARGS "\.eponym\.com" -SecRule HTTP_Referer|ARGS "\.tubuse\.com" -SecRule HTTP_Referer|ARGS "\.undonet\.com" -SecRule HTTP_Referer|ARGS "\.crozbee\.com" -SecRule HTTP_Referer|ARGS "\.24-7galleries\.com" -SecRule HTTP_Referer|ARGS "\.cnbnp\.com" -SecRule HTTP_Referer|ARGS "\.get-sport-betting\.com" -SecRule HTTP_Referer|ARGS "\.galstown\.ne\.jp" -SecRule HTTP_Referer|ARGS "\.chick-on-you\.com" -SecRule HTTP_Referer|ARGS "\.changeip\.name" -SecRule HTTP_Referer|ARGS "\.yachtdurak\.com" -SecRule HTTP_Referer|ARGS "\.sobonn\.com" -SecRule HTTP_Referer|ARGS "(\.|/)nic-x\.com" -SecRule HTTP_Referer|ARGS "(\.|/)hornyfanclub\.com" -SecRule HTTP_Referer|ARGS "(\.|/)luvthenet\.com" -SecRule HTTP_Referer|ARGS "(\.|/)stpetersdunboyne.com" -SecRule HTTP_Referer|ARGS "(\.|/)catastrophicskate\.com" -SecRule HTTP_Referer|ARGS "(\.|/)multidomainaward\.com" -SecRule HTTP_Referer|ARGS "(\.|/)spiritedjourneyinn.com" -SecRule HTTP_Referer|ARGS "(\.|/)nnickee\.com" -SecRule HTTP_Referer|ARGS "(\.|/)harfordweb\.com" -SecRule HTTP_Referer|ARGS "(\.|/)ohab-accounting\.com" -SecRule HTTP_Referer|ARGS "(\.|/)heartsdesireconcerts\.com" -SecRule HTTP_Referer|ARGS "(\.|/)scpa-films\.com" -SecRule HTTP_Referer|ARGS "(\.|/)neumannsouthey\.com" -SecRule HTTP_Referer|ARGS "(\.|/)admax-express\.com" -SecRule HTTP_Referer|ARGS "(\.|/)inet-d\.com" -SecRule HTTP_Referer|ARGS "(\.|/)locketech\.com" -SecRule HTTP_Referer|ARGS "(\.|/)lbrarycrunch\.com" -SecRule HTTP_Referer|ARGS "(\.|/)spectro-optics\.com" -SecRule HTTP_Referer|ARGS "(\.|/)sekwebdesign\.com" -SecRule HTTP_Referer|ARGS "(\.|/)glennboyandmitch\.com" -SecRule HTTP_Referer|ARGS "(\.|/)terrosrismunveiled\.com" -SecRule HTTP_Referer|ARGS "(\.|/)wanamakerassoc\.com" -SecRule HTTP_Referer|ARGS "(\.|/)ons98\.com" -SecRule HTTP_Referer|ARGS "(\.|/)homesalenow\.net" -SecRule HTTP_Referer|ARGS "(\.|/)visionecon\.com" -SecRule HTTP_Referer|ARGS "(\.|/)pqgraphica\.com" -SecRule HTTP_Referer|ARGS "(\.|/)seawolfmm\.com" -SecRule HTTP_Referer|ARGS "(\.|/)planettoyko\.com" -SecRule HTTP_Referer|ARGS "(\.|/)spectronixresearch\.com" -SecRule HTTP_Referer|ARGS "\.sti\.in\.ua" -SecRule HTTP_Referer|ARGS "\.sultryserver\.com" -SecRule HTTP_Referer|ARGS "(\.|/)csi-sales\.com" -SecRule HTTP_Referer|ARGS "(\.|/)sumale\.net" -SecRule HTTP_Referer|ARGS "(\.|/)cypressmgmt\.com" -SecRule HTTP_Referer|ARGS "(\.|/)(com|net|org)-fiberpipe\.net" -SecRule HTTP_Referer|ARGS "\.debt-consolidation-(page|advises)\.com" -SecRule HTTP_Referer|ARGS "\.24x7-debt-consolidation\.com" -SecRule HTTP_Referer|ARGS "(\.|/)(unique|take|yours|available)+[\w\-_.]*loan\.[a-z]{2,}" -SecRule HTTP_Referer|ARGS "(\.|/)(loan)+[\w\-_.]*(4all|results|here|variety)\.[a-z]{2,}" -#Bogus google.com referrer -SecRule HTTP_Referer "(/|$)google\.com/?^" "pass,log" -SecRule HTTP_Referer|ARGS 10-poker\.com -SecRule HTTP_Referer|ARGS 1click-casino\.com -SecRule HTTP_Referer|ARGS 1click-hotel\.com -SecRule HTTP_Referer|ARGS 1click-poker\.com -SecRule HTTP_Referer|ARGS 1hour-finance\.com -SecRule HTTP_Referer|ARGS 4all-casino\.com -SecRule HTTP_Referer|ARGS 4u-finance\.com -SecRule HTTP_Referer|ARGS allabout-poker\.net -SecRule HTTP_Referer|ARGS alleghenydist\.net -SecRule HTTP_Referer|ARGS available-finance\.com -SecRule HTTP_Referer|ARGS aylwardfamily\.com -SecRule HTTP_Referer|ARGS backpage\.com -SecRule HTTP_Referer|ARGS be\.uaeecommerce\.com -SecRule HTTP_Referer|ARGS bitlocker\.net -SecRule HTTP_Referer|ARGS blast-poker\.com -SecRule HTTP_Referer|ARGS blest-casino\.com -SecRule HTTP_Referer|ARGS blog\.expedia\.fr -SecRule HTTP_Referer|ARGS casino-2u\.com -SecRule HTTP_Referer|ARGS casino-555\.com -SecRule HTTP_Referer|ARGS casino-addicted\.com -SecRule HTTP_Referer|ARGS casino-builders\.com -SecRule HTTP_Referer|ARGS casino-fans\.com -SecRule HTTP_Referer|ARGS casino-junkies\.com -SecRule HTTP_Referer|ARGS casino-lovers\.com -SecRule HTTP_Referer|ARGS casino-y\.com -SecRule HTTP_Referer|ARGS classical-casino\.com -SecRule HTTP_Referer|ARGS completely-sport\.com -SecRule HTTP_Referer|ARGS consultanthub\.com -SecRule HTTP_Referer|ARGS credit-card-24x7\.com -SecRule HTTP_Referer|ARGS credit-card-2u\.com -SecRule HTTP_Referer|ARGS credit-card-available\.com -SecRule HTTP_Referer|ARGS credit-card-check\.com -SecRule HTTP_Referer|ARGS credit-card-funds\.com -SecRule HTTP_Referer|ARGS credit-card-registration\.com -SecRule HTTP_Referer|ARGS credit-card-verification\.com -SecRule HTTP_Referer|ARGS dare-poker\.com -SecRule HTTP_Referer|ARGS debt-consolidation-1click\.com -SecRule HTTP_Referer|ARGS debt-consolidation-2u\.com -SecRule HTTP_Referer|ARGS debt-consolidation-advises\.com -SecRule HTTP_Referer|ARGS debt-consolidation-modification\.com -SecRule HTTP_Referer|ARGS debt-consolidation-notes\.com -SecRule HTTP_Referer|ARGS debt-consolidation-organization\.com -SecRule HTTP_Referer|ARGS debt-consolidation-page\.com -SecRule HTTP_Referer|ARGS debt-consolidation-rate\.com -SecRule HTTP_Referer|ARGS debt-consolidation-reviews\.com -SecRule HTTP_Referer|ARGS diet-pills-with-ephedra-for-you\.info -SecRule HTTP_Referer|ARGS dir\.bg -SecRule HTTP_Referer|ARGS doctor-tip\.com -SecRule HTTP_Referer|ARGS domain-poker\.com -SecRule HTTP_Referer|ARGS em-poker-texas-holdem-4u\.info -SecRule HTTP_Referer|ARGS excellent-casino\.com -SecRule HTTP_Referer|ARGS extra-hotel\.com -SecRule HTTP_Referer|ARGS extra-poker\.com -SecRule HTTP_Referer|ARGS extra-sport-betting\.com -SecRule HTTP_Referer|ARGS famous-hotel\.com -SecRule HTTP_Referer|ARGS favorites-hotels\.com -SecRule HTTP_Referer|ARGS finance-always\.com -SecRule HTTP_Referer|ARGS finance-here\.com -SecRule HTTP_Referer|ARGS finance-immediately\.com -SecRule HTTP_Referer|ARGS finance-results\.com -SecRule HTTP_Referer|ARGS fokus\.bg -SecRule HTTP_Referer|ARGS forever-casino\.com -SecRule HTTP_Referer|ARGS free-poker-texas-hold-em-pc-4-you\.info -SecRule HTTP_Referer|ARGS funny-poker\.com -SecRule HTTP_Referer|ARGS general-hotels\.com -SecRule HTTP_Referer|ARGS globus-finance\.com -SecRule HTTP_Referer|ARGS good-credit-card\.com -SecRule HTTP_Referer|ARGS good-poker\.com -SecRule HTTP_Referer|ARGS mine-casino\.com -SecRule HTTP_Referer|ARGS secured-casino\.com -SecRule HTTP_Referer|ARGS more-chicks\.com -SecRule HTTP_Referer|ARGS skyscrapercity\.com -SecRule HTTP_Referer|ARGS "\.unkemptgirls\.com" -SecRule HTTP_Referer|ARGS "\.goldflirt\.com" -SecRule HTTP_Referer|ARGS "\.splitcamera\.com" -SecRule HTTP_Referer|ARGS "\.pornoszones\.com" -SecRule HTTP_Referer|ARGS "\.advancegrouponline\.com" -SecRule HTTP_Referer|ARGS "\.dredgerjs\.info" -SecRule HTTP_Referer|ARGS "7lux\.com" -SecRule HTTP_Referer|ARGS "etc-lb\.com" -SecRule HTTP_Referer|ARGS "fine-galleries\.com" -SecRule HTTP_Referer|ARGS "gienos\.com" -SecRule HTTP_Referer|ARGS "hard-in-porno\.com" -SecRule HTTP_Referer|ARGS "hugeboobstgp\.com" -SecRule HTTP_Referer|ARGS "kinipi\.com" -SecRule HTTP_Referer|ARGS "krava\.org" -SecRule HTTP_Referer|ARGS "moreanalpics\.com" -SecRule HTTP_Referer|ARGS "moregal\.com" -SecRule HTTP_Referer|ARGS "ninja\.co\.in" -SecRule HTTP_Referer|ARGS "poes\.net" -SecRule HTTP_Referer|ARGS "primoposi\.com" -SecRule HTTP_Referer|ARGS "puposi\.com" -SecRule HTTP_Referer|ARGS "studsplase\.com" -SecRule HTTP_Referer|ARGS "synnland\.com" -SecRule HTTP_Referer|ARGS "synnnet\.net" -SecRule HTTP_Referer|ARGS "synns\.net" -SecRule HTTP_Referer|ARGS "synnt\.com" -SecRule HTTP_Referer|ARGS "synnu\.com" -SecRule HTTP_Referer|ARGS "tantrsex\.com" -SecRule HTTP_Referer|ARGS "tenssexyxxxporn\.com" -SecRule HTTP_Referer|ARGS "thesynn\.net" -SecRule HTTP_Referer|ARGS "xxxanalmovies\.info" -SecRule HTTP_Referer|ARGS "xxxdosug\.ru" -SecRule HTTP_Referer|ARGS "xzuc1\.com" -SecRule HTTP_Referer|ARGS "b-capital\.ru" -SecRule HTTP_Referer|ARGS "bdsm.sexwwwinfo\.com" -SecRule HTTP_Referer|ARGS 50megs\.com -SecRule HTTP_Referer|ARGS accounting1\.org -SecRule HTTP_Referer|ARGS advancegrouponline\.com -SecRule HTTP_Referer|ARGS all-drug-shop\.com -SecRule HTTP_Referer|ARGS bestporn2006\.com -SecRule HTTP_Referer|ARGS bigxxxsex\.com -SecRule HTTP_Referer|ARGS blogsforums\.info -SecRule HTTP_Referer|ARGS blogspot\.com -SecRule HTTP_Referer|ARGS cabspace\.com -SecRule HTTP_Referer|ARGS canalblog\.com -SecRule HTTP_Referer|ARGS cheap-sn\.com -SecRule HTTP_Referer|ARGS cmm3w\.info -SecRule HTTP_Referer|ARGS cnnty\.com -SecRule HTTP_Referer|ARGS com\.ru -SecRule HTTP_Referer|ARGS CRASN\.COM -SecRule HTTP_Referer|ARGS crimsonland\.info -SecRule HTTP_Referer|ARGS ctynn\.com -SecRule HTTP_Referer|ARGS dasyt\.com -SecRule HTTP_Referer|ARGS deo-vindice\.info -SecRule HTTP_Referer|ARGS diem-perdidi\.info -SecRule HTTP_Referer|ARGS dorvpered\.info -SecRule HTTP_Referer|ARGS download-madonna-mp3\.com -SecRule HTTP_Referer|ARGS drugname\.net -SecRule HTTP_Referer|ARGS drugsn\.com -SecRule HTTP_Referer|ARGS DRUGSN\.COM -SecRule HTTP_Referer|ARGS ebony-fucking\.net -SecRule HTTP_Referer|ARGS eurohostindex\.info -SecRule HTTP_Referer|ARGS ewqe-r\.info -SecRule HTTP_Referer|ARGS full-mp3s-albums\.com -SecRule HTTP_Referer|ARGS gaa\.com -SecRule HTTP_Referer|ARGS getfunhere\.com -SecRule HTTP_Referer|ARGS gojox\.com -SecRule HTTP_Referer|ARGS goo\.com -SecRule HTTP_Referer|ARGS hosther\.com -SecRule HTTP_Referer|ARGS host\.sk -SecRule HTTP_Referer|ARGS i8\.com -SecRule HTTP_Referer|ARGS inetscan\.com -SecRule HTTP_Referer|ARGS interneo\.ru -SecRule HTTP_Referer|ARGS interneo\.us -SecRule HTTP_Referer|ARGS isuisse\.com -SecRule HTTP_Referer|ARGS magneticgame\.com -SecRule HTTP_Referer|ARGS masterbell\.net -SecRule HTTP_Referer|ARGS meta13\.com -SecRule HTTP_Referer|ARGS ne-quid-nimis\.info -SecRule HTTP_Referer|ARGS noads\.biz -SecRule HTTP_Referer|ARGS nosce-te-ipsum\.info -SecRule HTTP_Referer|ARGS nvchat\.net -SecRule HTTP_Referer|ARGS okanagangirlz\.com -SecRule HTTP_Referer|ARGS onesite\.com -SecRule HTTP_Referer|ARGS osarex\.com -SecRule HTTP_Referer|ARGS pharmacysn\.com -SecRule HTTP_Referer|ARGS pharmasn\.com -SecRule HTTP_Referer|ARGS play-sex-game\.com -SecRule HTTP_Referer|ARGS property-link\.info -SecRule HTTP_Referer|ARGS ripway\.com -SecRule HTTP_Referer|ARGS rr\.nu -SecRule HTTP_Referer|ARGS servik\.com -SecRule HTTP_Referer|ARGS sexcom-xxx\.com -SecRule HTTP_Referer|ARGS sexpasw\.com -SecRule HTTP_Referer|ARGS sexwwwinfo\.com -SecRule HTTP_Referer|ARGS sharebear\.co\.uk -SecRule HTTP_Referer|ARGS siteburg\.com -SecRule HTTP_Referer|ARGS smalllols\.info -SecRule HTTP_Referer|ARGS sn333\.com -SecRule HTTP_Referer|ARGS snow-mp3\.com -SecRule HTTP_Referer|ARGS splitcamera\.com -SecRule HTTP_Referer|ARGS sport-gambling-888\.info -SecRule HTTP_Referer|ARGS supador\.info -SecRule HTTP_Referer|ARGS swingers\.cnnty\.com -SecRule HTTP_Referer|ARGS talk-more\.biz -SecRule HTTP_Referer|ARGS top-keywords\.net -SecRule HTTP_Referer|ARGS uhuhu\.ru -SecRule HTTP_Referer|ARGS vipraskrutka\.com -SecRule HTTP_Referer|ARGS vipraskrutka\.info -SecRule HTTP_Referer|ARGS winfixer\.com -SecRule HTTP_Referer|ARGS yard\.ru -SecRule HTTP_Referer|ARGS yourfreevids\.com -SecRule HTTP_Referer|ARGS zomi\.net -SecRule HTTP_Referer|ARGS \.yaboo\.dk/ -SecRule HTTP_Referer|ARGS \.infoinet\.net -SecRule HTTP_Referer|ARGS \.dermonuj\.info -SecRule HTTP_Referer|ARGS "\.amatureloveboys\.com" -SecRule HTTP_Referer|ARGS "\.porkyhost\.com" -SecRule HTTP_Referer|ARGS "\.homewithgod\.com" diff --git a/files/mod_security/custom_rules/blacklist2.conf b/files/mod_security/custom_rules/blacklist2.conf deleted file mode 100644 index e44e462..0000000 --- a/files/mod_security/custom_rules/blacklist2.conf +++ /dev/null @@ -1,583 +0,0 @@ -# http://www.gotroot.com/mod_security+rules -# Gotroot.com ModSecurity rules -# Blacklist of rootkit sites, owned machines and other bad players for modsec 2.x -# -# Download from: http://www.gotroot.com/downloads/ftp/mod_security/2.0/blacklist2.conf -# -# Created by Michael Shinn of the Prometheus Group (http://www.prometheus-group.com) -# Copyright 2005 and 2006 by Michael Shinn and the Prometheus Group, all rights reserved. -# Redistribution is strictly prohibited in any form, including whole or in part. -# -# modsecurity is a trademark of Thinking Stone, Ltd. -# -# Version: N-20061022-01 -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS IS -# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF -# THE POSSIBILITY OF SUCH DAMAGE. - - -SecRule REQUEST_URI|ARGS "\.frauenfinanzzentrum\.at" -SecRule REQUEST_URI|ARGS "von-der-igelhoehe\.de" -SecRule REQUEST_URI|ARGS "danger-soft\.com" -SecRule REQUEST_URI|ARGS "(\.|/)altunerhost\.com" -SecRule REQUEST_URI|ARGS "\.netfast\.org" -SecRule REQUEST_URI|ARGS "\.redcrew\.de" -SecRule REQUEST_URI|ARGS "(\.|/)elektroteh\.com/" -SecRule REQUEST_URI|ARGS "(\.|/)see-my-ip\.info/" -SecRule REQUEST_URI|ARGS "kanalia\.bimber\.pl" -SecRule REQUEST_URI|ARGS "(\.|/)flinttalk\.com" -SecRule REQUEST_URI "https?:.*(\.|/)myspace\.si/" -SecRule REQUEST_URI|ARGS "uarg\.unpa\.edu\.ar" -SecRule REQUEST_URI|ARGS "(\.|/)wileyc\.edu/" -SecRule REQUEST_URI|ARGS "(\.|/)eks-darmstadt\.de" -SecRule REQUEST_URI|ARGS "(\.|/)flinttalk\.com" -SecRule REQUEST_URI|ARGS "\.albacrew\.us/" -SecRule REQUEST_URI|ARGS "\.tebel-gmbh\.de/" -SecRule REQUEST_URI|ARGS "(/|\.)defensacivil\.gov\.ec/" -SecRule REQUEST_URI|ARGS "(/|\.)wwop\.org" -SecRule REQUEST_URI|ARGS "\.kalin\.ru/" -SecRule REQUEST_URI|ARGS "destructive\.by\.ru/" -SecRule REQUEST_URI|ARGS "gulfchamber\.org/" -SecRule REQUEST_URI|ARGS "tckct\.co\.uk" -SecRule REQUEST_URI|ARGS "crimsonaddict\.com/" -SecRule REQUEST_URI|ARGS "(\.|/)webstorch\.com" -SecRule REQUEST_URI|ARGS "/213\.133\.108\.122/" -SecRule REQUEST_URI|ARGS "freewebtown\.com/" -SecRule REQUEST_URI|ARGS "(\.|/)tinypath\.com/" -SecRule REQUEST_URI|ARGS "rve\.cjb\.hu/" -SecRule REQUEST_URI|ARGS "69\.25\.64\.78" -SecRule REQUEST_URI|ARGS "(\.|/)xgamers\.com\.tw/" -SecRule REQUEST_URI|ARGS "(\.|/)balikesir\.edu\.tr/" -SecRule REQUEST_URI|ARGS "(\.|/)ocprojects\.com/" -SecRule REQUEST_URI|ARGS "(\.|/)casadejoaodebarro\.com\.br/" -SecRule REQUEST_URI|ARGS "\.extremus\.info/" -SecRule REQUEST_URI|ARGS "\.parit\.org/" -SecRule REQUEST_URI|ARGS "\.awardspace\.com" -SecRule REQUEST_URI|ARGS "(/|\.)haztek-software\.com" -SecRule REQUEST_URI|ARGS "(/|\.)geocities\.com/nirkan2k3/" -SecRule REQUEST_URI|ARGS "(/|\.)libracomm\.co\.uk/" -SecRule REQUEST_URI|ARGS "(/|\.)kloeckner-web\.de" -SecRule REQUEST_URI|ARGS "(/|\.)mirckurdu\.net/" -SecRule REQUEST_URI|ARGS "(/|\.)apk\.pt/" -SecRule REQUEST_URI|ARGS "(/|\.)asksevda\.net" -SecRule REQUEST_URI|ARGS "(/|\.)kacaktc\.com" -SecRule REQUEST_URI|ARGS "(/|\.)3-bius\.com" -SecRule REQUEST_URI|ARGS "(/|\.)injek-gw\.com" -SecRule REQUEST_URI|ARGS "(/|\.)brtdata\.com\.br/" -SecRule REQUEST_URI|ARGS "(/|\.)uaivip\.com\.br/" -SecRule REQUEST_URI|ARGS "(/|\.)boardtr\.com/" -SecRule REQUEST_URI|ARGS "(/|\.)radiouniversity\.net/" -SecRule REQUEST_URI|ARGS "(/|\.)velvet\.jp/" -SecRule REQUEST_URI|ARGS "(/|\.)loved\.com/" -SecRule REQUEST_URI|ARGS "(/|\.)kit\.net/" -SecRule REQUEST_URI|ARGS "(/|\.)warezworld\.cx/" -SecRule REQUEST_URI|ARGS "(/|\.)void\.ru/" -SecRule REQUEST_URI|ARGS "(/|\.)itabaiana\.se\.gov\.br" -SecRule REQUEST_URI|ARGS "(/|\.)ajadp\.net/" -SecRule REQUEST_URI|ARGS "(/|\.)perian-a\.biz" -SecRule REQUEST_URI|ARGS "(/|\.)rootshell\.be" -SecRule REQUEST_URI|ARGS "(/|\.)tododescargas\.com\.ve/" -SecRule REQUEST_URI|ARGS "(/|\.)caucasus\.net/" -SecRule REQUEST_URI|ARGS "(/|\.)iespana\.es/" -SecRule REQUEST_URI|ARGS "(/|\.)the-tronix\.net/" -SecRule REQUEST_URI|ARGS "(/|\.)classi-find\.net/" -SecRule REQUEST_URI|ARGS "(/|\.)albanet\.biz\.tc/" -SecRule REQUEST_URI|ARGS "(/|\.)wendyscountrycloset\.biz/" -SecRule REQUEST_URI|ARGS "(/|\.)meiemees\.pri\.ee" -SecRule REQUEST_URI|ARGS "(/|\.)geirinn\.is" -SecRule REQUEST_URI|ARGS "(/|\.)skullbocks\.org/" -SecRule REQUEST_URI|ARGS "(/|\.)byethost9\.com/" -SecRule REQUEST_URI|ARGS "(/|\.)hackermail2010\.ifrance\.com" -SecRule REQUEST_URI|ARGS "(/|\.)ifrance\.com/hackermail2010" -SecRule REQUEST_URI|ARGS "(/|\.)paul\.net\.pl/" -SecRule REQUEST_URI|ARGS "(/|\.)interfree\.it/" -SecRule REQUEST_URI|ARGS "\.albados\.com" -SecRule REQUEST_URI|ARGS "\.perqafohu\.com" -SecRule REQUEST_URI|ARGS "\.cside21\.com/" -SecRule REQUEST_URI|ARGS "200\.24\.117\.125" -SecRule REQUEST_URI|ARGS "elitemorgan\.com/" -SecRule REQUEST_URI|ARGS "\acesso\.t35\.com" -SecRule REQUEST_URI|ARGS "(\.|/)geocities\.com/" -SecRule REQUEST_URI|ARGS "(\.|/)geocities\.com/jefferyladun/" -SecRule REQUEST_URI|ARGS "(\.|/)geocities\.com/junhendra/" -SecRule REQUEST_URI|ARGS "(\.|/)geocities\.com/xpl_gibson/" -SecRule REQUEST_URI|ARGS "(\.|/)geocities\.com/kelvinkappa1/" -SecRule REQUEST_URI|ARGS "(\.|/)geocities\.com/damon_shaft/" -SecRule REQUEST_URI|ARGS "(\.|/)geocities\.com/gettoprince4u/" -SecRule REQUEST_URI|ARGS "(\.|/)geocities\.com/brennanventures/" -SecRule REQUEST_URI|ARGS "(\.|/)geocities\.com/solohackerlinks/" -SecRule REQUEST_URI|ARGS "(\.|/)albahost\.host\.sk/" -SecRule REQUEST_URI|ARGS "uarg\.unpa\.edu\.ar/" -SecRule REQUEST_URI|ARGS "\.manhattanservice\.com" -SecRule REQUEST_URI|ARGS "\.kurddomain\.net" -SecRule REQUEST_URI|ARGS "elmorgan\.com\.ar" -SecRule REQUEST_URI|ARGS "61\.1\.197\.244" -SecRule REQUEST_URI|ARGS "home\.arcor\.de" -SecRule REQUEST_URI|ARGS "\.turx\.nl" -SecRule REQUEST_URI|ARGS "\.members\.lycos\.co\.uk/albacr3w/" -SecRule REQUEST_URI|ARGS "\.ifrance\.com" -SecRule REQUEST_URI|ARGS "pivadesign\.com\.br" -SecRule REQUEST_URI|ARGS "\.pc-phasechange\.it" -SecRule REQUEST_URI|ARGS "ciberia\.ya\.com" -SecRule REQUEST_URI|ARGS "\.starhack\.org" -SecRule REQUEST_URI|ARGS "sweet-serenity\.org" -SecRule REQUEST_URI|ARGS "\.uol\.com\.br" -SecRule REQUEST_URI|ARGS "aviozone\.com" -SecRule REQUEST_URI|ARGS "mptechno\.cz" -SecRule REQUEST_URI|ARGS "\.piranho\.de" -SecRule REQUEST_URI|ARGS "\.lilspage\.de" -SecRule REQUEST_URI|ARGS "209\.136\.48\.69" -SecRule REQUEST_URI|ARGS "216\.12\.103\.29" -SecRule REQUEST_URI|ARGS "209\.232\.227\.224" -SecRule REQUEST_URI|ARGS "200\.72\.130\.29" -SecRule REQUEST_URI|ARGS "209\.123\.16\.34" -SecRule REQUEST_URI|ARGS "\.mitchellwhite\.com" -SecRule REQUEST_URI|ARGS "full-comandos\.com" -SecRule REQUEST_URI|ARGS "members\.lycos\.co\.uk/tiara" -SecRule REQUEST_URI|ARGS "sharonfamilyandtravel\.com" -SecRule REQUEST_URI|ARGS "72\.18\.195\.161" -SecRule REQUEST_URI|ARGS "geocities\.com/hitam_putih_dalnet/" -SecRule REQUEST_URI|ARGS "cyberspiderwebdesign\.com" -SecRule REQUEST_URI|ARGS "\.softcarein\.com" -SecRule REQUEST_URI|ARGS "\.netmisphere2\.com" -SecRule REQUEST_URI|ARGS "juniorenkammer\.be" -SecRule REQUEST_URI|ARGS "\.itunisie\.com" -SecRule REQUEST_URI|ARGS "mitchellgeo\.com" -SecRule REQUEST_URI|ARGS "hackexpert\.net" -SecRule REQUEST_URI|ARGS "agi-zagi\.co\.kr" -SecRule REQUEST_URI|ARGS "\.f1-kingpin\.de" -SecRule REQUEST_URI|ARGS "(http|https|ftp)\:/.*\.free\.fr" -SecRule REQUEST_URI|ARGS "www\.designerwear\.co\.uk" -SecRule REQUEST_URI|ARGS "(http|https|ftp)\:/.*\.i8\.com" -SecRule REQUEST_URI|ARGS "danzarte\.cl" -SecRule REQUEST_URI|ARGS "\.ripway\.com" -SecRule REQUEST_URI|ARGS "81\.174\.26\.111" -SecRule REQUEST_URI|ARGS "128\.173\.40\.113" -SecRule REQUEST_URI|ARGS "\.lycos\.co\.uk/metlak/" -SecRule REQUEST_URI|ARGS "\.xcop\.biz/" -SecRule REQUEST_URI|ARGS "sca\.postech\.ac\.kr" -SecRule REQUEST_URI|ARGS "www\.aauto\.no" -SecRule REQUEST_URI|ARGS "dsoulzin\.net" -SecRule REQUEST_URI|ARGS "\.altervista\.org" -SecRule REQUEST_URI|ARGS "\.yatas\.com" -SecRule REQUEST_URI|ARGS "bocor-team\.org" -SecRule REQUEST_URI|ARGS "s0l4r1sr0x\.com" -SecRule REQUEST_URI|ARGS "209\.16\.85\.15" -SecRule REQUEST_URI|ARGS "217\.160\.242\.90" -SecRule REQUEST_URI|ARGS "81\.174\.26\.111" -SecRule REQUEST_URI|ARGS "216\.15\.209\.12" -SecRule REQUEST_URI|ARGS "216\.103\.82\.214" -SecRule REQUEST_URI|ARGS "usuarios\.lycos\.es/angienuka" -SecRule REQUEST_URI|ARGS "usuarios\.lycos\.es/saxalt/" -SecRule REQUEST_URI|ARGS "\.members\.lycos\.co\.uk/hackersclup" -SecRule REQUEST_URI|ARGS "spykids\.info" -SecRule REQUEST_URI|ARGS "smellthecoffee\.com" -SecRule REQUEST_URI|ARGS "\.nana\.co\.il" -SecRule REQUEST_URI|ARGS "yavnek12\.co\.il" -SecRule REQUEST_URI|ARGS "billing\.veloxinternet\.com/" -SecRule REQUEST_URI|ARGS "usuarios\.lycos\.es" -SecRule REQUEST_URI|ARGS "217\.114\.109\.11" -SecRule REQUEST_URI|ARGS "217\.160\.255\.44" -SecRule REQUEST_URI|ARGS "217\.160\.242\.90" -SecRule REQUEST_URI|ARGS "148\.81\.141\.12" -SecRule REQUEST_URI|ARGS "131\.155\.98\.128" -SecRule REQUEST_URI|ARGS "212\.114\.84\.18" -SecRule REQUEST_URI|ARGS "81\.174\.26\.111" -SecRule REQUEST_URI|ARGS "192\.112\.220\.37" -SecRule REQUEST_URI|ARGS "pc-clinic\.fr" -SecRule REQUEST_URI|ARGS "clientes\.netvisao\.pt" -SecRule REQUEST_URI|ARGS "\.sanicentrum\.be" -SecRule REQUEST_URI|ARGS "www\.brain\.net\.pk" -SecRule REQUEST_URI|ARGS "web\.un1xtech\.com" -SecRule REQUEST_URI|ARGS "\.schost\.com\.br/" -SecRule REQUEST_URI|ARGS "neto5a\.iitalia\.com" -SecRule REQUEST_URI|ARGS "mesahigh\.com" -SecRule REQUEST_URI|ARGS "216\.111\.31\.2" -SecRule REQUEST_URI|ARGS "24\.224\.174\.18" -SecRule REQUEST_URI|ARGS "\.mcarthur.\org" -SecRule REQUEST_URI|ARGS "\.v10\.com\.br/" -SecRule REQUEST_URI|ARGS "agaman\.net" -SecRule REQUEST_URI|ARGS "\.what-a-pair\.com" -SecRule REQUEST_URI|ARGS "62\.101\.193\.244" -SecRule REQUEST_URI|ARGS "\.tutoworld\.org" -SecRule REQUEST_URI|ARGS "jupiterhost\.net/" -SecRule REQUEST_URI|ARGS "\.iyscrew\.com" -SecRule REQUEST_URI|ARGS "\.server4free\.de" -SecRule REQUEST_URI|ARGS "\.tikla\.org" -SecRule REQUEST_URI|ARGS "\.dps-ct\.com/" -SecRule REQUEST_URI|ARGS "66\.235\.216\.137" -SecRule REQUEST_URI|ARGS "labserver\.veter\.ucv\.ve" -SecRule REQUEST_URI|ARGS "\.eformidler\.dk" -SecRule REQUEST_URI|ARGS "febronio\.org" -SecRule REQUEST_URI|ARGS "zavisnici\.com" -SecRule REQUEST_URI|ARGS "\.2x4\.ru" -SecRule REQUEST_URI|ARGS "\.k4boom\.biz" -SecRule REQUEST_URI|ARGS "theperfecttitle\.com" -SecRule REQUEST_URI|ARGS "\.yhrhosting\.com" -SecRule REQUEST_URI|ARGS "\.nitrofx\.com" -SecRule REQUEST_URI|ARGS "(/|\.)ownsalldomains\.org" -SecRule REQUEST_URI|ARGS "(/|\.)ocktober\.com" -SecRule REQUEST_URI|ARGS "\.s5\.com" -SecRule REQUEST_URI|ARGS "\.systemcrew\.net" -SecRule REQUEST_URI|ARGS "www\.tutoworld\.org" -SecRule REQUEST_URI|ARGS "\.supereva\.it/" -SecRule REQUEST_URI|ARGS "\.frsirt\.com" -SecRule REQUEST_URI|ARGS "(www\.|/)geocities\.com/anangkd" -SecRule REQUEST_URI|ARGS "geocities\.com/anugerahnet" -SecRule REQUEST_URI|ARGS "(www\.|/)geocities\.com/bacardi_marv" -SecRule REQUEST_URI|ARGS "\.geocities\.com/" -SecRule REQUEST_URI|ARGS "/geocities\.com/" -SecRule REQUEST_URI|ARGS "\.freshmaker\.us" -SecRule REQUEST_URI|ARGS "packetx\.org" -SecRule REQUEST_URI|ARGS "\.de-soc-mac\.de" -SecRule REQUEST_URI|ARGS "\.leohissa\.oi\.com\.br" -SecRule REQUEST_URI|ARGS "\.fig0\.com" -SecRule REQUEST_URI|ARGS "\.brasilhoster\.net" -SecRule REQUEST_URI|ARGS "\.riteweld\.com" -SecRule REQUEST_URI|ARGS "216\.111\.31\.2" -SecRule REQUEST_URI|ARGS "\.fineca\.net" -SecRule REQUEST_URI|ARGS "r00nin\.vila\.bol\.com\.br" -SecRule REQUEST_URI|ARGS "\.bol\.com\.br" -SecRule REQUEST_URI|ARGS "freewebbe\.supereva\.it" -SecRule REQUEST_URI|ARGS "asianfiles\.deluxepass\.com" -SecRule REQUEST_URI|ARGS "sei26\.tripod\.com" -SecRule REQUEST_URI|ARGS "gigachat\.net" -SecRule REQUEST_URI|ARGS "www\.sos-deces\.be" -SecRule REQUEST_URI|ARGS "\.sosha\.it/" -SecRule REQUEST_URI|ARGS "\.pbholland\.com" -SecRule REQUEST_URI|ARGS "\.newtontidy\.com" -SecRule REQUEST_URI|ARGS "\.barretttree\.com" -SecRule REQUEST_URI|ARGS "agaman\.net" -SecRule REQUEST_URI|ARGS "anti-clones\.com" -SecRule REQUEST_URI|ARGS "www\.members\.lycos\.nl/sesli" -SecRule REQUEST_URI|ARGS "geocities\.yahoo\.com\.br/toolsandcmd/" -SecRule REQUEST_URI|ARGS "geocities\.yahoo\.com\.br/" -SecRule REQUEST_URI|ARGS "chancom\.webpal\.info" -SecRule REQUEST_URI|ARGS "geocities\.yahoo\.com\.br/h4x0r_club/" -SecRule REQUEST_URI|ARGS "\.argaio\.net" -SecRule REQUEST_URI|ARGS "baixinhoo\.hpgvip\.com\.br" -SecRule REQUEST_URI|ARGS "\.zeldalegacies\.com" -SecRule REQUEST_URI|ARGS "simbafriends\.com/" -SecRule REQUEST_URI|ARGS "webshells\.org" -SecRule REQUEST_URI|ARGS "groupiys\.net" -SecRule REQUEST_URI|ARGS "megahostbr\.com" -SecRule REQUEST_URI|ARGS "geocities\.yahoo\.com\.br/slash_slink" -SecRule REQUEST_URI|ARGS "\.357is\.com" -SecRule REQUEST_URI|ARGS "northfox\.uw\.hu" -SecRule REQUEST_URI|ARGS "\.dynalith\.com" -SecRule REQUEST_URI|ARGS "\.xplmanager\.com" -SecRule REQUEST_URI|ARGS "\.members\.lycos\.co\.uk/thoronnn/" -SecRule REQUEST_URI|ARGS "\.terra\.com\.br/" -SecRule REQUEST_URI|ARGS "f58\.aaacafe\.ne.\jp/" -SecRule REQUEST_URI|ARGS "www\.derf\.hpgvip\.ig\.com\.br/" -SecRule REQUEST_URI|ARGS "rodrigo\.hcerto\.com/" -SecRule REQUEST_URI|ARGS "\.terror\.as\.ro/" -SecRule REQUEST_URI|ARGS "\.tntt\.org/meu/" -SecRule REQUEST_URI|ARGS "\.syscore\.hpgvip\.com\.br/" -SecRule REQUEST_URI|ARGS "\.hpgvip\.com\.br/" -SecRule REQUEST_URI|ARGS "ijoo\.homelinux\.com/" -SecRule REQUEST_URI|ARGS "\.derf\.hpgvip\.ig\.com\.br/" -SecRule REQUEST_URI|ARGS "\.100free\.com/" -SecRule REQUEST_URI|ARGS "\.lorenzo4ever\.de/" -SecRule REQUEST_URI|ARGS "visualcoders\.net/" -SecRule REQUEST_URI|ARGS "\.fendora\.net" -SecRule REQUEST_URI|ARGS "gigashell\.org/" -SecRule REQUEST_URI|ARGS "\.prir0x\.com/" -SecRule REQUEST_URI|ARGS "geocities\.com/madb0ss/" -SecRule REQUEST_URI|ARGS "geocities\.com/sapulinux/" -SecRule REQUEST_URI|ARGS "geocities\.yahoo\.com\.br/dh4x0r/" -SecRule REQUEST_URI|ARGS ".*\.verizon\.net\.do/carlos.*" -SecRule REQUEST_URI|ARGS "mi\.verizon\.net\.do/carlos.*" -SecRule REQUEST_URI|ARGS "\.stanlley\.ubbi\.com\.br/" -SecRule REQUEST_URI|ARGS "xthost\.info/" -SecRule REQUEST_URI|ARGS "yaoibr\.vila\.bol\.com\.br/" -SecRule REQUEST_URI|ARGS "geocities\.com/catalin1713/" -SecRule REQUEST_URI|ARGS "visualcoders\.net/spy\." -SecRule REQUEST_URI|ARGS "\.digitalmedia\.org\.mk" -SecRule REQUEST_URI|ARGS "pharoeste\.net" -SecRule REQUEST_URI|ARGS "userbr\.info" -SecRule REQUEST_URI|ARGS "\.foxcf\.hpgvip\.ig\.com\.br" -SecRule REQUEST_URI|ARGS "medicine\.bjmu\.edu\.cn" -SecRule REQUEST_URI|ARGS "\.blueconnection\.com\.br" -SecRule REQUEST_URI|ARGS "\.ph4nt4sm4\.hpgvip\.ig\.com\.br" -SecRule REQUEST_URI|ARGS "\.mvhosted\.com" -SecRule REQUEST_URI|ARGS "\.0catch\.com" -SecRule REQUEST_URI|ARGS "newton\.100free\.com" -SecRule REQUEST_URI|ARGS "\.forplay\.com\.br" -SecRule REQUEST_URI|ARGS "\.geocities\.com/my_lusy" -SecRule REQUEST_URI|ARGS "lol\.freecoolsite\.com" -SecRule REQUEST_URI|ARGS "winscp\.net" -SecRule REQUEST_URI|ARGS "\.karpit\.net" -SecRule REQUEST_URI|ARGS "www\.partyradio\.ca" -SecRule REQUEST_URI|ARGS "\.triple-hhh\.de" -SecRule REQUEST_URI|ARGS "\.gottablaze\.com" -SecRule REQUEST_URI|ARGS "xanutz\.3x\.ro" -SecRule REQUEST_URI|ARGS "geocities\.com/anak_indekost" -SecRule REQUEST_URI|ARGS "themis\.geocities\.yahoo\.com" -SecRule REQUEST_URI|ARGS "\.geocities\.com/my_sweet_cute/" -SecRule REQUEST_URI|ARGS "\.angelfire\.com/zine2/" -SecRule REQUEST_URI|ARGS "72\.20\.34\.[0-9]+" -SecRule REQUEST_URI|ARGS "animehost\.de" -SecRule REQUEST_URI|ARGS "home\.online\.no/~p-shahr" -SecRule REQUEST_URI|ARGS "indragostit\.net" -SecRule REQUEST_URI|ARGS "hdr\.atspace\.com" -SecRule REQUEST_URI|ARGS "\.thecurse\.pop\.com\.br" -SecRule REQUEST_URI|ARGS "www\.w3zone\.com" -SecRule REQUEST_URI|ARGS "freecoolsite\.com" -SecRule REQUEST_URI|ARGS "freewebs\.com" -SecRule REQUEST_URI|ARGS "\.geocities\.com/chnsekip" -SecRule REQUEST_URI|ARGS "webcindario\.com" -SecRule REQUEST_URI|ARGS "ripdisk\.ma\.cx" -SecRule REQUEST_URI|ARGS "sinanreklam\.net" -SecRule REQUEST_URI|ARGS "members\.cox\.net/xjasonx" -SecRule REQUEST_URI|ARGS "\.bh-net\.dk" -SecRule REQUEST_URI|ARGS "\.mediaserve\.net" -SecRule REQUEST_URI|ARGS "\.inchon\.ne\.kr" -SecRule REQUEST_URI|ARGS "\.noti-auto.\com\.ar" -SecRule REQUEST_URI|ARGS "go0gler\.com" -SecRule REQUEST_URI|ARGS "hackbox\.t35\.com" -SecRule REQUEST_URI|ARGS ".*\.hpgvip\.ig\.com\.br" -SecRule REQUEST_URI|ARGS "honestgame\.net" -SecRule REQUEST_URI|ARGS "\.ecobook\.or\.kr" -SecRule REQUEST_URI|ARGS "\.fasecolda\.com" -SecRule REQUEST_URI|ARGS "212\.50\.30\.60" -SecRule REQUEST_URI|ARGS "\.nbail\.com" -SecRule REQUEST_URI|ARGS "\.kit\.net/" -SecRule REQUEST_URI|ARGS "\.ubbi\.com\.br" -SecRule REQUEST_URI|ARGS "\.k4boom\.biz/" -SecRule REQUEST_URI|ARGS "00freehost\.com" - -#Sites that host remote shells, etc. -SecRule REQUEST_URI|ARGS "security-protocols\.com" - -#Known sources that leak thru proxies -SecRule HTTP_FORWARDED|HTTP_X_FORWARDED_FOR "80\.26\.46\.168" -SecRule HTTP_FORWARDED|HTTP_X_FORWARDED_FOR 69\.50\.182\.154 -SecRule HTTP_FORWARDED|HTTP_X_FORWARDED_FOR 202\.81\.60\.58 -SecRule HTTP_FORWARDED|HTTP_X_FORWARDED_FOR "66\.246\.252\.91" -SecRule HTTP_FORWARDED|HTTP_X_FORWARDED_FOR 211\.185\.59\.124 -SecRule HTTP_FORWARDED|HTTP_X_FORWARDED_FOR "209\.165\.131\.23" -SecRule HTTP_FORWARDED|HTTP_X_FORWARDED_FOR "66\.246\.246\.22" -SecRule HTTP_FORWARDED|HTTP_X_FORWARDED_FOR "202\.89\.50\.28" -SecRule HTTP_FORWARDED|HTTP_X_FORWARDED_FOR "80\.38\.208\.48" -SecRule HTTP_FORWARDED|HTTP_X_FORWARDED_FOR "159\.148\.29\.158" -SecRule HTTP_FORWARDED|HTTP_X_FORWARDED_FOR "80\.59\.188\.73" -SecRule HTTP_FORWARDED|HTTP_X_FORWARDED_FOR "200\.168\.0\.246" -SecRule HTTP_FORWARDED|HTTP_X_FORWARDED_FOR "193\.95\.90\.52" -SecRule HTTP_FORWARDED|HTTP_X_FORWARDED_FOR "193\.95\.27\.2" -SecRule HTTP_FORWARDED|HTTP_X_FORWARDED_FOR "195\.55\.222\.19" -SecRule HTTP_FORWARDED|HTTP_X_FORWARDED_FOR "196\.203\.32\.81" -SecRule HTTP_FORWARDED|HTTP_X_FORWARDED_FOR "213\.150\.163\.82" -SecRule HTTP_FORWARDED|HTTP_X_FORWARDED_FOR "213\.237\.226\.70" -SecRule HTTP_FORWARDED|HTTP_X_FORWARDED_FOR "213\.96\.125\.38" -SecRule HTTP_FORWARDED|HTTP_X_FORWARDED_FOR "213\.97\.97\.168" -SecRule HTTP_FORWARDED|HTTP_X_FORWARDED_FOR "213\.98\.122\.111" -SecRule HTTP_FORWARDED|HTTP_X_FORWARDED_FOR "217\.8\.64\.21" -SecRule HTTP_FORWARDED|HTTP_X_FORWARDED_FOR "80\.191\.119\.122" -SecRule HTTP_FORWARDED|HTTP_X_FORWARDED_FOR "80\.33\.104\.158" -SecRule HTTP_FORWARDED|HTTP_X_FORWARDED_FOR "80\.38\.171\.131" -SecRule HTTP_FORWARDED|HTTP_X_FORWARDED_FOR "81\.109\.180\.3" -SecRule HTTP_FORWARDED|HTTP_X_FORWARDED_FOR "81\.37\.184\.196" -SecRule HTTP_FORWARDED|HTTP_X_FORWARDED_FOR "83\.57\.132\.206" -SecRule HTTP_FORWARDED|HTTP_X_FORWARDED_FOR "84\.94\.13\.249" -SecRule HTTP_FORWARDED|HTTP_X_FORWARDED_FOR "85\.129\.229\.111" -SecRule HTTP_FORWARDED|HTTP_X_FORWARDED_FOR "86\.60\.16\.81" -SecRule HTTP_FORWARDED|HTTP_X_FORWARDED_FOR "172\.168\.0\.1" -SecRule HTTP_FORWARDED|HTTP_X_FORWARDED_FOR "196\.203\.4\.62" -SecRule HTTP_FORWARDED|HTTP_X_FORWARDED_FOR "202\.123\.250\.184" -SecRule HTTP_FORWARDED|HTTP_X_FORWARDED_FOR "212\.116\.209\.234" -SecRule HTTP_FORWARDED|HTTP_X_FORWARDED_FOR "217\.127\.56\.24" -SecRule HTTP_FORWARDED|HTTP_X_FORWARDED_FOR "80\.26\.46\.168" -SecRule HTTP_FORWARDED|HTTP_X_FORWARDED_FOR "80\.36\.245\.100" -SecRule HTTP_FORWARDED|HTTP_X_FORWARDED_FOR "84\.94\.78\.98" -SecRule HTTP_FORWARDED|HTTP_X_FORWARDED_FOR "80\.59\.91\.33" -SecRule HTTP_FORWARDED|HTTP_X_FORWARDED_FOR "unsecure-services" -SecRule HTTP_FORWARDED|HTTP_X_FORWARDED_FOR "205\.177\.122\.162" - - - -#bad proxies -SecRule HTTP_FORWARDED "mangostino\.ut\.edu\.co" -SecRule HTTP_FORWARDED ".*\.cnh\.com" -SecRule HTTP_FORWARDED "phenix-prog-phr" -SecRule HTTP_FORWARDED "alfred\.nssi\.telus\.com" -SecRule HTTP_FORWARDED "wadsworth\.nssi\.telus\.com" -SecRule HTTP_VIA "\.ownsalldomains\.org" -SecRule HTTP_VIA "cache\.topflash\.co\.kr" -SecRule HTTP_VIA "\.quasar\.net\.id:8080" -SecRule HTTP_VIA "\.serverpronto\.com" -SecRule HTTP_VIA "\.fetish-expert\.org" -SecRule HTTP_VIA "proxy\.hwai\.edu\.tw" -SecRule HTTP_VIA "interno-1-1\.edn\.org\.br" -SecRule HTTP_VIA "\.pt-server1\.bt\.com" -SecRule HTTP_VIA "1\.1 cache-test-dtv-kno" -SecRule HTTP_VIA "kdnproxy\.kdn\.gov\.my" -SecRule HTTP_VIA "\.wisdomchina\.com" -SecRule HTTP_VIA "1\.1 PALACIOISA" -SecRule HTTP_VIA "1\.1 cache7\:80 \(squid" -SecRule HTTP_VIA "1\.1 www\.pt-server1\.bt\.com" -SecRule HTTP_VIA "revProxy\.foredu\.com\.cn" -SecRule HTTP_VIA "\.salmanetwork\.com" -SecRule HTTP_VIA "\.warnet\.com" -SecRule HTTP_VIA "moses\.frc\.org" -SecRule HTTP_VIA "1\.0 SQCNT3" -SecRule HTTP_VIA "phenix-prog-phr" -SecRule HTTP_VIA "1\.0 TIETONG" -SecRule HTTP_VIA "webshield\.beitberl\.ac\.il" -SecRule HTTP_VIA "1\.1 www\.any\.com" -SecRule HTTP_VIA "intra\.ckus\.rmutp\.ac\.th" -SecRule HTTP_VIA "poczta\.prochowa12\.waw\.pl" -SecRule HTTP_VIA "1\.1 ICACHE1" -SecRule HTTP_VIA "1\.1 New-Proxy2" -SecRule HTTP_VIA "1\.1 SERVEUR2000" -SecRule HTTP_VIA "intra\.ckus\.rmutp\.ac\.th" -SecRule HTTP_VIA "1\.1 PROXY, 1\.0 NC2100" -SecRule HTTP_VIA "1\.1 www\.rolnas\.com\.pl" -SecRule HTTP_VIA "1\.1 revproxy2" -SecRule HTTP_VIA "1\.1 webmail\.siamcom\.co\.th" -SecRule HTTP_VIA "1\.1 SMS2000\.tutsys\.com" -SecRule HTTP_VIA "1\.1 CAE-SERVER" -SecRule HTTP_VIA "1\.1 WORKGROU-OYOU4X" -SecRule HTTP_VIA "1\.1 INKABANPINPROXY" -SecRule HTTP_VIA "1\.1 DNS4" -SecRule HTTP_VIA "1\.1 www\.rolnas\.com\.pl" -SecRule HTTP_VIA "1\.1 DBSV1008" -SecRule HTTP_VIA "1\.1 NEWISA" -SecRule HTTP_VIA "1\.1 CPGATEWAY02" -SecRule HTTP_VIA "1\.1 router\:3128 \(KEN\!\)" -SecRule HTTP_VIA "1\.1 PROXYSRV\, 1\.0 supercache5" -SecRule HTTP_VIA "1\.1 ATIPLS1" -SecRule HTTP_VIA "1\.0 SMART\, 1\.0 LOIER2800\:" -SecRule HTTP_VIA "1\.1 62\.93\.34\.160" -SecRule HTTP_VIA "1\.1 fwall\.belcomct\.net" -SecRule HTTP_VIA "1\.1 ZERT-EWDGNMVXUF" -SecRule HTTP_VIA "1\.1 su\.tkp\.edu\.hk" -#SecRule HTTP_VIA "HTTP/1\.1 proxy\[AC1.*" -SecRule HTTP_VIA "HTTP/1\.1 proxy\[AC1E0247" -SecRule HTTP_VIA "1\.1 compujuan\.com\.es" -SecRule HTTP_VIA "1\.1 FEDERATION" -#SecRule HTTP_VIA "1\.1 SERVER-ISA" -SecRule HTTP_VIA "1\.1 EXACTWAPPROXY" -SecRule HTTP_VIA "1\.1 GRNSERVER" -SecRule HTTP_VIA "1\.1 www\.satem\.gob\.ve" -SecRule HTTP_VIA "1\.1 nilcombi\.nilcom\.fr" -SecRule HTTP_VIA "1\.1 cellulant\.lifeismobile\.com" -SecRule HTTP_VIA "1\.1 SR2300-SE7501-H" -SecRule HTTP_VIA "1\.1 www\.dmi\.es" -#SecRule HTTP_VIA "1\.0 cache2\.jed" -SecRule HTTP_VIA "1\.1 BRHCYBER" -SecRule HTTP_VIA "1\.1 132\.110\.2\.12" -SecRule HTTP_VIA "1\.1 .*\.pivotoffice\.com" -SecRule HTTP_VIA "1\.1 .*\.mundo-r\.com" -SecRule HTTP_VIA "1\.1 FAMILYCAREREHAB" -SecRule HTTP_VIA "1\.1 INFORMASERVER" -SecRule HTTP_VIA "1\.1 ITISA" -#SecRule HTTP_VIA "1\.1 NetCache-CLNS-STACK-1" -SecRule HTTP_VIA "1\.1 .*\.as5587\.net" -SecRule HTTP_VIA "1\.1 Maua" -SecRule HTTP_VIA "1\.1 JUNIOR" -SecRule HTTP_VIA "1\.1 offsetinternet" -SecRule HTTP_VIA ".*codevasf\.gov\.br" -SecRule HTTP_VIA "1\.1 www\.aha\.at" -SecRule HTTP_VIA "1\.1 ucavilapruebas\.es" -SecRule HTTP_VIA "1\.1 .*\.insightfirst\.com" -SecRule HTTP_VIA "1\.1 if3\.insightfirst\.com" -SecRule HTTP_VIA "1\.1 SERV132" -SecRule HTTP_VIA "1\.1 CacheFORCE" -SecRule HTTP_VIA "1\.1 dgc-squid" -#SecRule HTTP_VIA "1\.1 CS6200C" -SecRule HTTP_VIA "1\.1 NTS-SERVER" -SecRule HTTP_VIA "1\.1 AJF-JTC-ISA01" -SecRule HTTP_VIA "1\.1 neptun\.ci\.uw\.edu\.pl" -SecRule HTTP_VIA "1\.1 2-net\.ro" -SecRule HTTP_VIA "1\.1 .*\.usscript\.com" -SecRule HTTP_VIA "1\.1 SSIP_SERVER3" -SecRule HTTP_VIA "1\.1 SYVKOV422GX" -SecRule HTTP_VIA "1\.1 .*\.arbuzowa\.net" -SecRule HTTP_VIA "1\.1 www\.kevsclub\.com" -SecRule HTTP_VIA "1\.0 KALIMBA" -SecRule HTTP_VIA "1\.0 NETOUT-SERVER" -SecRule HTTP_VIA "1\.0 NTMARVWALL01" -SecRule HTTP_VIA "1\.0 PROXYSES2" -SecRule HTTP_VIA "1\.0 ptcdb\.edu\.ps" -SecRule HTTP_VIA "1\.0 px1nr \(NetCache NetApp/5\.6\.1D25\)" -SecRule HTTP_VIA "1\.0 px8so \(NetCache NetApp/5\.6\.1D25\)" -SecRule HTTP_VIA "1\.0 SERV132, 1\.0 netcache1 \(NetCache NetApp/6\.0\.1\)" -SecRule HTTP_VIA "1\.0 TEKIYA02 \(NetCache NetApp/5\.6\.2\), TEKIYA03, 1\.0 TEKIYA02 \(NetCache NetApp/5\.6\.2\)" -#SecRule HTTP_VIA "1\.1 10\.0\.1\.20" -#SecRule HTTP_VIA "1\.1 127\.0\.0\.1" -SecRule HTTP_VIA "1\.1 146\.83\.216\.207" -SecRule HTTP_VIA "1\.1 202\.88\.250\.211" -SecRule HTTP_VIA "1\.1 213\.155\.209\.204" -SecRule HTTP_VIA "1\.1 accel10\.click21\.com\.br" -SecRule HTTP_VIA "1\.1 alcyonix\.dyndns\.ws" -SecRule HTTP_VIA "1\.1 athos\.chem\.demokritos\.gr" -SecRule HTTP_VIA "1\.1 ATIPLS1" -SecRule HTTP_VIA "1\.1 BBSM52" -#SecRule HTTP_VIA "1\.1 bnb-cache1 \(NetCache NetApp.*\), 1\.1 rba-cache1" -SecRule HTTP_VIA "1\.1 cacheB\.ipko\.net" -SecRule HTTP_VIA "1\.1 CAE-SERVER" -SecRule HTTP_VIA "1\.1 CATHODE" -#SecRule HTTP_VIA "1\.1 cha-cache1 \(NetCache NetApp.*" -SecRule HTTP_VIA "1\.1 CSB-NC2 \(NetCache NetApp.*" -SecRule HTTP_VIA "1\.1 cuchimilco\.huaral\.org" -SecRule HTTP_VIA "1\.1 DBSV1008" -SecRule HTTP_VIA "1\.1 dns2\.araxa\.com\.br" -SecRule HTTP_VIA "1\.1 EMERSON, 1\.0 C6100 \(NetCache NetApp.*" -SecRule HTTP_VIA "1\.1 EPPD_SERVER" -SecRule HTTP_VIA "1\.1 fox-server1\.foxschool\.lan" -SecRule HTTP_VIA "1\.1 http-istcf1" -SecRule HTTP_VIA "1\.1 JUNIOR" -#SecRule HTTP_VIA "1\.1 lnac2 \(NetCache NetApp.*" -SecRule HTTP_VIA "1\.1 LTSP03\.glenwood\.k12\.mo\.us" -#SecRule HTTP_VIA "1\.1 MAILSERVER" -SecRule HTTP_VIA "1\.1 natty\.intranet" -#SecRule HTTP_VIA "1\.1 netcache1-ctn \(NetCache NetApp.*" -#SecRule HTTP_VIA "1\.1 netcache1 \(NetCache NetApp.*" -#SecRule HTTP_VIA "1\.1 NetCache3 \(NetCache NetApp.*" -SecRule HTTP_VIA "1\.1 NetCache-CLNS-STACK-1 \(NetCache NetApp.*" -#SecRule HTTP_VIA "1\.1 nme-nxg-pr1\.tpg\.com\.au" -SecRule HTTP_VIA "1\.1 no-dns\.as5587\.net" -SecRule HTTP_VIA "1\.1 ns07\.contentex\.net" -SecRule HTTP_VIA "1\.1 NYNETSRV01" -SecRule HTTP_VIA "1\.1 OTXXSERV" -SecRule HTTP_VIA "1\.1 proxy\.marshall\.k12\.wi\.us" -SecRule HTTP_VIA "1\.1 SERV132, 1\.0 netcache1 \(NetCache NetApp.*" -SecRule HTTP_VIA "1\.1 SERVER-ISA" -SecRule HTTP_VIA "1\.1 SERVEUR-CYBER" -SecRule HTTP_VIA "1\.1 slave02\.terrarica\.net" -SecRule HTTP_VIA "1\.1 SMS2000\.tutsys\.com" -SecRule HTTP_VIA "1\.1 spacebears" -SecRule HTTP_VIA "1\.1 squid2-sydny\.eftel\.com" -SecRule HTTP_VIA "1\.1 SSIP_SERVER3" -SecRule HTTP_VIA "1\.1 SYVKOV422GX" -SecRule HTTP_VIA "1\.1 trixie" -SecRule HTTP_VIA "1\.1 wc-02 \(NetCache NetApp.*" -SecRule HTTP_VIA "1\.1 webmail\.siamcom\.co\.th" -SecRule HTTP_VIA "1\.1 www\.arbuzowa\.net" -SecRule HTTP_VIA "1\.1 www\.gkcabunoc\.com" -SecRule HTTP_VIA "1\.1 addyon\.webair\.com" -SecRule HTTP_VIA "1\.1 alcyonix\.dyndns\.ws" -SecRule HTTP_VIA "1\.1 proxy\.pcdl\.gov\.br" -SecRule HTTP_VIA "1\.1 ichigo\.icsmail\.net" -SecRule HTTP_VIA "1\.1 80\.177\.18\.74" -SecRule HTTP_VIA "1\.1 raptor[0-9][a-z]\.watchdog\.net\.nz" -SecRule HTTP_VIA "1\.0 proxy[0-9]\..*\.maxnet\.net\.nz" -SecRule HTTP_VIA "1\.0 proxy[0-9]\.akl[0-9]\.maxnet\.net\.nz" -SecRule HTTP_VIA "1\.1 POMGFIREWALL" -SecRule HTTP_VIA "1\.1 alfred\.nssi\.telus\.com" -SecRule HTTP_VIA "1\.1 .*\.acdi-cida\.gc\.ca" -SecRule HTTP_VIA "CIDA13\.acdi-cida\.gc\.ca" - -#generic sig for a bad site -SecRule REQUEST_URI "(http|https|ftp).*\.exs\.cx/.*/nc4hk\.swf" - diff --git a/files/mod_security/custom_rules/exclude.conf b/files/mod_security/custom_rules/exclude.conf deleted file mode 100644 index 081400c..0000000 --- a/files/mod_security/custom_rules/exclude.conf +++ /dev/null @@ -1,179 +0,0 @@ -# http://www.gotroot.com/mod_security+rules -# Gotroot.com ModSecurity rules -# Exclusion Rules for modsec 2.x -# -# Download from: http://www.gotroot.com/downloads/ftp/mod_security/2.0/exclude.conf -# -# Created by Michael Shinn of the Prometheus Group (http://www.prometheus-group.com) -# Copyright 2005 and 2006 by Michael Shinn and the Prometheus Group, all rights reserved. -# Redistribution is strictly prohibited in any form, including whole or in part. -# -# IMPORTANT NOTE! These rules must be loaded FIRST in your rule orderset to override -# other rules. If you load them later, they will not work! -# -# Version: N-20061022-01 -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS IS -# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF -# THE POSSIBILITY OF SUCH DAMAGE. - - -########################################### -#Generic SQL injection rule exclusions -########################################### - -#generic PHP forum posting exclusion - -SecRuleRemoveById 300013 -SecRuleRemoveById 300015 -SecRuleRemoveById 300016 - - - -#PhpMyadmin - - SecRuleRemoveById 300016 - - - - SecRuleRemoveById 300016 - - -#/xde/managecontent.php - - SecRuleRemoveById 300016 - - - - - SecRuleRemoveById 300016 - - -#PhpBB posting - -SecRuleRemoveById 300013 - - -#postnuke admin - - SecRuleRemoveById 300016 - - -#Postnuke uploads - -SecRuleRemoveById 300013 - - -#Tikiwiki forum - -SecRuleRemoveById 300013 - - -#Squirrel mail and Horde postings - -SecRuleRemoveById 300013 -SecRuleRemoveById 300015 -SecRuleRemoveById 300016 - - -#Provided by Todd Holforty - -SecRuleRemoveById 300013 -SecRuleRemoveById 300015 -SecRuleRemoveById 300016 - - -#Phorum posting - -SecRuleRemoveById 300013 - - -#Tikiwiki edit - -SecRuleRemoveById 300013 - - - -SecRuleRemoveById 300013 - - - -SecRuleRemoveById 300016 - - -########################################### -#Double pipe exclusion rules -########################################### - -SecRuleRemoveById 300014 - - -########################################### -#Front page exclusions -########################################### - - SecRuleInheritance Off - - - -SecRuleRemoveById 300016 - - - -SecRuleRemoveById 300016 - - -########################################### -#Mambo/Joomla exclusions -########################################### - - SecRuleRemoveById 380000 - SecRuleRemoveById 300013 - - - SecRuleRemoveById 300013 - SecRuleRemoveById 300016 - SecRuleRemoveById 380000 - SecRuleRemoveById 360001 - - -#Added 27AUG2006 -#Courtesy of Tom Donovan -#ColdFusion RDS - - SecRuleRemoveById 360001 - - -#servlet/webacc - - SecRuleRemoveById 300013 - - -#WordPRess - - SecRuleRemoveById 300015 - - -#/profile.php - - SecRuleRemoveById 300015 - - -#Open-Exchange - - SecRuleRemoveById 300015 - - - -#owl intranet - - SecRuleRemoveById 300015 - diff --git a/files/mod_security/custom_rules/jitp.conf b/files/mod_security/custom_rules/jitp.conf deleted file mode 100644 index 3fb523c..0000000 --- a/files/mod_security/custom_rules/jitp.conf +++ /dev/null @@ -1,4442 +0,0 @@ -# http://www.gotroot.com/mod_security+rules -# Gotroot.com ModSecurity rules -# Just In Time Patches for Vulnerable Applications Rules for modsec 2.x -# -# Version: N-20061022-01 -# -# Download from: http://www.gotroot.com/downloads/ftp/mod_security/jitp.conf -# -# Created by Michael Shinn of the Prometheus Group (http://www.prometheus-group.com) -# Copyright 2005 and 2006 by Michael Shinn and the Prometheus Group, all rights reserved. -# Redistribution is strictly prohibited in any form, including whole or in part. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS IS -# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF -# THE POSSIBILITY OF SUCH DAMAGE. -# - -#-------------------------------- -# notes -#-------------------------------- -# Rules work with modsecurity 2.x and above only - -#-------------------------------- -#start rules -#-------------------------------- - -# WEB-CGI formmail -SecRule REQUEST_URI "/(formmail|mailform)(\x0a|\.pl\x0a)" - -#pals-cgi arbitrary file access attempt -SecRule REQUEST_URI "/pals-cgi.*documentName=" - -# WEB-CGI phf arbitrary command execution attempt -SecRule REQUEST_URI "/phf" chain -SecRule REQUEST_URI "\x0a/" -# WEB-CGI phf access -SecRule REQUEST_URI "/phf\?" - -# WEB-CGI htsearch arbitrary file read attempt -SecRule REQUEST_URI "/htsearch\?exclude=\`" - -# WEB-CGI csSearch.cgi arbitrary command execution attempt -SecRule REQUEST_URI "/csSearch\.cgi\?" chain -SecRule REQUEST_URI "\`" - -## WEB-CGI FormHandler.cgi directory traversal attempt attempt -SecRule REQUEST_URI "/FormHandler\.cgi" chain -SecRule REQUEST_URI "/\.\./" - -# WEB-CGI FormHandler.cgi external site redirection attempt -SecRule REQUEST_URI "/FormHandler\.cgi" chain -SecRule REQUEST_URI "redirect=http" - -# WEB-PHP squirrel mail spell-check arbitrary command attempt -SecRule REQUEST_URI "/squirrelspell/modules/check_me\.mod\.php" chain -SecRule REQUEST_URI "SQSPELL_APP\[" - -# WEB-PHP squirrel mail theme arbitrary command attempt -SecRule REQUEST_URI "/left_main\.php" chain -SecRule REQUEST_URI "cmdd=" - -# WEB-PHP directory.php arbitrary command attempt -SecRule REQUEST_URI "/directory\.php\?" chain -SecRule REQUEST_URI "\;" - -# WEB-PHP PHPLIB remote commanSelective REQUEST_URI|REQUEST_BODYd attempt -SecRule REQUEST_URI|REQUEST_BODY "_PHPLIB\[libdir\]" - -# WEB-PHP PHPLIB remote command attempt -SecRule REQUEST_URI "/db_mysql\.inc" - -# Exploit phpBB Highlighting Code Execution Attempt -SecRule REQUEST_URI|REQUEST_BODY "(\;|\&)highlight=\'\.system\(" - -# Exploit phpBB Highlighting SQL Injection -SecRule REQUEST_URI|REQUEST_BODY "&highlight=\'\.mysql_query\(" - -# Exploit phpBB Highlighting Code Execution - Santy.A Worm -SecRule REQUEST_URI|REQUEST_BODY "&highlight=\'\.fwrite\(fopen\(" - -# Exploit phpBB Highlight Exploit Attempt -SecRule REQUEST_URI|REQUEST_BODY "&highlight=\x2527\x252Esystem\(" - -# WEB-CGI dcforum.cgi directory traversal attempt -SecRule REQUEST_URI "/dcforum\.cgi" chain -SecRule REQUEST_URI "forum=\.\./\.\." - -# WEB-CGI dcboard.cgi invalid user addition attempt -SecRule REQUEST_URI "/dcboard\.cgi.*\|admin" - -# WEB-CGI alchemy http server PRN arbitrary command execution attempt -SecRule REQUEST_URI|REQUEST_BODY "/PRN/\.\./\.\./" - -# WEB-CGI alchemy http server NUL arbitrary command execution attempt -SecRule REQUEST_URI|REQUEST_BODY "/NUL/\.\./\.\./" - -# WEB-CGI AltaVista Intranet Search directory traversal attempt -SecRule REQUEST_URI "/query\?mss=\.\." - -# WEB-CGI hello.bat arbitrary command execution attempt -SecRule REQUEST_URI "/hello\.bat" chain -SecRule REQUEST_URI "\&" - -# WEB-CGI Home Free search.cgi directory traversal attempt -SecRule REQUEST_URI "/search\.cgi" chain -SecRule REQUEST_URI "letter=\.\./\.\." - -#campus attempt -SecRule REQUEST_URI "/campus\?\|0A\|" - -# WEB-CGI pfdispaly.cgi arbitrary command execution attempt -SecRule REQUEST_URI "/pfdispaly\.cgi\?\'" - -# WEB-CGI talkback.cgi directory traversal attempt -SecRule REQUEST_URI "/talkbalk\.cgi" chain -SecRule REQUEST_URI "article=\.\./\.\./" - -# WEB-CGI technote main.cgi file directory traversal attempt -SecRule REQUEST_URI "/technote/main\.cgi" chain -SecRule REQUEST_URI "\.\./\.\./" - -# WEB-CGI technote print.cgi directory traversal attempt -SecRule REQUEST_URI "/technote/print\.cgi.*\x00" - -# WEB-CGI eXtropia webstore directory traversal -SecRule REQUEST_URI "/web_store\.cgi" chain -SecRule REQUEST_URI "page=\.\./" - -# WEB-CGI shopping cart directory traversal -SecRule REQUEST_URI "/shop\.cgi" chain -SecRule REQUEST_URI "page=\.\./" - -# WEB-CGI Allaire Pro Web Shell attempt -SecRule REQUEST_URI "/authenticate\.cgi\?PASSWORD" chain -SecRule REQUEST_URI "config\.ini" - -# WEB-CGI Armada Style Master Index directory traversal -SecRule REQUEST_URI "/search\.cgi\?keys" chain -SecRule REQUEST_URI "catigory=\.\./" - -# WEB-CGI cached_feed.cgi moreover shopping cart directory traversal -SecRule REQUEST_URI "/cached_feed\.cgi" chain -SecRule REQUEST_URI "\.\./" - -# WEB-CGI Talentsoft Web+ exploit attempt -SecRule REQUEST_URI "/webplus\.cgi\?Script=/webplus/webping/webping\.wml" - -# WEB-CGI txt2html.cgi directory traversal attempt -SecRule REQUEST_URI "/txt2html\.cgi" chain -SecRule REQUEST_URI "/\.\./\.\./\.\./\.\./" - -# WEB-CGI store.cgi directory traversal attempt -SecRule REQUEST_URI "/store\.cgi" chain -SecRule REQUEST_URI "\.\./" - -# WEB-CGI mrtg.cgi directory traversal attempt -SecRule REQUEST_URI "/mrtg\.cgi" chain -SecRule REQUEST_URI "cfg=/\.\./" - -# WEB-CGI CCBill whereami.cgi arbitrary command execution attempt -SecRule REQUEST_URI "/whereami\.cgi\?g=" - -# WEB-CGI WhatsUpGold instancename overflow attempt -SecRule REQUEST_URI "/_maincfgret\.cgi" - -#Demarc SQL injection attempt -SecRule REQUEST_URI "/dm/demarc.*s_key=.*\'" - -# WEB-MISC apache directory disclosure attempt -SecRule REQUEST_URI|REQUEST_BODY "////////" - -# WEB-MISC htgrep attempt -SecRule REQUEST_URI "/htgrep" chain -SecRule REQUEST_URI "hdr=/" - -#musicat empower attempt -SecRule REQUEST_URI "/empower\?DB=" - -# WEB-PHP DNSTools administrator authentication bypass attempt -SecRule REQUEST_URI "/dnstools\.php" chain -SecRule REQUEST_URI "user_dnstools_administrator=true" - -# WEB-PHP DNSTools authentication bypass attempt -SecRule REQUEST_URI "/dnstools\.php" chain -SecRule REQUEST_URI "user_logged_in=true" - -#General phpbb_root_path vulnerabilities -SecRule ARGS:phpbb_root_path "((ht|f)tps?\:/|\.\./)" "id:390070,rev:1,severity:2,msg:'JITP: Generic phpbb_root_path exploit'" - -# WEB-PHP phpbb quick-reply.php arbitrary command attempt -SecRule REQUEST_URI "/quick-reply\.php" chain -SecRule REQUEST_URI "phpbb_root_path=" - -# WEB-PHP Blahz-DNS dostuff.php modify user attempt -SecRule REQUEST_URI "/dostuff\.php\?action=modify_user" - -# WEB-PHP PHP-Wiki cross site scripting attempt -SecRule REQUEST_URI "/modules\.php\?*name=Wiki*\<*(script|about|applet|activex|chrome)*\>" - -# WEB-MISC *%0a.pl access -SecRule REQUEST_URI "/*\x0a\.pl" - -# WEB-PHP strings overflow -SecRule REQUEST_URI|REQUEST_BODY "\?STRENGUR" - -# WEB-PHP shoutbox.php directory traversal attempt -SecRule REQUEST_URI "/shoutbox\.php" chain -SecRule REQUEST_URI "\.\./" - -# WEB-PHP b2 cafelog gm-2-b2.php remote file include attempt -SecRule REQUEST_URI "/gm-2-b2\.php" chain -SecRule REQUEST_URI "b2inc=(http|https|ftp)\:/" - -# WEB-PHP BLNews objects.inc.php4 remote file include attempt -SecRule REQUEST_URI "/objects\.inc\.php*" chain -SecRule REQUEST_URI "Server\[path\]=(http|https|ftp)\:/" - -# WEB-PHP ttCMS header.php remote file include attempt -SecRule REQUEST_URI "/admin/templates/header\.php" chain -SecRule REQUEST_URI "admin_root=(http|https|ftp)\:/" - -# WEB-PHP autohtml.php directory traversal attempt -SecRule REQUEST_URI "/autohtml\.php" chain -SecRule REQUEST_URI "\.\./\.\./" - -# WEB-PHP ttforum remote file include attempt -SecRule REQUEST_URI "forum/index\.php" chain -SecRule REQUEST_URI "template=" - -# WEB-PHP pmachine remote file include attempt -SecRule REQUEST_URI "lib\.inc\.php" chain -SecRule REQUEST_URI "pm_path=(http|https|ftp)\:/" -SecRule REQUEST_URI "lib\.inc\.php.*pm_path.*(http|https|ftp)\:/" - -#rolis guestbook remote file include attempt -SecRule REQUEST_URI "/insert\.inc\.php*path=" - -# IdeaBox cord.php file include -SecRule REQUEST_URI "/index\.php*ideaDir*cord\.php" - -#IdeaBox notification.php file include -SecRule REQUEST_URI "/index\.php*gorumDir*notification\.php" - -# WEB-PHP DCP-Portal remote file include attempt -SecRule REQUEST_URI "/library/lib\.php" chain -SecRule REQUEST_URI "root=" - -# WEB-PHP IdeaBox cord.php file include -SecRule REQUEST_URI "/index\.php" chain -SecRule REQUEST_URI "cord\.php" - -# WEB-PHP IdeaBox notification.php file include -SecRule REQUEST_URI "/index\.php" chain -SecRule REQUEST_URI "notification\.php" - -# WEB-PHP Invision Board emailer.php file include -SecRule REQUEST_URI "/ad_member\.php" chain -SecRule REQUEST_URI "emailer\.php" - -# WEB-PHP WebChat db_mysql.php file include -SecRule REQUEST_URI "/defines\.php" chain -SecRule REQUEST_URI "db_mysql\.php" - -# WEB-PHP WebChat english.php file include -SecRule REQUEST_URI "/defines\.php" chain -SecRule REQUEST_URI "english\.php" - -# WEB-PHP Typo3 translations.php file include -SecRule REQUEST_URI "/translations\.php" chain -SecRule REQUEST_URI "ONLY=\x2e" - -# WEB-PHP news.php file include -SecRule REQUEST_URI "/news\.php" chain -SecRule REQUEST_URI "template" - -# WEB-PHP YaBB SE packages.php file include -SecRule REQUEST_URI "/packages\.php" chain -SecRule REQUEST_URI "packer\.php" - -# WEB-PHP newsPHP Language file include attempt -SecRule REQUEST_URI "/nphpd\.php" chain -SecRule REQUEST_URI "LangFile" - -#myphpPagetool pt_config.inc file include -SecRule REQUEST_URI "/doc/admin*ptinclude*pt_config\.inc" - -#Invision Board ipchat.php file include -SecRule REQUEST_URI "/ipchat\.php*root_path*conf_global\.php" - -# WEB-PHP PhpGedView PGV authentication_index.php base directory manipulation attempt -SecRule REQUEST_URI "/authentication_index\.php" chain -SecRule REQUEST_URI "PGV_BASE_DIRECTORY=(http|https|ftp)\:/" - -# WEB-PHP PhpGedView PGV functions.php base directory manipulation attempt -SecRule REQUEST_URI "/functions\.php" chain -SecRule REQUEST_URI "PGV_BASE_DIRECTORY" - -# WEB-PHP TUTOS path disclosure attempt -SecRule REQUEST_URI "/note_overview\.php" chain -SecRule REQUEST_URI "id=" - -# WEB-PHP PhpGedView PGV base directory manipulation -SecRule REQUEST_URI "_conf\.php" chain -SecRule REQUEST_URI "PGV_BASE_DIRECTORY" - -#PHPBB worm sigs -SecRule ARGS:highlight "(\x27|%27|\x2527|%2527)" - -#Mailto domain search possible MyDoom.M,O -SecRule REQUEST_URI "/search\?hl=en&ie=UTF-8&oe=UTF-8&q=mailto\+" chain -SecRule REQUEST_URI "Host\: www\.google\.com" - -#WEB-PHP EasyDynamicPages exploit -SecRule REQUEST_URI "edp_relative_path=" - -#Calendar XSS -SecRule REQUEST_URI "/(calendar|setup).php\?phpc_root_path=((http|https|ftp)\:/|<[[:space:]]*(script|about|applet|activex|chrome)*>.*(script|about|applet|activex|chrome)[[:space:]]*>)" - -#phpMyAdmin Export.PHP File Disclosure Vulnerability -SecRule SCRIPT_FILENAME "export\.php$" chain -SecRule ARGS:what "\.\." - -#nmap version request -SecRule REQUEST_URI|REQUEST_BODY "^(HELP|default|\||TNMP|DmdT|\:)$" - -#More PHPBB worms -SecRule REQUEST_URI "/viewtopic\.php\?" chain -SecRule ARGS "(chr|fwrite|fopen|system|echr|passthru|popen|proc_open|shell_exec|exec|proc_nice|proc_terminate|proc_get_status|proc_close|pfsockopen|leak|apache_child_terminate|posix_kill|posix_mkfifo|posix_setpgid|posix_setsid|posix_setuid|phpinfo)\(([0-9a-fA-Fx]{1,3})\)" - -# TIKIWIKI -SecRule REQUEST_URI "/tiki-map.phtml\?mapfile=\.\./\.\./" - -# WEB-MISC BitKeeper arbitrary command attempt -SecRule REQUEST_URI "/diffs/" chain -SecRule REQUEST_URI "\'" - -#awstats probe -SecRule REQUEST_URI|REQUEST_BODY "/awstats\.pl HTTP\/(0\.9|1\.0|1\.1)$" "id:390000,rev:1,severity:2,msg:'JITP: Awstats.pl probe'" - -#/forum/viewtopic.php?x=http:// -SecRule REQUEST_URI "/forum/viewtopic\.php\?x=(http|https|ftp)\:/" - -# WEB-MISC Crystal Reports crystalImageHandler.aspx directory traversal attempt -SecRule REQUEST_URI "/crystalimagehandler\.aspx" chain -SecRule REQUEST_URI "dynamicimage=\.\./" - -#mailman 2.x path recursion attack -SecRule REQUEST_URI|REQUEST_BODY "mailman/private/.*\.\.\./\.\.\.\.///" -SecRule REQUEST_URI|REQUEST_BODY "/mailman/.*\.\.\./" - -#ftp.pl attempt -SecRule REQUEST_URI "/ftp\.pl\?dir=\.\./\.\." - -#Tomcat server snoop access -SecRule REQUEST_URI "/jsp/snp/.*\.snp" - -# WEB-CGI HyperSeek hsx.cgi directory traversal attempt -SecRule REQUEST_URI "/hsx\.cgi.*\x00" - -# WEB-CGI SWSoft ASPSeek Overflow attempt -SecRule REQUEST_URI "/s\.cgi" chain -SecRule REQUEST_URI "tmpl=" - -# WEB-CGI /wwwboard/passwd.txt access -SecRule REQUEST_URI "/wwwboard/passwd\.txt" - -# WEB-CGI webplus directory traversal -SecRule REQUEST_URI "/webplus\?script" chain -SecRule REQUEST_URI "\.\./" - -# WEB-CGI websendmail access -SecRule REQUEST_URI "/websendmail" - -# WEB-CGI anaconda directory transversal attempt -SecRule REQUEST_URI "/(apexec|anacondaclip)\.pl" chain -SecRule REQUEST_URI "template=\.\./" - -# WEB-CGI imagemap.exe overflow attempt -SecRule REQUEST_URI "/imagemap\.exe\?" - -# WEB-CGI htmlscript attempt -SecRule REQUEST_URI "/htmlscript\?\.\./\.\." - -# WEB-CGI nph-test-cgi access -SecRule REQUEST_URI "/nph-test-cgi" - - -# WEB-CGI rwwwshell.pl access -SecRule REQUEST_URI "/rwwwshell\.pl" - -# WEB-CGI view-source directory traversal -SecRule REQUEST_URI "/view-source" chain -SecRule REQUEST_URI "\.\./" - -# WEB-CGI calendar_admin.pl arbitrary command execution attempt -SecRule REQUEST_URI "/calendar_admin.pl\?config=\|7C\|" - -# WEB-CGI bb-hist.sh attempt -SecRule REQUEST_URI "/bb-hist\.sh\?HISTFILE=\.\./\.\." - -# WEB-CGI bb-hostscv.sh attempt -SecRule REQUEST_URI "/bb-hostsvc\.sh\?HOSTSVC\?\.\./\.\." - -# WEB-CGI wayboard attempt -SecRule REQUEST_URI "/way-board/way-board\.cgi" chain -SecRule REQUEST_URI "\.\./\.\." - -# WEB-CGI commerce.cgi arbitrary file access attempt -SecRule REQUEST_URI "/commerce\.cgi" chain -SecRule REQUEST_URI "/\.\./" - -# WEB-CGI Amaya templates sendtemp.pl directory traversal attempt -SecRule REQUEST_URI "/sendtemp\.pl" chain -SecRule REQUEST_URI "templ=" - -# WEB-CGI webspirs.cgi directory traversal attempt -SecRule REQUEST_URI "/webspirs\.cgi" chain -SecRule REQUEST_URI "\.\./\.\./" - -# WEB-CGI auktion.cgi directory traversal attempt -SecRule REQUEST_URI "/auktion\.cgi" chain -SecRule REQUEST_URI "menue=\.\./\.\./" - -# WEB-CGI cgiforum.pl attempt -SecRule REQUEST_URI "/cgiforum\.pl\?thesection=\.\./\.\." - -# WEB-CGI directorypro.cgi attempt -SecRule REQUEST_URI "/directorypro\.cgi" chain -SecRule REQUEST_URI "\.\./\.\." - -# WEB-CGI Web Shopper shopper.cgi attempt -SecRule REQUEST_URI "/shopper\.cgi" chain -SecRule REQUEST_URI "newpage=\.\./" - -# WEB-CGI cal_make.pl directory traversal attempt -SecRule REQUEST_URI "/cal_make\.pl" chain -SecRule REQUEST_URI "p0=\.\./\.\./" - -# WEB-CGI ttawebtop.cgi arbitrary file attempt -SecRule REQUEST_URI "/ttawebtop\.cgi" chain -SecRule REQUEST_URI "pg=\.\./" - -# WEB-CGI ustorekeeper.pl directory traversal attempt -SecRule REQUEST_URI "/ustorekeeper\.pl" chain -SecRule REQUEST_URI "file=\.\./\.\./" - -# WEB-CGI htsearch arbitrary configuration file attempt -SecRule REQUEST_URI "/htsearch\?\-c" - - -# WEB-CGI alibaba.pl arbitrary command execution attempt -SecRule REQUEST_URI "/alibaba\.pl(\|7C\||\x7C)" - -# WEB-CGI AltaVista Intranet Search directory traversal attempt -SecRule REQUEST_URI "/query\?mss=\.\." - -# WEB-CGI test.bat arbitrary command execution attempt -SecRule REQUEST_URI "/test.bat(\|7C\||\x7C)" - -# WEB-CGI input.bat arbitrary command execution attempt -SecRule REQUEST_URI "/input.bat(\|7C\||\x7C)" - -# WEB-CGI envout.bat arbitrary command execution attempt -SecRule REQUEST_URI "/envout.bat(\|7C\||\x7C)" - -# WEB-CGI hello.bat arbitrary command execution attempt -SecRule REQUEST_URI "/hello\.bat" chain -SecRule REQUEST_URI "\&" - -# WEB-CGI csSearch.cgi arbitrary command execution attempt -SecRule REQUEST_URI "/csSearch\.cgi" chain -SecRule REQUEST_URI "\`" - -# WEB-CGI eshop.pl arbitrary commane execution attempt -SecRule REQUEST_URI "/eshop\.pl\?seite=(\|3B\|\x3B)" - -# WEB-CGI loadpage.cgi directory traversal attempt -SecRule REQUEST_URI "/loadpage\.cgi" chain -SecRule REQUEST_URI "file=\.\./" - -#faqmanager.cgi arbitrary file access attempt -SecRule REQUEST_URI "/faqmanager\.cgi\?toc=*/" -SecRule REQUEST_URI "/faqmanager\.cgi\?(cd|\;|perl|python|rpm|yum|apt-get|emerge|lynx|links|mkdir|elinks|cmd|pwd|wget|lwp-(download|request|mirror|rget)|id|uname|cvs|svn|(s|r)(cp|sh)|rexec|smbclient|t?ftp|ncftp|curl|telnet|gcc|cc|g\+\+|\./)" - -# WEB-CGI Home Free search.cgi directory traversal attempt -SecRule REQUEST_URI "/search\.cgi" chain -SecRule REQUEST_URI "letter=\.\./\.\." - -# WEB-CGI pfdispaly.cgi arbitrary command execution attempt -SecRule REQUEST_URI "/pfdispaly\.cgi\?'" - -# WEB-CGI pagelog.cgi directory traversal attempt -SecRule REQUEST_URI "/pagelog\.cgi" chain -SecRule REQUEST_URI "name=\.\./" - -# WEB-CGI talkback.cgi directory traversal attempt -SecRule REQUEST_URI "/talkbalk\.cgi" chain -SecRule REQUEST_URI "article=\.\./\.\./" - -# WEB-CGI emumail.cgi NULL attempt -SecRule REQUEST_URI "/emumail\.cgi.*\x00" - -# WEB-CGI technote main.cgi file directory traversal attempt -SecRule REQUEST_URI "/technote/main\.cgi" chain -SecRule REQUEST_URI "\.\./\.\./" - -# WEB-CGI technote print.cgi directory traversal attempt -SecRule REQUEST_URI "/technote/print\.cgi.*\x00" - -# WEB-CGI Allaire Pro Web Shell attempt -SecRule REQUEST_URI "/authenticate.cgi\?PASSWORD" chain -SecRule REQUEST_URI "config\.ini" - -# WEB-CGI Armada Style Master Index directory traversal -SecRule REQUEST_URI "/search\.cgi\?keys" chain -SecRule REQUEST_URI "catigory=\.\./" - -# WEB-CGI cached_feed.cgi moreover shopping cart directory traversal -SecRule REQUEST_URI "/cached_feed\.cgi" chain -SecRule REQUEST_URI "\.\./" - -# WEB-CGI Talentsoft Web+ exploit attempt -SecRule REQUEST_URI "/webplus.cgi\?Script=/webplus/webping/webping\.wml" - -# WEB-CGI bizdbsearch attempt -SecRule REQUEST_URI "/bizdb1-search\.cgi" chain -SecRule REQUEST_URI "mail" - -# WEB-CGI sojourn.cgi File attempt -SecRule REQUEST_URI "/sojourn\.cgi\?cat=.*\x00" - -# WEB-CGI SGI InfoSearch fname attempt -SecRule REQUEST_URI "/infosrch\.cgi\?" chain -SecRule REQUEST_URI "fname=" - - -# WEB-CGI store.cgi directory traversal attempt -SecRule REQUEST_URI "/store\.cgi" chain -SecRule REQUEST_URI "\.\./" - -# WEB-CGI SIX webboard generate.cgi attempt -SecRule REQUEST_URI "/generate\.cgi" chain -SecRule REQUEST_URI "content=\.\./" - -# WEB-CGI story.pl arbitrary file read attempt -SecRule REQUEST_URI "/story\.pl" chain -SecRule REQUEST_URI "next=\.\./" - -# WEB-CGI mrtg.cgi directory traversal attempt -SecRule REQUEST_URI "/mrtg\.cgi" chain -SecRule REQUEST_URI "cfg=/\.\./" - -#alienform.cgi directory traversal attempt -SecRule REQUEST_URI "/alienform\.cgi.*\.\|7C\|\./\.\|7C\|\." -SecRule REQUEST_URI "/af\.cgi.*\.\|7C\|\./\.\|7C\|\." - -# WEB-CGI CCBill whereami.cgi arbitrary command execution attempt -SecRule REQUEST_URI "/whereami\.cgi\?g=" - -# WEB-CGI MDaemon form2raw.cgi overflow attempt -SecRule REQUEST_URI "/form2raw\.cgi" - -# WEB-CGI WhatsUpGold instancename overflow attempt -SecRule REQUEST_URI "/_maincfgret\.cgi" - -#honeypot -SecRule REQUEST_URI|REQUEST_BODY "clamav-partial " -SecRule REQUEST_URI|REQUEST_BODY "vi\.recover " - -# WEB-COLDFUSION cfcache.map access -SecRule REQUEST_URI "/cfcache\.map" - -# WEB-COLDFUSION exampleapp application.cfm -SecRule REQUEST_URI "/cfdocs/exampleapp/email/application\.cfm" - -# WEB-COLDFUSION application.cfm access -SecRule REQUEST_URI "/cfdocs/exampleapp/publish/admin/application\.cfm" - -# WEB-COLDFUSION getfile.cfm access -SecRule REQUEST_URI "/cfdocs/exampleapp/email/getfile\.cfm" - -# WEB-COLDFUSION addcontent.cfm access -SecRule REQUEST_URI "/cfdocs/exampleapp/publish/admin/addcontent\.cfm" - -# WEB-COLDFUSION administrator access -SecRule REQUEST_URI "/cfide/administrator/index\.cfm" - -# WEB-COLDFUSION fileexists.cfm access -SecRule REQUEST_URI "/cfdocs/snippets/fileexists\.cfm" - -# WEB-COLDFUSION exprcalc access -SecRule REQUEST_URI "/cfdocs/expeval/exprcalc\.cfm" - -# WEB-COLDFUSION parks access -SecRule REQUEST_URI "/cfdocs/examples/parks/detail\.cfm" - -# WEB-COLDFUSION cfappman access -SecRule REQUEST_URI "/cfappman/index\.cfm" - -# WEB-COLDFUSION beaninfo access -SecRule REQUEST_URI "/cfdocs/examples/cvbeans/beaninfo\.cfm" - -# WEB-COLDFUSION evaluate.cfm access -SecRule REQUEST_URI "/cfdocs/snippets/evaluate\.cfm" - -# WEB-COLDFUSION expeval access -SecRule REQUEST_URI "/cfdocs/expeval/" - -# WEB-COLDFUSION displayfile access -SecRule REQUEST_URI "/cfdocs/expeval/displayopenedfile\.cfm" - -# WEB-COLDFUSION mainframeset access -SecRule REQUEST_URI "/cfdocs/examples/mainframeset\.cfm" - -# WEB-COLDFUSION exampleapp access -SecRule REQUEST_URI "/cfdocs/exampleapp/" - -# WEB-COLDFUSION snippets attempt -SecRule REQUEST_URI "/cfdocs/snippets/" - -# WEB-COLDFUSION cfmlsyntaxcheck.cfm access -SecRule REQUEST_URI "/cfdocs/cfmlsyntaxcheck\.cfm" - -# WEB-COLDFUSION application.cfm access -SecRule REQUEST_URI "/application\.cfm" - -# WEB-COLDFUSION onrequestend.cfm access -SecRule REQUEST_URI "/onrequestend\.cfm" - -# WEB-COLDFUSION startstop DOS access -SecRule REQUEST_URI "/cfide/administrator/startstop\.html" - -# WEB-COLDFUSION gettempdirectory.cfm access -SecRule REQUEST_URI "/cfdocs/snippets/gettempdirectory\.cfm" - -# WEB-COLDFUSION sendmail.cfm access -SecRule REQUEST_URI "/sendmail\.cfm" - -# WEB-COLDFUSION ?Mode=debug attempt -#SecRule REQUEST_URI "Mode=debug" - -# WEB-MISC Tomcat view source attempt -SecRule REQUEST_URI|REQUEST_BODY "\x252ejsp" - -# WEB-MISC unify eWave ServletExec upload -SecRule REQUEST_URI|REQUEST_BODY "/servlet/com\.unify\.servletexec\.UploadServlet" - -# WEB-MISC Talentsoft Web+ Source Code view access -SecRule REQUEST_URI "/webplus\.exe\?script=test\.wml" - -# WEB-MISC ftp.pl attempt -SecRule REQUEST_URI "/ftp\.pl\?dir=\.\./\.\." - -# WEB-MISC apache source.asp file access -SecRule REQUEST_URI "/site/eg/source\.asp" - -# WEB-MISC Tomcat server exploit access -SecRule REQUEST_URI "/contextAdmin/contextAdmin\.html" - -# WEB-MISC Ecommerce import.txt access -SecRule REQUEST_URI "/orders/import\.txt" - -# WEB-MISC Domino catalog.nsf access -SecRule REQUEST_URI "/catalog\.nsf" - -# WEB-MISC Domino domcfg.nsf access -SecRule REQUEST_URI "/domcfg\.nsf" - -# WEB-MISC Domino domlog.nsf access -SecRule REQUEST_URI "/domlog\.nsf" - -# WEB-MISC Domino log.nsf access -SecRule REQUEST_URI "/log\.nsf" - -# WEB-MISC Domino names.nsf access -SecRule REQUEST_URI "/names\.nsf" - -# WEB-MISC Domino mab.nsf access -SecRule REQUEST_URI "/mab\.nsf" - -# WEB-MISC Domino cersvr.nsf access -SecRule REQUEST_URI "/cersvr\.nsf" - -# WEB-MISC Domino setup.nsf access -SecRule REQUEST_URI "/setup\.nsf" - -# WEB-MISC Domino statrep.nsf access -SecRule REQUEST_URI "/statrep\.nsf" - -# WEB-MISC Domino webadmin.nsf access -SecRule REQUEST_URI "/webadmin\.nsf" - -# WEB-MISC Domino events4.nsf access -SecRule REQUEST_URI "/events4\.nsf" - -# WEB-MISC Domino ntsync4.nsf access -SecRule REQUEST_URI "/ntsync4\.nsf" - -# WEB-MISC Domino collect4.nsf access -SecRule REQUEST_URI "/collect4\.nsf" - -# WEB-MISC Domino mailw46.nsf access -SecRule REQUEST_URI "/mailw46\.nsf" - -# WEB-MISC Domino bookmark.nsf access -SecRule REQUEST_URI "/bookmark\.nsf" - -# WEB-MISC Domino agentrunner.nsf access -SecRule REQUEST_URI "/agentrunner\.nsf" - -# WEB-MISC Domino mail.box access -#SecRule REQUEST_URI "/mail.box" - -# WEB-MISC Ecommerce checks.txt access -SecRule REQUEST_URI "/orders/checks\.txt" - -# WEB-MISC mall log order access -SecRule REQUEST_URI "/mall_log_files/order\.log" - -# WEB-MISC ROADS search.pl attempt -SecRule REQUEST_URI "/ROADS/cgi-bin/search\.pl" chain -SecRule REQUEST_URI "form=" - -# WEB-MISC SWEditServlet directory traversal attempt -SecRule REQUEST_URI "/SWEditServlet" chain -SecRule REQUEST_URI "template=\.\./\.\./\.\./" - -# WEB-MISC RBS ISP /newuser directory traversal attempt -SecRule REQUEST_URI "/newuser\?Image=\.\./\.\." - -# WEB-MISC PCCS mysql database admin tool access -SecRule REQUEST_URI "pccsmysqladm/incs/dbconnect\.inc" - -# WEB-MISC ans.pl attempt -SecRule REQUEST_URI "/ans.pl\?p=\.\./\.\./" - -# WEB-MISC Demarc SQL injection attempt -SecRule REQUEST_URI "/dm/demarc" chain -SecRule REQUEST_URI "\'" - -# WEB-MISC philboard_admin.asp authentication bypass attempt -SecRule REQUEST_URI "/philboard_admin\.asp" chain -SecRule REQUEST_URI "philboard_admin=True" - -# WEB-PHP Phorum /support/common.php access -SecRule REQUEST_URI "/support/common\.php" - -# WEB-PHP rolis guestbook remote file include attempt -SecRule REQUEST_URI "/insert\.inc\.php" chain -SecRule REQUEST_URI "path=" - -# book.cgi arbitrary command execution attempt -SecRule REQUEST_URI "/book\.cgi.*current=\|7C\|" - -# WEB-PHP gallery remote file include attempt -SecRule REQUEST_URI "/setup/" chain -SecRule REQUEST_URI "GALLERY_BASEDIR=(http|https|ftp)\:/" - -#Needinit remote file include attempt -SecRule REQUEST_URI "/needinit\.php\?" chain -SecRule REQUEST_URI "GALLERY_BASEDIR=(http|https|ftp)\:/" - -# WEB-PHP IdeaBox cord.php file include -SecRule REQUEST_URI "/index\.php" chain -SecRule REQUEST_URI "cord\.php" - -# WEB-PHP Invision Board ipchat.php file include -SecRule REQUEST_URI "/ipchat\.php" chain -SecRule REQUEST_URI "conf_global\.php" - -# WEB-PHP myphpPagetool pt_config.inc file include -SecRule REQUEST_URI "/doc/admin" chain -SecRule REQUEST_URI "pt_config\.inc" - -# WEB-PHP YaBB SE packages.php file include -SecRule REQUEST_URI "/packages\.php" chain -SecRule REQUEST_URI "packer\.php" - -# WEB-PHP PhpGedView PGV authentication_index.php base directory manipulation attempt -SecRule REQUEST_URI "/authentication_index\.php" chain -SecRule REQUEST_URI "PGV_BASE_DIRECTORY" - -# WEB-PHP PhpGedView PGV functions.php base directory manipulation attempt -SecRule REQUEST_URI "/functions\.php" chain -SecRule REQUEST_URI "PGV_BASE_DIRECTORY" - -# WEB-PHP PhpGedView PGV config_gedcom.php base directory manipulation attempt -SecRule REQUEST_URI "/config_gedcom\.php" chain -SecRule REQUEST_URI "PGV_BASE_DIRECTORY" - -# WEB-PHP PhpGedView PGV base directory manipulation -SecRule REQUEST_URI "_conf\.php" chain -SecRule REQUEST_URI "PGV_BASE_DIRECTORY" - -# WEB-PHP WAnewsletter newsletter.php file include attempt -SecRule REQUEST_URI "newsletter\.php" chain -SecRule REQUEST_URI "start\.php" - -# WEB-PHP Opt-X header.php remote file include attempt -SecRule REQUEST_URI "/header\.php" chain -SecRule REQUEST_URI "systempath=" - -#webdav searcg attack -SecRule REQUEST_URI "/_vti_bin/_vti_aut/fp30reg\.dll" - -#/auth.php?path=http://[attacker]/ -SecRule REQUEST_URI "/auth.php\?path=(http|https|ftp)\:/" - -SecRule REQUEST_URI "/dforum/nav\.php3\?page=<[[:space:]]*(script|about|applet|activex|chrome)+.*(script|about|applet|activex|chrome)[[:space:]]*>" - -#phpMyAdmin path vln -SecRule REQUEST_URI "/phpMyAdmin/css/phpmyadmin\.css\.php\?GLOBALS\[cfg\]\[ThemePath\]=(/|.*\.\./)" - -#PHPBB full path disclosure -SecRule REQUEST_URI "phpBB/db/oracle\.php" -SecRule REQUEST_URI "forum/db/oracle\.php" -SecRule REQUEST_URI "forums/db/oracle\.php" - - -#PHP Form Mail Script File Incusion vuln -SecRule REQUEST_URI "/inc/formmail\.inc\.php\?script_root=(http|https|ftp)\:/" - -#Download Center Lite File Incusion vuln -SecRule REQUEST_URI "/inc/download_center_lite\.inc\.php\?script_root=(http|https|ftp)\:/" - -#/modules/mod_mainmenu.php?mosConfig_absolute_path=http:// -SecRule REQUEST_URI "/modules/mod_mainmenu\.php\?mosConfig_absolute_path=(http|https|ftp)\:/" - -#phpWebLog command execution -SecRule REQUEST_URI "/init\.inc\.php\?G_PATH=(http|https|ftp)\:/" -SecRule REQUEST_URI "/backend/addons/links/index\.php\?PATH=(http|https|ftp)\:/" - -#mcNews command execution -SecRule REQUEST_URI "/mcNews/admin/header\.php\?skinfile=(http|https|ftp)\:/" - -#phpbb -SecRule REQUEST_URI "admin/admin_styles\.php\?mode=addnew\&install_to=\.\./\.\./" -#votebox -SecRule REQUEST_URI "/votebox\.php\?VoteBoxPath=(http|https|ftp)\:/" - -#phpAdsNew path disclosure -SecRule REQUEST_URI "/libraries/lib-xmlrpcs.inc\.php" -SecRule REQUEST_URI "/maintenance/maintenance-activation\.php" -SecRule REQUEST_URI "/maintenance/maintenance-cleantables\.php" -SecRule REQUEST_URI "/maintenance/maintenance-autotargeting\.php" -SecRule REQUEST_URI "/maintenance/maintenance-reports\.php" -SecRule REQUEST_URI "/misc/backwards\x20compatibility/phpads\.php" -SecRule REQUEST_URI "/misc/backwards\x20compatibility/remotehtmlview\.php" -SecRule REQUEST_URI "/misc/backwards\x20compatibility/click\.php" -SecRule REQUEST_URI "/adframe\.php\?refresh=securityreason\.com\'\>" - -#include cgi command exec -SecRule REQUEST_URI "/includer\.cgi\?=\|" - -#citrusDB -#adjust these to your system, you might need to upload -SecRule REQUEST_URI "tools/index\.php\?load=\.\./\.\./" -SecRule REQUEST_URI "citrusdb/tools/index\.php\?load=importcc\&submit=on" -SecRule REQUEST_URI "/citrusdb/tools/uploadcc\.php" - -#awstats vulns -SecRule REQUEST_URI "/awstats\.pl\?(configdir|update|pluginmode|cgi)=(\||echo|\:system\()" -SecRule REQUEST_URI "/awstats\.pl\?(debug=1|pluginmode=rawlog\&loadplugin=rawlog|update=1\&logfile=\|)" -SecRule REQUEST_URI "/awstats\.pl\?[^\r\n]*logfile=\|" -SecRule REQUEST_URI "/awstats\.pl\?configdir=" -SecRule REQUEST_URI "awstats\.pl\?" chain -SecRule ARGS "(debug|configdir|perl|chmod|exec|print|cgi)" - -#yabb -SecRule REQUEST_URI "/YaBB\.pl\?action=usersrecentposts\;username=\|(http|https|ftp)\:/)" -SecRule REQUEST_URI|REQUEST_BODY "/privmsg\.php" chain -SecRule REQUEST_URI|REQUEST_BODY "\|(http|https|ftp)\:/)" - -# Remote File Inclusion Vulnerability in phpWebLog -SecRule REQUEST_URI "/include/init\.inc\.php\?G_PATH=(http|https|ftp)\:/" -SecRule REQUEST_URI "addons/links/index\.php\?PATH=(http|https|ftp)\:/" - -#Multiple Vulnerabilities in ProjectBB -SecRule REQUEST_URI "/divers\.php\?action=liste\&liste=\&desc=\&pages=(\<(javascript|script|about|applet|activex|chrome)*\>|(http|https|ftp)\:/)" -SecRule REQUEST_URI "/divers\.php\?action=liste\&liste=(\<(javascript|script|about|applet|activex|chrome)*\>|(http|https|ftp)\:/)" -SecRule REQUEST_URI "/Zip/divers\.php\?action =liste&liste=email&desc=.*\'" - -#WebChat english.php or db_mysql.php file include -SecRule REQUEST_URI "/defines\.php*WEBCHATPATH*(db_mysql\.php|english\.php)" - -#Cross-Site Scripting Vulnerability in D-Forum -SecRule REQUEST_URI "/nav\.php3\?page=(\<(javascript|script|about|applet|activex|chrome)*\>|(http|https|ftp)\:/)" - -#Multiple Vulnerabilities in auraCMS -SecRule REQUEST_URI "/index\.php\?query=(\<(javascript|script|about|applet|activex|chrome)*\>|(http|https|ftp)\:/).*\&pilih=search" -SecRule REQUEST_URI "/hits\.php\?hits=(\<(javascript|script|about|applet|activex|chrome)*\>|(http|https|ftp)\:/)" -SecRule REQUEST_URI "/counter\.php\?theCount=(\<(javascript|script|about|applet|activex|chrome)*\>|(http|https|ftp)\:/)" - -#vBulletin Remote Command Execution Attempt -SecRule REQUEST_URI "/forumdisplay\.php?[^\r\n]*comma=[^\r\n\x26]*system\x28.*\x29/Ui" -SecRule REQUEST_URI "/forumdisplay\.php\?" chain -SecRule REQUEST_URI|REQUEST_BODY "\.system\(.+\)\." -SecRule REQUEST_URI "/forumdisplay\.php\?*comma=" - -#PHPNuke general XSS attempt -#/modules.php?name=News&file=article&sid=1&optionbox= -SecRule REQUEST_URI "/modules\.php\?*name=*\<*(script|about|applet|activex|chrome)*\>" -SecRule REQUEST_URI "/modules\.php\?op=modload&name=News&file=article&sid=*\<*(script|about|applet|activex|chrome)*\>" - -# PHPNuke SQL injection attempt -SecRule REQUEST_URI "/modules\.php\?*name=Search*instory=" -SecRule REQUEST_URI "/modules\.php\?*name=(Search|Web_Links).*\'" - -#EasyDynamicPages exploit -SecRule REQUEST_URI|REQUEST_BODY "edp_relative_path=" - -#Readfile.tcl Access -SecRule REQUEST_URI "/readfile\.tcl\?file=" - -#phpnuke sql insertion -SecRule REQUEST_URI "/modules\.php*name=Forums.*file=viewtopic*/forum=.*\'/" - -#WAnewsletter newsletter.php file include attempt -SecRule REQUEST_URI "newsletter\.php*waroot*start\.php" - -# Typo3 translations.php file include -SecRule REQUEST_URI "/translations\.php*ONLY" - -#PHP-Nuke remote file include attempt -SecRule REQUEST_URI "/index\.php*file=*(http|https|ftp)\:/" - -#PayPal Storefront remote file include attempt -SecRule REQUEST_URI "do=ext*/page=(http|https|ftp)\:/" - -#PHPOpenChat -SecRule REQUEST_URI "/poc_loginform\.php\?phpbb_root_path=(http|https|ftp)\:/" -SecRule REQUEST_URI "/poc\.php\?phpbb_root_path=(http|https|ftp)\:/" -SecRule REQUEST_URI "/poc\.php\?poc_root_path=(http|https|ftp)\:/" -SecRule REQUEST_URI "/ENGLISH_poc\.php\?poc_root_path=(http|https|ftp)\:/" -SecRule REQUEST_URI "/poc\.php\?sourcedir=(http|https|ftp)\:/" - -#ACS Blog Search.ASP Cross-Site Scripting Vulnerability -SecRule REQUEST_URI "/search\.asp\?search=.*iframe\+src.*((javascript|script|about|applet|activex|chrome)*\>|http|https|ftp)\:/" - -#mcNews Remote command execution -SecRule REQUEST_URI "/admin/install\.php\?l=(http|https|ftp)\:/" - -#mailman XSS -SecRule REQUEST_URI|REQUEST_BODY "/mailman/.*\?.*info=*<[[:space:]]*(script|about|applet|activex|chrome)*>.*(script|about|applet|activex|chrome)[[:space:]]*>" - -#Macromedia SiteSpring XSS -SecRule REQUEST_URI|REQUEST_BODY "/error/500error\.jsp.*et=*<[[:space:]]*(script|about|applet|activex|chrome)*>.*(script|about|applet|activex|chrome)[[:space:]]*>" - -#OWA phishing redirect -SecRule REQUEST_URI "/exchweb/bin/auth/owalogon\.asp\?url=(http|https)\:/" - -#ads.cgi command execution attempt -SecRule REQUEST_URI "/ads\.cgi.*file=.*\.\./\.\./" - -#webdist.cgi arbitrary command attemp -SecRule REQUEST_URI "/webdist\.cgi.*distloc=(\|3B\||\x3B)" - -#enter_bug.cgi arbitrary command attempt -SecRule REQUEST_URI "/enter_bug\.cgi.*who.*(\|3B\||\x3B)" - -#cross site scripting HTML Image tag set to javascript attempt -SecRule REQUEST_URI|REQUEST_BODY "img src=javascript" - -#b2 arbitrary command execution attempt -SecRule REQUEST_URI "/b2-include/.*b2inc.*http(\|3A\|//|\x3A)" - -#tomcat servlet mapping XSS -SecRule REQUEST_URI|REQUEST_BODY "/servlet/.*/org\.apache\." - -#RUNCMS,Exoops,CIAMOS highlight file access hole -SecRule REQUEST_URI "/class/debug/highlight\.php\?file=(/|\.\./)" - -#TRG/CzarNews News Script Include File Hole Lets Remote Users Execute Arbitrary Commands -SecRule REQUEST_URI "/install/(article|authorall|comment|display|displayall.)\.php\?dir=(http|https|ftp):/" - -#zpanel XSS -SecRule REQUEST_URI "/zpanel\.php\?page=.*((javascript|script|about|applet|activex|chrome)*\>|(http|https|ftp)\:/)" - -#zpanel SQL injection -SecRule REQUEST_URI "/zpanel\.php\?page=.*\'" - -#Phorum HTTP Response Splitting Vulnerability -SecRule REQUEST_URI "/search\.php\?forum_id=.*\&search=.*\&body=.*Content-Length\:.*HTTP/1\.0.*Content-Type\:.*Content-Length\:" - -#Subdreamer Light Global Variables SQL Injection Vulnerability -SecRule REQUEST_URI "/index\.php\?categoryid=.*\&.*_sectionid=.*\&.*_imageid=.*\'" - -#PhotoPost Pro -SecRule REQUEST_URI "/showgallery\.php\?cat=[0-9].*\&page=(http|https|ftp)\:/" -SecRule REQUEST_URI "/showgallery\.php\?si=(http|https|ftp)\:/" -SecRule REQUEST_URI "/showgallery\.php\?ppuser=[0-9].*\&cat=(http|https|ftp)\:/" -SecRule REQUEST_URI "/showgallery\.php\?cat=[0-9].*\'" -SecRule REQUEST_URI "/showgallery\.php\?ppuser=[0-9].*\'.*\&cat=" - -#betaparticle blog Discloses Database to Remote Users -#and Lets Remote Users Upload/Delete Arbitrary Files -SecRule REQUEST_URI "/bp/database/dbBlogMX\.mdb" -SecRule REQUEST_URI "/Blog\.mdb" - -#Kayako eSupport Remote Cross Site Scripting Vulnerability -SecRule REQUEST_URI "/eSupport/index.php\?_a=knowledgebase\&_j=questiondetails\&_i=[0-9].*((javascript|script|about|applet|activex|chrome)*\>|(http|https|ftp)\:/)" -SecRule REQUEST_URI "/eSupport/index.php\?_a=knowledgebase\&_j=questionprint\&_i=[0-9].*((javascript|script|about|applet|activex|chrome)*\>|(http|https|ftp)\:/)" -SecRule REQUEST_URI "/eSupport/index.php\?_a=troubleshooter\&_c=[0-9].*((javascript|script|about|applet|activex|chrome)*\>|(http|https|ftp)\:/)" -SecRule REQUEST_URI "/eSupport/index.php\?_a=knowledgebase\&_j=subcat\&_i=[0-9].*((javascript|script|about|applet|activex|chrome)*\>|(http|https|ftp)\:/)" - -#phpSysInfo XSS vulns -SecRule REQUEST_URI "/index\.php\?sensor_program=.*((javascript|script|about|applet|activex|chrome)*\>|(http|https|ftp)\:/)" -SecRule REQUEST_URI "/includes/system_footer\.php\?text[template]=\"\>.*((javascript|script|about|applet|activex|chrome)*\>|(http|https|ftp)\:/)" -SecRule REQUEST_URI "/includes/system_footer\.php\?hide_picklist=.*\&VERSION=\|(http|https|ftp)\:/)" - -#DigitalHive Remote Unathenticated Software Re-install and Cross-Site Scripting Vulnerabilities -SecRule REQUEST_URI "/base\.php\?page=forum/msg\.php-afs-1-\"/\>\" -SecRule REQUEST_URI "/hive/base\.php\?page=membres\.php\&mt=\"/\>\" - -#Topic Calendar Mod for phpBB Cross-Site Scripting Attack -SecRule REQUEST_URI "/calendar_scheduler\.php\?start=.*((javascript|script|about|applet|activex|chrome)*\>|(http|https|ftp)\:/)" - -#phpSysInfo Cross-Site Scripting Vulnerabilities -SecRule REQUEST_URI "/index\.php\?sensor_program=.*((javascript|script|about|applet|activex|chrome)*\>|(http|https|ftp)\:/)" -SecRule REQUEST_URI "/includes/system_footer\.php\?text.*=\"\>.*((javascript|script|about|applet|activex|chrome)*\>|(http|https|ftp)\:/)" -SecRule REQUEST_URI "/includes/system_footer\.php\?text[template]=\"\>.*((javascript|script|about|applet|activex|chrome)*\>|(http|https|ftp)\:/)" -SecRule REQUEST_URI "/includes/system_footer\.php\?hide_picklist=.*=\