Skip to content

Security & Process Violation Errors

These errors are triggered when the GCIS system detects unauthorized, malicious, or policy-violating activity on the streaming rig.

Hex Error Codes

Error CodeNamePluginExample Trigger
0x80030013NVST_DISCONN_SERVER_TERMINATED_INTENDED_UNAUTHORIZED_PROCESSElmPluginExecuting PowerShell from System32
0x80030015NVST_DISCONN_SERVER_TERMINATED_INTENDED_MALICIOUS_PROCESSElmPluginUsing certutil for downloading files
0x80030017NVST_DISCONN_SERVER_TERMINATED_INTENDED_MINER_PROCESSElmPluginVisiting https://www.f2pool.com/
0x80030018NVST_DISCONN_SERVER_TERMINATED_CODE_INTEGRITY_VIOLATIONGciPluginDownloading procexp64.exe from Steam Big Picture
0x80030019NVST_DISCONN_SERVER_TERMINATED_UNAUTHORIZED_ACTIVITY_DETECTEDUadMLPlugin"Save with" window on Black Desert
0x8003001ANVST_DISCONN_SERVER_TERMINATED_INTENDED_UNKNOWN_PROCESSElmPluginUnknown/unrecognized process detected
0x8003001BNVST_DISCONN_SERVER_TERMINATED_BLOCKED_URLGciPluginAccessing blocked website/domain
0x8003001CNVST_DISCONN_SERVER_TERMINATED_BLOCKED_FILE_DOWNLOADGciPluginBlocked file download attempt
0x8003001DNVST_DISCONN_SERVER_TERMINATED_REGISTRY_VIOLATIONGciPluginUnauthorized registry modification
0x8003001ENVST_DISCONN_SERVER_TERMINATED_DRIVER_LOAD_VIOLATIONGciPluginUnauthorized driver loading attempt

SRC_ Equivalents

These are the internal session result codes that map to the hex codes above:

SRC CodeDescription
SRC_UnauthorizedProcessViolationUnauthorized process detected
SRC_MaliciousProcessViolationMalicious process detected
SRC_MinerProcessViolationCryptocurrency miner detected
SRC_CodeIntegrityViolationCode integrity check failed
SRC_UnauthorizedActivityDetectedUnauthorized activity (ML-detected)
SRC_UnknownProcessViolationUnknown/unrecognized process
SRC_WindowFocusViolationWindow focus violation
SRC_GssmSessionAnomalyDetectedGSSM session/plugin integrity anomaly detected

How Detection Works

  1. ElmPlugin monitors process creation and checks against known-bad lists (PowerShell, certutil, miners)
  2. GciPlugin uses the GFNMON kernel driver for file integrity, registry, and driver load monitoring
  3. UadMLPlugin runs ML inference (LightGBM or SageMaker) on collected system metrics to detect anomalous behavior

When a violation is detected, the responsible plugin emits a SecurityTerminationInitiated event over the Bifrost message bus, which triggers session termination.

admindesk.top — Reversed & documented from Asgard rig backups and GCIS plugin binaries.