Commit graph

107 commits

Author SHA1 Message Date
Nicolo Maio
a5a2146cfb Add isVSConfiguredHost and triggertHostNotConfiguredAlert. (#8051) 2023-11-30 09:36:48 +01:00
Nicolo Maio
fb0ff0850c [VS] Add check on the host before TCP/UDP portscan. (#8050) 2023-11-23 14:58:37 +01:00
Matteo Biscosi
ed4ab2836f Added system alert in case of ntopng failure (#8040) 2023-11-22 10:22:22 +00:00
Matteo Biscosi
da2c0ea972 Fixes interface alert subject not correctly formatted (#8036) 2023-11-21 11:55:04 +00:00
Nicolo Maio
34f7a42308 [VS] Add historical reports. (#8015) (#7950) 2023-11-20 17:06:23 +01:00
Nicolo Maio
8864c52fef [VS] Fix alert url. 2023-11-20 12:16:31 +01:00
Nicolo Maio
672539ac9f [VS] Disable alert triggers for port changes when conducting a CVE scan 2023-11-13 16:14:08 +01:00
Nicolo Maio
2083ea6cb9 [VS] Add IPv6 badge on alert description. 2023-11-13 14:51:34 +01:00
Alfredo Cardigliano
b24905747c Add local_explorer flag to alert format callback 2023-11-13 13:02:07 +01:00
Nicolo Maio
6187ee30b8 [VS] Fix alert description. 2023-11-13 11:01:43 +01:00
Nicolo Maio
5ad7b64874 [VS] Add scan type in alert message (#7969) 2023-11-06 11:32:21 +01:00
Alfredo Cardigliano
5de25b0dfb Improve VS alert description (#7969) 2023-11-02 15:05:41 +01:00
Matteo Biscosi
b970d0859e Fixes shutting down doesn't insert alerts in CH (#7949) 2023-10-25 11:41:53 +00:00
Nicolo Maio
3aeab7041c [VS] Fix nil check cases. 2023-10-18 12:38:47 +02:00
Nicolo Maio
200190d301 Fix host and iface rules with ndpi:protocol metrics. (#7912) 2023-10-16 18:33:37 +02:00
Matteo Biscosi
ec3545df2d Fixes interface name (#7908) 2023-10-16 09:32:46 +00:00
Nicolo Maio
be6c2e0d4f [VS] Fix alert generation. 2023-10-12 16:58:55 +02:00
Nicolo Maio
3d44707cc8 [VS] Add UDP port handler and implement numerous fixes. 2023-10-12 15:17:05 +02:00
Nicolo Maio
225cd81bcb Add port service name and fix alerts (#7859) 2023-10-02 18:40:48 +02:00
Nicolo Maio
92ce0298d0 Remove tprint. 2023-09-07 16:01:16 +02:00
Nicolo Maio
08620ecdec Add traffic RX and TX (#7754) 2023-08-29 15:59:52 +02:00
Matteo Biscosi
dc291cf89e Changed VS alert message 2023-08-18 14:41:37 +00:00
Matteo Biscosi
f88f512ac2 Added debug print to VA 2023-08-18 12:52:34 +00:00
Matteo Biscosi
ad2e918f8d Moved vulnerability scan alert into active monitoring alerts (#7761) 2023-08-18 10:18:23 +00:00
Nicolo Maio
7d3696c076 Add host pools and networks in Local Traffic Rules. (#7754) 2023-08-17 17:45:32 +02:00
Matteo Biscosi
7eaa652d0e Fixes vulnerability scan alert 2023-08-04 15:18:46 +00:00
Matteo Biscosi
3ca4ad98ae Added vulnerability issues alert (#7717) 2023-08-04 13:24:27 +00:00
Matteo Biscosi
41d97dae8f Added possibility to load table with preloaded search 2023-08-01 14:59:07 +00:00
Matteo Biscosi
5e49c8e8ae Fixes device connection/disconnection alert 2023-07-26 09:28:09 +00:00
Matteo Biscosi
4795779785 Fixes incorrect alert description 2023-07-10 17:23:56 +00:00
Matteo Biscosi
fcd6102ad0 Reworked behavior analysis alerts 2023-06-16 14:32:02 +00:00
Nicolo Maio
78565f9fc0 Fix SNMP Alert Error Messages. (#7526) 2023-06-07 10:09:40 +00:00
Nicolo Maio
672a9de40a Fix snmp rules check. (#7512) 2023-06-06 15:16:06 +00:00
Nicolo Maio
8ad8d69b4e Fix snmp rules alert. (#7512) 2023-06-06 14:33:35 +00:00
Nicolo Maio
64c62e1586 Revert "Fix SNMP alerts in case of bad port number provided by the check"
This reverts commit 488f80f476.
2023-06-06 10:43:13 +00:00
Alfredo Cardigliano
488f80f476 Fix SNMP alerts in case of bad port number provided by the check 2023-06-06 10:35:43 +00:00
Alfredo Cardigliano
6760c2bb77 Fix formatting of quota exceeeded alert 2023-05-19 15:57:38 +02:00
Alfredo Cardigliano
2434ae9e76 Cleanup deprecated code 2023-05-18 18:36:25 +02:00
Nicolo Maio
5bf92eec23 Add backend endpoint to handle checks. (#7446) 2023-05-15 16:12:17 +00:00
Matteo Biscosi
31d35583c2 Fixes device exclusion alert and added more info 2023-04-26 12:18:28 +00:00
Nicolò Maio
8cdda7cc69
Add flow exporter device check rules. (#7082) (#7364)
* Add flow exporter device check rules. (#7082)

* Remove debugger.

* Minor fix.

* Update en.lua
2023-04-07 16:28:24 +02:00
Matteo Biscosi
76267099a2 Fixes alerts inconsistent alerts and checks names (#7314) 2023-03-14 15:36:07 +00:00
Nicolò Maio
cf8a89a7e1
Add lowerbound and upperbound choice and percentage threshold on host rules. (#6855) (#7238)
* Add lowerbound and percentage threshold on host rules. (#6855)

* Add interface rules. (#6855)

* Added ability to blacklist hosts via Lua API

* Not supposed to be committed

* Method signature change to be called it also from a lua host script

* Fix empty string heck

* Add param check

* Add example listing alerts

* Fix params check

* Fix alert raw queris

* Removed debug code

* MacOS changes

* Updated (C)

* Warning fixes

* Removed sprintf calls

* Added rx_only_hosts classification

* https://github.com/ntop/ntopng/issues/7233; extend datatable component to allow external vue components in table menu bar

* Update dist: https://github.com/ntop/ntopng/issues/7233; extend datatable component to allow external vue components in table menu bar

* Remove obsoleted comment

* Minor GUI fix. (#6855)

* Fix on alert format. (#6855)

* Minor fix. (#6855)

* Update doc. (#6855)

---------

Co-authored-by: Luca Deri <lucaderi@users.noreply.github.com>
Co-authored-by: Luca Deri <deri@ntop.org>
Co-authored-by: Alfredo Cardigliano <cardigliano@ntop.org>
Co-authored-by: uccidibuti <vannucci@ntop.org>
2023-02-21 14:37:09 +01:00
Alfredo Cardigliano
669a4a484a Add syslog handler for nbox 2023-02-16 16:35:47 +01:00
Nicolò Maio
6d2ee3d599
Add network issue alert (#6691) (#7228)
* Add network issues alert. (#6691)

* Fix alert subtype. (#6691)

* Update default values. (#6691)

* Minor fix. (#6691)
2023-02-14 05:40:06 -05:00
Luca Deri
7992446d9e Implements Local Hosts BlackList Check #6858 2022-09-09 22:51:12 +02:00
MatteoBiscosi
c330724455 Last fixes to connection/disconnection alert (#6801) 2022-08-08 17:40:33 +02:00
MatteoBiscosi
1775233197 Updated device connection alert (#6801) 2022-08-08 11:37:33 +02:00
MatteoBiscosi
d6471d8dac Added device connection/disconnection alert (#6801) 2022-08-05 10:46:18 +02:00
MatteoBiscosi
3db8cc6cc8 Added check when SNMP traffic changes (#6144) 2022-07-20 12:42:41 +02:00