Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
SlideShare a Scribd company logo
Hardening the Defense of Database Server Database Security
Presentation Outline The Importance of Database Security 1 Finding Database Server Holes 2 Type of Database Attacks 3 Oracle Study Case 4 MySQL Study Case 5
Importance of Database Security Databases often store sensitive data
Incorrect data or loss of data could negatively affect business operations
Databases can be used as bases to attack other systems from
Principles of Finding Holes Don't believe the documentation
Implement your own client
Debug the system to understand how it works
Identify communication protocols
Understand arbitrary code  execution bugs
Write your own "fuzzers"
Top Six Database Attack* [1] Brute-force (or not) cracking of weak or default usernames/passwords
Privilege escalation
Exploiting unused and unnecessary database services and functionality
Targeting unpatched database vulnerabilities
SQL injection
Stolen backup (unencrypted) tapes  * based on : http://www.darkreading.com/security/encryption/211201064/index.html

More Related Content

Hardening Database Server