Skip to content

Added a new AI-based implementation for malware detection in Android applications#2589

Open
H4ch1rou wants to merge 10 commits intoMobSF:masterfrom
H4ch1rou:master
Open

Added a new AI-based implementation for malware detection in Android applications#2589
H4ch1rou wants to merge 10 commits intoMobSF:masterfrom
H4ch1rou:master

Conversation

@H4ch1rou
Copy link

Describe the Pull Request

[ESP] Se incorpora una nueva implementación basada en inteligencia artificial para la detección de malware en aplicaciones Android.
Esta integración utiliza un modelo propio alojado en Hugging Face, permitiendo al analista configurar un umbral de aceptación según el porcentaje de probabilidad generado por el modelo propuesto
[ENG]
Added a new AI-based implementation for malware detection in Android applications.
This integration leverages a custom model hosted on Hugging Face, allowing analysts to configure a detection threshold based on the probability score returned by the proposed model.


Checklist for PR

  • Run MobSF unit tests and lint tox -e lint,test
  • Tested Working on Linux, Windows, and Docker
  • Tested Working on MAC
  • Add unit test for any new Web API (Refer: StaticAnalyzer/tests.py)
  • Make sure tests are passing on your PR MobSF tests

Additional Comments (if any)

[ESP] Se corrige un error en los tests unitarios que generaba un HTTP 301 en el  análisis estático de Android.
El problema se debía a la omisión del encabezado de autenticación (auth) en las solicitudes HTTP realizadas.

[ENG] Fixed unit tests failing with HTTP 301 error during Android static analysis.
The issue was caused by missing auth header in HTTP requests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants