Anvilogic critical experimental spl

Csplit_Split Small Data Staged for Exfil [splunk-unix]

Identify use of csplit or split, in order to chunk web server data into smaller files for later exfiltration. Atomics T1030 Test #1

View Source

Detection Logic

`get_endpoint_data` `get_endpoint_data_unix` (TERM(split) 
OR TERM(csplit)) 
OR (( TERM(cp) 
OR TERM(mv) 
OR TERM(gcp) 
OR TERM(rsync)) 
AND ((TERM(html) 
AND TERM(var) 
AND TERM(www)) 
OR TERM(tomcat) 
OR TERM(nginx) 
OR TERM(htdocs)))
| table _time, host, user, process
| bin span=300s
| stats values(*) as * by _time, host
| where (match(process, "(?i)(split
| csplit)\s") 
AND match(process, "(?i)(-b
| cp
| mv
| gcp
| rsync)\s.+(html
| tomcat
| nginx
| htdocs)"))

Field Validations

Loading…

Comments (0)

Loading comments...