Coder Social home page Coder Social logo

Comments (7)

enovella avatar enovella commented on May 25, 2024

Hi @ReBensk ,

I don't have a VT subscription, could you share these files in a ZIP file over here? Thanks

Edu

from apkid.

ReBensk avatar ReBensk commented on May 25, 2024

Sample1.zip
Sample2.zip
Samples Uploaded

from apkid.

enovella avatar enovella commented on May 25, 2024

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?

from apkid.

ReBensk avatar ReBensk commented on May 25, 2024

rule Detect_Custom_Packer {
strings:
$aes_type = "AESTYPE"
$aes_string = "AES"
$encodeStr_func = "encodeStr"
$g_pass = "globalPass"
$e_pass = "encodePass"
$encodeToMD516_func = "encodeToMD516"
$encodeToMD5 = "encodeToMD5"

condition:
    any of them

}

from apkid.

enovella avatar enovella commented on May 25, 2024

rule Detect_Custom_Packer { strings: $aes_type = "AESTYPE" $aes_string = "AES" $encodeStr_func = "encodeStr" $g_pass = "globalPass" $e_pass = "encodePass" $encodeToMD516_func = "encodeToMD516" $encodeToMD5 = "encodeToMD5"

condition:
    any of them

}

This rule will produce many false positives due to the condition any of them with non-unique strings such as AES. What about all of them or 5 of them? Do you have opcodes, asset files, or other fingerprints instead of only-strings?

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

from apkid.

enovella avatar enovella commented on May 25, 2024

@ReBensk Can you re-open the ticket and create this rule into a PR?

from apkid.

ReBensk avatar ReBensk commented on May 25, 2024

@ReBensk Can you re-open the ticket and create this rule into a PR?
Please refer the below ticket and created a new rule
#370

from apkid.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.