- name
- jpeng-threat-intelligence
- description
- Get threat intelligence
- version
- 1.0.0
- author
- jpeng
- tags
- ["threat", "intel", "security"]
Threat Intelligence
Get threat intelligence
When to Use
- User needs threat related functionality
- Automating intel tasks
- Security operations
Usage
python3 scripts/threat_intelligence.py --input <input> --output <output>Configuration
Set required environment variables:
export INTEL_API_KEY="your-api-key"Output
Returns JSON with results:
{
"success": true,
"data": {}
}