forgot the json documentation

pull/660/head
goodlandsecurity 2024-05-09 08:19:49 -05:00
parent f5ff7d37d8
commit a0572f4802
No known key found for this signature in database
GPG Key ID: 76116114326DBCF8
1 changed files with 14 additions and 0 deletions

View File

@ -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."
}