Commit graph

589 commits

Author SHA1 Message Date
Alfredo Cardigliano
b235b2412a Add stub for insert/delete engaged 2024-11-07 12:16:28 +01:00
Alfredo Cardigliano
b48c0e0d1d Add schema for in-memory mem_db.engaged_host_alerts table and host_alerts_view aggregated view on SQLite 2024-11-07 10:58:48 +01:00
Alfredo Cardigliano
89f59cde5a Migrate local networks type from 16 to 32 bit 2024-10-29 15:31:37 +01:00
GabrieleDeri
f45644bd2e
Fixed telemetry response format, no impact on base ntopng, different endpoint (#8653)
* Fixed telemetry response format, no impact on base ntopng, different endpoint

* Fixed error

* Added toboolean instead of string compare
2024-08-21 16:55:04 +02:00
Alfredo Cardigliano
bc26f3f5eb Exclude no (empty or zero) mitre from results 2024-08-12 15:19:31 +02:00
Luca Deri
7928a423bf Fixed invalid formatting 2024-08-09 21:27:18 +02:00
Alfredo Cardigliano
548c9aeec5 Remove obsolete JA3 support 2024-08-09 09:08:32 +02:00
Alfredo Cardigliano
a4d28d59f2 Fix #8589 2024-08-07 16:03:53 +02:00
Alfredo Cardigliano
939df53237 Add Top Mitre in flow and host alerts. Optimize alert Tops computation. Add Security report. 2024-08-07 11:17:06 +02:00
Alfredo Cardigliano
0b16d384b6 Fix mitre info in flow alerts custom queries 2024-08-06 17:45:17 +02:00
Alfredo Cardigliano
287c3e1806 Handle mitre filters in queries 2024-08-06 16:58:52 +02:00
Alfredo Cardigliano
6d7e24e06a Add list of filters for mitre ids and categories 2024-08-06 16:44:50 +02:00
Alfredo Cardigliano
abee29d8d7 Add mitre tables by id. Fix host alerts format in case of aggragations 2024-08-06 16:20:09 +02:00
Alfredo Cardigliano
d141cc86e8 Read i18n for mitre even with no alert id (in case of aggregations) 2024-08-06 15:25:36 +02:00
DGabri
fb9d305fde Added mitre info in flow alerts page 2024-08-06 12:46:44 +02:00
DGabri
53027bde72 Added mitre info in host alert table. To implement filters 2024-08-06 12:31:01 +02:00
Alfredo Cardigliano
a308d6c623 Fix host custom queries 2024-08-06 11:40:34 +02:00
Alfredo Cardigliano
d981c8d315 Add mitre titles and tags 2024-08-06 09:50:32 +02:00
Alfredo Cardigliano
895a1f7832 Use host_alerts_view for reading host alerts (it includes mitre data) 2024-08-05 16:49:38 +02:00
DGabri
1b32535735 FIxed port 2024-08-05 16:02:16 +02:00
DGabri
9495b20509 Fixed: #8519 2024-08-05 10:22:20 +02:00
Matteo Biscosi
87457ac068 Fixes host details tooltip 2024-08-02 11:34:17 +02:00
Alfredo Cardigliano
5c55790981 Code cleanup 2024-08-01 12:06:13 +02:00
Matteo Biscosi
9b2216bb03 Disabled snmp_info button in snmp trap alert 2024-07-31 18:47:57 +02:00
DGabri
eafe56506e Changed REST response key name 2024-07-25 17:19:54 +02:00
DGabri
1a16f550d5 Removed shortenString from historical flow formatter 2024-07-24 15:56:53 +02:00
DGabri
ed947634d1 Implemented: 8553, 8535, 8551, 8517 2024-07-23 16:19:05 +02:00
DGabri
85c11aa725 Applied PR suggestion 2024-07-23 11:39:36 +02:00
DGabri
81c696aef7 Cleaned alerts REST for telemetry host, flow 2024-07-23 11:00:23 +02:00
Matteo Biscosi
183c528b01 Removed mitre info from alerts 2024-07-19 12:40:09 +02:00
Matteo Biscosi
ab76ff4ef2 Added mitre_info to alerts in sql and partially in CH 2024-07-05 13:46:33 +02:00
DGabri
d98299520d Formatted insert_stmt as it was 2024-07-01 10:43:11 +02:00
DGabri
328cbd943b Fixed enterprise version check import 2024-07-01 10:40:47 +02:00
DGabri
9c9af3550c Fixed enterprise version check 2024-07-01 10:37:12 +02:00
DGabri
110796ebad Appplied PR review suggestion 2024-07-01 10:31:07 +02:00
DGabri
5d382efbf6 Formatted insert_stmt as it was 2024-07-01 10:28:08 +02:00
DGabri
1f98f047c9 Added verbose parameter to add historical flow info to the response 2024-07-01 10:21:30 +02:00
Matteo Biscosi
5dfd5df448 Fixes location filter not working for sqllite (#8470) 2024-06-25 18:31:24 +02:00
Matteo Biscosi
9e0e7d4648 Added mitre_info to flow_alerts/host_alerts 2024-06-13 18:08:28 +02:00
GabrieleDeri
452cf42e82
Implemented ticket #7576 (#8436)
* added guide for GUI development functioning

* Changed table refresh to 1 minut

* updated en.lua path

* Added lua navbar documentation

* Fixed SNMP menu entry highlight

* Implemented ticket #7576

* Implemented #7576

* Added lua and vue documentation

---------

Co-authored-by: DGabri <gabriele.deri@gmail.com>
2024-06-05 18:55:39 +02:00
Alfredo Cardigliano
e0db423933 Fix retrieval of system alerts 2024-06-03 15:55:13 +02:00
Nicolo Maio
e3c427a139 Add L4 protocol filter in flow alerts. (#8358) 2024-05-02 17:30:13 +02:00
Matteo Biscosi
ff3c71f11e Fixes top dropdowns in alert page 2024-05-02 04:35:54 -04:00
Matteo Biscosi
00cb3604b1 Fixes filters sorting (#8361) 2024-05-02 03:59:51 -04:00
Luca Deri
bc372d0d93 Cosmetic fixes 2024-04-30 12:28:51 +02:00
Alfredo Cardigliano
e709a6818e Limit results to the max set in the backend 2024-04-19 15:51:17 +02:00
Alfredo Cardigliano
d7415c156d Add option to limit rows 2024-04-19 15:41:27 +02:00
Nicolo Maio
21379070f5 Add IssuerDN and Last Server filters. (#7032) 2024-04-18 17:30:06 +02:00
Nicolo Maio
b34a674427 Fix usage of COLLATE option. 2024-04-18 12:19:11 +02:00
Luca Deri
e888e6fb69 Typo 2024-04-13 08:50:26 +02:00