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