Call: +44 (0)1904 557620 Call
Forum

Welcome, Guest. Please Login.
Apr 26th, 2024, 3:40pm
News: If you would like to register contact the forum admin
Home | Help | Search | Members | Login
   Pete Finnigan's Oracle Security Forum
   Oracle Security
   Oracle Security
(Moderator: Pete Finnigan)
   SQL*Net Proxy <==> Connection Manager???
« Previous topic | Next topic »
Pages: 1  Reply | Notify of replies | Send Topic | Print
   Author  Topic: SQL*Net Proxy <==> Connection Manager???  (Read 12010 times)
Pete Finnigan
PeteFinnigan.com Administrator
*****




Oracle Security is easier if you design for it

   
View Profile | WWW | Email

Gender: male
Posts: 309
SQL*Net Proxy <==> Connection Manager???
« on: Mar 29th, 2006, 4:38pm »
Quote | Modify

Hi all.
 
I need to create a very secure access from several aplication servers to a critical database, and I don't like the traditional firewall in the middle of both.
 
Some years ago I liked to use the SQL*Net Proxy (Developed by Oracle) included in Raptor or Gaunlet firewalls, today there is no more SQL*Net Proxy included in the new Symantec Firewall or the evolution of Gaunlet, so I take a look in to the Oracle WEB and I find a product called Connection Manager.
 
What I read is very similar to the old proxy, I like the idea to have a system in the middle of the connection that stop the traffic from the Application Server and send a new connection to the database instead let the original Application Server connection let in.
 
I'm not an Oracle or DataBase expert, so I will like to know if anybody has knwoledge about this product and feedback.
 
I'm open to new suggestion about how to secure the access to a database from application servers, i prefer some idea about proxy's instead typical inspection firewalls (of course I will put a firewall in front of the connection).
 
Thanks for your help in advance and sorry for my bad english.
IP Logged

Pete Finnigan (email:pete@petefinnigan.com)
Oracle Security Web site: http://www.petefinnigan.com
Forum: http://www.petefinnigan.com/forum/yabb/YaBB.cgi
Oracle security blog: http://www.petefinnigan.com/weblog/entries/index.html
Pete Finnigan
PeteFinnigan.com Administrator
*****




Oracle Security is easier if you design for it

   
View Profile | WWW | Email

Gender: male
Posts: 309
Re: SQL*Net Proxy <==> Connection Manager???
« Reply #1 on: Mar 29th, 2006, 9:46pm »
Quote | Modify

Yes, it is ... and even more as extended functionalities make this a firewall like filter, concentrator, logger etc. Use with a good knowl. become a swiss knife (come with DB but not installed by default). Today...for a good DBA ...lots of other options available... you may know that the listener service himself can be more than a "listener" (NetService = proxy as well) as may be used as a proxy (no db, just listener comp. - service on a machine)... and this can be done with near 99% trafic encrypted with prot. U like... Good lock (& feedback too)!
IP Logged

Pete Finnigan (email:pete@petefinnigan.com)
Oracle Security Web site: http://www.petefinnigan.com
Forum: http://www.petefinnigan.com/forum/yabb/YaBB.cgi
Oracle security blog: http://www.petefinnigan.com/weblog/entries/index.html
Pete Finnigan
PeteFinnigan.com Administrator
*****




Oracle Security is easier if you design for it

   
View Profile | WWW | Email

Gender: male
Posts: 309
Re: SQL*Net Proxy <==> Connection Manager???
« Reply #2 on: Mar 30th, 2006, 6:51pm »
Quote | Modify

Agreed CMan is still a viable tool that can be deployed as part of an overall security scheme.  
 
FYI:  CMan has recently been relegated to an appendix of the 10g security courseware from Oracle.  
 
-- Kevin Hrim
IP Logged

Pete Finnigan (email:pete@petefinnigan.com)
Oracle Security Web site: http://www.petefinnigan.com
Forum: http://www.petefinnigan.com/forum/yabb/YaBB.cgi
Oracle security blog: http://www.petefinnigan.com/weblog/entries/index.html
Pete Finnigan
PeteFinnigan.com Administrator
*****




Oracle Security is easier if you design for it

   
View Profile | WWW | Email

Gender: male
Posts: 309
Re: SQL*Net Proxy <==> Connection Manager???
« Reply #3 on: Apr 3rd, 2006, 11:02pm »
Quote | Modify

Thanks both for your help, but anybody knows if there is a similar tool (from oracle or not) to avoid the use of certain oracle commands.
 
It's that mean, I'm looking for something similar to connection manager, but with the possibility to filter not only IP's and ports, even oracle commands.
 
thanks again.
IP Logged

Pete Finnigan (email:pete@petefinnigan.com)
Oracle Security Web site: http://www.petefinnigan.com
Forum: http://www.petefinnigan.com/forum/yabb/YaBB.cgi
Oracle security blog: http://www.petefinnigan.com/weblog/entries/index.html
Pete Finnigan
PeteFinnigan.com Administrator
*****




Oracle Security is easier if you design for it

   
View Profile | WWW | Email

Gender: male
Posts: 309
Re: SQL*Net Proxy <==> Connection Manager???
« Reply #4 on: Apr 4th, 2006, 8:12pm »
Quote | Modify

The answer is yes, more then one. May I know why you ask this?  
(your profile is hidden)
IP Logged

Pete Finnigan (email:pete@petefinnigan.com)
Oracle Security Web site: http://www.petefinnigan.com
Forum: http://www.petefinnigan.com/forum/yabb/YaBB.cgi
Oracle security blog: http://www.petefinnigan.com/weblog/entries/index.html
Pete Finnigan
PeteFinnigan.com Administrator
*****




Oracle Security is easier if you design for it

   
View Profile | WWW | Email

Gender: male
Posts: 309
Re: SQL*Net Proxy <==> Connection Manager???
« Reply #5 on: Apr 5th, 2006, 3:25pm »
Quote | Modify

Well, I click in the button to not hide my profile Undecided
 
But, anyway, I will need these kind of tools, because I'm in a pre-sales project to protect a very restricted database where I must to put all the security checkpoints that I find.
 
I said in previous entries in the forum, that I'm not an Oracle expert, so I will need help to fill my gap in this area.
 
The schema I'm trying to sell, more or less, is this:
 
Code:

Internet  
     |
Load Balancers  
     |
     +----------- Firewall WEB
     |
     +----------- WEB
     |
     +----------- Application Servers
     |
 Firewall
     |
Proxy or tool to forward
 secure SQL sentences
     |
 Firewall
     |
  Oracle

Like you can see, I will install a DMZ area in separates LAN's balanced by a Load Balancer system (Alteon/F5/...) then, the queries done by the application servers to the oracle server, must to be done throught a firewall to a "Oracle Proxy" (this is what I need), a software that intercept all the queries done from the Application Server, and filter them to get only right queries to the database, no insert, no write, etc...
 
What you can see, I will put to different firewalls levels between the Application servers to the Oracle Database, this is for the high security needs in the internal network.
 
So this is my problem. Could you give me some products that could intercept and analyze the SQL*Net queries from the Application server to the DataBase?, or do you have a better/secure approach to my problem?
 
Sorry for my english, i know is horrible.
 
Thanks a lot.
IP Logged

Pete Finnigan (email:pete@petefinnigan.com)
Oracle Security Web site: http://www.petefinnigan.com
Forum: http://www.petefinnigan.com/forum/yabb/YaBB.cgi
Oracle security blog: http://www.petefinnigan.com/weblog/entries/index.html
Pete Finnigan
PeteFinnigan.com Administrator
*****




Oracle Security is easier if you design for it

   
View Profile | WWW | Email

Gender: male
Posts: 309
Re: SQL*Net Proxy <==> Connection Manager???
« Reply #6 on: Apr 5th, 2006, 4:56pm »
Quote | Modify

One of the several layers of security that can be implemented is restriction of access to the objects in the database.  
 
For example if a DML  privilage on a table is not granted.  A procedure or function can be written that has access to the data, but on a controled basis.   (maybe implements proxy authentication) If the procedure only implements "select", the object hidden by the procedure should be safe from other forms of DML (update, insert or delete).
 
If this is coupled with strong authentication, Advanced Security Option, proxy roles, good design, virtual private database/fine grained access control, auditing,  etc... It makes for a more secure environment.
 
-Kevin Hrim
IP Logged

Pete Finnigan (email:pete@petefinnigan.com)
Oracle Security Web site: http://www.petefinnigan.com
Forum: http://www.petefinnigan.com/forum/yabb/YaBB.cgi
Oracle security blog: http://www.petefinnigan.com/weblog/entries/index.html
Pete Finnigan
PeteFinnigan.com Administrator
*****




Oracle Security is easier if you design for it

   
View Profile | WWW | Email

Gender: male
Posts: 309
Re: SQL*Net Proxy <==> Connection Manager???
« Reply #7 on: Apr 5th, 2006, 10:41pm »
Quote | Modify

I get the main ideea. I know some 3-4 products will do this for you - you'll need big names for a "goodlooking" project but also "goodnames" for a good support and top quality as well... I'll contact you in priv for details...(don't know "marketing" details ... you may check & contact your local representants)...
IP Logged

Pete Finnigan (email:pete@petefinnigan.com)
Oracle Security Web site: http://www.petefinnigan.com
Forum: http://www.petefinnigan.com/forum/yabb/YaBB.cgi
Oracle security blog: http://www.petefinnigan.com/weblog/entries/index.html
Pages: 1  Reply | Notify of replies | Send Topic | Print

« Previous topic | Next topic »

Powered by YaBB 1 Gold - SP 1.4!
Forum software copyright © 2000-2004 Yet another Bulletin Board
  • PFCLScan PFCLScan

    Simply connect PFCLScan to your Oracle database and it will automatically discover the security issues that could make your Oracle database vulnerable to attack and to the potential loss of your data.

  • PFCL Obfuscate PFCLObfuscate

    PFCLObfuscate is the only tool available that can automatically add license controls to your PL/SQL code. PFCLObfuscate protects your Intellectual Property invested in your PL/SQL database code.

  • PFCLCode PFCLCode

    PFCLCode is a tool to allow you to analyse your PL/SQL code for many different types of security issues. PFCLCode gives you a detailed review and reports and includes a powerful colour syntax highlighting code editor

  • PFCLForensics PFCLForensics

    PFCLForensics is the only tool available to allow you to do a detailed live response of a breached Oracle database and to then go on and do a detailed forensic analysis of the data gathered.

  • Products We resell PFCLReselling

    PeteFinnigan.com Limited has partnered with a small number of relevant companies to resell their products where they enhance or compliment what we do

  • PFCLATK PFCLATK

    PFCLATK is a toolkit that allows detailed pre-defined policy driven audit trails for your Oracle database. The toolkit also provides for a centralised audit trail and centralised activity reporting

  • PFCLCookie PFCLCookie

    PFCLCookie is a useful tool to use to audit your websites for tracking cookies. Scan websites in a natural way using powerful browser driven scanner

  • PFCL Training PFCLTraining

    PFCLTraining is a set of expert training classes for you, aimed at teaching how to audit your own Oracle database, design audit trails, secure code in PL/SQL and secure and lock down your Oracle database.

  • PFCL Services PFCLServices

    Choose PFCLServices to add PeteFinnigan.com Ltd to your team for your Oracle Security needs. We are experts in performing detailed security audits, data security design work and policy creation

  • PFCLConsulting PFCLConsulting

    Choose PFCLConsulting to ask PeteFinnigan.com Limited to set up and use our products on your behalf

  • PFCLCustom PFCLCustom

    All of our software products can be customised at a number of levels. Choose this to see how our products can be part of your products and services

  • PFCLCloud PFCLCloud

    Private cloud, public cloud, hybrid cloud or no cloud. Learn how all of our services, trainings and products will work in the cloud

  • PFCLUserRights PFCLUserRights

    PFCLUserRights allows you to create a very detailed view of database users rights. The focus of the reports is to allow you to decide what privileges and accounts to keep and which to remove.

  • PFCLSTK PFCLSTK

    PFCLSTK is a toolkit application that allows you to provide database security easily to an existing database. PFCLSTK is a policy driven toolkit of PL/SQL that creates your security

  • PFCLSFTK PFCLSFTK

    PFCLSFTK is a toolkit that solves the problem of securing third party applications written in PL/SQL. It does this by creating a thin layer between the application and database and this traps SQL Injection attempts. This is a static firewall.

  • PFCLSEO PFCLSEO

    PFCLSEO is a web scanner based on the PFCLScan technology so that a user can easily scan a website for technical SEO issues