From e0d6bf8b9dc17d17dc4e603fcad632bc9a5ec973 Mon Sep 17 00:00:00 2001 From: Christophe Vandeplas Date: Tue, 14 Jan 2020 11:16:51 +0100 Subject: [PATCH] chg: [doc] clarify remote/local transform --- doc/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/README.md b/doc/README.md index e9c1341..9d34e5c 100644 --- a/doc/README.md +++ b/doc/README.md @@ -5,7 +5,12 @@ This user guide should help you through the installation of **MISP-Maltego**, an ## Remote Transform Installation This is coming soon. An entry will appear in the Transform Hub of Maltego, on which you can simply press the "install" button, and no local code needs to be installed. Your transforms will however go throught Paterva's servers and ours. See the [Transform Hub Disclaimer](https://github.com/MISP/MISP-maltego/blob/master/TRANSFORM_HUB_DISCLAIMER.md) for more information. +**For MISP specific transforms this requires your MISP server to be reachable from the internet! +ATT&CK transforms do not require a MISP server or API key to be configured.** + ## Local Transform Installation +If you trust nobody, or just want to connect to your local MISP server you can install everything as local transforms. + These instructions have been tested on Ubuntu 18.04 LTS, but should be similar on other systems. 1. Download and install [Maltego](https://www.paterva.com/web7/downloads.php) 2. Install using pip: `sudo pip3 install MISP-maltego`