<?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 syslog indicator rules in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/minemeld-syslog-indicator-rules/m-p/139316#M98705</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/49030"&gt;@josev123&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;you can do this in 3 ways (in order of performance):&lt;/P&gt;
&lt;P&gt;- forward only logs of accepted session to MineMeld&lt;/P&gt;
&lt;P&gt;- filter the session logs inside rsyslog config&lt;/P&gt;
&lt;P&gt;- create an indicator rule that match on the condition action == "accept"&lt;/P&gt;</description>
    <pubDate>Wed, 25 Jan 2017 13:41:51 GMT</pubDate>
    <dc:creator>lmori</dc:creator>
    <dc:date>2017-01-25T13:41:51Z</dc:date>
    <item>
      <title>MineMeld syslog indicator rules</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/minemeld-syslog-indicator-rules/m-p/99423#M98701</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've successfully connected my firewall to the syslog miner and can see logs arriving. I believe I now need to create a rule to match logs to extract the indicators.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's my recieve stats from the miner:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="miner-stats.jpg" style="width: 468px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/4916iC99C6F11C6097AB1/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="miner-stats.jpg" alt="miner-stats.jpg" /&gt;&lt;/span&gt;﻿&lt;/P&gt;
&lt;P&gt;Here's the rule I'm trying to craft to extract the src_ip info..&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rule.jpg" style="width: 800px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/4917i1A4846F9DE352474/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="rule.jpg" alt="rule.jpg" /&gt;&lt;/span&gt;﻿&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Additionally, is it possible to extract the attacker IP from the WildFire submissions log? Looks like just threats and traffic. My use-case would be to capture attacker IPs for previously unknown samples where no further samples are seen and therefore the Threat WF sigs are not activated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tim&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2016 10:53:36 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/minemeld-syslog-indicator-rules/m-p/99423#M98701</guid>
      <dc:creator>tkirk</dc:creator>
      <dc:date>2016-07-22T10:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: MineMeld syslog indicator rules</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/minemeld-syslog-indicator-rules/m-p/99432#M98702</link>
      <description>&lt;P&gt;Hi Tim,&lt;/P&gt;
&lt;P&gt;documentation is lacking on the syslog Miner, I will work on something better. In the meantime this a rule definition for extracing source IP from Wildfire logs. Wildfire logs are logs of type &lt;STRONG&gt;THREAT&lt;/STRONG&gt; and subtype &lt;STRONG&gt;wildfire&lt;/STRONG&gt;. The &lt;STRONG&gt;misc&lt;/STRONG&gt; field contains the name of the file, while the &lt;STRONG&gt;url_idx&lt;/STRONG&gt; field contains the hash.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;conditions:
  - type == 'THREAT'
  - log_subtype == 'wildfire'
fields:
  - misc
  - url_idx
indicators:
  - src_ip
&lt;/PRE&gt;
&lt;P&gt;There are a couple of bugs in the current version of the syslog Miner (0.9.18) I am planning to fix in the next minor.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2016 11:40:49 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/minemeld-syslog-indicator-rules/m-p/99432#M98702</guid>
      <dc:creator>lmori</dc:creator>
      <dc:date>2016-07-22T11:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: MineMeld syslog indicator rules</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/minemeld-syslog-indicator-rules/m-p/99440#M98703</link>
      <description>&lt;P&gt;Working great. Thanks again Luigi. I think I have everything I need for now, so i shouldn't be hassling you for a while &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2016 12:32:27 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/minemeld-syslog-indicator-rules/m-p/99440#M98703</guid>
      <dc:creator>tkirk</dc:creator>
      <dc:date>2016-07-22T12:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: MineMeld syslog indicator rules</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/minemeld-syslog-indicator-rules/m-p/138930#M98704</link>
      <description>&lt;P&gt;Maybe I am missing something.. however I want to only parse syslogs that have been allowed, where do I go to do this. (like where do I go to add indicator rules)&lt;/P&gt;
&lt;P&gt;Did I miss where this was noted?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 18:47:49 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/minemeld-syslog-indicator-rules/m-p/138930#M98704</guid>
      <dc:creator>josev123</dc:creator>
      <dc:date>2017-01-23T18:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: MineMeld syslog indicator rules</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/minemeld-syslog-indicator-rules/m-p/139316#M98705</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/49030"&gt;@josev123&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;you can do this in 3 ways (in order of performance):&lt;/P&gt;
&lt;P&gt;- forward only logs of accepted session to MineMeld&lt;/P&gt;
&lt;P&gt;- filter the session logs inside rsyslog config&lt;/P&gt;
&lt;P&gt;- create an indicator rule that match on the condition action == "accept"&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2017 13:41:51 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/minemeld-syslog-indicator-rules/m-p/139316#M98705</guid>
      <dc:creator>lmori</dc:creator>
      <dc:date>2017-01-25T13:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: MineMeld syslog indicator rules</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/minemeld-syslog-indicator-rules/m-p/140273#M98706</link>
      <description>&lt;P&gt;where do I go to add a indicator rule&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 16:02:27 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/minemeld-syslog-indicator-rules/m-p/140273#M98706</guid>
      <dc:creator>josev123</dc:creator>
      <dc:date>2017-01-31T16:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: MineMeld syslog indicator rules</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/minemeld-syslog-indicator-rules/m-p/140645#M98707</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/49030"&gt;@josev123&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;you should go into NODES &amp;gt; &amp;lt;syslog miner node&amp;gt; &amp;gt; RULES to add new indicator rules. Check this forum for examples of rules you can specify:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2017-02-02 at 09.14.45.png" style="width: 500px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/7591i858E8EFC9B64BE0F/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2017-02-02 at 09.14.45.png" alt="Screen Shot 2017-02-02 at 09.14.45.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2017 08:16:12 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/minemeld-syslog-indicator-rules/m-p/140645#M98707</guid>
      <dc:creator>lmori</dc:creator>
      <dc:date>2017-02-02T08:16:12Z</dc:date>
    </item>
  </channel>
</rss>

