Detectionmediumtest

Potentially Suspicious Self Extraction Directive File Created

Detects the creation of a binary file with the ".sed" extension. The ".sed" extension stand for Self Extraction Directive files. These files are used by the "iexpress.exe" utility in order to create self extracting packages. Attackers were seen abusing this utility and creating PE files with embedded ".sed" entries. Usually ".sed" files are simple ini files and not PE binaries.

Convert In Phoenix Studio

Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.

Launch
Joseliyo SanchezCreated Mon Feb 05ab90dab8-c7da-4010-9193-563528cfa347windows
Log Source
Windowsfile_executable_detected
ProductWindows← raw: windows
Categoryfile_executable_detected← raw: file_executable_detected
Detection Logic
Detection Logic1 selector
detection:
    selection:
        TargetFilename|endswith: '.sed'
    condition: selection
False Positives
Unknown

False positive likelihood has not been assessed. Additional context may be needed during triage.