mirror of https://github.com/MISP/misp-modules
chg: [modules] add a loogo in the moduleinfo
parent
318318726b
commit
80f1f6ec1e
|
@ -16,6 +16,7 @@ moduleinfo = {
|
|||
'module-type': ['expansion'],
|
||||
'name': 'MalShare Upload',
|
||||
'requirements': ['requests library'],
|
||||
'logo': ''
|
||||
}
|
||||
|
||||
moduleconfig = ['malshare_apikey']
|
||||
|
|
|
@ -12,6 +12,7 @@ moduleinfo = {
|
|||
'description': 'Module to submit samples to tria.ge',
|
||||
'module-type': ['expansion', 'hover'],
|
||||
'name': 'Triage Submit',
|
||||
'logo': ''
|
||||
}
|
||||
|
||||
moduleconfig = ['apikey', 'url_mode']
|
||||
|
@ -96,4 +97,4 @@ def introspection():
|
|||
|
||||
def version():
|
||||
moduleinfo['config'] = moduleconfig
|
||||
return moduleinfo
|
||||
return moduleinfo
|
||||
|
|
|
@ -15,6 +15,7 @@ moduleinfo = {
|
|||
'module-type': ['expansion'],
|
||||
'name': 'VirusTotal Upload',
|
||||
'requirements': ['requests library'],
|
||||
'logo': 'virustotal.png'
|
||||
}
|
||||
|
||||
moduleconfig = ['virustotal_apikey']
|
||||
|
|
Loading…
Reference in New Issue