get_threat_indicators
PG1 Sovereign Threat Intelligence: returns a STIX 2.1 bundle of verified threat indicators (IPs, domains, URLs, file hashes) sourced from ThreatFox, URLhaus, AbuseIPDB, OTX and NVD.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by indicator_type, e.g. 'IPv4', 'domain', 'URL'. | |
| limit | No | Max indicators to return (default 500, max 1000). | |
| since | No | ISO timestamp; only return indicators last seen after this time. | |
| min_score | No | Minimum confidence score (0-100). |