Identification of Events or Host Commands that are related to the MicroSCADA SCILC programming language and specifically command execution
Example:
C:\sc\prog\exec\scilc.exe -do pack\scil\s1.txt
Related
SCADA Sandworm
Reference:
https://www.mandiant.com/resources/blog/sandworm-disrupts-power-ukraine-operational-technology
{{ mitre("T1059")}}
Data Source(s): Application Log
let c1 = dynamic([@"\scilc.exe", "-do"]);
find where InitiatingProcessCommandLine has_all (c1) or ProcessCommandLine has_all (c1) or CommandLine has_all (c1)
- Evaluate the commandlines
- Analyse the sample files being executed
- Red Team activity
Version 1.0 (date: 10/11/2023)