Anvilogic high experimental spl

Access Common Package Config file [splunk-edr]

Adversaries may establish persistence and/or elevate privileges using system mechanisms that trigger execution based on specific events. An Adversary with access could identify or modify configuration of packages in order to execute code and evade defenses.

View Source

Detection Logic

`get_endpoint_data` `get_endpoint_data_edr` ((event_type IN ("childproc","netconn","proc")) 
OR (TERM(ProcessRollup2) 
OR Type=Process) 
OR TERM(DeviceProcessEvents)) (TERM(vi) 
OR TERM(vim) 
OR TERM(nano) 
OR TERM(visudo) 
OR TERM(edit) 
OR (TERM(copy) TERM(con)) 
OR TERM(cat) 
OR TERM(more) 
OR TERM(gc) 
OR TERM(get-Content) 
OR ">>" 
OR ">") ("requirements.txt" 
OR "pip.conf" 
OR "package.json" 
OR "gemspec" 
OR "gemrc")
| regex process="(?i)(vi
| vim
| nano
| visudo
| edit
| copy\s+con
| cat
| more
| gc
| get-content
| type
| \>\>
| \>)\s+.+(requirements\.txt
| pip\.conf
| package.json
| \.gemspec
| gemrc)"
| table _time, host, user, process, process_*, parent_*, signature_id
| bin span=1s
| stats values(*) as * by _time, host

Field Validations

Loading…

Comments (0)

Loading comments...