• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Auto Print Security Logs?

is there a setting or some software the will auto print security logs, it seems like when hackers come in they like to delete the logs, so if they are printed before they are delete it would be easier to track them
 
Originally posted by: FreewareTownCOM
is there a setting or some software the will auto print security logs, it seems like when hackers come in they like to delete the logs, so if they are printed before they are delete it would be easier to track them

No offense, but this sounds like a horrible idea unless you REALLY hate trees.
 
As mentioned above, printing isn't the best solution. 😉

Depending what OS you have...
*nix: Set up a syslog daemon on a server well inside your perimeter, and point the syslog on your server to log events to the syslog daemon.
Windows: Sorely lacking in this area, but there are commercial packages available for activity here:
Run agent on Windows to convert security events to syslog events, then send to the syslog daemon as above.
Run scheduled job on Windows to dump the security log to file, and move/copy the file to another server.
Set an alarm to monitor the security log, so if it's ever cleared (event 517 IIRC) you'll get paged, emailed, etc...
 
Back
Top