Cases
- POSTCount cases by status
- GETGet weekly case counts
- GETGet example case for demonstration
- GETGet all detections for a case
- DELDelete a case
- PATCHUpdate case details
- POSTCalculate mean time to resolution
- POSTReingest all detections for a case
- GETGet related cases
- GETGet threat indicators for a case
- POSTSearch and list cases
- POSTSubmit feedback for AI case summary
- GETGet case by ID or SID
Integration
- POSTSearch integrations
- POSTSearch integration logs
- POSTGet daily integration log counts
- PUTAdd API key integration
- PUTAdd other integration type
- PUTAdd basic authentication integration
- POSTGet OAuth installation URL
- GETGet all integration configurations
- GETGet integration by ID
- DELDelete integration
- PATCHUpdate integration
- GETGet integration configuration by type
- GETHandle OAuth redirect
- POSTVerify JWT token
- GETHandle authenticated OAuth redirect
- POSTInvoke integration action
- GETHandle OAuth authenticated redirect
- GETGet AWS remote API key
- PUTRegister AWS integration remotely
- POSTCheck integration entitlements
- POSTHandle integration webhook
- POSTHandle chat operations
- GETGet ConnectWise PSA configuration
- PUTUpdate ConnectWise PSA configuration
- GETGet ConnectWise companies
- GETGet ConnectWise boards
- GETGet board ticket types
- GETGet board ticket statuses
- GETGet ConnectWise priorities
- GETGet Jira configuration
- PUTUpdate Jira configuration
- GETGet Jira projects
- GETGet Jira issue types
Asset
Team
- POSTGet team statistics report
- GETGet current team information
- PUTCreate a new team
- POSTSearch service provider teams
- PATCHUpdate team information
- GETGet team by any UUID
- GETGet all teams
- POSTSearch team members
- POSTSearch system logs
- PUTAdd operating team
- DELRemove operating team
- PUTInvite user to team
- PUTResend invitation to user
- GETGet platform logos
- PUTUpload platform logo
- DELDelete platform logo
Users
Detection
Detection
Reingest a detection
POST
/
detection
/
{id}
/
reingest
Copy
curl --request POST \
--url https://api.wirespeed.co/detection/{id}/reingest \
--header 'Authorization: Bearer <token>'
Copy
{
"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>"
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Detection identifier
Response
200 - application/json
The response is of type object
.
Copy
curl --request POST \
--url https://api.wirespeed.co/detection/{id}/reingest \
--header 'Authorization: Bearer <token>'
Copy
{
"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>"
}
Assistant
Responses are generated using AI and may contain mistakes.