Neo23x0/Loki

Error Integrating OTX threat IoCs to Loki

aiman-aew opened this issue · 1 comments

I am trying to integrate the OTX Threat API to my Loki tool. Using python 3.7 I did install the OTX python SDK and add the signature-base file.

However, upon using get-otx-iocs.py I am getting this error
image

Is there anything specific that I am doing wrong or a missing library that I should add?

You need to install “requests” library.

pip3 install requests