Python 3 client for Trend Micro's Deep Security Platform


License
MIT
Install
pip install dsp3==0.1rc37

Documentation

alt tag

Downloads

DSP3

Build Status

A Python 3 compatible SDK for Trend Micro's Deep Security platform.
Current Status: Experimental

Installation

pip install dsp3

Documentation

http://dsp3.readthedocs.io

Examples

To run use cases from project dir as an example: python -m examples.alerts

  1. Authentication: examples/authentication.py
  2. Get events: examples/get_events.py
  3. Create block by file hash rules: examples/block_by_hash.py
  4. Get manager info: examples/manager_info.py
  5. Alerts: examples/alerts.py
  6. Host/s operations: examples/host.py
  7. Administrators: examples/administrators.py
  8. Event based tasks: examples/event_based.py
  9. Relays: examples/relays.py
  10. Scripts: examples/scripts.py
  11. Reports: examples/reports.py

Use Cases

The following examples are some use cases seen in the field.
To run use cases from project dir: python -m usecases.eventscsv

  1. Retrieve events to csv files: usecases/eventscsv.py