<?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 Wildfire Reports missing URL in Cortex XSOAR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/wildfire-reports-missing-url/m-p/409164#M228</link>
    <description>&lt;P&gt;Hello all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did some PDF-Requests to Wildfire and getting Info back as xml.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One of those reports are marked as "Malicious" but I do not see, what/why it is Malicious.&lt;BR /&gt;So I've investigated and did a curl extract of the sha265 Wildfire Request.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And look! There are infos about URLs in the curl-api request (output as xml):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;&amp;lt;extracted_urls&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;&amp;nbsp; &amp;nbsp; &amp;lt;entry domain="blablabla.com" verdict="something"/&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;&amp;lt;/extracted_urls&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;&amp;lt;summary&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;&amp;nbsp; &amp;nbsp; &amp;lt;entry score="0.0" id="8016" details="File may reference external resources through the URL/domain name/IP address. Both benign and malicious samples can have this behavior."&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; File contains one or more URL/domain name/IP address&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/entry&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;&amp;lt;/summary&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why is it not in the Integration?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;So, I did a copy of the Integration and inserted a &lt;EM&gt;&lt;STRONG&gt;dirty&lt;/STRONG&gt; &lt;/EM&gt;"update" on it:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;(Integration "Palo Alto Networks WildFire v2", Version&amp;nbsp;&lt;SPAN&gt;1.3.3 - 322974 (Apr 8, 2021))&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I've inserted following lines at line 605:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;605:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;606:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if 'extracted_urls' in report:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;607:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; feed_related_indicators.append({'value': report["extracted_urls"], 'type': 'URL'})&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;608:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Next lines would be: (To find it easier to modify)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;608:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;609:&amp;nbsp; &amp;nbsp; outputs = {&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;610:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'Status': 'Success',&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;611:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'SHA256': file_info.get('sha256')&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;612:&amp;nbsp; &amp;nbsp; }&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;613:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Right now, the Output is with brakets [] and ":&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;${File.FeedRelatedIndicators.value.entry.@domain}&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;["blablabla.com"]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;${File.FeedRelatedIndicators.value.entry.@verdict}&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;["something"]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now my question:&lt;BR /&gt;Is Palo Alto able to Update the Integration?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;roger&lt;/P&gt;</description>
    <pubDate>Wed, 26 May 2021 09:08:40 GMT</pubDate>
    <dc:creator>r_buchwalder</dc:creator>
    <dc:date>2021-05-26T09:08:40Z</dc:date>
    <item>
      <title>Wildfire Reports missing URL</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/wildfire-reports-missing-url/m-p/409164#M228</link>
      <description>&lt;P&gt;Hello all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did some PDF-Requests to Wildfire and getting Info back as xml.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One of those reports are marked as "Malicious" but I do not see, what/why it is Malicious.&lt;BR /&gt;So I've investigated and did a curl extract of the sha265 Wildfire Request.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And look! There are infos about URLs in the curl-api request (output as xml):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;&amp;lt;extracted_urls&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;&amp;nbsp; &amp;nbsp; &amp;lt;entry domain="blablabla.com" verdict="something"/&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;&amp;lt;/extracted_urls&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;&amp;lt;summary&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;&amp;nbsp; &amp;nbsp; &amp;lt;entry score="0.0" id="8016" details="File may reference external resources through the URL/domain name/IP address. Both benign and malicious samples can have this behavior."&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; File contains one or more URL/domain name/IP address&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/entry&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;&amp;lt;/summary&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why is it not in the Integration?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;So, I did a copy of the Integration and inserted a &lt;EM&gt;&lt;STRONG&gt;dirty&lt;/STRONG&gt; &lt;/EM&gt;"update" on it:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;(Integration "Palo Alto Networks WildFire v2", Version&amp;nbsp;&lt;SPAN&gt;1.3.3 - 322974 (Apr 8, 2021))&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I've inserted following lines at line 605:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;605:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;606:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if 'extracted_urls' in report:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;607:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; feed_related_indicators.append({'value': report["extracted_urls"], 'type': 'URL'})&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;608:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Next lines would be: (To find it easier to modify)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;608:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;609:&amp;nbsp; &amp;nbsp; outputs = {&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;610:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'Status': 'Success',&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;611:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'SHA256': file_info.get('sha256')&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;612:&amp;nbsp; &amp;nbsp; }&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;613:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Right now, the Output is with brakets [] and ":&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;${File.FeedRelatedIndicators.value.entry.@domain}&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;["blablabla.com"]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;${File.FeedRelatedIndicators.value.entry.@verdict}&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;["something"]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now my question:&lt;BR /&gt;Is Palo Alto able to Update the Integration?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;roger&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 09:08:40 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/wildfire-reports-missing-url/m-p/409164#M228</guid>
      <dc:creator>r_buchwalder</dc:creator>
      <dc:date>2021-05-26T09:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Wildfire Reports missing URL</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/wildfire-reports-missing-url/m-p/413175#M236</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;You can contribute this content via the marketplace, it will be reviewed by our content development team and merged to our content if approved,&lt;BR /&gt;thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jun 2021 08:23:19 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/wildfire-reports-missing-url/m-p/413175#M236</guid>
      <dc:creator>gfilippov</dc:creator>
      <dc:date>2021-06-15T08:23:19Z</dc:date>
    </item>
  </channel>
</rss>

