<?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: Disabling Indicator Expiration in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/disabling-indicator-expiration/m-p/210004#M97810</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/53539"&gt;@lkrous&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;you can do that by setting a valid ttl. Countdown to expiration will start from the update time.&lt;/P&gt;
&lt;PRE&gt;{
    "indicator": "8.8.8.8",
    "type": "IPv4",
    "comment": "usual Google DNS Public IP",
    "share_level": "green",
    "confidence": 100,
    "ttl": 3600
}'&lt;/PRE&gt;</description>
    <pubDate>Fri, 13 Apr 2018 14:00:18 GMT</pubDate>
    <dc:creator>lmori</dc:creator>
    <dc:date>2018-04-13T14:00:18Z</dc:date>
    <item>
      <title>Disabling Indicator Expiration</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/disabling-indicator-expiration/m-p/188703#M97806</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/11678"&gt;@lmori&lt;/a&gt;, thank you for your help so far.&lt;BR /&gt; &lt;BR /&gt;I am migrating my data to&amp;nbsp;the &lt;SPAN&gt;"stdlib.localDB"&amp;nbsp;miner, per your suggestion&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://live.paloaltonetworks.com/t5/MineMeld-Discussions/IP-addresses-disappearing-from-miner/m-p/188686#M1698" target="_self"&gt;here&lt;/A&gt;.&lt;BR /&gt; &lt;BR /&gt;I&amp;nbsp;have two questions now:&lt;BR /&gt; &lt;BR /&gt;First, I noticed that the default expiration for indicators added to this miner is just one day. How can I change this to one year? What about disabling expiration by default?&lt;BR /&gt; &lt;BR /&gt;Second, I am trying to push indicators to this new miner via json (this would be irrelevant if you can answer my first question)&lt;BR /&gt;I tried to set ttl = -1 to disable expiration, but that didnt work. Since 0 deletes the indicator, not sure what to use here.&lt;BR /&gt;How can I disable expiration for these indicators through the API call?&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;curl -XPOST -H "Content-Type: application/json" -u admin:&amp;lt;ommited&amp;gt; "http://localhost/config/data/feed_any_indicators/append?h=feed_any&amp;amp;t=localdb" -d '&lt;BR /&gt;[&lt;BR /&gt;{&lt;BR /&gt;"indicator": "219.101.37.81",&lt;BR /&gt;"type": "IPv4",&lt;BR /&gt;"comment": "Win32.Conficker.Cp2p",&lt;BR /&gt;"share_level": "green",&lt;BR /&gt;"Confidence": 100,&lt;BR /&gt;"ttl": -1&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"indicator": "82.188.123.234",&lt;BR /&gt;"type": "IPv4",&lt;BR /&gt;"comment": "Win32.Conficker.Cp2p",&lt;BR /&gt;"share_level": "green",&lt;BR /&gt;"Confidence": 100,&lt;BR /&gt;"ttl": -1&lt;BR /&gt;}&lt;BR /&gt;]'&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;FYI, the command is working. When I remove the ttl field, the miner is added and the expiration is set to 24 hours.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Nov 2017 20:47:01 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/disabling-indicator-expiration/m-p/188703#M97806</guid>
      <dc:creator>alyssonalmeida</dc:creator>
      <dc:date>2017-11-25T20:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling Indicator Expiration</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/disabling-indicator-expiration/m-p/188707#M97807</link>
      <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/71533"&gt;@alyssonalmeida&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;with tth: -1 you are removing the indicator, you can use this to disable expiration:&lt;/P&gt;
&lt;PRE&gt;{
[...]
    "ttl": "disabled"
}
&lt;/PRE&gt;
&lt;P&gt;Or you can create a new prototype based on stdlib.localDB and set the expiration to disabled by default:&lt;/P&gt;
&lt;PRE&gt;age_out:
    sudden_death: true
    default: null
&lt;/PRE&gt;</description>
      <pubDate>Sun, 26 Nov 2017 06:43:31 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/disabling-indicator-expiration/m-p/188707#M97807</guid>
      <dc:creator>lmori</dc:creator>
      <dc:date>2017-11-26T06:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling Indicator Expiration</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/disabling-indicator-expiration/m-p/209816#M97809</link>
      <description>&lt;P&gt;How do you enable the ttl after it has been disabled?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried setting the ttl: -1, ttl: 0, ttl: enable, and ttl: enabled, but it still shows disabled when I look at the node indicator table in MineMeld.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2018 16:04:27 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/disabling-indicator-expiration/m-p/209816#M97809</guid>
      <dc:creator>lkrous</dc:creator>
      <dc:date>2018-04-12T16:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling Indicator Expiration</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/disabling-indicator-expiration/m-p/210004#M97810</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/53539"&gt;@lkrous&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;you can do that by setting a valid ttl. Countdown to expiration will start from the update time.&lt;/P&gt;
&lt;PRE&gt;{
    "indicator": "8.8.8.8",
    "type": "IPv4",
    "comment": "usual Google DNS Public IP",
    "share_level": "green",
    "confidence": 100,
    "ttl": 3600
}'&lt;/PRE&gt;</description>
      <pubDate>Fri, 13 Apr 2018 14:00:18 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/disabling-indicator-expiration/m-p/210004#M97810</guid>
      <dc:creator>lmori</dc:creator>
      <dc:date>2018-04-13T14:00:18Z</dc:date>
    </item>
  </channel>
</rss>

