cudeso / misp2sentinel

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

No output when running script.py #30

Closed aliman53 closed 1 year ago

aliman53 commented 1 year ago

Hi Cudeso,

I have switched over to the new upload indicators API and am testing the new set-up. I have followed the documentation and am pretty sure I have configured everything correctly in Azure and config.py.

Issue: When running script.py the only output shown is 'clear existing indicators hash': image

It appears that no IOCs are being parsed through the API. I checked the logs in /tmp/misp2sentinel.log but does not provide much info as to what could be wrong.

Any recommendations on how I could further trouble shoot this or if you have come across this issue before?

cudeso commented 1 year ago

Hello. That line of code does not exist in the Upload Indicators branch > https://github.com/cudeso/misp2sentinel/blob/upload_indicators_api/RequestManager.py It does exist in the main branch though. I think you're branch is not set to "upload_indicators_api".

Check with git branch. Switch branches with git checkout upload_indicators_api