Obtain details of a specific issue using its identifier.

External Documentation

To learn more, visit the CyCognito documentation.

Parameters

ParameterDescription
Issue Instance IDThe ID for a specific issue occurrence on an asset to be retrieved. Can be obtained from the List Issues action.Note - Make sure to insert the instance ID Without the issue/ prefix.

Example Output

{
	"advisories": [
		"string"
	],
	"affected-asset": "string",
	"affected-asset-tags": [
		"string"
	],
	"affected-ptr-domains": [
		"string"
	],
	"asset-status": "string",
	"attacker-interest": "string",
	"attractiveness": 0,
	"attractiveness-label": "string",
	"base-severity": "string",
	"base-severity-score": 0,
	"business-units": [
		"string"
	],
	"cis-controls": [
		"string"
	],
	"comment": {
		"content": "string",
		"last-update": "string"
	},
	"compliance-violations": [
		"string"
	],
	"confidence": 0,
	"continent": [
		"string"
	],
	"cve-ids": [
		"string"
	],
	"detection-complexity": "string",
	"enhanced-severity": "string",
	"enhanced-severity-score": 0,
	"environments": [
		"string"
	],
	"evidence": "string",
	"exploitation-availability": "string",
	"exploitation-complexity": "string",
	"exploitation-method": "string",
	"exploitation-score": 0,
	"first-detected": "string",
	"id": "string",
	"investigating-since": "string",
	"investigation-status": "investigating",
	"is-snoozed": true,
	"iso27001-controls": [
		"string"
	],
	"iso27002-controls": [
		"string"
	],
	"issue-id": "string",
	"issue-status": "string",
	"issue-type": "string",
	"issue-types": [
		"string"
	],
	"last-detected": "string",
	"locations": [
		"string"
	],
	"mitre-attack-next-technique-name": "string",
	"mitre-attack-next-technique-subtitle": "string",
	"mitre-attack-next-technique-title": "string",
	"mitre-attack-technique-name": "string",
	"mitre-attack-technique-subtitle": "string",
	"mitre-attack-technique-title": "string",
	"nist-800-171-controls": [
		"string"
	],
	"nist-800-53-controls": [
		"string"
	],
	"organizations": [
		"string"
	],
	"pci-dss-controls": [
		"string"
	],
	"platforms": [
		"string",
		"Unknown Type: null"
	],
	"port": 0,
	"package": "string",
	"potential-impact": [
		"string"
	],
	"references": [
		"string"
	],
	"region": [
		"string"
	],
	"remediation-effort": "string",
	"remediation-method": "string",
	"remediation-steps": [
		"string"
	],
	"resolved-at": "string",
	"revalidation-request-time": "string",
	"revalidation-requested": true,
	"severity": "string",
	"severity-change-reason": "string",
	"severity-score": 0,
	"snooze-expiration": "string",
	"summary": "string",
	"tags": [
		"string"
	],
	"teams": [
		"string"
	],
	"tech-owners": [
		{
			"name": "string",
			"email": "string",
			"org-name": "string"
		}
	],
	"potential-threat": "string",
	"title": "string",
	"tools": [
		"string"
	],
	"underground-activity": "string"
}

Workflow Library Example

Get Issue with Cycognito and Send Results Via Email

Preview this Workflow on desktop