diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2023-05-27 10:19:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-27 10:19:58 +0200 |
commit | 63ac50e4f43f60687cca2cc70da6622c09b35d0e (patch) | |
tree | 880a2812968390d0988b549fd7beb5d04d730edd /utils | |
parent | 334b43579e2b1aa4bffa11c4014c4e1fd0b60ba5 (diff) |
Improve detection of Alibaba flows (#1991)
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/asn_update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/asn_update.sh b/utils/asn_update.sh index 86ade7b42..adc93790e 100755 --- a/utils/asn_update.sh +++ b/utils/asn_update.sh @@ -141,7 +141,7 @@ echo "(3) Threema IPs are available in $DEST" echo "(1) Downloading AliBaba..." DEST=../src/lib/inc_generated/ndpi_asn_alibaba.c.inc -create_list NDPI_PROTOCOL_ALIBABA $DEST "AS134963" +create_list NDPI_PROTOCOL_ALIBABA $DEST "AS59055" "AS59054" "AS59053" "AS59052" "AS59051" "AS59028" "AS45104" "AS45103" "AS45102" "AS37963" "AS34947" "AS211914" "AS134963" echo "(3) AliBaba IPs are available in $DEST" echo "(1) Downloading AVAST..." |