From a0572f480279d3f566a6312e47416746282c266d Mon Sep 17 00:00:00 2001 From: goodlandsecurity Date: Thu, 9 May 2024 08:19:49 -0500 Subject: [PATCH] forgot the json documentation --- documentation/website/expansion/stairwell.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 documentation/website/expansion/stairwell.json diff --git a/documentation/website/expansion/stairwell.json b/documentation/website/expansion/stairwell.json new file mode 100644 index 00000000..21159783 --- /dev/null +++ b/documentation/website/expansion/stairwell.json @@ -0,0 +1,14 @@ +{ + "description": "Module to query the Stairwell API to get additional information about the input hash attribute", + "logo": "stairwell.png", + "requirements": [ + "Access to Stairwell platform (apikey)" + ], + "input": "A hash attribute (md5, sha1, sha256).", + "output": "File object related to the input attribute found on Stairwell platform.", + "references": [ + "https://stairwell.com", + "https://docs.stairwell.com" + ], + "features": "The module takes a hash attribute as input and queries Stariwell's API to fetch additional data about it. The result, if the payload is observed in Stariwell, is a file object describing the file the input hash is related to." +} \ No newline at end of file