mirror of https://github.com/MISP/misp-modules
fix: Typo on input type
parent
42fabfee63
commit
be3063f3c6
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
|
@ -9,7 +9,7 @@ except ImportError:
|
|||
|
||||
misperrors = {'error': 'Error'}
|
||||
|
||||
mispattributes = {'input': ['ip-src', 'ip-dst', 'hostname', 'domains'], 'output': ['hostname', 'domain', 'ip-src', 'ip-dst','url']}
|
||||
mispattributes = {'input': ['ip-src', 'ip-dst', 'hostname', 'domain'], 'output': ['hostname', 'domain', 'ip-src', 'ip-dst','url']}
|
||||
# possible module-types: 'expansion', 'hover' or both
|
||||
moduleinfo = {'version': '1', 'author': 'Sebastien Larinier @sebdraven',
|
||||
'description': 'Query on Onyphe',
|
||||
|
|
Loading…
Reference in New Issue