-
Notifications
You must be signed in to change notification settings - Fork 296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DETECTION] Unknown packer (classes.dex) detection #367
Comments
Hi @ReBensk , I don't have a VT subscription, could you share these files in a ZIP file over here? Thanks Edu |
Sample1.zip |
Hi @ReBensk , I will try to create rules for this packer. Could you tell me unique patterns in these samples? And a made up name for it too? |
rule Detect_Custom_Packer {
} |
This rule will produce many false positives due to the condition Lately, I don't get free time to look into this, feel free to pull-request any rule you want to and I will attempt reviewing it. Thanks for opening this ticket. --Edu |
@ReBensk Can you re-open the ticket and create this rule into a PR? |
Samples
https://www.virustotal.com/gui/file/b8f8948187846371eb32b2d7ef4f537c94997329e08d762b9ac6b3bfcbc86993/detection
https://www.virustotal.com/gui/file/fdf5b6930d38da33ec117d7c0f83f142db1c33013d020f0ab4801d1fd781f552/detection
APKiD current results...
[+] APKiD 2.1.5 :: from RedNaga :: rednaga.io
[] ./com.rihjzvyvdmwsz.wfglmgpoijgnc.apk!classes.dex
|-> compiler : dexlib 2.x
[] ./com.zxqlzbjtkwugo.oekyzihfuspse.apk!classes.dex
|-> compiler : dexlib 2.x
[*] ./classes.dex
|-> compiler : dexlib 2.x
Additional context
Classes.dex file is packed with a custom packer.
From the Classes.dex file structure:a
data_size(offset 0x68) +data_off(offset 0x6C) > file_size (offset 0x20)
The text was updated successfully, but these errors were encountered: