diff options
author | Luca Deri <lucaderi@users.noreply.github.com> | 2023-06-16 21:48:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-16 21:48:21 +0200 |
commit | ac06ba8320aebe2ee7583d9ce0b3915df6f43cbb (patch) | |
tree | 2ea46009899f5f89811e5ef59024be1f08a0add5 /tests/dga | |
parent | 9cc4cbb9d136d5e131ce03c1e96fecc249601c88 (diff) |
Added hyperlink
Diffstat (limited to 'tests/dga')
-rw-r--r-- | tests/dga/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dga/README.md b/tests/dga/README.md index abaa02a31..6bc7dfa20 100644 --- a/tests/dga/README.md +++ b/tests/dga/README.md @@ -7,7 +7,7 @@ nDPI provides a set of threat detection features available through NDPI_RISK det As part of these features, we provide DGA detection. -Domain generation algorithms (DGA) are algorithms seen in various families of malware that are used +[Domain generation algorithms (DGA)](https://en.wikipedia.org/wiki/Domain_generation_algorithm) are algorithms seen in various families of malware that are used to periodically generate a large number of domain names that can be used as rendezvous points with their command and control servers. @@ -67,4 +67,4 @@ You can evaluate your modifications performances before submitting it as follows ``` If your modifications decreases baseline performances, test will fails. -If not (well done), test passed and you must update the baseline metrics with your obtained ones.
\ No newline at end of file +If not (well done), test passed and you must update the baseline metrics with your obtained ones. |