spiderfoot_scan_data
Retrieve specific scan results by scan ID to analyze reconnaissance data collected during OSINT investigations.
Instructions
Fetch scan event results for a scan ID.
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"
}