Skip to main content
Retrieve a list of scanned hosts.
External DocumentationTo learn more, visit the Cynet documentation.

Parameters

ParameterDescription
Last SeenThe last time the host was seen.

Example Output

{
	"SyncTimeUtc": "2019-08-24T14:15:22Z",
	"Entities": [
		{
			"ClientDbId": -9007199254740991,
			"HostName": "string",
			"Group": {
				"ScanGroupName": "string",
				"DistributionType": "string",
				"PlatformType": "string"
			},
			"HDSerial": -9007199254740991,
			"LastIp": "string",
			"LastMask": "string",
			"RiskLevel": -2147483648,
			"LastScan": "2019-08-24T14:15:22Z",
			"LastScanUTC": "2019-08-24T14:15:22Z",
			"DateIn": "2019-08-24T14:15:22Z",
			"OperatingSystem": "string",
			"LastUpdate": "2019-08-24T14:15:22Z",
			"NumberofProcesses": -2147483648,
			"TotalCPUPercentage": -2147483648,
			"SystemPartitionSize": -9007199254740991,
			"SystemPartitionFreeSpace": -9007199254740991,
			"LastNumOfIpv4Connections": -2147483648,
			"MemoryPercentage": -2147483648,
			"TotalMemory": -9007199254740991,
			"TotalFreeMemory": -9007199254740991,
			"NumberofLoggedUsers": -2147483648,
			"LastUnknownDesktops": "string",
			"EpsVersion": "string",
			"UsersPath": "string"
		}
	]
}

Workflow Library Example

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