Palo Alto Networks XSIAM Engineer — Question 33
A file for a support exception that needs to be updated locally on a Linux endpoint has been supplied.
Which cytool command will upload this support exception file to the endpoint?
Answer options
- A. cytool upload suexfile -target </local/file/path>
- B. cytool upload suex -file </local/file/path>
- C. cytool import suex -path </local/file/path>
- D. cytool import suexfile -path </local/file/path>
Correct answer: C
Explanation
The correct command is 'cytool import suex -path </local/file/path>' because 'import' is the appropriate action for uploading a support exception file. The other options incorrectly use 'upload' instead of 'import', which is not valid for this type of operation.