mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-06-10 21:24:56 +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
29 lines
580 B
Markdown
29 lines
580 B
Markdown
# API Reference: Purdue model OT network segmentation audit
|
|
|
|
## API Endpoints
|
|
Levels L0-L5, DMZ at L3.5, firewall rules, asset classification, traffic flow validation
|
|
|
|
## Installation
|
|
```bash
|
|
pip install scapy requests
|
|
```
|
|
|
|
## Libraries
|
|
|
|
| Library | Use |
|
|
|---------|-----|
|
|
| `scapy` | scapy SDK/client |
|
|
| `requests` | requests SDK/client |
|
|
|
|
## Authentication
|
|
|
|
| Method | Header |
|
|
|--------|--------|
|
|
| Bearer Token | `Authorization: Bearer <token>` |
|
|
| API Key | `X-API-Key: <key>` |
|
|
|
|
## Output Format
|
|
```json
|
|
{"timestamp": "ISO-8601", "findings": [], "risk_level": "HIGH"}
|
|
```
|