<?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 Re: IPS regex for a certificate name in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/ips-regex-for-a-certificate-name/m-p/782414#M86468</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;get rid of the backslash, the equal sign is not a metacharacter that needs escaping.  What engine are you using? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm guessing you're talking about a server certs? I would suggest the "string tcp" engine and make sure you are using the direction "from service".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jun 2007 13:16:21 GMT</pubDate>
    <dc:creator>mhellman</dc:creator>
    <dc:date>2007-06-11T13:16:21Z</dc:date>
    <item>
      <title>IPS regex for a certificate name</title>
      <link>https://community.cisco.com/t5/network-security/ips-regex-for-a-certificate-name/m-p/782410#M86461</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;  Using the 4260-IPS I'd like to create a signature using regex that can fire on a specific certificate name. In a sniffer trace I can see the entry as "Name=Grac". I tried using the following regex but it didnt work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Nn][Aa][Mm)[Ee][\=][Gg][Rr][Aa][Cc]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rick&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 10:39:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ips-regex-for-a-certificate-name/m-p/782410#M86461</guid>
      <dc:creator>rickellis</dc:creator>
      <dc:date>2019-03-10T10:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: IPS regex for a certificate name</title>
      <link>https://community.cisco.com/t5/network-security/ips-regex-for-a-certificate-name/m-p/782411#M86463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On IDM&lt;/P&gt;&lt;P&gt;Configuration &amp;gt; Signature Definition &amp;gt; Custom Signature Wizard than&lt;/P&gt;&lt;P&gt;Choose TCP as the protocol to inspect &amp;gt;&lt;/P&gt;&lt;P&gt;Click the Single TCP Connection radio button &amp;gt;&lt;/P&gt;&lt;P&gt;Select Other like service type &amp;gt;&lt;/P&gt;&lt;P&gt;Enter signature parameters &amp;gt;&lt;/P&gt;&lt;P&gt;Select your event action&lt;/P&gt;&lt;P&gt;To Regex string filed enter &lt;/P&gt;&lt;P&gt;[Nn][Aa][Mm)[Ee][\=][Gg][Rr][Aa][Cc]&lt;/P&gt;&lt;P&gt;enter 80 in the Service Ports field&lt;/P&gt;&lt;P&gt;and you should use from service&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can clone a tcp string from any other signatures and change the fields &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Jun 2007 15:11:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ips-regex-for-a-certificate-name/m-p/782411#M86463</guid>
      <dc:creator>Rodrigo Gurriti</dc:creator>
      <dc:date>2007-06-10T15:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: IPS regex for a certificate name</title>
      <link>https://community.cisco.com/t5/network-security/ips-regex-for-a-certificate-name/m-p/782412#M86464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks rodrigogurrit. I tried this but it does not work. I should clarify that I am trying to fire on SSL(port443) in this case. I adjusted the service port from 80 to 443 but kept everything else the same. What I'm trying to do is fire on the SSL certificate name which I can see in a trace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Jun 2007 19:50:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ips-regex-for-a-certificate-name/m-p/782412#M86464</guid>
      <dc:creator>rickellis</dc:creator>
      <dc:date>2007-06-10T19:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: IPS regex for a certificate name</title>
      <link>https://community.cisco.com/t5/network-security/ips-regex-for-a-certificate-name/m-p/782413#M86466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hummm  its a good question because 443 is encrypted and the IPS cannot see what is going on. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 01:03:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ips-regex-for-a-certificate-name/m-p/782413#M86466</guid>
      <dc:creator>Rodrigo Gurriti</dc:creator>
      <dc:date>2007-06-11T01:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: IPS regex for a certificate name</title>
      <link>https://community.cisco.com/t5/network-security/ips-regex-for-a-certificate-name/m-p/782414#M86468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;get rid of the backslash, the equal sign is not a metacharacter that needs escaping.  What engine are you using? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm guessing you're talking about a server certs? I would suggest the "string tcp" engine and make sure you are using the direction "from service".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 13:16:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ips-regex-for-a-certificate-name/m-p/782414#M86468</guid>
      <dc:creator>mhellman</dc:creator>
      <dc:date>2007-06-11T13:16:21Z</dc:date>
    </item>
  </channel>
</rss>

