Skip to content
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

[Analyzer] Androguard #2514

Closed
mlodic opened this issue Sep 23, 2024 · 2 comments · Fixed by #2555
Closed

[Analyzer] Androguard #2514

mlodic opened this issue Sep 23, 2024 · 2 comments · Fixed by #2555
Assignees

Comments

@mlodic
Copy link
Member

mlodic commented Sep 23, 2024

Name

Androguard

Link

https://github.com/androguard/androguard

Type of analyzer

file analyzer https://github.com/androguard/androguard to embed in IntelOwl

Why should we use it

https://github.com/androguard/androguard cool tool for extracting information about APK

Possible implementation

https://androguard.readthedocs.io/en/latest/intro/gettingstarted.html
https://androguard.readthedocs.io/en/latest/intro/gettingstarted.html#getting-information-about-an-apk
Extract:

  • permissions
  • activites
  • other basic useful info
@spoiicy
Copy link
Contributor

spoiicy commented Oct 20, 2024

Hi @mlodic, Shall I pick this issue up and commence working on this.

I'll extract info about the APK corresponding to what we get from the following functions provided by Androguard:

  1. get_permissions()
  2. get_providers()
  3. get_activities()
  4. get_requested_third_party_permissions()
  5. get_app_name()
  6. get_features()
    Reference: https://androguard.readthedocs.io/en/latest/api/androguard.core.bytecodes.html#module-androguard.core.bytecodes.apk

Hope this makes sense. Let me know in case you want any changes to be made.

@mlodic
Copy link
Member Author

mlodic commented Oct 20, 2024

I assigned you, feel free to open a PR!

spoiicy pushed a commit to spoiicy/IntelOwl that referenced this issue Oct 28, 2024
spoiicy pushed a commit to spoiicy/IntelOwl that referenced this issue Oct 28, 2024
@mlodic mlodic linked a pull request Oct 28, 2024 that will close this issue
16 tasks
mlodic added a commit that referenced this issue Oct 29, 2024
* added Androguard analyzer (#2514)

* added capabilities to androguard analyzer

* reason for using ver. 3.4.0a1 of androguard

* fixed androguard.py

* migration to fix Yaraify repo

---------

Co-authored-by: spoiicy <spoiicy@spoiicys-Laptop.local>
Co-authored-by: Matteo Lodi <30625432+mlodic@users.noreply.github.com>
@mlodic mlodic closed this as completed Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants