Skip to content

Maltego transform to allow users to submit indicators from a chart

License

Notifications You must be signed in to change notification settings

blockadeio/maltego_transforms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blockade Maltego Transforms

Introduction

Maltego Transform Distribution Server Transforms for Blockade

Blockade provides Maltego transforms through our hosting partner, Malformity. This is the preferred method of deployment and use for our transforms as we support the set hosted on Malformity. However, we recognize that some of our clients have their own Transform Distribution Servers and wanted to provide them a way to access the transforms if they wanted to host the set themselves.

Installation

In order to run these transforms, you will need a working TDS server from Paterva_.

  1. Setup your transform server and install the Python libraries by following these instructions.
  1. Install the requirements for the transforms:

    $ pip install -r requirements.txt
    
  2. Add the following line to your Apache WSGI file:

    from bxforms import ez_import
    
  3. Login to your iTDS interface and enter a route for "/add_indicator" for domain and IP types

Support

These transforms come with no suppport and are only provided as a convenience. Our preferred method for accessing these transforms is using the Maltego transform hub which interfaces with Malformity Labs. Any questions, issues or problems should be directed to Github issues for the fastest triage.

Troubleshooting

If you experience issues post-installing the transforms, we have debugging logs that can be used.

You can add the following to bxforms/__init__.py:

import logging
logging.basicConfig(level=logging.DEBUG)

Bug Reporting

Please use the issues feature of Github to report any problems with the transforms and we will work to triage any of the issues.

About

Maltego transform to allow users to submit indicators from a chart

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages