Auditing all users file access - too much information

Hi, I have enabled a GPO With the following: Computer Configuration\Policies\Windows Settings\Security Settings\Advanced Audit Policy Configuration\Audit Policies\Object Access -> Audit File System -
Success on a file server.
After that, I have enabled successful Create files/Create Folders on a folder for the built-in group Everyone.
That part works fine, I can see when users are creating files on the folders. But I also get a lot of Extreme amounts of other events logged in the Security log, and everything is coming from the backup agent running on the server (NetBackup in this case).
How come that a backup agent is creating the events like this? It makes filtering much harder afterwards. The business requirements is to audit Everyone who is adding files to a specific folder, not all the rest of the server. The server
is Win2008 R2.
Example:
An attempt was made to access an object.
Subject:
Security ID: SYSTEM
Account Name: FILESERVER01$
Account Domain: MYDOMAIN
Logon ID: 0x3e7
Object:
Object Server: Security
Object Type: File
Object Name: \Device\HarddiskVolumeShadowCopy58\Windows\winsxs\amd64_microsoft-windows-audio-audiocore_31bf3856ad364e35_6.1.7601.18619_none_d4cab625fb3adf96\audiosrv.dll
Handle ID: 0x3c4
Process Information:
Process ID: 0x1048
Process Name: C:\Program Files\VERITAS\NetBackup\bin\bpbkar32.exe
Access Request Information:
Accesses: WriteAttributes

Hi Steve,
I feel your pain, I turned on logging on a file server and found the security log filling 4GB in a couple of hours. I think the key is being very selective about what you audit. I found this article useful and it had some powershell and ideas for helping
make sense of the information overload - http://blogs.technet.com/b/mspfe/archive/2013/08/27/auditing-file-access-on-file-servers.aspx
In my opinion though you really need a third party solution to make this viable, two I've looked at are
Netwrix File Server Auditor and
FileAudit which seem very similar in functionality and ease of use. These basically read in the event log to provide long term archive and reporting on it.
Good luck,
Tim

Similar Messages

  • All My Files, shows too much!

    The "All my Files" function shows files that are inside locked folders. It even allows opening said files. This is not good! Thankfully they don't show up in spotlight, but that is little console.
    Does anyone else have this problem, and is there a fix?
    On another note, the forms we use to enter text on this site don't follow the usual "Mac" rules. You can't "3 finger" click a word to use the dictionary, right clicking doesn't give you the universal contextual menu functions... What gives?
    John

    bump

  • Too much information

    Hello everybody,First of all I have to say that I'm not a Netapp expert as you will see.After some time without receivng the autosupport, with the help of NetApp support we solved that problem.Now I receive daily one mail with performance data and one mail fron each storage. Each mail contains about 20 files. Some of them compressed and some plain text files. Too much information. Also I supose ver complete information. But I can't analyze daily those files.The problem that I have is that I'm not an expert.In our IT Dept we are two people and we receive similar information from other resources: Backup copies results, VmWare chenges of status, and so on.When we receive those mails we only check if in the boy of the e-mail some error is metioned.I wonder if NetApp (our storages) is capable to send me an e-mail only with relevant error messages. Please undestand me. All this information is very useful to solve problems and know the storage status, but is too much information if I need only to notice that "there is a problem". Excuse me for this "simple" problem and my poor English. Thank you all. Daniel

    Hi Daniel, What you need to do is divert your autosupport to Netapp ASUP DataWare House instead of your email id . Any support can help setting up filer configuration for the same.  For getting notified for failure messages , you can use "myautosupport" tool. it is available for any one who has purchased storage system from Netapp The flow is1.  Login to http://mysupport.netapp.com/myautosupport/2. Search for System by Serial Number, System id, Host Name3. Select Notification 4. Select appropriate error messages for which you need asup     For errors refer below sections : "Section:Error Messages"5. Enter email id and submit

  • IMovie HD - Trouble!  Video is skipping like it has too much information??

    On my current iMovie HD project, the Video portion of the playback is skipping during the last song I am working on. It's almost like there is too much information during that song, but I have not added transitions, sound effects, etc to the clips.
    I have tried deleting song and adding a different song, same problem. The other 30 minutes of the movie play perfectly.
    Wowsers. Any help would sure be appreciated. Thanks.

    Thank you Jason for responding so quickly.  I clear the auto-linking and do my own linking between tables.  As you said, "there's nothing smart about CR's smart links". 
    And I was referring to Microsoft SQL Server 2005 version 9.0.3073.  The problem I initially had was linking CR to the server.  Thankfully I had a lot of help from the linking forum that helped me with it.  I'm running Windows 7 and it appears the operating software has two ODBC one is 32 and the other 64. In the ODBC Data Source Administrator the user DSN is set to the SQL Server.
    Back to this problem.  Trying to figure out the double item numbers and I have tested it with only that one particular table and did not link it to another.  I also have tried it with linking it to other tables to see if somehow that could put a restriction on the information.  The parameters really doesn't work here unless I'm setting it up incorrectly.  Nor does the Select Expert really do what I need it to do. The options I can choose from: Itemnumber:  is any value, is equal to, is not equal to, is one of... nothing gives me the option to say only choose the child if the child was purchased.  And I'm not advance enough to figure out a script to do it.
    Per sales order (I have the report to group by the sale order number) I need it to list the correct item that was purchased by the customer.  The report pulls into the detail section of the report the parent and child item number when only the child item was ordered and not the parent.
    I have a feeling you are correct in saying
    Don thank you very much for the registry edit.  It has saved me a step in creating new reports.
    Thank you both again,
    Cindy W.

  • How can i save music and pictures so all users can access them?

    how can i save music and pictures so all users can access them?

    Hi, this should be your answer as for sharing music. For photos though, I would assume you can do the same thing. Hope it helps!
    http://support.apple.com/kb/ht1203

  • [Solved] Ensure all users have access to directory and files

    I'm writing a PKGBUILD thats installing to /usr/share/.../... and building the package is giving me permissions for files and parent folder as root:root and directory/file permissions as 755 and 644 respectively.  Because it looks like the files need to be alterable (at least temporarily), I'd like all users to be able to have the correct permissions for them.  This may cause problems for multiple users on the system because settings may get saved here but I'd still like to be able to do this because people with single-user systems can benefit from this (i.e. I'd be todd:users while someone named joe would be joe:users) to be able to have access.  I've heard of the nobody group before, can I do something like this?:
    chown -R nobody:users ${pkgdir}/usr/share/.../...
    Any recommendations?
    Last edited by Gen2ly (2012-06-19 05:36:33)

    You can give the files that need to be altered the permission 0666. If you want also to give users permissions to create new files and directories give the directories permissions 0777. Leave the owner as root:root ("nobody" is just another normal user, it is used to run system daemon that for some reason we do not want to run as root). That's said what you are trying is considered bad practise (be also aware that two different users could modify the same file at the same time with unpredicatble results). If it is not fixable in a proper way, you could install the whole package your home directory (without making an arch package), just alter the PATH and possible LD_LIBRARY_PATH). In any case if you decide to make an arch package like this, such a package will not be suitable for distribution.
    Last edited by olive (2012-06-17 21:25:38)

  • Sshd_config with UseLogin denying all users shell access

    I have searched for solutions to this problem for quite some time, so any help would be greatly appreciated.
    For clarity, I will give the full description:
    Solaris 10, fully patched, running Sun SSH.
    back with rsh (and still can if rsh is enabled), if you set /dev/console in /etc/default/login, you could, as root perform:
    # rsh problemHost <some_command>
    and it would execute, however if you ran
    # rsh problemHost
    it would return "not on system console"
    If a normal user did it, it would work, as /dev/console was only limited to ROOT.
    Currently, I have UseLogin set in my sshd_config file. This is allowing this same functionality; root is allowed remote execution and denied shell access via ssh (with keys only of course). However, my problem is that it is denying ALL USERS a shell. So, users can run ssh problemHost <command>, but cannot ssh to the problem host for an interactive session.
    I need this type of functionality to maintain a solid BSM audit trail for compliance to our SOX standards.
    EXAMPLE::
    Current Situation:
    # whoami
    root
    # ssh problemHost hostname
    problemhost.domain
    # ssh problemHost
    Not on a system console.
    connection closed
    # whoami
    user1
    # ssh problemHost hostname
    problemHost.domain
    # ssh problemHost
    Not on a system console.
    connection closed.
    Desired/EXPECTED results:
    # whoami
    root
    # ssh problemHost hostname
    problemhost.domain
    # ssh problemHost
    Not on a system console.
    connection closed
    # whoami
    user1
    # ssh problemHost hostname
    problemHost.domain
    # ssh problemHost
    Welcome to problemHost!!!
    problemHost ~>
    Edited by: jcarlson-cin on Apr 22, 2008 5:27 PM

    if UseLogin (see below) is left out, ssh performs as expected. However, it does not deny root access to an interactive session. that is what I am trying to achieve with the /dev/console setting in /etc/default/login. According to the man pages, UseLogin tells sshd to read /etc/default/login.
    sshd_config:
    # Allow root to login with SSH
    PermitRootLogin without-password
    ## UseLogin -- Specifies whether login(1) is used for interactive login sessions.
    UseLogin yes

  • Server based Office 2013 - where do I save word templates on the server for all users to access from "New"?

    Wonder if anyone can point me in the right direction. I'm used to working with stand alone desktop MS Office products.
    We have a server connected to six desktop work stations. All stations have access to Microsoft Office 2013 on the server, and the printer is linked through
    the server.
    Users are currently accessing Word doc Documents on the shared (p) drive as templates, and then saving them with relevant file names to their area on the
    (p).
    Surely there is a way to save Word templates to the server, so that when someone clicks on "New" in Word our own templates are also offered automatically?
    Thanks
    Mark

    If
    anyone knows the address
    for where Microsoft stores the main default templates  - then that would
    be really useful? It would also allow us to get rid of the numerous templates that we would never use.
    Thanks :)

  • Windows Users file access SLOW

    XServe 10.4.11
    Connecting to my Home Directory with a XP machine. I can see all my files, but it takes forever to open them.
    Launching AppleWorks 6 on the PC is fine, but opening a document off the server takes over 120 seconds to display. During the time it is 'trying' to open, it seems the PC is locked up.
    This is happening on all our PCs as well. Our Macs have no problems opening the same files.
    The same slow network access is happening when the PCs try to open Word documents stored on the Server as well.
    What settings can I tweak (from the defaults) to allow my PC users to access their documents off the server?
    We were hoping to eliminate the Netware Servers at our High School, but this test we are doing at our Adm Bldg is NOT going very well at all.

    That wasn't it. Documents on PCs still take a LONG time (opening an AppleWorks 6 document for example on a PC took over 1 minute).

  • Migration assistant doesn't migrate all user files

    I Wanted to do a semi clean install, so I decided to erase everything and install a fresh OS X Yosemite.
    i Used migration assistance to only migrate my user account and all its files. Everything seemed to work fine, until I realized I was missing things. Some fonts were not copied over (/User/name/Library/Fonts) and most of my music was not copied over (~/Music/iTunes etc.). The only music that seemed to transfer were ones I purchased from iTunes or imported recently (with the latest iTunes). I got fed up with the entire process and didn't do any more investigation or debugging and am now doing a full restore from time machine. Luckily I have two time machine backups... Can't always assume everything will go correctly (one time machine is stuffed as it was preparing to backup my new installation with lost user files).
    has anyone else had the same problems?
    As a note I was able to locate those fonts manually on one of the time machine backups but it said the links we broken (they must be aliases) but since I knew the absolute path I could find them. Maybe that's part of the problem? Also I wonder if user permissions (eg ownership) could affect the restore user account process...
    Ps: Apple this site ***** on my iPad mini. Fonts are way too small!

    I did exactly that
    If so, that would have been Setup Assistant, not Migration Assistant. From the sound of it, I'm not so certain that is what you did. They are very similar, but may produce different results. Setup Assistant appears on the first boot of the new Mac. It is generally far more problem free than Migration Assistant. If you select the option to migrate later you get MA. Have you checked to see if you don't now have another User where all your settings now reside. This can be the result of using MA.
    If you didn't use SA on the first boot, it might be far less time consuming and aggravating to simply reinstall the OS and the bundled apps. This will produce a brand new option to use SA on the first boot.

  • Playing Video files taking too much CPU processing(50 % )

    Hello everyone,
    My macbook taking too much CPU processing power for playing Video file.Below shared the statistics..Is it a issue..? can you please help me here..I can't play simultaneously 2-3 MKV videos..distorted picture Quality.
    Macbook:
    mkv
         Qucik Time PLayer (using perian plugin):50%
         vlc:40%
          mplayer:60%
    normal(example Mp4)
         Qucik Time PLayer (using perian plugin):30%
         vlc:25%
    where a normal Linux system takes
      mkv file with VLC : 20-25%
    Thanks in advance...

    Simple thing to try would be to disable composite and see how you fare then
    Check the logs first, though

  • When userenv('CLIENT_INFO') return too much information?

    We just applied some oracle patches and now when when I do a "select trim(userenv('CLIENT_INFO')) from dual", I am getting PETERRA:1389409584404465. All I want/need is JUST the user name (PETERRA). This worked before our DBAs applied the patch(es).
    Is there a setting I can change to only get the user name - not the "extra" information?
    Please advise.

    SleepDeprivedInSeattle wrote:
    We just applied some oracle patchesWhat patches?
    and now when when I do a "select trim(userenv('CLIENT_INFO')) from dual", I am getting PETERRA:1389409584404465. All I want/need is JUST the user name (PETERRA). This worked before our DBAs applied the patch(es). See +{message:id=10387545}+ : this appears to be a bug or undocumented change in behaviour introduced at some point between 3.0.0 and 4.1.1.
    It's not just the length/additional data, its the difference between the information returned by <tt>CLIENT_INFO</tt> and <tt>CLIENT_IDENTIFIER</tt> (builder session ID and runtime app session ID?)
    Oracle didn't respond to that thread.
    Is there a setting I can change to only get the user name - not the "extra" information?Not that I'm aware of. Can you trim off the extra info?

  • How to view all transactions that all users have access with in a year.

    Hello
    Does anyone know if they is a report that shows all users and the transactions they have used within a year? I have tried STAT3 and STAD and also SM20 however this does not give me all the users and their transactions used.
    I would be greatful if anyone can please help.
    Thank you
    Regards
    Bindi

    In SUIM you will not find this data. Explore ST03N.
    Edited : I doubt whether it will give you a year dat or not. Default logging is last 3 months including current month. The best way to do this is to create Z table to log all data during a year.
    Regards,
    Arpan Paik
    Edited by: P Arpan on Jan 19, 2011 5:59 PM

  • Brand new to Mac, does TM backup all users files, even when not logged on?

    Hi Im brand new to Mac so please be gentle with me!!
    Im about to use TM for backup, I have an account and have made one for my wife, as we both have an iPod and so Ive herd its easier to use 2 accounts.
    She wont be logged on much, so if when Im logged on does TM backup the whole HDD, rather than just the user that is logged on?
    if not how does it work to backup everything? do you have to keep logging on?
    cheers

    I have no idea what question the Apple person THOUGHT he was answering, but Time Machine backs up changes for everything in /Users (i.e., for all accounts) whether or not an account happens to be logged in at the moment. Just tested and confirmed.
    THE TEST:
    My Powerbook has an Admin account a Standard account and the Leopard Guest account.
    I Restarted the machine, logged in as the Admin account, and turned off System Preferences / Time Machine. I then created a Text Edit file on the Desktop.
    In Time Machine I verified that this file was visible in the current view of the Desktop but not in the immediately prior backup.
    I then logged out of the Admin account and logged in as the Standard account.
    I turned on System Preferences / Time Machine and did a Back Up Now. I then turned off System Preferences / Time Machine again to insure no further backups might happen.
    Of course the Standard account can't see into the Time Machine backups of the folders from the Admin account, so I logged out of the Standard account and logged in again as Admin.
    Looking in Time Machine, I now see the Text Edit file both in the current view of the Desktop and in the backup just completed by the Standard account.
    I turned System Preferences / Time Machine back on, and deleted the test file. Looking again in Time Machine, the test file is no longer in the current view of the Desktop, it IS in the immediately preceding backup (the one that the Standard account initiated), and is not in the backup prior to that.
    END OF TEST
    This makes perfect sense since the file system event logs don't care whether a user is still logged in. Nor would a Deep Traversal backup care.
    --Bob

  • Leopard - File sharing too much?

    I've got Leopard setup with file sharing over SMB. Right now, the only folder I have shared under 'File Sharing' in the system prefs is my Home directory, and that's only shared to a single account.
    Yet, from my windows machine, I see every signal drive being shared including "Macintosh HD" and my various external drives. I checked and I have read/write access on all of them.
    Why are all these extra volumes being shared? And any idea how to stop that?
    Thanks

    Same issue...just happened a few days ago and racking my brain on why. Found this post:
    http://discussions.apple.com/thread.jspa?threadID=1247712&tstart=0
    Think the key is this: com.apple:show admin all volumes = yes (I have not played with this yet but did create a standard account to test the non-admin user)
    I created another user account with standard permissions (don't check the admin box when you create it). Set that up with File Sharing. When I did this, only the user's home folder was shown. but, on my regular account (with an admin status), I get the root level of the hard drive.
    This WAS working correctly with my admin account and only showing my home and folders within that. I either changed something or the daemons got restarted...maybe I was a standard user initially and changed that to admin (don't think so). Per the other thread, it shows why a reboot could cause this (/var/run/smb.conf regen when the daemons restart). Btw, this is a virgin 10.5 install on a new mac.
    I am trying to figure out why it was working correctly but is not now. The way I read it though, admin users are suppose to get all volume access by default. If it is a feature/bug, you change the smb.conf file per the above or create a standard account for sharing files. Still digging...

Maybe you are looking for

  • ITunes 11.1.2 on a Mac Mini running 10.6.8 (10K549) won't launch. Any ideas?

    After importing multiple audio files into iTunes, I updated my software on my MacMini. The update included iTunes 11.1.2. Now, when I click on either the iTunes icon in the dock or double click on the iTunes icon in the applications folder, iTunes do

  • HTML photo gallery best practices

    Dear Common Wisdom: I have seen a number of variations with regards to types of HTML photo/image galleries within folio files out there. Is a best practice materializing in anyone's opinion? Thanks for your thoughts! CJ

  • How to make file navigator

    ill try and explain this in the least confusing way i can. I have a page on my site that i want to have a navigation system setup so a person on that page can find files in a folder on my computer and download them. right now i have it so when the pa

  • Insearch of a BC4J Success Story

    I have a question about BC4J. Are there any success stories of projects developed using BC4J? If there are some then may i know the companies, project domain, complexity, size, duration of such projects? (Only concerned in projects which are successf

  • Various advice needed to overclock cpu using my MSI k8n platinum sli

    Hey guys, i recently overclocked my amd 64 3500 cpu to 2.4ghz (from 2.2ghz) i was wondering if any could tell me how high i can get this cpu up to using the msi k8n platinum sli mobo. At the moment the cpu's temp goes to 40-45 oC. If i can overclock