Threat Report: Exposing Malware in Linux-Based Multi-Cloud Environments | Download Now

EDR: How To Determine API Version

EDR: How To Determine API Version

Environment

  • EDR Server: All Versions
  • Python CBAPI

Objective

How to determine installed version of API

Resolution

  1. Run in a terminal window:
    1. python
    2. import cbapi
    3. cbapi.__version_
  2. Note results

Additional Notes

  • The command "pip show cbapi" will also show the version installed on the system 
  • When running the cbapi.__version_ it will display the version that is being called by the version of python running the script
  • Different versions of python may run different versions of cbapi

Related Content


Labels (1)
Tags (2)
Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎09-09-2020
Views:
592
Contributors