Find all correlated threat signatures between 2 or more accounts.
Parameters
Output
Encoding
application/jsondetails
array
Required
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"details"
],
"properties": {
"details": {
"type": "array",
"items": {
"ref": "tools.ozone.signature.defs#sigDetail",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"dids"
],
"properties": {
"dids": {
"type": "array",
"items": {
"type": "string",
"format": "did"
}
}
}
},
"description": "Find all correlated threat signatures between 2 or more accounts."
}