API Frequency Detection Model
API Frequency Detection Model
The input to the model will be a vector V consisting of the frequencies of the APIs and a label
indicating whether the application is malicious or benign.
TESTING STAGE
For each vector V, we calculate the classification result with input and
the coefficients trained in the training stage, and compare the result
with the input label.
1- Permission-based methods
2- API-based methods
3- Structural feature-based methods
4-Machine learning-based methods
In summary, each of these approaches has its own strengths and limitations, and a combination of these
approaches may be necessary to effectively detect Android malware.
4- API sequence detection model