v1

latestOpenAPI 3.1.12026-07-242899061.7 MB
Soar

Lookup all available risk contexts

Retrieve configuration for the malware, phishing, and c2 risk contexts, including default thresholds used by the triage endpoint.

get/triage/contexts

Response

output

Example response

{
  "malware": {
    "default_threshold": 65,
    "description": "The Recorded Future Phishing Risk Context use case is designed to identify potential phishing event. Recorded Future risk data is used to evaluate IOCs submitted by the end user and produce a suggested verdict for phishing events."
  },
  "phishing": {
    "default_threshold": 65,
    "description": "The Recorded Future Phishing Risk Context use case is designed to identify potential phishing event. Recorded Future risk data is used to evaluate IOCs submitted by the end user and produce a suggested verdict for phishing events."
  },
  "c2": {
    "default_threshold": 65,
    "description": "The Recorded Future Phishing Risk Context use case is designed to identify potential phishing event. Recorded Future risk data is used to evaluate IOCs submitted by the end user and produce a suggested verdict for phishing events."
  }
}