diff --git a/documentation/website/expansion/stairwell.json b/documentation/website/expansion/stairwell.json new file mode 100644 index 0000000..2115978 --- /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