AI-powered Malware Scanner

    How does it work?

    If you upload an executable file it will be first:
    • Checked against some static Yara rules
    • Unpacked using Retdec unpacker
    • Decompiled into a single c file using Ghidra
    • Formatted using clang-tidy
    • Embedded using FastText
    • Finally checked for maliciousness using a trained RoBERTa transformer network
    We trained the RoBERTa and FastText model using SOREL-20M malware dataset.

    Is there a public API?

    Sure, and its free! Here is an example how to call it via JavaScript API