Get Application
Get the full list of properties about an application.
The following permission is required to run this action:
assets:read scope
External Documentation
To learn more, visit the CrowdStrike documentation.
Parameters
Parameter | Description |
---|---|
Application ID | The ID of the CrowdStrike application to get details of. Can be retrieved from the 'List Applications' action. |
Example Output
{
"resources": [
{
"id": "62xxxxxxxxxxxxxxxxxxxxxxxxxxxx7a",
"cid": "cbxxxxxxxxxxxxxxxxxxxxxxxxxxxx14",
"name": "gdbm",
"vendor": "Amazon Linux",
"version": "1:1.13-6.amzn2.0.2",
"installation_timestamp": "2022-03-16T01:51:24Z",
"first_seen_timestamp": "2022-12-22T12:31:32Z",
"last_updated_timestamp": "2022-12-22T12:31:32Z",
"is_suspicious": false
}
]
}
Workflow Library Example
Get Application with Crowdstrike and Send Results Via Email
Preview this Workflow on desktop