diff options
author | Luca Deri <lucaderi@users.noreply.github.com> | 2024-10-26 21:20:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-26 21:20:48 +0200 |
commit | 80487fe9dfe5c4bfa8f535015b31e6933034188b (patch) | |
tree | af7149dc5ecc547dab47ee7c0e36f6a5f4debe32 /tests/dga | |
parent | 4481ecd4c0fd896618d3a89abcc3c0bf74f2819f (diff) |
Added reference to the new DGA model
Diffstat (limited to 'tests/dga')
-rw-r--r-- | tests/dga/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/dga/README.md b/tests/dga/README.md index c5b759368..e70c88df6 100644 --- a/tests/dga/README.md +++ b/tests/dga/README.md @@ -13,10 +13,12 @@ As part of these features, we provide DGA detection. DGA detection heuristic is implemented [**here**](https://github.com/ntop/nDPI/blob/328ff2465709372c595cb25d99135aa515da3c5a/src/lib/ndpi_main.c#L6729). -DGA performances test and tracking allows us to detect automatically if a modification is harmful. +DGA performance tests and tracking allow us to detect automatically if a modification is harmful. The modification can be a simple threshold change or a future lightweight ML approach. +Developers interested in DGA detection using ML should also visit [this folder](../../dga). + ## Used data Original used dataset is a collection of legit and DGA domains (balanced) that can be obtained as follows: |