Intelligence Org Chart — Full Screen
flowchart TB
%% Top
PRC[State Council + Party Guidance]
%% MSS
subgraph MSS[MSS - Ministry of State Security]
MSSH[Headquarters]
CI[Counterintelligence]
CTF[Cyber and Technical Fronts]
end
%% PLA
subgraph PLA[PLA - Peoples Liberation Army]
JSD[Joint Staff Department]
SSF[Strategic Support Force]
U61398[Unit 61398 - SIGINT and Cyber]
end
%% Facility
subgraph FAC[FAC-17 - Cyber Intelligence Research Facility 17]
OP[Operations Cell]
LAB[Model Exploitation Lab]
COV[Cover Entities]
end
%% Links
PRC --> MSSH
PRC --> JSD
MSSH --> CTF --> FAC
JSD --> SSF --> U61398 -.-> FAC
CI -->|tasking| FAC
U61398 -.->|technical support| FAC
%% Styles
classDef gov fill:#1a2430,stroke:#52ffa8,color:#e8eef5;
classDef pla fill:#2b2016,stroke:#ffb35a,color:#e8eef5;
classDef fac fill:#12313d,stroke:#52ffa8,color:#e8eef5;
class PRC,MSSH,CI,CTF gov;
class JSD,SSF,U61398 pla;
class OP,LAB,COV fac;
Tip: Scroll to zoom · Drag to pan