: Get Anti-spyware, Vulnerability, and File-Format Release Info
Focus
Focus

Get Anti-spyware, Vulnerability, and File-Format Release Info

Table of Contents

Get Anti-spyware, Vulnerability, and File-Format Release Info

Use this resource to get the release information associated with anti-spyware, vulnerability, and file-format signatures. This includes new signature additions, modifications, deletions, as well a list of unchanged entries.

Resource

https://autofocus.paloaltonetworks.com/api/intel/v1/threatvault/ips/release/{release_id}

Request Parameters

The following table describes the parameters used with this endpoint.
Parameters
Description
Type
Example or Possible Values
apiKey
(
Required
) API key tied to your license. All users attached to a license share a single API key.
string
Example (obfuscated):
d32108a5-XXX-XXXX-XXXX-c04bda5b8450
{release_id}
(Required) The identification number of the release containing the anti-spyware, vulnerability, and file-format signatures.
string
The release identification number.
Example:
107

JSON Sample

Request

Include the API key and release ID number in the resource URL to view the anti-spyware, vulnerability, and file-format signature update contents.
curl -X GET "https://autofocus.paloaltonetworks.com/api/intel/v1/threatvault/ips/release/8250?api_key=apiKey" -H "accept: application/json"

Response

The response contains the signature update details for the specified release ID.
{ "releaseVersion": 8250, "releaseNotes": "Reminders: (3/10/2020) Palo Alto Networks announced new App-IDs that we will release with the content update later today. Customers running a PAN-OS 8.1 or later release are encouraged to leverage an Application Filter to adopt new App-IDs.", "releaseSignatures": { "vulnerabilitySignatures": { "newSignatures": [ "fileformatSignatures": { "newSignatures": [ 1, 2, 3 ], "modifiedSignatures": [ 1, 2, 3 ] } } }

Recommended For You