Detectionhightest
Renamed MegaSync Execution
Detects the execution of a renamed MegaSync.exe as seen used by ransomware families like Nefilim, Sodinokibi, Pysa, and Conti.
Convert In Phoenix Studio
Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.
Launch
Log Source
WindowsProcess Creation
ProductWindows← raw: windows
CategoryProcess Creation← raw: process_creation
Events generated when a new process is spawned on the system. Covers command-line arguments, parent/child relationships, and process metadata.
Detection Logic
Detection Logic2 selectors
detection:
selection:
OriginalFileName: 'megasync.exe'
filter:
Image|endswith: '\megasync.exe'
condition: selection and not filterFalse Positives
Software that illegally integrates MegaSync in a renamed form
Administrators that have renamed MegaSync
References
MITRE ATT&CK
Tactics
Techniques
Rule Metadata
Rule ID
643bdcac-8b82-49f4-9fd9-25a90b929f3b
Status
test
Level
high
Type
Detection
Created
Tue Jun 22
Modified
Fri Feb 03
Author
Path
rules/windows/process_creation/proc_creation_win_renamed_megasync.yml
Raw Tags
attack.defense-evasionattack.t1218