<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
        {mso-style-priority:34;
        margin-top:0cm;
        margin-right:0cm;
        margin-bottom:0cm;
        margin-left:36.0pt;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";}
span.EmailStyle20
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.EmailStyle21
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-AU link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>Hi Varnish has made an incredible difference to my project that was struggling under heavy load I want to try to understand how to make some Custom rules to put into Varnish Security Firewall<o:p></o:p></p><p class=MsoNormal>I still have loosers scanning my web sites with like <a href="http://website.com/index.php?option=com_user&task=register">http://website.com/index.php?option=com_user&task=register</a><o:p></o:p></p><p class=MsoNormal>that are having a random go at breaking into Joomla or Worpress that I have neither of so they just waste my bandwidth<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I can't find much info on VSF out there and the forum is closed to posting can you help me?<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>As I understand it I would make a custom rule like<o:p></o:p></p><p class=MsoNormal>/etc/varnish/security/rules/myrules.vcf<o:p></o:p></p><p class=MsoNormal>If I wanted to detect that Signature, Id need to make something like<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal># File myrules.vcf<o:p></o:p></p><p class=MsoNormal>sub vcl_recv {<o:p></o:p></p><p class=MsoNormal>if (the URL requested contains "?option=com_user&task=register") {<o:p></o:p></p><p class=MsoNormal>Tell him to bugger off }<o:p></o:p></p><p class=MsoNormal>}<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Can you please show me how to do something like that? <o:p></o:p></p><p class=MsoNormal>Thankyou<o:p></o:p></p><p class=MsoNormal><span style='font-family:"Arial","sans-serif"'>Garry Hill<o:p></o:p></span></p><p class=MsoNormal><span style='font-family:"Arial","sans-serif"'>Alice Springs, Outback Central Australia<o:p></o:p></span></p><p class=MsoNormal style='margin-bottom:12.0pt'><span style='font-family:"Arial","sans-serif"'><a href="http://australiancommunitynetwork.com.au/">http://australiancommunitynetwork.com.au</a><b><span style='color:red'><o:p></o:p></span></b></span></p></div></body></html>