Forum Discussion
HA13029
Feb 14, 2024Brass Contributor
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...
- Feb 14, 2024
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.
G_Wilson3468
Feb 14, 2024Iron Contributor
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.
HA13029
Feb 14, 2024Brass Contributor
Hi Gregory,
I followed your advice and upgrade pymisp and now IT WORKS !!
IOC are now ingestion into Sentinel...
Many thanks for your help !!
Regards,
HA
I followed your advice and upgrade pymisp and now IT WORKS !!
IOC are now ingestion into Sentinel...
Many thanks for your help !!
Regards,
HA
- G_Wilson3468Feb 14, 2024Iron ContributorGlad to help.