diff options
author | Luca Deri <deri@ntop.org> | 2022-01-26 09:23:23 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2022-01-26 09:23:23 +0100 |
commit | 58a9aff17cec2842b5d232eee5a39c0d58a01a75 (patch) | |
tree | aad123e364d9eb0faf62e233531d510621404eff /doc | |
parent | 14e8808f0351da2f4a4a2a3ce55e42d06c48370a (diff) |
Added NDPI_TLS_CERTIFICATE_ABOUT_TO_EXPIRE flow risk
Added ndpi_set_tls_cert_expire_days() API call to modify the number of days for triggering the above alert that by default is set to 30 days
Diffstat (limited to 'doc')
-rw-r--r-- | doc/flow_risks.rst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/flow_risks.rst b/doc/flow_risks.rst index 417426e48..52e19212c 100644 --- a/doc/flow_risks.rst +++ b/doc/flow_risks.rst @@ -246,4 +246,10 @@ Additionally, some TLS protocol fields are checked for printable characters as w NDPI_POSSIBLE_EXPLOIT ===================== -The risk is set whenever a a possible exploit (e.g. Log4J/Log4Shell) is detected. +The risk is set whenever a possible exploit (e.g. Log4J/Log4Shell) is detected. + +.. _Risk 041: + +NDPI_TLS_CERTIFICATE_ABOUT_TO_EXPIRE +=================================== +The risk is set whenever a TLS certificate is close to the expiration date. |