You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SPL for Windows Process Commandline Discovery is too specific.
It will not match processes like wmic process get CommandLine,Name,ProcessId or wmic process get Name,CommandLine
Suggestion for the where clause: where `process_wmic` AND Processes.process="* process *" AND Processes.process= "* get *" AND Processes.process="*commandline*"
The text was updated successfully, but these errors were encountered:
The SPL for Windows Process Commandline Discovery is too specific.
It will not match processes like wmic process get CommandLine,Name,ProcessId or wmic process get Name,CommandLine
Suggestion for the where clause:
where `process_wmic` AND Processes.process="* process *" AND Processes.process= "* get *" AND Processes.process="*commandline*"
The text was updated successfully, but these errors were encountered: