nerdexam
Palo_Alto_Networks

PCDRA · Question #57

Which version of python is used in live terminal?

The correct answer is B. Python 3 with standard Python libraries. Live terminal uses Python 3 with standard Python libraries to run Python commands and scripts on the endpoint. Live terminal does not support Python 2 or any custom or external Python libraries. Live terminal uses the Python interpreter embedded in the Cortex XDR agent, which is

Submitted by emma.c· Apr 18, 2026Investigation and Response

Question

Which version of python is used in live terminal?

Options

  • APython 3 with specific XDR Python libraries developed by Palo Alto Networks
  • BPython 3 with standard Python libraries
  • CPython 2 and 3 with standard Python libraries
  • DPython 2 and 3 with specific XDR Python libraries developed by Palo Alto Networks

How the community answered

(52 responses)
  • A
    6% (3)
  • B
    90% (47)
  • C
    2% (1)
  • D
    2% (1)

Explanation

Live terminal uses Python 3 with standard Python libraries to run Python commands and scripts on the endpoint. Live terminal does not support Python 2 or any custom or external Python libraries. Live terminal uses the Python interpreter embedded in the Cortex XDR agent, which is based on Python 3.7.4. The standard Python libraries are the modules that are included with the Python installation and provide a wide range of functionalities, such as operating system interfaces, network programming, data processing, and more. You can use the Python commands and scripts to perform advanced tasks or automation on the endpoint, such as querying system information, modifying files or registry keys, or running other applications.

Topics

#Python#Live Terminal#Cortex XDR Agent#Scripting

Community Discussion

No community discussion yet for this question.

Full PCDRA Practice