Commit graph

198 commits

Author SHA1 Message Date
MatteoBiscosi
ed18574e18 Fixes MAC Address shown were it shouldn't (#6290) 2022-02-09 19:32:27 +01:00
Matteo Biscosi
cf184d07ff Added MAC Address to View Interfaces 2022-02-09 19:18:00 +01:00
Luca Deri
e8fd5bb650 Cosmetic fix 2022-01-27 15:02:54 +01:00
Luca Deri
326d54c3aa Fixe bug that caused to show wrong call-id 0 with RTP streams with no SIP stream associated 2022-01-13 15:48:20 +01:00
MatteoBiscosi
0be795156f Fixes host names not alwais shown 2022-01-04 11:34:27 +01:00
Alfredo Cardigliano
257ece18c0 Copyright update (Lua) 2022-01-03 09:42:33 +01:00
Simone Mainardi
bb6a40c8e3 Implements active flows filter by local network
Addresses #6130
2021-12-17 12:17:33 +01:00
Simone Mainardi
64d1724650 Fixes flow page table index is nil 2021-11-12 10:37:45 +01:00
Luca Deri
98bbb19ff9 Flow details improvements 2021-10-25 22:30:34 +02:00
MatteoBiscosi
4e693dc9f1 Added probes filter to host page (#5157) 2021-09-30 12:15:25 +02:00
MatteoBiscosi
98f39fc351 Implements probe name ordering (#5908) 2021-09-27 16:02:44 +02:00
MatteoBiscosi
6b7bcef800 Added flow verdict icon (#5854) 2021-09-09 16:37:32 +02:00
Matteo Biscosi
120cd82c39 Changed format and position of Flow Verdict information 2021-09-08 15:47:23 +02:00
Simone Mainardi
243bcce623 Adds DNS request type to flow details
Implements #5841
2021-09-06 11:02:51 +02:00
MatteoBiscosi
d4f0396568 Changed alerted flow title position (#5820) 2021-08-31 12:46:54 +02:00
Alfredo Cardigliano
ab5bf484fd Cleanup duplicated code for L4 proto 2021-07-12 11:25:49 +02:00
Luca Deri
96531ff4c3 Fixed flow interface glitches when handlign flows 2021-07-07 12:23:16 +02:00
Luca Deri
195fe9578c Improved observation point id support and flow reporting 2021-06-19 00:16:48 +02:00
Simone Mainardi
2e8a6de0fc Major terminology unification (user scripts -> checks) 2021-06-17 12:39:43 +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
Simone Mainardi
1dce9e5842 Migrates to Bootstrap 5
Adds bootstrap-5.0.0-beta3-dist

Adds bootstrap-5.0.0

Updates bootstrap-5.0.0-beta3-dist to bootstrap-5.0.0-dist

initial migration to bs v5

porting to bs5

improvements on dropdown menu filter

fixed host map dropdown

removed excessive padding

fix button toggle

re-add blog news

removed text decoration for links

fix button layout (#5348)

remove underscore from href (#5347)
2021-05-18 11:39:59 +02:00
Simone Mainardi
c7082a4647 Implements new alerts database and drilldown
alert store skeleton

Alert database type changes

Implement alert store for host alerts. All alert store skeletons.

Fix class method access

Enable tracing

Implements simple queries for host alerts

Implement flow alert store

Fixes escaping of INSERT queries

Flow alerts database schema fixes

Adds escaping for alert JSON in flows and hosts

Implements queries .select() for alerts store

Adds limit and offset to perform paginated queries

Adds new REST getter for flow alerts

Name changes alert_severity to severity, alert_json to json

Fixes alert message not shown

Implement active monitoring alerts store

Implements sort of queries in the new dataabase

Changes alert_type to alert_id

Implement mac alerts store

Fixes flow alert messages

Implement system alerts store

Implement snmp alert store

Add missing items to the flow alerts

Add missing items to the host alerts

Add missing items to the mac alerts

Implements COUNT aplerts api

Add device_name to snmp alerts

add flow alerts templates

updated gitignore

fix for missing order field

add families defined in `alert_store_schema.sql`

Reworks and simplifies alert store subclasses

Implements REST API to fetch alert timeseries

Fixes date in flow REST api

Host alert json fix

Add get/host/alert/list.lua

Move alert/list.lua to alert/past/list.lua

Add alert/past/list.lua for all alert families

Add entity_id to system table to identify the alert type based on <alert_id, entity_id>

Add missing field

Implements facilities to query engaged alerts via REST

Handle both historical and past alerts in alert/list.lua

Fix count

Update params of select_historical

Implement method to add family-specific filters

Add alert/ts.lua for all alert families

Implements facilities and REST endpoints to delete alerts

Implements ordering of alert queries

Fix add_order_by group_by

Rest API tests update

Tests output update

Remove debug trace

Use alert_id instead of type. Add more flow alert info.

Update http lint

Format obsolete tlv version alerts. Add more host info.

Add row_id to list of alerts

Fix selection of engaged alerts

Add test for mac alerts (bcast domains)

Removes attempt to format alerts as flow alerts

Fixes interface selection for active monitoring

Update test output with rest changes

Add more fields to be ignores

Set alert count to 1 for the time being

add bar timeseries chart

add apexcharts

improvements on timeseries bar chart

registered chart callbakcs

working on alert page

fix for date format

Fixes acrive monitoring REST API

Fixes alignment of grouped alert data

Additional fix for alert histogram

remove useless if

formatting alerts page

fixes on flows alert stats table

rename local networks to device

format host pagie in alert_stats

add tag support for hosts and flow

implemented single delete action

add release modal

Fixes format of threshold cross interface alerts

Fixes wrong increase of dropped alerts

Implements exclusion list for invalid dns queries

Reworks exclusions lists for hosts and flows

Addresses #5212
Addresses #5113

Adds host alert keys in host callbacks definitions

Adds alert ids to flow callbacks

fix for not working button (#5215)

Fixes reported timeseries name

removed any additional button inside chart's toolbar (#5200)

Add tables for interfaces, networks, users to the schema. Skeleton alert_store classes

fixed broken range picker layout in firefox (#5199)

Alert insert fixes

Add more info to network alerts

Add rest endpoint for interface, network, user alerts

Fix endpoint selection in alerts_stats

Unifies columns between engaged and past alerts

Fixes Missing mandatory 'alert_granularity'

Minor fixes for missing alert_severity

Fixes arithmetic on a nil value (field 'last_seen')

Fixes get/system/alert/list.lua

use tstamp for column names (#5221)

Implements host alert formatter

Add alerts_store format_record_common

Use common format_record for am, system alerts

Use common format_record for all alerts

Fixes formatting of alerts of all types

Fixes nil in function 'hostinfo2label'

fixes on disable modal

add pages for network, user and interface endpoint (#5224)

Set alert_entity in all classes

Unifies influxdb alerts into system alerts

Addresses #5224

Unifies process alerts into system alerts

Addresses #5224

Cleanup unused periodicActivityEntity

Unifies category lists alerts into system alerts

Addresses #5224

Aligns new alert enums

Addresses #5224

Fixes alert page links

Fixes insertion of interface alerts

Implement filters for Host alerts

Fixes active monitoring alerts not triggering

Implement filters on flow alerts

Fixes for internal alerts timestamp and subtype

implements disable for the alerts

formatted alert disable label

Add address and device type to mac alert records

fix for delete alert toggle

Fix access to entity_val in alert_unexpected_new_device

add mac address and device type inside table

Fixes for new alert fields not handled

Fixes alert_definitions to handle new fields

Add ip/port to snmp alert records

Implements deletion of stored flow alerts

Add alert_name to all alert records via rest. Fix duration.

fixes for snmp tab

Implements delete of past host alerts

Add name to snmp alert records

fixes on system tab

Fix Date column

fixes link

Update menu

Fixes bad argument #3 to 'format' in snmp alerts

updated interface link

new alerts url for host (#5228)

Fixes sort of engaged alert

Minor cleanup

Fixes data returned for local network alerts

Fix duration for one shot. Note.

Fix duration override

Fixes interface selection for system alerts

Move host alert page

fixes for local network tab

Minor fix

Fix engaged host alerts

fixes on user tab

Fix alert_user_activity message
2021-04-26 19:41:34 +02:00
Matteo Biscosi
0410ad3bfa Readded mac address to flow details 2021-04-01 15:33:29 +02:00
Simone Mainardi
f61ffc045b Merge branch 'c-user-scripts' into dev 2021-03-22 10:36:13 +01:00
Simone Mainardi
aea9138bfb Implements flow callbacks and alerts in C++ 2021-03-22 09:51:36 +01:00
Luca Deri
d4ba1154c0 Improved flow label in alerts 2021-03-20 19:49:24 +01:00
Matteo Biscosi
6c8258fa06 Implements pool filter or selection on the flow page
Implements #4950
2021-03-03 11:57:25 +01:00
Matteo Biscosi
be9b5b8405 Removed mac address from flow alert msg
Changed remote to local alert description
2021-02-26 19:12:04 +01:00
Simone Mainardi
275482e203 Fixes flows dropdown filters not shown in the title
Fixes #5055
2021-02-22 14:57:34 +01:00
Matteo Biscosi
02aa0af75b Added description to hosts badges 2021-02-19 16:51:48 +01:00
Matteo Biscosi
09708de7f5 Reduced hosts badges width 2021-02-19 12:09:01 +01:00
Simone Mainardi
2244208ea3 Prevents zero ports from being hidden for TCP and UDP
Fixes #4994
2021-01-30 12:04:49 +01:00
Simone Mainardi
858f23f651 Fixes position of DSCP dropdown
Fixes #4933
2021-01-28 18:48:35 +01:00
Matteo Biscosi
f7f27dd503 Implements #4933 possibility to filter out flows with DSCP 2021-01-28 11:03:56 +01:00
gabryon99
353dd2af4f right aligned flow_exporter dropdown 2021-01-13 13:49:40 +01:00
Luca Deri
a1178a0791 Updated (C) 2021-01-02 12:08:23 +01:00
Simone Mainardi
458c894e69 Fix to show flow statuses sorted alphabetically
Fixes #4778
2020-12-31 09:33:03 +01:00
Simone Mainardi
16e2c9efe2 Cleanup to remove flow_consts no longer needed 2020-12-22 17:59:51 +01:00
Simone Mainardi
3789e490ef Shows migrated flow statuses in active flow status dropdown 2020-12-21 10:12:17 +01:00
Luca Deri
426d626331 Added missing spaces 2020-12-15 16:23:47 +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
Luca Deri
28c046bf42 Fixed bug that prevented intefaceIds from eing displayed correctly 2020-11-03 13:19:38 +01:00
Simone Mainardi
f3de7a9a4e Fixes misleading application selection in flow report
Fixes #4660
2020-11-02 17:21:35 +01:00
Simone Mainardi
3d83908dd0 Fixes nEdge block buttons on flows 2020-10-26 16:14:24 +01:00
Simone Mainardi
c8ecc1d001 Fixes formatting of total exported flows 2020-10-22 09:45:38 +02:00
Simone Mainardi
745b7c4bd6 Fixes layout of flow SNMP localization 2020-10-21 19:09:45 +02:00
Simone Mainardi
4663559031 Improves flow status drilldown with alert level groups 2020-10-20 10:26:50 +02:00
Simone Mainardi
823d8a8689 Fixes flow status severity drilldown 2020-10-20 09:41:10 +02:00
Simone Mainardi
a2705a8bda Implements header and drilldown of flow status severities 2020-10-19 19:26:30 +02:00
Simone Mainardi
d3dda0bb82 Unifies misbehaving with alerted flows
Implements #4596
2020-10-16 18:58:20 +02:00