Skip to content

Releases: arkime/arkime

v5.7.0

11 Jun 14:47
fe5ca99
Compare
Choose a tag to compare

Installation Instructions | 4.x -> 5.x Upgrade Instructions | FAQ | CHANGELOG | JA4+ Install | Docker Install

A db.pl upgrade is required when upgrading from 5.1.2 or earlier

Support Arkime's ongoing development! Become a GitHub Sponsor!

✨ What's new ✨

BREAKING

  • User defined roles with the user-role-mappings feature used to require
    role- prefix but didn't work, now they require role: prefix and do work

Release

  • #3196 Fix Debian 13 dependency libyara issue
  • #3205 arkime_config_interfaces.sh -n with dash fix
  • #3211 Node 20.19.2
  • #3231 No longer use screwdriver, only github actions, goodbye el7
  • #3233 EL10 initial support
  • #3244 Support make DESTDIR install

All

  • #3237 Add missing settings to addUser.js/arkime_add_user.sh

Viewer

  • #3199,#3200 Support searchable snapshots with partial- index prefix
  • #3218 Elasticsearch 9 dstats fix
  • #3224 Fix/Change user-role-mappings must start with role: instead of role-

Capture

  • #3209 New espSavePackets setting
  • #3229 Drop packets larger than 0xffff in size

⬇️ Download Info ⬇️

We offer downloads for different Linux distributions and versions because of library differences. For example, use the el8 download for Centos 8 or RHEL 8 not RHEL 9. A libssl version error means that most likely the wrong download was used for your Linux distribution and version, please double check. The moloch builds have the old filesystem layouts, we will stop providing the moloch builds in 2025.

Latest Commit

11 Dec 12:49
be8a1a6
Compare
Choose a tag to compare
Latest Commit Pre-release
Pre-release

Hi! After every commit to the main branch of Arkime we build and store the results here. The builds are based on Arkime 5, so if upgrading from Arkime 4, make sure you've followed the upgrading to 5 instructions. If you don't want to run the pre release version, check out our stable release.

We need your help! Please support Arkime by becoming a Github Sponsor!

Installation Instructions | 4.x -> 5.x Upgrade Instructions | FAQ | CHANGELOG | JA4+ Install | Docker Install

v5.6.4

29 Apr 17:00
Compare
Choose a tag to compare

Installation Instructions | 4.x -> 5.x Upgrade Instructions | FAQ | CHANGELOG | JA4+ Install | Docker Install

A db.pl upgrade is required when upgrading from 5.1.2 or earlier

✨ What's new ✨

Viewer

  • #3188 Prevent more session prototype pollution with connections
  • #3188 Improved receiveSession auth & index verification

⬇️ Download Info ⬇️

We offer downloads for different Linux distributions and versions because of provided library differences. For example, use the el8 download for Centos 8 or RHEL 8 not RHEL 9. If you have a libssl version error, it is most likely that the wrong download was used for your Linux distribution and version, please double check. The moloch builds have the old filesystem layouts, we will stop providing the moloch builds in 2025.

v5.6.3

22 Apr 19:29
d077cbd
Compare
Choose a tag to compare

Installation Instructions | 4.x -> 5.x Upgrade Instructions | FAQ | CHANGELOG | JA4+ Install | Docker Install

A db.pl upgrade is required when upgrading from 5.1.2 or earlier

✨ What's new ✨

Release

  • #3173 Initial Debian 13 support

Capture

  • #3175 Don't include dns.host.tokens in host query
  • #3177 support autoGenerateId=consistent to reprocess into same sid

Multies

Viewer

  • #3164 Support searchable snapshots with partial- index prefix
  • #3167, #3169 Prevent more session prototype pollution
  • #3170 Add error handling for unknown views

⬇️ Download Info ⬇️

We offer downloads for different Linux distributions and versions because of provided library differences. For example, use the el8 download for Centos 8 or RHEL 8 not RHEL 9. If you have a libssl version error, it is most likely that the wrong download was used for your Linux distribution and version, please double check. The moloch builds have the old filesystem layouts, we will stop providing the moloch builds in 2025.

v5.6.2

27 Mar 14:37
324b885
Compare
Choose a tag to compare

Installation Instructions | 4.x -> 5.x Upgrade Instructions | FAQ | CHANGELOG | JA4+ Install | Docker Install

A db.pl upgrade is required when upgrading from 5.1.2 or earlier

✨ What's new ✨

db.pl

  • #3135 Support passwords > 55 characters (thanks @GhostNaix)
  • #3143 new db.pl mv to move many files at once

Capture

  • #3105 Support decrypted smtp
  • #3136 Support ERSPAN Type III
  • #3157 Log bulk FORBIDDEN errors

Viewer

  • #3137 Prevent session prototype pollution
  • #3142 Fix session detail long arrays not displaying correctly
  • #3147 Fix erspan decode issues
  • #3148 Fix issuerCN not displaying in session detail
  • #3151 Fix cert.serial not displaying in session detail
  • #3158 Fix s3http/s scheme not caching blocks correctly
  • #3159 Fix packets not showing up when using writer-s3 without compression

⬇️ Download Info ⬇️

We offer downloads for different Linux distributions and versions because of provided library differences. For example, use the el8 download for Centos 8 or RHEL 8 not RHEL 9. If you have a libssl version error, it is most likely that the wrong download was used for your Linux distribution and version, please double check. The moloch builds have the old filesystem layouts, we will stop providing the moloch builds in 2025.

v5.6.1

13 Feb 20:13
b4deb86
Compare
Choose a tag to compare

Installation Instructions | 4.x -> 5.x Upgrade Instructions | FAQ | CHANGELOG | JA4+ Install | Docker Install

A db.pl upgrade is required when upgrading from 5.1.2 or earlier

✨ What's new ✨

BREAKING

  • Cont3xt Twilio integration requires a new token

Release

  • #3103 arkime_config_interfaces.sh supports interface envs
  • #3121 Node 20.18.3
  • #3115 build ja4 docker images
  • #3127 docker.sh now sets ARKIME__usersElasticsearch (when not set) from ARKIME__elasticsearch (when set)

All

  • #3093 if config file doesn't exist, don't exit with error. This is useful with containers + envs. Capture does require the file to exist if specified.
  • #3107 ARKIME__ envs now use cont3xt,wiseService,... instead of default for section name for those respective applications
  • #3110 can now use https://usersElasticsearch in url/config and Arkime will fill in from the env/config
  • #3122 if no section used for override, use something sane

Capture

  • #3100 fix SSLv2 constants and misidentify DTLS 0 (thanks @droe)

db.pl

  • #3101 support ARKIME__prefix, ARKIME__elasticsearchBasicAuth, ARKIME__elasticsearchAPIKey envs
  • #3124 new arkime_configs index for storing config files

Viewer

  • #3095 Show Arkime capture version in the stats UI
  • #3114 Fix http sessions missing http request not showing body (thanks @bryangwj)
  • #3120 Fix value actions not showing for info column fields

WISE

Cont3xt

  • #3118 update Twilio integration to v2 API

⬇️ Download Info ⬇️

We offer downloads for different Linux distributions and versions because of provided library differences. For example, use the el8 download for Centos 8 or RHEL 8 not RHEL 9. If you have a libssl version error, it is most likely that the wrong download was used for your Linux distribution and version, please double check. The moloch builds have the old filesystem layouts, we will stop providing the moloch builds in 2025.

v5.6.0

15 Jan 12:37
28d3cfb
Compare
Choose a tag to compare

Installation Instructions | 4.x -> 5.x Upgrade Instructions | FAQ | CHANGELOG | JA4+ Install | Docker Install

A db.pl upgrade is required when upgrading from 5.1.2 or earlier

✨ What's new ✨

BREAKING

  • Unknown config variables that start with tpacketv3 or simple will now cause an error

Release

  • #3051 arkime_config_interfaces.sh doesn't try and set up "dummy" interface
  • #3081 afterinstall.sh uses prefix correctly

All

  • #3037 remove babel
  • #3087 Env vars improvements and DASH, COLON, DOT, SLASH are now replaced

Capture

  • #3046 added packet-stats command
  • #3052 add ARKIME_default__ support for env vars
  • #3062 only refresh Arkime indices on exit
  • #3063 use suricata vlan when using sessionIdTracking
  • #3070 new --command option instead of having to use command-socket
  • #3072 add ident protocol classifier
  • #3079 check tpacketv3* and simple* config settings
  • #3083 new _flipSrcDst rule action
  • #3083 new tcp.synSet rule field
  • #3083 rules can now use values of "${configvar}"
  • #3088 fix memory leak if "" is dns query

Viewer

  • #3055 fix missing session.network section error
  • #3059 fix losing custom theme setting
  • #3068 display all kinds of data nodes on ES Nodes tab
  • #3076 Fix incorrect Overload Drops/s statistic in Capture Stats page (thanks @mcgillowen)

⬇️ Download Info ⬇️

We offer downloads for different Linux distributions and versions because of provided library differences. For example, use the el8 download for Centos 8 or RHEL 8 not RHEL 9. If you have a libssl version error, it is most likely that the wrong download was used for your Linux distribution and version, please double check. The moloch builds have the old filesystem layouts, we will stop providing the moloch builds in 2025.

v5.5.1

20 Nov 16:07
4183fe0
Compare
Choose a tag to compare

Installation Instructions | 4.x -> 5.x Upgrade Instructions | FAQ | CHANGELOG | JA4+ Install | Docker Install

A db.pl upgrade is required when upgrading from 5.1.2 or earlier

✨ What's new ✨

Release

  • #3011 Add db.pl to docker.sh
  • #3015 Node 20.18.0
  • #3021 docker.sh now supports --init and installs missing iproute2 package

All

  • #3010 fix lmdb cont3xt and users DB

Cont3xt

  • #3012 add basic databricks support
  • #3016 fixed cont3xt health check request every second - should be 10s

db.pl

  • #3017 New field-list, field-rm commands

Viewer

  • #3008 fixed sessions column sorting not working in some cases

WISE

  • #3012 add basic databricks support

⬇️ Download Info ⬇️

We offer downloads for different Linux distributions and versions because of provided library differences. For example, use the el8 download for Centos 8 or RHEL 8 not RHEL 9. If you have a libssl version error, it is most likely that the wrong download was used for your Linux distribution and version, please double check. The moloch builds have the old filesystem layouts, we will stop providing the moloch builds in 2024.

v5.5.0

11 Nov 15:58
0beae73
Compare
Choose a tag to compare

Installation Instructions | 4.x -> 5.x Upgrade Instructions | FAQ | CHANGELOG | JA4+ Install | Docker Install

A db.pl upgrade is required when upgrading from 5.1.2 or earlier

✨ What's new ✨

Release

All

  • #2947 new user-role-mappings section for oidc/header auth
  • #2950 support authRedirectURIs list (thanks @divinehawk)
  • #2954 Fix form/oidc authMode failure to start when deleting old sids failed
  • #2964 Add to files tab lastPacket timestamp and start/finish processing time stamps
  • #2995 Switch to arkime-iptrie

Capture

  • #2924 _closeNow rule operator
  • #2929 Update ja4 for alpn edge cases
  • #2940 cert.ja4x* now work with rules/wise
  • #2959 New --libpcap option for libpcap offline processing vs
    --scheme for new faster method
  • #2969 Add back host.dns to rules
  • #2991 Add initial IP TTL and TCP Seq number fields
  • #2996 pcapDir defaults to /opt/arkime/raw and pluginDir defaults to /opt/arkime/plugins

db.pl

  • #2946 fix sync-files not handling multiple nodes, or dash containing nodes
    correctly (thanks @dennisse)

Multies

  • #2962 fix caTrustFile not working with multies

Viewer

  • #2926 cronQueries=auto now uses the node name in the unique key
  • #2935 spigraph treemap shows unique Dst/Src IPs
  • #2945 add iframe 'allow' option
  • #2965 fix millisecond timestamp setting not saving
  • #2966 Add the ability to hide tags in the session table

⬇️ Download Info ⬇️

We offer downloads for different Linux distributions and versions because of provided library differences. For example, use the el8 download for Centos 8 or RHEL 8 not RHEL 9. If you have a libssl version error, it is most likely that the wrong download was used for your Linux distribution and version, please double check. The moloch builds have the old filesystem layouts, we will stop providing the moloch builds in 2024.

Latest Commit 6

24 Oct 15:25
Compare
Choose a tag to compare
Latest Commit 6 Pre-release
Pre-release

Builds for Arkime 6, do NOT use yet, not kidding :)