You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**MITRE** — mapped techniques with tactic grouping
88
+
-**Graph** — evidence web (single file) or relationship graph (batch)
91
89
92
-
**Batch Analysis**— drop a folder to scan all executables. Files appear in a searchable sidebar with colour-coded verdicts. The Graph tab shows an interactive relationship graph with TLSH similarity edges, cluster halos, and hover spotlight.
90
+
**Batch mode:** drop a folder to scan everything. Searchable sidebar, interactive relationship graph.
93
91
94
-
**Single-File Graph** — the Graph tab visualises DLLs, suspicious APIs, IOCs, and behavioural categories as an interconnected evidence web. Hover any node to spotlight its connections.
95
-
96
-
**Teacher Mode** (toggle in Settings) surfaces contextual lessons as you navigate. Click any DLL, security card, IOC, or MITRE technique for beginner-friendly explanations with real-world examples.
92
+
**Teacher Mode:** toggle in Settings for contextual explanations on every finding.
97
93
98
94
---
99
95
@@ -122,17 +118,17 @@ Anya's scoring engine is calibrated against real malware and benign samples. Eve
122
118
```mermaid
123
119
xychart-beta
124
120
title "Detection & False Positive Rate"
125
-
x-axis ["v1.0", "v1.1", "v1.2", "v2.0"]
121
+
x-axis ["v1.0", "v1.1", "v1.2", "v2.0", "v2.0.3"]
126
122
y-axis "%" 0 --> 100
127
-
line "Detection" [73.0, 82.0, 87.5, 99.9]
128
-
line "FP rate (x10)" [27.0, 15.0, 3.0, 1.0]
123
+
line "Detection" [73.0, 82.0, 87.5, 99.9, 99.9]
124
+
line "FP rate (x10)" [27.0, 15.0, 3.0, 1.0, 0.0]
129
125
```
130
126
131
127
*FP rate scaled 10x for visibility on the same axis.*
132
128
133
129
| Version | Malware | Benign | Total | Detection | FP Rate |
0 commit comments