mirror of https://github.com/MISP/misp-modules
forgot the json documentation
parent
f5ff7d37d8
commit
a0572f4802
|
@ -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."
|
||||
}
|
Loading…
Reference in New Issue