{"id":13529990,"url":"https://github.com/pjlantz/droidbox","last_synced_at":"2025-04-01T17:31:39.684Z","repository":{"id":20044078,"uuid":"23312355","full_name":"pjlantz/droidbox","owner":"pjlantz","description":"Dynamic analysis of Android apps","archived":false,"fork":false,"pushed_at":"2023-06-22T13:07:19.000Z","size":1776,"stargazers_count":757,"open_issues_count":30,"forks_count":221,"subscribers_count":87,"default_branch":"master","last_synced_at":"2024-11-02T16:35:46.560Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pjlantz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2014-08-25T12:11:18.000Z","updated_at":"2024-10-07T14:53:20.000Z","dependencies_parsed_at":"2022-07-12T05:30:33.508Z","dependency_job_id":"b25fbfc6-78ec-4da6-b11f-e4b6d98ef456","html_url":"https://github.com/pjlantz/droidbox","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pjlantz%2Fdroidbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pjlantz%2Fdroidbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pjlantz%2Fdroidbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pjlantz%2Fdroidbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pjlantz","download_url":"https://codeload.github.com/pjlantz/droidbox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246680316,"owners_count":20816676,"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-08-01T07:00:41.810Z","updated_at":"2025-04-01T17:31:38.620Z","avatar_url":"https://github.com/pjlantz.png","language":"Python","readme":"Intro\n========\n\nDroidBox is developed to offer dynamic analysis of Android applications. The following information is described in the results, generated when analysis is complete:\n\n- Hashes for the analyzed package\n- Incoming/outgoing network data\n- File read and write operations\n- Started services and loaded classes through DexClassLoader\n- Information leaks via the network, file and SMS\n- Circumvented permissions\n- Cryptographic operations performed using Android API\n- Listing broadcast receivers\n- Sent SMS and phone calls\n\n\nAdditionally, two graphs are generated visualizing the behavior of the package. One showing the temporal order of the operations and the other one being a treemap that can be used to check similarity between analyzed packages.\n\nSetup\n======\n\nThis is a guide to get DroidBox running. The release has only been tested on Linux and Mac OS. If you do not have the Android SDK, download it from http://developer.android.com/sdk/index.html. The following libraries are required: pylab and matplotlib to provide visualization of the analysis result.\n\n- Export the path for the SDK tools\n\n```\nexport PATH=$PATH:/path/to/android-sdk/tools/\nexport PATH=$PATH:/path/to/android-sdk/platform-tools/\n```\n\n- Download necessary files and uncompress it anywhere\n\n```\nwget https://github.com/pjlantz/droidbox/releases/download/v4.1.1/DroidBox411RC.tar.gz\n```\n\n- Setup a new AVD targeting Android 4.1.2 and choose Nexus 4 as device as well as ARM as CPU type by running:\n\n```\nandroid \n```\n\n- Start the emulator with the new AVD:\n\n```\n./startemu.sh \u003cAVD name\u003e\n```\n\n- When emulator has booted up, start analyzing samples (please use the absolute path to the apk):\n\n```\n./droidbox.sh \u003cfile.apk\u003e \u003cduration in secs (optional)\u003e \n```\n\nThe analysis is currently not automated except for installing and starting packages. Ending the analysis is simply done by pressing Ctrl-C. A package will also be implemented soon to populate the emulator with data prior to performing analysis.\n","funding_links":[],"categories":["Инструменты анализа","Tools"],"sub_categories":["Динамический анализ","Dynamic Analysis Tools"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpjlantz%2Fdroidbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpjlantz%2Fdroidbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpjlantz%2Fdroidbox/lists"}