Environment
- Carbon Black Cloud Console: All Versions
- Carbon Black Cloud Sensor: 3.8.0.722 and Higher
- Microsoft Windows: All Supported Versions
Symptoms
Cause
- The application process is making a memory access request to lsass.exe at a more egregious level of permission than is considered safe or required, effectively requesting "full access" to the Local Security Authority process.
- In response, the Sensor denies the OpenProcess request by stripping excess access bits, though it does not block nor terminate the application process nor prevent it from executing.
- For the most part, applications are unaffected by this protection and only processes that rely on the inappropriate permissions will fail.
Resolution
If the application process is trusted and the lsass protections are causing application interoperability issues, create an Allow or Allow & Log permission for memory scraping operations.
- Log into the Console and navigate to Enforce > Policies > Relevant Policy > Prevention
- Add a new permission using the process path from the Event to Allow the operation: Scrapes memory of another process. Example:
Applications at path: *:\path\applicationprocess.exe > Scrapes memory of another process > Allow
Note: A Bypass Permission will not prevent these policy actions from occurring, an Allow or Allow & Log permission is required.
Additional Notes
Related Content