MISP / MISP-maltego

Set of Maltego transforms to inferface with a MISP Threat Sharing instance, and also to explore the whole MITRE ATT&CK dataset.
GNU Affero General Public License v3.0
170 stars 46 forks source link

cannot import misp-maltego package #59

Open 404i opened 2 years ago

404i commented 2 years ago

following the guide to creating maltego misp transform for our local MISP instance, this is what I encounter, tested it on several systems with pretty much the same result. MISP-Maltego installed via pip3 with root priv. Thank you for any insights in advance!

DISTRIB_DESCRIPTION="Linux Mint 21 Vanessa"
minty@linx:~$ uname -r
5.15.0-41-generic
minty@linx:~$ python2 --version
Python 2.7.18
minty@linx:~$ python3 --version
Python 3.10.6
minty@linx:~$ pip3 list | fgrep -e MISP -e canari
canari                3.3.10
MISP-maltego          1.4.7
minty@linx:~$ pip3 list --user | fgrep -e MISP -e canari
minty@linx:~$ canari create-profile misp_maltego
Loading Canari configuration file '/home/minty/.canari/canari.conf'
Usage: canari create-profile [OPTIONS] [PACKAGE]

Error: Invalid value for '[PACKAGE]': Does not appear to be a valid canari package. Couldn't import the 'misp_maltego' module in 'misp_maltego'. Error message: No module named misp_maltego
minty@linx:~$