Execution From Webserver Root Folder
Description
Detects a program executing from a web server root folder. Use this rule to hunt for potential interesting activity such as webshell or backdoors
Query · sigma
selection: Image|contains: - \wwwroot\ - \wmpub\ - \htdocs\ filter_main_generic: Image|contains: - bin\ - \Tools\ - \SMSComponent\ ParentImage|endswith: \services.exe condition: selection and not 1 of filter_main_*
Known false positives
- Various applications
- Tools that include ping or nslookup command invocations