mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 01:45:21 +00:00
add rule lnx_auditd_web_rce.yml
This commit is contained in:
parent
a499141483
commit
e47caf4749
@ -1,18 +1,26 @@
|
||||
title: Webshell/RCE command execute detect status: experimental description: Posible command execute detect on web application/web shell
|
||||
title: Webshell/RCE command execute detect
|
||||
status: experimental
|
||||
description: Posible command execute detect on web application/web shell
|
||||
# You need to add to the config auditd.conf:
|
||||
# -a always,exit -F arch=b32 -S execve -F euid=33 -k detect_execve_www
|
||||
# -a always,exit -F arch=b64 -S execve -F euid=33 -k detect_execve_www
|
||||
# change 33 to id you webserver user. default:
|
||||
#www-data:x:33:33
|
||||
# -a always,exit -F arch=b32 -S execve -F euid=33 -k detect_execve_www
|
||||
# -a always,exit -F arch=b64 -S execve -F euid=33 -k detect_execve_www
|
||||
# change 33 to id you webserver user. default: www-data:x:33:33
|
||||
tags:
|
||||
- attack.persistence references:
|
||||
- personal experience author: Beyu Denis, oscd.community date: 2019/10/21 logsource:
|
||||
- attack.persistence
|
||||
references:
|
||||
- personal experience
|
||||
author: Beyu Denis, oscd.community
|
||||
date: 2019/10/12
|
||||
logsource:
|
||||
product: linux
|
||||
service: auditd detection:
|
||||
service: auditd
|
||||
detection:
|
||||
selection:
|
||||
type: 'SYSCALL'
|
||||
SYSCALL: 'execve'
|
||||
key: 'detect_execve_www'
|
||||
condition: selection falsepositives:
|
||||
condition: selection
|
||||
falsepositives:
|
||||
- Admin activity
|
||||
- Crazy web applications level: critical
|
||||
- Crazy web applications
|
||||
level: critical
|
Loading…
Reference in New Issue
Block a user