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
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: selectionFalse Positives
Unknown
False positive likelihood has not been assessed. Additional context may be needed during triage.
MITRE ATT&CK
Tactics
Techniques
Rule Metadata
Rule ID
ab90dab8-c7da-4010-9193-563528cfa347
Status
test
Level
medium
Type
Detection
Created
Mon Feb 05
Author
Path
rules/windows/file/file_executable_detected/file_executable_detected_win_susp_embeded_sed_file.yml
Raw Tags
attack.defense-evasionattack.t1218