Concelier Kaspersky ICS-CERT Connector - Operations Runbook

Last updated: 2026-05-10

This runbook is for operators who run the Kaspersky ICS-CERT connector in a Stella Ops Concelier instance. The source is disabled by default and requires explicit legal/operator approval per jurisdiction; this document covers that approval gate, configuration, the operator-managed seed fallback and its trust metadata, and the connector’s failure modes.

1. Overview

The Kaspersky ICS-CERT connector ingests ICS/SCADA advisories from the advisory RSS feed and maps them to canonical IDs. The source catalog remains disabled by default until an operator or legal owner approves Kaspersky ICS-CERT ingestion for the deployment jurisdiction.

2. Authentication

3. Configuration (concelier.yaml)

concelier:
  sources:
    kaspersky-ics:
      feedUri: "https://ics-cert.kaspersky.com/feed-advisories/"
      windowSize: "P30D"
      windowOverlap: "P2D"
      maxPagesPerFetch: 3
      requestDelay: "PT0.5S"
      requestTimeout: "PT30S"
      failureBackoff: "PT5M"
      mirrorFallbackEnabled: false

4. Offline and air-gapped deployments

See the mirror operations guide for general mirror staging and verification, and trust anchors for verifying official/vendor transfer records.

5. Common failure modes