@@ -861,40 +861,15 @@ The following configuration profile contains entries for all settings described
861
861
862
862
``` JSON
863
863
{
864
- "antivirusEngine" :{
865
- "enforcementLevel" :" real_time " ,
866
- "behaviorMonitoring" : " enabled " ,
864
+ "antivirusEngine" :{
865
+ "enforcementLevel" :" passive " ,
866
+ "behaviorMonitoring" : " disabled " ,
867
867
"scanAfterDefinitionUpdate" :true ,
868
868
"scanArchives" :true ,
869
869
"scanHistoryMaximumItems" : 10000 ,
870
870
"scanResultsRetentionDays" : 90 ,
871
871
"maximumOnDemandScanThreads" :2 ,
872
872
"exclusionsMergePolicy" :" merge" ,
873
- "exclusions" :[
874
- {
875
- "$type" :" excludedPath" ,
876
- "isDirectory" :false ,
877
- "path" :" /var/log/system.log<EXAMPLE DO NOT USE>"
878
- },
879
- {
880
- "$type" :" excludedPath" ,
881
- "isDirectory" :true ,
882
- "path" :" /run<EXAMPLE DO NOT USE>"
883
- },
884
- {
885
- "$type" :" excludedPath" ,
886
- "isDirectory" :true ,
887
- "path" :" /home/*/git<EXAMPLE DO NOT USE>"
888
- },
889
- {
890
- "$type" :" excludedFileExtension" ,
891
- "extension" :" .pdf<EXAMPLE DO NOT USE>"
892
- },
893
- {
894
- "$type" :" excludedFileName" ,
895
- "name" :" cat<EXAMPLE DO NOT USE>"
896
- }
897
- ],
898
873
"allowedThreats" :[
899
874
" <EXAMPLE DO NOT USE>EICAR-Test-File (not a virus)"
900
875
],
@@ -904,6 +879,7 @@ The following configuration profile contains entries for all settings described
904
879
],
905
880
"nonExecMountPolicy" :" unmute" ,
906
881
"unmonitoredFilesystems" : [" nfs,fuse" ],
882
+ "enableFileHashComputation" : false ,
907
883
"threatTypeSettingsMergePolicy" :" merge" ,
908
884
"threatTypeSettings" :[
909
885
{
@@ -914,14 +890,49 @@ The following configuration profile contains entries for all settings described
914
890
"key" :" archive_bomb" ,
915
891
"value" :" audit"
916
892
}
917
- ]
893
+ ],
894
+ "scanFileModifyPermissions" :false ,
895
+ "scanFileModifyOwnership" :false ,
896
+ "scanNetworkSocketEvent" :false ,
897
+ "offlineDefinitionUpdateUrl" : " http://172.22.199.67:8000/linux/production/<EXAMPLE DO NOT USE>" ,
898
+ "offlineDefintionUpdateFallbackToCloud" :false ,
899
+ "offlineDefinitionUpdate" :" disabled"
918
900
},
919
901
"cloudService" :{
920
902
"enabled" :true ,
921
903
"diagnosticLevel" :" optional" ,
922
904
"automaticSampleSubmissionConsent" :" safe" ,
923
905
"automaticDefinitionUpdateEnabled" :true ,
924
- "proxy" : " <EXAMPLE DO NOT USE> http://proxy.server:port/"
906
+ "proxy" : " <EXAMPLE DO NOT USE> http://proxy.server:port/" ,
907
+ "definitionUpdatesInterval" :28800
908
+ },
909
+ "features" :{
910
+ "moduleLoad" :" disabled" ,
911
+ "supplementarySensorConfigurations" :{
912
+ "enableFilePermissionEvents" :" disabled" ,
913
+ "enableFileOwnershipEvents" :" disabled" ,
914
+ "enableRawSocketEvent" :" disabled" ,
915
+ "enableBootLoaderCalls" :" disabled" ,
916
+ "enableProcessCalls" :" disabled" ,
917
+ "enablePseudofsCalls" :" diabled" ,
918
+ "enableEbpfModuleLoadEvents" :" disabled" ,
919
+ "sendLowfiEvents" :" disabled"
920
+ },
921
+ "ebpfSupplementaryEventProvider" :" enabled" ,
922
+ "offlineDefinitionUpdateVerifySig" : " disabled"
923
+ },
924
+ "networkProtection" :{
925
+ "enforcementLevel" :" disabled" ,
926
+ "disableIcmpInspection" :true
927
+ },
928
+ "edr" :{
929
+ "groupIds" :" GroupIdExample" ,
930
+ "tags" : [
931
+ {
932
+ "key" : " GROUP" ,
933
+ "value" : " Tag"
934
+ }
935
+ ]
925
936
},
926
937
"exclusionSettings" :{
927
938
"exclusions" :[
0 commit comments