A Python 3 compatible SDK for Trend Micro's Deep Security platform.
Current Status: Experimental
pip install dsp3
To run use cases from project dir as an example: python -m examples.alerts
- Authentication: examples/authentication.py
- Get events: examples/get_events.py
- Create block by file hash rules: examples/block_by_hash.py
- Get manager info: examples/manager_info.py
- Alerts: examples/alerts.py
- Host/s operations: examples/host.py
- Administrators: examples/administrators.py
- Event based tasks: examples/event_based.py
- Relays: examples/relays.py
- Scripts: examples/scripts.py
- Reports: examples/reports.py
The following examples are some use cases seen in the field.
To run use cases from project dir: python -m usecases.eventscsv
- Retrieve events to csv files: usecases/eventscsv.py