Skip to content

Some bins added #5133

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ description: Detects suspicious sub processes of web server processes
references:
- 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
author: Florian Roth (Nextron Systems), Nasreddine Bencherchali (Nextron Systems)
author: Florian Roth (Nextron Systems), Nasreddine Bencherchali (Nextron Systems), CheraghiMilad
date: 2021-10-15
modified: 2022-12-28
modified: 2024-12-18
tags:
- attack.persistence
- attack.t1505.003
Expand All @@ -33,17 +33,23 @@ detection:
- 'websphere'
sub_processes:
Image|endswith:
- '/whoami'
- '/ifconfig'
- '/ip'
- '/bin/uname'
- '/bin/cat'
- '/bin/crontab'
- '/bin/ufw'
- '/bin/uname'
- '/hostname'
- '/id'
- '/ifconfig'
- '/ip'
- '/iptables'
- '/netstat'
- '/nslookup'
- '/pwd'
- '/route'
- '/users'
- '/w'
- '/who'
- '/whoami'
condition: 1 of selection_* and sub_processes
falsepositives:
- Web applications that invoke Linux command line tools
Expand Down
Loading