Home

Awesome

A local transform for Maltego which makes use of the Investigate API by OpenDNS

Installation

  1. Install Python. This transform was developed and tested with Python 2.7
  2. Install the requests Python library.
  3. Download and install the commercial version of Maltego.

Configuration

  1. Clone this repository to a local directory (referred to as the 'working directory' in Maltego parlance).
  2. Obtain an OpenDNS Investigate API key.
  3. Place the API key in the OpenDNStransform.py file.
  4. Import OpenDNS-config-carbon.mtz as a Maltego configuration file
  5. Set the working directory of each transform (which should be set to /opt/maltego/opendns_transform by default) to the working directory from step 1.
  6. Ensure each transform has the proper Python path.

Tips