Merge pull request #15271 from Security-Onion-Solutions/TOoSmOotH-patch-2

Add JA4D option to config.zeek.ja4
This commit is contained in:
Mike Reeves
2025-12-01 10:03:12 -05:00
committed by GitHub

View File

@@ -11,6 +11,8 @@ export {
option JA4S_enabled: bool = F; option JA4S_enabled: bool = F;
option JA4S_raw: bool = F; option JA4S_raw: bool = F;
option JA4D_enabled: bool = F;
option JA4H_enabled: bool = F; option JA4H_enabled: bool = F;
option JA4H_raw: bool = F; option JA4H_raw: bool = F;