# Quick start guide This is a Maltego MISP integration tool allowing you to view (read-only) data from a MISP instance. Currently supported MISP elements are : Event, Attribute, Object (incl relations), Tag, Taxonomy, Galaxy (incl relations). Once installed you can start by creating a `MISPEvent` entity, then load the Machine `EventToAll` or the transform `EventToAttributes`. Alternatively initiate a transform on an existing Maltego entity. The currently supported entities are: `AS`, `DNSName`, `Domain`, `EmailAddress`, `File`, `Hash`, `IPv4Address`, `NSRecord`, `Person`, `PhoneNumber`, `URL`, `Website` Dependencies: * [PyMISP](https://github.com/MISP/PyMISP) * [Canari3](https://github.com/redcanari/canari3) ## Installation: ``` git clone https://github.com/MISP/MISP-maltego.git cd MISP-maltego cp src/MISP_maltego/resources/etc/MISP_maltego.conf MISP_maltego.conf python3 setup.py install --user && canari create-profile MISP_maltego ``` Import the profile/transforms `MISP_maltego.mtz` in Maltego. (Import|Export > Import Config) Edit `$HOME/.canari/MISP_maltego.conf` and enter your `misp_url` and `misp_key` ``` [MISP_maltego.local] misp_url = https://a.b.c.d misp_key = verysecretkey misp_verify = True misp_debug = False ``` ## Screenshot ![Screenshot](https://github.com/MISP/MISP-maltego/blob/master/doc/screenshot.png) ## License This software is licensed under [GNU Affero General Public License version 3](http://www.gnu.org/licenses/agpl-3.0.html) * Copyright (C) 2018 Christophe Vandeplas Note: Before being rewritten from scratch this project was maintained by Emmanuel Bouillon. The code is available in the `v1` branch.