How To Find The Hash Value Of A File Submitted To Wildfire
Objective
- To guide the customer on how they can find the SHA256 hash of the file submitted to Wildfire.
Environment
- Palo Alto Firewall
Procedure
You can find the SHA256 hash of the file submitted to Wildfire from the Firewall GUI or the Wildfire Portal.
From the Firewall:
- Go to the Monitor tab > Wildfire Submissions
- Hover over any title column to bring up a drop-down arrow (1), then select Columns (2) > Click the checkbox for File Digest (3).
- The File Digest column should now be visible in the log which will contain the hash of the submission.
Please Note: By default, the Wildfire Submissions log will only show submissions with the verdict of Malware or Phishing. If you also want to see Grayware and Benign submissions from the firewall, you will need to ensure the 'Report Benign Files' and 'Report Grayware Files' checkboxes are selected in Device tab > Setup > Wildfire tab > General Settings:
From the Wildfire Portal:
- Log into the Customer Support Portal.
- From the left side menu, select your Wildfire cloud to go to the Wildfire portal.
- Once in the Wildfire portal, Click Reports to display the list of submissions.
- Filter out this list by the verdict, source (firewall serial number, PAN product, or manual submissions), and/or name/SHA256 hash of the file.
Please Note: Currently when searching by hash or file name, the complete file name or SHA256 hash must entered (partial name or hash will not work)
- Find the desired submission from the filtered list and click on the Report View icon to bring up the Wildfire Analysis report of this submission.
- Under the File Information section, you should see the SHA256 of the submission displayed.
- Note: You can obtain the SHA256 hash of the file by running the below commands for any file:
To calculate the sha256 hash of a file in Windows use the PowerShell command:
Get-FileHash <FILENAME>
If you are using Linux or macOS, either of the following commands in the terminal:
shasum -a 256 <FILENAME>
sha256sum <FILENAME>
Additional Information
Use the WildFire Portal to Monitor Malware
WildFire PAN-OS Web Interface Reference
How to find the file submitted to WildFire?