mirror of https://github.com/MISP/misp-modules
add logs
parent
ff6470d0e2
commit
9fd23d6fe0
|
@ -37,7 +37,8 @@ class OnypheClient:
|
||||||
return results
|
return results
|
||||||
|
|
||||||
def get_query_onyphe(self):
|
def get_query_onyphe(self):
|
||||||
if self.attribute['type'] == 'ip-src' and self.attribute['type'] =='ip-dst':
|
print(self.attribute)
|
||||||
|
if self.attribute['type'] == 'ip-src' and self.attribute['type'] == 'ip-dst':
|
||||||
self.__summary_ip()
|
self.__summary_ip()
|
||||||
|
|
||||||
def __summary_ip(self):
|
def __summary_ip(self):
|
||||||
|
|
Loading…
Reference in New Issue