Potential CVE-2022-22954 Exploitation Attempt - VMware Workspace ONE Access Remote Code Execution
Description
Detects potential exploitation attempt of CVE-2022-22954, a remote code execution vulnerability in VMware Workspace ONE Access and Identity Manager. As reported by Morphisec, part of the attack chain, threat actors used PowerShell commands that executed as a child processes of the legitimate Tomcat "prunsrv.exe" process application.
Query · sigma
selection_parent: ParentImage|endswith: \prunsrv.exe selection_payload_pwsh: Image|endswith: \powershell.exe selection_payload_cmd: Image|endswith: \cmd.exe CommandLine|contains: /c powershell condition: selection_parent and 1 of selection_payload_*
Known false positives
- Some false positives are possible as part of a custom script implementation from admins executed with cmd.exe as the child process.