spiderfoot_scan_data_unique
Fetch unique scan event results from SpiderFoot OSINT reconnaissance to analyze specific data types and identify distinct findings.
Instructions
Fetch unique scan event results.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
eventType | No | ||
id | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"eventType": {
"type": "string"
},
"id": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}