IMPORTANT ANNOUNCEMENT: On May 6, 2024, Carbon Black User eXchange (UeX) and Case Management will move to a new platform!
The Community will be in read-only mode starting April 19th, 7:00 AM PDT. Check out the blog post!
You will still be able to use the case portal to create and interact with your support cases until the transition, view more information here!

App Control: Server Backlog Caused by PowerShell Files

App Control: Server Backlog Caused by PowerShell Files

Environment

  • App Control Windows Agent: All Supported Versions
  • App Control Console: All Supported Versions

Symptoms

Increased server backlog shows that much of the activity is coming from PowerShell .ps1 files

Cause

These files appear to be related to the OS attempting to check whether or not AppLocker is enabled.

Resolution

  1. Login to the Console and verify the Custom Rule for the psscriptpolicytest files is created.
  2. Navigate to https://ServerAddress/shepherd_config.php
  3. Select the Property, "ABExclusionRules". 
    • If a Value currently exists, copy & paste this to the end:
      |;????????.???.ps1,*-????-????-????-*.ps1,__psscriptpolicytest_*.???.ps1;;;;;;;;;3
    • If a Value does not currently exist, copy & paste this:
      ;????????.???.ps1,*-????-????-????-*.ps1,__psscriptpolicytest_*.???.ps1;;;;;;;;;3
      
  4. Click Change to apply the new ABExclusion

Additional Notes

  • This ABExclusion instructs the Agents to not send Events related to specific PowerShell .ps1 files to the server, but to still scan and track it's operations in it's own local cache.
  • Trailing/Proceeding spaces are not supported in ABExclusion rules.
  • ABExclusions are separated by the pipe character |

Related Content


Labels (1)
Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎09-09-2020
Views:
6047
Contributors