All Projects → ANSSI-FR → Secuml

ANSSI-FR / Secuml

Licence: gpl-2.0
Machine Learning for Computer Security

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Secuml

Blackbook
Blackbook of malware domains
Stars: ✭ 89 (-59.73%)
Mutual labels:  intrusion-detection, malware-detection
Skui
Skia-based C++ UI framework
Stars: ✭ 218 (-1.36%)
Mutual labels:  gui
Downloaderforreddit
The Downloader for Reddit is a GUI application with some advanced features to extract and download submitted content from reddit.
Stars: ✭ 208 (-5.88%)
Mutual labels:  gui
X11 Packages
Packages using the X Window System.
Stars: ✭ 213 (-3.62%)
Mutual labels:  gui
Cacao
Rust bindings for AppKit (macOS) and UIKit (iOS/tvOS). Experimental, but working!
Stars: ✭ 205 (-7.24%)
Mutual labels:  gui
Xmly Downloader Qt5
喜马拉雅FM专辑下载器. 支持VIP与付费专辑. 使用Go+Qt5编写(Not Qt Binding).
Stars: ✭ 214 (-3.17%)
Mutual labels:  gui
Zgui
zxvnme's graphical user interface
Stars: ✭ 204 (-7.69%)
Mutual labels:  gui
Relion
Image-processing software for cryo-electron microscopy
Stars: ✭ 219 (-0.9%)
Mutual labels:  gui
Wazuh Kibana App
Wazuh - Kibana plugin
Stars: ✭ 212 (-4.07%)
Mutual labels:  intrusion-detection
Tesseract4java
Java GUI and Tools for Tesseract OCR
Stars: ✭ 214 (-3.17%)
Mutual labels:  gui
V2rayl
v2ray linux GUI客户端,支持订阅、vemss、ss等协议,自动更新订阅、检查版本更新
Stars: ✭ 2,722 (+1131.67%)
Mutual labels:  gui
Idangr
Use angr in the IDA Pro debugger generating a state from the current debug session
Stars: ✭ 214 (-3.17%)
Mutual labels:  gui
Slip
Slip.js — UI library for manipulating lists via swipe and drag gestures
Stars: ✭ 2,421 (+995.48%)
Mutual labels:  gui
Pi.alert
WIFI / LAN intruder detector. Check the devices connected and alert you with unknown devices. It also warns of the disconnection of "always connected" devices
Stars: ✭ 209 (-5.43%)
Mutual labels:  intrusion-detection
Alcali
Featureful Saltstack GUI
Stars: ✭ 218 (-1.36%)
Mutual labels:  gui
Xapkdetector
APK/DEX detector for Windows, Linux and MacOS.
Stars: ✭ 208 (-5.88%)
Mutual labels:  malware-detection
Haxeui Core
The core library of the HaxeUI framework
Stars: ✭ 213 (-3.62%)
Mutual labels:  gui
Wazuh Docker
Wazuh - Docker containers
Stars: ✭ 213 (-3.62%)
Mutual labels:  intrusion-detection
Fgui
A feature rich graphical user interface.
Stars: ✭ 219 (-0.9%)
Mutual labels:  gui
Threat Hunting
Personal compilation of APT malware from whitepaper releases, documents and own research
Stars: ✭ 219 (-0.9%)
Mutual labels:  malware-detection

SecuML https://anssi-fr.github.io/SecuML/

SecuML is a Python tool that aims to foster the use of Machine Learning in Computer Security. It is distributed under the GPL2+ license.

It allows security experts to train detection models easily and comes with a web user interface to visualize the results and interact with the models. SecuML can be applied to any detection problem. It requires as input numerical features representing each instance. It supports binary labels (malicious vs. benign) and categorical labels which represent families of malicious or benign behaviours.

Benefits of SecuML

SecuML relies on scikit-learn to train the Machine Learning models and offers the additionnal features:

  • Web user interface
    diagnosis and interaction with Machine Learning models (active learning, rare category detection)
  • Hide some of the Machine Learning machinery
    automation of data loading, feature standardization, and search of the best hyperparameters

What you can do with SecuML

  • Training and diagnosing a detection model before deployment with DIADEM
  • Annotating a dataset with a reduced workload with ILAB
  • Exploring a dataset interactively with rare category detection
  • Clustering
  • Projection
  • Computing descriptive statistics of each feature

See the sphinx documentation for more detail.

Papers

PhD Dissertation

Presentations

Authors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].