{"id":13438062,"url":"https://github.com/maldroid/maldrolyzer","last_synced_at":"2026-01-21T19:13:34.367Z","repository":{"id":29531498,"uuid":"33070140","full_name":"maldroid/maldrolyzer","owner":"maldroid","description":"Simple framework to extract \"actionable\" data from Android malware (C\u0026Cs, phone numbers etc.)","archived":false,"fork":false,"pushed_at":"2015-05-07T05:41:58.000Z","size":226,"stargazers_count":100,"open_issues_count":4,"forks_count":28,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-08-01T03:25:32.036Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maldroid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-29T11:10:59.000Z","updated_at":"2024-03-31T07:27:44.000Z","dependencies_parsed_at":"2022-09-06T16:41:23.531Z","dependency_job_id":null,"html_url":"https://github.com/maldroid/maldrolyzer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maldroid%2Fmaldrolyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maldroid%2Fmaldrolyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maldroid%2Fmaldrolyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maldroid%2Fmaldrolyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maldroid","download_url":"https://codeload.github.com/maldroid/maldrolyzer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221729797,"owners_count":16871106,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T03:01:02.621Z","updated_at":"2026-01-21T19:13:34.325Z","avatar_url":"https://github.com/maldroid.png","language":"Python","funding_links":[],"categories":["Android Security","\u003ca id=\"ec8ac76dec379ff452f681a4504444b8\"\u003e\u003c/a\u003e工具","Tools"],"sub_categories":["Static Analysis Tools","\u003ca id=\"dbd38a8d8a1e246cd8628a34002c5fe7\"\u003e\u003c/a\u003e新添加"],"readme":"# maldrolyzer\nSimple framework to extract \"actionable\" data from Android malware (C\u0026amp;Cs, phone numbers etc.)\n\n### Installation\nYou have to install the following packets before you start using this project:\n\n* Androguard (`git clone https://github.com/androguard/androguard; cd androguard; sudo python setup.py install`)\n* PyCrypto (`easy_install pycrypto`)\n* pyelftools (`easy_install pyelftools`)\n* yara (`easy_install yara`)\n\n### Architecture\nIdea is really simple and modular. The project has couple of directories, which host a place for you static analysis or output processing:\n* `plugins` - this is were the code responsible for the malware identification and data extraction is. Every class has to inherit from `Plugin` class from `templates`. \n * Method `recon` idetifies the malware - put there all of the code you need to make sure you can extract the data.\n * Method  `extract` does the usual extraction. There is no specific format for the extracted data, but it's good to keep it in Python dictionary, so that the ouput processors could read it in a uniform way.\n* `processing` - this is were you put classes that inherit from `OutputProcessor` class. They are invoked after the data extraction and get the extracted info.\n * `process` method takes the data and produces some kind of a result (i.e. adds a file or C\u0026amp;C to you database, checks if the C\u0026amp;C is live etc.)\n\nIf you want to contribute, write a plugin that decodes some new malware family. It's easy, just look at the existing plugins.\n\n### Usage\nSo, you have an APK sample and you don't know what it is and where is the C\u0026amp;C? Type:\n\n```\npython maldrolyzer.py [sample_path]\n```\n\nIf maldrolyzer knows the malware family it will display some useful information like:\n\n```\n{'c2': ['http://esaphapss.net/bn/save_message.php'],\n 'malware': 'xbot007',\n 'md5': 'ce17e4b04536deac4672b98fbee905e0',\n 'sha1': 'a48a2b8a5e1cae168ea42bd271f5b5a0c65f59a9',\n 'sha256': 'c3a24d1df11baf2614d7b934afba897ce282f961e2988ac7fa85e270e3b3ea7d',\n 'sha512': 'a47f3db765bff9a8d794031632a3cf98bffb3e833f90639b18be7e4642845da2ee106a8947338b9244f50b918a32f1a6a952bb18a1f86f8c176e81c2cb4862b9'}\n```\nAnd you can track the C\u0026Cs from several malware families using http://amtrckr.info\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaldroid%2Fmaldrolyzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaldroid%2Fmaldrolyzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaldroid%2Fmaldrolyzer/lists"}