lookup-observable
Identify and route security observables (IPs, domains, URLs, emails) to the appropriate enrichment service for quick threat analysis and insights.
Instructions
A generic tool which takes any observable and passes it the correct tool.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
value | Yes |
Input Schema (JSON Schema)
{
"properties": {
"value": {
"title": "Value",
"type": "string"
}
},
"required": [
"value"
],
"title": "lookupArguments",
"type": "object"
}