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.3k stars 282 forks source link

MISP keys not present #491

Closed BeRambo closed 4 years ago

BeRambo commented 4 years ago

Hi everyone

I'm having a strange problem again. I'm trying to send events to MISP. Yesterday the MISP_TheHive_feeder.py script still found my MISP keys. Today I get the message they are not present.

(AILENV) bramv@ail:~/AIL-framework$ python3 bin/MISP_The_Hive_feeder.py
Misp keys not present
The HIVE keys not present
^CTraceback (most recent call last):
  File "bin/MISP_The_Hive_feeder.py", line 224, in <module>
    time.sleep(1)
KeyboardInterrupt

mispKEYS.py:

#!/usr/bin/env python
# -*- coding: utf-8 -*-

misp_url = 'https://misp.*censored*.com'
misp_key = '*censored*' # The MISP auth key can be found on the MISP web interface under the automation section
misp_verifycert = False #Because curl doesn't work with https
annetteshajan commented 4 years ago

Yes same issue @Terrtia Any idea on how to resolve?

Terrtia commented 4 years ago

Hi @BeRambo , @annetteshajan !

Fixed with 762b517150ac46898331e52878496752681be167, However, there is currently an issue on MISP side, all the tags are currently missing. This issue should be soon resolved https://github.com/MISP/MISP/issues/6032.

Terrtia commented 4 years ago

Fixed.