diff options
Diffstat (limited to 'security')
88 files changed, 1147 insertions, 432 deletions
diff --git a/security/Makefile b/security/Makefile index c347eb87fbe9..b057302f2c66 100644 --- a/security/Makefile +++ b/security/Makefile @@ -639,6 +639,7 @@ SUBDIR += p5-Crypt-Twofish2 SUBDIR += p5-Crypt-Twofish_PP SUBDIR += p5-Crypt-URandom + SUBDIR += p5-Crypt-URandom-Token SUBDIR += p5-Crypt-UnixCrypt SUBDIR += p5-Crypt-UnixCrypt_XS SUBDIR += p5-Crypt-X509 @@ -1118,7 +1119,6 @@ SUBDIR += rekor SUBDIR += reop SUBDIR += rhash - SUBDIR += rhonabwy SUBDIR += ridl SUBDIR += rifiuti2 SUBDIR += rkhunter diff --git a/security/arti/Makefile b/security/arti/Makefile index 4ff449b82541..4c08c90c5772 100644 --- a/security/arti/Makefile +++ b/security/arti/Makefile @@ -1,5 +1,5 @@ PORTNAME= arti -DISTVERSION= 1.6.0 +DISTVERSION= 1.7.0 CATEGORIES= security MAINTAINER= cs@FreeBSD.org @@ -23,7 +23,7 @@ PLIST_SUB= USERS="${USERS}" GROUPS="${GROUPS}" USE_GITLAB= yes GL_SITE= https://gitlab.torproject.org GL_ACCOUNT= tpo/core -GL_TAGNAME= 0b636d9d8d3309663de0fb5554255f5f8f82544d +GL_TAGNAME= c0e88ed299458b6e050584a2045a026cd49714c9 CARGO_INSTALL= no default_DESCR= ${.CURDIR}/pkg-descr full_DESCR= ${.CURDIR}/pkg-descr-full diff --git a/security/arti/Makefile.crates b/security/arti/Makefile.crates index 019332ff01eb..709e70c8d300 100644 --- a/security/arti/Makefile.crates +++ b/security/arti/Makefile.crates @@ -91,6 +91,7 @@ CARGO_CRATES= addr2line-0.25.1 \ compression-codecs-0.4.31 \ compression-core-0.4.29 \ concurrent-queue-2.5.0 \ + const-hex-1.16.0 \ const-oid-0.9.6 \ content_inspector-0.2.4 \ convert_case-0.7.1 \ @@ -131,6 +132,7 @@ CARGO_CRATES= addr2line-0.25.1 \ deadpool-sync-0.1.4 \ der-0.7.10 \ der-parser-10.0.0 \ + der_derive-0.7.3 \ deranged-0.5.4 \ derive-deftly-0.14.6 \ derive-deftly-1.3.0 \ @@ -154,8 +156,8 @@ CARGO_CRATES= addr2line-0.25.1 \ dsa-0.6.3 \ dunce-1.0.5 \ dyn-clone-1.0.20 \ - dynasm-3.2.1 \ - dynasmrt-3.2.1 \ + dynasm-4.0.1 \ + dynasmrt-4.0.1 \ ecdsa-0.16.9 \ ed25519-2.2.3 \ ed25519-dalek-2.2.0 \ @@ -183,6 +185,7 @@ CARGO_CRATES= addr2line-0.25.1 \ filetime-0.2.26 \ find-msvc-tools-0.1.2 \ fixed-capacity-vec-1.0.1 \ + flagset-0.4.7 \ flate2-1.1.2 \ float-cmp-0.10.0 \ float-ord-0.3.2 \ @@ -338,12 +341,12 @@ CARGO_CRATES= addr2line-0.25.1 \ openssl-probe-0.1.6 \ openssl-src-300.5.3+3.5.4 \ openssl-sys-0.9.109 \ - opentelemetry-0.30.0 \ - opentelemetry-appender-tracing-0.30.1 \ - opentelemetry-http-0.30.0 \ - opentelemetry-otlp-0.30.0 \ - opentelemetry-proto-0.30.0 \ - opentelemetry_sdk-0.30.0 \ + opentelemetry-0.31.0 \ + opentelemetry-appender-tracing-0.31.1 \ + opentelemetry-http-0.31.0 \ + opentelemetry-otlp-0.31.0 \ + opentelemetry-proto-0.31.0 \ + opentelemetry_sdk-0.31.0 \ option-ext-0.2.0 \ ordered-float-2.10.1 \ os_pipe-1.2.2 \ @@ -390,8 +393,9 @@ CARGO_CRATES= addr2line-0.25.1 \ proc-macro-error-attr2-2.0.0 \ proc-macro-error2-2.0.1 \ proc-macro2-1.0.101 \ - prost-0.13.5 \ - prost-derive-0.13.5 \ + proptest-1.8.0 \ + prost-0.14.1 \ + prost-derive-0.14.1 \ pwd-grp-1.0.0 \ quanta-0.12.6 \ quote-1.0.41 \ @@ -406,6 +410,7 @@ CARGO_CRATES= addr2line-0.25.1 \ rand_distr-0.4.3 \ rand_distr-0.5.1 \ rand_jitter-0.5.0 \ + rand_xorshift-0.4.0 \ rand_xoshiro-0.7.0 \ rangemap-1.6.0 \ raw-cpuid-11.6.0 \ @@ -439,7 +444,7 @@ CARGO_CRATES= addr2line-0.25.1 \ rustls-pki-types-1.12.0 \ rustls-platform-verifier-0.6.1 \ rustls-platform-verifier-android-0.1.1 \ - rustls-webpki-0.103.6 \ + rustls-webpki-0.103.7 \ rustversion-1.0.22 \ ryu-1.0.20 \ safe_arch-0.7.4 \ @@ -533,6 +538,8 @@ CARGO_CRATES= addr2line-0.25.1 \ tinytemplate-1.2.1 \ tinyvec-1.10.0 \ tinyvec_macros-0.1.1 \ + tls_codec-0.4.2 \ + tls_codec_derive-0.4.2 \ tokio-1.47.1 \ tokio-macros-2.5.0 \ tokio-native-tls-0.3.1 \ @@ -548,7 +555,8 @@ CARGO_CRATES= addr2line-0.25.1 \ toml_parser-1.0.3 \ toml_write-0.1.2 \ toml_writer-1.0.3 \ - tonic-0.13.1 \ + tonic-0.14.2 \ + tonic-prost-0.14.2 \ tower-0.5.2 \ tower-http-0.6.6 \ tower-layer-0.3.3 \ @@ -559,7 +567,7 @@ CARGO_CRATES= addr2line-0.25.1 \ tracing-core-0.1.34 \ tracing-journald-0.3.1 \ tracing-log-0.2.0 \ - tracing-opentelemetry-0.31.0 \ + tracing-opentelemetry-0.32.0 \ tracing-subscriber-0.3.20 \ tracing-test-0.2.5 \ tracing-test-macro-0.2.5 \ @@ -570,6 +578,7 @@ CARGO_CRATES= addr2line-0.25.1 \ typenum-1.18.0 \ typetag-0.2.21 \ typetag-impl-0.2.21 \ + unarray-0.1.4 \ uncased-0.9.10 \ unicode-ident-1.0.19 \ unicode-segmentation-1.12.0 \ @@ -665,6 +674,7 @@ CARGO_CRATES= addr2line-0.25.1 \ writeable-0.6.1 \ wyz-0.5.1 \ x25519-dalek-2.0.1 \ + x509-cert-0.2.5 \ xxhash-rust-0.8.15 \ yoke-0.8.0 \ yoke-derive-0.8.0 \ diff --git a/security/arti/distinfo b/security/arti/distinfo index 183b57a5fc78..c058ef1a5567 100644 --- a/security/arti/distinfo +++ b/security/arti/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1759859526 +TIMESTAMP = 1761945265 SHA256 (rust/crates/addr2line-0.25.1.crate) = 1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b SIZE (rust/crates/addr2line-0.25.1.crate) = 43134 SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa @@ -185,6 +185,8 @@ SHA256 (rust/crates/compression-core-0.4.29.crate) = e47641d3deaf41fb1538ac1f547 SIZE (rust/crates/compression-core-0.4.29.crate) = 4321 SHA256 (rust/crates/concurrent-queue-2.5.0.crate) = 4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973 SIZE (rust/crates/concurrent-queue-2.5.0.crate) = 22654 +SHA256 (rust/crates/const-hex-1.16.0.crate) = b6407bff74dea37e0fa3dc1c1c974e5d46405f0c987bf9997a0762adce71eda6 +SIZE (rust/crates/const-hex-1.16.0.crate) = 31698 SHA256 (rust/crates/const-oid-0.9.6.crate) = c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8 SIZE (rust/crates/const-oid-0.9.6.crate) = 45382 SHA256 (rust/crates/content_inspector-0.2.4.crate) = b7bda66e858c683005a53a9a60c69a4aca7eeaa45d124526e389f7aec8e62f38 @@ -265,6 +267,8 @@ SHA256 (rust/crates/der-0.7.10.crate) = e7c1832837b905bbfb5101e07cc24c8deddf52f9 SIZE (rust/crates/der-0.7.10.crate) = 90111 SHA256 (rust/crates/der-parser-10.0.0.crate) = 07da5016415d5a3c4dd39b11ed26f915f52fc4e0dc197d87908bc916e51bc1a6 SIZE (rust/crates/der-parser-10.0.0.crate) = 66186 +SHA256 (rust/crates/der_derive-0.7.3.crate) = 8034092389675178f570469e6c3b0465d3d30b4505c294a6550db47f3c17ad18 +SIZE (rust/crates/der_derive-0.7.3.crate) = 24657 SHA256 (rust/crates/deranged-0.5.4.crate) = a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071 SIZE (rust/crates/deranged-0.5.4.crate) = 24461 SHA256 (rust/crates/derive-deftly-0.14.6.crate) = e8ea84d0109517cc2253d4a679bdda1e8989e9bd86987e9e4f75ffdda0095fd1 @@ -311,10 +315,10 @@ SHA256 (rust/crates/dunce-1.0.5.crate) = 92773504d58c093f6de2459af4af33faa518c13 SIZE (rust/crates/dunce-1.0.5.crate) = 8244 SHA256 (rust/crates/dyn-clone-1.0.20.crate) = d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555 SIZE (rust/crates/dyn-clone-1.0.20.crate) = 13134 -SHA256 (rust/crates/dynasm-3.2.1.crate) = 7f7d4c414c94bc830797115b8e5f434d58e7e80cb42ba88508c14bc6ea270625 -SIZE (rust/crates/dynasm-3.2.1.crate) = 150841 -SHA256 (rust/crates/dynasmrt-3.2.1.crate) = 602f7458a3859195fb840e6e0cce5f4330dd9dfbfece0edaf31fe427af346f55 -SIZE (rust/crates/dynasmrt-3.2.1.crate) = 28769 +SHA256 (rust/crates/dynasm-4.0.1.crate) = 6a31e49f416ec431ceef002ee220eee9da97687ec3ecea8040703edbaa75e157 +SIZE (rust/crates/dynasm-4.0.1.crate) = 151810 +SHA256 (rust/crates/dynasmrt-4.0.1.crate) = 81897269eb88949825a9add5a33fb4456ba6a39811e0909172f21c841457d347 +SIZE (rust/crates/dynasmrt-4.0.1.crate) = 29077 SHA256 (rust/crates/ecdsa-0.16.9.crate) = ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca SIZE (rust/crates/ecdsa-0.16.9.crate) = 31406 SHA256 (rust/crates/ed25519-2.2.3.crate) = 115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53 @@ -369,6 +373,8 @@ SHA256 (rust/crates/find-msvc-tools-0.1.2.crate) = 1ced73b1dacfc750a6db6c0a0c3a3 SIZE (rust/crates/find-msvc-tools-0.1.2.crate) = 30461 SHA256 (rust/crates/fixed-capacity-vec-1.0.1.crate) = 6b31a14f5ee08ed1a40e1252b35af18bed062e3f39b69aab34decde36bc43e40 SIZE (rust/crates/fixed-capacity-vec-1.0.1.crate) = 14879 +SHA256 (rust/crates/flagset-0.4.7.crate) = b7ac824320a75a52197e8f2d787f6a38b6718bb6897a35142d749af3c0e8f4fe +SIZE (rust/crates/flagset-0.4.7.crate) = 13688 SHA256 (rust/crates/flate2-1.1.2.crate) = 4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d SIZE (rust/crates/flate2-1.1.2.crate) = 76495 SHA256 (rust/crates/float-cmp-0.10.0.crate) = b09cf3155332e944990140d967ff5eceb70df778b34f77d8075db46e4704e6d8 @@ -679,18 +685,18 @@ SHA256 (rust/crates/openssl-src-300.5.3+3.5.4.crate) = dc6bad8cd0233b63971e232cc SIZE (rust/crates/openssl-src-300.5.3+3.5.4.crate) = 10565856 SHA256 (rust/crates/openssl-sys-0.9.109.crate) = 90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571 SIZE (rust/crates/openssl-sys-0.9.109.crate) = 78247 -SHA256 (rust/crates/opentelemetry-0.30.0.crate) = aaf416e4cb72756655126f7dd7bb0af49c674f4c1b9903e80c009e0c37e552e6 -SIZE (rust/crates/opentelemetry-0.30.0.crate) = 90447 -SHA256 (rust/crates/opentelemetry-appender-tracing-0.30.1.crate) = e68f63eca5fad47e570e00e893094fc17be959c80c79a7d6ec1abdd5ae6ffc16 -SIZE (rust/crates/opentelemetry-appender-tracing-0.30.1.crate) = 30168 -SHA256 (rust/crates/opentelemetry-http-0.30.0.crate) = 50f6639e842a97dbea8886e3439710ae463120091e2e064518ba8e716e6ac36d -SIZE (rust/crates/opentelemetry-http-0.30.0.crate) = 21096 -SHA256 (rust/crates/opentelemetry-otlp-0.30.0.crate) = dbee664a43e07615731afc539ca60c6d9f1a9425e25ca09c57bc36c87c55852b -SIZE (rust/crates/opentelemetry-otlp-0.30.0.crate) = 48726 -SHA256 (rust/crates/opentelemetry-proto-0.30.0.crate) = 2e046fd7660710fe5a05e8748e70d9058dc15c94ba914e7c4faa7c728f0e8ddc -SIZE (rust/crates/opentelemetry-proto-0.30.0.crate) = 182435 -SHA256 (rust/crates/opentelemetry_sdk-0.30.0.crate) = 11f644aa9e5e31d11896e024305d7e3c98a88884d9f8919dbf37a9991bc47a4b -SIZE (rust/crates/opentelemetry_sdk-0.30.0.crate) = 224195 +SHA256 (rust/crates/opentelemetry-0.31.0.crate) = b84bcd6ae87133e903af7ef497404dda70c60d0ea14895fc8a5e6722754fc2a0 +SIZE (rust/crates/opentelemetry-0.31.0.crate) = 87368 +SHA256 (rust/crates/opentelemetry-appender-tracing-0.31.1.crate) = ef6a1ac5ca3accf562b8c306fa8483c85f4390f768185ab775f242f7fe8fdcc2 +SIZE (rust/crates/opentelemetry-appender-tracing-0.31.1.crate) = 27196 +SHA256 (rust/crates/opentelemetry-http-0.31.0.crate) = d7a6d09a73194e6b66df7c8f1b680f156d916a1a942abf2de06823dd02b7855d +SIZE (rust/crates/opentelemetry-http-0.31.0.crate) = 17959 +SHA256 (rust/crates/opentelemetry-otlp-0.31.0.crate) = 7a2366db2dca4d2ad033cad11e6ee42844fd727007af5ad04a1730f4cb8163bf +SIZE (rust/crates/opentelemetry-otlp-0.31.0.crate) = 51448 +SHA256 (rust/crates/opentelemetry-proto-0.31.0.crate) = a7175df06de5eaee9909d4805a3d07e28bb752c34cab57fa9cff549da596b30f +SIZE (rust/crates/opentelemetry-proto-0.31.0.crate) = 57871 +SHA256 (rust/crates/opentelemetry_sdk-0.31.0.crate) = e14ae4f5991976fd48df6d843de219ca6d31b01daaab2dad5af2badeded372bd +SIZE (rust/crates/opentelemetry_sdk-0.31.0.crate) = 225104 SHA256 (rust/crates/option-ext-0.2.0.crate) = 04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d SIZE (rust/crates/option-ext-0.2.0.crate) = 7345 SHA256 (rust/crates/ordered-float-2.10.1.crate) = 68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c @@ -783,10 +789,12 @@ SHA256 (rust/crates/proc-macro-error2-2.0.1.crate) = 11ec05c52be0a07b08061f7dd00 SIZE (rust/crates/proc-macro-error2-2.0.1.crate) = 24807 SHA256 (rust/crates/proc-macro2-1.0.101.crate) = 89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de SIZE (rust/crates/proc-macro2-1.0.101.crate) = 53886 -SHA256 (rust/crates/prost-0.13.5.crate) = 2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5 -SIZE (rust/crates/prost-0.13.5.crate) = 32469 -SHA256 (rust/crates/prost-derive-0.13.5.crate) = 8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d -SIZE (rust/crates/prost-derive-0.13.5.crate) = 20600 +SHA256 (rust/crates/proptest-1.8.0.crate) = 2bb0be07becd10686a0bb407298fb425360a5c44a663774406340c59a22de4ce +SIZE (rust/crates/proptest-1.8.0.crate) = 204571 +SHA256 (rust/crates/prost-0.14.1.crate) = 7231bd9b3d3d33c86b58adbac74b5ec0ad9f496b19d22801d773636feaa95f3d +SIZE (rust/crates/prost-0.14.1.crate) = 32444 +SHA256 (rust/crates/prost-derive-0.14.1.crate) = 9120690fafc389a67ba3803df527d0ec9cbbc9cc45e4cc20b332996dfb672425 +SIZE (rust/crates/prost-derive-0.14.1.crate) = 20626 SHA256 (rust/crates/pwd-grp-1.0.0.crate) = b94fdf3867b7f2889a736f0022ea9386766280d2cca4bdbe41629ada9e4f3b8f SIZE (rust/crates/pwd-grp-1.0.0.crate) = 28723 SHA256 (rust/crates/quanta-0.12.6.crate) = f3ab5a9d756f0d97bdc89019bd2e4ea098cf9cde50ee7564dde6b81ccc8f06c7 @@ -815,6 +823,8 @@ SHA256 (rust/crates/rand_distr-0.5.1.crate) = 6a8615d50dcf34fa31f7ab52692afec947 SIZE (rust/crates/rand_distr-0.5.1.crate) = 75593 SHA256 (rust/crates/rand_jitter-0.5.0.crate) = b16df48f071248e67b8fc5e866d9448d45c08ad8b672baaaf796e2f15e606ff0 SIZE (rust/crates/rand_jitter-0.5.0.crate) = 20220 +SHA256 (rust/crates/rand_xorshift-0.4.0.crate) = 513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a +SIZE (rust/crates/rand_xorshift-0.4.0.crate) = 10262 SHA256 (rust/crates/rand_xoshiro-0.7.0.crate) = f703f4665700daf5512dcca5f43afa6af89f09db47fb56be587f80636bda2d41 SIZE (rust/crates/rand_xoshiro-0.7.0.crate) = 18189 SHA256 (rust/crates/rangemap-1.6.0.crate) = f93e7e49bb0bf967717f7bd674458b3d6b0c5f48ec7e3038166026a69fc22223 @@ -881,8 +891,8 @@ SHA256 (rust/crates/rustls-platform-verifier-0.6.1.crate) = be59af91596cac372a69 SIZE (rust/crates/rustls-platform-verifier-0.6.1.crate) = 60142 SHA256 (rust/crates/rustls-platform-verifier-android-0.1.1.crate) = f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f SIZE (rust/crates/rustls-platform-verifier-android-0.1.1.crate) = 13919 -SHA256 (rust/crates/rustls-webpki-0.103.6.crate) = 8572f3c2cb9934231157b45499fc41e1f58c589fdfb81a844ba873265e80f8eb -SIZE (rust/crates/rustls-webpki-0.103.6.crate) = 85224 +SHA256 (rust/crates/rustls-webpki-0.103.7.crate) = e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf +SIZE (rust/crates/rustls-webpki-0.103.7.crate) = 85721 SHA256 (rust/crates/rustversion-1.0.22.crate) = b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d SIZE (rust/crates/rustversion-1.0.22.crate) = 21096 SHA256 (rust/crates/ryu-1.0.20.crate) = 28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f @@ -1069,6 +1079,10 @@ SHA256 (rust/crates/tinyvec-1.10.0.crate) = bfa5fdc3bce6191a1dbc8c02d5c8bffcf557 SIZE (rust/crates/tinyvec-1.10.0.crate) = 51996 SHA256 (rust/crates/tinyvec_macros-0.1.1.crate) = 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20 SIZE (rust/crates/tinyvec_macros-0.1.1.crate) = 5865 +SHA256 (rust/crates/tls_codec-0.4.2.crate) = 0de2e01245e2bb89d6f05801c564fa27624dbd7b1846859876c7dad82e90bf6b +SIZE (rust/crates/tls_codec-0.4.2.crate) = 27213 +SHA256 (rust/crates/tls_codec_derive-0.4.2.crate) = 2d2e76690929402faae40aebdda620a2c0e25dd6d3b9afe48867dfd95991f4bd +SIZE (rust/crates/tls_codec_derive-0.4.2.crate) = 25155 SHA256 (rust/crates/tokio-1.47.1.crate) = 89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038 SIZE (rust/crates/tokio-1.47.1.crate) = 829790 SHA256 (rust/crates/tokio-macros-2.5.0.crate) = 6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8 @@ -1099,8 +1113,10 @@ SHA256 (rust/crates/toml_write-0.1.2.crate) = 5d99f8c9a7727884afe522e9bd5edbfc91 SIZE (rust/crates/toml_write-0.1.2.crate) = 15660 SHA256 (rust/crates/toml_writer-1.0.3.crate) = d163a63c116ce562a22cda521fcc4d79152e7aba014456fb5eb442f6d6a10109 SIZE (rust/crates/toml_writer-1.0.3.crate) = 17173 -SHA256 (rust/crates/tonic-0.13.1.crate) = 7e581ba15a835f4d9ea06c55ab1bd4dce26fc53752c69a04aac00703bfb49ba9 -SIZE (rust/crates/tonic-0.13.1.crate) = 107202 +SHA256 (rust/crates/tonic-0.14.2.crate) = eb7613188ce9f7df5bfe185db26c5814347d110db17920415cf2fbcad85e7203 +SIZE (rust/crates/tonic-0.14.2.crate) = 108054 +SHA256 (rust/crates/tonic-prost-0.14.2.crate) = 66bd50ad6ce1252d87ef024b3d64fe4c3cf54a86fb9ef4c631fdd0ded7aeaa67 +SIZE (rust/crates/tonic-prost-0.14.2.crate) = 8266 SHA256 (rust/crates/tower-0.5.2.crate) = d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9 SIZE (rust/crates/tower-0.5.2.crate) = 109417 SHA256 (rust/crates/tower-http-0.6.6.crate) = adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2 @@ -1121,8 +1137,8 @@ SHA256 (rust/crates/tracing-journald-0.3.1.crate) = fc0b4143302cf1022dac868d521e SIZE (rust/crates/tracing-journald-0.3.1.crate) = 14416 SHA256 (rust/crates/tracing-log-0.2.0.crate) = ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3 SIZE (rust/crates/tracing-log-0.2.0.crate) = 17561 -SHA256 (rust/crates/tracing-opentelemetry-0.31.0.crate) = ddcf5959f39507d0d04d6413119c04f33b623f4f951ebcbdddddfad2d0623a9c -SIZE (rust/crates/tracing-opentelemetry-0.31.0.crate) = 145071 +SHA256 (rust/crates/tracing-opentelemetry-0.32.0.crate) = 1e6e5658463dd88089aba75c7791e1d3120633b1bfde22478b28f625a9bb1b8e +SIZE (rust/crates/tracing-opentelemetry-0.32.0.crate) = 149087 SHA256 (rust/crates/tracing-subscriber-0.3.20.crate) = 2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5 SIZE (rust/crates/tracing-subscriber-0.3.20.crate) = 212274 SHA256 (rust/crates/tracing-test-0.2.5.crate) = 557b891436fe0d5e0e363427fc7f217abf9ccd510d5136549847bdcbcd011d68 @@ -1143,6 +1159,8 @@ SHA256 (rust/crates/typetag-0.2.21.crate) = be2212c8a9b9bcfca32024de14998494cf9a SIZE (rust/crates/typetag-0.2.21.crate) = 31010 SHA256 (rust/crates/typetag-impl-0.2.21.crate) = 27a7a9b72ba121f6f1f6c3632b85604cac41aedb5ddc70accbebb6cac83de846 SIZE (rust/crates/typetag-impl-0.2.21.crate) = 10006 +SHA256 (rust/crates/unarray-0.1.4.crate) = eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94 +SIZE (rust/crates/unarray-0.1.4.crate) = 12895 SHA256 (rust/crates/uncased-0.9.10.crate) = e1b88fcfe09e89d3866a5c11019378088af2d24c3fbd4f0543f96b479ec90697 SIZE (rust/crates/uncased-0.9.10.crate) = 10872 SHA256 (rust/crates/unicode-ident-1.0.19.crate) = f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d @@ -1333,6 +1351,8 @@ SHA256 (rust/crates/wyz-0.5.1.crate) = 05f360fc0b24296329c78fda852a1e9ae82de9cf7 SIZE (rust/crates/wyz-0.5.1.crate) = 18790 SHA256 (rust/crates/x25519-dalek-2.0.1.crate) = c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277 SIZE (rust/crates/x25519-dalek-2.0.1.crate) = 87820 +SHA256 (rust/crates/x509-cert-0.2.5.crate) = 1301e935010a701ae5f8655edc0ad17c44bad3ac5ce8c39185f75453b720ae94 +SIZE (rust/crates/x509-cert-0.2.5.crate) = 99819 SHA256 (rust/crates/xxhash-rust-0.8.15.crate) = fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3 SIZE (rust/crates/xxhash-rust-0.8.15.crate) = 21515 SHA256 (rust/crates/yoke-0.8.0.crate) = 5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc @@ -1363,5 +1383,5 @@ SHA256 (rust/crates/zstd-safe-7.2.4.crate) = 8f49c4d5f0abb602a93fb8736af2a4f4dd9 SIZE (rust/crates/zstd-safe-7.2.4.crate) = 29350 SHA256 (rust/crates/zstd-sys-2.0.16+zstd.1.5.7.crate) = 91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748 SIZE (rust/crates/zstd-sys-2.0.16+zstd.1.5.7.crate) = 775620 -SHA256 (tpo/core-arti-0b636d9d8d3309663de0fb5554255f5f8f82544d_GL0.tar.gz) = dcd1664503e1d8854b3e2910e95cf99c238119584a5b3d2647a9dc8047f1565a -SIZE (tpo/core-arti-0b636d9d8d3309663de0fb5554255f5f8f82544d_GL0.tar.gz) = 5827158 +SHA256 (tpo/core-arti-c0e88ed299458b6e050584a2045a026cd49714c9_GL0.tar.gz) = 0f8bacd8c10f7b767180a355b3856d7f7945ddc3a4dfd6b4787c7e336f9b6828 +SIZE (tpo/core-arti-c0e88ed299458b6e050584a2045a026cd49714c9_GL0.tar.gz) = 5896879 diff --git a/security/aws-c-cal/Makefile b/security/aws-c-cal/Makefile index f018701e5d62..3f0dfbce6470 100644 --- a/security/aws-c-cal/Makefile +++ b/security/aws-c-cal/Makefile @@ -1,6 +1,6 @@ PORTNAME= aws-c-cal DISTVERSIONPREFIX= v -DISTVERSION= 0.9.4 +DISTVERSION= 0.9.8 CATEGORIES= security MAINTAINER= eduardo@FreeBSD.org diff --git a/security/aws-c-cal/distinfo b/security/aws-c-cal/distinfo index e8b721263ad6..25220e6e79b1 100644 --- a/security/aws-c-cal/distinfo +++ b/security/aws-c-cal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1760573923 -SHA256 (awslabs-aws-c-cal-v0.9.4_GH0.tar.gz) = 0c26d3092ecc3b23d41ac411a0c6c8d3f56f38bc1d396e0b40a008db6ae0f63f -SIZE (awslabs-aws-c-cal-v0.9.4_GH0.tar.gz) = 1689214 +TIMESTAMP = 1761942738 +SHA256 (awslabs-aws-c-cal-v0.9.8_GH0.tar.gz) = 4a2a0918c763639f18d971367df6b528a1f3a0660f1c66d5791e435e8e671db9 +SIZE (awslabs-aws-c-cal-v0.9.8_GH0.tar.gz) = 1699591 diff --git a/security/aws-c-cal/pkg-plist b/security/aws-c-cal/pkg-plist index 2901859b8ed6..ef00bc0bcd56 100644 --- a/security/aws-c-cal/pkg-plist +++ b/security/aws-c-cal/pkg-plist @@ -3,6 +3,7 @@ include/aws/cal/ecc.h include/aws/cal/ed25519.h include/aws/cal/exports.h include/aws/cal/hash.h +include/aws/cal/hkdf.h include/aws/cal/hmac.h include/aws/cal/rsa.h include/aws/cal/symmetric_cipher.h diff --git a/security/aws-lc/Makefile b/security/aws-lc/Makefile index c185291aed80..4740b01a8cb0 100644 --- a/security/aws-lc/Makefile +++ b/security/aws-lc/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-lc -PORTVERSION= 1.61.4 +PORTVERSION= 1.62.0 DISTVERSIONPREFIX= v CATEGORIES= security diff --git a/security/aws-lc/distinfo b/security/aws-lc/distinfo index 603f5a0c62c4..6c27498c6a06 100644 --- a/security/aws-lc/distinfo +++ b/security/aws-lc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759816568 -SHA256 (aws-aws-lc-v1.61.4_GH0.tar.gz) = 443b62dbb51bb4ce1ce16150fa555da4182e3ba4c928f57f74eb07097138893c -SIZE (aws-aws-lc-v1.61.4_GH0.tar.gz) = 127438620 +TIMESTAMP = 1761446504 +SHA256 (aws-aws-lc-v1.62.0_GH0.tar.gz) = 731b740179ad5ab4222ad63d422ff19b2168f6a0f9d892bf40b41083a328f839 +SIZE (aws-aws-lc-v1.62.0_GH0.tar.gz) = 127445460 diff --git a/security/boringssl/Makefile b/security/boringssl/Makefile index 7d5bd79dbf53..8f36c40a3895 100644 --- a/security/boringssl/Makefile +++ b/security/boringssl/Makefile @@ -1,6 +1,5 @@ PORTNAME= boringssl -PORTVERSION= 0.20250818.0 -PORTREVISION= 3 +PORTVERSION= 0.20251002.0 CATEGORIES= security EXTRACT_ONLY= ${GH_ACCOUNT}-${PORTNAME}-${PORTVERSION}_GH0.tar.gz diff --git a/security/boringssl/distinfo b/security/boringssl/distinfo index 4b93c2105a79..899d4dba651a 100644 --- a/security/boringssl/distinfo +++ b/security/boringssl/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1755975342 +TIMESTAMP = 1761819556 SHA256 (filippo.io/edwards25519/@v/v1.1.0.zip) = 9ac43a686d06fdebd719f7af3866c87eb069302272dfb131007adf471c308b65 SIZE (filippo.io/edwards25519/@v/v1.1.0.zip) = 55809 SHA256 (filippo.io/edwards25519/@v/v1.1.0.mod) = 099556fc4d7e6f5cb135efdd8b6bb4c0932e38ea058c53fc5fa5ce285572fb61 @@ -11,5 +11,5 @@ SHA256 (golang.org/x/sys/@v/v0.32.0.zip) = 85d47075d21fd7ef35d9a47fc73f2356fb3cd SIZE (golang.org/x/sys/@v/v0.32.0.zip) = 1991164 SHA256 (golang.org/x/sys/@v/v0.32.0.mod) = f67e3e18f4c08e60a7e80726ab36b691fdcea5b81ae1c696ff64caf518bcfe3d SIZE (golang.org/x/sys/@v/v0.32.0.mod) = 35 -SHA256 (google-boringssl-0.20250818.0_GH0.tar.gz) = 64529449ef458381346b163302523a1fb876e5b667bec4a4bd38d0d2fff8b42b -SIZE (google-boringssl-0.20250818.0_GH0.tar.gz) = 47338787 +SHA256 (google-boringssl-0.20251002.0_GH0.tar.gz) = f96733fc3df03d4195db656d1b7b8c174c33f95d052f811f0ecc8f4e4e3db332 +SIZE (google-boringssl-0.20251002.0_GH0.tar.gz) = 47389161 diff --git a/security/boringssl/files/patch-CMakeLists.txt b/security/boringssl/files/patch-CMakeLists.txt index 1748d8275a99..c6d7859a8b12 100644 --- a/security/boringssl/files/patch-CMakeLists.txt +++ b/security/boringssl/files/patch-CMakeLists.txt @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2025-05-07 17:46:04 UTC +--- CMakeLists.txt.orig 2025-10-02 17:17:00 UTC +++ CMakeLists.txt -@@ -661,6 +661,8 @@ target_link_libraries(ssl crypto) +@@ -648,6 +648,8 @@ target_link_libraries(ssl crypto) # here. set_property(TARGET ssl PROPERTY EXPORT_NAME SSL) target_link_libraries(ssl crypto) diff --git a/security/crowdsec/Makefile b/security/crowdsec/Makefile index 980a6692d0c3..c12616647375 100644 --- a/security/crowdsec/Makefile +++ b/security/crowdsec/Makefile @@ -1,6 +1,6 @@ PORTNAME= crowdsec DISTVERSIONPREFIX= v -DISTVERSION= 1.7.2 +DISTVERSION= 1.7.3 CATEGORIES= security MAINTAINER= marco@crowdsec.net @@ -14,7 +14,7 @@ LIB_DEPENDS= libabsl_base.so:devel/abseil \ libre2.so:devel/re2 USES= go:1.25,modules pkgconfig -_COMMIT= 108690d1 +_COMMIT= c8aad699 _BUILD_DATE= $$(date -u "+%F_%T") USE_RC_SUBR= crowdsec diff --git a/security/crowdsec/distinfo b/security/crowdsec/distinfo index 69774792d127..6bc97888e68a 100644 --- a/security/crowdsec/distinfo +++ b/security/crowdsec/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1761126036 -SHA256 (go/security_crowdsec/crowdsec-v1.7.2/v1.7.2.mod) = c4bbd96e96bb3b6c05909402d1894201ebdff7255e525a228c9756a38576c87e -SIZE (go/security_crowdsec/crowdsec-v1.7.2/v1.7.2.mod) = 11817 -SHA256 (go/security_crowdsec/crowdsec-v1.7.2/v1.7.2.zip) = e487aac057688c6014e23243a0ec4141473d9d6032860214b0a453058ca14e5d -SIZE (go/security_crowdsec/crowdsec-v1.7.2/v1.7.2.zip) = 1819151 +TIMESTAMP = 1761254848 +SHA256 (go/security_crowdsec/crowdsec-v1.7.3/v1.7.3.mod) = c4bbd96e96bb3b6c05909402d1894201ebdff7255e525a228c9756a38576c87e +SIZE (go/security_crowdsec/crowdsec-v1.7.3/v1.7.3.mod) = 11817 +SHA256 (go/security_crowdsec/crowdsec-v1.7.3/v1.7.3.zip) = f9c0b012fc97bcbe26948a27d7c4e80f3adf0015af26298ffaf72fd395b79c09 +SIZE (go/security_crowdsec/crowdsec-v1.7.3/v1.7.3.zip) = 1819249 diff --git a/security/i2pd/Makefile b/security/i2pd/Makefile index 136db5ae0ce0..83ce7a610d7c 100644 --- a/security/i2pd/Makefile +++ b/security/i2pd/Makefile @@ -1,6 +1,6 @@ PORTNAME= i2pd DISTVERSION= 2.58.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security net-p2p MAINTAINER= driesm@FreeBSD.org diff --git a/security/keepassxc/Makefile b/security/keepassxc/Makefile index 8c2148891e31..cf912656f0d6 100644 --- a/security/keepassxc/Makefile +++ b/security/keepassxc/Makefile @@ -1,6 +1,6 @@ PORTNAME= keepassxc DISTVERSION= 2.7.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= https://github.com/keepassxreboot/keepassxc/releases/download/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-src @@ -36,16 +36,19 @@ CONFLICTS_INSTALL= keepassx keepassx-0.* keepassx2 keepassxc276 WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} OPTIONS_DEFINE= AUTOTYPE BROWSER FDOSECRETS KEESHARE NETWORKING \ - SSHAGENT TEST YUBIKEY + PASSKEYS SSHAGENT TEST YUBIKEY OPTIONS_DEFAULT= AUTOTYPE BROWSER FDOSECRETS KEESHARE NETWORKING \ - SSHAGENT + PASSKEYS SSHAGENT OPTIONS_SUB= yes +PASSKEYS_IMPLIES= BROWSER AUTOTYPE_DESC= Auto-type passwords in input fields BROWSER_DESC= Browser integration with KeePassXC-Browser FDOSECRETS_DESC= freedesktop.org secrets service support KEESHARE_DESC= Sharing integration with KeeShare NETWORKING_DESC= Networking support (e.g. for downloading website icons) +PASSKEYS_DESC= Passkeys support for browser integration\ + (requires BROWSER) SSHAGENT_DESC= SSH agent support YUBIKEY_DESC= YubiKey support (broken on <= 14.x) @@ -60,6 +63,8 @@ KEESHARE_CMAKE_BOOL= WITH_XC_KEESHARE NETWORKING_CMAKE_BOOL= WITH_XC_NETWORKING +PASSKEYS_CMAKE_BOOL= WITH_XC_BROWSER_PASSKEYS + SSHAGENT_CMAKE_BOOL= WITH_XC_SSHAGENT TEST_CMAKE_BOOL= WITH_GUI_TESTS WITH_TESTS diff --git a/security/keysmith/Makefile b/security/keysmith/Makefile index d1b3694bb376..b905d06ff0c1 100644 --- a/security/keysmith/Makefile +++ b/security/keysmith/Makefile @@ -13,9 +13,10 @@ LIB_DEPENDS= libsodium.so:security/libsodium USES= cmake desktop-file-utils gettext kde:6 pkgconfig qt:6 tar:xz \ xorg -USE_KDE= dbusaddons i18n kirigami2 prison qqc2-desktop-style windowsystem \ +USE_KDE= config coreaddons dbusaddons i18n kirigami-addons \ + kirigami2 prison qqc2-desktop-style windowsystem \ ecm:build -USE_QT= 5compat base +USE_QT= base declarative svg USE_XORG= x11 .include <bsd.port.mk> diff --git a/security/keysmith/distinfo b/security/keysmith/distinfo index 2b1d0859e6c8..8dc82e258428 100644 --- a/security/keysmith/distinfo +++ b/security/keysmith/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757410252 -SHA256 (KDE/release-service/25.08.1/keysmith-25.08.1.tar.xz) = bf4aeda0e45993d3bd76deca5edc85216ddb0dbdcb309ebf5520f33d1cd572d3 -SIZE (KDE/release-service/25.08.1/keysmith-25.08.1.tar.xz) = 237656 +TIMESTAMP = 1759875004 +SHA256 (KDE/release-service/25.08.2/keysmith-25.08.2.tar.xz) = 6628aab4cc2bb4278b74d01e7dfbf4295d75dd57b5d20aaf3ef08e5a60f1e2f3 +SIZE (KDE/release-service/25.08.2/keysmith-25.08.2.tar.xz) = 237872 diff --git a/security/kf6-kdesu/distinfo b/security/kf6-kdesu/distinfo index 5e2b09c85181..9d50de7caa0f 100644 --- a/security/kf6-kdesu/distinfo +++ b/security/kf6-kdesu/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757408198 -SHA256 (KDE/frameworks/6.18/kdesu-6.18.0.tar.xz) = 3203b047113cf08bca3981ede657e45b417a7cd0f2879bb4f9e901ad4e594616 -SIZE (KDE/frameworks/6.18/kdesu-6.18.0.tar.xz) = 57020 +TIMESTAMP = 1759784981 +SHA256 (KDE/frameworks/6.19/kdesu-6.19.0.tar.xz) = 02f92edf906a397b05554ff4bd671cd7f5ac6c2cef56732541a2c27cc03d209f +SIZE (KDE/frameworks/6.19/kdesu-6.19.0.tar.xz) = 56996 diff --git a/security/kgpg/distinfo b/security/kgpg/distinfo index 853712e77c9d..629faefd9571 100644 --- a/security/kgpg/distinfo +++ b/security/kgpg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757410254 -SHA256 (KDE/release-service/25.08.1/kgpg-25.08.1.tar.xz) = c3afee476c61ecd322502217ce97fa4dcc16dab39f7793c31be2bee8ac2455b5 -SIZE (KDE/release-service/25.08.1/kgpg-25.08.1.tar.xz) = 3049880 +TIMESTAMP = 1759875007 +SHA256 (KDE/release-service/25.08.2/kgpg-25.08.2.tar.xz) = 3994c4c1468c02868b58b22660bbaac845fd4203488d68f6ac915c04a6167c4a +SIZE (KDE/release-service/25.08.2/kgpg-25.08.2.tar.xz) = 3049804 diff --git a/security/kleopatra/Makefile b/security/kleopatra/Makefile index 3fec24d80e5d..82203c6914d6 100644 --- a/security/kleopatra/Makefile +++ b/security/kleopatra/Makefile @@ -1,6 +1,5 @@ PORTNAME= kleopatra DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= security kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/security/kleopatra/distinfo b/security/kleopatra/distinfo index 9a4e29e665f7..0ea9a0c6dd5f 100644 --- a/security/kleopatra/distinfo +++ b/security/kleopatra/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757410257 -SHA256 (KDE/release-service/25.08.1/kleopatra-25.08.1.tar.xz) = 27081153cd29ff300454ca1bcd4da57541d07a52a9741bcd8fabc2a094b4bdf8 -SIZE (KDE/release-service/25.08.1/kleopatra-25.08.1.tar.xz) = 2861848 +TIMESTAMP = 1759875009 +SHA256 (KDE/release-service/25.08.2/kleopatra-25.08.2.tar.xz) = 16835826748b4fff9cbae6ded1819b18c3422ff60da21c6a6addd27dfeeb4fcc +SIZE (KDE/release-service/25.08.2/kleopatra-25.08.2.tar.xz) = 2881852 diff --git a/security/kpkpass/distinfo b/security/kpkpass/distinfo index 89a44718e1f4..96f451dcb0ae 100644 --- a/security/kpkpass/distinfo +++ b/security/kpkpass/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757410259 -SHA256 (KDE/release-service/25.08.1/kpkpass-25.08.1.tar.xz) = e75e339814e124203bb6205eb435d2283ff0828b08d13108bfc66ef454cfa7bb -SIZE (KDE/release-service/25.08.1/kpkpass-25.08.1.tar.xz) = 31864 +TIMESTAMP = 1759875011 +SHA256 (KDE/release-service/25.08.2/kpkpass-25.08.2.tar.xz) = 4599e5b8b1db047c474cc4cf5a23bf7d4968082742986244a13875abe86341f3 +SIZE (KDE/release-service/25.08.2/kpkpass-25.08.2.tar.xz) = 31880 diff --git a/security/kwalletmanager/distinfo b/security/kwalletmanager/distinfo index 1aa0b0bfc238..97575995c16a 100644 --- a/security/kwalletmanager/distinfo +++ b/security/kwalletmanager/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757410261 -SHA256 (KDE/release-service/25.08.1/kwalletmanager-25.08.1.tar.xz) = cd52e2746aabc52aa9e7918c6a2788b4f2777b1a19479b0af9364d4f714a8704 -SIZE (KDE/release-service/25.08.1/kwalletmanager-25.08.1.tar.xz) = 1052792 +TIMESTAMP = 1759875014 +SHA256 (KDE/release-service/25.08.2/kwalletmanager-25.08.2.tar.xz) = baa965f8e9d46e9e4c2b0ccfab19f42af015683246364adbb2d63349f7d6fb72 +SIZE (KDE/release-service/25.08.2/kwalletmanager-25.08.2.tar.xz) = 1052860 diff --git a/security/libhijack/Makefile b/security/libhijack/Makefile index 0a18a116c52e..dd538505806a 100644 --- a/security/libhijack/Makefile +++ b/security/libhijack/Makefile @@ -1,30 +1,26 @@ PORTNAME= libhijack -PORTVERSION= 0.8.1 +DISTVERSIONPREFIX= v +DISTVERSION= 0.9.0 CATEGORIES= security MAINTAINER= shawn.webb@hardenedbsd.org COMMENT= Runtime process infection made easy -WWW= https://github.com/SoldierX/libhijack +WWW= https://git.hardenedbsd.org/SoldierX/libhijack LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +USES= uidfix + ONLY_FOR_ARCHS= aarch64 amd64 +ONLY_FOR_ARCHS_REASON= not ported to other architectures +BROKEN_aarch64= does not build, upstream is working on a fix (PR 283408) +BROKEN_FreeBSD_13= does not build, upstream is working on a fix (PR 283408) -USE_GITHUB= yes -GH_ACCOUNT= SoldierX -GH_TAGNAME= 44f28bf2f220bb794a8f3302c6291823b23b43bb +USE_GITLAB= yes +GL_SITE= https://git.hardenedbsd.org +GL_ACCOUNT= SoldierX USE_LDCONFIG= yes -PLIST_FILES= include/hijack.h \ - lib/libhijack.so \ - lib/libhijack.so.2 \ - sbin/hijack - -do-install: # the original install fails: https://github.com/SoldierX/libhijack/issues/6 - ${INSTALL_DATA} ${WRKSRC}/include/hijack.h ${STAGEDIR}${PREFIX}/include - ${INSTALL_LIB} ${WRKSRC}/libhijack/obj/libhijack.so* ${STAGEDIR}${PREFIX}/lib - ${INSTALL_PROGRAM} ${WRKSRC}/hijack/obj/hijack ${STAGEDIR}${PREFIX}/sbin - .include <bsd.port.mk> diff --git a/security/libhijack/distinfo b/security/libhijack/distinfo index 7ef112dda49c..9311ebb29d09 100644 --- a/security/libhijack/distinfo +++ b/security/libhijack/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1686786074 -SHA256 (SoldierX-libhijack-0.8.1-44f28bf2f220bb794a8f3302c6291823b23b43bb_GH0.tar.gz) = af047575f893c9c8367cfd7f1c7e24c2767aa252aa26ea2a2ab90302cd677747 -SIZE (SoldierX-libhijack-0.8.1-44f28bf2f220bb794a8f3302c6291823b23b43bb_GH0.tar.gz) = 21025 +TIMESTAMP = 1761444330 +SHA256 (libhijack-v0.9.0.tar.bz2) = debf9412396609fa97d78729c7ddddb70e1d2e87689f6f12d97402fdcf8277f4 +SIZE (libhijack-v0.9.0.tar.bz2) = 25916 diff --git a/security/libhijack/pkg-plist b/security/libhijack/pkg-plist new file mode 100644 index 000000000000..09a31899c6cb --- /dev/null +++ b/security/libhijack/pkg-plist @@ -0,0 +1,7 @@ +include/hijack.h +lib/libdummyso.so +lib/libdummyso.so.0 +lib/libhijack.so +lib/libhijack.so.2 +sbin/hijack +sbin/injectable diff --git a/security/libhydrogen/Makefile b/security/libhydrogen/Makefile index b3c9e1bb551f..75ece9b93946 100644 --- a/security/libhydrogen/Makefile +++ b/security/libhydrogen/Makefile @@ -1,5 +1,5 @@ PORTNAME= libhydrogen -PORTVERSION= 0.0.0.g20250130 +PORTVERSION= 0.0.0.g20251020 CATEGORIES= security MAINTAINER= sunpoet@FreeBSD.org @@ -15,6 +15,6 @@ MESON_ARGS= --default-library=both USE_GITHUB= yes GH_ACCOUNT= jedisct1 -GH_TAGNAME= 59bcee2 +GH_TAGNAME= 89c7957 .include <bsd.port.mk> diff --git a/security/libhydrogen/distinfo b/security/libhydrogen/distinfo index ebfb7783a760..f4332cdbf094 100644 --- a/security/libhydrogen/distinfo +++ b/security/libhydrogen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738606391 -SHA256 (jedisct1-libhydrogen-0.0.0.g20250130-59bcee2_GH0.tar.gz) = 1757034362581361b6ff24f4e6f0b58f1195afb751eaf843c9ce7d212dc059f7 -SIZE (jedisct1-libhydrogen-0.0.0.g20250130-59bcee2_GH0.tar.gz) = 46174 +TIMESTAMP = 1761446506 +SHA256 (jedisct1-libhydrogen-0.0.0.g20251020-89c7957_GH0.tar.gz) = 850520fa3e97563ad34696c415dae10cd5ad98a5595dd5b71f03b50ce6121076 +SIZE (jedisct1-libhydrogen-0.0.0.g20251020-89c7957_GH0.tar.gz) = 46265 diff --git a/security/libkleo/distinfo b/security/libkleo/distinfo index d048235b3504..f3300f7e359b 100644 --- a/security/libkleo/distinfo +++ b/security/libkleo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757410264 -SHA256 (KDE/release-service/25.08.1/libkleo-25.08.1.tar.xz) = 6a9a2bef659a4294c6114ac2300fc62dc5e2d1b48eb29ef2ead9be59997d8baf -SIZE (KDE/release-service/25.08.1/libkleo-25.08.1.tar.xz) = 667908 +TIMESTAMP = 1759875016 +SHA256 (KDE/release-service/25.08.2/libkleo-25.08.2.tar.xz) = bc6b963644d4c7c00002da0df143c8cdeda4d3f12eb1409b67212fabdde0d7b8 +SIZE (KDE/release-service/25.08.2/libkleo-25.08.2.tar.xz) = 668300 diff --git a/security/lynis/Makefile b/security/lynis/Makefile index 4fedd18d18d8..120de140f609 100644 --- a/security/lynis/Makefile +++ b/security/lynis/Makefile @@ -1,5 +1,5 @@ PORTNAME= lynis -PORTVERSION= 3.1.5 +PORTVERSION= 3.1.6 CATEGORIES= security MASTER_SITES= https://cisofy.com/files/ diff --git a/security/lynis/distinfo b/security/lynis/distinfo index ffa41f96c7de..9ef9ab43e3d2 100644 --- a/security/lynis/distinfo +++ b/security/lynis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758716521 -SHA256 (lynis-3.1.5.tar.gz) = 8d2c6652ba60116a82514522b666ca77293f4bfc69f1e581028769f7ebb52ba4 -SIZE (lynis-3.1.5.tar.gz) = 352042 +TIMESTAMP = 1761845722 +SHA256 (lynis-3.1.6.tar.gz) = 0513f62ba5ab615c4333827b804237d58cf7bd623d09e1b4918d3fc85f08fc70 +SIZE (lynis-3.1.6.tar.gz) = 354692 diff --git a/security/maltrail/Makefile b/security/maltrail/Makefile index 9f89fbf05b9c..312daf3201f6 100644 --- a/security/maltrail/Makefile +++ b/security/maltrail/Makefile @@ -1,5 +1,5 @@ PORTNAME= maltrail -DISTVERSION= 0.74 +DISTVERSION= 0.86 CATEGORIES= security python MAINTAINER= m.muenz@gmail.com diff --git a/security/maltrail/distinfo b/security/maltrail/distinfo index 4f3fc404236f..21ffd9c1bb38 100644 --- a/security/maltrail/distinfo +++ b/security/maltrail/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1728226768 -SHA256 (stamparm-maltrail-0.74_GH0.tar.gz) = edec4b1e06ad140f35e6892f4c96807aadfab30164eca4799c6a48e64a3c174d -SIZE (stamparm-maltrail-0.74_GH0.tar.gz) = 9882172 +TIMESTAMP = 1761458637 +SHA256 (stamparm-maltrail-0.86_GH0.tar.gz) = 41201896949e1e4a90cc55c3fe2843b6f61791305b7f1b5cf95c03339f971198 +SIZE (stamparm-maltrail-0.86_GH0.tar.gz) = 12216652 diff --git a/security/maltrail/pkg-plist b/security/maltrail/pkg-plist index 3369232b057d..6a649551a911 100644 --- a/security/maltrail/pkg-plist +++ b/security/maltrail/pkg-plist @@ -20,6 +20,8 @@ %%DATADIR%%/core/update.py %%DATADIR%%/docker/Dockerfile %%DATADIR%%/docker/README.md +%%DATADIR%%/docker/docker-compose.yml +%%DATADIR%%/docker/start.sh %%DATADIR%%/fail2ban/maltrail.conf.example %%DATADIR%%/html/README.txt %%DATADIR%%/html/css/main.css @@ -100,8 +102,8 @@ %%DATADIR%%/trails/feeds/botscout.py %%DATADIR%%/trails/feeds/bruteforceblocker.py %%DATADIR%%/trails/feeds/ciarmy.py +%%DATADIR%%/trails/feeds/cleantalk.py %%DATADIR%%/trails/feeds/cobaltstrike.py -%%DATADIR%%/trails/feeds/cruzit.py %%DATADIR%%/trails/feeds/cybercrimetracker.py %%DATADIR%%/trails/feeds/dataplane.py %%DATADIR%%/trails/feeds/dshieldip.py @@ -128,23 +130,23 @@ %%DATADIR%%/trails/feeds/sblam.py %%DATADIR%%/trails/feeds/scriptzteam.py %%DATADIR%%/trails/feeds/socksproxy.py -%%DATADIR%%/trails/feeds/sslbl.py %%DATADIR%%/trails/feeds/sslproxies.py %%DATADIR%%/trails/feeds/statics.py -%%DATADIR%%/trails/feeds/talosintelligence.py %%DATADIR%%/trails/feeds/torproject.py %%DATADIR%%/trails/feeds/trickbot.py %%DATADIR%%/trails/feeds/turris.py %%DATADIR%%/trails/feeds/urlhaus.py %%DATADIR%%/trails/feeds/viriback.py -%%DATADIR%%/trails/feeds/vxvault.py %%DATADIR%%/trails/feeds/zeustrackermonitor.py %%DATADIR%%/trails/feeds/zeustrackerurl.py %%DATADIR%%/trails/static/__init__.py +%%DATADIR%%/trails/static/malicious/365stealer_phishtool.txt %%DATADIR%%/trails/static/malicious/404_tds.txt %%DATADIR%%/trails/static/malicious/abcsoup.txt +%%DATADIR%%/trails/static/malicious/adaptix_c2.txt %%DATADIR%%/trails/static/malicious/alchimist_c2.txt %%DATADIR%%/trails/static/malicious/alexus_spamtool.txt +%%DATADIR%%/trails/static/malicious/anarchy_c2.txt %%DATADIR%%/trails/static/malicious/android_goldoson.txt %%DATADIR%%/trails/static/malicious/android_hiddad.txt %%DATADIR%%/trails/static/malicious/araneida.txt @@ -159,7 +161,9 @@ %%DATADIR%%/trails/static/malicious/browser_locker.txt %%DATADIR%%/trails/static/malicious/c2_panel.txt %%DATADIR%%/trails/static/malicious/caldera_c2.txt +%%DATADIR%%/trails/static/malicious/chromekatz.txt %%DATADIR%%/trails/static/malicious/cloakndagger_c2.txt +%%DATADIR%%/trails/static/malicious/contador_spamtool.txt %%DATADIR%%/trails/static/malicious/coreimpact.txt %%DATADIR%%/trails/static/malicious/covenant.txt %%DATADIR%%/trails/static/malicious/deimos_c2.txt @@ -169,6 +173,7 @@ %%DATADIR%%/trails/static/malicious/ek_capesand.txt %%DATADIR%%/trails/static/malicious/ek_clearfake.txt %%DATADIR%%/trails/static/malicious/ek_fallout.txt +%%DATADIR%%/trails/static/malicious/ek_generic.txt %%DATADIR%%/trails/static/malicious/ek_grandsoft.txt %%DATADIR%%/trails/static/malicious/ek_greenflash.txt %%DATADIR%%/trails/static/malicious/ek_kaixin.txt @@ -190,9 +195,12 @@ %%DATADIR%%/trails/static/malicious/ek_zphp.txt %%DATADIR%%/trails/static/malicious/elf_reversessh.txt %%DATADIR%%/trails/static/malicious/evilginx.txt +%%DATADIR%%/trails/static/malicious/filebroser.txt +%%DATADIR%%/trails/static/malicious/generic_tds.txt %%DATADIR%%/trails/static/malicious/gophish.txt %%DATADIR%%/trails/static/malicious/hak5cloud_c2.txt %%DATADIR%%/trails/static/malicious/havoc.txt +%%DATADIR%%/trails/static/malicious/help_tds.txt %%DATADIR%%/trails/static/malicious/install_capital.txt %%DATADIR%%/trails/static/malicious/install_cube.txt %%DATADIR%%/trails/static/malicious/interactsh.txt @@ -203,10 +211,12 @@ %%DATADIR%%/trails/static/malicious/magentocore.txt %%DATADIR%%/trails/static/malicious/merlin_c2.txt %%DATADIR%%/trails/static/malicious/metasploit.txt +%%DATADIR%%/trails/static/malicious/mini_c2.txt %%DATADIR%%/trails/static/malicious/modxcore.txt %%DATADIR%%/trails/static/malicious/moneybadgers_tds.txt %%DATADIR%%/trails/static/malicious/msau_autouploader.txt %%DATADIR%%/trails/static/malicious/mythic.txt +%%DATADIR%%/trails/static/malicious/nameless_c2.txt %%DATADIR%%/trails/static/malicious/nighthawk.txt %%DATADIR%%/trails/static/malicious/nimplant.txt %%DATADIR%%/trails/static/malicious/openxcore.txt @@ -219,6 +229,7 @@ %%DATADIR%%/trails/static/malicious/prometheus_tds.txt %%DATADIR%%/trails/static/malicious/proxychanger.txt %%DATADIR%%/trails/static/malicious/pushbug.txt +%%DATADIR%%/trails/static/malicious/pyramid_c2.txt %%DATADIR%%/trails/static/malicious/python_byob.txt %%DATADIR%%/trails/static/malicious/redguard.txt %%DATADIR%%/trails/static/malicious/redwarden.txt @@ -233,7 +244,10 @@ %%DATADIR%%/trails/static/malicious/supershell_c2.txt %%DATADIR%%/trails/static/malicious/supremebot.txt %%DATADIR%%/trails/static/malicious/sutra_tds.txt +%%DATADIR%%/trails/static/malicious/swat_c2.txt %%DATADIR%%/trails/static/malicious/telekopye_scamtool.txt +%%DATADIR%%/trails/static/malicious/upx_tds.txt +%%DATADIR%%/trails/static/malicious/villian_c2.txt %%DATADIR%%/trails/static/malicious/viper.txt %%DATADIR%%/trails/static/malicious/woof.txt %%DATADIR%%/trails/static/malicious/wp_inject.txt @@ -241,13 +255,18 @@ %%DATADIR%%/trails/static/malicious/xsender_spamtool.txt %%DATADIR%%/trails/static/malicious/xtramailer_spamtool.txt %%DATADIR%%/trails/static/malware/0bj3ctivity.txt +%%DATADIR%%/trails/static/malware/0debug.txt %%DATADIR%%/trails/static/malware/0ktapus.txt %%DATADIR%%/trails/static/malware/0mega.txt +%%DATADIR%%/trails/static/malware/0xthief.txt %%DATADIR%%/trails/static/malware/1312.txt +%%DATADIR%%/trails/static/malware/1336.txt %%DATADIR%%/trails/static/malware/1ms0rry.txt -%%DATADIR%%/trails/static/malware/365.txt %%DATADIR%%/trails/static/malware/404.txt +%%DATADIR%%/trails/static/malware/411.txt %%DATADIR%%/trails/static/malware/44caliber.txt +%%DATADIR%%/trails/static/malware/4l4md4r_ransomware.txt +%%DATADIR%%/trails/static/malware/8base.txt %%DATADIR%%/trails/static/malware/9002.txt %%DATADIR%%/trails/static/malware/a310.txt %%DATADIR%%/trails/static/malware/aabquerys.txt @@ -262,16 +281,17 @@ %%DATADIR%%/trails/static/malware/adwind.txt %%DATADIR%%/trails/static/malware/adylkuzz.txt %%DATADIR%%/trails/static/malware/adzok.txt +%%DATADIR%%/trails/static/malware/aegis.txt %%DATADIR%%/trails/static/malware/aeroblade.txt %%DATADIR%%/trails/static/malware/afrodita.txt %%DATADIR%%/trails/static/malware/agaadex.txt %%DATADIR%%/trails/static/malware/againstthewest.txt %%DATADIR%%/trails/static/malware/agartha.txt -%%DATADIR%%/trails/static/malware/agendacrypt.txt %%DATADIR%%/trails/static/malware/agenttesla.txt %%DATADIR%%/trails/static/malware/agniane.txt %%DATADIR%%/trails/static/malware/aguijon.txt %%DATADIR%%/trails/static/malware/ailurophile.txt +%%DATADIR%%/trails/static/malware/akey.txt %%DATADIR%%/trails/static/malware/akira.txt %%DATADIR%%/trails/static/malware/album.txt %%DATADIR%%/trails/static/malware/aldibot.txt @@ -282,9 +302,11 @@ %%DATADIR%%/trails/static/malware/alpha.txt %%DATADIR%%/trails/static/malware/alphav.txt %%DATADIR%%/trails/static/malware/amadey.txt +%%DATADIR%%/trails/static/malware/amatera.txt %%DATADIR%%/trails/static/malware/amavaldo.txt %%DATADIR%%/trails/static/malware/amend_miner.txt %%DATADIR%%/trails/static/malware/ammyyrat.txt +%%DATADIR%%/trails/static/malware/amnesia.txt %%DATADIR%%/trails/static/malware/anchor.txt %%DATADIR%%/trails/static/malware/android_abstractemu.txt %%DATADIR%%/trails/static/malware/android_acecard.txt @@ -296,11 +318,14 @@ %%DATADIR%%/trails/static/malware/android_alienspy.txt %%DATADIR%%/trails/static/malware/android_andichap.txt %%DATADIR%%/trails/static/malware/android_androrat.txt +%%DATADIR%%/trails/static/malware/android_antidot.txt %%DATADIR%%/trails/static/malware/android_anubis.txt %%DATADIR%%/trails/static/malware/android_arspam.txt %%DATADIR%%/trails/static/malware/android_asacub.txt %%DATADIR%%/trails/static/malware/android_autolycos.txt +%%DATADIR%%/trails/static/malware/android_awspy.txt %%DATADIR%%/trails/static/malware/android_backflash.txt +%%DATADIR%%/trails/static/malware/android_badbox.txt %%DATADIR%%/trails/static/malware/android_bankbot.txt %%DATADIR%%/trails/static/malware/android_bankun.txt %%DATADIR%%/trails/static/malware/android_basbanke.txt @@ -331,12 +356,15 @@ %%DATADIR%%/trails/static/malware/android_counterclank.txt %%DATADIR%%/trails/static/malware/android_coyote.txt %%DATADIR%%/trails/static/malware/android_craxrat.txt +%%DATADIR%%/trails/static/malware/android_crocodilus.txt %%DATADIR%%/trails/static/malware/android_cyberwurx.txt %%DATADIR%%/trails/static/malware/android_darkshades.txt %%DATADIR%%/trails/static/malware/android_dendoroid.txt %%DATADIR%%/trails/static/malware/android_dougalek.txt +%%DATADIR%%/trails/static/malware/android_droidbot.txt %%DATADIR%%/trails/static/malware/android_droidjack.txt %%DATADIR%%/trails/static/malware/android_droidkungfu.txt +%%DATADIR%%/trails/static/malware/android_eaglemsgspy.txt %%DATADIR%%/trails/static/malware/android_eaglespy.txt %%DATADIR%%/trails/static/malware/android_enesoluty.txt %%DATADIR%%/trails/static/malware/android_ermac.txt @@ -373,6 +401,7 @@ %%DATADIR%%/trails/static/malware/android_generic.txt %%DATADIR%%/trails/static/malware/android_geost.txt %%DATADIR%%/trails/static/malware/android_ghostpush.txt +%%DATADIR%%/trails/static/malware/android_ghostspy.txt %%DATADIR%%/trails/static/malware/android_gigabud.txt %%DATADIR%%/trails/static/malware/android_ginmaster.txt %%DATADIR%%/trails/static/malware/android_ginp.txt @@ -401,10 +430,12 @@ %%DATADIR%%/trails/static/malware/android_jsmshider.txt %%DATADIR%%/trails/static/malware/android_kbuster.txt %%DATADIR%%/trails/static/malware/android_kemoge.txt +%%DATADIR%%/trails/static/malware/android_lazarus.txt %%DATADIR%%/trails/static/malware/android_ligarat.txt %%DATADIR%%/trails/static/malware/android_lockdroid.txt %%DATADIR%%/trails/static/malware/android_lotoor.txt %%DATADIR%%/trails/static/malware/android_lovetrap.txt +%%DATADIR%%/trails/static/malware/android_lunabot.txt %%DATADIR%%/trails/static/malware/android_malbus.txt %%DATADIR%%/trails/static/malware/android_malibot.txt %%DATADIR%%/trails/static/malware/android_mandrake.txt @@ -416,6 +447,7 @@ %%DATADIR%%/trails/static/malware/android_mobok.txt %%DATADIR%%/trails/static/malware/android_mobstspy.txt %%DATADIR%%/trails/static/malware/android_monokle.txt +%%DATADIR%%/trails/static/malware/android_nativeworm.txt %%DATADIR%%/trails/static/malware/android_ngate.txt %%DATADIR%%/trails/static/malware/android_notcompatible.txt %%DATADIR%%/trails/static/malware/android_oneclickfraud.txt @@ -426,12 +458,15 @@ %%DATADIR%%/trails/static/malware/android_parcel.txt %%DATADIR%%/trails/static/malware/android_pareto.txt %%DATADIR%%/trails/static/malware/android_pekkarat.txt +%%DATADIR%%/trails/static/malware/android_phantomcard.txt %%DATADIR%%/trails/static/malware/android_phonespy.txt %%DATADIR%%/trails/static/malware/android_pikspam.txt %%DATADIR%%/trails/static/malware/android_pixpirate.txt %%DATADIR%%/trails/static/malware/android_pjapps.txt %%DATADIR%%/trails/static/malware/android_pjobrat.txt +%%DATADIR%%/trails/static/malware/android_playpraetor.txt %%DATADIR%%/trails/static/malware/android_qdplugin.txt +%%DATADIR%%/trails/static/malware/android_qwizzserial.txt %%DATADIR%%/trails/static/malware/android_raddex.txt %%DATADIR%%/trails/static/malware/android_rafelrat.txt %%DATADIR%%/trails/static/malware/android_ransomware.txt @@ -446,6 +481,7 @@ %%DATADIR%%/trails/static/malware/android_rocinante.txt %%DATADIR%%/trails/static/malware/android_roidsec.txt %%DATADIR%%/trails/static/malware/android_rotexy.txt +%%DATADIR%%/trails/static/malware/android_salvador.txt %%DATADIR%%/trails/static/malware/android_samsapo.txt %%DATADIR%%/trails/static/malware/android_sandrorat.txt %%DATADIR%%/trails/static/malware/android_selfmite.txt @@ -458,8 +494,10 @@ %%DATADIR%%/trails/static/malware/android_skullkey.txt %%DATADIR%%/trails/static/malware/android_smsfactory.txt %%DATADIR%%/trails/static/malware/android_sndapps.txt +%%DATADIR%%/trails/static/malware/android_sparkkitty.txt %%DATADIR%%/trails/static/malware/android_spinok.txt %%DATADIR%%/trails/static/malware/android_spynote.txt +%%DATADIR%%/trails/static/malware/android_spysolrrat.txt %%DATADIR%%/trails/static/malware/android_spytekcell.txt %%DATADIR%%/trails/static/malware/android_stels.txt %%DATADIR%%/trails/static/malware/android_svpeng.txt @@ -468,6 +506,7 @@ %%DATADIR%%/trails/static/malware/android_teelog.txt %%DATADIR%%/trails/static/malware/android_telerat.txt %%DATADIR%%/trails/static/malware/android_tetus.txt +%%DATADIR%%/trails/static/malware/android_tgtoxic.txt %%DATADIR%%/trails/static/malware/android_th33ht.txt %%DATADIR%%/trails/static/malware/android_thamera.txt %%DATADIR%%/trails/static/malware/android_thiefbot.txt @@ -476,6 +515,7 @@ %%DATADIR%%/trails/static/malware/android_triada.txt %%DATADIR%%/trails/static/malware/android_uracto.txt %%DATADIR%%/trails/static/malware/android_usbcleaver.txt +%%DATADIR%%/trails/static/malware/android_vapor.txt %%DATADIR%%/trails/static/malware/android_viceleaker.txt %%DATADIR%%/trails/static/malware/android_vmvol.txt %%DATADIR%%/trails/static/malware/android_vo1d.txt @@ -495,14 +535,17 @@ %%DATADIR%%/trails/static/malware/android_ztorg.txt %%DATADIR%%/trails/static/malware/andromeda.txt %%DATADIR%%/trails/static/malware/androxgh0st.txt +%%DATADIR%%/trails/static/malware/anel.txt %%DATADIR%%/trails/static/malware/anonrat.txt %%DATADIR%%/trails/static/malware/anonvnc.txt %%DATADIR%%/trails/static/malware/antarctica.txt %%DATADIR%%/trails/static/malware/antefrigus.txt %%DATADIR%%/trails/static/malware/antibot.txt %%DATADIR%%/trails/static/malware/anubis.txt +%%DATADIR%%/trails/static/malware/anubis_ransomware.txt %%DATADIR%%/trails/static/malware/anuna.txt %%DATADIR%%/trails/static/malware/apocalypse.txt +%%DATADIR%%/trails/static/malware/apossec.txt %%DATADIR%%/trails/static/malware/apt_12.txt %%DATADIR%%/trails/static/malware/apt_17.txt %%DATADIR%%/trails/static/malware/apt_18.txt @@ -514,6 +557,7 @@ %%DATADIR%%/trails/static/malware/apt_37.txt %%DATADIR%%/trails/static/malware/apt_38.txt %%DATADIR%%/trails/static/malware/apt_45.txt +%%DATADIR%%/trails/static/malware/apt_48.txt %%DATADIR%%/trails/static/malware/apt_5.txt %%DATADIR%%/trails/static/malware/apt_60.txt %%DATADIR%%/trails/static/malware/apt_68.txt @@ -526,15 +570,18 @@ %%DATADIR%%/trails/static/malware/apt_babyshark.txt %%DATADIR%%/trails/static/malware/apt_badmagic.txt %%DATADIR%%/trails/static/malware/apt_bahamut.txt +%%DATADIR%%/trails/static/malware/apt_banishedkitten.txt %%DATADIR%%/trails/static/malware/apt_barium.txt %%DATADIR%%/trails/static/malware/apt_bisonal.txt %%DATADIR%%/trails/static/malware/apt_bitter.txt %%DATADIR%%/trails/static/malware/apt_blackgear.txt %%DATADIR%%/trails/static/malware/apt_blacktech.txt +%%DATADIR%%/trails/static/malware/apt_bladedfeline.txt %%DATADIR%%/trails/static/malware/apt_blindeagle.txt %%DATADIR%%/trails/static/malware/apt_bluenoroff.txt %%DATADIR%%/trails/static/malware/apt_blueprint.txt %%DATADIR%%/trails/static/malware/apt_bookworm.txt +%%DATADIR%%/trails/static/malware/apt_boteam.txt %%DATADIR%%/trails/static/malware/apt_buhtrap.txt %%DATADIR%%/trails/static/malware/apt_cadetblizzard.txt %%DATADIR%%/trails/static/malware/apt_calypso.txt @@ -558,6 +605,7 @@ %%DATADIR%%/trails/static/malware/apt_commentcrew.txt %%DATADIR%%/trails/static/malware/apt_copykittens.txt %%DATADIR%%/trails/static/malware/apt_cosmicduke.txt +%%DATADIR%%/trails/static/malware/apt_cyberav3ngers.txt %%DATADIR%%/trails/static/malware/apt_cyberbit.txt %%DATADIR%%/trails/static/malware/apt_dalbit.txt %%DATADIR%%/trails/static/malware/apt_darkcaracal.txt @@ -568,7 +616,6 @@ %%DATADIR%%/trails/static/malware/apt_deadlykiss.txt %%DATADIR%%/trails/static/malware/apt_deathstalker.txt %%DATADIR%%/trails/static/malware/apt_desertfalcon.txt -%%DATADIR%%/trails/static/malware/apt_diamondsleet.txt %%DATADIR%%/trails/static/malware/apt_dnspionage.txt %%DATADIR%%/trails/static/malware/apt_docless.txt %%DATADIR%%/trails/static/malware/apt_domestickitten.txt @@ -576,13 +623,14 @@ %%DATADIR%%/trails/static/malware/apt_downex.txt %%DATADIR%%/trails/static/malware/apt_dragonok.txt %%DATADIR%%/trails/static/malware/apt_driftingcloud.txt -%%DATADIR%%/trails/static/malware/apt_droppingelephant.txt %%DATADIR%%/trails/static/malware/apt_duke.txt %%DATADIR%%/trails/static/malware/apt_dunequixote.txt %%DATADIR%%/trails/static/malware/apt_dustsquad.txt %%DATADIR%%/trails/static/malware/apt_earthberberoka.txt %%DATADIR%%/trails/static/malware/apt_earthestries.txt %%DATADIR%%/trails/static/malware/apt_earthhundun.txt +%%DATADIR%%/trails/static/malware/apt_earthkrahang.txt +%%DATADIR%%/trails/static/malware/apt_earthkurma.txt %%DATADIR%%/trails/static/malware/apt_earthwendigo.txt %%DATADIR%%/trails/static/malware/apt_egomaniac.txt %%DATADIR%%/trails/static/malware/apt_energeticbear.txt @@ -597,6 +645,7 @@ %%DATADIR%%/trails/static/malware/apt_flaxtyphoon.txt %%DATADIR%%/trails/static/malware/apt_flightnight.txt %%DATADIR%%/trails/static/malware/apt_flyingyeti.txt +%%DATADIR%%/trails/static/malware/apt_forumtroll.txt %%DATADIR%%/trails/static/malware/apt_fruityarmor.txt %%DATADIR%%/trails/static/malware/apt_gallmaker.txt %%DATADIR%%/trails/static/malware/apt_gamaredon-1.txt @@ -604,6 +653,7 @@ %%DATADIR%%/trails/static/malware/apt_gaza.txt %%DATADIR%%/trails/static/malware/apt_ghostemperor.txt %%DATADIR%%/trails/static/malware/apt_glasses.txt +%%DATADIR%%/trails/static/malware/apt_golddragon.txt %%DATADIR%%/trails/static/malware/apt_goldenbird.txt %%DATADIR%%/trails/static/malware/apt_goldenjackal.txt %%DATADIR%%/trails/static/malware/apt_goldenrat.txt @@ -626,15 +676,16 @@ %%DATADIR%%/trails/static/malware/apt_higaisa.txt %%DATADIR%%/trails/static/malware/apt_hogfish.txt %%DATADIR%%/trails/static/malware/apt_icefog.txt +%%DATADIR%%/trails/static/malware/apt_icepeony.txt %%DATADIR%%/trails/static/malware/apt_imperialkitten.txt %%DATADIR%%/trails/static/malware/apt_indigozebra.txt %%DATADIR%%/trails/static/malware/apt_indra.txt %%DATADIR%%/trails/static/malware/apt_infy.txt -%%DATADIR%%/trails/static/malware/apt_inkysquid.txt %%DATADIR%%/trails/static/malware/apt_innaput.txt %%DATADIR%%/trails/static/malware/apt_irn2.txt %%DATADIR%%/trails/static/malware/apt_ironhusky.txt %%DATADIR%%/trails/static/malware/apt_irontiger.txt +%%DATADIR%%/trails/static/malware/apt_isoon.txt %%DATADIR%%/trails/static/malware/apt_judgmentpanda.txt %%DATADIR%%/trails/static/malware/apt_kapeka.txt %%DATADIR%%/trails/static/malware/apt_karakurt.txt @@ -646,17 +697,19 @@ %%DATADIR%%/trails/static/malware/apt_lazarus.txt %%DATADIR%%/trails/static/malware/apt_lazyscripter.txt %%DATADIR%%/trails/static/malware/apt_leafminer.txt +%%DATADIR%%/trails/static/malware/apt_librarianghouls.txt %%DATADIR%%/trails/static/malware/apt_longhorn.txt %%DATADIR%%/trails/static/malware/apt_lotusblossom.txt %%DATADIR%%/trails/static/malware/apt_luckycat.txt %%DATADIR%%/trails/static/malware/apt_luminousmoth.txt %%DATADIR%%/trails/static/malware/apt_lyceum.txt %%DATADIR%%/trails/static/malware/apt_machete.txt -%%DATADIR%%/trails/static/malware/apt_magichound.txt %%DATADIR%%/trails/static/malware/apt_malkamak.txt +%%DATADIR%%/trails/static/malware/apt_marbleddust.txt %%DATADIR%%/trails/static/malware/apt_menupass.txt %%DATADIR%%/trails/static/malware/apt_mercenaryamanda.txt %%DATADIR%%/trails/static/malware/apt_middleeast.txt +%%DATADIR%%/trails/static/malware/apt_middlefloor.txt %%DATADIR%%/trails/static/malware/apt_miniduke.txt %%DATADIR%%/trails/static/malware/apt_mirrorface.txt %%DATADIR%%/trails/static/malware/apt_modifiedelephant.txt @@ -669,13 +722,18 @@ %%DATADIR%%/trails/static/malware/apt_nettraveler.txt %%DATADIR%%/trails/static/malware/apt_newsbeef.txt %%DATADIR%%/trails/static/malware/apt_newspenguin.txt +%%DATADIR%%/trails/static/malware/apt_nighteagle.txt +%%DATADIR%%/trails/static/malware/apt_noisybear.txt %%DATADIR%%/trails/static/malware/apt_noname05716.txt +%%DATADIR%%/trails/static/malware/apt_novispy.txt +%%DATADIR%%/trails/static/malware/apt_obsmogwai.txt %%DATADIR%%/trails/static/malware/apt_oceanlotus.txt %%DATADIR%%/trails/static/malware/apt_oilalpha.txt %%DATADIR%%/trails/static/malware/apt_oilrig.txt %%DATADIR%%/trails/static/malware/apt_onyxsleet.txt %%DATADIR%%/trails/static/malware/apt_opera1er.txt %%DATADIR%%/trails/static/malware/apt_packrat.txt +%%DATADIR%%/trails/static/malware/apt_paragon.txt %%DATADIR%%/trails/static/malware/apt_patchwork.txt %%DATADIR%%/trails/static/malware/apt_peepingtitle.txt %%DATADIR%%/trails/static/malware/apt_pegasus.txt @@ -687,7 +745,9 @@ %%DATADIR%%/trails/static/malware/apt_polonium.txt %%DATADIR%%/trails/static/malware/apt_potao.txt %%DATADIR%%/trails/static/malware/apt_predator.txt +%%DATADIR%%/trails/static/malware/apt_purplehaze.txt %%DATADIR%%/trails/static/malware/apt_putterpanda.txt +%%DATADIR%%/trails/static/malware/apt_q015.txt %%DATADIR%%/trails/static/malware/apt_q12.txt %%DATADIR%%/trails/static/malware/apt_q27.txt %%DATADIR%%/trails/static/malware/apt_quarian.txt @@ -718,6 +778,7 @@ %%DATADIR%%/trails/static/malware/apt_sidewinder.txt %%DATADIR%%/trails/static/malware/apt_silence.txt %%DATADIR%%/trails/static/malware/apt_silencerlion.txt +%%DATADIR%%/trails/static/malware/apt_silentlynx.txt %%DATADIR%%/trails/static/malware/apt_simbaa.txt %%DATADIR%%/trails/static/malware/apt_snowman.txt %%DATADIR%%/trails/static/malware/apt_sobaken.txt @@ -735,6 +796,7 @@ %%DATADIR%%/trails/static/malware/apt_ta416.txt %%DATADIR%%/trails/static/malware/apt_ta428.txt %%DATADIR%%/trails/static/malware/apt_ta555.txt +%%DATADIR%%/trails/static/malware/apt_ta5918.txt %%DATADIR%%/trails/static/malware/apt_tag22.txt %%DATADIR%%/trails/static/malware/apt_tag28.txt %%DATADIR%%/trails/static/malware/apt_tajmahal.txt @@ -755,7 +817,6 @@ %%DATADIR%%/trails/static/malware/apt_tvrms.txt %%DATADIR%%/trails/static/malware/apt_twistedpanda.txt %%DATADIR%%/trails/static/malware/apt_unc1151.txt -%%DATADIR%%/trails/static/malware/apt_unc1549.txt %%DATADIR%%/trails/static/malware/apt_unc215.txt %%DATADIR%%/trails/static/malware/apt_unc2190.txt %%DATADIR%%/trails/static/malware/apt_unc2447.txt @@ -767,26 +828,35 @@ %%DATADIR%%/trails/static/malware/apt_unc2970.txt %%DATADIR%%/trails/static/malware/apt_unc3500.txt %%DATADIR%%/trails/static/malware/apt_unc3535.txt +%%DATADIR%%/trails/static/malware/apt_unc3886.txt %%DATADIR%%/trails/static/malware/apt_unc3890.txt %%DATADIR%%/trails/static/malware/apt_unc3966.txt +%%DATADIR%%/trails/static/malware/apt_unc4108.txt %%DATADIR%%/trails/static/malware/apt_unc4166.txt %%DATADIR%%/trails/static/malware/apt_unc4191.txt %%DATADIR%%/trails/static/malware/apt_unc4210.txt +%%DATADIR%%/trails/static/malware/apt_unc4221.txt %%DATADIR%%/trails/static/malware/apt_unc4553.txt %%DATADIR%%/trails/static/malware/apt_unc4841.txt %%DATADIR%%/trails/static/malware/apt_unc4899.txt %%DATADIR%%/trails/static/malware/apt_unc4990.txt +%%DATADIR%%/trails/static/malware/apt_unc5174.txt %%DATADIR%%/trails/static/malware/apt_unc5221.txt %%DATADIR%%/trails/static/malware/apt_unc5267.txt %%DATADIR%%/trails/static/malware/apt_unc5537.txt -%%DATADIR%%/trails/static/malware/apt_unc788.txt +%%DATADIR%%/trails/static/malware/apt_unc5792.txt +%%DATADIR%%/trails/static/malware/apt_unc5812.txt +%%DATADIR%%/trails/static/malware/apt_unc5952.txt +%%DATADIR%%/trails/static/malware/apt_unc6293.txt %%DATADIR%%/trails/static/malware/apt_unc961.txt %%DATADIR%%/trails/static/malware/apt_unclassified.txt %%DATADIR%%/trails/static/malware/apt_ush.txt %%DATADIR%%/trails/static/malware/apt_vajraeleph.txt +%%DATADIR%%/trails/static/malware/apt_venomspider.txt %%DATADIR%%/trails/static/malware/apt_vicesociety.txt %%DATADIR%%/trails/static/malware/apt_viciouspanda.txt %%DATADIR%%/trails/static/malware/apt_voidarachne.txt +%%DATADIR%%/trails/static/malware/apt_voidblizzard.txt %%DATADIR%%/trails/static/malware/apt_volatilecedar.txt %%DATADIR%%/trails/static/malware/apt_wagemole.txt %%DATADIR%%/trails/static/malware/apt_weakestlink.txt @@ -799,12 +869,17 @@ %%DATADIR%%/trails/static/malware/apt_wuqiongdong.txt %%DATADIR%%/trails/static/malware/apt_xdspy.txt %%DATADIR%%/trails/static/malware/apt_xpath.txt +%%DATADIR%%/trails/static/malware/aptlock_ransomware.txt +%%DATADIR%%/trails/static/malware/arachna_ransomware.txt +%%DATADIR%%/trails/static/malware/arackus.txt %%DATADIR%%/trails/static/malware/arcane.txt %%DATADIR%%/trails/static/malware/arcanedoor.txt %%DATADIR%%/trails/static/malware/arcrypter.txt %%DATADIR%%/trails/static/malware/arcusmedia.txt %%DATADIR%%/trails/static/malware/arec.txt %%DATADIR%%/trails/static/malware/areses.txt +%%DATADIR%%/trails/static/malware/argonauts.txt +%%DATADIR%%/trails/static/malware/arkana.txt %%DATADIR%%/trails/static/malware/arkei.txt %%DATADIR%%/trails/static/malware/arrowrat.txt %%DATADIR%%/trails/static/malware/artemisrat.txt @@ -826,6 +901,7 @@ %%DATADIR%%/trails/static/malware/atomsilo.txt %%DATADIR%%/trails/static/malware/attor.txt %%DATADIR%%/trails/static/malware/aurora.txt +%%DATADIR%%/trails/static/malware/aurotun.txt %%DATADIR%%/trails/static/malware/autoit.txt %%DATADIR%%/trails/static/malware/avaddon.txt %%DATADIR%%/trails/static/malware/avalanche.txt @@ -847,6 +923,7 @@ %%DATADIR%%/trails/static/malware/babylonrat.txt %%DATADIR%%/trails/static/malware/bachosens.txt %%DATADIR%%/trails/static/malware/backnet.txt +%%DATADIR%%/trails/static/malware/backoff.txt %%DATADIR%%/trails/static/malware/badblock.txt %%DATADIR%%/trails/static/malware/badrabbit.txt %%DATADIR%%/trails/static/malware/balamid.txt @@ -870,17 +947,23 @@ %%DATADIR%%/trails/static/malware/bayrob.txt %%DATADIR%%/trails/static/malware/bazarloader.txt %%DATADIR%%/trails/static/malware/bbtok.txt +%%DATADIR%%/trails/static/malware/bby.txt +%%DATADIR%%/trails/static/malware/bbz.txt %%DATADIR%%/trails/static/malware/beamwinhttp.txt %%DATADIR%%/trails/static/malware/beapy.txt +%%DATADIR%%/trails/static/malware/beast_ransomware.txt %%DATADIR%%/trails/static/malware/bedep.txt %%DATADIR%%/trails/static/malware/beebone.txt +%%DATADIR%%/trails/static/malware/belesn_ransomware.txt %%DATADIR%%/trails/static/malware/belonard.txt +%%DATADIR%%/trails/static/malware/bert.txt %%DATADIR%%/trails/static/malware/bestafera.txt %%DATADIR%%/trails/static/malware/betabot.txt %%DATADIR%%/trails/static/malware/bezigaterat.txt %%DATADIR%%/trails/static/malware/bianlian.txt %%DATADIR%%/trails/static/malware/bifrost.txt %%DATADIR%%/trails/static/malware/biskvit.txt +%%DATADIR%%/trails/static/malware/bitbyte.txt %%DATADIR%%/trails/static/malware/bitpaymer.txt %%DATADIR%%/trails/static/malware/bitrat.txt %%DATADIR%%/trails/static/malware/bitshifter.txt @@ -888,6 +971,7 @@ %%DATADIR%%/trails/static/malware/blackbasta.txt %%DATADIR%%/trails/static/malware/blackbyte.txt %%DATADIR%%/trails/static/malware/blackdolphin.txt +%%DATADIR%%/trails/static/malware/blackhole.txt %%DATADIR%%/trails/static/malware/blackhunt.txt %%DATADIR%%/trails/static/malware/blackkingdom.txt %%DATADIR%%/trails/static/malware/blacklotus.txt @@ -895,12 +979,14 @@ %%DATADIR%%/trails/static/malware/blackmatter.txt %%DATADIR%%/trails/static/malware/blackmoon.txt %%DATADIR%%/trails/static/malware/blacknet.txt +%%DATADIR%%/trails/static/malware/blacknevas.txt %%DATADIR%%/trails/static/malware/blacknixrat.txt %%DATADIR%%/trails/static/malware/blacknote.txt %%DATADIR%%/trails/static/malware/blackrat.txt %%DATADIR%%/trails/static/malware/blackrota.txt %%DATADIR%%/trails/static/malware/blackshades.txt %%DATADIR%%/trails/static/malware/blackshadow.txt +%%DATADIR%%/trails/static/malware/blackshrantac.txt %%DATADIR%%/trails/static/malware/blacksquid.txt %%DATADIR%%/trails/static/malware/blackstrike.txt %%DATADIR%%/trails/static/malware/blacksuit_ransomware.txt @@ -910,15 +996,19 @@ %%DATADIR%%/trails/static/malware/blankgrabber.txt %%DATADIR%%/trails/static/malware/blaze.txt %%DATADIR%%/trails/static/malware/blister.txt +%%DATADIR%%/trails/static/malware/blitz.txt %%DATADIR%%/trails/static/malware/blockbuster.txt %%DATADIR%%/trails/static/malware/bloody.txt %%DATADIR%%/trails/static/malware/bloored.txt %%DATADIR%%/trails/static/malware/bluebananarat.txt %%DATADIR%%/trails/static/malware/bluebot.txt +%%DATADIR%%/trails/static/malware/bluebox.txt %%DATADIR%%/trails/static/malware/bluecrab.txt %%DATADIR%%/trails/static/malware/bluefox.txt %%DATADIR%%/trails/static/malware/bluesky.txt +%%DATADIR%%/trails/static/malware/blx.txt %%DATADIR%%/trails/static/malware/bobax.txt +%%DATADIR%%/trails/static/malware/bofamet.txt %%DATADIR%%/trails/static/malware/bolek.txt %%DATADIR%%/trails/static/malware/bolik.txt %%DATADIR%%/trails/static/malware/bomber.txt @@ -927,12 +1017,15 @@ %%DATADIR%%/trails/static/malware/bondnet.txt %%DATADIR%%/trails/static/malware/bonsoir.txt %%DATADIR%%/trails/static/malware/boolka.txt +%%DATADIR%%/trails/static/malware/bootkitty.txt %%DATADIR%%/trails/static/malware/borr.txt %%DATADIR%%/trails/static/malware/bot_mikrotik.txt %%DATADIR%%/trails/static/malware/boteye.txt %%DATADIR%%/trails/static/malware/boxclipper.txt %%DATADIR%%/trails/static/malware/bozokrat.txt +%%DATADIR%%/trails/static/malware/bqtlock_ransomware.txt %%DATADIR%%/trails/static/malware/braincipher.txt +%%DATADIR%%/trails/static/malware/braodo.txt %%DATADIR%%/trails/static/malware/brbbot.txt %%DATADIR%%/trails/static/malware/bredolab.txt %%DATADIR%%/trails/static/malware/breut.txt @@ -959,6 +1052,7 @@ %%DATADIR%%/trails/static/malware/caesar.txt %%DATADIR%%/trails/static/malware/calfbot.txt %%DATADIR%%/trails/static/malware/camerashy.txt +%%DATADIR%%/trails/static/malware/can.txt %%DATADIR%%/trails/static/malware/cannibalrat.txt %%DATADIR%%/trails/static/malware/capturatela.txt %%DATADIR%%/trails/static/malware/carberp.txt @@ -968,10 +1062,14 @@ %%DATADIR%%/trails/static/malware/cashrat.txt %%DATADIR%%/trails/static/malware/caspersec.txt %%DATADIR%%/trails/static/malware/cassiopeia.txt +%%DATADIR%%/trails/static/malware/castleloader.txt %%DATADIR%%/trails/static/malware/ccleaner_backdoor.txt %%DATADIR%%/trails/static/malware/ceidpagelock.txt +%%DATADIR%%/trails/static/malware/celestial.txt %%DATADIR%%/trails/static/malware/centurion.txt +%%DATADIR%%/trails/static/malware/cephalus.txt %%DATADIR%%/trails/static/malware/cerber.txt +%%DATADIR%%/trails/static/malware/cerbfyne.txt %%DATADIR%%/trails/static/malware/cerbu.txt %%DATADIR%%/trails/static/malware/cereals.txt %%DATADIR%%/trails/static/malware/certishell.txt @@ -989,19 +1087,20 @@ %%DATADIR%%/trails/static/malware/chinachopper.txt %%DATADIR%%/trails/static/malware/chinoxy.txt %%DATADIR%%/trails/static/malware/chisbur.txt +%%DATADIR%%/trails/static/malware/chort.txt %%DATADIR%%/trails/static/malware/chromeloader.txt %%DATADIR%%/trails/static/malware/chthonic.txt %%DATADIR%%/trails/static/malware/ciadoor.txt %%DATADIR%%/trails/static/malware/cicada3301.txt %%DATADIR%%/trails/static/malware/cinasquel.txt %%DATADIR%%/trails/static/malware/cinobi.txt +%%DATADIR%%/trails/static/malware/ciphbit.txt %%DATADIR%%/trails/static/malware/cirenegrat.txt %%DATADIR%%/trails/static/malware/cleanup.txt %%DATADIR%%/trails/static/malware/clientmeshrat.txt %%DATADIR%%/trails/static/malware/clipsa.txt %%DATADIR%%/trails/static/malware/cloak_ransomware.txt %%DATADIR%%/trails/static/malware/clop.txt -%%DATADIR%%/trails/static/malware/cloudatlas.txt %%DATADIR%%/trails/static/malware/cloudeye.txt %%DATADIR%%/trails/static/malware/cloudstalker.txt %%DATADIR%%/trails/static/malware/cmdstealer.txt @@ -1013,6 +1112,7 @@ %%DATADIR%%/trails/static/malware/cobianrat.txt %%DATADIR%%/trails/static/malware/cobint.txt %%DATADIR%%/trails/static/malware/coderware_ransomware.txt +%%DATADIR%%/trails/static/malware/coffeeloader.txt %%DATADIR%%/trails/static/malware/coinloader.txt %%DATADIR%%/trails/static/malware/cold.txt %%DATADIR%%/trails/static/malware/colibriloader.txt @@ -1026,26 +1126,33 @@ %%DATADIR%%/trails/static/malware/corebot.txt %%DATADIR%%/trails/static/malware/cosmicstrand.txt %%DATADIR%%/trails/static/malware/cotxrat.txt +%%DATADIR%%/trails/static/malware/countloader.txt %%DATADIR%%/trails/static/malware/couponarific.txt +%%DATADIR%%/trails/static/malware/cova.txt %%DATADIR%%/trails/static/malware/crackonosh.txt %%DATADIR%%/trails/static/malware/crapsomware.txt %%DATADIR%%/trails/static/malware/cratedepression.txt +%%DATADIR%%/trails/static/malware/crazyhunter.txt %%DATADIR%%/trails/static/malware/creal.txt %%DATADIR%%/trails/static/malware/criakl.txt %%DATADIR%%/trails/static/malware/cridex.txt %%DATADIR%%/trails/static/malware/crilock.txt -%%DATADIR%%/trails/static/malware/crimsonrat.txt %%DATADIR%%/trails/static/malware/cring.txt +%%DATADIR%%/trails/static/malware/cripto.txt +%%DATADIR%%/trails/static/malware/crmstealer.txt %%DATADIR%%/trails/static/malware/crosslock.txt %%DATADIR%%/trails/static/malware/cryakl.txt %%DATADIR%%/trails/static/malware/crylocker.txt %%DATADIR%%/trails/static/malware/cryp70n1c0d3.txt +%%DATADIR%%/trails/static/malware/cryptbb_ransomware.txt %%DATADIR%%/trails/static/malware/cryptbot.txt %%DATADIR%%/trails/static/malware/cryptfile2.txt %%DATADIR%%/trails/static/malware/cryptinfinite.txt %%DATADIR%%/trails/static/malware/cryptn8_ransomware.txt %%DATADIR%%/trails/static/malware/cryptnet.txt +%%DATADIR%%/trails/static/malware/crypto24.txt %%DATADIR%%/trails/static/malware/cryptoclippy.txt +%%DATADIR%%/trails/static/malware/cryptocroc.txt %%DATADIR%%/trails/static/malware/cryptodefense.txt %%DATADIR%%/trails/static/malware/cryptolocker.txt %%DATADIR%%/trails/static/malware/cryptoshield.txt @@ -1055,13 +1162,18 @@ %%DATADIR%%/trails/static/malware/csharpstreamerrat.txt %%DATADIR%%/trails/static/malware/ctblocker.txt %%DATADIR%%/trails/static/malware/cuba.txt +%%DATADIR%%/trails/static/malware/cube.txt %%DATADIR%%/trails/static/malware/cutwail.txt %%DATADIR%%/trails/static/malware/cybergaterat.txt +%%DATADIR%%/trails/static/malware/cyberstealer.txt %%DATADIR%%/trails/static/malware/cylance.txt %%DATADIR%%/trails/static/malware/cypress.txt %%DATADIR%%/trails/static/malware/cythosia.txt +%%DATADIR%%/trails/static/malware/d0glun_ransomware.txt %%DATADIR%%/trails/static/malware/d1onis.txt +%%DATADIR%%/trails/static/malware/d4rk4rmy.txt %%DATADIR%%/trails/static/malware/dailyscriptlet.txt +%%DATADIR%%/trails/static/malware/daixin.txt %%DATADIR%%/trails/static/malware/damoclis.txt %%DATADIR%%/trails/static/malware/dan0n_ransomware.txt %%DATADIR%%/trails/static/malware/danabot.txt @@ -1078,19 +1190,26 @@ %%DATADIR%%/trails/static/malware/darkleak.txt %%DATADIR%%/trails/static/malware/darkloader.txt %%DATADIR%%/trails/static/malware/darkmoon.txt +%%DATADIR%%/trails/static/malware/darkpower.txt %%DATADIR%%/trails/static/malware/darkrat.txt %%DATADIR%%/trails/static/malware/darkshell.txt %%DATADIR%%/trails/static/malware/darkside.txt +%%DATADIR%%/trails/static/malware/darktortilla.txt %%DATADIR%%/trails/static/malware/darkvault.txt +%%DATADIR%%/trails/static/malware/darkvision.txt %%DATADIR%%/trails/static/malware/darkvnc.txt %%DATADIR%%/trails/static/malware/darkware.txt %%DATADIR%%/trails/static/malware/darkwatchman.txt +%%DATADIR%%/trails/static/malware/darkylock.txt %%DATADIR%%/trails/static/malware/darth.txt +%%DATADIR%%/trails/static/malware/datacarry.txt +%%DATADIR%%/trails/static/malware/dataleak_ransomware.txt %%DATADIR%%/trails/static/malware/dcrat.txt %%DATADIR%%/trails/static/malware/deadbolt.txt %%DATADIR%%/trails/static/malware/deadglyph.txt %%DATADIR%%/trails/static/malware/deadnetbot.txt %%DATADIR%%/trails/static/malware/deathlocker.txt +%%DATADIR%%/trails/static/malware/deedrat.txt %%DATADIR%%/trails/static/malware/defray.txt %%DATADIR%%/trails/static/malware/defru.txt %%DATADIR%%/trails/static/malware/deftloader.txt @@ -1101,18 +1220,24 @@ %%DATADIR%%/trails/static/malware/denonia.txt %%DATADIR%%/trails/static/malware/deprimon.txt %%DATADIR%%/trails/static/malware/derialock.txt +%%DATADIR%%/trails/static/malware/dero_miner.txt +%%DATADIR%%/trails/static/malware/desolator.txt +%%DATADIR%%/trails/static/malware/destiny.txt %%DATADIR%%/trails/static/malware/destory.txt %%DATADIR%%/trails/static/malware/destruktor.txt %%DATADIR%%/trails/static/malware/detroie.txt %%DATADIR%%/trails/static/malware/devilshadow.txt %%DATADIR%%/trails/static/malware/devilstongue.txt +%%DATADIR%%/trails/static/malware/devman.txt %%DATADIR%%/trails/static/malware/dexter.txt %%DATADIR%%/trails/static/malware/dharma.txt +%%DATADIR%%/trails/static/malware/diablorat.txt %%DATADIR%%/trails/static/malware/diamondfoxrat.txt %%DATADIR%%/trails/static/malware/diavlo.txt %%DATADIR%%/trails/static/malware/diavol.txt +%%DATADIR%%/trails/static/malware/diddy.txt +%%DATADIR%%/trails/static/malware/diez.txt %%DATADIR%%/trails/static/malware/dimnie.txt -%%DATADIR%%/trails/static/malware/dinodasrat.txt %%DATADIR%%/trails/static/malware/dircrypt.txt %%DATADIR%%/trails/static/malware/dirtjump.txt %%DATADIR%%/trails/static/malware/discordgrabber.txt @@ -1123,9 +1248,12 @@ %%DATADIR%%/trails/static/malware/dnschanger.txt %%DATADIR%%/trails/static/malware/dnstrojan.txt %%DATADIR%%/trails/static/malware/dockerhub_malrepos.txt +%%DATADIR%%/trails/static/malware/doenerium.txt %%DATADIR%%/trails/static/malware/dofoil.txt +%%DATADIR%%/trails/static/malware/doge.txt %%DATADIR%%/trails/static/malware/domen.txt %%DATADIR%%/trails/static/malware/donex.txt +%%DATADIR%%/trails/static/malware/donut.txt %%DATADIR%%/trails/static/malware/dopplepaymer.txt %%DATADIR%%/trails/static/malware/doraemon.txt %%DATADIR%%/trails/static/malware/dorifel.txt @@ -1135,10 +1263,13 @@ %%DATADIR%%/trails/static/malware/dotrunpex.txt %%DATADIR%%/trails/static/malware/doublefinger.txt %%DATADIR%%/trails/static/malware/doubleguns.txt +%%DATADIR%%/trails/static/malware/doubleloader.txt %%DATADIR%%/trails/static/malware/dracula.txt +%%DATADIR%%/trails/static/malware/dragonforce.txt %%DATADIR%%/trails/static/malware/drahma.txt %%DATADIR%%/trails/static/malware/drapion.txt %%DATADIR%%/trails/static/malware/dread.txt +%%DATADIR%%/trails/static/malware/dreamc2.txt %%DATADIR%%/trails/static/malware/dridex.txt %%DATADIR%%/trails/static/malware/drill_ransomware.txt %%DATADIR%%/trails/static/malware/drokbk.txt @@ -1152,12 +1283,16 @@ %%DATADIR%%/trails/static/malware/duri.txt %%DATADIR%%/trails/static/malware/dursg.txt %%DATADIR%%/trails/static/malware/dustrat.txt +%%DATADIR%%/trails/static/malware/duvet.txt %%DATADIR%%/trails/static/malware/dynamicrat.txt %%DATADIR%%/trails/static/malware/dyreza.txt +%%DATADIR%%/trails/static/malware/eaglerat.txt %%DATADIR%%/trails/static/malware/easy.txt %%DATADIR%%/trails/static/malware/easypeasy.txt +%%DATADIR%%/trails/static/malware/ebola.txt %%DATADIR%%/trails/static/malware/echelon.txt %%DATADIR%%/trails/static/malware/echida.txt +%%DATADIR%%/trails/static/malware/eddie.txt %%DATADIR%%/trails/static/malware/edgeguard.txt %%DATADIR%%/trails/static/malware/egregor.txt %%DATADIR%%/trails/static/malware/ekiparat.txt @@ -1169,6 +1304,7 @@ %%DATADIR%%/trails/static/malware/elf_amcsh.txt %%DATADIR%%/trails/static/malware/elf_amnesiark.txt %%DATADIR%%/trails/static/malware/elf_asnarok.txt +%%DATADIR%%/trails/static/malware/elf_autocolor.txt %%DATADIR%%/trails/static/malware/elf_b1txor20.txt %%DATADIR%%/trails/static/malware/elf_bigviktor.txt %%DATADIR%%/trails/static/malware/elf_billgates.txt @@ -1183,6 +1319,7 @@ %%DATADIR%%/trails/static/malware/elf_darlloz.txt %%DATADIR%%/trails/static/malware/elf_ddosman.txt %%DATADIR%%/trails/static/malware/elf_disgomoji.txt +%%DATADIR%%/trails/static/malware/elf_diskwiper.txt %%DATADIR%%/trails/static/malware/elf_dofloo.txt %%DATADIR%%/trails/static/malware/elf_doki.txt %%DATADIR%%/trails/static/malware/elf_ekoms.txt @@ -1235,6 +1372,7 @@ %%DATADIR%%/trails/static/malware/elf_pacha.txt %%DATADIR%%/trails/static/malware/elf_pasteminer.txt %%DATADIR%%/trails/static/malware/elf_patpooty.txt +%%DATADIR%%/trails/static/malware/elf_perfctl.txt %%DATADIR%%/trails/static/malware/elf_pgmem.txt %%DATADIR%%/trails/static/malware/elf_pink.txt %%DATADIR%%/trails/static/malware/elf_pinscan.txt @@ -1242,6 +1380,7 @@ %%DATADIR%%/trails/static/malware/elf_plox.txt %%DATADIR%%/trails/static/malware/elf_powerghost.txt %%DATADIR%%/trails/static/malware/elf_prism.txt +%%DATADIR%%/trails/static/malware/elf_pumakit.txt %%DATADIR%%/trails/static/malware/elf_qbot.txt %%DATADIR%%/trails/static/malware/elf_ransomware.txt %%DATADIR%%/trails/static/malware/elf_redxor.txt @@ -1265,7 +1404,6 @@ %%DATADIR%%/trails/static/malware/elf_torii.txt %%DATADIR%%/trails/static/malware/elf_tshgod.txt %%DATADIR%%/trails/static/malware/elf_tunpot.txt -%%DATADIR%%/trails/static/malware/elf_turla.txt %%DATADIR%%/trails/static/malware/elf_vpnfilter.txt %%DATADIR%%/trails/static/malware/elf_vtflooder.txt %%DATADIR%%/trails/static/malware/elf_xbash.txt @@ -1275,7 +1413,9 @@ %%DATADIR%%/trails/static/malware/elpman.txt %%DATADIR%%/trails/static/malware/elysium.txt %%DATADIR%%/trails/static/malware/emansrepo.txt +%%DATADIR%%/trails/static/malware/embargo.txt %%DATADIR%%/trails/static/malware/emdivi.txt +%%DATADIR%%/trails/static/malware/emmenhtal.txt %%DATADIR%%/trails/static/malware/emogen.txt %%DATADIR%%/trails/static/malware/emotet.txt %%DATADIR%%/trails/static/malware/empirerat.txt @@ -1284,6 +1424,7 @@ %%DATADIR%%/trails/static/malware/entropy.txt %%DATADIR%%/trails/static/malware/ep918_ransomware.txt %%DATADIR%%/trails/static/malware/epsilon.txt +%%DATADIR%%/trails/static/malware/epsteinrat.txt %%DATADIR%%/trails/static/malware/erbium.txt %%DATADIR%%/trails/static/malware/eredel.txt %%DATADIR%%/trails/static/malware/escelar.txt @@ -1304,6 +1445,7 @@ %%DATADIR%%/trails/static/malware/evrial.txt %%DATADIR%%/trails/static/malware/exela.txt %%DATADIR%%/trails/static/malware/exorcist.txt +%%DATADIR%%/trails/static/malware/exoticloader.txt %%DATADIR%%/trails/static/malware/expiro.txt %%DATADIR%%/trails/static/malware/extenbro.txt %%DATADIR%%/trails/static/malware/eyespy.txt @@ -1313,6 +1455,7 @@ %%DATADIR%%/trails/static/malware/fakeav.txt %%DATADIR%%/trails/static/malware/fakebat.txt %%DATADIR%%/trails/static/malware/fakeran.txt +%%DATADIR%%/trails/static/malware/faketicketer.txt %%DATADIR%%/trails/static/malware/fantazyaloader.txt %%DATADIR%%/trails/static/malware/fantom.txt %%DATADIR%%/trails/static/malware/fareit.txt @@ -1331,6 +1474,7 @@ %%DATADIR%%/trails/static/malware/fiexp.txt %%DATADIR%%/trails/static/malware/fignotok.txt %%DATADIR%%/trails/static/malware/filespider.txt +%%DATADIR%%/trails/static/malware/filsh.txt %%DATADIR%%/trails/static/malware/fin12.txt %%DATADIR%%/trails/static/malware/fin4.txt %%DATADIR%%/trails/static/malware/fin6.txt @@ -1340,7 +1484,9 @@ %%DATADIR%%/trails/static/malware/finderbot.txt %%DATADIR%%/trails/static/malware/findpos.txt %%DATADIR%%/trails/static/malware/firebird.txt +%%DATADIR%%/trails/static/malware/flesh.txt %%DATADIR%%/trails/static/malware/fletchen.txt +%%DATADIR%%/trails/static/malware/flocker.txt %%DATADIR%%/trails/static/malware/floxif.txt %%DATADIR%%/trails/static/malware/fnumbot.txt %%DATADIR%%/trails/static/malware/fobber.txt @@ -1348,13 +1494,18 @@ %%DATADIR%%/trails/static/malware/formbook.txt %%DATADIR%%/trails/static/malware/fourteenhi.txt %%DATADIR%%/trails/static/malware/fox.txt +%%DATADIR%%/trails/static/malware/frag_ransomware.txt %%DATADIR%%/trails/static/malware/frankenstein.txt %%DATADIR%%/trails/static/malware/frat.txt %%DATADIR%%/trails/static/malware/fraudload.txt +%%DATADIR%%/trails/static/malware/fredy.txt %%DATADIR%%/trails/static/malware/fruitfly.txt %%DATADIR%%/trails/static/malware/ftcode.txt %%DATADIR%%/trails/static/malware/fudcrypt.txt %%DATADIR%%/trails/static/malware/fujinama.txt +%%DATADIR%%/trails/static/malware/fukuworm.txt +%%DATADIR%%/trails/static/malware/funksec.txt +%%DATADIR%%/trails/static/malware/fusionloader.txt %%DATADIR%%/trails/static/malware/fynloski.txt %%DATADIR%%/trails/static/malware/fysna.txt %%DATADIR%%/trails/static/malware/gamania.txt @@ -1363,6 +1514,7 @@ %%DATADIR%%/trails/static/malware/gaudox.txt %%DATADIR%%/trails/static/malware/gauss.txt %%DATADIR%%/trails/static/malware/gbot.txt +%%DATADIR%%/trails/static/malware/gdlockersec.txt %%DATADIR%%/trails/static/malware/gehenna.txt %%DATADIR%%/trails/static/malware/gelsemium.txt %%DATADIR%%/trails/static/malware/generic.txt @@ -1380,21 +1532,28 @@ %%DATADIR%%/trails/static/malware/ghostdns.txt %%DATADIR%%/trails/static/malware/ghostengine.txt %%DATADIR%%/trails/static/malware/ghostlocker.txt +%%DATADIR%%/trails/static/malware/ghostredirector.txt +%%DATADIR%%/trails/static/malware/giftedcrook.txt %%DATADIR%%/trails/static/malware/ginzo.txt %%DATADIR%%/trails/static/malware/gippers.txt %%DATADIR%%/trails/static/malware/glitchpos.txt -%%DATADIR%%/trails/static/malware/globeimposter.txt +%%DATADIR%%/trails/static/malware/global_ransomware.txt %%DATADIR%%/trails/static/malware/glock.txt %%DATADIR%%/trails/static/malware/glorysprout.txt +%%DATADIR%%/trails/static/malware/glove.txt %%DATADIR%%/trails/static/malware/glupteba.txt +%%DATADIR%%/trails/static/malware/goblinrat.txt %%DATADIR%%/trails/static/malware/gobotkr.txt %%DATADIR%%/trails/static/malware/gobrut.txt %%DATADIR%%/trails/static/malware/godlua.txt +%%DATADIR%%/trails/static/malware/godrat.txt %%DATADIR%%/trails/static/malware/godzilla.txt +%%DATADIR%%/trails/static/malware/gokeylogger.txt %%DATADIR%%/trails/static/malware/goldbrute.txt %%DATADIR%%/trails/static/malware/goldenspy.txt %%DATADIR%%/trails/static/malware/golroted.txt %%DATADIR%%/trails/static/malware/gomet.txt +%%DATADIR%%/trails/static/malware/good_ransomware.txt %%DATADIR%%/trails/static/malware/goodwill_ransomware.txt %%DATADIR%%/trails/static/malware/goomba.txt %%DATADIR%%/trails/static/malware/gootkit.txt @@ -1409,20 +1568,26 @@ %%DATADIR%%/trails/static/malware/gravityrat.txt %%DATADIR%%/trails/static/malware/greamerat.txt %%DATADIR%%/trails/static/malware/greenstone.txt +%%DATADIR%%/trails/static/malware/gremlin.txt %%DATADIR%%/trails/static/malware/grief.txt %%DATADIR%%/trails/static/malware/grimagent.txt %%DATADIR%%/trails/static/malware/grmsk.txt %%DATADIR%%/trails/static/malware/groooboor.txt %%DATADIR%%/trails/static/malware/groove.txt +%%DATADIR%%/trails/static/malware/growtopia.txt %%DATADIR%%/trails/static/malware/gruntstager.txt %%DATADIR%%/trails/static/malware/gtbot.txt %%DATADIR%%/trails/static/malware/guloader.txt +%%DATADIR%%/trails/static/malware/gunra.txt %%DATADIR%%/trails/static/malware/gupti_miner.txt %%DATADIR%%/trails/static/malware/gypsyteam.txt %%DATADIR%%/trails/static/malware/h1n1.txt %%DATADIR%%/trails/static/malware/habitsrat.txt %%DATADIR%%/trails/static/malware/hacked_3cx.txt %%DATADIR%%/trails/static/malware/hacked_apkpure.txt +%%DATADIR%%/trails/static/malware/hacked_chromecrxext.txt +%%DATADIR%%/trails/static/malware/hacked_ciscosslvpn.txt +%%DATADIR%%/trails/static/malware/hacked_cms8000.txt %%DATADIR%%/trails/static/malware/hacked_codecov.txt %%DATADIR%%/trails/static/malware/hacked_comm100.txt %%DATADIR%%/trails/static/malware/hacked_dependabot.txt @@ -1433,26 +1598,33 @@ %%DATADIR%%/trails/static/malware/hacked_githubrepos.txt %%DATADIR%%/trails/static/malware/hacked_globalprotect.txt %%DATADIR%%/trails/static/malware/hacked_healthcheck.txt +%%DATADIR%%/trails/static/malware/hacked_keepass.txt %%DATADIR%%/trails/static/malware/hacked_log4j.txt %%DATADIR%%/trails/static/malware/hacked_mint.txt %%DATADIR%%/trails/static/malware/hacked_monero.txt %%DATADIR%%/trails/static/malware/hacked_moveit.txt +%%DATADIR%%/trails/static/malware/hacked_netweaversap.txt %%DATADIR%%/trails/static/malware/hacked_npmrepos.txt +%%DATADIR%%/trails/static/malware/hacked_openvsxext.txt %%DATADIR%%/trails/static/malware/hacked_pygrata.txt %%DATADIR%%/trails/static/malware/hacked_pypirepos.txt %%DATADIR%%/trails/static/malware/hacked_pytorch.txt %%DATADIR%%/trails/static/malware/hacked_saltstack.txt %%DATADIR%%/trails/static/malware/hacked_solarwinds.txt %%DATADIR%%/trails/static/malware/hacked_uaparserjs.txt +%%DATADIR%%/trails/static/malware/hacked_vsixext.txt +%%DATADIR%%/trails/static/malware/hacked_whlext.txt %%DATADIR%%/trails/static/malware/hacking_team.txt %%DATADIR%%/trails/static/malware/haibonbay.txt %%DATADIR%%/trails/static/malware/hamaetot.txt %%DATADIR%%/trails/static/malware/handala.txt +%%DATADIR%%/trails/static/malware/hannibal.txt %%DATADIR%%/trails/static/malware/harnig.txt %%DATADIR%%/trails/static/malware/haron.txt %%DATADIR%%/trails/static/malware/havanacrypt.txt %%DATADIR%%/trails/static/malware/hawkball.txt %%DATADIR%%/trails/static/malware/hawkeye.txt +%%DATADIR%%/trails/static/malware/hellcat.txt %%DATADIR%%/trails/static/malware/helldown_ransomware.txt %%DATADIR%%/trails/static/malware/hellokitty.txt %%DATADIR%%/trails/static/malware/helloxd.txt @@ -1460,6 +1632,7 @@ %%DATADIR%%/trails/static/malware/helompy.txt %%DATADIR%%/trails/static/malware/hennessy.txt %%DATADIR%%/trails/static/malware/hermeticwiper.txt +%%DATADIR%%/trails/static/malware/hexon.txt %%DATADIR%%/trails/static/malware/hiddenbee.txt %%DATADIR%%/trails/static/malware/hiddenbeer.txt %%DATADIR%%/trails/static/malware/hiddentear.txt @@ -1482,6 +1655,7 @@ %%DATADIR%%/trails/static/malware/hydracrypt.txt %%DATADIR%%/trails/static/malware/hydseven.txt %%DATADIR%%/trails/static/malware/hzrat.txt +%%DATADIR%%/trails/static/malware/i2prat.txt %%DATADIR%%/trails/static/malware/icarus.txt %%DATADIR%%/trails/static/malware/icebreaker.txt %%DATADIR%%/trails/static/malware/icedid.txt @@ -1494,15 +1668,19 @@ %%DATADIR%%/trails/static/malware/imddos.txt %%DATADIR%%/trails/static/malware/imminentrat.txt %%DATADIR%%/trails/static/malware/immortal.txt +%%DATADIR%%/trails/static/malware/imncrew.txt +%%DATADIR%%/trails/static/malware/inari.txt %%DATADIR%%/trails/static/malware/inc_ransomware.txt %%DATADIR%%/trails/static/malware/indexsinas.txt %%DATADIR%%/trails/static/malware/indone_miner.txt %%DATADIR%%/trails/static/malware/infinityrat.txt %%DATADIR%%/trails/static/malware/injecto.txt %%DATADIR%%/trails/static/malware/innfirat.txt +%%DATADIR%%/trails/static/malware/interlock.txt %%DATADIR%%/trails/static/malware/interstellar.txt %%DATADIR%%/trails/static/malware/investimer.txt %%DATADIR%%/trails/static/malware/invisimole.txt +%%DATADIR%%/trails/static/malware/ios_glasscage.txt %%DATADIR%%/trails/static/malware/ios_keyraider.txt %%DATADIR%%/trails/static/malware/ios_muda.txt %%DATADIR%%/trails/static/malware/ios_oneclickfraud.txt @@ -1510,12 +1688,14 @@ %%DATADIR%%/trails/static/malware/ios_specter.txt %%DATADIR%%/trails/static/malware/ios_xcodeghost.txt %%DATADIR%%/trails/static/malware/ipikabot.txt +%%DATADIR%%/trails/static/malware/iris.txt %%DATADIR%%/trails/static/malware/iron.txt %%DATADIR%%/trails/static/malware/ismdoor.txt %%DATADIR%%/trails/static/malware/isodisk.txt %%DATADIR%%/trails/static/malware/ispy.txt %%DATADIR%%/trails/static/malware/isr.txt %%DATADIR%%/trails/static/malware/ixware.txt +%%DATADIR%%/trails/static/malware/j_ransomware.txt %%DATADIR%%/trails/static/malware/jackpos.txt %%DATADIR%%/trails/static/malware/jacksbot.txt %%DATADIR%%/trails/static/malware/jaff.txt @@ -1525,8 +1705,10 @@ %%DATADIR%%/trails/static/malware/jasmin.txt %%DATADIR%%/trails/static/malware/jasperloader.txt %%DATADIR%%/trails/static/malware/javali.txt +%%DATADIR%%/trails/static/malware/javaloader.txt %%DATADIR%%/trails/static/malware/javarat.txt %%DATADIR%%/trails/static/malware/jedobot.txt +%%DATADIR%%/trails/static/malware/jerryrat.txt %%DATADIR%%/trails/static/malware/jester.txt %%DATADIR%%/trails/static/malware/jigsaw.txt %%DATADIR%%/trails/static/malware/jinxloader.txt @@ -1534,23 +1716,32 @@ %%DATADIR%%/trails/static/malware/jripbot.txt %%DATADIR%%/trails/static/malware/jshellrat.txt %%DATADIR%%/trails/static/malware/jsoutprox.txt +%%DATADIR%%/trails/static/malware/jspspy.txt %%DATADIR%%/trails/static/malware/juice.txt +%%DATADIR%%/trails/static/malware/junos_jmagic.txt %%DATADIR%%/trails/static/malware/jupyter.txt +%%DATADIR%%/trails/static/malware/justaskjacky.txt %%DATADIR%%/trails/static/malware/k8steal.txt +%%DATADIR%%/trails/static/malware/kairos.txt +%%DATADIR%%/trails/static/malware/kamasers.txt %%DATADIR%%/trails/static/malware/kapahyku.txt %%DATADIR%%/trails/static/malware/karkoff.txt %%DATADIR%%/trails/static/malware/karma.txt %%DATADIR%%/trails/static/malware/kasidet.txt +%%DATADIR%%/trails/static/malware/katz.txt +%%DATADIR%%/trails/static/malware/kawalocker.txt %%DATADIR%%/trails/static/malware/kazy.txt %%DATADIR%%/trails/static/malware/kbot.txt %%DATADIR%%/trails/static/malware/kegotip.txt %%DATADIR%%/trails/static/malware/kelihos.txt +%%DATADIR%%/trails/static/malware/kelvinsec.txt %%DATADIR%%/trails/static/malware/kematian.txt %%DATADIR%%/trails/static/malware/keres.txt %%DATADIR%%/trails/static/malware/kernelbot.txt %%DATADIR%%/trails/static/malware/keybase.txt %%DATADIR%%/trails/static/malware/khonsari_ransomware.txt %%DATADIR%%/trails/static/malware/khrat.txt +%%DATADIR%%/trails/static/malware/kidotai.txt %%DATADIR%%/trails/static/malware/kief.txt %%DATADIR%%/trails/static/malware/killrabbit.txt %%DATADIR%%/trails/static/malware/killsec.txt @@ -1576,8 +1767,8 @@ %%DATADIR%%/trails/static/malware/krown.txt %%DATADIR%%/trails/static/malware/krugbot.txt %%DATADIR%%/trails/static/malware/krustyloader.txt +%%DATADIR%%/trails/static/malware/krypt_ransomware.txt %%DATADIR%%/trails/static/malware/kryptocibule.txt -%%DATADIR%%/trails/static/malware/krypton.txt %%DATADIR%%/trails/static/malware/kuago_miner.txt %%DATADIR%%/trails/static/malware/kuiper_ransomware.txt %%DATADIR%%/trails/static/malware/kulekmoko.txt @@ -1589,6 +1780,7 @@ %%DATADIR%%/trails/static/malware/lambda_ransomware.txt %%DATADIR%%/trails/static/malware/lampion.txt %%DATADIR%%/trails/static/malware/lanfiltrator.txt +%%DATADIR%%/trails/static/malware/lapdogs.txt %%DATADIR%%/trails/static/malware/laplasclipper.txt %%DATADIR%%/trails/static/malware/latentbot.txt %%DATADIR%%/trails/static/malware/latot.txt @@ -1596,7 +1788,10 @@ %%DATADIR%%/trails/static/malware/laurent.txt %%DATADIR%%/trails/static/malware/lazagne.txt %%DATADIR%%/trails/static/malware/laziok.txt +%%DATADIR%%/trails/static/malware/lcy.txt %%DATADIR%%/trails/static/malware/ldpinch.txt +%%DATADIR%%/trails/static/malware/leaknet_ransomware.txt +%%DATADIR%%/trails/static/malware/leaktheanalyst.txt %%DATADIR%%/trails/static/malware/ledger_backdoor.txt %%DATADIR%%/trails/static/malware/legion_loader.txt %%DATADIR%%/trails/static/malware/lemonduck_miner.txt @@ -1606,6 +1801,7 @@ %%DATADIR%%/trails/static/malware/lightning.txt %%DATADIR%%/trails/static/malware/lilith.txt %%DATADIR%%/trails/static/malware/limerat.txt +%%DATADIR%%/trails/static/malware/linkc_ransomware.txt %%DATADIR%%/trails/static/malware/linkoptimizer.txt %%DATADIR%%/trails/static/malware/litehttp.txt %%DATADIR%%/trails/static/malware/loadpcbanker.txt @@ -1614,6 +1810,7 @@ %%DATADIR%%/trails/static/malware/locky.txt %%DATADIR%%/trails/static/malware/lodarat.txt %%DATADIR%%/trails/static/malware/lodeinfo.txt +%%DATADIR%%/trails/static/malware/logx.txt %%DATADIR%%/trails/static/malware/lokibot.txt %%DATADIR%%/trails/static/malware/lokidoor.txt %%DATADIR%%/trails/static/malware/lokilock.txt @@ -1634,14 +1831,15 @@ %%DATADIR%%/trails/static/malware/lucky.txt %%DATADIR%%/trails/static/malware/luminositylinkrat.txt %%DATADIR%%/trails/static/malware/lummac2.txt +%%DATADIR%%/trails/static/malware/lunalock.txt %%DATADIR%%/trails/static/malware/lunar.txt %%DATADIR%%/trails/static/malware/luoxk.txt %%DATADIR%%/trails/static/malware/lust.txt %%DATADIR%%/trails/static/malware/luxnetrat.txt %%DATADIR%%/trails/static/malware/lv_ransomware.txt -%%DATADIR%%/trails/static/malware/lynx_ransomware.txt %%DATADIR%%/trails/static/malware/m00nd3v.txt %%DATADIR%%/trails/static/malware/m8220_miner.txt +%%DATADIR%%/trails/static/malware/madliberator.txt %%DATADIR%%/trails/static/malware/madmxshell.txt %%DATADIR%%/trails/static/malware/mado_miner.txt %%DATADIR%%/trails/static/malware/maggie.txt @@ -1651,10 +1849,12 @@ %%DATADIR%%/trails/static/malware/mallox.txt %%DATADIR%%/trails/static/malware/mambashim.txt %%DATADIR%%/trails/static/malware/mamo.txt +%%DATADIR%%/trails/static/malware/mamona.txt %%DATADIR%%/trails/static/malware/manabot.txt %%DATADIR%%/trails/static/malware/mancsyn.txt %%DATADIR%%/trails/static/malware/mandaph.txt %%DATADIR%%/trails/static/malware/maplebot.txt +%%DATADIR%%/trails/static/malware/maranhao.txt %%DATADIR%%/trails/static/malware/marap.txt %%DATADIR%%/trails/static/malware/mardom.txt %%DATADIR%%/trails/static/malware/marketo.txt @@ -1662,6 +1862,7 @@ %%DATADIR%%/trails/static/malware/marmoolak.txt %%DATADIR%%/trails/static/malware/marsjoke.txt %%DATADIR%%/trails/static/malware/masad.txt +%%DATADIR%%/trails/static/malware/maskgram.txt %%DATADIR%%/trails/static/malware/mass_miner.txt %%DATADIR%%/trails/static/malware/masslogger.txt %%DATADIR%%/trails/static/malware/mastermana.txt @@ -1670,6 +1871,7 @@ %%DATADIR%%/trails/static/malware/matrixmax.txt %%DATADIR%%/trails/static/malware/matsnu.txt %%DATADIR%%/trails/static/malware/mauri_ransomware.txt +%%DATADIR%%/trails/static/malware/mave.txt %%DATADIR%%/trails/static/malware/maze.txt %%DATADIR%%/trails/static/malware/mbc_ransomware.txt %%DATADIR%%/trails/static/malware/mdrop.txt @@ -1685,6 +1887,8 @@ %%DATADIR%%/trails/static/malware/megumin.txt %%DATADIR%%/trails/static/malware/mehcrypter.txt %%DATADIR%%/trails/static/malware/mekotio.txt +%%DATADIR%%/trails/static/malware/mena_ransomware.txt +%%DATADIR%%/trails/static/malware/meow.txt %%DATADIR%%/trails/static/malware/mercurybot.txt %%DATADIR%%/trails/static/malware/meris.txt %%DATADIR%%/trails/static/malware/merkspy.txt @@ -1693,11 +1897,13 @@ %%DATADIR%%/trails/static/malware/meta.txt %%DATADIR%%/trails/static/malware/metador.txt %%DATADIR%%/trails/static/malware/metadrain.txt +%%DATADIR%%/trails/static/malware/metaencryptor.txt %%DATADIR%%/trails/static/malware/metamorfo.txt %%DATADIR%%/trails/static/malware/mewsei.txt %%DATADIR%%/trails/static/malware/midas.txt %%DATADIR%%/trails/static/malware/midie.txt %%DATADIR%%/trails/static/malware/mielit.txt +%%DATADIR%%/trails/static/malware/miga_ransomware.txt %%DATADIR%%/trails/static/malware/migo_miner.txt %%DATADIR%%/trails/static/malware/milkman.txt %%DATADIR%%/trails/static/malware/milkyboy.txt @@ -1708,12 +1914,13 @@ %%DATADIR%%/trails/static/malware/mingloa.txt %%DATADIR%%/trails/static/malware/minotaur.txt %%DATADIR%%/trails/static/malware/mint.txt +%%DATADIR%%/trails/static/malware/mintsloader.txt %%DATADIR%%/trails/static/malware/miragefox.txt %%DATADIR%%/trails/static/malware/misogow.txt -%%DATADIR%%/trails/static/malware/mispadu.txt %%DATADIR%%/trails/static/malware/mist.txt %%DATADIR%%/trails/static/malware/mitglieder.txt %%DATADIR%%/trails/static/malware/miuref.txt +%%DATADIR%%/trails/static/malware/mixshell.txt %%DATADIR%%/trails/static/malware/mnubot.txt %%DATADIR%%/trails/static/malware/mocker.txt %%DATADIR%%/trails/static/malware/modirat.txt @@ -1721,26 +1928,32 @@ %%DATADIR%%/trails/static/malware/modpos.txt %%DATADIR%%/trails/static/malware/momo33333.txt %%DATADIR%%/trails/static/malware/moneymessage.txt +%%DATADIR%%/trails/static/malware/monkey_ransomware.txt +%%DATADIR%%/trails/static/malware/monolith.txt %%DATADIR%%/trails/static/malware/monsterinstall.txt %%DATADIR%%/trails/static/malware/montysthree.txt %%DATADIR%%/trails/static/malware/moonlight.txt %%DATADIR%%/trails/static/malware/moontag.txt -%%DATADIR%%/trails/static/malware/moreeggs.txt +%%DATADIR%%/trails/static/malware/morpheus.txt %%DATADIR%%/trails/static/malware/morto.txt %%DATADIR%%/trails/static/malware/morty.txt %%DATADIR%%/trails/static/malware/mosaicregressor.txt %%DATADIR%%/trails/static/malware/moserpass.txt %%DATADIR%%/trails/static/malware/moses.txt +%%DATADIR%%/trails/static/malware/mosquito.txt +%%DATADIR%%/trails/static/malware/mostererat.txt %%DATADIR%%/trails/static/malware/mosucker.txt %%DATADIR%%/trails/static/malware/mountlocker.txt %%DATADIR%%/trails/static/malware/mozart.txt %%DATADIR%%/trails/static/malware/mranon.txt %%DATADIR%%/trails/static/malware/mrb_miner.txt +%%DATADIR%%/trails/static/malware/mrstealer.txt %%DATADIR%%/trails/static/malware/msupedge.txt %%DATADIR%%/trails/static/malware/mufila.txt %%DATADIR%%/trails/static/malware/muggle.txt %%DATADIR%%/trails/static/malware/mumbai.txt %%DATADIR%%/trails/static/malware/muse_miner.txt +%%DATADIR%%/trails/static/malware/mydata_ransomware.txt %%DATADIR%%/trails/static/malware/mydoom.txt %%DATADIR%%/trails/static/malware/mykings_miner.txt %%DATADIR%%/trails/static/malware/mylobot.txt @@ -1753,9 +1966,11 @@ %%DATADIR%%/trails/static/malware/napolar.txt %%DATADIR%%/trails/static/malware/narniarat.txt %%DATADIR%%/trails/static/malware/nbot.txt +%%DATADIR%%/trails/static/malware/nebula.txt %%DATADIR%%/trails/static/malware/necrobot.txt %%DATADIR%%/trails/static/malware/necurs.txt %%DATADIR%%/trails/static/malware/neko.txt +%%DATADIR%%/trails/static/malware/nelsy.txt %%DATADIR%%/trails/static/malware/nemeot.txt %%DATADIR%%/trails/static/malware/nemesis.txt %%DATADIR%%/trails/static/malware/nemezida_ransomware.txt @@ -1764,6 +1979,7 @@ %%DATADIR%%/trails/static/malware/neojit.txt %%DATADIR%%/trails/static/malware/neonwallet.txt %%DATADIR%%/trails/static/malware/neptune.txt +%%DATADIR%%/trails/static/malware/neptunerat.txt %%DATADIR%%/trails/static/malware/nerbian.txt %%DATADIR%%/trails/static/malware/neshuta.txt %%DATADIR%%/trails/static/malware/nestrat.txt @@ -1774,18 +1990,25 @@ %%DATADIR%%/trails/static/malware/netsupport.txt %%DATADIR%%/trails/static/malware/netwalker.txt %%DATADIR%%/trails/static/malware/netwire.txt +%%DATADIR%%/trails/static/malware/neuron.txt %%DATADIR%%/trails/static/malware/neus.txt %%DATADIR%%/trails/static/malware/neutrino.txt +%%DATADIR%%/trails/static/malware/nevada_ransomware.txt %%DATADIR%%/trails/static/malware/newbot.txt %%DATADIR%%/trails/static/malware/newddosbot.txt %%DATADIR%%/trails/static/malware/newpos.txt %%DATADIR%%/trails/static/malware/newsrat.txt +%%DATADIR%%/trails/static/malware/nex.txt %%DATADIR%%/trails/static/malware/nexlogger.txt +%%DATADIR%%/trails/static/malware/nextmind.txt %%DATADIR%%/trails/static/malware/nexus.txt %%DATADIR%%/trails/static/malware/nicerat.txt %%DATADIR%%/trails/static/malware/nigelthorn.txt %%DATADIR%%/trails/static/malware/nightingale.txt +%%DATADIR%%/trails/static/malware/nightshadec2.txt %%DATADIR%%/trails/static/malware/nightsky.txt +%%DATADIR%%/trails/static/malware/nightspire.txt +%%DATADIR%%/trails/static/malware/nikki.txt %%DATADIR%%/trails/static/malware/nionspy.txt %%DATADIR%%/trails/static/malware/nitol.txt %%DATADIR%%/trails/static/malware/nitro.txt @@ -1796,11 +2019,16 @@ %%DATADIR%%/trails/static/malware/nocry.txt %%DATADIR%%/trails/static/malware/nodersok.txt %%DATADIR%%/trails/static/malware/nodestealer.txt +%%DATADIR%%/trails/static/malware/noescape.txt %%DATADIR%%/trails/static/malware/nokoyawa.txt %%DATADIR%%/trails/static/malware/nomercy.txt %%DATADIR%%/trails/static/malware/nonbolqu.txt +%%DATADIR%%/trails/static/malware/noodlophile.txt %%DATADIR%%/trails/static/malware/nopyfy.txt +%%DATADIR%%/trails/static/malware/norddragonscan.txt +%%DATADIR%%/trails/static/malware/normaldaki.txt %%DATADIR%%/trails/static/malware/notrobin.txt +%%DATADIR%%/trails/static/malware/nova_ransomware.txt %%DATADIR%%/trails/static/malware/novahttp.txt %%DATADIR%%/trails/static/malware/novaloader.txt %%DATADIR%%/trails/static/malware/novasentinel.txt @@ -1808,11 +2036,13 @@ %%DATADIR%%/trails/static/malware/novobot.txt %%DATADIR%%/trails/static/malware/novter.txt %%DATADIR%%/trails/static/malware/novu.txt +%%DATADIR%%/trails/static/malware/now.txt %%DATADIR%%/trails/static/malware/nozelesn.txt %%DATADIR%%/trails/static/malware/nsabuff_miner.txt %%DATADIR%%/trails/static/malware/ntstealer.txt %%DATADIR%%/trails/static/malware/nucleartor.txt %%DATADIR%%/trails/static/malware/nuggetphantom.txt +%%DATADIR%%/trails/static/malware/nullbulge.txt %%DATADIR%%/trails/static/malware/nullmixer.txt %%DATADIR%%/trails/static/malware/numando.txt %%DATADIR%%/trails/static/malware/nuqel.txt @@ -1821,15 +2051,22 @@ %%DATADIR%%/trails/static/malware/nymaim.txt %%DATADIR%%/trails/static/malware/nymeria.txt %%DATADIR%%/trails/static/malware/obliquerat.txt +%%DATADIR%%/trails/static/malware/obscura.txt +%%DATADIR%%/trails/static/malware/obscurebat.txt %%DATADIR%%/trails/static/malware/observer.txt +%%DATADIR%%/trails/static/malware/octalyn.txt %%DATADIR%%/trails/static/malware/octopus.txt +%%DATADIR%%/trails/static/malware/octopuz.txt %%DATADIR%%/trails/static/malware/odcodc.txt %%DATADIR%%/trails/static/malware/oddball.txt %%DATADIR%%/trails/static/malware/odyssey.txt %%DATADIR%%/trails/static/malware/offendium.txt %%DATADIR%%/trails/static/malware/offloader.txt %%DATADIR%%/trails/static/malware/oficla.txt +%%DATADIR%%/trails/static/malware/olymploader.txt +%%DATADIR%%/trails/static/malware/olympus.txt %%DATADIR%%/trails/static/malware/omegaloader.txt +%%DATADIR%%/trails/static/malware/oneclik.txt %%DATADIR%%/trails/static/malware/onepercent.txt %%DATADIR%%/trails/static/malware/onionpoison.txt %%DATADIR%%/trails/static/malware/onkods.txt @@ -1840,11 +2077,13 @@ %%DATADIR%%/trails/static/malware/originbot.txt %%DATADIR%%/trails/static/malware/oriongrabber.txt %%DATADIR%%/trails/static/malware/oski.txt +%%DATADIR%%/trails/static/malware/ospreypr.txt %%DATADIR%%/trails/static/malware/ostap.txt %%DATADIR%%/trails/static/malware/osx_atomic.txt %%DATADIR%%/trails/static/malware/osx_banshee.txt %%DATADIR%%/trails/static/malware/osx_bundlore.txt %%DATADIR%%/trails/static/malware/osx_cheana.txt +%%DATADIR%%/trails/static/malware/osx_chillyhell.txt %%DATADIR%%/trails/static/malware/osx_clipstealer.txt %%DATADIR%%/trails/static/malware/osx_coinminer.txt %%DATADIR%%/trails/static/malware/osx_coldroot.txt @@ -1857,6 +2096,7 @@ %%DATADIR%%/trails/static/malware/osx_hashbreaker.txt %%DATADIR%%/trails/static/malware/osx_imuler.txt %%DATADIR%%/trails/static/malware/osx_jokerspy.txt +%%DATADIR%%/trails/static/malware/osx_jscorerunner.txt %%DATADIR%%/trails/static/malware/osx_keranger.txt %%DATADIR%%/trails/static/malware/osx_keydnap.txt %%DATADIR%%/trails/static/malware/osx_keysteal.txt @@ -1865,6 +2105,7 @@ %%DATADIR%%/trails/static/malware/osx_loselose.txt %%DATADIR%%/trails/static/malware/osx_m1.txt %%DATADIR%%/trails/static/malware/osx_macma.txt +%%DATADIR%%/trails/static/malware/osx_macmeow.txt %%DATADIR%%/trails/static/malware/osx_macspy.txt %%DATADIR%%/trails/static/malware/osx_mami.txt %%DATADIR%%/trails/static/malware/osx_mokes.txt @@ -1873,6 +2114,7 @@ %%DATADIR%%/trails/static/malware/osx_proton.txt %%DATADIR%%/trails/static/malware/osx_proxy.txt %%DATADIR%%/trails/static/malware/osx_pureland.txt +%%DATADIR%%/trails/static/malware/osx_readerupdate.txt %%DATADIR%%/trails/static/malware/osx_realst.txt %%DATADIR%%/trails/static/malware/osx_rustdoor.txt %%DATADIR%%/trails/static/malware/osx_salgorea.txt @@ -1893,19 +2135,23 @@ %%DATADIR%%/trails/static/malware/palevo.txt %%DATADIR%%/trails/static/malware/palmerworm.txt %%DATADIR%%/trails/static/malware/pandabanker.txt +%%DATADIR%%/trails/static/malware/pandora.txt %%DATADIR%%/trails/static/malware/panther.txt %%DATADIR%%/trails/static/malware/paradoxrat.txt %%DATADIR%%/trails/static/malware/parallax.txt %%DATADIR%%/trails/static/malware/parasitesnatcher.txt %%DATADIR%%/trails/static/malware/patchbrowse.txt +%%DATADIR%%/trails/static/malware/patriot.txt %%DATADIR%%/trails/static/malware/pay2key.txt %%DATADIR%%/trails/static/malware/paycrypt.txt %%DATADIR%%/trails/static/malware/payloadbin.txt +%%DATADIR%%/trails/static/malware/payoutsking.txt %%DATADIR%%/trails/static/malware/paysafecard.txt %%DATADIR%%/trails/static/malware/pcastle_miner.txt %%DATADIR%%/trails/static/malware/pcshare.txt %%DATADIR%%/trails/static/malware/pdfjsc.txt %%DATADIR%%/trails/static/malware/peaklight.txt +%%DATADIR%%/trails/static/malware/pear_ransomware.txt %%DATADIR%%/trails/static/malware/pennywise.txt %%DATADIR%%/trails/static/malware/pepperat.txt %%DATADIR%%/trails/static/malware/peppyrat.txt @@ -1913,6 +2159,7 @@ %%DATADIR%%/trails/static/malware/perseusrat.txt %%DATADIR%%/trails/static/malware/petya.txt %%DATADIR%%/trails/static/malware/pghost.txt +%%DATADIR%%/trails/static/malware/phantom.txt %%DATADIR%%/trails/static/malware/phantomrat.txt %%DATADIR%%/trails/static/malware/phasebot.txt %%DATADIR%%/trails/static/malware/phemedrone.txt @@ -1926,6 +2173,7 @@ %%DATADIR%%/trails/static/malware/phxi.txt %%DATADIR%%/trails/static/malware/phytob.txt %%DATADIR%%/trails/static/malware/picgoo.txt +%%DATADIR%%/trails/static/malware/pickai.txt %%DATADIR%%/trails/static/malware/pift.txt %%DATADIR%%/trails/static/malware/pinkslipbot.txt %%DATADIR%%/trails/static/malware/pipka.txt @@ -1934,7 +2182,7 @@ %%DATADIR%%/trails/static/malware/plague.txt %%DATADIR%%/trails/static/malware/planet.txt %%DATADIR%%/trails/static/malware/plasmarat.txt -%%DATADIR%%/trails/static/malware/play_ransomware.txt +%%DATADIR%%/trails/static/malware/playboy_ransomware.txt %%DATADIR%%/trails/static/malware/plead.txt %%DATADIR%%/trails/static/malware/pleasereadme_ransomware.txt %%DATADIR%%/trails/static/malware/plugx.txt @@ -1959,6 +2207,7 @@ %%DATADIR%%/trails/static/malware/powerworm.txt %%DATADIR%%/trails/static/malware/powmet.txt %%DATADIR%%/trails/static/malware/prash.txt +%%DATADIR%%/trails/static/malware/prat.txt %%DATADIR%%/trails/static/malware/prctrlrat.txt %%DATADIR%%/trails/static/malware/predatory.txt %%DATADIR%%/trails/static/malware/pripyat_miner.txt @@ -1983,13 +2232,13 @@ %%DATADIR%%/trails/static/malware/punisherrat.txt %%DATADIR%%/trails/static/malware/pupyrat.txt %%DATADIR%%/trails/static/malware/purecrypter.txt -%%DATADIR%%/trails/static/malware/purehvnc.txt %%DATADIR%%/trails/static/malware/purelogs.txt %%DATADIR%%/trails/static/malware/purplefox.txt %%DATADIR%%/trails/static/malware/purpleurchin.txt %%DATADIR%%/trails/static/malware/purplewave.txt %%DATADIR%%/trails/static/malware/pushdo.txt %%DATADIR%%/trails/static/malware/puzzlemaker.txt +%%DATADIR%%/trails/static/malware/pxabot.txt %%DATADIR%%/trails/static/malware/pycstealer.txt %%DATADIR%%/trails/static/malware/pykspa.txt %%DATADIR%%/trails/static/malware/pyleet.txt @@ -2001,13 +2250,16 @@ %%DATADIR%%/trails/static/malware/python_brost.txt %%DATADIR%%/trails/static/malware/python_extrack.txt %%DATADIR%%/trails/static/malware/python_injector.txt +%%DATADIR%%/trails/static/malware/python_killmbr.txt %%DATADIR%%/trails/static/malware/python_memento.txt %%DATADIR%%/trails/static/malware/python_w4sp.txt %%DATADIR%%/trails/static/malware/python_xwo.txt %%DATADIR%%/trails/static/malware/pyxierat.txt %%DATADIR%%/trails/static/malware/qakbot.txt %%DATADIR%%/trails/static/malware/qarallaxrat.txt +%%DATADIR%%/trails/static/malware/qdoor.txt %%DATADIR%%/trails/static/malware/qeallerrat.txt +%%DATADIR%%/trails/static/malware/qilin.txt %%DATADIR%%/trails/static/malware/qiulong.txt %%DATADIR%%/trails/static/malware/qlocker.txt %%DATADIR%%/trails/static/malware/qnodeservice.txt @@ -2027,34 +2279,41 @@ %%DATADIR%%/trails/static/malware/r2015.txt %%DATADIR%%/trails/static/malware/raasberry.txt %%DATADIR%%/trails/static/malware/raccoon.txt +%%DATADIR%%/trails/static/malware/radar_ransomware.txt %%DATADIR%%/trails/static/malware/radx.txt %%DATADIR%%/trails/static/malware/ragnar.txt %%DATADIR%%/trails/static/malware/ragnarok.txt %%DATADIR%%/trails/static/malware/rajump.txt %%DATADIR%%/trails/static/malware/rakhni.txt %%DATADIR%%/trails/static/malware/rakhni_ransomware.txt +%%DATADIR%%/trails/static/malware/ralord.txt %%DATADIR%%/trails/static/malware/ramdo.txt %%DATADIR%%/trails/static/malware/ramnit.txt %%DATADIR%%/trails/static/malware/ramp.txt %%DATADIR%%/trails/static/malware/ranion.txt %%DATADIR%%/trails/static/malware/ransirac.txt +%%DATADIR%%/trails/static/malware/ransomblog.txt %%DATADIR%%/trails/static/malware/ransomcartel.txt %%DATADIR%%/trails/static/malware/ransomcortex.txt %%DATADIR%%/trails/static/malware/ransomed.txt %%DATADIR%%/trails/static/malware/ransomexx.txt +%%DATADIR%%/trails/static/malware/ransomhouse.txt %%DATADIR%%/trails/static/malware/ransomhub.txt %%DATADIR%%/trails/static/malware/ranzy.txt %%DATADIR%%/trails/static/malware/raptrain.txt %%DATADIR%%/trails/static/malware/rarog.txt %%DATADIR%%/trails/static/malware/rasprobin.txt +%%DATADIR%%/trails/static/malware/rat369.txt %%DATADIR%%/trails/static/malware/ratel.txt %%DATADIR%%/trails/static/malware/raticate.txt %%DATADIR%%/trails/static/malware/ratty.txt +%%DATADIR%%/trails/static/malware/raven.txt %%DATADIR%%/trails/static/malware/rawld_ransomware.txt %%DATADIR%%/trails/static/malware/razy.txt %%DATADIR%%/trails/static/malware/rdpbrutebot.txt %%DATADIR%%/trails/static/malware/reactorbot.txt %%DATADIR%%/trails/static/malware/reaver.txt +%%DATADIR%%/trails/static/malware/red_ransomware.txt %%DATADIR%%/trails/static/malware/redalpha.txt %%DATADIR%%/trails/static/malware/reddot_ransomware.txt %%DATADIR%%/trails/static/malware/reddriver.txt @@ -2063,6 +2322,7 @@ %%DATADIR%%/trails/static/malware/redsip.txt %%DATADIR%%/trails/static/malware/redtail_miner.txt %%DATADIR%%/trails/static/malware/reductor.txt +%%DATADIR%%/trails/static/malware/ref7707.txt %%DATADIR%%/trails/static/malware/remcos.txt %%DATADIR%%/trails/static/malware/remexirat.txt %%DATADIR%%/trails/static/malware/renocide.txt @@ -2073,29 +2333,37 @@ %%DATADIR%%/trails/static/malware/rhadamanthys.txt %%DATADIR%%/trails/static/malware/rhysida.txt %%DATADIR%%/trails/static/malware/rift.txt +%%DATADIR%%/trails/static/malware/rilide.txt %%DATADIR%%/trails/static/malware/rincux.txt +%%DATADIR%%/trails/static/malware/riseloader.txt %%DATADIR%%/trails/static/malware/risen_ransomware.txt %%DATADIR%%/trails/static/malware/risepro.txt %%DATADIR%%/trails/static/malware/rmsrat.txt %%DATADIR%%/trails/static/malware/robinhood.txt +%%DATADIR%%/trails/static/malware/rocco.txt %%DATADIR%%/trails/static/malware/rocketx.txt %%DATADIR%%/trails/static/malware/rogue_ransomware.txt %%DATADIR%%/trails/static/malware/rombertik.txt %%DATADIR%%/trails/static/malware/rook_ransomware.txt %%DATADIR%%/trails/static/malware/rootteam.txt %%DATADIR%%/trails/static/malware/rovnix.txt +%%DATADIR%%/trails/static/malware/royal_ransomware.txt %%DATADIR%%/trails/static/malware/rozena.txt %%DATADIR%%/trails/static/malware/rransom.txt +%%DATADIR%%/trails/static/malware/rsockstun.txt %%DATADIR%%/trails/static/malware/rtm.txt %%DATADIR%%/trails/static/malware/rtm_ransomware.txt %%DATADIR%%/trails/static/malware/rubella.txt %%DATADIR%%/trails/static/malware/ruby_backdoor.txt %%DATADIR%%/trails/static/malware/ruftar.txt %%DATADIR%%/trails/static/malware/runforestrun.txt +%%DATADIR%%/trails/static/malware/runsomewares.txt +%%DATADIR%%/trails/static/malware/rust_injector.txt %%DATADIR%%/trails/static/malware/rustock.txt %%DATADIR%%/trails/static/malware/rusty.txt %%DATADIR%%/trails/static/malware/ryuk.txt %%DATADIR%%/trails/static/malware/saefkorat.txt +%%DATADIR%%/trails/static/malware/safepay.txt %%DATADIR%%/trails/static/malware/saferat.txt %%DATADIR%%/trails/static/malware/sage.txt %%DATADIR%%/trails/static/malware/saintbot.txt @@ -2103,26 +2371,32 @@ %%DATADIR%%/trails/static/malware/sakari.txt %%DATADIR%%/trails/static/malware/sakula.txt %%DATADIR%%/trails/static/malware/sakurel.txt +%%DATADIR%%/trails/static/malware/salat.txt %%DATADIR%%/trails/static/malware/sality.txt %%DATADIR%%/trails/static/malware/samorat.txt %%DATADIR%%/trails/static/malware/samsam.txt %%DATADIR%%/trails/static/malware/sanny.txt %%DATADIR%%/trails/static/malware/sapphire.txt +%%DATADIR%%/trails/static/malware/sarcoma.txt %%DATADIR%%/trails/static/malware/satacom.txt %%DATADIR%%/trails/static/malware/satana.txt +%%DATADIR%%/trails/static/malware/satancd.txt %%DATADIR%%/trails/static/malware/sathurbot.txt %%DATADIR%%/trails/static/malware/scanbox.txt %%DATADIR%%/trails/static/malware/scarab.txt %%DATADIR%%/trails/static/malware/scarcruft.txt %%DATADIR%%/trails/static/malware/schwarzesonne.txt %%DATADIR%%/trails/static/malware/scranos.txt +%%DATADIR%%/trails/static/malware/scylla.txt %%DATADIR%%/trails/static/malware/sdbot.txt %%DATADIR%%/trails/static/malware/sdrop.txt %%DATADIR%%/trails/static/malware/seaduke.txt +%%DATADIR%%/trails/static/malware/secpo.txt %%DATADIR%%/trails/static/malware/sectoprat.txt %%DATADIR%%/trails/static/malware/sefnit.txt %%DATADIR%%/trails/static/malware/sekhmet.txt %%DATADIR%%/trails/static/malware/selfdel.txt +%%DATADIR%%/trails/static/malware/sembmarine.txt %%DATADIR%%/trails/static/malware/sendsafe.txt %%DATADIR%%/trails/static/malware/sensayq.txt %%DATADIR%%/trails/static/malware/seroxenrat.txt @@ -2130,9 +2404,12 @@ %%DATADIR%%/trails/static/malware/seth_ransomware.txt %%DATADIR%%/trails/static/malware/severe.txt %%DATADIR%%/trails/static/malware/sfile_ransomware.txt +%%DATADIR%%/trails/static/malware/shadow_ransomware.txt %%DATADIR%%/trails/static/malware/shadownet.txt %%DATADIR%%/trails/static/malware/shadowsyndicate.txt %%DATADIR%%/trails/static/malware/shadowtechrat.txt +%%DATADIR%%/trails/static/malware/sharkstealer.txt +%%DATADIR%%/trails/static/malware/shelby.txt %%DATADIR%%/trails/static/malware/shellresetrat.txt %%DATADIR%%/trails/static/malware/shelma.txt %%DATADIR%%/trails/static/malware/shifu.txt @@ -2141,9 +2418,14 @@ %%DATADIR%%/trails/static/malware/shkolota.txt %%DATADIR%%/trails/static/malware/shurl0ckr.txt %%DATADIR%%/trails/static/malware/shylock.txt +%%DATADIR%%/trails/static/malware/siegedsec.txt %%DATADIR%%/trails/static/malware/siesta.txt +%%DATADIR%%/trails/static/malware/silent.txt +%%DATADIR%%/trails/static/malware/silent_ransomware.txt %%DATADIR%%/trails/static/malware/silentbrute.txt %%DATADIR%%/trails/static/malware/silentcrypto_miner.txt +%%DATADIR%%/trails/static/malware/silentroute.txt +%%DATADIR%%/trails/static/malware/silentsyncrat.txt %%DATADIR%%/trails/static/malware/silly.txt %%DATADIR%%/trails/static/malware/silverfox.txt %%DATADIR%%/trails/static/malware/silverterrier.txt @@ -2161,6 +2443,7 @@ %%DATADIR%%/trails/static/malware/sinkhole_certgovau.txt %%DATADIR%%/trails/static/malware/sinkhole_certpl.txt %%DATADIR%%/trails/static/malware/sinkhole_certtr.txt +%%DATADIR%%/trails/static/malware/sinkhole_certua.txt %%DATADIR%%/trails/static/malware/sinkhole_changeip.txt %%DATADIR%%/trails/static/malware/sinkhole_checkpoint.txt %%DATADIR%%/trails/static/malware/sinkhole_cirtdk.txt @@ -2169,6 +2452,7 @@ %%DATADIR%%/trails/static/malware/sinkhole_conficker.txt %%DATADIR%%/trails/static/malware/sinkhole_cryptolocker.txt %%DATADIR%%/trails/static/malware/sinkhole_cydef.txt +%%DATADIR%%/trails/static/malware/sinkhole_devilish.txt %%DATADIR%%/trails/static/malware/sinkhole_dnssinkhole.txt %%DATADIR%%/trails/static/malware/sinkhole_doombringer.txt %%DATADIR%%/trails/static/malware/sinkhole_drweb.txt @@ -2219,14 +2503,17 @@ %%DATADIR%%/trails/static/malware/sinkhole_vittalia.txt %%DATADIR%%/trails/static/malware/sinkhole_wapacklabs.txt %%DATADIR%%/trails/static/malware/sinkhole_xaayda.txt +%%DATADIR%%/trails/static/malware/sinkhole_xlab.txt %%DATADIR%%/trails/static/malware/sinkhole_xyz.txt %%DATADIR%%/trails/static/malware/sinkhole_yourtrap.txt %%DATADIR%%/trails/static/malware/sinkhole_zinkhole.txt +%%DATADIR%%/trails/static/malware/sinobi.txt %%DATADIR%%/trails/static/malware/skeeyah.txt %%DATADIR%%/trails/static/malware/skidrat.txt %%DATADIR%%/trails/static/malware/skynet.txt %%DATADIR%%/trails/static/malware/skyper.txt %%DATADIR%%/trails/static/malware/slenfbot.txt +%%DATADIR%%/trails/static/malware/slnya_ransomware.txt %%DATADIR%%/trails/static/malware/sload.txt %%DATADIR%%/trails/static/malware/slothfulmedia.txt %%DATADIR%%/trails/static/malware/slserver.txt @@ -2239,11 +2526,12 @@ %%DATADIR%%/trails/static/malware/smokeloader.txt %%DATADIR%%/trails/static/malware/smsfakesky.txt %%DATADIR%%/trails/static/malware/snatch.txt +%%DATADIR%%/trails/static/malware/sneakystrike.txt %%DATADIR%%/trails/static/malware/snifula.txt -%%DATADIR%%/trails/static/malware/snipbot.txt %%DATADIR%%/trails/static/malware/snslocker.txt %%DATADIR%%/trails/static/malware/sockrat.txt %%DATADIR%%/trails/static/malware/socksbot.txt +%%DATADIR%%/trails/static/malware/sodapop.txt %%DATADIR%%/trails/static/malware/sodinokibi.txt %%DATADIR%%/trails/static/malware/sohanad.txt %%DATADIR%%/trails/static/malware/solarsys.txt @@ -2253,9 +2541,14 @@ %%DATADIR%%/trails/static/malware/sorano.txt %%DATADIR%%/trails/static/malware/sorena.txt %%DATADIR%%/trails/static/malware/sorrygomaster.txt +%%DATADIR%%/trails/static/malware/sosihvncrat.txt +%%DATADIR%%/trails/static/malware/soul.txt %%DATADIR%%/trails/static/malware/soulsearcher.txt %%DATADIR%%/trails/static/malware/spacebears.txt +%%DATADIR%%/trails/static/malware/sparta.txt %%DATADIR%%/trails/static/malware/specter.txt +%%DATADIR%%/trails/static/malware/spectra.txt +%%DATADIR%%/trails/static/malware/spectre.txt %%DATADIR%%/trails/static/malware/spicerat.txt %%DATADIR%%/trails/static/malware/spideybot.txt %%DATADIR%%/trails/static/malware/spock.txt @@ -2264,6 +2557,7 @@ %%DATADIR%%/trails/static/malware/spybotpos.txt %%DATADIR%%/trails/static/malware/spyeye.txt %%DATADIR%%/trails/static/malware/spygaterat.txt +%%DATADIR%%/trails/static/malware/spypress.txt %%DATADIR%%/trails/static/malware/squidloader.txt %%DATADIR%%/trails/static/malware/squirrelwaffle.txt %%DATADIR%%/trails/static/malware/sqzrframework480.txt @@ -2274,10 +2568,14 @@ %%DATADIR%%/trails/static/malware/stealit.txt %%DATADIR%%/trails/static/malware/stealzilla.txt %%DATADIR%%/trails/static/malware/steamreplacer.txt +%%DATADIR%%/trails/static/malware/steelfox.txt %%DATADIR%%/trails/static/malware/stely.txt %%DATADIR%%/trails/static/malware/stih.txt +%%DATADIR%%/trails/static/malware/stilachirat.txt %%DATADIR%%/trails/static/malware/stlfun.txt +%%DATADIR%%/trails/static/malware/stomida.txt %%DATADIR%%/trails/static/malware/stop_ransomware.txt +%%DATADIR%%/trails/static/malware/storm2603.txt %%DATADIR%%/trails/static/malware/stormkitty.txt %%DATADIR%%/trails/static/malware/stormous_ransomware.txt %%DATADIR%%/trails/static/malware/strela.txt @@ -2293,6 +2591,7 @@ %%DATADIR%%/trails/static/malware/surtr.txt %%DATADIR%%/trails/static/malware/susafone.txt %%DATADIR%%/trails/static/malware/svcreadyrat.txt +%%DATADIR%%/trails/static/malware/svcstealer.txt %%DATADIR%%/trails/static/malware/svproxy.txt %%DATADIR%%/trails/static/malware/swaetrat.txt %%DATADIR%%/trails/static/malware/swamprat.txt @@ -2316,11 +2615,15 @@ %%DATADIR%%/trails/static/malware/t34loader.txt %%DATADIR%%/trails/static/malware/ta2541.txt %%DATADIR%%/trails/static/malware/ta2552.txt +%%DATADIR%%/trails/static/malware/ta2726.txt +%%DATADIR%%/trails/static/malware/ta2727.txt %%DATADIR%%/trails/static/malware/ta401.txt +%%DATADIR%%/trails/static/malware/ta4557.txt %%DATADIR%%/trails/static/malware/ta505.txt %%DATADIR%%/trails/static/malware/ta558.txt %%DATADIR%%/trails/static/malware/ta569.txt %%DATADIR%%/trails/static/malware/ta581.txt +%%DATADIR%%/trails/static/malware/ta829.txt %%DATADIR%%/trails/static/malware/tables.txt %%DATADIR%%/trails/static/malware/taidoor.txt %%DATADIR%%/trails/static/malware/targetcompany.txt @@ -2329,15 +2632,20 @@ %%DATADIR%%/trails/static/malware/tdss.txt %%DATADIR%%/trails/static/malware/teambot.txt %%DATADIR%%/trails/static/malware/teamspy.txt +%%DATADIR%%/trails/static/malware/teamxxx.txt %%DATADIR%%/trails/static/malware/teerac.txt %%DATADIR%%/trails/static/malware/telebot.txt %%DATADIR%%/trails/static/malware/telegrab.txt +%%DATADIR%%/trails/static/malware/telemetr.txt %%DATADIR%%/trails/static/malware/tellyouthepass.txt %%DATADIR%%/trails/static/malware/tempheretic.txt +%%DATADIR%%/trails/static/malware/termite.txt %%DATADIR%%/trails/static/malware/terracotta.txt %%DATADIR%%/trails/static/malware/teslacrypt.txt %%DATADIR%%/trails/static/malware/tetrade.txt +%%DATADIR%%/trails/static/malware/tevrinox.txt %%DATADIR%%/trails/static/malware/tflower.txt +%%DATADIR%%/trails/static/malware/tgrcri0045.txt %%DATADIR%%/trails/static/malware/thanos.txt %%DATADIR%%/trails/static/malware/therat.txt %%DATADIR%%/trails/static/malware/thirdeye.txt @@ -2355,18 +2663,22 @@ %%DATADIR%%/trails/static/malware/titan.txt %%DATADIR%%/trails/static/malware/tobor.txt %%DATADIR%%/trails/static/malware/tofsee.txt +%%DATADIR%%/trails/static/malware/tookps.txt %%DATADIR%%/trails/static/malware/tor_backdoor.txt %%DATADIR%%/trails/static/malware/torctrat.txt %%DATADIR%%/trails/static/malware/torpig.txt %%DATADIR%%/trails/static/malware/torrentlocker.txt %%DATADIR%%/trails/static/malware/tovkater.txt +%%DATADIR%%/trails/static/malware/transferloader.txt %%DATADIR%%/trails/static/malware/trat.txt %%DATADIR%%/trails/static/malware/travle.txt %%DATADIR%%/trails/static/malware/treasurehunter.txt %%DATADIR%%/trails/static/malware/trickbot.txt +%%DATADIR%%/trails/static/malware/trinity.txt %%DATADIR%%/trails/static/malware/triumphloader.txt %%DATADIR%%/trails/static/malware/troldesh.txt %%DATADIR%%/trails/static/malware/tron.txt +%%DATADIR%%/trails/static/malware/trox.txt %%DATADIR%%/trails/static/malware/truebot.txt %%DATADIR%%/trails/static/malware/tscookie.txt %%DATADIR%%/trails/static/malware/tuhkit.txt @@ -2376,39 +2688,49 @@ %%DATADIR%%/trails/static/malware/tvspy.txt %%DATADIR%%/trails/static/malware/typhon.txt %%DATADIR%%/trails/static/malware/uboatrat.txt +%%DATADIR%%/trails/static/malware/ubomb.txt %%DATADIR%%/trails/static/malware/udpos.txt %%DATADIR%%/trails/static/malware/udprat.txt %%DATADIR%%/trails/static/malware/ufr.txt %%DATADIR%%/trails/static/malware/underground.txt +%%DATADIR%%/trails/static/malware/unicorn.txt %%DATADIR%%/trails/static/malware/unidentrat.txt +%%DATADIR%%/trails/static/malware/unk_ransomware.txt %%DATADIR%%/trails/static/malware/unruy.txt %%DATADIR%%/trails/static/malware/up007.txt %%DATADIR%%/trails/static/malware/upatre.txt %%DATADIR%%/trails/static/malware/urausy.txt %%DATADIR%%/trails/static/malware/ursaloader.txt %%DATADIR%%/trails/static/malware/ursnif.txt +%%DATADIR%%/trails/static/malware/utopia.txt %%DATADIR%%/trails/static/malware/vacban.txt %%DATADIR%%/trails/static/malware/vadokrist.txt %%DATADIR%%/trails/static/malware/vaggen.txt %%DATADIR%%/trails/static/malware/vaimalandra.txt %%DATADIR%%/trails/static/malware/valak.txt %%DATADIR%%/trails/static/malware/valleyrat.txt +%%DATADIR%%/trails/static/malware/vanhelsing.txt %%DATADIR%%/trails/static/malware/vanir.txt %%DATADIR%%/trails/static/malware/varenyky.txt %%DATADIR%%/trails/static/malware/vawtrak.txt %%DATADIR%%/trails/static/malware/vbcheman.txt %%DATADIR%%/trails/static/malware/vbrat.txt %%DATADIR%%/trails/static/malware/vector.txt +%%DATADIR%%/trails/static/malware/veety.txt +%%DATADIR%%/trails/static/malware/vektorx.txt %%DATADIR%%/trails/static/malware/venus.txt %%DATADIR%%/trails/static/malware/verblecon.txt %%DATADIR%%/trails/static/malware/vespygrabber.txt %%DATADIR%%/trails/static/malware/vespyrat.txt +%%DATADIR%%/trails/static/malware/vetra.txt +%%DATADIR%%/trails/static/malware/vexion.txt %%DATADIR%%/trails/static/malware/vfokx.txt %%DATADIR%%/trails/static/malware/vidar.txt %%DATADIR%%/trails/static/malware/viknok.txt %%DATADIR%%/trails/static/malware/vikro.txt %%DATADIR%%/trails/static/malware/vilerat.txt %%DATADIR%%/trails/static/malware/vinderuf.txt +%%DATADIR%%/trails/static/malware/violetrat.txt %%DATADIR%%/trails/static/malware/vipersoftx.txt %%DATADIR%%/trails/static/malware/virobot.txt %%DATADIR%%/trails/static/malware/virtum.txt @@ -2426,7 +2748,9 @@ %%DATADIR%%/trails/static/malware/vssdestroy.txt %%DATADIR%%/trails/static/malware/vulturi.txt %%DATADIR%%/trails/static/malware/vundo.txt +%%DATADIR%%/trails/static/malware/vvs.txt %%DATADIR%%/trails/static/malware/vxrat.txt +%%DATADIR%%/trails/static/malware/vystealer.txt %%DATADIR%%/trails/static/malware/wacatac.txt %%DATADIR%%/trails/static/malware/waledac.txt %%DATADIR%%/trails/static/malware/wallyshack.txt @@ -2436,16 +2760,19 @@ %%DATADIR%%/trails/static/malware/wapobi.txt %%DATADIR%%/trails/static/malware/waprox.txt %%DATADIR%%/trails/static/malware/warezov.txt +%%DATADIR%%/trails/static/malware/warlock.txt %%DATADIR%%/trails/static/malware/warmcookie.txt %%DATADIR%%/trails/static/malware/wasabiseed.txt %%DATADIR%%/trails/static/malware/wastedlocker.txt %%DATADIR%%/trails/static/malware/watchdog_miner.txt %%DATADIR%%/trails/static/malware/wavebys.txt +%%DATADIR%%/trails/static/malware/weaxor_ransomware.txt %%DATADIR%%/trails/static/malware/webcobra.txt %%DATADIR%%/trails/static/malware/wecorl.txt %%DATADIR%%/trails/static/malware/wecoym.txt %%DATADIR%%/trails/static/malware/weecnaw.txt %%DATADIR%%/trails/static/malware/westeal.txt +%%DATADIR%%/trails/static/malware/weyhro.txt %%DATADIR%%/trails/static/malware/whipweave.txt %%DATADIR%%/trails/static/malware/whispergate.txt %%DATADIR%%/trails/static/malware/whiteshadow.txt @@ -2456,6 +2783,7 @@ %%DATADIR%%/trails/static/malware/wikiloader.txt %%DATADIR%%/trails/static/malware/wildfire.txt %%DATADIR%%/trails/static/malware/wildpressure.txt +%%DATADIR%%/trails/static/malware/wincirrat.txt %%DATADIR%%/trails/static/malware/wingo.txt %%DATADIR%%/trails/static/malware/winnti.txt %%DATADIR%%/trails/static/malware/wip26.txt @@ -2473,6 +2801,7 @@ %%DATADIR%%/trails/static/malware/xadupi.txt %%DATADIR%%/trails/static/malware/xanthe_miner.txt %%DATADIR%%/trails/static/malware/xaparo.txt +%%DATADIR%%/trails/static/malware/xavierera.txt %%DATADIR%%/trails/static/malware/xaview.txt %%DATADIR%%/trails/static/malware/xctdoor.txt %%DATADIR%%/trails/static/malware/xehook.txt @@ -2490,11 +2819,14 @@ %%DATADIR%%/trails/static/malware/xtrat.txt %%DATADIR%%/trails/static/malware/xworm.txt %%DATADIR%%/trails/static/malware/yanisma.txt +%%DATADIR%%/trails/static/malware/yanluowang.txt %%DATADIR%%/trails/static/malware/yenibot.txt +%%DATADIR%%/trails/static/malware/yibackdoor.txt %%DATADIR%%/trails/static/malware/yimfoca.txt %%DATADIR%%/trails/static/malware/yorotrooper.txt %%DATADIR%%/trails/static/malware/yoursqldumps.txt %%DATADIR%%/trails/static/malware/ytstealer.txt +%%DATADIR%%/trails/static/malware/yurei.txt %%DATADIR%%/trails/static/malware/z0miner.txt %%DATADIR%%/trails/static/malware/zaletelly.txt %%DATADIR%%/trails/static/malware/zardoor.txt @@ -2503,12 +2835,16 @@ %%DATADIR%%/trails/static/malware/zemot.txt %%DATADIR%%/trails/static/malware/zenar_miner.txt %%DATADIR%%/trails/static/malware/zenrat.txt +%%DATADIR%%/trails/static/malware/zephyrloader.txt %%DATADIR%%/trails/static/malware/zeroaccess.txt +%%DATADIR%%/trails/static/malware/zerolockersec.txt %%DATADIR%%/trails/static/malware/zeropadypt.txt +%%DATADIR%%/trails/static/malware/zerotolerance.txt %%DATADIR%%/trails/static/malware/zeus.txt %%DATADIR%%/trails/static/malware/zgrat.txt %%DATADIR%%/trails/static/malware/zharkbot.txt %%DATADIR%%/trails/static/malware/zherotee.txt +%%DATADIR%%/trails/static/malware/zhong.txt %%DATADIR%%/trails/static/malware/zlader.txt %%DATADIR%%/trails/static/malware/zloader.txt %%DATADIR%%/trails/static/malware/zlob.txt @@ -2516,6 +2852,7 @@ %%DATADIR%%/trails/static/malware/zombieboy.txt %%DATADIR%%/trails/static/malware/zombrari.txt %%DATADIR%%/trails/static/malware/zonidel.txt +%%DATADIR%%/trails/static/malware/zoomer.txt %%DATADIR%%/trails/static/malware/zstealer.txt %%DATADIR%%/trails/static/malware/zusy.txt %%DATADIR%%/trails/static/malware/zxshell.txt @@ -2545,6 +2882,7 @@ %%DATADIR%%/trails/static/suspicious/parking_site.txt %%DATADIR%%/trails/static/suspicious/port_proxy.txt %%DATADIR%%/trails/static/suspicious/pua.txt +%%DATADIR%%/trails/static/suspicious/simplehelp.txt %%DATADIR%%/trails/static/suspicious/superfish.txt %%DATADIR%%/trails/static/suspicious/suspended_domain.txt %%DATADIR%%/trails/static/suspicious/web_shells.txt diff --git a/security/openvpn-devel/Makefile b/security/openvpn-devel/Makefile index b97bf2df6c61..3f24ec986421 100644 --- a/security/openvpn-devel/Makefile +++ b/security/openvpn-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= openvpn -DISTVERSION= g20250925 +DISTVERSION= g20251031 PORTREVISION= 0 # leave in even if 0 to avoid accidental PORTEPOCH bumps PORTEPOCH= 1 CATEGORIES= security net net-vpn @@ -21,7 +21,7 @@ LIB_DEPENDS+= liblzo2.so:archivers/lzo2 USES= autoreconf cpe libtool pkgconfig python:build shebangfix tar:xz IGNORE_SSL= libressl libressl-devel USE_GITLAB= yes -GL_TAGNAME= 0fb5a00549be6b065f9a4d61940ee06786d9fa61 +GL_TAGNAME= 4281449ba4db2de57375aa7087ef5920aeba10de USE_RC_SUBR= openvpn SHEBANG_FILES= sample/sample-scripts/auth-pam.pl \ diff --git a/security/openvpn-devel/distinfo b/security/openvpn-devel/distinfo index 496559990a5d..d9cc4a7e963d 100644 --- a/security/openvpn-devel/distinfo +++ b/security/openvpn-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758791563 -SHA256 (openvpn-openvpn-0fb5a00549be6b065f9a4d61940ee06786d9fa61_GL0.tar.gz) = c9502407a96db677c9ea2665821a1f16042ed9853ce46c51db3e5064800a9a47 -SIZE (openvpn-openvpn-0fb5a00549be6b065f9a4d61940ee06786d9fa61_GL0.tar.gz) = 1338386 +TIMESTAMP = 1761983634 +SHA256 (openvpn-openvpn-4281449ba4db2de57375aa7087ef5920aeba10de_GL0.tar.gz) = 2e50b77994c1e589f86d772bd5f4a5d2e2f999b614e268b73c4672153e3028ae +SIZE (openvpn-openvpn-4281449ba4db2de57375aa7087ef5920aeba10de_GL0.tar.gz) = 1343555 diff --git a/security/p5-Crypt-URandom-Token/Makefile b/security/p5-Crypt-URandom-Token/Makefile new file mode 100644 index 000000000000..ec15e49d0d88 --- /dev/null +++ b/security/p5-Crypt-URandom-Token/Makefile @@ -0,0 +1,26 @@ +PORTNAME= Crypt-URandom-Token +PORTVERSION= 0.005 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR=CPAN:STIGTSP +PKGNAMEPREFIX= p5- + +MAINTAINER= bokutin@bokut.in +COMMENT= Generate secure strings for passwords, secrets and similar +WWW= https://metacpan.org/dist/Crypt-URandom-Token + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +RUN_DEPENDS= p5-Crypt-URandom>=0.40:security/p5-Crypt-URandom +TEST_DEPENDS= p5-Test-Exception>=0.43:devel/p5-Test-Exception + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +PLIST_FILES= ${SITE_PERL}/Crypt/URandom/Token.pm \ + ${SITE_MAN3_REL}/Crypt::URandom::Token.3.gz + +.include <bsd.port.mk> diff --git a/security/p5-Crypt-URandom-Token/distinfo b/security/p5-Crypt-URandom-Token/distinfo new file mode 100644 index 000000000000..5f43d497949c --- /dev/null +++ b/security/p5-Crypt-URandom-Token/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1761480470 +SHA256 (Crypt-URandom-Token-0.005.tar.gz) = dce18ea8c920985e887dd41d98c96c285a17470321aabc4a7571c71081e3d679 +SIZE (Crypt-URandom-Token-0.005.tar.gz) = 12939 diff --git a/security/p5-Crypt-URandom-Token/pkg-descr b/security/p5-Crypt-URandom-Token/pkg-descr new file mode 100644 index 000000000000..70ead14f3af6 --- /dev/null +++ b/security/p5-Crypt-URandom-Token/pkg-descr @@ -0,0 +1,3 @@ +This module provides a secure way to generate a random token +for passwords and similar using Crypt::URandom +as the source of random bits. diff --git a/security/plasma6-kscreenlocker/distinfo b/security/plasma6-kscreenlocker/distinfo index 7d1cd97476ae..75253affe8b0 100644 --- a/security/plasma6-kscreenlocker/distinfo +++ b/security/plasma6-kscreenlocker/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499239 -SHA256 (KDE/plasma/6.4.5/kscreenlocker-6.4.5.tar.xz) = fac4f9d53d63cb9b06e90feb82c28f471971d15defd4a068bb1e7d2886b7090d -SIZE (KDE/plasma/6.4.5/kscreenlocker-6.4.5.tar.xz) = 187560 +TIMESTAMP = 1761168007 +SHA256 (KDE/plasma/6.5.0/kscreenlocker-6.5.0.tar.xz) = 0ec47d4a33e47c86e09e9b08ae76915df65afa80d28c89b54e2bfb97ad2ec32b +SIZE (KDE/plasma/6.5.0/kscreenlocker-6.5.0.tar.xz) = 186764 diff --git a/security/plasma6-ksshaskpass/Makefile b/security/plasma6-ksshaskpass/Makefile index f276cb99a642..51333c84b25e 100644 --- a/security/plasma6-ksshaskpass/Makefile +++ b/security/plasma6-ksshaskpass/Makefile @@ -7,7 +7,7 @@ COMMENT= ssh-add helper that uses KWallet and KPasswordDialog USES= cmake gettext gl kde:6 qt:6 tar:xz USE_KDE= coreaddons i18n wallet widgetsaddons \ - ecm:build + doctools:build ecm:build USE_QT= base USE_GL= gl opengl diff --git a/security/plasma6-ksshaskpass/distinfo b/security/plasma6-ksshaskpass/distinfo index fdbbdb4bb8b5..0a8ec856c812 100644 --- a/security/plasma6-ksshaskpass/distinfo +++ b/security/plasma6-ksshaskpass/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499239 -SHA256 (KDE/plasma/6.4.5/ksshaskpass-6.4.5.tar.xz) = 5b2da11937079c61919755c3d55ff9bfc5bf97ed1dbf080b43c0c2af50e354da -SIZE (KDE/plasma/6.4.5/ksshaskpass-6.4.5.tar.xz) = 31120 +TIMESTAMP = 1761168007 +SHA256 (KDE/plasma/6.5.0/ksshaskpass-6.5.0.tar.xz) = 3169b8acbf871d2bc661654058d8e3ce12d12513fd21ddd8f08ac3f604feda49 +SIZE (KDE/plasma/6.5.0/ksshaskpass-6.5.0.tar.xz) = 30844 diff --git a/security/plasma6-ksshaskpass/pkg-plist b/security/plasma6-ksshaskpass/pkg-plist index 685154236909..8f72b00dbbfe 100644 --- a/security/plasma6-ksshaskpass/pkg-plist +++ b/security/plasma6-ksshaskpass/pkg-plist @@ -53,3 +53,4 @@ share/locale/uk/LC_MESSAGES/ksshaskpass.mo share/locale/vi/LC_MESSAGES/ksshaskpass.mo share/locale/zh_CN/LC_MESSAGES/ksshaskpass.mo share/locale/zh_TW/LC_MESSAGES/ksshaskpass.mo +share/man/man1/ksshaskpass.1.gz diff --git a/security/plasma6-kwallet-pam/distinfo b/security/plasma6-kwallet-pam/distinfo index c8a46d495814..c2165581d8f6 100644 --- a/security/plasma6-kwallet-pam/distinfo +++ b/security/plasma6-kwallet-pam/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757499240 -SHA256 (KDE/plasma/6.4.5/kwallet-pam-6.4.5.tar.xz) = 8ffbf1cc42de9aa32afc99dcc5dc0482f1967145416f05449b1e727b55b1373e -SIZE (KDE/plasma/6.4.5/kwallet-pam-6.4.5.tar.xz) = 22508 +TIMESTAMP = 1761168008 +SHA256 (KDE/plasma/6.5.0/kwallet-pam-6.5.0.tar.xz) = 336397c69ed7c21b4ad299434324c71ab04ff89e646a075e79399a97adbfdecc +SIZE (KDE/plasma/6.5.0/kwallet-pam-6.5.0.tar.xz) = 22368 diff --git a/security/py-m2crypto/Makefile b/security/py-m2crypto/Makefile index ea09719db6bb..d491c390a9d1 100644 --- a/security/py-m2crypto/Makefile +++ b/security/py-m2crypto/Makefile @@ -1,5 +1,5 @@ PORTNAME= m2crypto -PORTVERSION= 0.46.0 +PORTVERSION= 0.46.2 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,6 +10,7 @@ WWW= https://m2crypto.readthedocs.io/en/latest/ \ https://gitlab.com/m2crypto/m2crypto LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSES/BSD-2-Clause.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0.0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} \ diff --git a/security/py-m2crypto/distinfo b/security/py-m2crypto/distinfo index c0506e020a78..a99a2cc11750 100644 --- a/security/py-m2crypto/distinfo +++ b/security/py-m2crypto/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759774713 -SHA256 (m2crypto-0.46.0.tar.gz) = 5de32576c3bfc84fc2972ba703305dcba35dfb40383273e9552a7e17175dcb72 -SIZE (m2crypto-0.46.0.tar.gz) = 500661 +TIMESTAMP = 1761446744 +SHA256 (m2crypto-0.46.2.tar.gz) = 13c2fa89562f7b8af40cc74b55f490be5e2ab8ccfb739f11c16d3ce6221a61ba +SIZE (m2crypto-0.46.2.tar.gz) = 501816 diff --git a/security/py-netbox-secrets/Makefile b/security/py-netbox-secrets/Makefile index 92c2ded69ea1..fc72644a2aa2 100644 --- a/security/py-netbox-secrets/Makefile +++ b/security/py-netbox-secrets/Makefile @@ -1,5 +1,5 @@ PORTNAME= netbox-secrets -DISTVERSION= 2.4.0 +DISTVERSION= 2.4.1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-netbox-secrets/distinfo b/security/py-netbox-secrets/distinfo index 9a0ce0c21d24..1895e681faf6 100644 --- a/security/py-netbox-secrets/distinfo +++ b/security/py-netbox-secrets/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761216477 -SHA256 (netbox_secrets-2.4.0.tar.gz) = c96a2d332796bf6a9091794e6c1f82623861cf82f2cb36d821bbf8dea839a50e -SIZE (netbox_secrets-2.4.0.tar.gz) = 60954 +TIMESTAMP = 1761586562 +SHA256 (netbox_secrets-2.4.1.tar.gz) = f0efb16ea703a6e6300d222c7186e3e13888b6017804dbd569de1a1de7589c56 +SIZE (netbox_secrets-2.4.1.tar.gz) = 54862 diff --git a/security/py-pyhanko/Makefile b/security/py-pyhanko/Makefile index 33743c627a66..0cd22ee1eb3e 100644 --- a/security/py-pyhanko/Makefile +++ b/security/py-pyhanko/Makefile @@ -1,5 +1,6 @@ PORTNAME= pyhanko PORTVERSION= 0.31.0 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI \ https://github.com/MatthiasValvekens/pyHanko/releases/download/v${PORTVERSION}/ @@ -16,11 +17,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1crypto>=1.5.1:devel/py-asn1crypto@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}click>=8.1.3<8.2.0:devel/py-click@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}defusedxml>=0.7.1<0.8:devel/py-defusedxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyhanko-certvalidator>=0.29.0<0.30:security/py-pyhanko-certvalidator@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml>=5.4.0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyyaml>=6.0:devel/py-pyyaml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}qrcode>=7.3.1:textproc/py-qrcode@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.31.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tzlocal>=4.3:devel/py-tzlocal@${PY_FLAVOR} @@ -29,22 +28,22 @@ USE_PYTHON= autoplist concurrent cryptography pep517 NO_ARCH= yes -OPTIONS_DEFINE= ASYNC_HTTP ETSI IMAGE_SUPPORT OPENTYPE PKCS11 XMP +OPTIONS_DEFINE= ASYNC_HTTP ETSI IMAGE_SUPPORT OPENTYPE PKCS11 QR ASYNC_HTTP_DESC=Asynchronous support ETSI_DESC= European Telecommunications Standards Institute (ETSI) IMAGE_SUPPORT_DESC= Image handling support OPENTYPE_DESC= OpenType/TrueType support PKCS11_DESC= PKCS\#11 support -XMP_DESC= XMP (Extensible Metadata Platform) support +QR_DESC= QR code support ASYNC_HTTP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.9<3.13:www/py-aiohttp@${PY_FLAVOR} -ETSI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xsdata>=24.4<26.0:devel/py-xsdata@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}signxml>=4.2.0:security/py-signxml@${PY_FLAVOR} +ETSI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}signxml>=4.2.0:security/py-signxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}xsdata>=24.4<26.0:devel/py-xsdata@${PY_FLAVOR} \ IMAGE_SUPPORT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=7.2.0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-barcode>=0.15.1<0.15.1_99:graphics/py-python-barcode@${PY_FLAVOR} OPENTYPE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=4.33.3:print/py-fonttools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}uharfbuzz>=0.25.0<0.51.0:print/py-uharfbuzz@${PY_FLAVOR} PKCS11_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-pkcs11>=0.9.0<0.10:security/py-python-pkcs11@${PY_FLAVOR} -XMP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>=0.7.1<0.8:devel/py-defusedxml@${PY_FLAVOR} +QR_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qrcode>=7.3.1:textproc/py-qrcode@${PY_FLAVOR} .include <bsd.port.mk> diff --git a/security/py-python-pkcs11/Makefile b/security/py-python-pkcs11/Makefile index 5773fb9d9102..201365c8a63d 100644 --- a/security/py-python-pkcs11/Makefile +++ b/security/py-python-pkcs11/Makefile @@ -1,5 +1,5 @@ PORTNAME= python-pkcs11 -PORTVERSION= 0.9.0 +PORTVERSION= 0.9.1 CATEGORIES= security python MASTER_SITES= PYPI \ https://github.com/pyauth/python-pkcs11/releases/download/v${PORTVERSION}/ diff --git a/security/py-python-pkcs11/distinfo b/security/py-python-pkcs11/distinfo index 1cc3580ac585..32870fa06902 100644 --- a/security/py-python-pkcs11/distinfo +++ b/security/py-python-pkcs11/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757120822 -SHA256 (python_pkcs11-0.9.0.tar.gz) = 5297de1a30020907af63717003a56d30dcace6fe0022ccaa1d70423f8f836a4d -SIZE (python_pkcs11-0.9.0.tar.gz) = 174604 +TIMESTAMP = 1761446746 +SHA256 (python_pkcs11-0.9.1.tar.gz) = 60701a11455bb1318239e7117a8676fa455f506465c5d638d02e8e2867b772b5 +SIZE (python_pkcs11-0.9.1.tar.gz) = 174623 diff --git a/security/rhonabwy/Makefile b/security/rhonabwy/Makefile deleted file mode 100644 index 0b4c67410b55..000000000000 --- a/security/rhonabwy/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -PORTNAME= rhonabwy -PORTVERSION= 1.1.13 -DISTVERSIONPREFIX= v -CATEGORIES= security - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Javascript Object Signing and Encryption (JOSE) library -WWW= https://babelouest.github.io/rhonabwy/ \ - https://github.com/babelouest/rhonabwy - -LICENSE= LGPL21 -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Upstream repository has been archived on Nov 11, 2024 -EXPIRATION_DATE=2025-10-31 - -BUILD_DEPENDS= jansson>=2.4:devel/jansson \ - orcania>=2.3.3:devel/orcania \ - ulfius>=2.7.15:www/ulfius \ - yder>=1.4.20:devel/yder -LIB_DEPENDS= libcurl.so:ftp/curl \ - libgmp.so:math/gmp \ - libgnutls.so:security/gnutls \ - libjansson.so:devel/jansson \ - libnettle.so:security/nettle \ - liborcania.so:devel/orcania \ - libulfius.so:www/ulfius \ - libyder.so:devel/yder - -USES= cmake pathfix pkgconfig - -CMAKE_OFF= BUILD_DEB \ - BUILD_RHONABWY_DOCUMENTATION \ - BUILD_RHONABWY_TESTING \ - BUILD_RPM \ - BUILD_TGZ -CMAKE_ON= BUILD_RNBYC \ - BUILD_STATIC \ - INSTALL_HEADER \ - SEARCH_ORCANIA_R \ - SEARCH_YDER_R \ - WITH_CURL \ - WITH_ULFIUS - -PLIST_SUB= PORTVERSION=${PORTVERSION} - -USE_GITHUB= yes -GH_ACCOUNT= babelouest - -post-install: - ${INSTALL_DATA} ${INSTALL_WRKSRC}/librhonabwy.a ${STAGEDIR}${PREFIX}/lib/ - -.include <bsd.port.mk> diff --git a/security/rhonabwy/distinfo b/security/rhonabwy/distinfo deleted file mode 100644 index e799b95cd77d..000000000000 --- a/security/rhonabwy/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1700759722 -SHA256 (babelouest-rhonabwy-v1.1.13_GH0.tar.gz) = b23c996d0dff87945e0073c73bb6103c999781eb527da4d62301abb795715af0 -SIZE (babelouest-rhonabwy-v1.1.13_GH0.tar.gz) = 381462 diff --git a/security/rhonabwy/files/patch-CMakeLists.txt b/security/rhonabwy/files/patch-CMakeLists.txt deleted file mode 100644 index 8c0c339955dc..000000000000 --- a/security/rhonabwy/files/patch-CMakeLists.txt +++ /dev/null @@ -1,20 +0,0 @@ ---- CMakeLists.txt.orig 2023-09-16 21:43:59 UTC -+++ CMakeLists.txt -@@ -179,7 +179,7 @@ target_include_directories(rhonabwy - PUBLIC "$<BUILD_INTERFACE:${INC_DIR}>" - PUBLIC "$<BUILD_INTERFACE:${PROJECT_BINARY_DIR}>" - PUBLIC "$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>") --target_link_libraries(rhonabwy PUBLIC ${RHONABWY_LIBS}) -+target_link_libraries(rhonabwy PUBLIC ${RHONABWY_LIBS} -L${CMAKE_INSTALL_PREFIX}/lib -lgmp -lhogweed) - set_target_properties(rhonabwy PROPERTIES - PUBLIC_HEADER "${INC_DIR}/rhonabwy.h;${PROJECT_BINARY_DIR}/rhonabwy-cfg.h" - VERSION "${LIBRARY_VERSION}" -@@ -232,7 +232,7 @@ option(BUILD_RNBYC "Build rnbyc application." ON) - - if (BUILD_RNBYC) - add_executable(rnbyc ${RNBYC_DIR}/rnbyc.c ${INC_DIR}/rhonabwy.h ${PROJECT_BINARY_DIR}/rhonabwy-cfg.h) -- set_target_properties(rnbyc PROPERTIES SKIP_BUILD_RPATH TRUE COMPILE_OPTIONS "-Wextra;-Wconversion") -+ set_target_properties(rnbyc PROPERTIES SKIP_BUILD_RPATH TRUE COMPILE_OPTIONS "-Wextra;-Wconversion;-Wno-sign-conversion;-Wno-unknown-warning-option") - add_dependencies(rnbyc rhonabwy) - target_link_libraries(rnbyc rhonabwy ${RHONABWY_LIBS} Yder::Yder Orcania::Orcania) - install(TARGETS rnbyc RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}) diff --git a/security/rhonabwy/files/patch-cmake-modules-FindNettle.cmake b/security/rhonabwy/files/patch-cmake-modules-FindNettle.cmake deleted file mode 100644 index 33c156878dea..000000000000 --- a/security/rhonabwy/files/patch-cmake-modules-FindNettle.cmake +++ /dev/null @@ -1,20 +0,0 @@ ---- cmake-modules/FindNettle.cmake.orig 2022-07-08 18:30:56 UTC -+++ cmake-modules/FindNettle.cmake -@@ -40,12 +40,16 @@ find_library(NETTLE_LIBRARY - NAMES nettle libnettle - HINTS ${PC_NETTLE_LIBDIR} ${PC_NETTLE_LIBRARY_DIRS}) - -+find_library(HOGWEED_LIBRARY -+ NAMES hogweed libhogweed -+ HINTS ${PC_NETTLE_LIBDIR} ${PC_NETTLE_LIBRARY_DIRS}) -+ - include(FindPackageHandleStandardArgs) - find_package_handle_standard_args(Nettle - REQUIRED_VARS NETTLE_LIBRARY NETTLE_INCLUDE_DIR) - - if (NETTLE_FOUND) -- set(NETTLE_LIBRARIES ${NETTLE_LIBRARY}) -+ set(NETTLE_LIBRARIES ${NETTLE_LIBRARY} ${HOGWEED_LIBRARY}) - set(NETTLE_INCLUDE_DIRS ${NETTLE_INCLUDE_DIR}) - endif () - diff --git a/security/rhonabwy/files/patch-src-misc.c b/security/rhonabwy/files/patch-src-misc.c deleted file mode 100644 index 33a534992c41..000000000000 --- a/security/rhonabwy/files/patch-src-misc.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/misc.c.orig 2023-11-14 16:38:17 UTC -+++ src/misc.c -@@ -195,7 +195,7 @@ int _r_get_http_content(const char * url, int x5u_flag - break; - } - } -- if ((res = curl_easy_perform(curl)) != CURLE_OK) { -+ if ((res = (int) curl_easy_perform(curl)) != CURLE_OK) { - if (res == CURLE_WRITE_ERROR && datum->size > R_MAX_BODY_SIZE) { - y_log_message(Y_LOG_LEVEL_ERROR, "_r_get_http_content - Error remote content exceeded size limit of %zu bytes", R_MAX_BODY_SIZE); - ret = RHN_ERROR_PARAM; diff --git a/security/rhonabwy/pkg-descr b/security/rhonabwy/pkg-descr deleted file mode 100644 index a7ad8e249010..000000000000 --- a/security/rhonabwy/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -Rhonabwy library is made to manage JWK, JWKS, JWS, JWE and JWT according to -their respective RFCs: -- JSON Web Keys (JWK) and JSON Web Keys Set (JWKS) -- JSON Web Signatures (JWS) -- JSON Web Encryption (JWE) -- JSON Web Token (JWT) - -Rhonabwy is based on the following libraries and actively uses them: -- GnuTLS for the cryptographic functions -- Jansson for the JSON manipulation -- Yder for the logs -- Libcurl when it requires to retrieve keys from an URL - -When relevant, a function can accept or return GnuTLS or Jansson data. But if -you're not using those in your application and prefer raw data, you can use the -more agnostic functions. diff --git a/security/rhonabwy/pkg-plist b/security/rhonabwy/pkg-plist deleted file mode 100644 index f673bf0d6b80..000000000000 --- a/security/rhonabwy/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -bin/rnbyc -include/rhonabwy-cfg.h -include/rhonabwy.h -lib/cmake/Rhonabwy/FindGnuTLS.cmake -lib/cmake/Rhonabwy/FindJansson.cmake -lib/cmake/Rhonabwy/FindMHD.cmake -lib/cmake/Rhonabwy/FindNettle.cmake -lib/cmake/Rhonabwy/RhonabwyConfig.cmake -lib/cmake/Rhonabwy/RhonabwyConfigVersion.cmake -lib/cmake/Rhonabwy/RhonabwyTargets-%%CMAKE_BUILD_TYPE%%.cmake -lib/cmake/Rhonabwy/RhonabwyTargets.cmake -lib/librhonabwy.a -lib/librhonabwy.so -lib/librhonabwy.so.1.1 -lib/librhonabwy.so.%%PORTVERSION%% -libdata/pkgconfig/librhonabwy.pc -share/man/man1/rnbyc.1.gz diff --git a/security/rubygem-declarative_policy/Makefile b/security/rubygem-declarative_policy/Makefile index ced7a94eabf2..50fd627b587d 100644 --- a/security/rubygem-declarative_policy/Makefile +++ b/security/rubygem-declarative_policy/Makefile @@ -1,5 +1,5 @@ PORTNAME= declarative_policy -PORTVERSION= 1.1.0 +PORTVERSION= 2.0.1 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-declarative_policy/distinfo b/security/rubygem-declarative_policy/distinfo index 8f815fe91ca9..b0ba09ea11b7 100644 --- a/security/rubygem-declarative_policy/distinfo +++ b/security/rubygem-declarative_policy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1637597706 -SHA256 (rubygem/declarative_policy-1.1.0.gem) = 9af4cf299ade03f2bbf63908f2ce6a117d132fc714c39a128596667fb13331cb -SIZE (rubygem/declarative_policy-1.1.0.gem) = 37376 +TIMESTAMP = 1761392534 +SHA256 (rubygem/declarative_policy-2.0.1.gem) = 5ac5a67fc87edad6ef89b12ff8916520c8d11cb95e16529c259c93ef0ec3e6e8 +SIZE (rubygem/declarative_policy-2.0.1.gem) = 32768 diff --git a/security/rubygem-devise-two-factor-rails70/Makefile b/security/rubygem-devise-two-factor-rails70/Makefile index fc463911a8e5..0c581b9264ae 100644 --- a/security/rubygem-devise-two-factor-rails70/Makefile +++ b/security/rubygem-devise-two-factor-rails70/Makefile @@ -1,5 +1,5 @@ PORTNAME= devise-two-factor -PORTVERSION= 6.1.0 +PORTVERSION= 6.2.0 CATEGORIES= security rubygems MASTER_SITES= RG PKGNAMESUFFIX= -rails70 @@ -11,9 +11,9 @@ WWW= https://github.com/tinfoil/devise-two-factor LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-activesupport70>=7.0<8.1:devel/rubygem-activesupport70 \ +RUN_DEPENDS= rubygem-activesupport70>=7.0<8.2:devel/rubygem-activesupport70 \ rubygem-devise-rails70>=4.0<5:devel/rubygem-devise-rails70 \ - rubygem-railties70>=7.0<8.1:www/rubygem-railties70 \ + rubygem-railties70>=7.0<8.2:www/rubygem-railties70 \ rubygem-rotp>=6.0<7:devel/rubygem-rotp USES= gem diff --git a/security/rubygem-devise-two-factor-rails70/distinfo b/security/rubygem-devise-two-factor-rails70/distinfo index d9232a145287..df7c18245d3a 100644 --- a/security/rubygem-devise-two-factor-rails70/distinfo +++ b/security/rubygem-devise-two-factor-rails70/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731679806 -SHA256 (rubygem/devise-two-factor-6.1.0.gem) = 90389ea00e6eab999f1868311972b6f4c84e6d7d6d1e90990eea8fcaf3372c10 -SIZE (rubygem/devise-two-factor-6.1.0.gem) = 24576 +TIMESTAMP = 1761441127 +SHA256 (rubygem/devise-two-factor-6.2.0.gem) = 8a74f5519dc6fd45438a0b34830f07061f90e69efd4412eefe3d7ee093de40a6 +SIZE (rubygem/devise-two-factor-6.2.0.gem) = 24064 diff --git a/security/rubygem-devise-two-factor/Makefile b/security/rubygem-devise-two-factor/Makefile index 1e8880b65c8d..a502765a7bdd 100644 --- a/security/rubygem-devise-two-factor/Makefile +++ b/security/rubygem-devise-two-factor/Makefile @@ -1,5 +1,5 @@ PORTNAME= devise-two-factor -PORTVERSION= 6.1.0 +PORTVERSION= 6.2.0 CATEGORIES= security rubygems MASTER_SITES= RG @@ -10,9 +10,9 @@ WWW= https://github.com/tinfoil/devise-two-factor LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-activesupport72>=7.0<8.1:devel/rubygem-activesupport72 \ +RUN_DEPENDS= rubygem-activesupport72>=7.0<8.2:devel/rubygem-activesupport72 \ rubygem-devise-rails72>=4.0<5:devel/rubygem-devise-rails72 \ - rubygem-railties72>=7.0<8.1:www/rubygem-railties72 \ + rubygem-railties72>=7.0<8.2:www/rubygem-railties72 \ rubygem-rotp>=6.0<7:devel/rubygem-rotp USES= gem diff --git a/security/rubygem-devise-two-factor/distinfo b/security/rubygem-devise-two-factor/distinfo index 01b79380f2c6..4060a259650a 100644 --- a/security/rubygem-devise-two-factor/distinfo +++ b/security/rubygem-devise-two-factor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731679804 -SHA256 (rubygem/devise-two-factor-6.1.0.gem) = 90389ea00e6eab999f1868311972b6f4c84e6d7d6d1e90990eea8fcaf3372c10 -SIZE (rubygem/devise-two-factor-6.1.0.gem) = 24576 +TIMESTAMP = 1761447704 +SHA256 (rubygem/devise-two-factor-6.2.0.gem) = 8a74f5519dc6fd45438a0b34830f07061f90e69efd4412eefe3d7ee093de40a6 +SIZE (rubygem/devise-two-factor-6.2.0.gem) = 24064 diff --git a/security/rubygem-gitlab-cloud-connector/Makefile b/security/rubygem-gitlab-cloud-connector/Makefile index 43aefd6f1e46..7e469c9d8b3d 100644 --- a/security/rubygem-gitlab-cloud-connector/Makefile +++ b/security/rubygem-gitlab-cloud-connector/Makefile @@ -1,6 +1,5 @@ PORTNAME= gitlab-cloud-connector -PORTVERSION= 1.31.0 -PORTREVISION= 1 +PORTVERSION= 1.32.0 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-gitlab-cloud-connector/distinfo b/security/rubygem-gitlab-cloud-connector/distinfo index b78319ef695e..0b44cae299c9 100644 --- a/security/rubygem-gitlab-cloud-connector/distinfo +++ b/security/rubygem-gitlab-cloud-connector/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1756619785 -SHA256 (rubygem/gitlab-cloud-connector-1.31.0.gem) = 9eca91864372b2e634ace0ba868a8341b2a822f736c42729d866694ed7f38d25 -SIZE (rubygem/gitlab-cloud-connector-1.31.0.gem) = 19968 +TIMESTAMP = 1761395855 +SHA256 (rubygem/gitlab-cloud-connector-1.32.0.gem) = d70f64ce74873a79fc26d6de7270536004644ed01ba25cbc048c9a6811733341 +SIZE (rubygem/gitlab-cloud-connector-1.32.0.gem) = 19968 diff --git a/security/rubygem-gitlab-secret_detection/Makefile b/security/rubygem-gitlab-secret_detection/Makefile index 6296865d0945..f73f4c401165 100644 --- a/security/rubygem-gitlab-secret_detection/Makefile +++ b/security/rubygem-gitlab-secret_detection/Makefile @@ -1,5 +1,5 @@ PORTNAME= gitlab-secret_detection -PORTVERSION= 0.33.0 +PORTVERSION= 0.33.3 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-gitlab-secret_detection/distinfo b/security/rubygem-gitlab-secret_detection/distinfo index b445544e4da4..81e6ef160c3b 100644 --- a/security/rubygem-gitlab-secret_detection/distinfo +++ b/security/rubygem-gitlab-secret_detection/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752208844 -SHA256 (rubygem/gitlab-secret_detection-0.33.0.gem) = ceb6ea9e1633796f52754d21f6538e652e6a21eda7c56b4aefd70b800e25ba91 -SIZE (rubygem/gitlab-secret_detection-0.33.0.gem) = 40960 +TIMESTAMP = 1761395918 +SHA256 (rubygem/gitlab-secret_detection-0.33.3.gem) = c8e15454683a5c51c6221972094472094e11a3c690f91943e1f827332e72fc40 +SIZE (rubygem/gitlab-secret_detection-0.33.3.gem) = 40960 diff --git a/security/rubygem-googleauth-gitlab/Makefile b/security/rubygem-googleauth-gitlab/Makefile index a574ba1de414..802b1986381e 100644 --- a/security/rubygem-googleauth-gitlab/Makefile +++ b/security/rubygem-googleauth-gitlab/Makefile @@ -1,6 +1,6 @@ PORTNAME= googleauth PORTVERSION= 1.14.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security rubygems MASTER_SITES= RG PKGNAMESUFFIX= -gitlab @@ -16,7 +16,7 @@ RUN_DEPENDS= rubygem-faraday-gitlab>=1.0<3.0:www/rubygem-faraday-gitlab \ rubygem-google-cloud-env-gitlab>=2.2<3:net/rubygem-google-cloud-env-gitlab \ rubygem-google-logging-utils>=0.1<1:devel/rubygem-google-logging-utils \ rubygem-jwt2>=1.4<3.0:www/rubygem-jwt2 \ - rubygem-multi_json>=1.11<2:devel/rubygem-multi_json \ + rubygem-multi_json-gitlab>=1.11<2:devel/rubygem-multi_json-gitlab \ rubygem-os>=0.9<2.0:devel/rubygem-os \ rubygem-signet-gitlab>=0.16<2:security/rubygem-signet-gitlab diff --git a/security/rubygem-googleauth/Makefile b/security/rubygem-googleauth/Makefile index 18d976267d44..8a54e6ff35c0 100644 --- a/security/rubygem-googleauth/Makefile +++ b/security/rubygem-googleauth/Makefile @@ -1,5 +1,5 @@ PORTNAME= googleauth -PORTVERSION= 1.15.0 +PORTVERSION= 1.15.1 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-googleauth/distinfo b/security/rubygem-googleauth/distinfo index 6b4e5fcfa88d..f2fcdee387fa 100644 --- a/security/rubygem-googleauth/distinfo +++ b/security/rubygem-googleauth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757121852 -SHA256 (rubygem/googleauth-1.15.0.gem) = 122ae61813805a1cfdf225638f33d354ca6078be17e9712669667226a7243bcf -SIZE (rubygem/googleauth-1.15.0.gem) = 70144 +TIMESTAMP = 1761447706 +SHA256 (rubygem/googleauth-1.15.1.gem) = d61960893d0d573601d94a38889613b991f40a59ab755b5beed87bf2c3d3cb24 +SIZE (rubygem/googleauth-1.15.1.gem) = 71168 diff --git a/security/rubygem-signet-gitlab/Makefile b/security/rubygem-signet-gitlab/Makefile index d0f7b9ffea03..4a327c3f217a 100644 --- a/security/rubygem-signet-gitlab/Makefile +++ b/security/rubygem-signet-gitlab/Makefile @@ -1,6 +1,6 @@ PORTNAME= signet PORTVERSION= 0.19.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security rubygems MASTER_SITES= RG PKGNAMESUFFIX= -gitlab @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-addressable>=2.8<3:www/rubygem-addressable \ rubygem-faraday-gitlab>=0.17.5<3.0:www/rubygem-faraday-gitlab \ rubygem-jwt2>=1.5<3.0:www/rubygem-jwt2 \ - rubygem-multi_json>=1.10<2:devel/rubygem-multi_json + rubygem-multi_json-gitlab>=1.10<2:devel/rubygem-multi_json-gitlab USES= gem diff --git a/security/s2n-tls/Makefile b/security/s2n-tls/Makefile index 3c50c88c801e..55e373ae3c40 100644 --- a/security/s2n-tls/Makefile +++ b/security/s2n-tls/Makefile @@ -1,6 +1,6 @@ PORTNAME= s2n-tls DISTVERSIONPREFIX= v -DISTVERSION= 1.5.27 +DISTVERSION= 1.6.0 PORTEPOCH= 1 CATEGORIES= security diff --git a/security/s2n-tls/distinfo b/security/s2n-tls/distinfo index c044a699e151..965722ca5c04 100644 --- a/security/s2n-tls/distinfo +++ b/security/s2n-tls/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758913284 -SHA256 (aws-s2n-tls-v1.5.27_GH0.tar.gz) = 95d6e5ada2d66108653e91de3ceea800987fde9eb190ef219034ab4fd06b114c -SIZE (aws-s2n-tls-v1.5.27_GH0.tar.gz) = 5086878 +TIMESTAMP = 1761857049 +SHA256 (aws-s2n-tls-v1.6.0_GH0.tar.gz) = 25f1f14092438d0919d60c4357990e1d2b734e3ffa9d8ecd86590abfd9407b00 +SIZE (aws-s2n-tls-v1.6.0_GH0.tar.gz) = 5108926 diff --git a/security/strongswan/Makefile b/security/strongswan/Makefile index 1eb1f164081d..26d062afa975 100644 --- a/security/strongswan/Makefile +++ b/security/strongswan/Makefile @@ -1,5 +1,5 @@ PORTNAME= strongswan -DISTVERSION= 6.0.1 +DISTVERSION= 6.0.3 CATEGORIES= security net-vpn MASTER_SITES= https://download.strongswan.org/ \ https://download2.strongswan.org/ diff --git a/security/strongswan/distinfo b/security/strongswan/distinfo index 6596d8ab97bf..06785a450f68 100644 --- a/security/strongswan/distinfo +++ b/security/strongswan/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747651788 -SHA256 (strongswan-6.0.1.tar.bz2) = 212368cbc674fed31f3292210303fff06da8b90acad2d1387375ed855e6879c4 -SIZE (strongswan-6.0.1.tar.bz2) = 4844260 +TIMESTAMP = 1761585449 +SHA256 (strongswan-6.0.3.tar.bz2) = 288f2111f5c9f6ec85fc08fa835bf39232f5c4044969bb4de7b4335163b1efa9 +SIZE (strongswan-6.0.3.tar.bz2) = 4877482 diff --git a/security/sudo/Makefile b/security/sudo/Makefile index cfbabb3824dc..42f7edd8e824 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,5 +1,6 @@ PORTNAME= sudo PORTVERSION= 1.9.17p2 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SUDO @@ -90,7 +91,8 @@ SSL_CONFIGURE_ON= --enable-openssl=${OPENSSLBASE} .if ${FLAVOR:U} == sssd RUN_DEPENDS+= sssd:security/sssd2 -CONFIGURE_ARGS+= --with-sssd +CONFIGURE_ARGS+= --with-sssd \ + --with-sssd-conf=${LOCALBASE}/etc/sssd/sssd.conf .endif LOGFAC?= authpriv diff --git a/security/tailscale/Makefile b/security/tailscale/Makefile index f19130ab9ea9..7372ac570c8e 100644 --- a/security/tailscale/Makefile +++ b/security/tailscale/Makefile @@ -1,5 +1,5 @@ PORTNAME= tailscale -PORTVERSION= 1.90.1 +PORTVERSION= 1.90.6 DISTVERSIONPREFIX= v CATEGORIES= security net-vpn diff --git a/security/tailscale/distinfo b/security/tailscale/distinfo index 9b217165af3c..c9e271c5cd16 100644 --- a/security/tailscale/distinfo +++ b/security/tailscale/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1761250621 -SHA256 (go/security_tailscale/tailscale-v1.90.1/v1.90.1.mod) = 4bc0ddf181d783cabe4d3374d72fe97a01e38e5b308d36099b60e9f62ca245ad -SIZE (go/security_tailscale/tailscale-v1.90.1/v1.90.1.mod) = 21280 -SHA256 (go/security_tailscale/tailscale-v1.90.1/v1.90.1.zip) = ac94677195ca036bdf3071276c3e32a05cdc5b0ad27e915d1db327c39a5d820d -SIZE (go/security_tailscale/tailscale-v1.90.1/v1.90.1.zip) = 5475544 +TIMESTAMP = 1762001954 +SHA256 (go/security_tailscale/tailscale-v1.90.6/v1.90.6.mod) = 1e67b00bb7b9c83eeeec6e0ad87185f86f56ce4382aae3446233a865ba0b1337 +SIZE (go/security_tailscale/tailscale-v1.90.6/v1.90.6.mod) = 21280 +SHA256 (go/security_tailscale/tailscale-v1.90.6/v1.90.6.zip) = 5e0f7fb4aa929151a5f618dfc8e8d7a70c069ec38a402f560b64f0ad710aa92b +SIZE (go/security_tailscale/tailscale-v1.90.6/v1.90.6.zip) = 5477928 diff --git a/security/tor/Makefile b/security/tor/Makefile index 71c0739b9d7e..4e24069aaaa6 100644 --- a/security/tor/Makefile +++ b/security/tor/Makefile @@ -1,5 +1,5 @@ PORTNAME= tor -DISTVERSION= 0.4.8.18 +DISTVERSION= 0.4.8.19 CATEGORIES= security net MASTER_SITES= TOR diff --git a/security/tor/distinfo b/security/tor/distinfo index e2b90116d8a5..b14cb105ac67 100644 --- a/security/tor/distinfo +++ b/security/tor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758361788 -SHA256 (tor-0.4.8.18.tar.gz) = 4aea6c109d4eff4ea2bafb905a7e6b0a965d14fe856214b02fcd9046b4d93af8 -SIZE (tor-0.4.8.18.tar.gz) = 10139317 +TIMESTAMP = 1761664056 +SHA256 (tor-0.4.8.19.tar.gz) = 3cb649a1d33ba6a65f109d224534e93aaf0a6de84a5b1cb4b054bfa06bb74f5a +SIZE (tor-0.4.8.19.tar.gz) = 10160196 diff --git a/security/vault/Makefile b/security/vault/Makefile index 70a7c7f51c21..60d0208846b0 100644 --- a/security/vault/Makefile +++ b/security/vault/Makefile @@ -1,7 +1,6 @@ PORTNAME= vault DISTVERSIONPREFIX= v -DISTVERSION= 1.20.3 -PORTREVISION= 2 +DISTVERSION= 1.21.0 CATEGORIES= security MASTER_SITES= https://raw.githubusercontent.com/hashicorp/vault/${DISTVERSIONFULL}/ \ LOCAL/bofh/security/${PORTNAME}/:web_ui @@ -47,7 +46,7 @@ GROUPS= vault PLIST_FILES= bin/${PORTNAME} -GITID= 7665ff29d77e5cb3ea9ddbeaed49ee312e53c6b8 +GITID= 818ca8b3575ea937ca48b640baf35e1b2ede1833 .include <bsd.port.pre.mk> diff --git a/security/vault/distinfo b/security/vault/distinfo index c8a637c2add4..eb54c2e4aeca 100644 --- a/security/vault/distinfo +++ b/security/vault/distinfo @@ -1,17 +1,17 @@ -TIMESTAMP = 1756981575 -SHA256 (go/security_vault/hashicorp-vault-v1.20.3_GH0/go.mod) = 7113bb21f1f4e49f214b327ab6bf38e61c7a1d6a90945d800af5c95adfe35ef4 -SIZE (go/security_vault/hashicorp-vault-v1.20.3_GH0/go.mod) = 30603 -SHA256 (go/security_vault/hashicorp-vault-v1.20.3_GH0/api/go.mod) = c0d25838a7b72c0a5450c0c346e22eea9d24074c637f99e13941fd74980330e5 -SIZE (go/security_vault/hashicorp-vault-v1.20.3_GH0/api/go.mod) = 1659 -SHA256 (go/security_vault/hashicorp-vault-v1.20.3_GH0/api/auth/approle/go.mod) = 94d14c8d7b0e143e5cda121829d639935bcd5bab9cc4961ca4ac432ec675a5b9 -SIZE (go/security_vault/hashicorp-vault-v1.20.3_GH0/api/auth/approle/go.mod) = 1065 -SHA256 (go/security_vault/hashicorp-vault-v1.20.3_GH0/api/auth/kubernetes/go.mod) = bb4af50f74cdf95fd886651b1911dff90e118c62270497102ce144f5c76c9b1d -SIZE (go/security_vault/hashicorp-vault-v1.20.3_GH0/api/auth/kubernetes/go.mod) = 1068 -SHA256 (go/security_vault/hashicorp-vault-v1.20.3_GH0/api/auth/userpass/go.mod) = e92fff72dd8294c27b29ba8fc653d28edf322d8f59d98258ea87691dd5777b56 -SIZE (go/security_vault/hashicorp-vault-v1.20.3_GH0/api/auth/userpass/go.mod) = 1066 -SHA256 (go/security_vault/hashicorp-vault-v1.20.3_GH0/sdk/go.mod) = aa3fe5aee6ec08608f8f97f1238b1a132bb89973069985e0ae24d9e492b2df7c -SIZE (go/security_vault/hashicorp-vault-v1.20.3_GH0/sdk/go.mod) = 6786 -SHA256 (go/security_vault/hashicorp-vault-v1.20.3_GH0/vault-web_ui-1.20.3.tar.gz) = 4131d8f602bce1ced7275ea2925e18ccd202d03a0fcc69e3f338fafcbaeb22d8 -SIZE (go/security_vault/hashicorp-vault-v1.20.3_GH0/vault-web_ui-1.20.3.tar.gz) = 3513752 -SHA256 (go/security_vault/hashicorp-vault-v1.20.3_GH0/hashicorp-vault-v1.20.3_GH0.tar.gz) = 024dbc999b4149551da398355008d29827459e52f4379a129eb20c5284647050 -SIZE (go/security_vault/hashicorp-vault-v1.20.3_GH0/hashicorp-vault-v1.20.3_GH0.tar.gz) = 41634047 +TIMESTAMP = 1761995742 +SHA256 (go/security_vault/hashicorp-vault-v1.21.0_GH0/go.mod) = 11ffcb90371dfc1b02473b6311421c44f77e8f93f6072609e81e8cdc35b11c52 +SIZE (go/security_vault/hashicorp-vault-v1.21.0_GH0/go.mod) = 30903 +SHA256 (go/security_vault/hashicorp-vault-v1.21.0_GH0/api/go.mod) = c0d25838a7b72c0a5450c0c346e22eea9d24074c637f99e13941fd74980330e5 +SIZE (go/security_vault/hashicorp-vault-v1.21.0_GH0/api/go.mod) = 1659 +SHA256 (go/security_vault/hashicorp-vault-v1.21.0_GH0/api/auth/approle/go.mod) = 1217783c92a7ffc023a1db2a818c9f4072b455cab55c21e8d1b6e724b2303055 +SIZE (go/security_vault/hashicorp-vault-v1.21.0_GH0/api/auth/approle/go.mod) = 1065 +SHA256 (go/security_vault/hashicorp-vault-v1.21.0_GH0/api/auth/kubernetes/go.mod) = 1f226b69f64b3e5dae3f1a5c8ee282927f5c41354939b5db02b04ce792da7d20 +SIZE (go/security_vault/hashicorp-vault-v1.21.0_GH0/api/auth/kubernetes/go.mod) = 1068 +SHA256 (go/security_vault/hashicorp-vault-v1.21.0_GH0/api/auth/userpass/go.mod) = 8812ea629a7c014adafb6ac7bf4b569a0c2d119c7a0f66f649cfb7bceae8625b +SIZE (go/security_vault/hashicorp-vault-v1.21.0_GH0/api/auth/userpass/go.mod) = 1066 +SHA256 (go/security_vault/hashicorp-vault-v1.21.0_GH0/sdk/go.mod) = 01a6a81f8d8aee7b693f6e0c9755cb082e594f837013f70ccd3fae3beddd15a3 +SIZE (go/security_vault/hashicorp-vault-v1.21.0_GH0/sdk/go.mod) = 6753 +SHA256 (go/security_vault/hashicorp-vault-v1.21.0_GH0/vault-web_ui-1.21.0.tar.gz) = 4034b71d87f5899ab6a21323b4c74b1fb9c248a3fb08836f80dd1bd51edd97d9 +SIZE (go/security_vault/hashicorp-vault-v1.21.0_GH0/vault-web_ui-1.21.0.tar.gz) = 3589747 +SHA256 (go/security_vault/hashicorp-vault-v1.21.0_GH0/hashicorp-vault-v1.21.0_GH0.tar.gz) = 1b89da30b0c2fc749c665acdf5847ee1e4950a525df003311f1290d73a092af5 +SIZE (go/security_vault/hashicorp-vault-v1.21.0_GH0/hashicorp-vault-v1.21.0_GH0.tar.gz) = 8620241 diff --git a/security/vuxml/vuln/2025.xml b/security/vuxml/vuln/2025.xml index a4a5c8a8df0c..033747a96dd5 100644 --- a/security/vuxml/vuln/2025.xml +++ b/security/vuxml/vuln/2025.xml @@ -1,3 +1,449 @@ + <vuln vid="77a0f93a-b71e-11f0-8d86-d7789240c8c2"> + <topic>python 3.9 -- end of life, not receiving security support</topic> + <affects> + <package> + <name>python39</name> + <range><ge>3</ge></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <blockquote cite="https://devguide.python.org/versions/"> + <p>Unsupported versions: [...] End of life: 2025-10-31.</p> + </blockquote> + </body> + </description> + <references> + <url>https://devguide.python.org/versions/</url> + </references> + <dates> + <discovery>2020-10-05</discovery> + <entry>2025-11-01</entry> + </dates> + </vuln> + + <vuln vid="c4fb21e4-b579-11f0-871c-6805ca2fa271"> + <topic>powerdns-recursor -- cache pollution</topic> + <affects> + <package> + <name>powerdns_recursor</name> + <range><lt>5.3.0</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>PowerDNS Team reports:</p> + <blockquote cite="https://blog.powerdns.com/powerdns-security-advisory-2025-06-2025-10-22"> + <p>It has been brought to our attention that the Recursor does not + apply strict enough validation of received delegation information. + The malicious delegation information can be sent by an attacker + spoofing packets.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-59023</cvename> + <cvename>CVE-2025-59024</cvename> + <url>https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2025-06.html</url> + </references> + <dates> + <discovery>2025-10-15</discovery> + <entry>2025-10-30</entry> + </dates> + </vuln> + + <vuln vid="7c09fcb7-b5d6-11f0-b3f7-a8a1599412c6"> + <topic>chromium -- multiple security fixes</topic> + <affects> + <package> + <name>chromium</name> + <range><lt>142.0.7444.59</lt></range> + </package> + <package> + <name>ungoogled-chromium</name> + <range><lt>142.0.7444.59</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Chrome Releases reports:</p> + <blockquote cite="https://chromereleases.googleblog.com/2025/10/stable-channel-update-for-desktop_28.html"> + <p>This update includes 20 security fixes:</p> + <ul> + <li>[447613211] High CVE-2025-12428: Type Confusion in V8. Reported by Man Yue Mo of GitHub Security Lab on 2025-09-26</li> + <li>[450618029] High CVE-2025-12429: Inappropriate implementation in V8. Reported by Aorui Zhang on 2025-10-10</li> + <li>[442860743] High CVE-2025-12430: Object lifecycle issue in Media. Reported by round.about on 2025-09-04</li> + <li>[436887350] High CVE-2025-12431: Inappropriate implementation in Extensions. Reported by Alesandro Ortiz on 2025-08-06</li> + <li>[439522866] High CVE-2025-12432: Race in V8. Reported by Google Big Sleep on 2025-08-18</li> + <li>[449760249] High CVE-2025-12433: Inappropriate implementation in V8. Reported by Google Big Sleep on 2025-10-07</li> + <li>[452296415] High CVE-2025-12036: Inappropriate implementation in V8. Reported by Google Big Sleep on 2025-10-15</li> + <li>[337356054] Medium CVE-2025-12434: Race in Storage. Reported by Lijo A.T on 2024-04-27</li> + <li>[446463993] Medium CVE-2025-12435: Incorrect security UI in Omnibox. Reported by Hafiizh on 2025-09-21</li> + <li>[40054742] Medium CVE-2025-12436: Policy bypass in Extensions. Reported by Luan Herrera (@lbherrera_) on 2021-02-08</li> + <li>[446294487] Medium CVE-2025-12437: Use after free in PageInfo. Reported by Umar Farooq on 2025-09-20</li> + <li>[433027577] Medium CVE-2025-12438: Use after free in Ozone. Reported by Wei Yuan of MoyunSec VLab on 2025-07-20</li> + <li>[382234536] Medium CVE-2025-12439: Inappropriate implementation in App-Bound Encryption. Reported by Ari Novick on 2024-12-04</li> + <li>[430555440] Low CVE-2025-12440: Inappropriate implementation in Autofill. Reported by Khalil Zhani on 2025-07-09</li> + <li>[444049512] Medium CVE-2025-12441: Out of bounds read in V8. Reported by Google Big Sleep on 2025-09-10</li> + <li>[452071845] Medium CVE-2025-12443: Out of bounds read in WebXR. Reported by Aisle Research on 2025-10-15</li> + <li>[390571618] Low CVE-2025-12444: Incorrect security UI in Fullscreen UI. Reported by syrf on 2025-01-18</li> + <li>[428397712] Low CVE-2025-12445: Policy bypass in Extensions. Reported by Thomas Greiner on 2025-06-29</li> + <li>[444932667] Low CVE-2025-12446: Incorrect security UI in SplitView. Reported by Hafiizh on 2025-09-14</li> + <li>[442636157] Low CVE-2025-12447: Incorrect security UI in Omnibox. Reported by Khalil Zhani on 2025-09-03</li> + </ul> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-12036</cvename> + <cvename>CVE-2025-12428</cvename> + <cvename>CVE-2025-12429</cvename> + <cvename>CVE-2025-12430</cvename> + <cvename>CVE-2025-12431</cvename> + <cvename>CVE-2025-12432</cvename> + <cvename>CVE-2025-12433</cvename> + <cvename>CVE-2025-12434</cvename> + <cvename>CVE-2025-12435</cvename> + <cvename>CVE-2025-12436</cvename> + <cvename>CVE-2025-12437</cvename> + <cvename>CVE-2025-12438</cvename> + <cvename>CVE-2025-12439</cvename> + <cvename>CVE-2025-12440</cvename> + <cvename>CVE-2025-12441</cvename> + <cvename>CVE-2025-12443</cvename> + <cvename>CVE-2025-12444</cvename> + <cvename>CVE-2025-12445</cvename> + <cvename>CVE-2025-12446</cvename> + <cvename>CVE-2025-12447</cvename> + <url>https://chromereleases.googleblog.com/2025/10/stable-channel-update-for-desktop_28.html</url> + </references> + <dates> + <discovery>2025-10-29</discovery> + <entry>2025-10-30</entry> + </dates> + </vuln> + + <vuln vid="291773e6-b5b2-11f0-8f61-b42e991fc52e"> + <topic>Firefox -- use-after-free in the GPU or browser process</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>144.0.2,2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>https://bugzilla.mozilla.org/show_bug.cgi?id=1993113 reports:</p> + <blockquote cite="https://bugzilla.mozilla.org/show_bug.cgi?id=1993113"> + <p>Starting with Firefox 142, it was possible for a + compromised child process to trigger a use-after-free in the + GPU or browser process using WebGPU-related IPC calls. + This may have been usable to escape the child process + sandbox.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-12380</cvename> + <url>https://cveawg.mitre.org/api/cve/CVE-2025-12380</url> + </references> + <dates> + <discovery>2025-10-28</discovery> + <entry>2025-10-30</entry> + </dates> + </vuln> + + <vuln vid="237f4f57-b50f-11f0-ae9b-b42e991fc52e"> + <topic>Erlang - Absolute Path in Zip Module</topic> + <affects> + <package> + <name>erlang</name> + <range><ge>17.0</ge><lt>26.2.5.13,4</lt></range> + </package> + <package> + <name>erlang-runtime26</name> + <range><lt>26.2.5.13</lt></range> + </package> + <package> + <name>erlang-runtime27</name> + <range><lt>27.3.4.1</lt></range> + </package> + <package> + <name>erlang-runtime28</name> + <range><lt>28.0.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>https://github.com/erlang/otp/security/advisories/GHSA-9g37-pgj9-wrhc reports:</p> + <blockquote cite="https://github.com/erlang/otp/security/advisories/GHSA-9g37-pgj9-wrhc"> + <p>Improper Limitation of a Pathname to a Restricted + Directory ('Path Traversal') vulnerability in Erlang OTP + (stdlib modules) allows Absolute Path Traversal, File Manipulation. + This vulnerability is associated with program files lib/stdlib/src/zip.erl + and program routines zip:unzip/1, zip:unzip/2, zip:extract/1, + zip:extract/2unless the memory option is passed. This issue + affects OTP from OTP 17.0 until OTP28.0.1, OTP27.3.4.1 and + OTP26.2.5.13, corresponding to stdlib from 2.0 until 7.0.1, + 6.2.2.1 and 5.2.3.4.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-4748</cvename> + <url>https://cveawg.mitre.org/api/cve/CVE-2025-4748</url> + </references> + <dates> + <discovery>2025-06-16</discovery> + <entry>2025-10-29</entry> + </dates> + </vuln> + + <vuln vid="55c4e822-b4e4-11f0-8438-001b217e4ee5"> + <topic>ISC KEA -- Invalid characters cause assert</topic> + <affects> + <package> + <name>kea</name> + <range><ge>3.0.1</ge><lt>3.0.2</lt></range> + </package> + <package> + <name>kea-devel</name> + <range><ge>3.1.1</ge><lt>3.1.3</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Internet Systems Consortium, Inc. reports:</p> + <blockquote cite="https://kb.isc.org/docs/cve-2025-11232"> + <p>To trigger the issue, three configuration parameters + must have specific settings: "hostname-char-set" must be + left at the default setting, which is "[^A-Za-z0-9.-]"; + "hostname-char-replacement" must be empty (the default); + and "ddns-qualifying-suffix" must NOT be empty (the default is empty). + DDNS updates do not need to be enabled for this issue to manifest. + A client that sends certain option content would then + cause kea-dhcp4 to exit unexpectedly. + This addresses CVE-2025-11232 [#4142, #4155].</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-11232</cvename> + <url>https://kb.isc.org/docs/cve-2025-11232</url> + </references> + <dates> + <discovery>2025-10-29</discovery> + <entry>2025-10-29</entry> + </dates> + </vuln> + + <vuln vid="c5889223-b4e1-11f0-ae9b-b42e991fc52e"> + <topic>SQLite -- CWE-190 Integer Overflow or Wraparound</topic> + <affects> + <package> + <name>sqlite3</name> + <range><lt>3.50.3,1</lt></range> + </package> + <package> + <name>linux_base-rl9-9.6</name> + <range><le>9.6_1</le></range> + </package> + <package> + <name>linux-c7-sqlite</name> + <range><lt>3.50.3</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>https://github.com/google/security-research/security/advisories/GHSA-v2c8-vqqp-hv3g reports:</p> + <blockquote cite="https://github.com/google/security-research/security/advisories/GHSA-v2c8-vqqp-hv3g"> + <p>An integer overflow exists in the FTS5 https://sqlite.org/fts5.html + extension. It occurs when the size of an array of tombstone + pointers is calculated and truncated into a 32-bit integer. + A pointer to partially controlled data can then be written + out of bounds.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-7709</cvename> + <url>https://cveawg.mitre.org/api/cve/CVE-2025-7709</url> + </references> + <dates> + <discovery>2025-09-08</discovery> + <entry>2025-10-29</entry> + </dates> + </vuln> + + <vuln vid="3116b6f3-b433-11f0-82ac-901b0edee044"> + <topic>py-social-auth-app-django -- Unsafe account association</topic> + <affects> + <package> + <name>py39-social-auth-app-django</name> + <name>py310-social-auth-app-django</name> + <name>py311-social-auth-app-django</name> + <name>py312-social-auth-app-django</name> + <range><lt>5.4.3_1</lt></range> + </package> + <package> + <name>py310-dj51-social-auth-app-django</name> + <name>py311-dj51-social-auth-app-django</name> + <name>py312-dj51-social-auth-app-django</name> + <range><lt>5.6.0</lt></range> + </package> + <package> + <name>py310-dj52-social-auth-app-django</name> + <name>py311-dj52-social-auth-app-django</name> + <name>py312-dj52-social-auth-app-django</name> + <range><lt>5.6.0</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Michal Čihař reports:</p> + <blockquote cite="https://github.com/python-social-auth/social-app-django/security/advisories/GHSA-wv4w-6qv2-qqfg"> + <p>Upon authentication, the user could be associated by e-mail even if the + associate_by_email pipeline was not included. This could lead to account + compromise when a third-party authentication service does not validate + provided e-mail addresses or doesn't require unique e-mail addresses.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-61783</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2025-61783</url> + </references> + <dates> + <discovery>2025-10-09</discovery> + <entry>2025-10-29</entry> + </dates> + </vuln> + + <vuln vid="2cd61f76-b41b-11f0-bf21-b42e991fc52e"> + <topic>SQLite -- Integer Overflow vulnerability</topic> + <affects> + <package> + <name>sqlite3</name> + <range><lt>3.50.1,1</lt></range> + </package> + <package> + <name>linux_base-rl9-9.6</name> + <range><le>9.6_1</le></range> + </package> + <package> + <name>linux-c7-sqlite</name> + <range><lt>3.50.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>http://sqlite3.com reports:</p> + <blockquote cite="http://sqlite3.com"> + <p>Integer Overflow vulnerability in SQLite SQLite3 v.3.50.0 + allows a remote attacker to cause a denial of service via + the setupLookaside function</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-52099</cvename> + <url>https://cveawg.mitre.org/api/cve/CVE-2025-52099</url> + </references> + <dates> + <discovery>2025-10-24</discovery> + <entry>2025-10-28</entry> + </dates> + </vuln> + + <vuln vid="a8dacd4b-b416-11f0-9f23-ecf4bbefc954"> + <topic>privatebin - Missing HTML sanitisation of attached filename in file size hint enabling persistent XSS</topic> + <affects> + <package> + <name>privatebin</name> + <range><lt>2.0.2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>PrivateBin reports:</p> + <blockquote cite="https://privatebin.info/reports/vulnerability-2025-10-28.html"> + <p>We've identified an HTML injection/XSS vulnerability in the PrivateBin + service that allows the injection of arbitrary HTML markup via the attached + filename.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-62796</cvename> + <url>https://www.cve.org/CVERecord?id=CVE-2025-62796</url> + </references> + <dates> + <discovery>2025-10-23</discovery> + <entry>2025-10-28</entry> + </dates> + </vuln> + + <vuln vid="1f1cf967-b35c-11f0-bce7-bc2411002f50"> + <topic>strongSwan -- Heap-based buffer overflow in eap-mschapv2 plugin due to improper handling of failure request packets</topic> + <affects> + <package> + <name>strongswan</name> + <range><ge>4.2.12</ge><lt>6.0.3</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Xu Biang reports:</p> + <blockquote cite="https://www.strongswan.org/blog/2025/10/27/strongswan-vulnerability-(cve-2025-62291).html"> + <p>The eap-mschapv2 plugin doesn't correctly check the length of an EAP-MSCHAPv2 Failure Request packet on the client, + which can cause an integer underflow that leads to a crash and, depending on the compiler options, even a heap-based + buffer overflow that's potentially exploitable for remote code execution. Affected are all strongSwan versions since 4.2.12.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-62291</cvename> + <url>https://www.cve.org/CVERecord?id=CVE-2025-62291</url> + </references> + <dates> + <discovery>2025-10-27</discovery> + <entry>2025-10-27</entry> + </dates> + </vuln> + + <vuln vid="823b4e48-b340-11f0-b3f7-a8a1599412c6"> + <topic>chromium -- security fix</topic> + <affects> + <package> + <name>chromium</name> + <range><lt>141.0.7390.122</lt></range> + </package> + <package> + <name>ungoogled-chromium</name> + <range><lt>141.0.7390.122</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Chrome Releases reports:</p> + <blockquote cite="https://chromereleases.googleblog.com/2025/10/stable-channel-update-for-desktop_21.html"> + <p>This update includes 1 security fix:</p> + <ul> + <li>[452296415] High CVE-2025-12036: Inappropriate implementation in V8. Reported by Google Big Sleep on 2025-10-15</li> + </ul> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-12036</cvename> + <url>https://chromereleases.googleblog.com/2025/10/stable-channel-update-for-desktop_21.html</url> + </references> + <dates> + <discovery>2025-10-21</discovery> + <entry>2025-10-27</entry> + </dates> + </vuln> + <vuln vid="ea1c485f-b025-11f0-bce7-bc2411002f50"> <topic>unbound -- Possible domain hijacking via promiscuous records in the authority section</topic> <affects> @@ -10,7 +456,7 @@ <body xmlns="http://www.w3.org/1999/xhtml"> <p>sep@nlnetlabs.nl reports:</p> <blockquote cite="https://www.nlnetlabs.nl/downloads/unbound/CVE-2025-11411.txt"> - <p>NLnet Labs Unbound up to and including version 1.24.0 is vulnerable + <p>NLnet Labs Unbound up to and including version 1.24.0 is vulnerable to possible domain hijack attacks. Promiscuous NS RRSets that complement positive DNS replies in the authority section can be used to trick resolvers to update their delegation information for @@ -2642,7 +3088,7 @@ <affects> <package> <name>sqlite3</name> - <range><lt>3.49.1</lt></range> + <range><lt>3.49.1,1</lt></range> </package> <package> <name>linux_base-rl9-9.6</name> @@ -3302,7 +3748,7 @@ <affects> <package> <name>sqlite3</name> - <range><lt>3.49.1</lt></range> + <range><lt>3.49.1,1</lt></range> </package> <package> <name>linux-c7-sqlite</name> @@ -3321,7 +3767,7 @@ function. The resulting, truncated integer is then used to allocate a buffer. When SQLite then writes the resulting string to the buffer, it uses the original, untruncated size and thus a wild Heap - Buffer overflow of size ~4GB can be triggered. This can result in + Buffer overflow of size ~4GB can be triggered. This can result in arbitrary code execution.</p> </blockquote> </body> @@ -4445,7 +4891,7 @@ i.e., at least one of the 'send-client-subnet', 'client-subnet-zone' or 'client-subnet-always-forward' options is used. Resolvers supporting ECS need to segregate outgoing - queries to accommodate for different outgoing ECS information. This + queries to accommodate for different outgoing ECS information. This re-opens up resolvers to a birthday paradox attack (Rebirthday Attack) that tries to match the DNS transaction ID in order to cache non-ECS poisonous replies.</p> @@ -6100,7 +6546,7 @@ by ClamAV on an affected device. A successful exploit could allow the attacker to trigger a buffer overflow, likely resulting in the termination of the ClamAV scanning process and a DoS condition on - the affected software. Although unproven, there is also a possibility + the affected software. Although unproven, there is also a possibility that an attacker could leverage the buffer overflow to execute arbitrary code with the privileges of the ClamAV process.</p> </blockquote> @@ -6458,7 +6904,7 @@ <body xmlns="http://www.w3.org/1999/xhtml"> <p>secalert@redhat.com reports:</p> <blockquote cite="https://access.redhat.com/errata/RHSA-2025:4450"> - <p>A flaw was found in Yelp. The Gnome user help application allows + <p>A flaw was found in Yelp. The Gnome user help application allows the help document to execute arbitrary scripts. This vulnerability allows malicious users to input help documents, which may exfiltrate user files to an external environment.</p> @@ -6487,7 +6933,7 @@ <body xmlns="http://www.w3.org/1999/xhtml"> <p>secalert@redhat.com reports:</p> <blockquote cite="https://access.redhat.com/errata/RHSA-2025:4450"> - <p>A flaw was found in Yelp. The Gnome user help application allows + <p>A flaw was found in Yelp. The Gnome user help application allows the help document to execute arbitrary scripts. This vulnerability allows malicious users to input help documents, which may exfiltrate user files to an external environment.</p> @@ -6905,7 +7351,7 @@ <p>zdi-disclosures@trendmicro.com reports:</p> <blockquote cite="https://www.zerodayinitiative.com/advisories/ZDI-25-204/"> <p>GIMP FLI File Parsing Out-Of-Bounds Write Remote Code Execution - Vulnerability. This vulnerability allows remote attackers to execute + Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of GIMP. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. @@ -6940,7 +7386,7 @@ <p>zdi-disclosures@trendmicro.com reports:</p> <blockquote cite="https://www.zerodayinitiative.com/advisories/ZDI-25-203/"> <p>GIMP XWD File Parsing Integer Overflow Remote Code Execution - Vulnerability. This vulnerability allows remote attackers to execute + Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of GIMP. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. @@ -7111,7 +7557,7 @@ <li>[417169470] High CVE-2025-5280: Out of bounds write in V8. Reported by [pwn2car] on 2025-05-12</li> <li>[40058068] Medium CVE-2025-5064: Inappropriate implementation in Background Fetch API. Reported by Maurice Dauer on 2021-11-29</li> <li>[40059071] Medium CVE-2025-5065: Inappropriate implementation in FileSystemAccess API. Reported by NDevTK on 2022-03-11</li> - <li>[356658477] Medium CVE-2025-5066: Inappropriate implementation in Messages. Reported by Mohit Raj (shadow2639) on 2024-07-31</li> + <li>[356658477] Medium CVE-2025-5066: Inappropriate implementation in Messages. Reported by Mohit Raj (shadow2639) on 2024-07-31</li> <li>[417215501] Medium CVE-2025-5281: Inappropriate implementation in BFCache. Reported by Jesper van den Ende (Pelican Party Studios) on 2025-05-12</li> <li>[419467315] Medium CVE-2025-5283: Use after free in libvpx. Reported by Mozilla on 2025-05-22</li> <li>[40075024] Low CVE-2025-5067: Inappropriate implementation in Tab Strip. Reported by Khalil Zhani on 2023-10-17</li> @@ -7342,7 +7788,7 @@ special case (in stable released versions): when the payload's content type is `application/json`, and there is at least one rule which does a `sanitiseMatchedBytes` action. A patch is available - at pull request 3389 and expected to be part of version 2.9.9. No + at pull request 3389 and expected to be part of version 2.9.9. No known workarounds are available.</p> </blockquote> </body> @@ -7595,7 +8041,7 @@ <p>A cross-site scripting (XSS) vulnerability exists in Grafana caused by combining a client path traversal and open redirect. This allows attackers to redirect users to a website that hosts a frontend - plugin that will execute arbitrary JavaScript. This vulnerability + plugin that will execute arbitrary JavaScript. This vulnerability does not require editor permissions and if anonymous access is enabled, the XSS will work. If the Grafana Image Renderer plugin is installed, it is possible to exploit the open redirect to achieve @@ -7644,7 +8090,7 @@ `bytes.decode("unicode_escape", error="ignore|replace")`. If you are not using the "unicode_escape" encoding or an error handler your - usage is not affected. To work-around this issue you may stop + usage is not affected. To work-around this issue you may stop using the error= handler and instead wrap the bytes.decode() call in a try-except catching the DecodeError.</p> </blockquote> @@ -10018,7 +10464,7 @@ <p>cna@mongodb.com reports:</p> <blockquote cite="https://jira.mongodb.org/browse/SERVER-103153"> <p>When run on commands with certain arguments set, explain may fail - to validate these arguments before using them. This can lead to + to validate these arguments before using them. This can lead to crashes in router servers. This affects MongoDB Server v5.0 prior to 5.0.31, MongoDB Server v6.0 prior to 6.0.20, MongoDB Server v7.0 prior to 7.0.16 and MongoDB Server v8.0 prior to 8.0.4</p> @@ -10171,8 +10617,8 @@ responds out of order when `CLIENT SETINFO` times out during connection establishment. This can happen when the client is configured to transmit its identity, there are network connectivity - issues, or the client was configured with aggressive timeouts. The - problem occurs for multiple use cases. For sticky connections, you + issues, or the client was configured with aggressive timeouts. The + problem occurs for multiple use cases. For sticky connections, you receive persistent out-of-order responses for the lifetime of the connection. All commands in the pipeline receive incorrect responses. When used with the default ConnPool once a connection is returned @@ -10189,7 +10635,7 @@ Authorization header consists of Bearer followed by many period characters, a call to that function incurs allocations to the tune of O(n) bytes (where n stands for the length of the function's - argument), with a constant factor of about 16. This issue is fixed + argument), with a constant factor of about 16. This issue is fixed in 5.2.2 and 4.5.2.</p> </blockquote> </body> @@ -10238,12 +10684,12 @@ <blockquote cite="https://bugzilla.mozilla.org/show_bug.cgi?id=1945392"> <p>An inconsistent comparator in xslt/txNodeSorter could have resulted in potentially exploitable out-of-bounds access. Only affected - version 122 and later. This vulnerability affects Firefox < + version 122 and later. This vulnerability affects Firefox < 136, Firefox ESR < 128.8, Thunderbird < 136, and Thunderbird < 128.8.</p> <p>Under certain circumstances, a user opt-in setting that Focus should require authentication before use could have been be bypassed - (distinct from CVE-2025-0245). This vulnerability affects Firefox + (distinct from CVE-2025-0245). This vulnerability affects Firefox < 136.</p> <p>When String.toUpperCase() caused a string to get longer it was possible for uninitialized memory to be incorporated into the result @@ -10844,7 +11290,7 @@ <p>LibreOffice supports Office URI Schemes to enable browser integration of LibreOffice with MS SharePoint server. An additional scheme 'vnd.libreoffice.command' specific to LibreOffice was - added. In the affected versions of LibreOffice a link in a browser + added. In the affected versions of LibreOffice a link in a browser using that scheme could be constructed with an embedded inner URL that when passed to LibreOffice could call internal macros with arbitrary arguments. This issue affects LibreOffice: from 24.8 @@ -10999,13 +11445,13 @@ <body xmlns="http://www.w3.org/1999/xhtml"> <p>security-advisories@github.com reports:</p> <blockquote cite="https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"> - <p>Jinja is an extensible templating engine. Prior to 3.1.6, an + <p>Jinja is an extensible templating engine. Prior to 3.1.6, an oversight in how the Jinja sandboxed environment interacts with the |attr filter allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using - Jinja. This vulnerability impacts users of applications which + Jinja. This vulnerability impacts users of applications which execute untrusted templates. Jinja's sandbox does catch calls to str.format and ensures they don't escape the sandbox. However, it's possible to use the |attr filter to get a reference @@ -11235,9 +11681,9 @@ <blockquote cite="https://github.com/spotipy-dev/spotipy/blob/master/spotipy/cache_handler.py#L93-L98"> <p>Spotipy is a lightweight Python library for the Spotify Web API. The `CacheHandler` class creates a cache file to store the auth - token. Prior to version 2.25.1, the file created has `rw-r--r--` + token. Prior to version 2.25.1, the file created has `rw-r--r--` (644) permissions by default, when it could be locked down to - `rw-------` (600) permissions. This leads to overly broad exposure + `rw-------` (600) permissions. This leads to overly broad exposure of the spotify auth token. If this token can be read by an attacker (another user on the machine, or a process running as another user), it can be used to perform administrative actions on the Spotify @@ -12088,7 +12534,7 @@ opened in normal browsing windows. This could have resulted in a potential privacy leak.</p> <p>Certificate length was not properly checked when added to a certificate - store. In practice only trusted data was processed.</p> + store. In practice only trusted data was processed.</p> <p>Memory safety bugs present in Firefox 134, Thunderbird 134, Firefox ESR 128.6, and Thunderbird 128.6. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some @@ -12178,7 +12624,7 @@ use-after-free.</p> <p>Memory safety bugs present in Firefox 134, Thunderbird 134, Firefox ESR 115.19, Firefox ESR 128.6, Thunderbird 115.19, and Thunderbird - 128.6. Some of these bugs showed evidence of memory corruption and + 128.6. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code.</p> </blockquote> @@ -12289,7 +12735,7 @@ <li>CVE-2018-20547: Illegal READ memory access at caca/dither.c</li> <li>CVE-2018-20548: Illegal WRITE memory access at common-image.c</li> <li>CVE-2018-20549: Illegal WRITE memory access at caca/file.c</li> - <li>CVE-2021-3410: Buffer overflow in libcaca/caca/canvas.c in function caca_resize</li> + <li>CVE-2021-3410: Buffer overflow in libcaca/caca/canvas.c in function caca_resize</li> <li>CVE-2021-30498: Heap buffer overflow in export.c in function export_tga</li> <li>CVE-2021-30499: Buffer overflow in export.c in function export_troff</li> </ul> @@ -12577,7 +13023,7 @@ can be made to panic by mounting and accessing the export with an NFS client. Further exploitation (e.g., bypassing file permission checking or remote kernel code execution) is potentially possible, - though this has not been demonstrated. In particular, release + though this has not been demonstrated. In particular, release kernels are compiled with stack protection enabled, and some instances of the overflow are caught by this mechanism, causing a panic.</p> </body> diff --git a/security/wolfssh/Makefile b/security/wolfssh/Makefile index 5fe76292c009..f15836f65721 100644 --- a/security/wolfssh/Makefile +++ b/security/wolfssh/Makefile @@ -1,5 +1,5 @@ PORTNAME= wolfssh -PORTVERSION= 1.4.20 +PORTVERSION= 1.4.21 CATEGORIES= security MASTER_SITES= https://www.wolfssl.com/ diff --git a/security/wolfssh/distinfo b/security/wolfssh/distinfo index 7cc0f2f2f0e4..d77aef2b0faa 100644 --- a/security/wolfssh/distinfo +++ b/security/wolfssh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740836038 -SHA256 (wolfssh-1.4.20.tar.gz) = 526c0510a3266283fb0d18a3cc6a67e7af08cf24ffb69a963383c7c4b7ac54e2 -SIZE (wolfssh-1.4.20.tar.gz) = 871987 +TIMESTAMP = 1761446508 +SHA256 (wolfssh-1.4.21.tar.gz) = d3e752defbd11e11d3e7a11c0b9758545d369a0130473be06bb0ce3d3c923c4f +SIZE (wolfssh-1.4.21.tar.gz) = 960540 diff --git a/security/wolfssh/pkg-plist b/security/wolfssh/pkg-plist index 17a21333d34a..752e1472139a 100644 --- a/security/wolfssh/pkg-plist +++ b/security/wolfssh/pkg-plist @@ -16,5 +16,5 @@ include/wolfssh/wolfscp.h include/wolfssh/wolfsftp.h lib/libwolfssh.a lib/libwolfssh.so -lib/libwolfssh.so.7 -lib/libwolfssh.so.7.10.2 +lib/libwolfssh.so.18 +lib/libwolfssh.so.18.0.0 |
