cudeso / misp2sentinel

MISP to Sentinel integration
MIT License
52 stars 17 forks source link

Running into issues with EmailObject Attribute #74

Closed kaiiyer closed 5 months ago

kaiiyer commented 5 months ago

AttributeError: module 'pymisp' has no attribute 'EmailObject'

kaiiyer commented 5 months ago

nvm Fixed it with pip3 install pymisp[virustotal,email] and replacing from pymisp import * with from pymisp.tools import *