Skip to main content

List Issues

Retrieve a list of issues.

External Documentation

To learn more, visit the CyCognito documentation.

Basic Parameters

ParameterDescription
FieldsA comma-separated list specifying the desired entity properties to appear in the response.
QuerySpecify a search term for conducting a keyword-based search to retrieve data that matches your query.
Search FieldFilter returned results by specifying the Field, Operator and Value. For more information about the available fields, operators and values, please visit CyCognito documentation, Query Issues section.

Advanced Parameters

ParameterDescription
Advanced SearchAllows to input raw CyQL in order to query assets. For more information, please visit CyCognito Documentation.
LimitDefine the number of results to be retrieved. Valid range is 1-1000.
OffsetSet the starting index for result retrieval, Influenced by the Limit parameter. For example, Offset 3 with Limit 25 fetches results from index 75 to 99.
Sort BySpecify the field by which the results should be sorted.
Sort OrderSelect the sorting order.

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

List Issues with Cycognito and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop