Commit graph

4442 commits

Author SHA1 Message Date
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
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
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
c6f8f6f085 Fixes useless fontawesome minification an invalid make minify
Fixes #5443
2021-06-04 12:26:19 +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
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
Alfredo Cardigliano
f6f089c69e Add top mac and networks by alert count 2021-06-03 15:12:37 +02:00
Simone Mainardi
49d28ccb44 Removes a debug flag 2021-06-03 14:21:11 +02:00
Simone Mainardi
27d6f53c4b Moves items_list.template to standard user_script_templates/ 2021-06-03 11:40:56 +02:00
Simone Mainardi
0385651aaf Fixes sporadic plugins load failures causing unexpected behaviors 2021-06-03 11:37:57 +02:00
Alfredo Cardigliano
d43f32f23f Update skype protocol name 2021-06-03 11:32:49 +02:00
Alfredo Cardigliano
5d294f7cab Add get_stats function to comput top alerts, hosts, cli/srv hosts from historical stats 2021-06-01 18:25:40 +02:00
Alfredo Cardigliano
e0be38121f Add operator selection in add filter dialog for severity. Fixed bugs with operator handling in tagify support. 2021-06-01 15:24:55 +02:00
Matteo Biscosi
aa0167123b Added empty string check to formatter 2021-06-01 12:30:51 +02:00
Alfredo Cardigliano
ee7c012926 Handle operators in (view only) tags 2021-06-01 10:53:46 +02:00
Simone Mainardi
f242b94b6d Fixes incomplete active monitoring messages upon check failures
Fixes #5420
2021-06-01 10:13:26 +02:00
Alfredo Cardigliano
cfdf371ab5 Support lt/gt operators in alert severity 2021-06-01 09:59:54 +02:00
Simone Mainardi
66cd1fc8a3 Removes debug print left in blog_utils.lua
Addresses #5422
2021-05-31 14:41:25 +02:00
Simone Mainardi
0f5340e1a3 (C) update 2021-05-31 12:39:02 +02:00
Simone Mainardi
08fb295be9 Implements support for roles (attacker/victim) filtering of alerts
Implements #5425
2021-05-31 12:32:56 +02:00
Matteo Biscosi
756966c62b Added nProbe license and maintenance infos to iface 2021-05-31 12:28:41 +02:00
Simone Mainardi
9453fca4cb Reworks and completes attacker/victim for all host alerts
Addresses #5310
2021-05-31 11:17:03 +02:00
gabryon99
24f054f009 add missing username for blog notifications (#5422)
The notifications backend it worked fine, but the frontend was missing the username variable to be in able to display the 'New' badge correctly
2021-05-31 10:25:54 +02:00
Luca Deri
4c27f6f98c Implemented handlig of hello message from nprobe 2021-05-28 19:34:11 +02:00
Alfredo Cardigliano
aa2e36d053 Increase color difference (fix #5329) 2021-05-28 17:51:18 +02:00
Simone Mainardi
4352638cdf Reworks and completes attacker/victim for all flow alerts
Addresses #5310
2021-05-28 17:03:37 +02:00
Alfredo Cardigliano
72d6cc5e38 Add hyperlinks to alert numbers (implement #5334) 2021-05-28 15:56:33 +02:00
gabryon99
78c3984f7c fix for sidebar (#5407) 2021-05-28 12:50:18 +02:00
Matteo Biscosi
8d789023c7 Fixed alert views chart error 2021-05-28 12:18:56 +02:00
gabryon99
ebc76da1b6 fixes for dark mode and removed of minified files. (#5391) 2021-05-28 12:13:23 +02:00
Alfredo Cardigliano
5464f23d2f Fix policy persistency changing other pool compoenents 2021-05-28 10:08:24 +00:00
Simone Mainardi
0ac075c01c Fixes attacker for suspicious DGA domains
Partially addresses #5310
2021-05-27 18:27:29 +02:00
Simone Mainardi
0c9404bacc Removes a debug print 2021-05-27 15:19:05 +02:00
Simone Mainardi
567655ad70 Fixes for active monitoring alerts
Fixes #5415
2021-05-27 15:18:10 +02:00
Luca Deri
8077acba0f Typo 2021-05-27 14:49:31 +02:00
Matteo Biscosi
ee01902bff Fixed host pool nil value 2021-05-27 14:46:25 +02:00