In a multi-domain-setting, I want to collect security file access audit events at a central place.
In ActiveDirectory, it is possible to enable file access auditing at the Domain Controller by creating a GPO. Additionally, at a different 'file server' computer, that is a member of one of the domains, a SACL has to be configured at the file system objects that I want to be audited (and that are included in a network share).
Once this is done, the file access events are recorded and somehow magically transfered to the event log of the domain controller.
I would really like to know:
- How and when are these events transfered? Is the transfer encrypted?
- Is it possible to directly select another (additional) receiver of those events, apart from the domain controller? I know that it is possible to forward those log events later on, but are they by default forwarded to the Domain Controller? Is there an implicit forwarding configured?
- How much traffic is going to be generated, with respect to network load?