mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Update linux_possible_append_command_to_at_allow_config_file.yml
This commit is contained in:
@@ -12,8 +12,7 @@ description: This analytic looks for suspicious commandline that may use to appe
|
||||
create a user or add the compromised username to that config file to execute at to schedule it malicious code. This anomaly detection
|
||||
can be a good indicator to investigate further the entry in created config file and who created it to verify if it is a false positive.
|
||||
search: '| tstats `security_content_summariesonly` count from datamodel=Endpoint.Processes
|
||||
where Processes.process = "*echo*" Processes.process = "*>>*"
|
||||
AND Processes.process IN("*/etc/at.allow", "*/etc/at.deny")
|
||||
where Processes.process = "*echo*" AND Processes.process IN("*/etc/at.allow", "*/etc/at.deny")
|
||||
by Processes.dest Processes.user Processes.parent_process_name Processes.process_name Processes.process Processes.process_id Processes.parent_process_id Processes.process_guid
|
||||
| `drop_dm_object_name(Processes)`
|
||||
| `security_content_ctime(firstTime)`
|
||||
@@ -70,4 +69,4 @@ tags:
|
||||
cis20:
|
||||
- CIS 3
|
||||
- CIS 5
|
||||
- CIS 16
|
||||
- CIS 16
|
||||
|
||||
Reference in New Issue
Block a user