More code modification regarding MISP integration

This commit is contained in:
Félix Aime
2021-06-10 18:37:40 +02:00
parent f189f2e100
commit 8e09d4e1c8
6 changed files with 27 additions and 14 deletions

View File

@ -133,6 +133,7 @@ def watch_misp():
instances.pop(i)
if instances: time.sleep(60)
p1 = Process(target=watch_iocs)
p2 = Process(target=watch_whitelists)
p3 = Process(target=watch_misp)