Not a bootkit.
Features:
1) PE32 files infection:
Entry point overwrite, malware attached to infected file as a new section;
Payload packed with ASPack 2.1X;
Controls WFP behaviour;
Malware contain two additional files encrypted with custom algo (for decrypt see @00402F1C, decrypt(ResourceCatalog, hInstance, ResourceId));
Payload dll (dmlocalsvc.dll) packed with UPX
2) Driver agent is second encrypted file and it used for SSDT restoration (creates device named "Sixser" and works with it via DeviceIoControl), driver miss obfuscation and was already modified by authors to avoid signature detection (splitting strings);
3) Kill AV features implemented with "Image File Execution Options", "debugger" trick, blacklist:
https://www.virustotal.com/en/file/af80 ... /analysis/
https://www.virustotal.com/en/file/6de2 ... /analysis/
https://www.virustotal.com/en/file/a0b8 ... /analysis/
https://www.virustotal.com/en/file/6f2b ... /analysis/
https://www.virustotal.com/en/file/8d59 ... /analysis/
Features:
1) PE32 files infection:
Entry point overwrite, malware attached to infected file as a new section;
Payload packed with ASPack 2.1X;
Controls WFP behaviour;
Malware contain two additional files encrypted with custom algo (for decrypt see @00402F1C, decrypt(ResourceCatalog, hInstance, ResourceId));
Payload dll (dmlocalsvc.dll) packed with UPX
2) Driver agent is second encrypted file and it used for SSDT restoration (creates device named "Sixser" and works with it via DeviceIoControl), driver miss obfuscation and was already modified by authors to avoid signature detection (splitting strings);
3) Kill AV features implemented with "Image File Execution Options", "debugger" trick, blacklist:
Code: Select all
Original dropper, malware, unpacked malware, driver, dll in attach.MPSVC.exe
MPMon.exe
MPSVC1.exe
MPSVC2.exe
RavMonD.exe
360tray.exe
MPSVC.exe
KSafeTray.exe
RsAgent.exe
avp.exe
https://www.virustotal.com/en/file/af80 ... /analysis/
https://www.virustotal.com/en/file/6de2 ... /analysis/
https://www.virustotal.com/en/file/a0b8 ... /analysis/
https://www.virustotal.com/en/file/6f2b ... /analysis/
https://www.virustotal.com/en/file/8d59 ... /analysis/
Attachments
pass: infected
(824.54 KiB) Downloaded 73 times
(824.54 KiB) Downloaded 73 times
Ring0 - the source of inspiration