Azure / counterfit

a CLI that provides a generic automation layer for assessing the security of ML models
MIT License
805 stars 129 forks source link

Integration of secml-malware inside CounterFit #14

Closed zangobot closed 1 year ago

zangobot commented 3 years ago

This pull request will add the possibility of using some functionalities of SecML Malware inside CounterFit. The users is then able to use the load secml command for loading the framework inside CounterFit, and then use some attacks (header perturbation attacks, PE format attacks, GAMMA attacks). It also enables the usage of malware classifiers, as MalConv and GBDT trained on EMBER (MalConv is provided inside the library, while the user would need the tree weights stored inside the library, inside a particular folder).

ghost commented 3 years ago

CLA assistant check
All CLA requirements met.

moohax commented 3 years ago

Thanks Zango - we'll take a look.

zangobot commented 2 years ago

Hello! Any updates on the status of the pull request?