Linux Webshell Indicators
Description
Detects suspicious sub processes of web server processes
Query · sigma
selection_parent_general: ParentImage|endswith: - /httpd - /lighttpd - /nginx - /apache2 - /node - /caddy selection_parent_tomcat: ParentCommandLine|contains|all: - /bin/java - tomcat selection_parent_websphere: ParentCommandLine|contains|all: - /bin/java - websphere selection_child_processes: Image|endswith: - /whoami - /ifconfig - /ip - /bin/uname - /bin/cat - /bin/crontab - /hostname - /iptables - /netstat - /pwd - /route filter_optional_ip_neigh: ParentImage|endswith: /node CommandLine|contains: ip neigh show condition: 1 of selection_parent_* and selection_child_processes and not 1 of filter_optional_*
Known false positives
- Web applications that invoke Linux command line tools