mirror of https://github.com/MISP/misp-modules
fix: [yara_query] description fixed
parent
03165ad2cd
commit
3033525c93
|
@ -9,7 +9,7 @@ misperrors = {'error': 'Error'}
|
||||||
moduleinfo = {
|
moduleinfo = {
|
||||||
'version': '1',
|
'version': '1',
|
||||||
'author': 'Christian STUDER',
|
'author': 'Christian STUDER',
|
||||||
'description': 'jj',
|
'description': 'The module takes a hash attribute (md5, sha1, sha256, imphash) as input, and is returning a YARA rule from it.',
|
||||||
'module-type': ['expansion', 'hover'],
|
'module-type': ['expansion', 'hover'],
|
||||||
'name': 'YARA Rule Generator',
|
'name': 'YARA Rule Generator',
|
||||||
'require_standard_format': True,
|
'require_standard_format': True,
|
||||||
|
|
Loading…
Reference in New Issue