Update README.md
Browse files
README.md
CHANGED
|
@@ -1,21 +1,36 @@
|
|
|
|
|
| 1 |
license: apache-2.0
|
| 2 |
-
language: []
|
| 3 |
-
tags:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
pipeline_tag: other
|
| 5 |
library_name: none
|
| 6 |
base_model: null
|
| 7 |
new_version: v0.0.1
|
| 8 |
model-index:
|
| 9 |
-
- name: WinnCore ARM64 AV Baseline
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
# WinnCore ARM64 AV Baseline
|
| 20 |
|
| 21 |
An ARM64-first malware detection baseline. Features a Rust-based extractor for generating JSONL features, followed by LightGBM training and ONNX export.
|
|
|
|
| 1 |
+
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
language: [none]
|
| 4 |
+
tags:
|
| 5 |
+
- arm64
|
| 6 |
+
- aarch64
|
| 7 |
+
- malware-detection
|
| 8 |
+
- AV
|
| 9 |
+
- EDR
|
| 10 |
+
- XDR
|
| 11 |
+
- Rust
|
| 12 |
+
- security
|
| 13 |
+
- binary-analysis
|
| 14 |
pipeline_tag: other
|
| 15 |
library_name: none
|
| 16 |
base_model: null
|
| 17 |
new_version: v0.0.1
|
| 18 |
model-index:
|
| 19 |
+
- name: WinnCore ARM64 AV Baseline
|
| 20 |
+
results:
|
| 21 |
+
- task:
|
| 22 |
+
type: binary-classification
|
| 23 |
+
name: Malware detection
|
| 24 |
+
dataset:
|
| 25 |
+
name: WinnCore ARM64 Corpus v0
|
| 26 |
+
type: winncore/arm64-corpus
|
| 27 |
+
split: test
|
| 28 |
+
metrics:
|
| 29 |
+
- {name: ROC-AUC, type: roc-auc, value: 0.000}
|
| 30 |
+
- {name: Average Precision, type: average_precision, value: 0.000}
|
| 31 |
+
- {name: FPR@TPR=95%, type: fpr_at_tpr_95, value: 0.000}
|
| 32 |
+
- {name: FPR@TPR=99%, type: fpr_at_tpr_99, value: 0.000}
|
| 33 |
+
|
| 34 |
# WinnCore ARM64 AV Baseline
|
| 35 |
|
| 36 |
An ARM64-first malware detection baseline. Features a Rust-based extractor for generating JSONL features, followed by LightGBM training and ONNX export.
|