aleprada / otx_2_misp

Script for gathering IoCs from OTX (AlienVault) and sending them to MISP.
12 stars 3 forks source link

Issue with OTXv2 module? #3

Open Moorocks opened 1 month ago

Moorocks commented 1 month ago

Hi There,

I started running custom script (subset of your script) and for some reason it does not return me any results.

Not too sure what could be the issue here? I attached the code sample below.

config.json test_script_otx.txt installed packages in python.txt

aleprada commented 1 month ago

Hi Moorocks,

That otx.get_all maybe is not working. Try the function get_all_iter() that you can find here . Pass to the function the following parameters:

I hope that helps.