当前位置:网站首页>How to keep the source code confidential in the development under the burning scenario
How to keep the source code confidential in the development under the burning scenario
2022-08-04 04:15:00 【Cnsidna.No.1】
How to keep source code confidential in the development of burning scenarios
All kinds of embedded R&D and platform software R&D industries have their own core data, core documents, user data and other sensitive information, which have the following commonalities:
It belongs to the core confidential information, if it is leaked, it will have a bad impact
There are many core data types, source code data, and high level of employee computers
A lot of data is in business systems, not files
If it is not controlled, designers and users can easily copy the data through various channels, resulting in leakage.
- Secrets-related methods commonly used by R&D personnel
Because R&D personnel are more proficient in computers than ordinary office personnel, in addition to the common network, email, U disk, QQ and other data diffusion methods, there are many methods that are very easy for R&D personnel (not all listed):
Physical Methods:
Direct connection of the network cable, that is, unplug the network cable from the wall plug and connect it directly to an uncontrolled computer;
boot from winPE, boot from winPE from CD or U disk, or even boot from ISO image directly.
Virtual machine, by installing VMWare virtual machine, use peripheral U disk, network in the virtual machine.
Transfer to other uncontrolled computers, that is, copy the data to other uncontrolled computers in the network, and transfer them
Online upload, bypass the Internet behavior management by building an upload server on the public network
Data warping:
Write a console program, print the code to the DOS console and save the screen information;
Write the code to the Log log file, or write the code to shared memory and then read it away by another program.
Write an inter-process communication program, send the code through inter-process communication methods such as socket, message, LPC, COM, mutex, clipboard, pipeline, etc., and transfer the data away;
Transfer through a web parser such as IIS/Tomcat, publish the code data as a web page, and then save it as a browser after browsing, or simply write a txt box, and copy the code in during initialization;
Peripheral transfer
For embedded development scenarios, you can burn the code to the device through the serial port, U port, and network port to transfer leaks
- SDC Sandbox Anti-Leakage Software
The SDC sandbox anti-leakage product independently developed by Shenxinda adopts the kernel-level defense in depth and is a driver-level anti-leakage software.Without encrypting files, the sandbox is like a container with our confidential information.The files we work on are all in the sandbox.The sandbox is completely isolated from normal computers.You may ask, what should I do if I want to access the Internet, all programs that need to access the Internet are started from the tray, such as browsers, chat software, etc.The SDC sandbox is divided into the following parts: management end, confidential end, file outgoing, and client end.
Management side: sandbox control center, which controls all clients.Control over the client covers all aspects.Then I will cite a few control functions: Anti-screenshot When someone wants to view some confidential information of the company by remote to the employee's computer, the SDC client will control the remote software, and the remote person will see a black screen.However, the computer on the employee's side is working normally.If you can control it, you can let go.Clipboard In sandbox mode, employees want to copy and paste company information such as files to the external network through the clipboard. The SDC sandbox is controlled and can control the maximum number of clipped words.
Confidential: escort the server, ordinary computers have no right to access the confidential server.Only sandbox computers can access, and no encryption is performed on company information, so that information is protected to the greatest extent possible.
Client: normal mode and sandbox mode.All software installations must be in sandbox mode.The job must be in sandbox mode, because all work data is on the encrypted disk, and only the sandbox mode can access the encrypted disk.The sandbox mode is isolated from the outside world.To access the external network, only programs that are started from the tray can access the external network, and follow the principle of only access and no access. Files can be obtained from the external network to the sandbox computer, but to send files from the local computer to the external network, only file approval is required.
File outgoing: A file outgoing system is installed on a computer.The ip of this computer is the address from which the file is sent.Each sandbox employee matches an account to which the file is sent.The specific approval method is not redundant here.

边栏推荐
猜你喜欢

Eight guiding principles to help businesses achieve digital transformation success

本周四晚19:00知识赋能第4期直播丨OpenHarmony智能家居项目之设备控制实现

烧录场景下开发如何进行源代码保密工作

看DevExpress丰富图表样式,如何为基金公司业务创新赋能

八年软件测试工程师带你了解-测试岗进阶之路

7-2 LVS+DR Overview and Deployment

7. The principle description of LVS load balancing cluster

机器学习模型的“可解释性”

【21天学习挑战赛】图像的旋转问题(二维数组)

打造一份优雅的简历
随机推荐
Introduction to the memory model of the JVM
PHP高级开发案例(1):使用MYSQL语句跨表查询无法导出全部记录的解决方案
SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropri
Mobile payment online and offline payment scenarios
烧录场景下开发如何进行源代码保密工作
劝退背后。
外卖店优先级
数据治理平台项目总结和分析
3000字,一文带你搞懂机器学习!
Y86. Chapter iv Prometheus giant monitoring system and the actual combat, Prometheus storage (17)
深度学习——以CNN服装图像分类为例,探讨怎样评价神经网络模型
高效IO模型
Oracle与Postgresql在PLSQL内事务回滚的重大差异
解决问题遇到的问题
自定义通用分页标签01
本周四晚19:00知识赋能第4期直播丨OpenHarmony智能家居项目之设备控制实现
centos 安装postgresql13 指定版本
10 Convolutional Neural Networks for Deep Learning 3
MySQL Query Exercise (1)
看DevExpress丰富图表样式,如何为基金公司业务创新赋能