Inside The Lab HarfangLab's tech Blog
Loading...

PowerShell: the story of collaboration between AI and CTI teams
At HarfangLab, the Artificial Intelligence (AI) and Cyber Threat Intelligence (CTI) teams can combine their strengths to prevent and detect threats. In the past year, we have worked on all of the aspects of AI to enhance our malware detection,…

How to write idiomatically in RUST magically fixed my bugs
When using compiled languages, code cannot be run if it does not pass the compilation step, and for this reason, the compiler sometimes gets in your way. Sometimes, the compiler refuses the quick-and-dirty change you made to test an idea.…

HL-AI Binaries depending on version
Description Ashley Binaries is a malware detection module powered by machine learning and deep learning. It works on executable files (PE files for windows and ELF for linux) and gives, for each sample, a “score of potential maliciousness”. …

Run Deep Learning algorithms under 5MB on Windows or Linux
Over the last few years, deep learning methods have been shown to outperform previous state-of-the-art machine learning techniques and other more traditional approaches in a large range of fields, with computer vision being one of the most notable domains. A…

How image manipulation damages Deep Learning
Removing image manipulation approximations from image-like modelling in Deep Learning Deep Learning for image analysis With Convolutional Neural Networks (CNN) in Deep Learning, the computer vision field has had significant breakthroughs in recent years in the processing and classification of…