Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Retrieve a list of alerts.
External DocumentationTo learn more, visit the Cynet documentation.

Parameters

ParameterDescription
Last SeenThe last time the alert was seen.
LimitThe maximum number of objects to retrieve.
OffsetThe pagination offset indicating the starting point for the next set of results.

Example Output

{
	"SyncTimeUtc": "2019-08-24T14:15:22Z",
	"Entities": [
		{
			"ClientDbId": -9007199254740991,
			"Uniqueness": "string",
			"IncidentName": "string",
			"IncidentDescription": "string",
			"IncidentJsonDescription": "string",
			"IncidentRecomendation": "string",
			"HostId": -9007199254740991,
			"HostIp": "string",
			"HostName": "string",
			"ProductId": -2147483648,
			"Sha256": "string",
			"Path": "string",
			"CommandLine": "string",
			"AlertIp": -9007199254740991,
			"AlertDomain": "string",
			"DomainId": -9007199254740991,
			"AlertUrl": "string",
			"UserId": -9007199254740991,
			"UserName": "string",
			"Severity": 1,
			"Status": 0,
			"AlertType": 0,
			"DateIn": "2019-08-24T14:15:22Z",
			"LastSeen": "2019-08-24T14:15:22Z",
			"DateChanged": "2019-08-24T14:15:22Z",
			"RemediationStatus": -2147483648,
			"DomainCrc": -9007199254740991,
			"EpsActionStatus": -2147483648,
			"File": {
				"ClientDbId": -9007199254740991,
				"Sha256": "string",
				"CommonFileName": "string",
				"MetaProductName": "string",
				"Company": "string",
				"RiskLevel": -2147483648,
				"EndPoints": -2147483648,
				"Antivirus": -2147483648,
				"VtRiskLevel": 0,
				"LastSeen": "2019-08-24T14:15:22Z",
				"DateIn": "2019-08-24T14:15:22Z"
			},
			"AlertGraphJsonResolved": "string",
			"AlertGraphJsonRaw": "string",
			"AutoRemediate": {
				"DbId": -9007199254740991,
				"RuleName": "string",
				"AlertName": "string",
				"Description": "string",
				"AlertId": -2147483648,
				"Severity": "string",
				"Priority": -2147483648,
				"DomainToBlock": "string",
				"UrlToBlock": "string",
				"IpToBlock": "string",
				"Sha256": "string",
				"FileName": "string",
				"UserName": "string",
				"IsFileFilter": true,
				"IsNetworkFilter": true,
				"IsUserFilter": true,
				"HostsGroupsStr": "string",
				"Status": -2147483648,
				"RemediationType": -2147483648,
				"RemediationMethod": -2147483648,
				"RemediationParams": "string",
				"CreatedDate": "2019-08-24T14:15:22Z",
				"UpdatedDate": "2019-08-24T14:15:22Z",
				"RemediationMethodType": 0,
				"DynamicRemediationTemplateId": -9007199254740991,
				"DynamicRemediationTemplateName": "string",
				"IsEnabled": true,
				"RemediationAction": "string"
			},
			"AutoRemediationId": -9007199254740991,
			"ScanGroupName": "string",
			"EpsRemediationActionPerformed": 0,
			"FirstSeenUtc": "2019-08-24T14:15:22Z",
			"LastSeenUtc": "2019-08-24T14:15:22Z",
			"EpsLastSeenLocal": "2019-08-24T14:15:22Z",
			"EpsLastSeenUtc": "2019-08-24T14:15:22Z",
			"ScanGuid": "string",
			"Modules": [
				{
					"Name": "string",
					"Categories": [
						{
							"Id": -9007199254740991,
							"Name": "string"
						}
					]
				}
			],
			"Tags": [
				{
					"Id": -9007199254740991,
					"Name": "string"
				}
			],
			"MitreDetails": [
				{
					"Tactic": {
						"Id": "string",
						"Name": "string"
					},
					"Technique": {
						"Id": "string",
						"Name": "string"
					}
				}
			]
		}
	]
}

Workflow Library Example

List Alerts with Cynet and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop