- 1、本文档共25页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Oracle数据库安全架构讲述
Oracle Database Maximum Security Architecture
Protecting Critical Data Assets
[CON8803]
Scott Rotondo
Consulting MTS
Oracle Database Security
October 27, 2015
Copyright ? 2015, Oracle and/or its affiliates. All rights reserved. |
3
Your Database – An Irresistible Target
4
Simplified Application Model
Apps
Users
Storage
Administrators
Test/Dev Copy
Exploit Application
Bypass ApplicationExploit Database
Abuse Privileged Accounts
Bypass Database
Access Exported Data
5
Attack #1: Exploit the Application
Get the application to reveal information that wasn’t intended
How can this happen?
Bug in the application’s access control logic
SQL injection
Exploits the application’s privileges to read and write the database
Defenses
Data Redaction limits sensitive data handled by the application
Database Firewall examines SQL from the application and blocks abnormal statements
6
Oracle Advanced Security Redaction
Identify sensitive data, possibly using Enterprise Manager
Best for data that is displayed but not interpreted by application
Prevents compromise due to application bugs and protects all applications that use the same data
Credit Card #
5105-1051-0510-5100
4012-8888-8888-1881
5454-5454-5454-5454
Policy
Application
Authorized Display
Redacted Display
7
Oracle Database Firewall
Differentiates normal SQL statements used by application vs abnormal SQL from attacker
Uses SQL parser, not just regular expressions, to recognize statements
Start by monitoring unexpected SQL
Later move to blocking
Whitelist of expected statements for maximum security
Also supports blacklist policies
8
Apps
Database Firewall
Reports
Alerts
Policies
Events
Users
Attack #2: Bypass the Application / Exploit the Database
Connect to the database and access the data directly
Bypasses any controls enforced by the application
Defenses
Harden and monitor the database configuration
Implement access control in the database
Virtual Private Database uses policy functions to filter data rows
Real Application Se
文档评论(0)