Is anyone "normalizing" executable or command line paths in the process schema?
We see some noise in our rare detections for processes that run under the user's home drive.
Considering changing "fred", "mary", "bob", and "alice" here:
"executable": "\\Users\\fred\\AppData\\Local\\Google\\Chrome\\User Data\\SwReporter\\89.259.200\\software_reporter_tool.exe",
to this, so that the ML job won't see each different user's instance of the same tool as an anomaly.
"executable": "\\Users\\##USERNAME##\\AppData\\Local\\Google\\Chrome\\User Data\\SwReporter\\89.259.200\\software_reporter_tool.exe",