Home
EN
Location
Documentation Home
Palo Alto Networks
Support
Live Community
Knowledge Base
Clear
WildFire API Reference
:
WildFire API Resources
Updated on
Mar 22, 2024
Focus
Download PDF
Updated on
Mar 22, 2024
Focus
Home
WildFire
WildFire API Reference
About the WildFire API
WildFire API Resources
Download PDF
WildFire API Reference
WildFire API Resources
Table of Contents
Filter
Expand all
|
Collapse all
About the WildFire API
Standalone WildFire API Subscription
WildFire API Access Control
Authenticate Access
WildFire API Limits
View WildFire API Usage Statistics
WildFire API Resources
WildFire API Changelog
Get Started with the WildFire API
Get Your API Key
Get Your WildFire Public Cloud API Key From the WildFire Portal
Get Your WildFire Public Cloud API Key From the Palo Alto Networks Support Portal
Get Your WildFire Appliance API Key
Manage WildFire Appliance API Keys
View All API Keys
Disable or Enable an API Key
Delete an API Key
Export API Key using Secure Copy (SCP)
Import API Keys using Secure Copy (SCP)
Make Your First WildFire API Call
WildFire API Best Practices
Submit Files and Links through the WildFire API
Submit a Local File to WildFire (API)
Submit a Remote File to WildFire (API)
Submit a Website Link to WildFire (API)
Submit Multiple Website Links to WildFire (API)
Submit a Sample Verdict Change (API)
Get WildFire Information through the WildFire API
Get a WildFire Verdict (WildFire API)
Get Multiple WildFire Verdicts (WildFire API)
Get a List of Samples with Changed WildFire Appliance Verdicts (WildFire API)
Get a Sample (WildFire API)
Get a Packet Capture (WildFire API)
Get a WildFire Analysis Report (WildFire API)
Get a Malware Test File (WildFire API)
Get URL Web Artifacts
WildFire API Error Codes
WildFire API Resources
The WildFire API allows you to submit files and links to WildFire for analysis using the
/submit/
resources. Use the
/get/
and
/test/pe
resources to get samples, packet captures, WildFire verdicts, analysis reports, and malware test files.
To use the WildFire API, use one of the following base URIs that correspond to each
Advanced WildFire public cloud
:
Global cloud:
https://wildfire.paloaltonetworks.com/publicapi
EU cloud:
https://eu.wildfire.paloaltonetworks.com/publicapi
Japan cloud:
https://jp.wildfire.paloaltonetworks.com/publicapi
Singapore cloud:
https://sg.wildfire.paloaltonetworks.com/publicapi
UK cloud:
https://uk.wildfire.paloaltonetworks.com/publicapi
Canada cloud:
https://ca.wildfire.paloaltonetworks.com/publicapi
Australia cloud:
https://au.wildfire.paloaltonetworks.com/publicapi
Germany cloud:
https://de.wildfire.paloaltonetworks.com/publicapi
India cloud:
https://in.wildfire.paloaltonetworks.com/publicapi
Switzerland cloud:
https://ch.wildfire.paloaltonetworks.com/publicapi
Poland cloud:
https://pl.wildfire.paloaltonetworks.com/publicapi
Indonesia cloud:
https://id.wildfire.paloaltonetworks.com/publicapi
Taiwan cloud:
https://tw.wildfire.paloaltonetworks.com/publicapi
France cloud:
https://fr.wildfire.paloaltonetworks.com/publicapi
Qatar cloud:
https://qatar.wildfire.paloaltonetworks.com/publicapi
South Korea cloud:
https://kr.wildfire.paloaltonetworks.com/publicapi
Israel cloud:
https://il.wildfire.paloaltonetworks.com/publicapi
Saudi Arabia cloud:
https://sa.wildfire.paloaltonetworks.com/publicapi
Spain cloud:
https://es.wildfire.paloaltonetworks.com/publicapi
See the
Advanced WildFire Administrator’s Guide
for details of each public cloud deployment.
The base URI when using the WildFire API with the WildFire appliance is the fully qualified domain name or IP address of the WildFire appliance:
https://
<wf-appliance>
/publicapi
Example:
https://10.1.1.1/publicapi
Resource
Description
Available on WildFire Appliance
Resources for Submitting Files and Links for Analysis
/submit/file
Submit a file for WildFire analysis.
Yes
/submit/url
Submit a file through a URL for WildFire analysis.
No
/submit/link
Submit a URL for WildFire analysis.
Yes
/submit/links
Submit multiple URLs for WildFire analysis.
Yes
/submit/local-verdict-change
Change the WildFire verdict of a sample.
Yes (
appliance only
)
Resources for Getting WildFire Data, Verdicts, or Test Malware
/get/sample
Get a particular sample.
Yes
/get/pcap
Get a particular packet capture.
Yes
/get/verdict
Get a WildFire verdict for a submitted sample.
Yes
/get/verdicts
Get WildFire verdicts for multiple samples.
Yes
/get/verdicts/changed
Get a list of samples with changed WildFire verdicts.
Yes (
appliance only
)
/get/report
Get an XML, PDF, or MAEC report of analysis results for a particular sample.
Yes
/get/webartifacts
Get web artifacts found during analysis of a URL.
No
/test
Get a malware test file for end-to-end verification testing of how the WildFire public cloud processes a malware sample.
No
Previous
View WildFire API Usage Statistics
Next
WildFire API Changelog