pull/488/head
Sebdraven 2021-04-21 18:15:16 +02:00
parent 9f5a4be9d7
commit 7ab2e099f4
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ websocket-client==0.57.0
wrapt==1.12.1
xlrd==1.2.0
xlsxwriter==1.2.8
pyeti-python3=1.0
pyeti-python3==1.0
yara-python==3.8.1
yarl==1.4.2
zipp==3.1.0

View File

@ -49,7 +49,7 @@ class Yeti():
def parse_yeti_result(self):
obs = self.search(self.attribute['value'])
for obs_to_add, link in self.get_neighboors(obs['id']):
object_misp_domain_ip = self.__get_object_domain_ip(obs_to_add)
if object_misp_domain_ip: