|
1 | | -# ISCY V23.7.4 / Rust 0.3.0 |
| 1 | +# ISCY V23.7.5 / Rust 0.3.1 |
2 | 2 |
|
3 | 3 | ISCY ist eine ISMS-/Cybersecurity-Plattform mit ISO 27001-, NIS2- und KRITIS-Unterstuetzung, Incident-/Meldeworkflow, Product Security, Zero-Trust-Agent-Posture, lokalem CVE-Enrichment und lokalem LLM-Betrieb. |
4 | 4 |
|
@@ -44,6 +44,22 @@ Healthcheck: |
44 | 44 | curl -fsS http://127.0.0.1:9000/health |
45 | 45 | ``` |
46 | 46 |
|
| 47 | +Maschinenlesbarer Betriebsstatus: |
| 48 | + |
| 49 | +```bash |
| 50 | +curl -fsS http://127.0.0.1:9000/status/operations.json |
| 51 | +curl -fsS http://127.0.0.1:9000/metrics |
| 52 | +``` |
| 53 | + |
| 54 | +Mit Tenant-Kontext liefert ISCY zusaetzlich fachliche Drilldowns fuer ISCY-27-Gaps, CVE-Review-Rueckstand, Evidence-Luecken, Migrationen, Runtime-Flags und Modulstatus: |
| 55 | + |
| 56 | +```bash |
| 57 | +curl -fsS -H 'x-iscy-tenant-id: 1' -H 'x-iscy-user-id: 1' \ |
| 58 | + 'http://127.0.0.1:9000/api/v1/status/operations?tenant_id=1&user_id=1' |
| 59 | +curl -fsS -H 'x-iscy-tenant-id: 1' -H 'x-iscy-user-id: 1' \ |
| 60 | + 'http://127.0.0.1:9000/api/v1/status/metrics?tenant_id=1&user_id=1' |
| 61 | +``` |
| 62 | + |
47 | 63 | Kurzpruefung fuer Betrieb und Regression: |
48 | 64 |
|
49 | 65 | ```bash |
@@ -123,7 +139,7 @@ Evidence-Links aus Risks, Roadmap, Incidents und Product Security fuellen Titel, |
123 | 139 |
|
124 | 140 | ## Zero-Trust Agent |
125 | 141 |
|
126 | | -ISCY `0.3.0` enthaelt einen read-only Agent fuer Windows, macOS und Linux. Der Agent meldet Inventar, Heartbeats sowie OS-/MDM-/EDR- und Zero-Trust-Findings an die Rust-Plattform. Die Plattform stellt dazu `/zero-trust/` sowie API-Endpunkte unter `/api/v1/agents/...` bereit. |
| 142 | +ISCY `0.3.1` enthaelt einen read-only Agent fuer Windows, macOS und Linux. Der Agent meldet Inventar, Heartbeats sowie OS-/MDM-/EDR- und Zero-Trust-Findings an die Rust-Plattform. Die Plattform stellt dazu `/zero-trust/` sowie API-Endpunkte unter `/api/v1/agents/...` bereit. |
127 | 143 |
|
128 | 144 | Die produktive Agent-Aufnahme ist gehaertet: |
129 | 145 |
|
@@ -191,6 +207,8 @@ NVD_API_BASE_URL=https://services.nvd.nist.gov |
191 | 207 | NVD_API_KEY= |
192 | 208 | ``` |
193 | 209 |
|
| 210 | +Fuer lokale Tests und air-gapped Prueflaeufe kann `NVD_API_BASE_URL` auch auf eine einzelne NVD-JSON-Datei zeigen, zum Beispiel `file:///tmp/nvd-response.json`. |
| 211 | + |
194 | 212 | ## CI |
195 | 213 |
|
196 | 214 | GitHub Actions prueft: |
|
0 commit comments