The current detection is using Processes.parent_process = "*-n*", but does not detect the usage of Processes.parent_process = "*/n*"
Detection enhancement by filtering for both slash and hyphen notation to detect alternative spellings. Or is there a special reason why hyphen notation is not taken into account?
The current detection is using
Processes.parent_process = "*-n*", but does not detect the usage ofProcesses.parent_process = "*/n*"Detection enhancement by filtering for both slash and hyphen notation to detect alternative spellings. Or is there a special reason why hyphen notation is not taken into account?