<?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: AutoFocus Miner Thought in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/autofocus-miner-thought/m-p/149654#M98835</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/56990"&gt;@hallerr&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;only the date in the query is static and set the initial start of the sliding window. After that, every hour, the sliding window is pushed ahead:&lt;/P&gt;
&lt;P&gt;1 - At time 0 a query is performed to retrieve the last 30 days worth of indicators using a query with a static date (time 0 - 30 days)&lt;/P&gt;
&lt;P&gt;2 - After that every hour, a new query is performed to retrieve the new indicators that have been added after the last query&lt;/P&gt;
&lt;P&gt;3 - and every hour, indicators older than 30 days are aged out and removed from the feed/graph&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can achieve this today by tuning the config settings of the AF Miner. 30 days could also be an arbitrary time range.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Mar 2017 14:11:21 GMT</pubDate>
    <dc:creator>lmori</dc:creator>
    <dc:date>2017-03-27T14:11:21Z</dc:date>
    <item>
      <title>AutoFocus Miner Thought</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/autofocus-miner-thought/m-p/148935#M98832</link>
      <description>&lt;P&gt;Getting the minemeld engine up running the AutoFocus/TAXII redesign today, one thing I noticed while trying to create better and more targeted AutoFocus miners is that I cant create a list that maintains a specific “age”&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Where many lists will allow an operator to call out the last 7 days or last 60 days of events, or being no older than that, AutoFocus only has the ability to code it for a range via JSON. Perhaps it would be a good feature to have them allow the database to process a JSON that’s a constantly no older than x? Would cut down on over producing data just to get cut back down inside minemeld.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I know it will let me find a range, but the range wont automatically follow along at a specific "Time to Live" of sorts. Might be a good idea?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2017 16:02:25 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/autofocus-miner-thought/m-p/148935#M98832</guid>
      <dc:creator>hallerr</dc:creator>
      <dc:date>2017-03-22T16:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: AutoFocus Miner Thought</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/autofocus-miner-thought/m-p/149324#M98833</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/56990"&gt;@hallerr&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I think you can achieve that by defining a miner based on an AF query with a specific start point and use the age_out parameter inside the Miner.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example, with this query you can retrieve indicators of malware found in the Finance industry starting 30 days ago:&lt;/P&gt;
&lt;PRE&gt;{&lt;BR /&gt; "children": [&lt;BR /&gt; {&lt;BR /&gt; "field": "sample.malware",&lt;BR /&gt; "operator": "is",&lt;BR /&gt; "value": 1&lt;BR /&gt; },&lt;BR /&gt; {&lt;BR /&gt; "field": "session.device_industry",&lt;BR /&gt; "operator": "is",&lt;BR /&gt; "value": "Finance"&lt;BR /&gt; },&lt;BR /&gt; {&lt;BR /&gt; "field": "sample.create_date",&lt;BR /&gt; "operator": "is after",&lt;BR /&gt; "value": [&lt;BR /&gt; "2017-02-23T00:00:00",&lt;BR /&gt; "2017-02-23T00:00:00"&lt;BR /&gt; ]&lt;BR /&gt; }&lt;BR /&gt; ],&lt;BR /&gt; "operator": "all"&lt;BR /&gt;}&lt;/PRE&gt;
&lt;P&gt;When you create a Miner based on this query, it will first retrieve all the indicators matching this query (last 30 days worth of indicators) and then it start polling for new samples every 60 minutes. You can then use the age_out parameters inside the prototype to decide the maximum age of indicators to be stored in MineMeld. Example: after an indicator has been retrieved, you can decide to keep it in the feed for 60 days.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 08:33:02 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/autofocus-miner-thought/m-p/149324#M98833</guid>
      <dc:creator>lmori</dc:creator>
      <dc:date>2017-03-24T08:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: AutoFocus Miner Thought</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/autofocus-miner-thought/m-p/149629#M98834</link>
      <description>&lt;P&gt;Similar to what I was thinking but the dates would then be static correct? Im more thinking of a sliding value that is always 30 days old, and maybe thats what it does but it asks for a specific date?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 11:58:45 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/autofocus-miner-thought/m-p/149629#M98834</guid>
      <dc:creator>hallerr</dc:creator>
      <dc:date>2017-03-27T11:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: AutoFocus Miner Thought</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/autofocus-miner-thought/m-p/149654#M98835</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/56990"&gt;@hallerr&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;only the date in the query is static and set the initial start of the sliding window. After that, every hour, the sliding window is pushed ahead:&lt;/P&gt;
&lt;P&gt;1 - At time 0 a query is performed to retrieve the last 30 days worth of indicators using a query with a static date (time 0 - 30 days)&lt;/P&gt;
&lt;P&gt;2 - After that every hour, a new query is performed to retrieve the new indicators that have been added after the last query&lt;/P&gt;
&lt;P&gt;3 - and every hour, indicators older than 30 days are aged out and removed from the feed/graph&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can achieve this today by tuning the config settings of the AF Miner. 30 days could also be an arbitrary time range.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 14:11:21 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/autofocus-miner-thought/m-p/149654#M98835</guid>
      <dc:creator>lmori</dc:creator>
      <dc:date>2017-03-27T14:11:21Z</dc:date>
    </item>
  </channel>
</rss>

