-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10924 from mpmisha/patch-1
Create CarbonBlackViaAWSS3_ConnectorDefinition.json
- Loading branch information
Showing
11 changed files
with
7,081 additions
and
107 deletions.
There are no files selected for viewing
2,536 changes: 2,536 additions & 0 deletions
2,536
...ns/VMware Carbon Black Cloud/Data Connectors/CarbonBlackViaAWSS3_ConnectorDefinition.json
Large diffs are not rendered by default.
Oops, something went wrong.
1,215 changes: 1,215 additions & 0 deletions
1,215
...VMware Carbon Black Cloud/Data Connectors/VMwareCarbonBlackCloud_ccp/CarbonBlack_DCR.json
Large diffs are not rendered by default.
Oops, something went wrong.
284 changes: 284 additions & 0 deletions
284
...Cloud/Data Connectors/VMwareCarbonBlackCloud_ccp/CarbonBlack_DataConnectorDefination.json
Large diffs are not rendered by default.
Oops, something went wrong.
29 changes: 29 additions & 0 deletions
29
...bon Black Cloud/Data Connectors/VMwareCarbonBlackCloud_ccp/CarbonBlack_PollingConfig.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"name": "carbonBlackViaAWSS3", | ||
"apiVersion": "2022-10-01-preview", | ||
"type": "Microsoft.SecurityInsights/dataConnectors", | ||
"kind": "AmazonWebServicesS3", | ||
"properties": { | ||
"connectorDefinitionName": "carbonBlackAWSS3", | ||
"dataType": { | ||
"logs": { | ||
"state": "enabled" | ||
} | ||
}, | ||
"dcrConfig": { | ||
"streamName": "Custom-CarbonBlackAlertsStream", | ||
"dataCollectionEndpoint": "{{dataCollectionEndpoint}}", | ||
"dataCollectionRuleImmutableId": "{{dataCollectionRuleImmutableId}}" | ||
}, | ||
"roleArn": "{{roleArn}}", | ||
"sqsUrls": [ | ||
"{{queueUrl}}" | ||
], | ||
"destinationTable": "CarbonBlackAlertsStream_CL", | ||
"dataFormat": { | ||
"Format": "JsonLine", | ||
"IsCompressed": true, | ||
"compressType": "Gzip" | ||
} | ||
} | ||
} |
282 changes: 282 additions & 0 deletions
282
...ns/VMware Carbon Black Cloud/Data Connectors/VMwareCarbonBlackCloud_ccp/table_alerts.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,282 @@ | ||
{ | ||
"name": "CarbonBlack_Alerts_CL", | ||
"type": "Microsoft.OperationalInsights/workspaces/tables", | ||
"apiVersion": "2021-03-01-privatepreview", | ||
"location": "{{location}}", | ||
"tags": {}, | ||
"properties": { | ||
"schema": { | ||
"name": "CarbonBlack_Alerts_CL", | ||
"columns": [ | ||
{ | ||
"name": "TimeGenerated", | ||
"type": "datetime" | ||
}, | ||
{ | ||
"name": "Version", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "AlertUrl", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "Id", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "AlertType", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "IsUpdated", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "DetectionTimestamp", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "BackendTimestamp", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "BackendUpdateTimestamp", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "FirstEventTimestamp", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "LastEventTimestamp", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "Severity", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "Reason", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "ThreatId", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "PrimaryEventId", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "Workflow", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "Determination", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "AlertNotesPresent", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "PolicyApplied", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "RunState", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "ReasonCode", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "SensorAction", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "DeviceTargetValue", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "DevicePolicyId", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "DevicePolicy", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "DeviceId", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "DeviceName", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "DeviceOs", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "DeviceOsVersion", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "DeviceUsername", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "DeviceLocation", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "DeviceExternalIp", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "DeviceInternalIp", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "ReportId", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "ReportName", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "ReportDescription", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "ReportTags", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "ReportLink", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "IocId", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "IocHit", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "Watchlists", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "ProcessGuid", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "ProcessPid", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "ProcessName", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "ProcessSha256", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "ProcessMd5", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "ProcessReputation", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "ProcessEffectiveReputation", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "ProcessCmdline", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "ProcessUsername", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "ProcessIssuer", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "ProcessPublisher", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "ParentGuid", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "ParentPid", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "ParentName", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "ParentSha256", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "ParentMd5", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "ParentReputation", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "ParentEffectiveReputation", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "ParentCmdline", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "ParentUsername", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "MdrAlertNotesPresent", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "MdrAlert", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "MlClassificationFinalVerdict", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "MlClassificationGlobalPrevalence", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "MlClassificationOrgPrevalence", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "ml_classification_org_prevalence", | ||
"type": "string" | ||
} | ||
] | ||
} | ||
} | ||
} |
Oops, something went wrong.