Sponsored Links

 

 

 

60 Oracle Security Tips in 60 Minutes

Source: www.seouc.com
Topic: Oracle Programming


Short Desciption:
Understand Exploits • What : Oracle exploits are available for review and experimentation • Why : Understanding and demonstrating exploits can raise data security awareness • How

 

Content Inside:
60 Oracle Security Tips in 60 Minutes SEOUC 2007 Kenny Smith (and Trish Holliman, Igor Ryzhkov & Bob Vance) Understand Exploits • What : Oracle exploits are available for review and experimentation • Why : Understanding and demonstrating exploits can raise data security awareness • How : Find exploit information and play with hacks on test databases • Where : -Aaron Neumans"Anatomy of a Database Attack" -Review www. red - database - security .comsite -Badstore.net, CAIN, password crackers Tip #1 of 60 Hijack a Users Account • What : A users password hash can be captured from DBA_USERS or export file. Someone with ALTER USER privilege can change the password, do some work, then replace the password using the hash • Why : Misuse can occur as a trusted user without that users detection • Where : See - www.pentest.co.uk/documents/ora_pwd_thorts .htm - http://asktom.oracle.com for "Password in DBA_USERS" Tip #2 of 60 Hijack a Users Account SELECT password FROM dba_users WHERE username = SCOTT; ALTER USER scott IDENTIFIED BY hijack; CONNECT scott/hijack GRANT SELECT ON scott.emp to PUBLIC ALTER USER scott IDENTIFIED BY VALUES 23E3F8C1BB14BB4 D; Tip #2 of 60 Hijack a Users Account •To prevent and detect this attach: *Limit user access to the DBA_USERS view *Audit database changes like user password alterations or escalation of privileges *Prevent commands by being run via PRODUCT_USER_PROFILE table entries. Tip #2 of 60 Automate Database Assessments • What : Examine your database for vulnerabilities • Why : Helps you catch problems • How : Automated options include: -Oracle Enterprise Manager (Configuration Pack) -Application Securitys AppDetective -Center for Internet Security Benchmarking tool • Where : See these sites - www.oracle.com/technology/products/oem/pdf /ds_as_cmp_r2.pdf - www.appsecinc.com - www.cisecurity.org • Note : Find da ...

 

add to Google Reader add to Google Bookmark add to bloglines add to newsgator add to FURL add to digg add to webnews add to Netscape add to Yahoo MyWeb add to spurl.net add to diigo Bookmark newsvine Bookmark del.icio.us Bookmark @ SIMPIFY Bookmark MISTER WONG Bookmark Linkarena Bookmark icio.de Bookmark oneview Bookmark folkd.com Bookmark yigg.de Bookmark reddit Bookmark StumbleUpon Bookmark Slashdot Bookmark blinklist Bookmark technorati add to blogmarks add to blinkbits add to ma.gnolia add to smarking.com add to netvouz add to co.mments add to Connotea add to de.lirio.us

 

Related PDF Files

Oracle Date Functions


Topic: Oracle Programming

... 12:00 noon, it returns the same date with time is set to 12:00AM. Otherwise it returns the next day with time at 12:00AM ===== References: Rajshekhar Sunderraman, Oracle Programming - A ...

Oracle Applications Release 11 i Newsletter


Topic: Oracle Programming

The focus of the Workshops is to share

Oracle Certification Program Candidate Guide


Topic: Oracle Programming

Contents Oracle Certification Program Candidate Guide Oracle9i ™ Database Administrator Certified Associate Oracle9i ™ Database Administrator Certified Professional Oracle9i ™ Database ...

Oracle9iAS TopLink 9.0.3 TopLink Tutorials


Topic: Oracle Programming

B10062-01 Copyright © 2002, Oracle Corporation. All rights ... that you are familiar with the concepts of object-oriented programming ... model for the advanced tutorial. Figure 2-1 The Advanced Tutorial ...

Oracle Migration Workbench Reference Guide for MySQL 3.22, 3.23 ...


Topic: Oracle Programming

Oracle Migration Workbench Reference Guide for MySQL 3.22, 3.23 Migrations, Release 9.2.0 for Microsoft ... You can use PL/SQL to write stored programs and triggers in Oracle. It is also the programming ...

 

Sponsored Links