mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
Create config.zeek.ja4
This commit is contained in:
25
salt/zeek/files/config.zeek.ja4
Normal file
25
salt/zeek/files/config.zeek.ja4
Normal file
@@ -0,0 +1,25 @@
|
||||
module FINGERPRINT;
|
||||
|
||||
export {
|
||||
option delimiter: string = "_";
|
||||
|
||||
# BSD licensed
|
||||
option JA4_enabled: bool = T;
|
||||
option JA4_raw: bool = F;
|
||||
|
||||
# FoxIO license required for JA4+
|
||||
option JA4S_enabled: bool = F;
|
||||
option JA4S_raw: bool = F;
|
||||
|
||||
option JA4H_enabled: bool = F;
|
||||
option JA4H_raw: bool = F;
|
||||
|
||||
option JA4L_enabled: bool = F;
|
||||
|
||||
option JA4SSH_enabled: bool = F;
|
||||
|
||||
option JA4T_enabled: bool = F;
|
||||
option JA4TS_enabled: bool = F;
|
||||
|
||||
option JA4X_enabled: bool = F;
|
||||
}
|
||||
Reference in New Issue
Block a user