From 42fabfee63869ebf6c60d4801e8e439617efab8d Mon Sep 17 00:00:00 2001 From: chrisr3d Date: Mon, 19 Nov 2018 11:34:21 +0100 Subject: [PATCH] add: Added new documentation for hashdd module --- doc/expansion/hashdd.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/expansion/hashdd.json diff --git a/doc/expansion/hashdd.json b/doc/expansion/hashdd.json new file mode 100644 index 0000000..5f9c837 --- /dev/null +++ b/doc/expansion/hashdd.json @@ -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." +}