一个常见的困境:等保到底要做什么?
去年我们接了一个政务服务平台的项目,客户是某区的行政审批局。项目快上线的时候,客户说:“对了,这个系统要过等保三级,你们搞定一下。”
我们问:“之前有做过等保相关的工作吗?” 客户说:“没有,不知道要做什么,你们是技术公司,你们搞定吧。”
这是很多政企项目的通病——等保合规被当成了”上线前最后一步”,而不是贯穿整个项目的要求。 结果就是临到测评了才发现到处都是问题,临时抱佛脚,既花钱又耽误时间。
这几年我们做了十几个等保项目,从二级到三级都有,踩过不少坑,也总结了一套比较成熟的落地方法。今天就来聊聊,政企项目中的等保合规,到底应该怎么做。
先搞清楚:等保2.0到底要求什么?
很多人一听到等保,就觉得是一堆条条框框,看不懂也记不住。其实等保2.0的要求可以概括为**“一个中心,三重防护”**:
- 一个中心:安全管理中心(集中管控)
- 三重防护:安全通信网络、安全区域边界、安全计算环境
再加上安全管理制度、安全管理机构、安全管理人员、安全建设管理、安全运维管理这五个管理层面的要求。
听起来还是很抽象?没关系,我们可以把它翻译成更接地气的话:
| 等保要求 | 通俗理解 |
|---|---|
| 安全物理环境 | 机房要安全,防火防水防盗,温度湿度要控制 |
| 安全通信网络 | 网络传输要加密,带宽要够,要能防攻击 |
| 安全区域边界 | 内外网之间要有防火墙,要做访问控制和入侵检测 |
| 安全计算环境 | 服务器、数据库、应用都要安全,身份要认证、权限要控制、数据要备份 |
| 安全管理中心 | 要有统一的安全管理平台,集中监控、集中审计 |
| 安全管理制度 | 要有一整套安全管理制度和操作规程 |
| 安全管理机构 | 要有专门的安全部门和岗位,职责要明确 |
| 安全管理人员 | 人员要培训、要考核、离职要交接 |
| 安全建设管理 | 项目建设过程中要考虑安全,供应商要管理 |
| 安全运维管理 | 日常运维要有规范,漏洞要及时补,事件要响应 |
一共十个大类,三级等保大概有两三百个具体要求项。看起来很多,但大部分是常规操作,真正难的是把这些要求落地到具体的技术方案和管理制度里。
我们的方法论:三步走
我们做等保项目,一般分三步走:
第一步:差距评估(1-2周)
先别急着改东西。先把现状摸清楚,看看哪些地方已经满足要求了,哪些地方还差得远。
差距评估怎么做?
- 资产梳理:先把所有资产列出来——服务器、网络设备、安全设备、应用系统、数据库,一个都不能漏;
- 制度梳理:把现有的安全管理制度都找出来,看看有没有、全不全、合不合规;
- 逐项对照:拿着等保的要求清单,一项一项对照,标出来哪些满足、哪些部分满足、哪些完全不满足;
- 输出报告:最后出一份差距评估报告,列出来所有差距项,以及整改建议和大概的成本。
这一步很重要。很多客户一上来就说”我们要过等保,你给我报个价”。但如果不先做差距评估,报出来的价根本不准——你不知道现状是什么样的,怎么知道要花多少钱整改?
第二步:整改建设(4-8周)
差距评估完了,就知道要改什么了。整改分两条线:技术整改和管理整改。
技术整改
技术层面的整改,主要是补设备、补配置、补功能。
常见的整改项:
- 网络层面:加防火墙、入侵检测/防御系统(IDS/IPS)、Web应用防火墙(WAF)、日志审计系统、堡垒机;
- 主机层面:服务器打补丁、加固配置、安装防病毒软件、开启审计;
- 应用层面:加身份认证(双因子)、加访问控制、加日志审计、数据加密传输;
- 数据层面:数据库加密、数据备份、敏感数据脱敏;
- 管理中心:部署统一的安全管理平台,集中监控和审计。
这里有个坑要提醒:不要为了过等保而买一堆没用的设备。 很多集成商给客户报方案的时候,什么设备贵就往里面塞什么,也不管客户实际需不需要。结果花了很多钱,买了一堆设备放在那儿吃灰。
我们的原则是:够用就好,能复用就复用。 客户已经有的设备,能用上的就用上,不要重复采购。云环境下,很多安全能力云厂商已经提供了,直接用就行,不用自己再买。
管理整改
管理层面的整改,主要是补制度、补记录、补培训。
很多客户技术整改花了几十万,但管理层面一塌糊涂——制度没有、记录没有、人员也没培训。结果测评的时候,管理部分扣了很多分,照样过不了。
管理整改要做的事:
- 制度体系建设:制定一整套安全管理制度,包括总体策略、管理制度、操作规程、记录表单;
- 组织架构建设:明确安全管理部门和岗位,定义职责分工;
- 人员培训:给相关人员做等保培训和安全意识培训;
- 记录补齐:把日常运维的各种记录补上——巡检记录、漏洞修复记录、变更记录、备份记录等等。
管理整改看起来都是”文档工作”,但其实很重要。等保测评中,管理部分的权重差不多占一半,而且管理整改花不了多少钱,性价比很高。
第三步:测评准备 + 正式测评(2-4周)
整改完了,就可以准备测评了。
测评不是整改完了直接让测评机构来测。我们一般会先做预测评——自己先按测评要求过一遍,看看还有没有问题,提前解决掉。
预测评通过了,再请测评机构来做正式测评。正式测评一般一周左右就能完成,然后等测评机构出报告。报告通过了,就可以去公安机关备案了。
最容易踩的几个坑
做了这么多项目,我们总结了几个最容易踩的坑:
坑1:等保等到上线前才想起来
这是最常见的坑。项目都快上线了,才想起要过等保。结果发现架构设计的时候根本没考虑安全,要改的地方特别多,要么耽误上线时间,要么花很多钱临时补。
正确做法:项目启动的时候就把等保要求考虑进去。架构设计阶段就要考虑安全,这样后面整改的成本会低很多。
坑2:只重视技术,不重视管理
很多客户觉得等保就是买设备、搞技术,管理部分不重要。结果测评的时候,管理部分扣了一大堆分,技术部分没怎么扣分,总分还是不够。
正确做法:技术和管理两条线一起抓。管理整改成本低、见效快,性价比很高,一定要重视。
坑3:云环境下的等保责任分不清
现在很多政企项目都跑在云上。云环境下的等保,责任是分的——云厂商负责云平台的安全,客户负责自己应用和数据的安全。但很多客户搞不清楚,以为用了云就什么都不用管了。
正确做法:搞清楚责任边界。云厂商负责”云的安全”,你负责”云上的安全”。该云厂商提供的,找云厂商要;该你自己做的,自己要做好。
坑4:测评机构选不好
测评机构的水平参差不齐。有些机构很严格,有些比较宽松;有些经验丰富,有些什么都不懂。选不好测评机构,要么过不了,要么过程特别折腾。
正确做法:选有资质、有经验、口碑好的测评机构。最好提前沟通一下,看看对方的专业水平怎么样。
坑5:过了等保就万事大吉了
很多客户觉得等保过了就完事了,之后就不管了。但等保不是”一考定终身”——三级等保每年都要复测,而且日常安全运维也不能停。
正确做法:把等保合规变成常态化工作。定期做安全检查、定期做漏洞扫描、定期更新制度、定期培训人员。安全不是一次性的,是持续的。
成本大概要多少?
这是客户最关心的问题。等保三级的整改成本,差别很大,从几十万到几百万都有可能,主要看:
- 现状基础:原来的安全基础怎么样?基础越差,整改成本越高;
- 部署方式:自建机房还是云?云环境下很多安全能力可以按需购买,成本更低;
- 系统规模:有多少台服务器、多少个应用、多复杂的网络架构?
- 管理基础:有没有现成的制度和团队?管理基础越差,整改工作量越大。
一般来说,一个中等规模的政务系统,跑在云上,等保三级整改的总成本(技术+管理+测评费)大概在30-80万之间。如果是自建机房,设备都要自己买,成本会高很多。
写在最后
等保合规,很多企业把它当成一个”要花钱的麻烦事”。但换个角度想,等保其实是帮你系统性地梳理安全风险、提升安全能力的一个契机。
按照等保的要求认认真真做一遍,你的系统安全水平会有质的提升。不只是为了过测评,更是真真切切地降低了安全风险。
我们见过太多客户,平时不重视安全,出了事故才后悔。与其出事了花大价钱补救,不如平时花点钱把安全做好。等保,就是一个很好的抓手。
A Common Dilemma: What Exactly Does Grade Protection Require?
Last year we took on a government service platform project for a district administrative approval bureau. As the project was about to launch, the client said: “Oh right, this system needs to pass Level 3 grade protection assessment — you guys handle it.”
We asked: “Have you done any grade protection-related work before?” The client said: “No, we don’t know what needs to be done. You’re the tech company — you figure it out.”
This is a common problem in government and enterprise projects — grade protection compliance is treated as “the last step before launch” rather than a requirement贯穿 the entire project. The result: when assessment is imminent, you discover problems everywhere, and scrambling to fix them costs both money and time.
Over the past few years, we’ve done over a dozen grade protection projects — from Level 2 to Level 3 — and stepped in many pitfalls. We’ve also developed a mature implementation approach. Today let’s talk about how grade protection compliance should actually work in government and enterprise projects.
First, Understand: What Does Grade Protection 2.0 Require?
When many people hear “grade protection,” they think it’s a bunch of rules and regulations that are hard to understand and remember. Actually, Grade Protection 2.0 requirements can be summarized as “one center, three layers of protection”:
- One Center: Security Management Center (centralized control)
- Three Layers: Secure Communication Network, Secure Zone Boundaries, Secure Computing Environment
Plus five management-level requirements: Security Management System, Security Management Organization, Security Management Personnel, Security Construction Management, Security Operations Management.
Still sounds abstract? Don’t worry — we can translate it into more down-to-earth terms:
| Grade Protection Requirement | Plain English |
|---|---|
| Secure Physical Environment | The data center must be secure — fireproof, waterproof, theft-proof, temperature and humidity controlled |
| Secure Communication Network | Network transmission must be encrypted, bandwidth must be sufficient, must withstand attacks |
| Secure Zone Boundaries | Firewalls between internal and external networks, access control and intrusion detection |
| Secure Computing Environment | Servers, databases, applications must be secure — authentication, access control, data backup |
| Security Management Center | Must have a unified security management platform for centralized monitoring and auditing |
| Security Management System | Must have a complete set of security policies and operational procedures |
| Security Management Organization | Must have dedicated security departments and roles with clear responsibilities |
| Security Management Personnel | Personnel must be trained, evaluated, and offboarded properly |
| Security Construction Management | Security must be considered during project construction, vendors must be managed |
| Security Operations Management | Daily operations must follow standards, vulnerabilities must be patched promptly, incidents must be responded to |
Ten categories total, with Level 3 having roughly 200-300 specific requirement items. It sounds like a lot, but most are standard practices. The real challenge is implementing these requirements into specific technical solutions and management systems.
Our Methodology: Three Steps
For grade protection projects, we generally follow three steps:
Step 1: Gap Assessment (1-2 Weeks)
Don’t rush to change things. First, understand the current state — what already meets requirements, and what falls short.
How to do a gap assessment:
- Asset inventory: List all assets — servers, network devices, security devices, applications, databases — leave nothing out.
- Policy inventory: Gather all existing security policies, check what exists, what’s complete, what’s compliant.
- Item-by-item comparison: Go through the grade protection checklist item by item, marking what’s met, partially met, or completely missing.
- Report output: Produce a gap assessment report listing all gaps, remediation recommendations, and approximate costs.
This step is crucial. Many clients start by saying “we need to pass grade protection, give us a quote.” But without a gap assessment first, any quote is inaccurate — you don’t know the current state, so how can you know how much remediation will cost?
Step 2: Remediation & Construction (4-8 Weeks)
After the gap assessment, you know what needs to change. Remediation follows two tracks: technical and management.
Technical Remediation
Technical remediation is mainly about adding equipment, configurations, and features.
Common remediation items:
- Network layer: Add firewalls, IDS/IPS, WAF, log auditing systems, bastion hosts.
- Host layer: Server patching, configuration hardening, antivirus installation, audit logging enabled.
- Application layer: Add authentication (two-factor), access control, audit logging, encrypted data transmission.
- Data layer: Database encryption, data backup, sensitive data masking.
- Management center: Deploy a unified security management platform for centralized monitoring and auditing.
One pitfall to warn about: don’t buy a bunch of useless equipment just to pass the assessment. Many integrators stuff proposals with the most expensive equipment regardless of whether the client actually needs it. The result: lots of money spent, equipment sitting around collecting dust.
Our principle: enough is enough, reuse what you can. If the client already has equipment that works, use it — don’t buy duplicates. In cloud environments, many security capabilities are already provided by the cloud vendor — use those directly, don’t buy your own.
Management Remediation
Management remediation is mainly about adding policies, records, and training.
Many clients spend hundreds of thousands on technical remediation but the management side is a mess — no policies, no records, no training. The result: during assessment, the management section loses so many points that they still fail.
What management remediation involves:
- Policy system building: Develop a complete set of security policies, including overall strategy, management policies, operational procedures, and record forms.
- Organizational structure building: Define security management departments and roles, define responsibilities.
- Personnel training: Provide grade protection training and security awareness training to relevant personnel.
- Record completion: Fill in various daily operations records — inspection records, vulnerability remediation records, change records, backup records, etc.
Management remediation may seem like “just paperwork,” but it’s actually very important. In grade protection assessment, the management section accounts for roughly half the weight, and management remediation is inexpensive — high ROI.
Step 3: Assessment Preparation + Formal Assessment (2-4 Weeks)
After remediation, you can prepare for assessment.
Assessment isn’t just finishing remediation and having the assessment agency show up. We generally do a pre-assessment first — go through the assessment requirements ourselves, see if there are still issues, and fix them ahead of time.
Once the pre-assessment passes, we bring in the assessment agency for the formal assessment. Formal assessment generally takes about a week, then you wait for the agency to issue the report. Once the report passes, you can file with the public security bureau.
The Most Common Pitfalls
After doing so many projects, we’ve summarized the most common pitfalls:
Pitfall 1: Only Remembering Grade Protection Right Before Launch
This is the most common pitfall. The project is almost done before anyone remembers grade protection is needed. Then you discover the architecture wasn’t designed with security in mind, and there’s so much to change — either launch gets delayed, or you spend a fortune patching things at the last minute.
Right approach: Consider grade protection requirements from project kickoff. Factor security into the architecture design phase — remediation costs will be much lower later.
Pitfall 2: Only Focusing on Technology, Ignoring Management
Many clients think grade protection is just buying equipment and doing tech work — the management part doesn’t matter. Then during assessment, the management section loses tons of points, the technical section barely loses any, and the total score still isn’t enough.
Right approach: Work on both technical and management tracks together. Management remediation is low-cost, fast, and high-ROI — definitely worth重视.
Pitfall 3: Unclear Responsibility Boundaries in Cloud Environments
Now many government and enterprise projects run on the cloud. In cloud environments, grade protection responsibilities are divided — the cloud vendor is responsible for cloud platform security, and the customer is responsible for their own application and data security. But many clients don’t understand this and think using the cloud means they don’t have to do anything.
Right approach: Understand the responsibility boundary clearly. Cloud vendors handle “security of the cloud,” you handle “security in the cloud.” What the cloud vendor provides, get from them; what you’re responsible for, do well yourself.
Pitfall 4: Choosing a Bad Assessment Agency
Assessment agencies vary widely in quality. Some are strict, some are lenient; some are experienced, some don’t know what they’re doing. Choose the wrong agency, and you either fail or the process is a nightmare.
Right approach: Choose a certified, experienced, well-regarded assessment agency. Ideally, communicate with them beforehand to gauge their professional level.
Pitfall 5: Thinking Passing Grade Protection Means You’re Done
Many clients think once they pass, they’re finished and don’t need to worry about it anymore. But grade protection isn’t “pass once and you’re set forever” — Level 3 requires annual reassessment, and daily security operations can’t stop.
Right approach: Make grade protection compliance a常态化 (ongoing) practice. Do regular security checks, regular vulnerability scans, regular policy updates, regular personnel training. Security isn’t a one-time thing — it’s continuous.
How Much Does It Cost?
This is what clients care about most. The cost of Level 3 grade protection remediation varies widely — from hundreds of thousands to millions of yuan — depending mainly on:
- Current state: How good is your existing security foundation? The worse the foundation, the higher the remediation cost.
- Deployment model: Self-built data center or cloud? In cloud environments, many security capabilities can be purchased on-demand, lowering costs.
- System scale: How many servers, how many applications, how complex is the network architecture?
- Management foundation: Do you have existing policies and teams? The worse the management foundation, the more remediation work is needed.
Generally speaking, for a medium-sized government system running on the cloud, the total cost of Level 3 remediation (technology + management + assessment fees) is roughly 300,000 to 800,000 yuan. If it’s a self-built data center where you have to buy all your own equipment, costs are much higher.
Closing Thoughts
Many companies see grade protection compliance as an “expensive hassle.” But think about it differently — grade protection is actually an opportunity to systematically梳理 (sort through) your security risks and improve your security posture.
Going through the grade protection process seriously will qualitatively improve your system’s security level. It’s not just about passing the assessment — it’s about genuinely reducing security risks.
We’ve seen too many clients who don’t重视 security until something happens, then they regret it. Instead of spending a fortune fixing things after an incident, it’s better to spend a little on security proactively. Grade protection is a great way to do that.