diff options
author | Luca <deri@ntop.org> | 2022-10-04 22:31:42 +0200 |
---|---|---|
committer | Luca <deri@ntop.org> | 2022-10-04 22:32:45 +0200 |
commit | 37c88b129f6f5a3475dc6364cc4a898df9ff37ab (patch) | |
tree | 23592c10fdfaf504838ac402a19bfbbbff4b9b73 /doc | |
parent | cca585053e86b70b86c12296531a882847e8dd87 (diff) |
Added new flow risk NDPI_HTTP_OBSOLETE_SERVER. Currently Apache and nginx are supported
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 9d798bc97..936fb2550 100644 --- a/doc/flow_risks.rst +++ b/doc/flow_risks.rst @@ -281,7 +281,13 @@ Example: the flow is generated by an iCloud-private-relay exit node. .. _Risk 046: -NDPI_UNIDIRECTIONAL_TRAFFIC_SUBSCRIBER +NDPI_UNIDIRECTIONAL_TRAFFIC =================================== The risk is set whenever the flow has unidirectional traffic (typically no traffic on the server to client direction). THis risk is not triggered for multicast/broadcast destinations. + +.. _Risk 047: + +NDPI_HTTP_OBSOLETE_SERVER +=================================== +This risk is generated whenever a HTTP server uses an obsolete HTTP server version. |