fame icon indicating copy to clipboard operation
fame copied to clipboard

ThreatIntelligence Module Debugging

Open nbcmrg opened this issue 7 years ago • 3 comments

I'm writing a TI module to enrich analysis using an internal data source. I implemented both "ioc_submission" and "ioc_lookup" methods. How can I test this now? Nothing in the interface shows up similar to the "Send to Yeti".

It may be convenient to add a way to test TI modules like processing modules "single_module.py".

nbcmrg avatar May 25 '17 15:05 nbcmrg

I am adding the "feature_request" tag for the way to test TI modules similar to "single_module.py".

Where is your Python file ? It should be inside the "modules" directory. If it is, you need to hit "Reload" on the "Configuration" page for your module to be taken into account. It should then appear in the list of modules, where you will be able to enable it.

gaelmuller avatar May 29 '17 15:05 gaelmuller

Thanks! I identified the issue with my module. I was not explicitly returning True from the initialize method so the module never executed. My mistake. Thanks for your timely response.

nbcmrg avatar May 31 '17 20:05 nbcmrg

Hello

I guess the problem has been solved thanks to @gaelmuller ! Can we close this issue ?

Thanks !

Heat-Miser avatar Apr 17 '20 15:04 Heat-Miser