[Tuning] Reverse Shell Rules (#2959)
* [Rule Tuning] Reverse Shell Rule destination.ip tuning * Updated updated_date
This commit is contained in:
@@ -4,7 +4,7 @@ integration = ["endpoint"]
|
||||
maturity = "production"
|
||||
min_stack_comments = "New fields added: required_fields, related_integrations, setup"
|
||||
min_stack_version = "8.3.0"
|
||||
updated_date = "2023/07/05"
|
||||
updated_date = "2023/07/25"
|
||||
|
||||
[rule]
|
||||
author = ["Elastic"]
|
||||
@@ -42,7 +42,7 @@ sequence by host.id, process.entity_id with maxspan=1s
|
||||
"./*", "/tmp/*", "/var/tmp/*", "/var/www/*", "/dev/shm/*", "/etc/init.d/*", "/etc/rc*.d/*",
|
||||
"/etc/crontab", "/etc/cron.*", "/etc/update-motd.d/*", "/usr/lib/update-notifier/*",
|
||||
"/boot/*", "/srv/*", "/run/*", "/root/*", "/etc/rc.local"
|
||||
) ]
|
||||
) and destination.ip != null and destination.ip != "127.0.0.1" and destination.ip != "::1" ]
|
||||
[ process where host.os.type == "linux" and event.action == "exec" and event.type == "start" and
|
||||
process.name : ("bash", "dash", "sh", "tcsh", "csh", "zsh", "ksh", "fish") and
|
||||
process.parent.name : ("bash", "dash", "sh", "tcsh", "csh", "zsh", "ksh", "fish") ]
|
||||
|
||||
Reference in New Issue
Block a user