T1505.003 Linux Webshell Indicators
T1505.003 - Linux Webshell Indicators¶
DESCRIPTION¶
Detects suspicious linux sub processes of web server processes.
Reference:
https://www.acunetix.com/blog/articles/web-shells-101-using-php-introduction-web-shells-part-2/
https://media.defense.gov/2020/Jun/09/2002313081/-1/-1/0/CSI-DETECT-AND-PREVENT-WEB-SHELL-MALWARE-20200422.PDF
https://github.com/SigmaHQ/sigma/blob/bd4542448564d8c9bbdac8a6b32b3975af153772/rules/linux/process_creation/proc_creation_lnx_webshell_detection.yml
Related
common persistence - Linux
ATT&CK TACTICS¶
An error occurred while fetching content from {{ T1505 }}: 'T1505' is undefined
Data Source(s): Process
SENTINEL RULE QUERY¶
Triage¶
- Remove the comment "//" in 'summarize' statement in above KQL to assist in analysis and removing data duplicates.
- Examine the sub processes (under FolderPath) and the command-line whether the activity is suspicious
- Check for additional suspicious sub processes detected from the same hosts
- Verify if the location of the parent process and the process is expected
FalsePositive¶
Web applications that invoke Linux command line tools
VERSION¶
Version 2.0 (date: 09/02/2024)