Skip to content

Internal GSEC Families

This page tracks internal GSEC_* enums observed in GCIS plugin binaries. These are mostly plugin diagnostics and enforcement events, not always user-facing disconnect codes.

Important Scope Note

  • GSEC_* values are internal plugin taxonomy.
  • Not every GSEC_* is surfaced to the client.
  • They are still useful for reverse engineering, log triage, and plugin behavior analysis.

Families Observed in Current Snapshot

Family PrefixTypical SourcePurpose
GSEC_Common_Error_* / GSEC_Common_Warning_*Shared GCIS coreConfig parse, message parsing, telemetry init, process/token/util failures
GSEC_ELM_Error_* / GSEC_ELM_Warning_*ElmPluginEvent-log monitoring, session lifecycle control, service watcher failures
GSEC_GCI_Error_* / GSEC_GCI_Warning_*GciPlugin + Gcp surfacesGFNMON/masquerade protection, route/registry/driver/file enforcement, message posting
GSEC_LKM_Error_*LkmPluginApp/session orchestration and legacy pipe compatibility failures
GSEC_UAD_Error_* / GSEC_UAD_Warning_*UadPluginRule-based anomaly, sysmon/network watcher failures
GSEC_UADML_Error_* / GSEC_UADML_Warning_*UadMLPluginFeature extraction, perfmon collection, model/inference failures
GSEC_GSSM_Error_* / GSEC_GSSM_Warning_*GssmPluginMandatory plugin join/leave guard, session-integrity enforcement
GSEC_GCP_Error_*GcpPluginNotification mediation and patching/cloud-sync posting paths
GSEC_GCISH_Error_*Shared host diagnosticsDiagnostic telemetry and host-side integration errors

Notable Newer Families

GSSM guard events

  • GSEC_GSSM_Error_MandatoryPluginsJoinedMessageBusAfterSessionActivation
  • GSEC_GSSM_Error_MandatoryPluginsLeftMessageBusAfterSessionActivation
  • GSEC_GSSM_Error_IntegrityViolationDetected
  • GSEC_GSSM_Error_SessionAnomalyDetected

GCP mediation events

  • GSEC_GCI_Error_PostGameStartedMessageFailed
  • GSEC_GCI_Error_PostLkmNotificationFailed
  • GSEC_GCI_Error_FailedToPostOnSeatPatchingMessage
  • GSEC_GCI_Error_MaliciousAppLaunchCommand

UAD/UADML diagnostics

  • GSEC_UAD_Error_FailedToSubscribeToSysmonEvents
  • GSEC_UAD_Error_DetectedSocketFamilyChange
  • GSEC_UAD_Error_ProcessExcessiveNetworkActivityError
  • GSEC_UADML_Error_PerfmonCollectorNotInitialized
  • GSEC_UADML_Error_UndefinedModelUriInModelConfigurationFile

How To Use This Page

  1. Use hex + SRC_* pages first for client-facing disconnect interpretation.
  2. Use GSEC_* families for deep root-cause work in GCIS plugin logs.
  3. Correlate GSEC_* entries with plugin-specific logs under C:\Asgard\logs\GCIS\.

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