Potential Exploitation of CVE-2024-3094 - Suspicious SSH Child Process
Description
Detects potentially suspicious child process of SSH process (sshd) with a specific execution user. This could be a sign of potential exploitation of CVE-2024-3094.
Query · sigma
selection: ParentImage|endswith: /sshd CommandLine|startswith: - bash -c - sh -c User: root condition: selection
Known false positives
- Administrative activity directly with root authentication might trigger this rule if it's unnecessarily prefixed with "sh -c" or "bash -c"