Commit graph

4826 commits

Author SHA1 Message Date
emanuele-f
bc9821278c Migrate scripts-list-utils.js to modal-utils.js
Addresses #3861
2020-05-19 11:11:52 +02:00
Luca Deri
13d0d2cbdb Reference fixes for HTTP prefixes (#3957) 2020-05-19 08:54:04 +02:00
Alfredo Cardigliano
2f4d47f064 Add v1/get/pcap/live_extraction.lua API 2020-05-18 19:28:30 +02:00
emanuele-f
4dc368011b Remove unused local function 2020-05-18 19:27:21 +02:00
Alfredo Cardigliano
7335b3b2c9 Add v1/get/pool/config v1/get/scripts/config REST API 2020-05-18 18:54:58 +02:00
Alfredo Cardigliano
b266ab9335 Add v1/get/system/stats v1/get/host/mud REST API 2020-05-18 17:46:50 +02:00
Alfredo Cardigliano
5ebd5ad5c1 Add v1/get/interface REST API 2020-05-18 17:15:17 +02:00
Simone Mainardi
3258fa074e Additional fixes for interface validation 2020-05-18 13:02:56 +02:00
Alfredo Cardigliano
e8fcbd2a90 Trigger host alerts for collected syslog messages (also to companions) 2020-05-18 12:52:38 +02:00
Luca Deri
ccf76ca54d Added "real" intefaceId validation
Initial work towards REST API
2020-05-17 20:47:46 +02:00
Alfredo Cardigliano
c6e061e62b Improve syslog API, add host log plugin skeleton 2020-05-16 11:35:32 +02:00
Luca Deri
e87d13f260 Refreshed nDPI flow risk implementation 2020-05-16 00:26:09 +02:00
Alfredo Cardigliano
3c890c7a6a Move syslog producers configuration to community 2020-05-15 18:32:54 +02:00
Simone Mainardi
058f2a32be Uses nDPI-calculated risks for TLS alerts 2020-05-15 11:54:18 +02:00
Simone Mainardi
9f6c6cb315 Initial work to merge alert and notification endpoints 2020-05-14 11:04:57 +02:00
Simone Mainardi
8cb1bc7a34 Refactors notification endpoints into notification configs 2020-05-14 10:47:18 +02:00
Simone Mainardi
5d798db8fc Adjusts endpoint tests 2020-05-14 10:46:53 +02:00
gabryon99
71870f5158 validation of endpoint fields 2020-05-13 22:15:09 +02:00
Simone Mainardi
329f7381b5 Minor fixes 2020-05-13 20:02:34 +02:00
Simone Mainardi
79c48e2039 Adds localization for flow risks 2020-05-13 20:01:06 +02:00
Simone Mainardi
c543df45f9 Reworks suspicious file transfers 2020-05-13 19:38:24 +02:00
gabryon99
237309fc58 enforced admin privileges on endpoint pages 2020-05-13 18:26:05 +02:00
Simone Mainardi
77a32cb19b Updates ts.lua for queries with different timezones
Fixes #3924
2020-05-13 16:39:37 +02:00
Simone Mainardi
0f2ce04912 Fixes InfluxDB retention policies not updated upon retention changes
Fixes #3922
2020-05-13 14:25:46 +02:00
Simone Mainardi
1e03a59af8 Fixes flow risks in flow_details page 2020-05-13 12:34:47 +02:00
Simone Mainardi
0d7ed3f0ed Extends binary and unknown port alerts 2020-05-13 12:21:01 +02:00
Luca Deri
f4b25f30b3 Flow risk report improvemements 2020-05-12 12:57:36 +02:00
Luca Deri
e315158c1d Added plugin for handling flow risks reported by nDPI 2020-05-12 12:18:50 +02:00
emanuele-f
1a955db5cf Fix missing aggregated flows nested logic 2020-05-12 09:49:48 +02:00
emanuele-f
2fc0b30e46 Add missing tiny flows nested inputs logic 2020-05-12 09:47:31 +02:00
Luca Deri
cd3246ca3b Defined new flow_keys
status_binary_application_transfer  = 29,
      status_known_proto_on_non_std_port  = 30
2020-05-12 00:35:45 +02:00
Luca Deri
d29492a89e Added support for flow risk reported by nDPI 2020-05-12 00:34:46 +02:00
emanuele-f
64f941cceb Remove javascriptAfterSwitch in preferences
Addresses #3849
2020-05-11 18:56:27 +02:00
emanuele-f
3a27b78a5d Fix Remote Probe invalid cell format
Addresses #3707
2020-05-11 17:45:01 +02:00
Luca Deri
812afd9862 Host explored fixes, added new visualiation and localization 2020-05-10 23:49:16 +02:00
Simone Mainardi
18bf6fa3d5 Fixes alerted active monitoring hosts not reported as alerted
Fixes #3904
2020-05-08 17:47:33 +02:00
emanuele-f
af842e4aa6 Cleanup unnecessary CSRF tokens passed 2020-05-08 12:56:58 +02:00
emanuele-f
2a4128f0c0 Fix missing label 2020-05-08 12:34:11 +02:00
emanuele-f
d43d4e5e74 Make DHCP names cache expire after 1 day
Addresses #3641
2020-05-08 10:15:31 +02:00
Luca Deri
ff76407e68 Added detection of self-signed (< TLS 1.3) certificates 2020-05-08 09:53:31 +02:00
gabryon99
dc7a4c31bc add admin privileges check for endpoints notification and recipients list
fix #3909
2020-05-07 21:49:13 +02:00
gabryon99
88635566ac change input name fields for recipients 2020-05-07 21:43:15 +02:00
Luca Deri
698265c4fb Added TLS issuerDN, subjectDN 2020-05-07 19:06:13 +02:00
gabryon99
db9f3ecc03 add recipient for endpoint notifications 2020-05-07 18:30:27 +02:00
Simone Mainardi
78a6f4f8d4 Adds endpoint conf to the endpoint recipient getter 2020-05-07 17:48:19 +02:00
emanuele-f
ba5c64b107 Rework host label getters
This fixes inconsistencies across the ntopng gui

Addresses #3699
2020-05-07 17:47:18 +02:00
gabryon99
ea1c60c99c check for duplicated name in endpoint notification list
fix #3898
2020-05-07 16:51:03 +02:00
gabryon99
19edceec4c add http validation for endpoints
fix #3889
2020-05-07 16:20:37 +02:00
Luca Deri
b797f80c42 Merge branch 'dev' of https://github.com/ntop/ntopng into dev 2020-05-07 15:13:20 +02:00
Luca Deri
0a644150d9 Added check for preventing lua errors when showing TLS flow pages 2020-05-07 15:11:27 +02:00