Thousands of event id 5038

Gray, Jeff 1 Reputation point
2024-08-27T19:09:41.1633333+00:00

We have dozens of windows 11 pro workstations where the security event log records thousands of entries per day with event id 5038. We have Crowdstrike Falcon sensors on all of our workstations. Crowdstrike keeps blaming Microsoft and tells us to submit a case with MS. Looking up the error, techs say you can safely ignore this error, but the problem is that it fills the user's security log after 5 or 6 days and it will not allow a user to log in until the log file is cleared. We do not allow users to be administrators of their machine, so an admin has to log in and clear the log, this we cannot ignore. Anyone else experiencing this? And if so, do you have a solution.

Crowdstrike tells me that Microsoft engineers requested that any customer with this behavior should open their own case with Microsoft and reference the ticket number – 2201120060000454. Problem is we do not have a Microsoft TAM or an escalation engineer that Crowdstike says we should contact.

The file that it keeps flagging is \Device\HarddiskVolume3\Windows\System32\ScriptControl64_15908.dll. If you ask me, since this is a Crowdstrike file it should be a Crowdstrike issue, but what do I know.

Windows for business | Windows Client for IT Pros | User experience | Other

Locked Question. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Wesley Li 11,280 Reputation points
    2024-08-28T15:33:40.2+00:00

    Hello

    Event ID 5038 indicates that the image hash of a file is not valid, which can be due to unauthorized modification or a potential disk device error. Given that the flagged file is associated with Crowdstrike, it does seem logical to consider it a Crowdstrike issue. Here's a summary of the issues and some potential steps you could take:

    Summary of Issues:

    1. Event ID 5038:Thousands of security log entries daily, filling up the log and preventing user logins.
    2. Crowdstrike's Response:Crowdstrike is pointing to Microsoft, suggesting these logs can be ignored but filling up the log file becomes a problem.
    3. Microsoft Case:Crowdstrike provided a Microsoft ticket number but you lack a Microsoft Technical Account Manager (TAM) or escalation engineer to contact directly.
    4. Specific File:The file \Device\HarddiskVolume3\Windows\System32\ScriptControl64_15908.dll is being flagged, which appears to be related to Crowdstrike.

    Potential Steps:

    1. Temporary Workaround (Increasing Log Size):

       - Increase Log Size:Temporarily increase the maximum size of the Security Event Log to prevent it from filling up too quickly. This is a stop-gap measure but might give you some breathing room.

         - Open Event Viewer.

         - Right-click "Security" log and select "Properties."

         - Increase the log size.

    1. Automate Log Clearance:

       - Script: Set up a scheduled task using a script to clear the security logs at regular intervals.

         - Example script:

           ```powershell

           wevtutil clear-log Security

           ```

         - Ensure this complies with your organization's log retention policies.

    1. Reduce Logging for Specific IDs:

       - Audit Policy:If appropriate, adjust the security audit policy to reduce logging for specific event IDs.

         - Group Policy Editor: Computer Configuration -> Windows Settings -> Security Settings -> Advanced Audit Policy Configuration -> System Audit Policies

    1. Contact Microsoft Support:

       - Even without a Microsoft TAM, you can still open a support case with Microsoft. Provide the referenced ticket number.

       - Microsoft Support:You can open a support case via the Microsoft support website or through your Microsoft 365 admin portal if applicable.

    1. Re-engage Crowdstrike:

       - Provide detailed logs and emphasize the operational impact (users unable to log in).

       - Request escalation within Crowdstrike for further assistance.

       - If they maintain it's a Microsoft issue due to the flagged file, push for more specific evidence or an official statement.

    1. Check for Updates:

       - Ensure you are running the latest versions of both Windows and Crowdstrike Falcon sensors, as updates may contain fixes for such issues.

    Long-term Solutions:

    • Unified Logging Strategy:Work on a longer-term solution for unified logging, perhaps involving SIEM solutions.
    • Security Log Management:Implement centralized logging solutions to better handle large volumes of security events without impacting the workstation's log file size.

    Final Note:

    Given that the flagged file is associated with Crowdstrike, it indeed seems logical that Crowdstrike should take a more active role in resolving this issue.

  2. Wesley Li 11,280 Reputation points
    2024-09-02T16:54:37.8366667+00:00

    Hello

    Do you have any other questions?

    What is the current progress of the issue?

    Thanks

    0 comments No comments