Skip to content

Commit bd6b286

Browse files
authored
Update linux-preferences.md
1 parent 2f8effb commit bd6b286

File tree

1 file changed

+41
-30
lines changed

1 file changed

+41
-30
lines changed

defender-endpoint/linux-preferences.md

Lines changed: 41 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -861,40 +861,15 @@ The following configuration profile contains entries for all settings described
861861

862862
```JSON
863863
{
864-
"antivirusEngine":{
865-
"enforcementLevel":"real_time",
866-
"behaviorMonitoring": "enabled",
864+
"antivirusEngine":{
865+
"enforcementLevel":"passive",
866+
"behaviorMonitoring": "disabled",
867867
"scanAfterDefinitionUpdate":true,
868868
"scanArchives":true,
869869
"scanHistoryMaximumItems": 10000,
870870
"scanResultsRetentionDays": 90,
871871
"maximumOnDemandScanThreads":2,
872872
"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-
],
898873
"allowedThreats":[
899874
"<EXAMPLE DO NOT USE>EICAR-Test-File (not a virus)"
900875
],
@@ -904,6 +879,7 @@ The following configuration profile contains entries for all settings described
904879
],
905880
"nonExecMountPolicy":"unmute",
906881
"unmonitoredFilesystems": ["nfs,fuse"],
882+
"enableFileHashComputation": false,
907883
"threatTypeSettingsMergePolicy":"merge",
908884
"threatTypeSettings":[
909885
{
@@ -914,14 +890,49 @@ The following configuration profile contains entries for all settings described
914890
"key":"archive_bomb",
915891
"value":"audit"
916892
}
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"
918900
},
919901
"cloudService":{
920902
"enabled":true,
921903
"diagnosticLevel":"optional",
922904
"automaticSampleSubmissionConsent":"safe",
923905
"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+
]
925936
},
926937
"exclusionSettings":{
927938
"exclusions":[

0 commit comments

Comments
 (0)