Commit graph

6843 commits

Author SHA1 Message Date
Simone Mainardi
190a43c095 Fixes link for the all alerts page
Addresses #5486
2021-06-11 09:39:16 +02:00
Simone Mainardi
6e5d5ff5eb Disables empty alert pages, reworks historical/engaged links
Addresses #5486
2021-06-11 09:33:09 +02:00
Simone Mainardi
9b8e2a1f79 Adds per-alert scores in alert classes
Addresses #5402
2021-06-10 18:06:10 +02:00
Matteo Biscosi
f12934ef9e Implements Traffic TX/RX and Score Behavior analysis (#5473) (#5472) 2021-06-10 17:31:29 +02:00
Alfredo Cardigliano
20eeb76f7e Fix cetegory id validation 2021-06-10 15:51:12 +02:00
Simone Mainardi
0bd6efe5dc Implements breakdown for flow score
Implements #5402
2021-06-10 14:27:19 +02:00
Luca Deri
f4aafcc95d Improved ASN formatting 2021-06-10 12:39:28 +02:00
Alfredo Cardigliano
e1b9723809 Add extended description to host alerts 2021-06-10 12:16:03 +02:00
Alfredo Cardigliano
09b5520134 Remove dbg tracing 2021-06-10 10:46:26 +02:00
Luca Deri
c76cce1c4f Renamed Host Ban to Dangerous Host 2021-06-09 22:54:17 +02:00
Luca Deri
d674167498 Script is not enabled by default 2021-06-09 22:14:45 +02:00
Simone Mainardi
324668d1ab Code cleanup 2021-06-09 19:49:50 +02:00
Simone Mainardi
507d8dce28 Implements the ability to list/configure alarm exceptions
Implements #5461
2021-06-09 19:35:42 +02:00
Alfredo Cardigliano
2acca71f1d Use meaningful param names 2021-06-09 16:29:26 +00:00
Alfredo Cardigliano
a2863d5b9e Add l4_proto_list 2021-06-09 15:17:38 +00:00
Matteo Biscosi
0d2b764c84 Added asn to nindex flows (#5468) 2021-06-09 15:34:56 +02:00
Matteo Biscosi
8179d4749a Added host name to alert select 2021-06-09 11:46:10 +02:00
Matteo Biscosi
d554f084f6 Added href, percentage and refresh on filters (#5476) 2021-06-09 11:22:04 +02:00
Luca
28368ac887 Harmonized host names in flows and used ASN instead of the meaningless MAC for remote hosts 2021-06-09 11:09:27 +02:00
Alfredo Cardigliano
1c50397e5b Add tot count to alert_store get_stats 2021-06-09 08:41:04 +00:00
Simone Mainardi
fc2db1513b Cleanup of unnecessary items in user scripts config. JSON
Fixes #5456
2021-06-08 18:38:58 +02:00
Matteo Biscosi
a35873d484 Moved new alert dashboards rests into pro version 2021-06-07 19:24:05 +02:00
Matteo Biscosi
cdd34de6f5 Added new alert dashboard only into pro version 2021-06-07 18:48:33 +02:00
Matteo Biscosi
a6277b8d87 Fixes alert dashboards wrong ifid 2021-06-07 18:29:46 +02:00
Luca Deri
4005fbd4e9 Fixed purging message 2021-06-07 16:47:14 +02:00
Simone Mainardi
b38d6e5afd Fixes hosts serialized by MAC not handled in traffic reports
Fixes #5426 along with companion pro commit
2021-06-07 16:40:06 +02:00
Simone Mainardi
c01483ae67 Unifies button style
Fixes #5330
2021-06-07 15:02:26 +02:00
Simone Mainardi
aa639c6123 Fixes invalid chart units in community mode
Fixes #5448
2021-06-07 13:03:09 +02:00
Simone Mainardi
1ca6effc02 Fixes nils in start/stop ntopng process alerts 2021-06-07 12:13:09 +02:00
Matteo Biscosi
06724ea8e8 Fixes nIndex 0 ports for non TCP/UDP (#5447) 2021-06-07 09:33:49 +02:00
Luca Deri
4e5b42cbdf Removed unused variable 2021-06-05 10:53:52 +02:00
Luca Deri
9b05257abd Improves custom network labelling 2021-06-05 10:33:42 +02:00
lucapruneti
33a89e993e
CSV Export (#5445)
* Change host alert function name to json

* Refactored *_alert_store function with format_json, added csv format tohost alert

* Added .vscode directory to gitignore

* Refactor alert_store:to_csv function to single loop format

* Removed no_data value for no records in alert csv download

* Implemented csv export for alerts

* Merge with dev

* Removed row_id alert field to be exported in csv

* Refactored alert/*/list.lua with simple decision value format construct

* Refactored alerts csv export

* Fix removed output test files

* Added alert csv export for subdocuments

* Modified gitignore

* Change MSG values to export in alerts

* Added flow information in alert export

* Added export msg.description for alert
2021-06-04 18:10:26 +02:00
Matteo Biscosi
40e7427f82 Added pref for timestamp column in flow tables (#5392) 2021-06-04 17:38:22 +02:00
Simone Mainardi
f27ea48a54 Replaces old warning.png with fontawesome
Fixes #5397
2021-06-04 15:38:29 +02:00
Simone Mainardi
435a8837d0 Removes debug flags 2021-06-04 14:51:27 +02:00
Simone Mainardi
eee508fdf6 Fixes Lua error in v1/get/host/alert/list.lua 2021-06-04 14:42:06 +02:00
Matteo Biscosi
c212c47eff Changed interface select for new alert rest 2021-06-04 13:38:42 +02:00
Simone Mainardi
c6f8f6f085 Fixes useless fontawesome minification an invalid make minify
Fixes #5443
2021-06-04 12:26:19 +02:00
Matteo Biscosi
76645e6753 Added new rest api for the alerts dashboard 2021-06-04 11:50:33 +02:00
lucapruneti
1338d0956d
Download Alerts Improvements in CSV format (#5442)
* Change host alert function name to json

* Refactored *_alert_store function with format_json, added csv format tohost alert

* Added .vscode directory to gitignore

* Refactor alert_store:to_csv function to single loop format

* Removed no_data value for no records in alert csv download

* Implemented csv export for alerts

* Merge with dev

* Removed row_id alert field to be exported in csv

* Refactored alert/*/list.lua with simple decision value format construct

* Refactored alerts csv export

* Fix removed output test files

* Added alert csv export for subdocuments

* Modified gitignore

* Change MSG values to export in alerts
2021-06-04 10:03:19 +02:00
Matteo Biscosi
5dfcf415cf Fixes 0 port not filtered in nindex 2021-06-04 09:53:31 +02:00
Simone Mainardi
afb562c0b0 Fixes alert pagination broken for flows
Fixes #5440
2021-06-04 09:40:15 +02:00
lucapruneti
fc7efc2a0c
issue_5404_download_alert_format-inconsistent (#5433)
* Change host alert function name to json

* Refactored *_alert_store function with format_json, added csv format tohost alert

* Added .vscode directory to gitignore

* Refactor alert_store:to_csv function to single loop format

* Removed no_data value for no records in alert csv download

* Implemented csv export for alerts

* Merge with dev

* Removed row_id alert field to be exported in csv

* Refactored alert/*/list.lua with simple decision value format construct

* Refactored alerts csv export

* Fix removed output test files

* Added alert csv export for subdocuments

* Modified gitignore
2021-06-04 08:49:31 +02:00
Luca Deri
c7939fb212 Added JA3 handling via ZMQ 2021-06-04 00:10:07 +02:00
Matteo Biscosi
a616a8f06f Changed name value and fixed self nil value 2021-06-03 17:39:13 +02:00
Matteo Biscosi
8ccde0a06a Fixed new alert cards rest response 2021-06-03 16:49:45 +02:00
Matteo Biscosi
c74863ea7e Fixed js error regarding copy button (#5350) 2021-06-03 16:26:22 +02:00
Matteo Biscosi
d87599dba3 Added tooltip for new alert cards 2021-06-03 16:19:11 +02:00
Alfredo Cardigliano
f6f089c69e Add top mac and networks by alert count 2021-06-03 15:12:37 +02:00