<?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 Syslog miner fields in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/syslog-miner-fields/m-p/163682#M99054</link>
    <description>&lt;P&gt;Looking for some information on the fields to use for the syslog miners...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.paloaltonetworks.com/documentation/61/pan-os/pan-os/reports-and-logging/syslog-field-descriptions#_67983" target="_blank"&gt;This&lt;/A&gt; document explains the fields and lables but it doesn't appear that minemeld follows it exactly from other examples I have seen, &lt;A href="https://live.paloaltonetworks.com/t5/MineMeld-Discussions/MineMeld-syslog-indicator-rules/m-p/99423#feedback-success" target="_blank"&gt;here&lt;/A&gt; and &lt;A href="https://live.paloaltonetworks.com/t5/MineMeld-Discussions/Syslog-miner-indicator/m-p/136585#M685" target="_blank"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to pick indicators from a certain direction, sourced from a certain zone, and according to the log description document linked above it is the "from" or "to" field though I am unable to find any other documention on what is available with this minemeld syslog miner.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was trying this:&lt;/P&gt;
&lt;PRE&gt;conditions:
  - type == 'THREAT'
  - severity == 'high'
  - from == 'Internet'
fields: null
indicators:
  - src_ip
&lt;/PRE&gt;
&lt;P&gt;It doesn't seem to be working. &lt;/P&gt;</description>
    <pubDate>Wed, 28 Jun 2017 19:00:56 GMT</pubDate>
    <dc:creator>weden</dc:creator>
    <dc:date>2017-06-28T19:00:56Z</dc:date>
    <item>
      <title>Syslog miner fields</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/syslog-miner-fields/m-p/163682#M99054</link>
      <description>&lt;P&gt;Looking for some information on the fields to use for the syslog miners...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.paloaltonetworks.com/documentation/61/pan-os/pan-os/reports-and-logging/syslog-field-descriptions#_67983" target="_blank"&gt;This&lt;/A&gt; document explains the fields and lables but it doesn't appear that minemeld follows it exactly from other examples I have seen, &lt;A href="https://live.paloaltonetworks.com/t5/MineMeld-Discussions/MineMeld-syslog-indicator-rules/m-p/99423#feedback-success" target="_blank"&gt;here&lt;/A&gt; and &lt;A href="https://live.paloaltonetworks.com/t5/MineMeld-Discussions/Syslog-miner-indicator/m-p/136585#M685" target="_blank"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to pick indicators from a certain direction, sourced from a certain zone, and according to the log description document linked above it is the "from" or "to" field though I am unable to find any other documention on what is available with this minemeld syslog miner.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was trying this:&lt;/P&gt;
&lt;PRE&gt;conditions:
  - type == 'THREAT'
  - severity == 'high'
  - from == 'Internet'
fields: null
indicators:
  - src_ip
&lt;/PRE&gt;
&lt;P&gt;It doesn't seem to be working. &lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2017 19:00:56 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/syslog-miner-fields/m-p/163682#M99054</guid>
      <dc:creator>weden</dc:creator>
      <dc:date>2017-06-28T19:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog miner fields</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/syslog-miner-fields/m-p/163800#M99055</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/31052"&gt;@weden&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;you can find a list of fields here:&amp;nbsp;&lt;A href="https://live.paloaltonetworks.com/t5/MineMeld-Articles/Using-the-syslog-Miner/ta-p/77262" target="_blank"&gt;https://live.paloaltonetworks.com/t5/MineMeld-Articles/Using-the-syslog-Miner/ta-p/77262&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you try this:&lt;/P&gt;
&lt;PRE&gt;conditions:
  - type == 'THREAT'
  - severity == 'high'
  - src_zone == 'Internet'
fields: null
indicators:
  - src_ip&lt;/PRE&gt;</description>
      <pubDate>Thu, 29 Jun 2017 08:44:01 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/syslog-miner-fields/m-p/163800#M99055</guid>
      <dc:creator>lmori</dc:creator>
      <dc:date>2017-06-29T08:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog miner fields</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/syslog-miner-fields/m-p/163864#M99056</link>
      <description>&lt;P&gt;Thanks, that help.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2017 17:21:17 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/syslog-miner-fields/m-p/163864#M99056</guid>
      <dc:creator>weden</dc:creator>
      <dc:date>2017-06-29T17:21:17Z</dc:date>
    </item>
  </channel>
</rss>

