Artem Golubin: Hexora v0.3: New features and improvements (opens in new tab)
Recently, I've improved my Python library, hexora. I wrote it to detect malicious Python code using static analysis. In the new v.0.3.0 release, I've added new detections, and we now also use a simple machine learning model to analyze the whole file. The machine learning model uses code structure features, semantic features, and static code analysis to assess the entire Python file. Although the model can detect malicious code without any detections coming from static analysis, its main use c...
Read the original article