Giter Site home page Giter Site logo

scripts's Introduction

Scripts

In the next lines we want to explain the different scripts in this repository and their utility.

cromosome.py

This script works with 2 groups, one of them is the "goodware" group, and the another one the "malware" group.

Usually, we put well known goodware applications in a folder called group_b and the malware samples in another folder called group_a and then execute the script:

$ ./cromosome.py -a group_a/* -b group_b/*

This generate a list of strings that contains the malware and don't found in goodware applications:

default_image_banner
%Lcom/master/sdknew/xser/SDKService$6;
Lcom/ironsource/mobilcore/o;
Lcom/google/android/gms/ads/e;
5Lcom/google/android/gms/games/internal/multiplayer/a;
reportImpressions
!Lcom/master/sdknew/helper/PLNoti;
...
...
mainText
REPORT_ACTION_QUIT
bZ@p%h}<
shortcut webView = null
next_time_show_
4com.ironsource.mobilcore.extra_download_app_img_name
.?1vlg\W
%[Lcom/google/android/gms/internal/ci;
not_ready

6771    common string found between all files in A group
1044287     union strings found in B group
2608    string from A group not present in B grou

With a little sumary at the end.

download_androguard_report.py

This script, giving a sha256 hash download the androguard report from Koodous.

The report format is like the next one:

{
    "app_name": "WhatsApp",
    "package_name": "com.whatsapp.downloader",
    "providers": [
    ],
    "new_permissions": [
    ],
    "filters": [
        "android.intent.action.MAIN"
    ],
    "max_sdk_version": null,
    "certificate": {
        "sha1": "B55451A7B307642EF6A0680F979CFB80DE0D91A1",
        "IssuerDN": "CN=MobileAZ",
        "subjectDN": "CN=MobileAZ"
    },
    "min_sdk_version": null,
    "version_code": "1",
    "libraries": [
    ],
    "target_sdk_version": null,
    "cordova": null,
    "activities": [
        "vn.vimob.Vimob",
        "vn.payment.purchase",
        "com.google.android.gms.ads.AdActivity"
    ],
    "main_activity": "vn.vimob.Vimob",
    "receivers": [
        "vn.receiver.callReceiver",
        "vn.receiver.screenReceiver",
        "vn.receiver.bootReceiver"
    ],
    "signature_name": "META-INF/CERT.RSA",
    "dexes": {
        "classes": {
            "ssdeep": "49152:Va27c4iWbnQcJfnqpLAcofnfl1tncJVkOho17MnsEI6VIcS:lo4L8c6Acq17M",
            "sha256": "683b22d1ab311565b00a15957c1ae29ad566ce153bb79a230ea9bb451575f7c5"
        }
    },
    "displayed_version": "1.0",
    "services": [
    ],
    "permissions": [
        "android.permission.VIBRATE",
        "android.permission.RECEIVE_BOOT_COMPLETED",
        "android.permission.INTERNET",
        "android.permission.SYSTEM_ALERT_WINDOW",
        "android.permission.SEND_SMS",
        "android.permission.PROCESS_OUTGOING_CALLS",
        "android.permission.ACCESS_NETWORK_STATE",
        "android.permission.WAKE_LOCK",
        "android.permission.READ_PHONE_STATE",
        "android.permission.WRITE_EXTERNAL_STORAGE"
    ],
    "functionalities": {
        "ads": [
            {
                "code": "const-class v0, Lcom/google/ads/mediation/admob/AdMobAdapter;",
                "class": "Lcom/google/android/gms/ads/AdRequest$Builder;",
                "method": "addNetworkExtrasBundle"
            },
            {
                "code": "const-class v2, Lcom/google/ads/mediation/admob/AdMobAdapter;",
                "class": "Lcom/google/android/gms/ads/internal/client/zzg;",
                "method": "zza"
            },
            {
                "code": "instance-of v0, v3, Lcom/google/android/gms/ads/mediation/admob/AdMobExtras;",
                "class": "Lcom/google/android/gms/ads/internal/client/zzx$zza;",
                "method": "zza"
            }
        ],
        "SMS": [
            {
                "code": "invoke-virtual/range v0 ... v5, Landroid/telephony/SmsManager;->sendTextMessage(Ljava/lang/String; Ljava/lang/String; Ljava/lang/String; Landroid/app/PendingIntent; Landroid/app/PendingIntent;)V",
                "class": "Lcom/paygol/sdk/PayGolSDKPayment;",
                "method": "sendSMSMessages"
            }
        ]
    },
    "urls": [
        "https://www.linkedin.com",
        "google.com/iid",
        "http://www.paygol.com/ws/mobile/request",
        "https://www.googleapis.com/auth/games",
        "https://www.google-analytics.com",
        "http://www.paygol.com/ws/mobile/test",
        "https://www.googleapis.com/auth/fitness.nutrition.write",
        ...
    ]
}


scripts's People

Contributors

diviei avatar

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.