New Self Extracting Package Created Via IExpress.EXE
Description
Detects the "iexpress.exe" utility creating self-extracting packages. Attackers where seen leveraging "iexpress" to compile packages on the fly via ".sed" files. Investigate the command line options provided to "iexpress" and in case of a ".sed" file, check the contents and legitimacy of it.
Query · sigma
selection_1_parent: ParentImage|endswith: \iexpress.exe selection_1_img: - Image|endswith: \makecab.exe - OriginalFileName: makecab.exe selection_2_img: - Image|endswith: \iexpress.exe - OriginalFileName: IEXPRESS.exe selection_2_cli: CommandLine|contains: ' /n ' condition: all of selection_1_* or all of selection_2_*
Known false positives
- Administrators building packages using iexpress.exe