Maximum log size should be set to any kind of event logs, as part of your security policy. This configuration's value is highly important for detecting attacks and investigating their source. Allocating insufficient storage space will lead to information loss of what happened in the network, therefore breaches could remain undetected. The following article will present everything you need to know about configuring maximum security log size.

 

Server hardening can be a painful procedure. If you’re reading this article, you probably already know it. Endless hours, labor and money are invested in this process, which can often result in production breakdown despite the effort to prevent it. CSH by CalCom is automating the entire server hardening process. CHS’s unique ability to ‘learn’ your network abolishes the need to perform lab testing while ensuring zero outages to your production environment. CHS will allow you to implement your policy directly on your production hassle-free. want to know more? Click here and get the datasheet. 

 

This blog post will cover:

  1. What is the Maximum Security Log Size policy
  2. The potential vulnerability in this setting
  3.  Countermeasures for mitigating this vulnerability
  4. The potential impact of the configuration change
  5. The setting's default value
  6. CalCom's recommended value
  7. How to change the configuration

POLICY DESCRIPTION:

This policy requires Windows Vista or later versions of Windows. This policy setting specifies the maximum size of the log file in kilobytes. If you enable this policy setting, you can configure the maximum log file size to be between 1 megabyte (1024 kilobytes) and 2 terabytes (2147483647 kilobytes) in kilobyte increments. If you disable or do not configure this policy setting, the maximum size of the log file maximum size will be set to the local configuration value. This value can be changed by the local administrator using the log properties dialog and it defaults to 20 megabytes. For backward compatibility, the same setting can also be configured at Computer Configuration\Windows Settings\Security Settings\Event Log, if set at both locations this one will take precedence.

 

POTENTIAL VULNERABILITY:

If you significantly increase the number of objects to audit in your organization, there is a risk that the Security log will reach its capacity and force the computer to shut down if you enabled the Audit: Shut down system immediately if unable to log security audits setting. If such a shutdown occurs, the computer will be unusable until an administrator clears the Security log. To prevent such a shutdown, you can disable the Audit: Shut down system immediately if unable to log security audits setting that is described in Chapter 5, “Security Options,” and increase the Security log size. Alternatively, you can configure automatic log rotation.

 

COUNTERMEASURES:

You should enable sensible log size policies for all computers in your organization so that legitimate users can be held accountable for their actions, an unauthorized activity can be detected and tracked, and computer problems can be detected and diagnosed.

 

POTENTIAL IMPACT:

When event logs reach capacity, they will stop recording information unless the retention method for each is set so that the computer will overwrite the oldest entries with the most recent ones.

The consequence of this configuration is that older events will be removed from the logs. Attackers can take advantage of such a configuration by generating a large number of extraneous events to overwrite any evidence of their attack. These risks can be reduced if you automate the archival and backup of event log data.

Ideally, all specifically monitored events should be sent to a server that uses an automated monitoring tool. Such a configuration is particularly important because an attacker who successfully compromises a server could clear the Security log. If all events are sent to a monitoring server, then you will be able to gather forensic information about the attacker’s activities.

 

SEVERITY:

Critical

 

196608 KB

 

The Event Log files don’t take up a lot of disk space (e.g., the System event log by default only uses 16MB), but you can adjust the size of an event log so that it uses more or less disk space depending upon your needs.

CIS Benchmarks -What are They and How to Use Them

HOW TO CONFIGURE:

  1. Log in to the computer using a user account with domain administrator privileges.
  2. Open a command prompt, type gpmc.msc and press Enter to start the Group Policy Management Console.
  3. Expand Forest > Domains > domainName > Domain Controllers.
  4. Right-click Default Domain Controllers Policy, and then click Edit.
  5. Expand Computer configuration > Policies > Windows Settings > Security Settings.
  6. Select Event Log and configure Maximum security log size to a size of no less than 196608 KB.
  7. Configure Retention method for security log to Overwrite events as needed.
  8. Return to the command prompt, type gpUpdate, and then press Enter.

To verify this configuration and ensure Active Directory events are not discarded before processing:

  1. Open a command prompt as an administrator.
  2. At the command line, type eventvwr to start the Event Viewer.
  3. In Windows logs, right-click Security, and select Properties.
  4. Verify the settings reflect a maximum log size of no less than 196608 KB, and the selection to Overwrite events as needed.

 

 

 

https://www.netiq.com/documentation/change-guardian/changeguardianuserguide/data/adcongifsel.html

 

 

 

You might be interested