gabryon99
a5f74410f8
refactorized notifications into toasts ( #4706 )
2020-11-25 14:36:34 +01:00
Luca Deri
dfa0c1de85
In addition to the new value for minim severity, builtin endpoints have a new prefix named builtin_endpoint_ instead of builtin_config_ (misleading)
2020-11-24 14:03:36 +01:00
Luca Deri
779de0d2a8
Minimum alert severity handled by recipients is not set to info. In the future, this should be configurable by means of the web gui
2020-11-24 14:03:36 +01:00
Alfredo Cardigliano
700f952386
Fix Misc page for appliance and nedge
2020-11-24 12:37:06 +01:00
Alfredo Cardigliano
a9ecc7be54
Improve passive mode interface selection
2020-11-24 12:22:22 +01:00
Alfredo Cardigliano
9a37185c79
Appliance management/capture interfaces selection
2020-11-24 11:48:19 +01:00
Alfredo Cardigliano
cb69a60b40
Add ability to set passive mode in appliance mode, class cleanup
2020-11-23 19:10:11 +01:00
Simone Mainardi
1d270f4af6
Adds alert.lua Alert class
2020-11-23 18:46:20 +01:00
Simone Mainardi
5f2ab30351
Implements experimental object-oriented alert classes
2020-11-23 18:43:24 +01:00
Alfredo Cardigliano
7b01cace7d
Add support for ECS format in syslog endpoint
2020-11-23 14:41:22 +01:00
Simone Mainardi
d59c9b9e7d
Shortens URLs too long in exe file transfers
...
Fixes #4681
Addresses #4761
2020-11-21 17:18:24 +01:00
Matteo Biscosi
507583db64
Added host category to flow and host alerts ( #4767 )
...
* Fixed shell endpoint bug and added notice when executing the script
* Added victim and attacker to security plugins
* Updated hosts alert with host_category info
* Added host category to hosts alert description
* Added host category to flows
Co-authored-by: matteo <biscosi@ntop.org>
2020-11-20 19:14:07 +01:00
Alfredo Cardigliano
985e6ed6a9
Add 'passive' mode. system_config cleanup
2020-11-20 18:17:35 +01:00
Simone Mainardi
3f6dfd2e9c
Fixes and simplifies infrastructure host labels
2020-11-20 17:52:20 +01:00
Alfredo Cardigliano
9a26717a71
System config cleanup, add startup initialization, add more admin checks, move reset code to nf_config
2020-11-20 15:47:21 +01:00
gabryon99
68df289386
imrpved page layouts and lokking feel
2020-11-20 14:50:38 +01:00
gabryon99
1b25fc64c5
fixed requires loop
2020-11-20 12:20:25 +01:00
gabryon99
0fc0a24f51
improvement on infrastructure page
2020-11-20 12:04:03 +01:00
Simone Mainardi
8121f48e4a
Adds infrastructure_instance_check_auth_failed REST response
2020-11-20 11:44:49 +01:00
Simone Mainardi
46964cb5ab
Extends REST utils with new infrastructure checks constants
2020-11-20 11:12:56 +01:00
Simone Mainardi
566babf34c
Adds min host info to all host-alerts (engaged/released/triggered)
2020-11-19 17:11:18 +01:00
Simone Mainardi
e8159593eb
Fixes internal alerts only processed by the SQLite recipient
2020-11-19 16:25:07 +01:00
gabryon99
29c102b7b7
splitted host:port ( #4731 ), fixed invalid host for icmp ( #4732 )
2020-11-19 15:52:32 +01:00
gabryon99
cbb1c3be2c
improved regex for token ( #4747 )
2020-11-19 15:35:40 +01:00
gabryon99
f6f72c01e3
add threshold for infrastrcture instances
2020-11-19 14:59:00 +01:00
gabryon99
d79fa291b4
fixed error for instance already existing
2020-11-19 14:59:00 +01:00
Simone Mainardi
c748dc63b8
Fixes page layout in presence of many TLS cert names
2020-11-19 14:50:23 +01:00
Simone Mainardi
08bfbac99d
Additional fix for formatConnectionIssues bug
2020-11-19 12:57:36 +01:00
Matteo Biscosi
b07f943f34
Fixed formatConnectionIssues bug, expecting table but getting number
2020-11-19 12:50:57 +01:00
Simone Mainardi
8c48ddc00f
Fixes exception when extracting nIndex data
2020-11-19 11:23:36 +01:00
gabryon99
b584fadde4
fixed validation for alias ( #4745 )
2020-11-19 10:45:45 +01:00
gabryon99
26e0c5cd10
improved token validation ( #4747 )
2020-11-19 10:34:04 +01:00
Matteo Biscosi
e543b207c9
Fixed shell endpoint bug and added notice when executing the script ( #4748 )
...
Co-authored-by: matteo <biscosi@ntop.org>
2020-11-18 17:06:06 +01:00
gabryon99
f2037d45f8
moved infrastructure dashboard to system interface view
2020-11-18 16:57:05 +01:00
Alfredo Cardigliano
67fd78e66c
Add --appliance switch. Draft implementation of the System Setup interface ( #4715 )
2020-11-18 12:47:12 +01:00
Simone Mainardi
7c48b3388c
Hides endpoint/recipient/pool messages from pcap dump
...
Implements #4738
2020-11-17 18:16:51 +01:00
Simone Mainardi
46d6deedaa
Fixes deletion of recipients
2020-11-17 16:29:24 +01:00
Alfredo Cardigliano
8069c1b532
system_config fixes
2020-11-17 12:52:57 +01:00
Alfredo Cardigliano
8e62a71eee
Rename system_utils.lua -> cpu_utils.lua to avoid confusion
2020-11-17 12:41:06 +01:00
Alfredo Cardigliano
ba9c501c4d
Add support for system configuration (WIP)
2020-11-17 11:54:47 +01:00
gabryon99
5c6634b586
improved status column for insfrastrcture dashboard
2020-11-17 10:54:16 +01:00
gabryon99
e58f2193aa
add insfrastructure dashboard ( #4056 )
2020-11-17 10:40:22 +01:00
gabryon99
d2babc3d24
add check for table contains
2020-11-17 09:40:18 +01:00
gabryon99
40551b6d47
add import/export utilities for federation
2020-11-16 23:07:11 +01:00
Matteo Biscosi
a8cf3836d7
Fixes #4709 unexpected new device plugin ( #4728 )
...
* Added unexpected new device plugin, needs review
* Fixes #4709 unexpected new device plugin
Co-authored-by: matteo <biscosi@ntop.org>
2020-11-16 12:41:19 +01:00
Simone Mainardi
b87e641086
Fixes validation of unexpected servers whitelist
2020-11-14 17:39:59 +01:00
Luca Deri
7c9631b955
Added check
2020-11-14 11:43:33 +01:00
Luca Deri
2120bf2486
Added alert for log goodput flows
2020-11-14 00:23:35 +01:00
Simone Mainardi
e7a6682aba
Implements transactional host pools members add
2020-11-13 19:15:21 +01:00
Simone Mainardi
63ba947adc
Fixes validation for url http_lint
2020-11-13 17:04:30 +01:00