Observing/logging a resource for purposes of: - Adding it to a blacklist of whitelist - Keeping tabs on the security of a system
Questions tagged [audit]
325 questions
0
votes
1 answer
Win 2008r2 Audit
I'm trying to turn on auditing but every time i check Success and failure in Local policy / Computer Conf/Windows settings/security settings/local policies/Audit Policy/ Audit Object access, it turns on audit for every files/folders. I have just…

Alex
- 131
- 1
- 11
0
votes
2 answers
Security: How to improve security of Linux servers when few resident developers need shell access?
Possible Duplicate:
SysAdmin & Developer: Responsibilities
Suppose, I have 20 servers:
We keep data in Linux servers
Developers often need to Login to the server to debug some issue
Sometimes they have to access user data and run through the app…

Sabya
- 756
- 3
- 9
- 22
0
votes
2 answers
Logging shell command executed by all users on Linux server
Possible Duplicate:
How to log every linux command to a logserver
I want to log the commands executed by all users on the server. Is there any better way than using script command?

nitins
- 2,579
- 15
- 44
- 68
0
votes
1 answer
Rebuilding a file if files have changed
I'm having a hard time wrapping my head around this. It seems trivial, but I'm not getting it.
I have two files. If either of those two files changes, I want to rebuild one of them.
Essentially:
if file a changes or file b changes
then file…
0
votes
2 answers
Logging user activities
I add the following line to my bash_profile file to log all my activities.
script ~/mylog_$(date '+%Y%m%d%H%M').log
If I have 100 users, I can not modify all the user accounts with the change mentioned above. Is there any way Linux (centos) will do…

shantanuo
- 3,579
- 8
- 49
- 66
0
votes
2 answers
How to audit when a particular program / exe is run
I want to audit our users computers for when a particular program is run, kind of like getting a more detailed report on the lines of the "Used Rarely / Occasionally" type you see in Add/Remove Programs.
I want to be able to see a list of when the…

Ben
- 1,137
- 9
- 26
- 44
0
votes
2 answers
check inventory of IBM software on *nix machines
We have a bunch of *nix machines some of which probably have IBM software installed on them.
Is there a way to identify the machines and the type of IBM software that is installed?

Ryan Fernandes
- 312
- 5
- 19
0
votes
2 answers
Windows Filtering Platform not turning off until admin logon. Win2008R2sp1
Just installed Windows Server 2008R2 SP1 to see if it would fix this problem, but it didn't.
Until an administrator logs onto the domain controller, there are many events that WFP blocked a connection from Server60 to Server60 or Server60 to…

rjt
- 578
- 6
- 26
0
votes
2 answers
Auditing bandwidth of remote sites
I would like to do an automatic audit of bandwidth of my remote offices. I understand that there are many websites where I could ask each user to go to a webpage and run the test. I was hoping there was some software that I could run on our web…

keithosu
- 336
- 2
- 15
0
votes
4 answers
Disable audit of Logon Logoff
I have a SBS 08 with 50 users on my domain. In Event Viewer : Windows Logs > Security, I've got nearly 300,000 events about EventID 4624 Logon, 4634 Logoff, 4776 Credential Validation, 4769 Kerberos Service Ticket Operations in only... 2 days !!!
I…

Bastien974
- 1,896
- 12
- 44
- 62
0
votes
3 answers
How to obtain info on pornographic content of a web site without entering the website for auditing purposes?
Is there a method or service that gives me a detailed text report on the pornographic content or status of a particular web site? I need this to audit users account without having to get into a particular web page to view it contents and determine…

3D1L
- 109
- 3
- 7
- 13
0
votes
2 answers
why I dont have Audit option in SQL server 2008?
I am using SQL server 2008 but still in my sql server management studio I dont have audit option under the Security menu though login, Server Rols, Credentials are there.Why?
alt text…
amanda
0
votes
2 answers
Auditing Sharepoint Document Library access/changes
I have a client using SharePoint 2007 (MOSS) that wants to track access to the contents of documents libraries; mainly changes (adding/removing/changing files) but read access would also be good to track.
We've enabled the Sharepoint audit logging…

DrStalker
- 6,946
- 24
- 79
- 107
0
votes
1 answer
Dynamics CRM 4.0 Access Audit?
In Microsoft Dynamics CRM 4.0, is there any way to audit what records were viewed by a particular individual at what time without any special plugins? If you need a plugin, can you install the plugin and then look at past data?

Dan
- 1,278
- 18
- 27
0
votes
0 answers
Linux Auditd: Error receiving audit netlink packet (No buffer space available)
I have some Linux servers that are getting errors like the below in the logs...
auditd[1074]: Error receiving audit netlink packet (No buffer space available)
I know HOW to resolve the issue (tweak the audit buffer setting in audit.rules), but I'm…

Egyas
- 151
- 2
- 10