Call: +44 (0)1904 557620 Call
Forum

Welcome, Guest. Please Login.
Mar 28th, 2024, 3:52pm
News: Welcome to Pete Finnigan's Oracle security forum
Home | Help | Search | Members | Login
   Pete Finnigan's Oracle Security Forum
   Oracle Security
   Oracle Auditing
(Moderator: Pete Finnigan)
   OPS$DAEMON coming from apps server
« Previous topic | Next topic »
Pages: 1  Reply | Notify of replies | Send Topic | Print
   Author  Topic: OPS$DAEMON coming from apps server  (Read 3149 times)
Pete Finnigan
PeteFinnigan.com Administrator
*****




Oracle Security is easier if you design for it

   
View Profile | WWW | Email

Gender: male
Posts: 309
OPS$DAEMON coming from apps server
« on: Jun 11th, 2010, 5:49pm »
Quote | Modify

After setting up some initial auditing I see very frequent connections by OPS$DAEMON coming from the application server (running OAS).
 
SQL> select user_name,
  2  nvl(proxy_name,'NULL') proxy_name,
  3  privilege,
  4  success,
  5  failure
  6  from dba_priv_audit_opts
  7  where user_name='OPS$DAEMON';
 
USER_NAME  PROXY_NAME PRIVILEGE  SUCCESS    FAILURE
---------- ---------- --------------- ---------- ----------
OPS$DAEMON NULL  CREATE SESSION  BY ACCESS  BY ACCESS
 
SQL> select timestamp,
  2  nvl(os_username,'NULL') osuser,
  3  username,
  4  userhost,
  5  nvl(terminal,'NULL') terminal,
  6  action_name
  7  from dba_audit_trail
  8  where username = 'OPS$DAEMON'
  9  and timestamp > sysdate -1/96
 10  order by timestamp desc;
 
TIMESTAMP  OSUSER     USERNAME   USERHOST   TERMINAL   ACTION_NAME
-------------------- ---------- ---------- --------------- ---------- ----------------------------
11-jun-2010 10:57:49 NULL  OPS$DAEMON *************** NULL  LOGOFF
 
 
First, I don't know why the connections would be using OPS$DAEMON instead of the user supplied credentials, second I don't understand why I see only LOGOFF, but no associated LOGON.
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: OPS$DAEMON coming from apps server
« Reply #1 on: Jun 14th, 2010, 10:49am »
Quote | Modify

Hi Ed,
 
I tried the same with a simple example in my database:
 
 
first check audit settings  
 
SQL> set serveroutput on size 1000000
SQL> exec print_table('select * from dba_priv_audit_opts where privilege=''CREATE SESSION''');
USER_NAME      :
PROXY_NAME     :
PRIVILEGE      : CREATE SESSION
SUCCESS        : BY ACCESS
FAILURE        : BY ACCESS
-----------------
 
Create a sample user and connect
 
SQL> connect sys/oracle1@ora11gpe as sysdba
Connected.
SQL> create user aud identified by aud;
 
User created.
 
SQL> grant create session to aud;
 
Grant succeeded.
 
SQL> connect aud/aud@ora11gpe
Connected.
 
Test the audit trail in a dfiffernet session whilst still connected in the first:
 
SQL> set serveroutput on size 1000000
SQL> select timestamp,username,os_username,action_name
  2  from dba_audit_trail
  3  where username='AUD';
 
TIMESTAMP USERNAME
--------- ------------------------------
OS_USERNAME
------------------------------------------------------------------
ACTION_NAME
----------------------------
14-JUN-10 AUD
Pete
LOGON
 
then exit the user AUD's session
 
SQL> exit
Disconnected from Personal Oracle Database 11g Release 11.1.0.7.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
 
C:\tools>
 
Then check the audit trail from a seperate session,
 
SQL> /
 
TIMESTAMP USERNAME
--------- ------------------------------
OS_USERNAME
----------------------------------------------
ACTION_NAME
----------------------------
14-JUN-10 AUD
Pete
LOGON
 
14-JUN-10 AUD
 
LOGOFF
 
There are two seperate records as expected. Can you check a complete session for OPS$DAEMON and see what else is in it. Maybe you hacve some other audit settings by session and then the LOGON will be reused by further audit actions. The LOGOFF would be a new record because its set by ACCESS. can you list out your audit settings?
 
cheers
 
Pete
 
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: OPS$DAEMON coming from apps server
« Reply #2 on: Jun 20th, 2010, 5:14am »
Quote | Modify

Pete,
 
Thanks for the reply.  I'm out of the office for the next couple of weeks, but I'll follow up on this as soon as I get back.
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