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.

Get misconfiguration by computer name.
External DocumentationTo learn more, visit the GYTPOL documentation.

Parameters

ParameterDescription
Computer NameThe name of the computer.
Domain NameFor windows computers, the name of the Windows domain.

Example Output

{
	"computers": [
		{
			"latestHostReportingDt": "2023-01-17T18:25:05.5389826+02:00",
			"latestScanTimeDt": "2023-01-17T18:24:47.4503679+02:00",
			"computer": "YOUR-COMPUTER-NAME",
			"computerOu": "COMPUTER-OU",
			"domainName": "YOUR-DOMAIN-NAME",
			"clientVer": "2.26.1.0",
			"ipAddress": "10.67.137.160",
			"os": "Win 10 Enterprise",
			"isVdi": false,
			"isServer": false,
			"isDC": false,
			"miscon": [
				{
					"topicCode": "gytPSVerIssue",
					"user": null,
					"severity": "Medium",
					"addInfo": "{\"PSversions\":\"2; 5.1.19041.2364\",\"occurrences\":1}",
					"param": "2; 5.1.19041.2364",
					"paramExtra": null,
					"isRemediable": true,
					"isMuted": false,
					"mutedByRuleId": 0,
					"hostReportingDt": "2023-01-17T18:25:05.5389826+02:00",
					"scanTimeDt": "2023-01-17T18:24:47.4503679+02:00"
				},
				{
					"topicCode": "gytSmbAnonymous",
					"user": null,
					"severity": "Medium",
					"addInfo": "{\"Current Value\":0,\"Expected Value\":\"1\",\"RegistryName\":\"RestrictAnonymous\",\"RegistryPath\":\"HKLM:\\\\System\\\\CurrentControlSet\\\\Control\\\\Lsa\",\"Shares withEveryone\":\"N/A\",\"Shares without Everyone\":\"N/A\",\"occurrences\":1}",
					"param": "No shares; The configured value is not secure",
					"paramExtra": null,
					"isRemediable": true,
					"isMuted": false,
					"mutedByRuleId": 0,
					"hostReportingDt": "2023-01-17T18:25:05.5389826+02:00",
					"scanTimeDt": "2023-01-17T18:24:47.4503679+02:00"
				}
			]
		}
	]
}

Workflow Library Example

Get Misconfiguration by Computer with Gytpol and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop