mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-07-17 21:19:40 +03:00
c21af3347e
- Add scripts/agent.py and references/api-reference.md to all remaining skills - Update all 648 LICENSE files: copyright now reads 'Mahipal' - Add implementing-security-monitoring-with-datadog (new skill with full anatomy) - All 649 skills now have: SKILL.md, LICENSE, scripts/agent.py, references/api-reference.md
585 B
585 B
API Reference: OpenTAXII server configuration audit
API Details
TAXII 2.1: GET /taxii2/, GET /api/collections, GET /api/collections/{id}/objects
Installation
pip install taxii2client requests
Libraries
| Library | Use |
|---|---|
taxii2client |
taxii2client client/SDK |
requests |
requests client/SDK |
Authentication
| Method | Header |
|---|---|
| Bearer Token | Authorization: Bearer <token> |
| API Key | X-API-Key: <key> |
Output Format
{"timestamp": "ISO-8601", "findings": [], "risk_level": "HIGH"}