diff --git a/bin/export/MispExport.py b/bin/export/MispExport.py index f72dca4e..f95b2416 100755 --- a/bin/export/MispExport.py +++ b/bin/export/MispExport.py @@ -380,6 +380,7 @@ def create_misp_event(event, distribution=0, threat_level_id=4, publish=False, a # # TODO: handle multiple MISP instance misp = PyMISP(misp_url, misp_key, misp_verifycert) + #print(event.to_json()) misp_event = misp.add_event(event, pythonify=True) # # TODO: handle error event_metadata = extract_event_metadata(misp_event) @@ -413,7 +414,7 @@ if __name__ == '__main__': {'id': '0xA4BB02A75E6AF448', 'type': 'pgp', 'subtype': 'key', 'lvl': 1}, {'id': '15efuhpw5V9B1opHAgNXKPBPqdYALXP4hc', 'type': 'cryptocurrency', 'subtype': 'bitcoin', 'lvl': 1} ] - create_list_of_objs_to_export(l_obj, mode='union') + create_list_of_objs_to_export(l_obj) #print(event.to_json()) diff --git a/doc/presentation/source-training/ail-training.pdf b/doc/presentation/source-training/ail-training.pdf index fb0da272..ad366b51 100644 Binary files a/doc/presentation/source-training/ail-training.pdf and b/doc/presentation/source-training/ail-training.pdf differ diff --git a/var/www/update_thirdparty.sh b/var/www/update_thirdparty.sh index 3b4087b6..a74ac192 100755 --- a/var/www/update_thirdparty.sh +++ b/var/www/update_thirdparty.sh @@ -119,4 +119,4 @@ python3 -m pip install git+https://github.com/MISP/PyMISPGalaxies --upgrade python3 -m pip install git+https://github.com/MISP/PyMISP --upgrade #Update the Hive -python3 -m pip install git+https://github.com/TheHive-Project/TheHive4py --upgrade +python3 -m pip install thehive4py --upgrade