Process Execution From WebDAV Share
Description
Detects execution of processes with image paths starting with WebDAV shares (\\), which might indicate malicious file execution from remote web shares. Execution of processes from WebDAV shares can be a sign of lateral movement or exploitation attempts, especially if the process is not a known legitimate application. Exploitation Attempt of vulnerabilities like CVE-2025-33053 also involves executing processes from WebDAV paths.
Query · sigma
selection: Image|startswith: \\\\ Image|contains: \DavWWWRoot\ condition: selection
Known false positives
- Legitimate use of WebDAV shares for process execution
- Known applications executing from WebDAV paths