- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
11-18-2025 12:30 AM
Hello Cortex geeks,
I have a problem with a large file on an endpoint. This file is relatively large (1.1GB), has no VT ranking as it's too large for it obviously, and Cortex alerted about it because of signature forgery. I want to download and examine the file to make sure, but Cortex does not allow downloading it. What is a good best practice here to check the file to digital signature or even scan it using other vendors.
BR,
01-22-2026 08:59 AM
Hello @Arman_Zaheri ,
Greetings for the day.
To analyze a large file (1.1GB) that has triggered a signature forgery alert and cannot be downloaded via the Cortex XDR console, you should perform local verification on the endpoint itself. Cortex XDR has specific limitations regarding large files, notably that it does not provide an analysis verdict for files larger than 100MB, treating them as unknown or unsupported.
Since you cannot retrieve the file due to size constraints, use the following methods on the affected endpoint to examine the signature:
sigcheck -i <path_to_file> to see detailed certificate chain information.Because the file exceeds the 650MB limit for many automated sandbox environments and the 100MB limit for standard Cortex XDR verdict analysis, follow these steps:
cytool utility on the endpoint to force a local scan, which will utilize the local analysis engine and perform a cloud lookup for the hash:"C:\Program Files\Palo Alto Networks\Traps\cytool.exe" scan file "C:\path\to\your\largefile.ext"
If you feel this has answered your query, please let us know by clicking like and on "mark this as a Solution".
Happy New year!!
Thanks & Regards,
S. Subashkar Sekar
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!

