Get the full list of properties about an application. The following permission is required to run this action:
  • Assets: Read.
External DocumentationTo learn more, visit the CrowdStrike documentation.

Parameters

ParameterDescription
Application IDThe ID of the CrowdStrike application to get details of. Can be retrieved from the ‘List Applications’ action.

Example Output

{
	"meta": {
		"query_time": 1,
		"powered_by": "<string>",
		"trace_id": "<string>"
	},
	"resources": [
		{
			"id": "<string>",
			"cid": "<string>",
			"name": "<string>",
			"vendor": "<string>",
			"version": "<string>",
			"software_type": "<string>",
			"name_vendor": "<string>",
			"name_vendor_version": "<string>",
			"versioning_scheme": "<string>",
			"groups": [
				"<string>",
				"<string>"
			],
			"category": "<string>",
			"architectures": [
				"<string>"
			],
			"installation_paths": [
				"<string>"
			],
			"installation_timestamp": "2025-03-20T21:45:35Z",
			"first_seen_timestamp": "2025-03-20T22:26:30Z",
			"last_updated_timestamp": "2025-03-20T22:26:30Z",
			"last_used_user_sid": "<string>",
			"last_used_file_name": "<string>",
			"last_used_file_hash": "<string>",
			"last_used_timestamp": "2020-10-19T17:33:51",
			"is_suspicious": false,
			"is_normalized": true,
			"host": {
				"id": "<string>",
				"aid": "<string>",
				"country": "<string>",
				"platform_name": "<string>",
				"os_version": "<string>",
				"kernel_version": "<string>",
				"product_type_desc": "<string>",
				"tags": [
					"<string>",
					"<string>"
				],
				"groups": [
					"<string>",
					"<string>"
				],
				"system_manufacturer": "<string>",
				"agent_version": "<string>",
				"ou": "<string>",
				"machine_domain": "<string>",
				"site_name": "<string>",
				"external_ip": "<string>",
				"hostname": "<string>",
				"current_mac_address": "<string>",
				"current_network_prefix": "<string>",
				"internet_exposure": "<string>"
			}
		}
	]
}

Workflow Library Example

Get Application with Crowdstrike and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop