<?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 Search IOCs on VirusTotal Faster in Cortex XSOAR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/search-iocs-on-virustotal-faster/m-p/532358#M1837</link>
    <description>&lt;P&gt;We are running a playbook to search a list of IOCs on VirusTotal, the list is received by an attachment on incident creation. The playbook then exports the VirusTotal scores into the war room as a csv file. All this is achieved by manual indicator creation an enrichment. The enrichment process however takes more than an hour for only 4000 IOCs. We want this process to go faster.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Indicator creation and enrichment trigger from in a single automation. After indicator is created with createNewIndicator we are running the command down below to get the VirusTotal scores.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;demisto.executeCommand('enrichIndicators', {'indicatorsValues': '1.1.1.1,8.8.8.8,..,..'})&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1- Why does it take a lot longer than a simple python script using VirusTotal library? Does it create a container for each value to use the virustotal integration commands "ip,domain,hash" for example?&lt;/P&gt;
&lt;P&gt;2- What is the best way to deal with this sort of automation requests? Import VirusTotal library and make api calls to VirusTotal and create the indicator with the response yourself instead of enriching with VT Integration?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Feb 2023 15:37:55 GMT</pubDate>
    <dc:creator>EnesOzdemir</dc:creator>
    <dc:date>2023-02-27T15:37:55Z</dc:date>
    <item>
      <title>Search IOCs on VirusTotal Faster</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/search-iocs-on-virustotal-faster/m-p/532358#M1837</link>
      <description>&lt;P&gt;We are running a playbook to search a list of IOCs on VirusTotal, the list is received by an attachment on incident creation. The playbook then exports the VirusTotal scores into the war room as a csv file. All this is achieved by manual indicator creation an enrichment. The enrichment process however takes more than an hour for only 4000 IOCs. We want this process to go faster.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Indicator creation and enrichment trigger from in a single automation. After indicator is created with createNewIndicator we are running the command down below to get the VirusTotal scores.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;demisto.executeCommand('enrichIndicators', {'indicatorsValues': '1.1.1.1,8.8.8.8,..,..'})&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1- Why does it take a lot longer than a simple python script using VirusTotal library? Does it create a container for each value to use the virustotal integration commands "ip,domain,hash" for example?&lt;/P&gt;
&lt;P&gt;2- What is the best way to deal with this sort of automation requests? Import VirusTotal library and make api calls to VirusTotal and create the indicator with the response yourself instead of enriching with VT Integration?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2023 15:37:55 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/search-iocs-on-virustotal-faster/m-p/532358#M1837</guid>
      <dc:creator>EnesOzdemir</dc:creator>
      <dc:date>2023-02-27T15:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Search IOCs on VirusTotal Faster</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/search-iocs-on-virustotal-faster/m-p/540085#M2045</link>
      <description>&lt;P&gt;One thing you can do to try and speed up the VirusTotal integration is removing the different relationships it searches for in the integration as seen below. Another way that you might be able to speed it up is to to use the using argument for enrichIndicator. In my instance it would look like this:&amp;nbsp;!enrichIndicators indicatorsValues=103.67.197.51 using="VirusTotal (API v3)_instance_1"&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This limits the enrichIndicators automation to use just the VirusTotal integration rather than every integration that is configured to work with that indicator type.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-04-25 at 9.49.44 AM.png" style="width: 388px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/49780iC347F011CE166627/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Screenshot 2023-04-25 at 9.49.44 AM.png" alt="Screenshot 2023-04-25 at 9.49.44 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 17:06:59 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/search-iocs-on-virustotal-faster/m-p/540085#M2045</guid>
      <dc:creator>amontminy</dc:creator>
      <dc:date>2023-04-25T17:06:59Z</dc:date>
    </item>
  </channel>
</rss>

