mirror of https://github.com/MISP/misp-modules
add: Added new documentation for hashdd module
parent
22173c249e
commit
42fabfee63
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"description": "A hover module to check hashes against hashdd.com including NSLR dataset.",
|
||||
"input": "A hash MISP attribute (md5)",
|
||||
"output": "Text describing the known level of the hash in the hashdd databases.",
|
||||
"references": ["https://hashdd.com/"],
|
||||
"features": "This module takes a hash attribute as input to check its known level, using the hashdd API. This information is then displayed."
|
||||
}
|
Loading…
Reference in New Issue