Tagged Questions
The auditing tag has no wiki summary.
15
votes
6answers
729 views
Rails audit system with both ActiveResource and ActiveRecord
I have a huge project with both of ActiveRecord and ActiveResource models. I need to implement logging of user activity with these models and also to log changes of model attributes (save object state ...
12
votes
3answers
714 views
How to manage object revisions in Grails?
I need to implement a revision system for articles in my grails web app. After searching grails forum, stackoverflow, grails plugins and googling internet, I have ended up with 3 options:
Option 1 - ...
9
votes
2answers
184 views
How to implement context based DB auditing?
I have a current DB driven application which has several methods for accessing data.
Web Application
Direct SQL Access users (I'm trying to remove these)
Client Server application
Batch inputs and ...
8
votes
5answers
2k views
Finding property differences between two C# objects
The project I'm working on needs some simple audit logging for when a user changes their email, billing address, etc. The objects we're working with are coming from different sources, one a WCF ...
5
votes
3answers
269 views
Good resources for writing a Authentication/Authorization system
Are there any good books, blogs, wiki's, etc, on coding security systems? and standards that should be followed? I'm specifically interested in writing Access Control (DAC, MAC, RBAC) and auditing. I ...
5
votes
1answer
1k views
How to track online users in Rails?
This was always a problem for me, as rails doesn't have some mechanisms for session tracking like java frameworks do, what methods do you use to track who is currently logged on your site? I use a ...
4
votes
2answers
118 views
Is there a good framework or library for auditing LDAP/Security management behavior in Java?
I asked a similar question earlier, and this is an extension to it. Basically, we need to have auditable logs for legal reasons of permission/user management and authentication attempts. Our ...
4
votes
2answers
872 views
Complex NHibernate Auditing
I'm using the IPostUpdateEventListener interface to do update audit logging now, grabbing the old and new values, then storing each updated field in an "Audit" table and all that jive. Works swell, ...
3
votes
4answers
51 views
Using table auditing in order to have “snapshots” of table
I need a solution for the following problem:
I will have a table in SQL server 2008 that will be changing daily. It's a small table with maybe 5000 rows at most and around 5 fields.
The client will ...
3
votes
1answer
707 views
“audit create session by session” vs. “audit create session by access”?
When I enabling auditing for create session by the following way:
audit create session by session;
Then I am querying the following:
select * from dba_priv_audit_opts;
The result is:
USERNAME | ...
3
votes
1answer
210 views
Hibernate Envers for Doctrine?
Doctrine 1.x and 2 both offer some kind of Versionable support in the form of a separate auditing table that tracks changes over time. However, the versions appear to be intended for per-row use (ie, ...
3
votes
1answer
368 views
mysql (almost) complete auditing
I'm looking for a way of making simple event log for my tables. I have few tables that can be changed by various users, and I want to keep track on:
- who made the change
- when
- what was before ...
3
votes
1answer
1k views
Entity Framework - Auditing activity
My database has a 'LastModifiedUser' column on every table in which I intend to collect the logged in user from an application who makes a change. I am not talking about the database user so ...
3
votes
3answers
144 views
Tracking changes on instances of a class and their associations - thoughts?
I have a class Question which has a lot of assocated models. On one page on my app i list a summary of all the current questions, with various info from associated records. Ultimately this is a hash ...
3
votes
2answers
271 views
Help Auditing in Oracle
I need some help in auditing in Oracle. We have a database with many tables and we want to be able to audit every change made to any table in any field. So the things we want to have in this ...
3
votes
1answer
586 views
How can I do generic field and component-level change tracking in NHibernate?
In my application, I've got a few different types of entities that I have a requirement to do field-level change tracking on. I've googled for this and only can come up with examples on doing simple ...
3
votes
5answers
1k views
How should I track changes on any object in asp.net mvc (nhibernate)?
I am looking for a good way to track down every change that is made on an object.
We are building a custom framework and we need to have a history (kind of) about who changed which object when and ...
3
votes
3answers
122 views
Best way of recording activity from a user in the database?
I am building an application that perform checks on users on specific days. I need to keep track of how many times these checks are performed against that particular user.
My initial thought was to ...
3
votes
2answers
180 views
What security events does one audit for a line of business application?
I already audit authorization success, failure and logout.
I've considered auditing (logging) every method call and keeping a version of every row and column that was ever modified, but both of those ...
2
votes
1answer
76 views
Retrieve Hardware Informations through SNMP
I am trying to retrieve hardware informations from a series of devices, so far I used snmpget/snmpwalk with the following OID 1.3.6.1.2.1.25.3.2.1 but it returns very few informations, for example if ...
2
votes
2answers
410 views
How to use Auditing in JPA/Spring-Data JPA?
I am using JPA & Spring-Data JPA in a project. I have one table wherei Insert and then update the data. However i need the auditing information to save the state of all the objects i.e. I need ...
2
votes
1answer
120 views
ORIGINAL_LOGIN and SYSTEM_USER functions for auditing?
I am implementing an inserted trigger and am considering using ORIGINAL_LOGIN function to capture the current executing user. I would like to know the pros and cons of using ORIGINAL_LOGIN for ...
2
votes
1answer
66 views
Can you configure SQL Server 2008 Auditing to keep the audit data on a database other than the one being audited?
We are planning on using the new auditing feature in SQL Server 2008. Is there a way to configure the auditing component to insert audit data to a separate database?
2
votes
1answer
71 views
Security events taxonomy
We are currently implementing a security log monitoring/auditing application for local law compliance.
In our first implementation we used the security event taxonomy proposed by the OpenGroup XDAS ...
2
votes
1answer
160 views
nhibernate interceptors with domain context
Is it possible (in a clean fashion) to create an audit interceptor in hibernate 2.1 and pass in a domain context to it?
What I would like to achieve is to set a Date Time (can be done easy peasy - ...
2
votes
3answers
998 views
Audit Triggers: Use INSERTED or DELETED system tables
The topic of how to audit tables has recently sprung up in our discussions... so I like your opinion on whats the best way to approach this. We have a mix of both the approaches (which is not good) in ...
2
votes
2answers
1k views
Audit log with JBoss Seam (EJB3+JSF)
I would need to implement an audit log for a web application written with JBoss Seam. EntityListeners seem like good candidates, but I don't know how to connect the EntityListeners to the application ...
1
vote
1answer
61 views
User login auditing - best practices
As per of login auditing, I want to store http request related informatoin in repository. One thing that comes in mind is the client IP address. Are there any other important fields from http request ...
1
vote
3answers
128 views
How to monitor remote Linux machines and retrieve installed software in Perl?
I have a couple of Perl scripts that allow me to monitor remote Windows machinses through WMI. Right now I can check CPU usage, Memory usage, Disk usage and Installed Software. But what if I want to ...
1
vote
1answer
65 views
Audit log (trail) tampering in databases
Lets say we have a application which has a database - MySQL, SQL Server, or Oracle, for example.
And let's assume that we have multiple people, like db and audit administrators, who have admin access ...
1
vote
1answer
162 views
How can I query Windows registry keys from Linux?
I am developing a Linux auditing application that, among other things, has to retrieve installed software and licenses from a Windows machine. The application MUST be agent-free.
wmi-client actually ...
1
vote
1answer
126 views
Auditing Changes under MVC & Entity Framework (using sprocs)
I have the challenge of needing to audit data changes made by users of an MVC application.
Auditing creation and deletion of records is easy.
Updates is proving to be the problem.
I'm looking for a ...
1
vote
2answers
293 views
NInject, nHibernate, and auditing in ASP.NET MVC
I am working on an inherited application which makes use of NInject and nHibernate as part of an ASP.NET MVC (C#) application. Currently, I'm looking at a problem with the auditing of modifications. ...
1
vote
2answers
80 views
How to implement auditing in the business layer
I'm trying to implement basic auditing for a system where users can login, change their passwords and emails etc.
The functions I want to audit are all in the business layer and I would like to ...
1
vote
2answers
195 views
Database Audit Log using Triggers - User information
I'm contemplating using AFTER INSERT, DELETE, UPDATE Triggers to capture changes to one of my databases. One thing I want is to capture name of the user who made the change.
Since I'm using a ...
1
vote
0answers
38 views
Is it a) possible and b) logical to audit non-persistent (i.e. no corresponding model field) model data in rails?
I want to keep a history of some values in my rails 3 application, but currently calculate these values as attributes without corresponding database fields. Can I easily implement a persistent audit ...
1
vote
0answers
118 views
NHibernate OnFlushEntityEventListener
Some background information first. Some time ago I implemented auditing functionality using NHibernate listeners. I was using a SaveOrUpdate listener however this was fired much too often whereas I ...
1
vote
1answer
69 views
What should and shouldnt be audited in a Java EE Project
I am in a need for advice in the matters of auditing a project.
Currently the project I am developing has many actions a "user" can perform such as:
Changing his own password
Adding, removing ...
1
vote
5answers
94 views
C# reflection and auditing types
I'm trying to figure out if it's possible via reflection (or otherwise) to "audit" some code to enforce validation requirements -- such as checking whether or not code creates any threads ...
1
vote
3answers
269 views
How to log user operations for a asp.net application?
How can we log user operations for a asp.net application. Further what is the approach for saving the log data ? Kindly guide.
1
vote
2answers
548 views
Track changes to a sharepoint list item
We are developing a system using SharePoint 2010 Foundataion.
We would like to track all changes made to a list. What is the best way to do this?
1
vote
0answers
101 views
NHibernate auditing in disconnected mode
I'm developing an app with a Silverlight UI, transferring my domain objects over WCF and persisting them via NHibernate.
I'm therefore working with NHibernate in a disconnected mode.
I'm already ...
1
vote
1answer
287 views
SQLServer 2008 - Configuring Service Broker between instances
I've been using the scripts from this website to help configure Service Broker based auditing. The first stage - setting up SB between databases on the same instance works fine.
But then, when I try ...
1
vote
3answers
494 views
SQL Server user name functions — CONFUSED
Consider this T-SQL:
CREATE USER my_test_user WITHOUT LOGIN;
SELECT USER_NAME(), USER, SUSER_SNAME(),SYSTEM_USER, suser_name();
EXECUTE AS USER = 'my_test_user' WITH NO REVERT;
SELECT USER_NAME(), ...
1
vote
5answers
2k views
SQL Server 2008 Change Data Capture, who made the change?
I asked a question on SOF a week or so ago about auditing SQL data changes. The usual stuff about using triggers came up, there was also the mention of CDC in SQL Server 2008.
I've been trying it ...
1
vote
4answers
667 views
LINQ auditing and current user with web application
Background:
I have a web application for which I need to do database auditing for insert/deletes/updates (and maybe reads). I use LINQ as my ORM. Using some ideas I found on the web I've come up ...
1
vote
2answers
366 views
SQL Server 2005: Audit random record deletion
This may seem like a dumb question, but I'm in a head-> wall situation right now.
I work on a massive ERP application in which the SQL Server 2005 database is updated by multiple disparate ...
0
votes
0answers
23 views
How to audit a software?
I've developed a webapp(CMS). Now I need to build an audit process to certify that the current development and future developments are done correctly.
My question is. Where can I find some ...
0
votes
1answer
28 views
MySQL/Java Auditing of specific fields
I have few tables in which there could be an update on some of the fields.
I would like to keep a history of changes of different fields.
Different fields however have different types, however I ...
0
votes
0answers
20 views
How do you architect the e-mail sending of an application?
We have an application which sends out e-mails server side at the requests of users. We would like to be able to audit/search these e-mails, instead of just sending them out to an smtp server.
One ...