Alfredo Cardigliano
96954bdabb
new ids alert type and configuration
2019-04-04 11:02:01 +02:00
Salvatore Costantino
3bb830d23e
Fix active contacts time series ( #2506 )
...
* Fix active contacts time series
* Fix active contacts time series
2019-04-04 09:33:09 +02:00
Simone Mainardi
f827d8c700
Changes to DNS timeseries to show queries and replies together
2019-04-03 19:15:28 +02:00
SalvatoreCostantino
27fcedf9ff
Added TCP time series
2019-04-02 16:22:39 +02:00
Salvatore Costantino
a121b6a4f8
Added ARP requests time series ( #2496 )
2019-04-01 16:11:37 +02:00
Salvatore Costantino
5ec5a8e9c8
Added UDP packets time series ( #2488 )
2019-04-01 16:10:35 +02:00
Simone Mainardi
5e5ad77cec
Implements broadcast domain too large alerts
2019-04-01 14:20:57 +02:00
Simone Mainardi
23c5d92b10
Proper validation of base64-encoded license keys
2019-03-29 20:02:54 +01:00
Salvatore Costantino
c8a95d9476
Added dns time series ( #2487 )
2019-03-28 19:14:51 +01:00
emanuele-f
ad77797482
Fix flow status formatting when no flowstatus_info is available
2019-03-28 11:59:14 +01:00
Salvatore Costantino
58becaeebe
Added host and net unreachable counters ( #2483 )
...
* Added host and net unreachable counters
* Added host and net unreachable counters
* Added host and net unreachable counters
2019-03-27 21:44:47 +01:00
emanuele-f
4b2a95ecb4
Add redis flag to debug RRD operations
2019-03-27 15:28:25 +01:00
emanuele-f
4203d8a1c6
Enable influxdb data rollup to speedup queries
...
Also bind influxdb retention of CQ to the default retention
2019-03-27 12:42:54 +01:00
emanuele-f
dee4685141
Implement batched listSeries to reduce the number of HTTP requests
2019-03-27 10:49:51 +01:00
Alfredo Cardigliano
34509abce7
Safety check in case of no filter
2019-03-27 10:28:41 +01:00
Alfredo Cardigliano
ca2e11bc0b
Anomalous -> Misbehaving Flows ( fixes #2386 )
2019-03-26 19:36:40 +01:00
Simone Mainardi
41383aa51b
Revert "Added new time series ( #2481 )"
...
This reverts commit 0e785d58f9 .
2019-03-26 09:16:15 +01:00
Salvatore Costantino
0e785d58f9
Added new time series ( #2481 )
2019-03-25 21:29:36 +01:00
Simone Mainardi
3fcb15cda2
Handles TCP flags via nProbe
2019-03-25 20:31:13 +01:00
emanuele-f
021812a238
Add ability to search by network cidr/alias in search box
2019-03-25 17:21:22 +01:00
emanuele-f
074fccb1b3
Use network alias in alerts
2019-03-25 17:01:39 +01:00
emanuele-f
54becd3b22
Add local networks alias configuration
...
Closes #2476
2019-03-25 16:50:48 +01:00
emanuele-f
79543c6207
Flows table improvements
2019-03-25 16:04:29 +01:00
Simone Mainardi
0946961be2
Fixes wrong reset of large rrd values causing empty charts
2019-03-21 17:15:16 +01:00
Simone Mainardi
091e89d5a3
Implements hosts walker by address CIDR
2019-03-21 15:25:00 +01:00
Simone Mainardi
2c50c66532
Fixes locales ordering
2019-03-18 16:37:55 +01:00
emanuele-f
c1be2c2a55
Add switch to print InfluxDB queries
2019-03-18 15:27:14 +01:00
emanuele-f
c00478f30f
Improve "hosts" lists support and add MalwareDomainList
2019-03-18 12:52:21 +01:00
emanuele-f
8f5a6495a2
Add InfluxDB download link
2019-03-18 12:09:16 +01:00
Luca
c136776d84
Implementation of custom timeseries load
2019-03-15 13:44:15 +01:00
Simone Mainardi
dafe054c3d
Revert "Add files via upload ( #2457 )"
...
This reverts commit 44b735287f .
2019-03-15 11:14:28 +01:00
Salvatore Costantino
44b735287f
Add files via upload ( #2457 )
2019-03-14 19:43:21 +01:00
Simone Mainardi
5a67bf6e43
[Security] Fixes possible XSS in login.lua referer param
...
Fixes
XSS1 | Reflected
URL
http://192.168.2.200:3000/lua/login.lua?referer=%27%3E%3Cscript%3Ealert(1)%3C/script%3E
METHOD
Get
PARAMETER
referer
PAYLOAD
'><script>alert(1)</script>
2019-03-14 11:35:35 +01:00
Simone Mainardi
522347dc1b
Fixes pools initialization via API that was causing mixed pool ids
2019-03-12 16:27:20 +01:00
Simone Mainardi
4b3ae0e652
Makes the ARP matrix generation optional using a pref
2019-03-12 14:53:06 +01:00
Simone Mainardi
71158cb056
Handles deletion of host pools both with InfluxDB and RRDs
2019-03-12 13:16:27 +01:00
Simone Mainardi
5b667beadb
Fixes getAlertTimeBounds failing with enqueued flow alerts
2019-03-11 17:01:10 +01:00
Simone Mainardi
8613ffd7ee
Add link to active flow in flow alerts
2019-03-06 14:56:10 +01:00
Simone Mainardi
912e461fdf
Adds description and threshold for long-lived flows
2019-03-06 12:58:39 +01:00
Simone Mainardi
dcd1c61d78
Alert anomalies fixes
2019-03-06 12:43:45 +01:00
emanuele-f
b4bb8599ff
Fix InfluxDB total stats accounting one excess point
...
E.g. calculating a total on 1h interval starting from 11:00
- Before this patch: total on [11:00,12:00]
- With this patch: total on [11:00,11:59]
2019-03-06 10:52:22 +01:00
Luca Deri
468558ddb4
Adding a new timeseries: how to add number of unrecheable flows client/server per host.
2019-03-06 10:05:05 +01:00
Simone Mainardi
f8b120a9ce
Implements alerts for ICMP anomalies
...
Partially addresses #2387
2019-03-05 18:02:34 +01:00
Simone Mainardi
de286daf9c
Implements alerts for DNS anomalies
...
Partially addresses #2387
2019-03-05 16:49:50 +01:00
emanuele-f
8977ac81f6
Add ntopng process memory chart
2019-03-05 13:59:38 +01:00
Simone Mainardi
0516e485d1
Fixes category/application name clashes in RRDs
2019-03-04 16:03:12 +01:00
Simone Mainardi
4b30932d36
Fixes encoding issue with jp lang file
2019-03-04 10:11:10 +01:00
Simone Mainardi
a9db8e8c1e
Adds validation for host pool assoc via API
2019-03-03 11:28:15 +01:00
Simone Mainardi
f7cf85d169
Fixes nil table access upon nEdge http http_bridge_conf_utils.lua
...
Fixes
02/Mar/2019 18:16:46 [LuaEngine.cpp:8712] WARNING: Script failure [/home/simone/ntopng/scripts/callbacks/system/startup.lua][/home/simone/ntopng/scripts/lua/modules/tracker.lua:33: attempt to index a nil value (global '_SESSION')]
2019-03-02 18:19:08 +01:00
Simone Mainardi
626677705b
Adds Application label to flow alerts
2019-02-28 19:10:53 +01:00