Commit graph

6676 commits

Author SHA1 Message Date
Luca Deri
db9f38c48f Typo 2021-04-18 17:44:11 +02:00
Luca Deri
7876bfa0c1 Added host map for blackedlisted hosts flows 2021-04-18 15:37:53 +02:00
Luca Deri
76afff76d1 Created timeseries for blacklisted hosts 2021-04-18 15:28:31 +02:00
Luca Deri
adc00cbdc3 Added counter for tracking flows with balcklisted hosts 2021-04-18 11:44:38 +02:00
Matteo Biscosi
8bf28a6033 Fixes invalid label in host map names
Implements #5177
2021-04-18 11:22:06 +02:00
gabryon99
491aee29c9 enbaled autoscaleYaxis 2021-04-17 10:18:12 +02:00
gabryon99
fe073cff35 add forceNiceScale param to yaxis (#5182) 2021-04-17 10:10:34 +02:00
gabryon99
322149bd48 add reload button and bubble_mode to the url (#5181) 2021-04-17 10:08:28 +02:00
gabryon99
d1ccaae6ac sort host map entries (#5176) 2021-04-17 09:43:19 +02:00
Matteo Biscosi
11b33ce7f5 Added total bytes and throughput to flow view when filtered
Implements #4970
2021-04-16 18:13:35 +02:00
Matteo Biscosi
89353e32fb Fixes traffic map crash hide entries if traffic map disabled 2021-04-16 16:05:53 +02:00
Matteo Biscosi
64179273cf Added get traffic map stats per host 2021-04-16 11:37:31 +02:00
Matteo Biscosi
87d5cd2ff0 Added nDPI stats per host getter 2021-04-16 10:23:09 +02:00
Alfredo Cardigliano
7d20029cf6 Reduce trace level for single bad entries in downloaded lists 2021-04-16 08:59:49 +02:00
Matteo Biscosi
b30620ef49 Added DNS and NTP Host Map 2021-04-15 18:36:57 +02:00
Matteo Biscosi
1a30770933 Initial implementation of NTP and DNS traffic alert 2021-04-15 17:40:17 +02:00
Alfredo Cardigliano
ff6a69250b Add device_name to snmp alerts 2021-04-14 18:37:05 +02:00
Matteo Biscosi
90b306ae76 Re-added lower/upper bound to flow/score anomaly alert 2021-04-14 12:27:47 +02:00
Matteo Biscosi
71616b300e Added threshould to server contacts alerts 2021-04-14 11:18:59 +02:00
gabryon99
c23590832a migrated charts from chart.js to apexcharts 2021-04-13 14:07:19 +02:00
gabryon99
fef91e531b add static_file_epoch to the css imported 2021-04-13 14:07:19 +02:00
Matteo Biscosi
05136ffb53 Fixes #5162 missing host flag 2021-04-13 11:01:15 +02:00
Simone Mainardi
1782734e0c Removes unused host callbacks 2021-04-13 11:01:06 +02:00
Simone Mainardi
c0ad0ff162 Simplifies host callbacks lua structure with callback_definitions/host 2021-04-13 10:53:15 +02:00
Matteo Biscosi
9d2bd43bd8 Fixes #5169 nil label on alerts 2021-04-13 10:45:04 +02:00
Matteo Biscosi
70a6d1e0e6 Fixes country flag not showing 2021-04-13 10:17:05 +02:00
Matteo Biscosi
33016dbf15 Removed locales from alerts and added into the major file 2021-04-12 18:51:01 +02:00
Matteo Biscosi
090374926f Fixes uninitialized value into host remote access alert 2021-04-12 17:58:34 +02:00
Matteo Biscosi
fa5910c06f Implemented flow and host alert for remote access 2021-04-12 16:34:36 +02:00
Simone Mainardi
10ee722da4 Fixes missing information when loading plugins with no manifest
Fixes #5163
2021-04-12 09:29:45 +02:00
gabryon99
efbf5e599f auto width for the actions columns 2021-04-11 23:15:50 +02:00
gabryon99
99aee0cce1 removed duplicated function 2021-04-11 22:48:59 +02:00
Luca Deri
73c61e1308 Implemented score anomaly plugin 2021-04-11 18:57:23 +02:00
Luca Deri
e89b7bc7f2 Fixed implementation of flow number anomaly 2021-04-11 18:19:29 +02:00
Luca Deri
72dafe678a Added teamviewer desktop sharing 2021-04-11 15:20:41 +02:00
Simone Mainardi
b5717ea209 Adds manifest.lua file for network anomaly plugin 2021-04-11 14:36:53 +02:00
Luca Deri
8b2faf21f5 Added script for checking flow number anomalies 2021-04-11 13:59:47 +02:00
Luca Deri
b3b706eb1e Added anomalies formatting 2021-04-10 17:19:18 +02:00
Luca Deri
3dc84acdec Added hosts anomalies in traffic stats page 2021-04-10 11:01:18 +02:00
Luca Deri
19d6b74457 Host anomalies code cleanup and timeseries dump 2021-04-10 10:38:26 +02:00
Luca Deri
bb0b461236 Removed lines where host names are set to host IP 2021-04-09 23:09:39 +02:00
Matteo Biscosi
c102188bf9 Fixes wrongly parsed return code after changing -x/-X 2021-04-09 09:43:14 +02:00
Simone Mainardi
fbbcb18bf8 Cleanup HTTPRepliesRequestsRatio 2021-04-08 18:15:52 +02:00
Matteo Biscosi
8d2cf80f95 Added JA3 hash to flow alert
Implements #5159
2021-04-08 12:34:45 +02:00
Simone Mainardi
7d7e84a7a9 Reworks implementation of {DNS,HTTP}RepliesRequestsRatio 2021-04-08 10:02:47 +02:00
Matteo Biscosi
69724f8cdd Implements download link for nindex records 2021-04-08 09:37:35 +02:00
Simone Mainardi
5faf713bd0 Handles new <type,id> alerts in alert pages and dropdowns 2021-04-07 16:08:36 +02:00
gabryon99
15e601e797 edit stub REST endpoint (#5151) 2021-04-07 15:29:41 +02:00
Matteo Biscosi
9fc31a68db Added top talkers and top scores for the new dashboard 2021-04-07 15:23:51 +02:00
Alfredo Cardigliano
083eef8a32 Update NGI log format. Improve alert rendering. 2021-04-07 15:04:23 +02:00