curl --request PATCH \
--url https://api.wirespeed.com/detection/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"status": "NEW",
"handledCorrectly": true,
"verdict": "MALICIOUS",
"notes": "<string>"
}'
{
"id": "<string>",
"teamId": "<string>",
"teamName": "<string>",
"sourceDescription": "<string>",
"notes": "<string>",
"sourceName": "<string>",
"description": "<string>",
"status": "NEW",
"createdAt": "<string>",
"containments": [
"USER"
],
"testMode": true,
"caseId": "<string>",
"sourceIngestedAt": "<string>",
"sourceDetectedAt": "<string>",
"verdictedAt": "<string>",
"updatedAt": "<string>",
"closedAt": "<string>",
"logs": [
{
"log": "<string>",
"timestamp": "<string>",
"debug": true
}
],
"raw": {},
"verdict": "MALICIOUS",
"title": "<string>",
"integrationPlatform": "microsoft-teams",
"integrationId": "<string>",
"duplicateDetectionId": "<string>",
"contained": true,
"nextSteps": "<string>",
"reingested": true,
"prevented": true,
"excludeFromMeans": true,
"caseSid": "<string>",
"sid": "<string>",
"firstRun": true,
"containOnChatOpsFailure": true,
"wasEscalated": true,
"chatOpsPerformed": true,
"ocsfDetectionFinding": {},
"actionSlug": "<string>",
"exclusionId": "<string>",
"exclusionSid": "<string>",
"autoContained": true,
"category": "OTHER__DIAGNOSTIC",
"verdictSetting": {
"id": "<string>",
"default": true,
"managedByWspd": true,
"category": "OTHER__DIAGNOSTIC",
"wspdRule": "CLOUD__INVOCATION",
"escalate": true,
"chatOps": true,
"close": true,
"disabled": true,
"containUser": true,
"containEndpoint": true,
"chatOpsMFA": true,
"managerChatOps": true,
"vipChatOps": true,
"createdAt": "<string>",
"updatedAt": "<string>",
"teamId": "<string>",
"chatOpsTimeoutVerdict": "MALICIOUS",
"chatOpsUnsureVerdict": "MALICIOUS",
"verdict": "MALICIOUS",
"description": "<string>",
"managedByParent": true,
"severity": "INFORMATIONAL",
"useSourceSeverity": true
},
"chatOpsTest": true,
"severity": "INFORMATIONAL",
"severityOrdinal": 123,
"containsVIP": true,
"containsHVA": true,
"excluded": true,
"chatOpsTestEmail": "<string>",
"chatOpsTestPhoneNumber": "<string>"
}
curl --request PATCH \
--url https://api.wirespeed.com/detection/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"status": "NEW",
"handledCorrectly": true,
"verdict": "MALICIOUS",
"notes": "<string>"
}'
{
"id": "<string>",
"teamId": "<string>",
"teamName": "<string>",
"sourceDescription": "<string>",
"notes": "<string>",
"sourceName": "<string>",
"description": "<string>",
"status": "NEW",
"createdAt": "<string>",
"containments": [
"USER"
],
"testMode": true,
"caseId": "<string>",
"sourceIngestedAt": "<string>",
"sourceDetectedAt": "<string>",
"verdictedAt": "<string>",
"updatedAt": "<string>",
"closedAt": "<string>",
"logs": [
{
"log": "<string>",
"timestamp": "<string>",
"debug": true
}
],
"raw": {},
"verdict": "MALICIOUS",
"title": "<string>",
"integrationPlatform": "microsoft-teams",
"integrationId": "<string>",
"duplicateDetectionId": "<string>",
"contained": true,
"nextSteps": "<string>",
"reingested": true,
"prevented": true,
"excludeFromMeans": true,
"caseSid": "<string>",
"sid": "<string>",
"firstRun": true,
"containOnChatOpsFailure": true,
"wasEscalated": true,
"chatOpsPerformed": true,
"ocsfDetectionFinding": {},
"actionSlug": "<string>",
"exclusionId": "<string>",
"exclusionSid": "<string>",
"autoContained": true,
"category": "OTHER__DIAGNOSTIC",
"verdictSetting": {
"id": "<string>",
"default": true,
"managedByWspd": true,
"category": "OTHER__DIAGNOSTIC",
"wspdRule": "CLOUD__INVOCATION",
"escalate": true,
"chatOps": true,
"close": true,
"disabled": true,
"containUser": true,
"containEndpoint": true,
"chatOpsMFA": true,
"managerChatOps": true,
"vipChatOps": true,
"createdAt": "<string>",
"updatedAt": "<string>",
"teamId": "<string>",
"chatOpsTimeoutVerdict": "MALICIOUS",
"chatOpsUnsureVerdict": "MALICIOUS",
"verdict": "MALICIOUS",
"description": "<string>",
"managedByParent": true,
"severity": "INFORMATIONAL",
"useSourceSeverity": true
},
"chatOpsTest": true,
"severity": "INFORMATIONAL",
"severityOrdinal": 123,
"containsVIP": true,
"containsHVA": true,
"excluded": true,
"chatOpsTestEmail": "<string>",
"chatOpsTestPhoneNumber": "<string>"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Detection identifier
The response is of type object
.