An analyst has investigated multiple alerts on a number of HR workstations and found that java.exe is attempting to PowerShell. Of the Windows workstations in question, the analyst has also found that Java is installed in multiple locations. The analyst needs to block java.exe from this type of operation.
Which rule meets this need?
- **/java.exe --> Invokes an untrusted process --> Terminate process
- **/Program Files/*/java.exe--> Invokes an untrusted process --> Deny operation
- **\Program Files\*\java.exe --> Invokes a command interpreter --> Terminate process
- **\java.exe --> Invokes a command interpreter --> Deny operation
Reveal Solution
Next Question