Assets: Read.
External DocumentationTo learn more, visit the CrowdStrike documentation.
Parameters
Example Output
Workflow Library Example
Get Application with Crowdstrike and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Assets: Read.| Parameter | Description |
|---|---|
| Application ID | The ID of the CrowdStrike application to get details of. Can be retrieved from the ‘List Applications’ action. |
{
"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>"
}
}
]
}
Was this page helpful?