Get URL Web Artifacts
Use this resource to get the web artifacts found during
analysis of the specified web page URL.
Resource
/get/webartifacts/
Request Parameters
Use the following form
parameters when requesting URL analysis web artifacts:
Parameters | Description | Example |
---|---|---|
| ( Required ) API key | Example:
|
| ( Required for Prisma Access and Prisma Cloud
Compute-based WildFire public API keys ) Designates the API
key type | Example:
Options
include:
|
| ( Required ) The URL of the web page | Example:
|
| Web artifact types | The following values can be specified in a
comma-separated list. Acceptable values:
|
Example Request
Make a POST request to
the
/get/webartifacts
resource and include
the API key, the URL of the web page, and optionally include the
specific web artifacts that you want to download (the default is
all), similar to the following cURL command:curl -F 'apikey=<API KEY>' -F 'url=http://www.google.com' -F 'types=download_files' -JO 'https://wildfire.paloaltonetworks.com/publicapi/get/webartifacts'
The
response saves the URL web artifacts in a .tgz file package to your
local system.
Most Popular
Recommended For You
Recommended Videos
Recommended videos not found.