> For the complete documentation index, see [llms.txt](https://docs.prismacloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prismacloud.io/content-collections/runtime-security/configure/wildfire.md).

# WildFire Settings

WildFire is Palo Alto Networks' malware detection engine, and it provides malware detection for both known and unknown threats.

Wildfire analysis is provided without additional costs, but this may change in future releases. The service is available in Prisma Cloud for malware analysis as part of containers Continuous Integration (CI) and as runtime protection for containers and hosts. Access to WildFire is provided as a new subscription that is specific to Prisma Cloud Compute, and doesn’t affect any existing WildFire subscriptions.

To check a file verdict, the file hash is calculated and sent to WildFire for a verdict. If a file with the specified hash was already uploaded for a verdict, Wildfire provides an instantaneous verdict. You can send unknown files to WildFire for a full analysis, which includes machine based static analysis, dynamic analysis with detonation of the file in a sandbox, and behavioral analysis.

WildFire supports the following verdict types: benign, malware, grayware, and unknown:

* **Benign:** The sample is safe and doesn’t exhibit malicious behavior.
* **Grayware:** The sample doesn’t pose a direct security threat, but might display otherwise obtrusive behavior. Grayware typically includes:
  * Adware
  * Spyware
  * Browser Helper Objects (BHOs).
* **Malicious:** The sample is malware and poses a security threat. Malware can include:
  * Viruses
  * Worms
  * Trojans
  * Remote Access Tools (RATs)
  * Rootkits
  * Botnets
* **Unknown:** The file hasn’t been uploaded previously to Wildfire for analysis. Full analysis can be performed on file upload.

Configuration of the WildFire malware analysis service is done via **Manage > System > WildFire**.

* **Wildfire malware detection:** Enable WildFire malware detection.
* **Status:** Shows the current activation state of WildFire. The status is updated upon successful activation of the Wildfire service.
* **WildFire cloud region:** The WildFire service is available in multiple locations to meet local privacy requirements and reduce latency for communication to the service.

<figure><img src="/files/clRRZJRyRguCzmIhrF1A" alt="wildfire"><figcaption></figcaption></figure>

All Defenders connected to a given Prisma Cloud Console must use the same Wildfire service. This WildFire service is used for file verdicts and to upload files for full analysis. You should select the WildFire service closest to where most defenders are, or based on your privacy requirements. Defenders must be able to access the relevant WildFire service configured over https (port 443) based on the following URLs:

* Global (US): wildfire.paloaltonetworks.com
* Australia: au.wildfire.paloaltonetworks.com
* Canada: ca.wildfire.paloaltonetworks.com
* Europe (Netherlands): eu.wildfire.paloaltonetworks.com
* Germany: de.wildfire.paloaltonetworks.com
* Japan: jp.wildfire.paloaltonetworks.com
* Singapore: sg.wildfire.paloaltonetworks.com
* United Kingdom: uk.wildfire.paloaltonetworks.com

For WildFire activation and license renewals, the Prisma Cloud Console must be able to access the Intelligence Stream (IS) server at <https://intelligence.twistlock.com>.

* **Use WildFire for runtime protection:** Enable WildFire malware scanning in runtime for containers and hosts. Go to the rule’s **Anti-malware** tab, to configure the preferred effects per rule.
* **Use WildFire for CI compliance checks:** Enable WildFire malware scanning for containers CI checks. WildFire scans malware as part of Twistlock labs image check (ID 422).
* **Upload files with unknown verdicts to WildFire:** Determine whether files with unknown verdict are sent to WildFire for full analysis. When disabled, WildFire only provides verdicts for files that have been uploaded to WildFire via a different client.
* **Treat grayware as malware:** Use a more restrictive approach and treat files with grayware verdict as malware.

Currently Prisma Cloud Compute uses WildFire for file verdicts only in the following scenarios:

* Hosts runtime:
  * ELF files written to a Linux host file system in runtime, which are not deployed via a package manager.
  * Files must be smaller than 100MB due to the size limit of WildFire.
* Container runtime and CI:
  * ELF files written to a Linux container file system in runtime. Malware analysis not supported for other file types.

    During CI scanning, WildFire analyses only executable files that were not written as part of a package installation.
  * WildFire doesn’t scan shared objects.
  * File must be smaller than 100MB due to the size limit of WildFire.
* You can submit up to 5000 files per day, and get up to 50,000 verdicts on your submissions to the WildFire service.
* Wildfire is supported on Linux only.

  **Windows containers and hosts aren’t currently supported.**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.prismacloud.io/content-collections/runtime-security/configure/wildfire.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
