Skip to content

Instantly share code, notes, and snippets.

@Trippnology
Created February 16, 2015 12:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Trippnology/0dd15a31802b30033d00 to your computer and use it in GitHub Desktop.
Save Trippnology/0dd15a31802b30033d00 to your computer and use it in GitHub Desktop.
Block SEMalt botnet
# Source: http://www.marketingpilgrim.com/2014/08/tips-for-blocking-semalt-and-botnet-attacks.html
# Block SEMalt botnet
SetEnvIfNoCase Referer fbdownloader.com spammer=yes
SetEnvIfNoCase Referer descargar-musicas-gratis.com spammer=yes
SetEnvIfNoCase Referer baixar-musicas-gratis.com spammer=yes
SetEnvIfNoCase Referer savetubevideo.com spammer=yes
SetEnvIfNoCase Referer srecorder.com spammer=yes
SetEnvIfNoCase Referer kambasoft.com spammer=yes
SetEnvIfNoCase Referer semalt.com spammer=yes
Order allow,deny
Allow from all
Deny from env=spammer
# End SEMalt blocking
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment