File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,6 +32,27 @@ The project currently operates through a command-line interface. Static analysis
3232* Static analysis TXT report output
3333* Static analysis JSON report output
3434
35+ ### Static Risk Score
36+
37+ Static analysis calculates an overall risk score by combining suspicious API severity levels and section entropy risk levels.
38+
39+ The score is heuristic and does not prove that a file is malicious. It is used to prioritize files that may need deeper manual review.
40+
41+ Risk levels:
42+
43+ | Score Range | Risk Level |
44+ | ----------- | ---------- |
45+ | 0 - 19 | Low |
46+ | 20 - 49 | Medium |
47+ | 50 - 100 | High |
48+
49+ TXT reports include:
50+
51+ ``` text
52+ Overall Risk
53+ Risk Score: 39
54+ Risk Level: Medium
55+
3556### Experimental Dynamic Analysis
3657
3758* Starts the target executable with the Windows Debugging API
You can’t perform that action at this time.
0 commit comments