cortex_analyze_observable
Run all applicable security analyzers against an observable value (IP, domain, hash, etc.) and get aggregated results with taxonomy summary. Auto-detects data type.
Instructions
Run ALL applicable analyzers against an observable and collect aggregated results with taxonomy summary. Can auto-detect data type from the value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | The observable value (IP, domain, hash, URL, email, etc.) | |
| dataType | No | The observable data type. If omitted, will be auto-detected from the value. | |
| tlp | No | Traffic Light Protocol level (0=WHITE, 1=GREEN, 2=AMBER, 3=RED). Default: 2/AMBER | |
| pap | No | Permissible Actions Protocol level (0-3). Default: 2 | |
| timeout | No | Timeout in seconds per analyzer (default: 300) |