当前位置:网站首页>How to deal with data leakage and deletion related to business life and death?
How to deal with data leakage and deletion related to business life and death?
2020-11-07 20:15:00 【InfoQ】
One 、 introduction
1. What is database auditing ?
For a warehouse , If you want to guard against theft , The common practice is to install monitoring at the entrance and exit , Once there's a problem , Call the monitor to find the abnormal situation . It's similar to databases , There's also access to the database , Monitor all connections and entrances , You can record all the movements , Once there's a problem , By querying historical actions and analyzing them , You can find key information .
Therefore, database audit can be understood as recording the user's behavior of accessing the database , Positioning illegal actions , Go back to the source afterwards , The function of improving database security .
2. Common auditing methods
Common audit methods include the following categories :
(1) Application level audit
Audit directly in the application system , Before the statement is sent to the database background, the audit is done first , Does not affect database performance , I don't care what database is used at the bottom , But the pressure on the application system is relatively large , And the application system needs to parse statements , There's a certain amount of complexity .
(2) Transport layer audit
Often capture packet parsing implementation , It has no effect on the upper and lower levels , But also parse the statement , There's a certain amount of complexity , And if the transport layer is communicating through encryption , Will not be able to parse .
(3) Kernel audit
Directly on the kernel , All functions can be realized , It also minimizes performance impact , But it will have an impact on backstage stability , High requirements for developers , Whether it's open source or not , Will be very careful to support auditing directly on the kernel .
(4) Plug in audit
For open source databases , There are usually plug-ins to add functionality . Auditing can be embedded directly in the kernel as plug-ins , Of course, it will have a certain impact on database performance , But also because it's directly embedded in the kernel , A lot of first-hand information can be obtained directly , For example, if there is no way to avoid the above syntax parsing, there is no need to do , And it can also get more information about the running state directly , Can develop powerful and flexible audit functions .
Link to the original text :【https://www.infoq.cn/article/a4DNNeVBNuGqLJMR0HhK】. Without the permission of the author , Prohibited reproduced .
版权声明
本文为[InfoQ]所创,转载请带上原文链接,感谢
边栏推荐
猜你喜欢
HMS core push service helps e-commerce app to carry out refined operation
laravel8更新之维护模式改进
Web API系列(三)统一异常处理
华为HCIA笔记
awk实现类sql的join操作
gitlab 持续集成开发环境之CI/CD
Reflection on a case of bus card being stolen and swiped
使用LWA和Lync模拟外部测试无边缘单前端环境
Talk about sharing before paying
Git代码提交操作,以及git push提示failed to push some refs'XXX'
随机推荐
全网最硬核讲解计算机启动流程
【C++学习笔记】C++ 标准库 std::thread 的简单使用,一文搞定还不简单?
git 提交规范
模型预测准确率高达94%!利用机器学习完美解决2000亿美元库存难题
MongoDB下,启动服务时,出现“服务没有响应控制功能”解决方法
快速上手Git
聊聊先享後付
【涂鸦物联网足迹】物联网主流通信方式
vue踩坑:axios使用this指针
Classroom exercises
Blazor 準備好為企業服務了嗎?
Ac86u KX Online
傲視Kubernetes(一):Kubernetes簡介
PHP安全:变量的前世今生
「混合云」会是云计算的下一个战场吗?
Huawei HCIA notes
9.集群之间服务通信 RoutingMesh
Analysis of the original code of [QT] qthread
Why do we need software engineering -- looking at a simple project
使用LWA和Lync模拟外部测试无边缘单前端环境