<?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: Extract the CVE value in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Extract-the-CVE-value/m-p/359330#M106223</link>
    <description>&lt;P&gt;Hi rashid47010,&lt;BR /&gt;
try &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;\(CVE-(?&amp;lt;CVE&amp;gt;[^\)]*)\)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;you can sse in &lt;A href="https://regex101.com/r/Pmk72R/1"&gt;https://regex101.com/r/Pmk72R/1&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
    <pubDate>Fri, 17 Mar 2017 07:37:04 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2017-03-17T07:37:04Z</dc:date>
    <item>
      <title>Extract the CVE value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extract-the-CVE-value/m-p/359329#M106222</link>
      <description>&lt;P&gt;From IPS Event How can I extract only CVE value&lt;/P&gt;

&lt;P&gt;XXXXDxxxre xxxrability (CVE-201x-00xx) (severity = Low)&lt;/P&gt;

&lt;P&gt;I am writing:&lt;BR /&gt;
rex "CVE-(?\d+\d+)"&lt;/P&gt;

&lt;P&gt;but no event apprears&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2017 06:37:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extract-the-CVE-value/m-p/359329#M106222</guid>
      <dc:creator>rashid47010</dc:creator>
      <dc:date>2017-03-17T06:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Extract the CVE value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extract-the-CVE-value/m-p/359330#M106223</link>
      <description>&lt;P&gt;Hi rashid47010,&lt;BR /&gt;
try &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;\(CVE-(?&amp;lt;CVE&amp;gt;[^\)]*)\)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;you can sse in &lt;A href="https://regex101.com/r/Pmk72R/1"&gt;https://regex101.com/r/Pmk72R/1&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2017 07:37:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extract-the-CVE-value/m-p/359330#M106223</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-03-17T07:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Extract the CVE value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extract-the-CVE-value/m-p/359331#M106224</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | rex "CVE-(?&amp;lt;CVE&amp;gt;[^)]+)"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 17 Mar 2017 14:36:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extract-the-CVE-value/m-p/359331#M106224</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-03-17T14:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Extract the CVE value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extract-the-CVE-value/m-p/359332#M106225</link>
      <description>&lt;P&gt;If you are using the TA Tenable do you need to create a props.conf file under and put the regex described by Giuseppe?&lt;/P&gt;

&lt;P&gt;local karim$ pwd&lt;BR /&gt;
/Applications/Splunk/etc/apps/Splunk_TA_nessus/local&lt;BR /&gt;
local karim $ ls&lt;BR /&gt;
inputs.conf&lt;/P&gt;

&lt;P&gt;215:local karim $ more inputs.conf &lt;BR /&gt;
[monitor:///Applications/Splunk/etc/apps/Splunk_TA_nessus/spool]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
host = 127.0.0.1&lt;BR /&gt;
sourcetype = CVE_2017&lt;/P&gt;

&lt;P&gt;please advise&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Karim&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:28:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extract-the-CVE-value/m-p/359332#M106225</guid>
      <dc:creator>karimcisco</dc:creator>
      <dc:date>2020-09-29T16:28:58Z</dc:date>
    </item>
  </channel>
</rss>

