Skip to content

Commit 56c6dfb

Browse files
authored
Merge pull request #44 from Bor-Code/docs/document-static-risk-score
docs: document static risk score
2 parents 3bb214a + 966a964 commit 56c6dfb

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)