Commit graph

210 commits

Author SHA1 Message Date
Manuel Ceroni
5cde596288
Vulnerability Scan converted to Active Scan (#10774) 2026-08-14 17:43:43 +02:00
DGabri
60ceacc76d Added flow risk filter 2026-07-27 19:46:39 +02:00
Matteo Biscosi
462870bfc8 Fixes various issues in site page 2026-07-21 09:07:54 +00:00
Matteo Biscosi
fa104c8422 Fixes incorrect if
Some checks are pending
Build / build (push) Waiting to run
CIFuzz / Fuzzing (address) (push) Waiting to run
CodeQL / Analyze (push) Waiting to run
CodeQL / Analyze-1 (push) Waiting to run
2026-07-20 17:35:34 +00:00
Matteo Biscosi
9bcf6ca1d7 Added interface index filter on hosts page 2026-07-20 15:40:04 +00:00
Matteo Biscosi
02969a68d7 Removed CVEs and fixes non working Active Scan page and updated documentation 2026-06-29 14:46:34 +00:00
Matteo Biscosi
705c14a431 Revert "Removed vulnerability scan (#10490)"
This reverts commit 947019d8c7.
2026-06-28 10:52:21 +00:00
Manuel Ceroni
947019d8c7
Removed vulnerability scan (#10490)
* Removed vulnerability scan

* Removed other vs_utils references
2026-06-25 16:33:55 +02:00
Alfredo Cardigliano
8b009ac2f1 Move is<model> Lua functions to pro 2026-06-25 11:33:55 +02:00
Alfredo Cardigliano
07e23d469a Add AS information to the database from geoip/as.csv when available. Cache the information on redis. Use RIPE service as last resort. 2026-06-09 10:36:54 +02:00
Alfredo Cardigliano
fb521c1752 Rename labels to tags to avoid confusion as labels was too common. (note: tag filters are now flowfilters) 2026-05-12 11:43:07 +02:00
Alfredo Cardigliano
56c177c2c9 Allow the user to assign builtin labels (but not to remove them atm) 2026-04-23 17:35:31 +02:00
Alfredo Cardigliano
55a61deff3 Implement labels filtering for hosts in C++ 2026-04-22 10:17:31 +02:00
Alfredo Cardigliano
e6cd18c61f Rework host labels: serialize per interface, keep a LabelsConfiguration per NetworkInterface 2026-04-17 17:03:04 +02:00
Alfredo Cardigliano
144eb7fee4 Initial implementation of user-defined host labels 2026-04-14 11:06:11 +02:00
GabrieleDeri
a72da1007c
Removed apex donut chart, removed flow analysis page (#10141) 2026-03-09 18:37:31 +01:00
Matteo Biscosi
5f621f12b3 Added swagger documentation to REST API 2026-02-03 11:51:46 +01:00
Luca Deri
389e832d1c (C) update 2026-01-19 16:23:53 +01:00
Alfredo Cardigliano
42bd4ade03 Add pref to enable searching in all interfaces 2026-01-19 10:21:24 +01:00
Alfredo Cardigliano
612a1c5905 Implement find_utils.find_on_any_interface (WIP) 2026-01-19 10:06:48 +01:00
Alfredo Cardigliano
1f2ce19cc8 Add new Lua module find_utils. Cleanup rest/v2/get/host/find.lua 2026-01-16 17:22:04 +01:00
Manuel Ceroni
9110160932
Add search in hosts page (#9878) 2025-12-22 09:58:38 +01:00
Alfredo Cardigliano
b561d23542 Remove in/out interface filters from hosts page 2025-10-21 18:40:45 +02:00
Matteo Biscosi
9772c8f0e7 Added and fixed host location in nEdge (#9681) 2025-09-22 13:45:50 +02:00
GabrieleDeri
26075a8e8a
Moved nedge hosts table to vue (#9517) 2025-08-13 19:00:32 +02:00
Matteo Biscosi
cbd5ce4e04 Added link to asn stats and name to ASN (#9345) 2025-07-08 18:17:52 +02:00
Matteo Biscosi
4b46069727 Updated format snmp port name function 2025-07-02 10:00:35 +02:00
Matteo Biscosi
55c1f82308 Fixes missing mac filter (#9099) 2025-04-03 08:49:34 +02:00
Alfredo Cardigliano
cad117a381 Further improve partial match results 2025-04-01 10:12:09 +02:00
Alfredo Cardigliano
9494fee954 Improve search in case of full ip with partial match 2025-04-01 10:08:08 +02:00
Alfredo Cardigliano
41f122097e Move all asset endpoints to pro 2025-03-19 17:11:28 +01:00
Alfredo Cardigliano
d27fbb8025 Add missing paths 2025-03-19 09:00:08 +01:00
Luca Deri
254af8566b Assets improvements 2025-03-18 22:32:31 +01:00
Luca Deri
14457b3818 Assets improvement 2025-03-18 20:58:09 +01:00
Luca Deri
704bb92b5b Asset rework 2025-03-18 18:01:44 +01:00
Alfredo Cardigliano
230747b010 Rework asset dashboard 2025-03-18 15:49:27 +01:00
GabrieleDeri
6d2f9213eb
Fixed assets links issues and last seen formatting (#9052) 2025-03-18 09:48:10 +01:00
GabrieleDeri
a1e077c6ac
Added Unknown manufacturer filter (#9042)
* Fixed dist and error codes in scss

* Moved network discovery to monitoring from dashboard

* Added unknown MAC manufacturer filter in assets page #9036
2025-03-17 15:36:15 +01:00
Matteo Biscosi
60c9c6d7fb Small changes to assets page 2025-03-13 15:43:19 +01:00
Matteo Biscosi
77e811a415 Added responsive to apexcharts 2025-03-13 12:52:00 +01:00
Matteo Biscosi
b45df18ece Reduced shorten string 2025-03-13 10:25:30 +01:00
Matteo Biscosi
0f7344c79a Fixes issues with assets insert in clickhouse 2025-03-13 10:10:26 +01:00
Matteo Biscosi
5f876167e5 Added assets dashboard 2025-03-12 17:08:46 +01:00
GabrieleDeri
4c1026f54d
Updated some REST documentation (#9013) 2025-03-03 10:31:37 +01:00
GabrieleDeri
3e13ef3f06
Fixed broken iec104 REST, added missing params error code #9001 (#9002) 2025-02-26 14:35:24 +01:00
Matteo Biscosi
bd5a4dbe34 Fixes assets filter and access control list preference 2025-01-22 17:15:41 +01:00
Matteo Biscosi
3150761f26 Added first implementation of Assets 2025-01-21 12:30:56 +01:00
Matteo Biscosi
477499a9b8 Added rest for assets (#6794) 2025-01-15 09:57:03 +01:00
Matteo Biscosi
19fb4af3e4 Added assets info (#6794) 2025-01-14 17:41:34 +01:00
Matteo Biscosi
1e18b7b693 Added Assets to hosts dump (#6794) 2025-01-14 10:43:12 +01:00