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()

Example Usage

Please refer to the ddan interface api doc at ddpy.inferfaces.ddan for dd-py capabilities.

  1. Authentication: github.
  2. Get black lists: github.
  3. Submit File: github.

All code Examples can be found on github