Forum Discussion

HA13029's avatar
HA13029
Brass Contributor
Feb 14, 2024
Solved

MISP Sentinel Integration

Hi all, I'm trying to integrate Sentinel with MISP using https://github.com/cudeso/misp2sentinel. Everything is OK until I reach the Pyhton section https://github.com/cudeso/misp2sentinel?tab=readm...
  • G_Wilson3468's avatar
    Feb 14, 2024

    HA13029 

    Looks like you may have not have the required version of PyMISP. I would run "pip show pymisp" and check the version.

    You could also just run "pip install --upgrade pymisp" to update and then check to make sure you have the "EmailObject" attribute. 

     

    Hope this helps
    G.

Resources