mirror of https://github.com/MISP/misp-modules
fix url
parent
132249a521
commit
44130e2bf9
|
@ -13,7 +13,7 @@ copyright = """
|
|||
__version__ = 0.1
|
||||
|
||||
|
||||
baseurl = "https://ransomcoindb.concinnity-risks.com/api/v1/"
|
||||
baseurl = "https://ransomcoindb.metadata.li/api/v1/"
|
||||
urls = {'BTC': {'btc' : baseurl + 'bin2btc/',
|
||||
'md5' : baseurl + 'bin2btc/md5/',
|
||||
'sha1' : baseurl + 'bin2btc/sha1/',
|
||||
|
|
|
@ -14,7 +14,7 @@ debug=False
|
|||
misperrors = {'error': 'Error'}
|
||||
# mispattributes = {'input': ['sha1', 'sha256', 'md5', 'btc', 'xmr', 'dash' ], 'output': ['btc', 'sha1', 'sha256', 'md5', 'freetext']}
|
||||
mispattributes = {'input': ['sha1', 'sha256', 'md5', 'btc'], 'output': ['btc', 'sha1', 'sha256', 'md5', 'freetext']}
|
||||
moduleinfo = {'version': __version__, 'author': 'Aaron Kaplan', 'description': 'Module to access the ransomcoinDB (see https://ransomcoindb.concinnity-risks.com)', 'module-type': ['expansion', 'hover']}
|
||||
moduleinfo = {'version': __version__, 'author': 'Aaron Kaplan', 'description': 'Module to access the ransomcoinDB (see https://ransomcoindb.metadata.li)', 'module-type': ['expansion', 'hover']}
|
||||
moduleconfig = ['api-key']
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue