<?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: Automating IPS signature downloads in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/automating-ips-signature-downloads/m-p/435919#M90927</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greg is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IPS MC 2.2 was released 16 December with fully automatic updates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enabling Automatic Updates&lt;/P&gt;&lt;P&gt;1) Check for sigupdates and notify the user&lt;/P&gt;&lt;P&gt;2) Check and download sigupdates and notify the user&lt;/P&gt;&lt;P&gt;3) Check, download, and automatically push the updates to the device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can select which sensor you want automatically updated&lt;/P&gt;&lt;P&gt;1) Disable&lt;/P&gt;&lt;P&gt;2) Enable Sigupdates only&lt;/P&gt;&lt;P&gt;3) Enable Sigupdates, patches, service pack, and minor version updates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Dec 2005 19:43:43 GMT</pubDate>
    <dc:creator>cskipper</dc:creator>
    <dc:date>2005-12-21T19:43:43Z</dc:date>
    <item>
      <title>Automating IPS signature downloads</title>
      <link>https://community.cisco.com/t5/network-security/automating-ips-signature-downloads/m-p/435915#M90921</link>
      <description>&lt;P&gt;Greetings all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking for a scripted way to automate downloads of 4.x/5.x signature updates from the Cisco.com site using my CCO login/pass.  For example, a Perl or shell script possibly hooked into wget (or other?), all running regularly via cron. Does anyone have experience with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have scripted ways to install signatures updates via the CLI, just trying to automate the initial download part. Thanks for any assistance.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 09:48:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/automating-ips-signature-downloads/m-p/435915#M90921</guid>
      <dc:creator>gdntsoc</dc:creator>
      <dc:date>2019-03-10T09:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: Automating IPS signature downloads</title>
      <link>https://community.cisco.com/t5/network-security/automating-ips-signature-downloads/m-p/435916#M90923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Cisco IPS Sensor software v5 helps users stop more threats with greater confidence through the use of the following elements:&lt;/P&gt;&lt;P&gt;---Accurate inline prevention technologies-Provides unparalleled confidence to take preventive action on a broader range of threats without the risk of dropping legitimate traffic. These unique technologies offer intelligent, automated, contextual analysis of your data and help ensure you are getting the most out of your intrusion prevention solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps4077/products_data_sheet0900aecd801e6a45.html" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps4077/products_data_sheet0900aecd801e6a45.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2005 21:52:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/automating-ips-signature-downloads/m-p/435916#M90923</guid>
      <dc:creator>thomas.chen</dc:creator>
      <dc:date>2005-12-19T21:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Automating IPS signature downloads</title>
      <link>https://community.cisco.com/t5/network-security/automating-ips-signature-downloads/m-p/435917#M90924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your first obstacle will be coming up with a solution to determine the correct URL to use.  For example the latest is:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://ftp-sj.cisco.com/cisco/ciscosecure/ips/5.x/sigup/IPS-sig-S208-minreq-5.0-1.pkg" target="_blank"&gt;http://ftp-sj.cisco.com/cisco/ciscosecure/ips/5.x/sigup/IPS-sig-S208-minreq-5.0-1.pkg&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could fetch &lt;A class="jive-link-custom" href="http://www.cisco.com/cgi-bin/tablebuild.pl/ips5-sigup?sort=filename" target="_blank"&gt;http://www.cisco.com/cgi-bin/tablebuild.pl/ips5-sigup?sort=filename&lt;/A&gt; &lt;/P&gt;&lt;P&gt;and parse out the most recent sig URL from the HTML. Another alternative would be to have the Cisco "new sig" email notifications go to a process account. Then, parse that email (I believe text formats are supported) for the URL. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a simple wget with your CCO credentials will work once you have come up with the URL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's likely to be brittle since it depends on Cisco for a lot (timely email's, good dates in the HTML returned, etc).  IMHO, it's a Very Bad Idea...but should be technically possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 20:17:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/automating-ips-signature-downloads/m-p/435917#M90924</guid>
      <dc:creator>mhellman</dc:creator>
      <dc:date>2005-12-20T20:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Automating IPS signature downloads</title>
      <link>https://community.cisco.com/t5/network-security/automating-ips-signature-downloads/m-p/435918#M90925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't really help you with the scripting, but if you're running five attacks and the latest VMS.  Rumor has it this feature is available. Options below:&lt;/P&gt;&lt;P&gt;IPS MC polls CCO for updates.  The user has 3 choices in IPS MC 2.2 when dealing with signature updates. &lt;/P&gt;&lt;P&gt;1) Check only - This allows the IPS MC to check for new updated and notify the user&lt;/P&gt;&lt;P&gt;2) Check and download - This checks for new updates and downloads them to the IPS MC&lt;/P&gt;&lt;P&gt;3) Check, download, auto-update - This checks for new updates, downloads and automatically pushes them out to sensors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 21:43:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/automating-ips-signature-downloads/m-p/435918#M90925</guid>
      <dc:creator>gabelar</dc:creator>
      <dc:date>2005-12-20T21:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: Automating IPS signature downloads</title>
      <link>https://community.cisco.com/t5/network-security/automating-ips-signature-downloads/m-p/435919#M90927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greg is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IPS MC 2.2 was released 16 December with fully automatic updates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enabling Automatic Updates&lt;/P&gt;&lt;P&gt;1) Check for sigupdates and notify the user&lt;/P&gt;&lt;P&gt;2) Check and download sigupdates and notify the user&lt;/P&gt;&lt;P&gt;3) Check, download, and automatically push the updates to the device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can select which sensor you want automatically updated&lt;/P&gt;&lt;P&gt;1) Disable&lt;/P&gt;&lt;P&gt;2) Enable Sigupdates only&lt;/P&gt;&lt;P&gt;3) Enable Sigupdates, patches, service pack, and minor version updates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2005 19:43:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/automating-ips-signature-downloads/m-p/435919#M90927</guid>
      <dc:creator>cskipper</dc:creator>
      <dc:date>2005-12-21T19:43:43Z</dc:date>
    </item>
  </channel>
</rss>

