1. CrowdStrike Falcon® Documentation
Prevention Policy Settings Guide
"Exclusions" section
"Wildcard Support in Exclusions" subsection. The documentation explicitly states: "The single asterisk () matches any number of characters. The single asterisk does not match directory separators (\ or /)." This directly confirms that the wildcard is limited to a single path segment.
2. CrowdStrike Falcon® Documentation
Sensor for Windows: Deployment Guide
"Exclusion Examples" section. The examples provided illustrate this principle. For instance
an exclusion for C:\Users\\temp.exe would match C:\Users\jsmith\temp.exe but would not match C:\Users\jsmith\documents\temp.exe. To match the latter
the pattern C:\Users\\temp.exe would be required.