Create Windows Exploit guard policy payload
https://{server-hostname}:8383/api/v1/mdm/profiles/{profile_id}/payloads/windowsexploitguardpolicy
MDMDeviceMgmt.CREATECopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
Unique identifier of the profile. Obtain from the Create Profile or Get Profiles response
Configure Network Guard
Enable Folder Protection
File ID from the Response of API
Asr Rules
ASR Rule Guid
Mode for the ASR Rule Guid 0 - Disable, 1 - Block, 2 - Audit, 6 - Warn
Folder Rules
Full Folder Path
Rule for the Folder path 2 - Protected Folder, 3 - Excluded app list to Allow protected folder
Asr Exclude Rules
Full Folder Path
Rule for the Folder path 1 - ASR Excluded App Folder
curl --request POST \
--url https://appdomain/api/v1/mdm/profiles/{profile_id}/payloads/windowsexploitguardpolicy \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json' \
--data '{"data_file_id":"9007199254741072","asr_exclude_rules":[{"rule_type":1,"value":"C:\\Winodws\\App.exe"}],"enable_folder_protection":0,"configure_network_guard":"1","folder_rules":[{"rule_type":2,"value":"C:\\windows"},{"rule_type":3,"value":"C:\\windows\\app.exe"}],"asr_rules":[{"mode":"1","guid":"56a863a9-875e-4185-98a7-b882c64b5ce5"},{"mode":"1","guid":"7674ba52-37eb-4a4f-a9a1-f0f9a1619a2c"},{"mode":"1","guid":"9e6c4e1f-7d60-472f-ba1a-a39ef669e4b2"},{"mode":"1","guid":"75668c1f-73b5-4cf0-bb93-3ecf5cb7cc84"},{"mode":"1","guid":"26190899-1602-49e8-8b27-eb1d0a1ce869"},{"mode":"1","guid":"e6db77e5-3df2-4cf1-b95a-636979351e5b"}]}'Add Exploit Guard payload to the profile
{
"data_file_id": "9007199254741072",
"asr_exclude_rules": [
{
"rule_type": 1,
"value": "C:\\Winodws\\App.exe"
}
],
"enable_folder_protection": 0,
"configure_network_guard": "1",
"folder_rules": [
{
"rule_type": 2,
"value": "C:\\windows"
},
{
"rule_type": 3,
"value": "C:\\windows\\app.exe"
}
],
"asr_rules": [
{
"mode": "1",
"guid": "56a863a9-875e-4185-98a7-b882c64b5ce5"
},
{
"mode": "1",
"guid": "7674ba52-37eb-4a4f-a9a1-f0f9a1619a2c"
},
{
"mode": "1",
"guid": "9e6c4e1f-7d60-472f-ba1a-a39ef669e4b2"
},
{
"mode": "1",
"guid": "75668c1f-73b5-4cf0-bb93-3ecf5cb7cc84"
},
{
"mode": "1",
"guid": "26190899-1602-49e8-8b27-eb1d0a1ce869"
},
{
"mode": "1",
"guid": "e6db77e5-3df2-4cf1-b95a-636979351e5b"
}
]
}
Unique identifier for the created payload item
Configure Network Guard
Enable Folder Protection
Data Blob
Asr Rules
ASR Rule Guid
Mode for the ASR Rule Guid 0 - Disable, 1 - Block, 2 - Audit, 6 - Warn
Folder Rules
Full Folder Path
Rule for the Folder path 2 - Protected Folder, 3 - Excluded app list to Allow protected folder
Asr Exclude Rules
Full Folder Path
Rule for the Folder path 1 - ASR Excluded App Folder
Exploit Guard payload successfully added
{
"payload_id": "9007199254741295",
"asr_exclude_rules": [
{
"rule_type": "1",
"value": "C:\\Winodws\\App.exe"
}
],
"enable_folder_protection": "0",
"configure_network_guard": "1",
"folder_rules": [
{
"rule_type": "2",
"value": "C:\\windows"
},
{
"rule_type": "3",
"value": "C:\\windows\\app.exe"
}
],
"data_blob": "PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiP",
"asr_rules": [
{
"mode": "1",
"guid": "56a863a9-875e-4185-98a7-b882c64b5ce5"
},
{
"mode": "1",
"guid": "7674ba52-37eb-4a4f-a9a1-f0f9a1619a2c"
},
{
"mode": "1",
"guid": "9e6c4e1f-7d60-472f-ba1a-a39ef669e4b2"
},
{
"mode": "1",
"guid": "75668c1f-73b5-4cf0-bb93-3ecf5cb7cc84"
},
{
"mode": "1",
"guid": "26190899-1602-49e8-8b27-eb1d0a1ce869"
},
{
"mode": "1",
"guid": "e6db77e5-3df2-4cf1-b95a-636979351e5b"
}
]
}
![]()
Duration: 1 minute | Threshold: 30 | Lock period: 5 minutes
Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.