Welcome to dd-py¶
A Python 3 client for Trend Micro’s Deep Discovery Platform.
Installation¶
pip install dd-py
This project is an early stage effort.
Note: Requires Python >= 3.5.2
Getting Started¶
Start by creating a ddan object. This objects abstracts and represents the DDAN/DTAS API endpoint
from ddpy.interfaces.ddan import DDAN
ddan = DDAN(api_key="", analyzer_ip="")
resp = ddan.test_connection()