CIRCL / AIL-framework

AIL framework - Analysis Information Leak framework. Project moved to https://github.com/ail-project
https://github.com/ail-project/ail-framework
GNU Affero General Public License v3.0
1.29k stars 283 forks source link

MISP / TheHive feeder broken? #518

Closed xme closed 3 years ago

xme commented 3 years ago

I just restarted my AIL env and it fetches some updates... MISP_The_Hive_feeder.py is broken:

root@ail:/opt/AIL-framework/bin# ./MISP_The_Hive_feeder.py
Misp keys not present
Connected to The HIVE: https://xxxxxxxxx
Traceback (most recent call last):
  File "./MISP_The_Hive_feeder.py", line 225, in <module>
    feeder(message)
  File "./MISP_The_Hive_feeder.py", line 118, in feeder
    create_the_hive_alert(source, path, tag)
NameError: name 'path' is not defined
root@ail:/opt/AIL-framework/bin# 

Or I'm missing something?

Terrtia commented 3 years ago

Hi @xme ! Thanks for the report !

Fixed with 97905367b64cdcf866d7cdeeb7cad730e9791c69 and 3295b00c69748956729d6d69522bdb843586b37f

xme commented 3 years ago

Restarted, git pull, all good now! Tx!