<?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 Listing all of vulnerability or phone-home signature in Automation/API Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/listing-all-of-vulnerability-or-phone-home-signature/m-p/12357#M325</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a script that shows all vulnerability or phone-home signature with CSV format.&lt;/P&gt;&lt;P&gt;Python and some modules are required but you can run on Mac(Mountain Lion) without installing additional module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This may help when you want to list default action/vendorID/CVE of vulnerability or default action of phone home.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example.&lt;/P&gt;&lt;P&gt;List all vulnerability signatures&lt;/P&gt;&lt;P&gt;$ python siglist.py -t vul 192.168.0.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;List all phone home signatures&lt;/P&gt;&lt;P&gt;$ python siglist.py -t ph 192.168.0.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please feel free to askl me know if you have any questions and requests.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Takahiro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Mar 2013 23:24:13 GMT</pubDate>
    <dc:creator>tmyzw</dc:creator>
    <dc:date>2013-03-25T23:24:13Z</dc:date>
    <item>
      <title>Listing all of vulnerability or phone-home signature</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/listing-all-of-vulnerability-or-phone-home-signature/m-p/12357#M325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a script that shows all vulnerability or phone-home signature with CSV format.&lt;/P&gt;&lt;P&gt;Python and some modules are required but you can run on Mac(Mountain Lion) without installing additional module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This may help when you want to list default action/vendorID/CVE of vulnerability or default action of phone home.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example.&lt;/P&gt;&lt;P&gt;List all vulnerability signatures&lt;/P&gt;&lt;P&gt;$ python siglist.py -t vul 192.168.0.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;List all phone home signatures&lt;/P&gt;&lt;P&gt;$ python siglist.py -t ph 192.168.0.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please feel free to askl me know if you have any questions and requests.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Takahiro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2013 23:24:13 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/listing-all-of-vulnerability-or-phone-home-signature/m-p/12357#M325</guid>
      <dc:creator>tmyzw</dc:creator>
      <dc:date>2013-03-25T23:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Listing all of vulnerability or phone-home signature</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/listing-all-of-vulnerability-or-phone-home-signature/m-p/12358#M326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks.&amp;nbsp; I used a reporting template system to build something similar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using PAN-python and PAN-ksteves and with the jsont/threats.jsont&lt;/P&gt;&lt;P&gt;template below you can do something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ panxapi.py -t pa-200 -rxg /config/predefined/threats|&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;nbsp; panconf.py --config - --json|&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;nbsp; panjsont.py --jt threats.jsont --json -&lt;/P&gt;&lt;P&gt;get: success &lt;PRE&gt;&lt;/PRE&gt;&lt;/P&gt;&lt;P&gt;phone-home 10585 "CIA_1_22 Get password" data-theft high alert&lt;/P&gt;&lt;P&gt;phone-home 10313 "Ezula_Toptext Popup" adware low alert&lt;/P&gt;&lt;P&gt;phone-home 10328 "FeRAT_1" adware high alert&lt;/P&gt;&lt;P&gt;phone-home 10373 "Wintective_Keylogger" keylogger high alert&lt;/P&gt;&lt;P&gt;phone-home 10046 "Scar User-Agent Traffic" spyware medium alert&lt;/P&gt;&lt;P&gt;phone-home 10522 "SearchBossToolbar" adware low alert&lt;/P&gt;&lt;P&gt;phone-home 10223 "FunBuddyIcons View Fub Buddy icons" browser-hijack low alert&lt;/P&gt;&lt;P&gt;phone-home 10286 "Virtumonde info post" adware low alert&lt;/P&gt;&lt;P&gt;phone-home 10353 "Opwin_Trojan_1_1 connection and action commands:" adware high alert&lt;/P&gt;&lt;P&gt;phone-home 10766 "Hornet_1_0 fetch processes list" adware high alert&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;........................................................................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{# $Id: threats.jsont,v 1.1 2012/08/07 00:17:30 stevesk Exp $ }&lt;/P&gt;&lt;P&gt;{# use output from: $ panxapi -rxg /config/predefined/threats}&lt;/P&gt;&lt;P&gt;{.section threats}&lt;/P&gt;&lt;P&gt;&amp;nbsp; {.section phone-home}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {.repeated section entry}&lt;/P&gt;&lt;P&gt;phone-home {name} "{threatname}" {category} {severity} {default-action}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {.end}&lt;/P&gt;&lt;P&gt;&amp;nbsp; {.end}&lt;/P&gt;&lt;P&gt;&amp;nbsp; {.section scan}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {.repeated section entry}&lt;/P&gt;&lt;P&gt;scan {id} "{name}" {severity}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {.end}&lt;/P&gt;&lt;P&gt;&amp;nbsp; {.end}&lt;/P&gt;&lt;P&gt;&amp;nbsp; {.section vulnerability}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {.repeated section entry}&lt;/P&gt;&lt;P&gt;vulnerability {name} "{threatname}" {category} {severity} {.default-action?}{default-action}{.or}_no-default-action_{.end}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {.end}&lt;/P&gt;&lt;P&gt;&amp;nbsp; {.end}&lt;/P&gt;&lt;P&gt;{.end}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 02:03:05 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/listing-all-of-vulnerability-or-phone-home-signature/m-p/12358#M326</guid>
      <dc:creator>ksteves1</dc:creator>
      <dc:date>2013-03-27T02:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Listing all of vulnerability or phone-home signature</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/listing-all-of-vulnerability-or-phone-home-signature/m-p/12359#M327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created version 2 of this program since I found "description" of threats provided in API as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note this program gets the descriptions one by one so will take around one hour, and CPU usage of management plane could be increased.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a special purpose program and I'd recommend to use PAN-python when you don't want to use/learn multiple programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Takahiro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2013 09:43:56 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/listing-all-of-vulnerability-or-phone-home-signature/m-p/12359#M327</guid>
      <dc:creator>tmyzw</dc:creator>
      <dc:date>2013-06-19T09:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Listing all of vulnerability or phone-home signature</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/listing-all-of-vulnerability-or-phone-home-signature/m-p/12360#M328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I made a small change. The description of threats contains comma so TAB is suitable for field separation instead of comma. Output of this script now uses TSV(Tab Separated Value).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 01:55:32 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/listing-all-of-vulnerability-or-phone-home-signature/m-p/12360#M328</guid>
      <dc:creator>tmyzw</dc:creator>
      <dc:date>2013-06-20T01:55:32Z</dc:date>
    </item>
  </channel>
</rss>

