tools.ozone.signature.findCorrelation

ozone-lexicons.bsky.social

Documentation

Find all correlated threat signatures between 2 or more accounts.

main query

Find all correlated threat signatures between 2 or more accounts.

Parameters

dids array of string Required

No description available.

Output

Encodingapplication/json
details array Required

No description available.

Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
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."
}

Lexicon Garden

@