Re: COTS application suggestions for auditing
From: Eric Fitzgerald [MSFT] (ericf_at_online.microsoft.com)
Date: 04/27/05
- Next message: Backup: "Re: There is a serious problem within Server 2003 SP1."
- Previous message: Stephen Howe: "Re: SFTP"
- In reply to: Roger Abell: "Re: COTS application suggestions for auditing"
- Next in thread: Adam Sandler: "Re: COTS application suggestions for auditing"
- Reply: Adam Sandler: "Re: COTS application suggestions for auditing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 27 Apr 2005 10:37:28 -0700
Security.evt is held open exclusively
The performance impact is probably caused by having to perform two disk
i/o's for every disk i/o (one to do the "real" i/o, and one to record it).
My suggestion is to get a faster system drive (RAID 0 or RAID 0+1), or move
the audit log to a different volume.
I also suggest against auditing reads of any sort, and against auditing
"write attributes" or "write extended attributes". These are the really
high-volume accesses.
Finally I suggest that you don't audit failed access attempts without a plan
for what you're going to do with them. Many failures are normal (Windows
often tries things with more privilege, and if the access fails, retries
automatically and transparently with less privilege- this allows Explorer to
disable menu items in the UI, for instance). Without a baseline the data is
uninterpretable; without a plan the data is just extra perf impact and
storage cost.
Eric
Eric Fitzgerald
Program Manager, Windows Auditing
Microsoft Corporation
-- This information is provided "AS-IS" with no warranty, and confers no rights. "Roger Abell" <mvpNOSpam@asu.edu> wrote in message news:eSeKAnzSFHA.2556@TK2MSFTNGP12.phx.gbl... > OMG - I had never thought of this before, but they are > making you success audit all disk file accesses ?? that is, > as in, successful access to system32\config\SecEvent.Evt > ?? setting up a no-win recursive write demand ? > > For success audits they MUST be selective - file access > success audit across the board on the systems' files (not > just the reg+evt config folder) is guaranteed to bog a > system down. > > -- > Roger Abell > Microsoft MVP (Windows Security) > MCSE (W2k3,W2k,Nt4) MCDBA > "Adam Sandler" <corn29@excite.com> wrote in message > news:1114611150.109795.219800@g14g2000cwa.googlegroups.com... >> >> > permission changes, failed access attempts, policy changes >> > will not of themselves cause much overhead >> >> But it does... The mere act of signing on touches lots of objects on >> the system. With tracking object access enabled, I get over fifty 560 >> event ids in the log just from a single signon only. With Dfs and AD >> running, there's always some kind of replication going on... that >> generates a lot of Account and Object accesses... (the system doesn't >> distinguish between user account and system accounts) which in turn >> bogs the performance down with all this writing to the log. >> >> I'm not making this stuff up you know... you're more than welcome to >> come to my site (I'll foot the airfare) so you can view the event logs >> yourself. >> > >
- Next message: Backup: "Re: There is a serious problem within Server 2003 SP1."
- Previous message: Stephen Howe: "Re: SFTP"
- In reply to: Roger Abell: "Re: COTS application suggestions for auditing"
- Next in thread: Adam Sandler: "Re: COTS application suggestions for auditing"
- Reply: Adam Sandler: "Re: COTS application suggestions for auditing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|