<?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: Minemeld Regex in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/minemeld-regex/m-p/276239#M96727</link>
    <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/11678"&gt;@lmori&lt;/a&gt;&amp;nbsp;Has anyone got this working for a taxii client feed instead of a csv file feed?&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jul 2019 19:15:45 GMT</pubDate>
    <dc:creator>Carlos_Gomes</dc:creator>
    <dc:date>2019-07-11T19:15:45Z</dc:date>
    <item>
      <title>Minemeld Regex</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/minemeld-regex/m-p/164729#M96724</link>
      <description>&lt;P&gt;I want to only use the url portion of this feed ignoring the protocol portion http://&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://ransomwaretracker.abuse.ch/downloads/LY_DS_URLBL.txt" target="_blank"&gt;https://ransomwaretracker.abuse.ch/downloads/LY_DS_URLBL.txt&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My regex is below:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;regex: ^(http:\/\/)(.*)&lt;BR /&gt;transform: \2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This&amp;nbsp;works fine outside Minemeld as python regex. However, Minemeld uses the full match which includes the protocol portion not just group 2 of the match in my aggregated feed.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2017 18:16:56 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/minemeld-regex/m-p/164729#M96724</guid>
      <dc:creator>bokeke</dc:creator>
      <dc:date>2017-07-05T18:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Minemeld Regex</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/minemeld-regex/m-p/165152#M96725</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/62578"&gt;@bokeke&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;you should do something like this (tested):&lt;/P&gt;
&lt;PRE&gt;age_out:
    default: null
    sudden_death: true
attributes:
    confidence: 100
    share_level: green
    type: URL
ignore_regex: ^#
indicator:
    regex: ^(http[s]*:\/\/)(.*)
    transform: \2
interval: 300
source_name: ransomwaretracker.LY_DS_URLBL
url: https://ransomwaretracker.abuse.ch/downloads/LY_DS_URLBL.txt&lt;/PRE&gt;
&lt;P&gt;Please note that if you are intersted in removing protocols from the output feed, you can also use the "v=panosurl" URL parameter to do that.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 09:10:50 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/minemeld-regex/m-p/165152#M96725</guid>
      <dc:creator>lmori</dc:creator>
      <dc:date>2017-07-07T09:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: Minemeld Regex</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/minemeld-regex/m-p/165239#M96726</link>
      <description>&lt;P&gt;Thanks imori Your regex under indicator works.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 16:44:56 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/minemeld-regex/m-p/165239#M96726</guid>
      <dc:creator>bokeke</dc:creator>
      <dc:date>2017-07-07T16:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Minemeld Regex</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/minemeld-regex/m-p/276239#M96727</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/11678"&gt;@lmori&lt;/a&gt;&amp;nbsp;Has anyone got this working for a taxii client feed instead of a csv file feed?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2019 19:15:45 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/minemeld-regex/m-p/276239#M96727</guid>
      <dc:creator>Carlos_Gomes</dc:creator>
      <dc:date>2019-07-11T19:15:45Z</dc:date>
    </item>
  </channel>
</rss>

