Matteo Biscosi
26af27d6a9
Implements active flow and host score behaviour
2021-03-13 00:31:01 +01:00
Matteo Biscosi
3b5a5e2507
Implemented DES and added to LocalHostStats
2021-03-12 16:21:41 +01:00
Matteo Biscosi
85d2f7def3
Reviewed learning window regarding contacted peers
2021-03-01 17:23:02 +01:00
Matteo Biscosi
dbfdec34fe
Implements Local Host behaviour analysis and it's alert
...
Alert in case the host has an unexpected behaviour
2021-02-25 12:04:05 +01:00
Luca Deri
edc8159396
Compilation fix
2021-02-24 15:55:27 +01:00
Matteo Biscosi
f7773fb715
Implemented behavioural counter for visited sites by local hosts
2021-02-24 15:25:36 +01:00
Matteo Biscosi
eba1aaa359
Implements #4984 core Internet resources misuse script
2021-02-03 12:41:18 +01:00
Matteo Biscosi
931258e7e5
Changed class name
...
Implements #4006
2021-02-02 18:52:34 +01:00
Matteo Biscosi
fe01117324
Implements #4006 alerts when host contacts an unusual number of peers
...
Partial implementation, the rest is under the Pro Repository
2021-02-02 13:31:21 +01:00
Luca
5cbe8324ec
Top sites are now serialized to JSON in sorted format and they are limited to double the top X
2021-01-19 12:14:38 +01:00
Matteo Biscosi
6f25185ed3
Fixed serialized current top sites for hosts
2021-01-19 10:18:10 +01:00
Matteo Biscosi
864723c151
Fixed top sites problem and added a slice of top OS stats
2021-01-18 18:12:53 +01:00
Matteo Biscosi
0311b4ce41
Removed duplicated code from top sites code
2021-01-15 17:51:06 +01:00
Matteo Biscosi
023b7fd1df
Reviewed Top Sites per host and Added Top Sites per Interface
2021-01-08 20:07:19 +01:00
Matteo Biscosi
2a339abab9
Added hour and daily top sites report of the host
2021-01-05 18:02:01 +01:00
Luca Deri
a1178a0791
Updated (C)
2021-01-02 12:08:23 +01:00
Luca Deri
7758e0dea1
Reworked DoH code
2020-11-11 16:19:39 +01:00
Matteo Biscosi
5a8fd8efd7
Fixes #2115 and added shell script user guide ( #4702 )
...
* Added shell endpoint user guide
* Fixes #2115 std::new exceptions not always handled
* Removed a nothrow due to the insert of a try-catch statement
* Trying to implement #4421
Co-authored-by: matteo <biscosi@ntop.org>
2020-11-11 12:28:18 +01:00
Simone Mainardi
fa96c5e2f5
Code cleanup
2020-10-01 14:20:07 +02:00
Simone Mainardi
1baa7d6cc4
Avoids double 5-sec HT-walks to update stats
2020-07-27 14:22:59 +02:00
Luca Deri
22d817ba0a
Simplified Cardinality estimation code
2020-07-22 14:42:21 +02:00
Luca Deri
a27eedaeef
Implemented cardinarily information report in hsot
...
Fixes #4005
2020-06-13 00:00:30 +02:00
Luca Deri
32f38e6d8b
Port cardinality implementation
2020-06-12 11:07:44 +02:00
emanuele-f
ec51278c20
Cleanup of HostStats
2020-05-20 17:05:30 +02:00
emanuele-f
340462ad73
Cleanup of the timeseries ring and NetworkInterfaceTsPoint
2020-05-20 15:18:03 +02:00
Luca Deri
57e6a93065
Improved scheduling algorithm to guarantee minimum service time when number of entries allow
...
Updated (C)
2020-01-06 23:36:36 +01:00
Simone Mainardi
a65b6efc7c
Implements icmp hosts stats for view interfaces
2019-12-13 13:06:26 +01:00
Simone Mainardi
4a9ac03cb4
Implements dns hosts stats for view interfaces
2019-12-13 09:58:09 +01:00
Luca Deri
fa10f4b6e1
Compilation fixes
2019-10-21 22:56:31 +02:00
Simone Mainardi
e80dc962f4
Optimizes host.getFullInfo with smaller functions in periodic scripts
2019-10-21 16:21:03 +02:00
Simone Mainardi
a44def039f
Fixes custom catecories not counted in nDPI stats
2019-09-13 10:20:08 +02:00
emanuele-f
281a67e10d
Refactor LocalHostStats::makeTsPoint and fix bug when ts ring is disabled
2019-08-21 15:52:16 +02:00
emanuele-f
2b2a74af79
Fix bad time resolution of values for some host exported timeseries
...
- active_flows.as_client
- active_flows.as_server
- total_flows.as_client
- total_flows.as_server
- contacts.as_client
- contacts.as_server
- DNS, TCP, ICMP stats
Fixes #2776
2019-08-21 15:37:17 +02:00
Luca Deri
e0563d28bc
Improved host port stats
2019-07-22 15:49:39 +02:00
emanuele-f
461ee43e16
Add UDP unicast vs non unicast breakdown
2019-05-22 17:36:24 +02:00
Salvatore Costantino
76dded229a
Added ICMP ECHO time series ( #2518 )
...
* Added ICMP ECHO time series
* added icmp echo time series
2019-04-08 16:10:30 +02:00
Simone Mainardi
d8924afa19
Fixes LocalHostStats after TCP timeseries changes
2019-04-02 19:40:30 +02:00
Salvatore Costantino
c8a95d9476
Added dns time series ( #2487 )
2019-03-28 19:14:51 +01:00
Simone Mainardi
840313dd60
Fixes hidden 'LocalHostStats::lua' overloaded virtual function
2019-03-08 18:34:19 +01:00
Simone Mainardi
5851395d80
Reworks timeseries code
...
Implements #2448
2019-03-08 18:20:45 +01:00
Simone Mainardi
1f349c5dee
Implements DNS monitored counters
2019-02-21 17:41:57 +01:00
emanuele-f
2dbf1e9cb8
Rework host counters and implemtent host stats/data reset
2019-01-18 19:31:16 +01:00