- Get Malware samples which you want and download it (Go snd copy paste it to browser to download) - Malware
- Download HXD to configure the keywrods and paste the malware file on it.
- Find keywords - 4D,5A,MZ,This program cannot be run on DOS mode
- If these keywords the file may have then it is a malware because if it is any kind like Jpeg,jpg,pdf,exe or anything else these keywords are there and it means it is executable.
- if we do any changes like making jpeg to exe or anykind of changes, the file will not change❌
Checking file is which type of malware like trojan,virus or something else
Open Hashmyfiles
After Copy the line 🔗 Paste it on virustotal in browser
If you want to search something like strings in malware file or anything you can use bintext (You can download the raw file from my added files)
-
Install it and open it up👇
-
Drag the file paste it here 👇 and you can search whatever you want yo know👍
Packing in malware is like wrapping it up in layers of disguise to make it harder for security tools to detect. It's a bit like putting a fancy cover on a book to hide its real content. The packed malware looks harmless at first glance, but once it's opened, its true harmful nature is revealed. It was attackers technique to hide files. neither any virustotal or any websites cannot detect it.
There are some popular packers like
- UPX (Ultimate Packer for eXecutables)
- PE compact
- Themida
- VM protect
- Armadillo
- Download exeinfo - https://exeinfo-pe.en.uptodown.com/windows
Drag and put it here 👇 and you can see that it is UPX
Download cmder - https://cmder.app/
Run ls
Open the folder were you saved malware file cd malware
Now you are in malware folder so run ls
Copy and paste filename or type ( upx -d -o
newfilename filename ) and RUN it
-d
for making changes-o
for output
After that file will be changed and they are same but you can spot the difference by the file size like
- (Same file name)packed malware file = 12 kb
- (same file name)unpacked malware file = 54 kb
- It have all these keywords 4D,5A,MZ,This program cannot be run on DOS mode So it is a malware amd executable✅
- if we make changes on it its still executable✅
- It uses UPX for Packing✅
- A malware after packing could be denoted by file size✅