<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Custom signature for Wordpress in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/custom-signature-for-wordpress/m-p/2619#M1951</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am fairly new to custom signature in Palo Alto, just so you are warned. I am trying to create a vulnerability signature for detecting wordpress. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Get request will contain /? followed by 5 digits or more. User agent will be wordpress/ followed by version number.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My plan was to create one signature with one condition for User-agent&amp;nbsp; ( http-req-headers&amp;nbsp; with pattern match 'wordpres/' ) and one for the Get request ( http-req-uri-path with pattern match&amp;nbsp; 'GET /?amp' ) . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem I have is that the get request contains too few fixed charters. Any suggestions on how to get around this ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 12 Jul 2014 10:50:57 GMT</pubDate>
    <dc:creator>LarsOlav</dc:creator>
    <dc:date>2014-07-12T10:50:57Z</dc:date>
    <item>
      <title>Custom signature for Wordpress</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/custom-signature-for-wordpress/m-p/2619#M1951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am fairly new to custom signature in Palo Alto, just so you are warned. I am trying to create a vulnerability signature for detecting wordpress. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Get request will contain /? followed by 5 digits or more. User agent will be wordpress/ followed by version number.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My plan was to create one signature with one condition for User-agent&amp;nbsp; ( http-req-headers&amp;nbsp; with pattern match 'wordpres/' ) and one for the Get request ( http-req-uri-path with pattern match&amp;nbsp; 'GET /?amp' ) . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem I have is that the get request contains too few fixed charters. Any suggestions on how to get around this ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jul 2014 10:50:57 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/custom-signature-for-wordpress/m-p/2619#M1951</guid>
      <dc:creator>LarsOlav</dc:creator>
      <dc:date>2014-07-12T10:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Custom signature for Wordpress</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/custom-signature-for-wordpress/m-p/2620#M1952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There really is no way around the limit.&amp;nbsp; You need to either forgo that test or find a longer string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally this limit is there to prevent false positives that come with very short tests.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jul 2014 13:29:00 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/custom-signature-for-wordpress/m-p/2620#M1952</guid>
      <dc:creator>pulukas</dc:creator>
      <dc:date>2014-07-12T13:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Custom signature for Wordpress</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/custom-signature-for-wordpress/m-p/2621#M1953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steven,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would it be possible to combine GET request and User-agent in one condition? I have tried but are getting DFA error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Lars Olav &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Jul 2014 05:13:29 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/custom-signature-for-wordpress/m-p/2621#M1953</guid>
      <dc:creator>LarsOlav</dc:creator>
      <dc:date>2014-07-13T05:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: Custom signature for Wordpress</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/custom-signature-for-wordpress/m-p/2622#M1954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think you can combine these two.&amp;nbsp; If I understand what you are detecting correctly, the agent will be a request header and the other is a parameter header so they are check in different sections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume you have seen this documentation on creating regex by section, if not, it may be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://live.paloaltonetworks.com/docs/DOC-5534"&gt;Creating Custom Threat Signatures&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Jul 2014 13:54:42 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/custom-signature-for-wordpress/m-p/2622#M1954</guid>
      <dc:creator>pulukas</dc:creator>
      <dc:date>2014-07-13T13:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Custom signature for Wordpress</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/custom-signature-for-wordpress/m-p/2623#M1955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply. Yes I am familiar with the document. I was hoping that I had overlooked a solution here, but I understand that I have to find a different solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Jul 2014 14:00:56 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/custom-signature-for-wordpress/m-p/2623#M1955</guid>
      <dc:creator>LarsOlav</dc:creator>
      <dc:date>2014-07-13T14:00:56Z</dc:date>
    </item>
  </channel>
</rss>

