You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fixed the parameter that send as a limit
* update rn
* update test playbook
* Update Packs/CrowdStrikeFalcon/ReleaseNotes/1_11_7.md
Co-authored-by: Shelly Tzohar <[email protected]>
* fixing test playbook
* adding sort incidents by the ids order; fix time field issue
* rename rn
* bump version
* added unitest
* fix rn
* save unitest fix
* save format
* save unitest fix
* update docker
---------
Co-authored-by: Shelly Tzohar <[email protected]>
Copy file name to clipboardExpand all lines: Packs/CrowdStrikeFalcon/Integrations/CrowdStrikeFalcon/CrowdStrikeFalcon.yml
+17-17
Original file line number
Diff line number
Diff line change
@@ -412,7 +412,7 @@ script:
412
412
- description: Any commands run against an offline-queued session will be queued up and executed when the host comes online.
413
413
name: queue_offline
414
414
defaultValue: false
415
-
- description: A comma-separated list of host agent IDs to run commands for. (Can be retrieved by running the 'cs-falcon-search-device' command.)
415
+
- description: A comma-separated list of host agent IDs to run commands for. (Can be retrieved by running the 'cs-falcon-search-device' command.).
416
416
name: host_ids
417
417
required: true
418
418
- description: The type of command to run.
@@ -423,7 +423,7 @@ script:
423
423
required: true
424
424
- auto: PREDEFINED
425
425
defaultValue: read
426
-
description: 'The scope to run the command for. Possible values are: "read", "write", and "admin". (NOTE: In order to run the CrowdStrike RTR `put` command, it is necessary to pass `scope=admin`.)'
426
+
description: 'The scope to run the command for. Possible values are: "read", "write", and "admin". (NOTE: In order to run the CrowdStrike RTR `put` command, it is necessary to pass `scope=admin`.).'
427
427
name: scope
428
428
predefined:
429
429
- read
@@ -491,7 +491,7 @@ script:
491
491
- description: The file entry ID to upload.
492
492
name: entry_id
493
493
required: true
494
-
description: Uploads a file to the CrowdStrike cloud. (Can be used for the RTR 'put' command.)
494
+
description: Uploads a file to the CrowdStrike cloud. (Can be used for the RTR 'put' command.).
495
495
name: cs-falcon-upload-file
496
496
- arguments:
497
497
- description: The ID of the file to delete. (The ID of the file can be retrieved by running the 'cs-falcon-list-files' command).
@@ -500,7 +500,7 @@ script:
500
500
description: Deletes a file based on the provided ID. Can delete only one file at a time.
501
501
name: cs-falcon-delete-file
502
502
- arguments:
503
-
- description: A comma-separated list of file IDs to get. (The list of file IDs can be retrieved by running the 'cs-falcon-list-files' command.)
503
+
- description: A comma-separated list of file IDs to get. (The list of file IDs can be retrieved by running the 'cs-falcon-list-files' command.).
504
504
name: file_id
505
505
required: true
506
506
description: Returns files based on the provided IDs. These files are used for the RTR 'put' command.
@@ -531,7 +531,7 @@ script:
531
531
description: The full name of the file.
532
532
type: String
533
533
- contextPath: CrowdStrike.File.Permission
534
-
description: 'The permission type of the file. Possible values are: "private", which is used only by the user who uploaded it, "group", which is used by all RTR Admins, and "public", which is used by all active-responders and RTR admins'
534
+
description: 'The permission type of the file. Possible values are: "private", which is used only by the user who uploaded it, "group", which is used by all RTR Admins, and "public", which is used by all active-responders and RTR admins.'
535
535
type: String
536
536
- contextPath: CrowdStrike.File.SHA256
537
537
description: The SHA-256 hash of the file.
@@ -595,7 +595,7 @@ script:
595
595
description: The size of the file in bytes.
596
596
type: Number
597
597
- arguments:
598
-
- description: A comma-separated list of script IDs to return. (The script IDs can be retrieved by running the 'cs-falcon-list-scripts' command.)
598
+
- description: A comma-separated list of script IDs to return. (The script IDs can be retrieved by running the 'cs-falcon-list-scripts' command.).
599
599
name: script_id
600
600
required: true
601
601
description: Returns custom scripts based on the provided ID. Used for the RTR 'runscript' command.
@@ -641,7 +641,7 @@ script:
641
641
description: Whether the user has write access to the script.
642
642
type: Boolean
643
643
- arguments:
644
-
- description: The script ID to delete. (Script IDs can be retrieved by running the 'cs-falcon-list-scripts' command.)
644
+
- description: The script ID to delete. (Script IDs can be retrieved by running the 'cs-falcon-list-scripts' command.).
645
645
name: script_id
646
646
required: true
647
647
description: Deletes a custom-script based on the provided ID. Can delete only one script at a time.
@@ -692,7 +692,7 @@ script:
692
692
- arguments:
693
693
- description: The name of the script to run.
694
694
name: script_name
695
-
- description: A comma-separated list of host agent IDs to run commands. (The list of host agent IDs can be retrieved by running the 'cs-falcon-search-device' command.)
695
+
- description: A comma-separated list of host agent IDs to run commands. (The list of host agent IDs can be retrieved by running the 'cs-falcon-search-device' command.).
696
696
name: host_ids
697
697
required: true
698
698
- description: The PowerShell script code to run.
@@ -1290,7 +1290,7 @@ script:
1290
1290
description: The identity of the user/process who last updated the IOC.
1291
1291
type: string
1292
1292
- contextPath: CrowdStrike.NextPageToken
1293
-
description: A pagination token used with the limit parameter to manage pagination of results
1293
+
description: A pagination token used with the limit parameter to manage pagination of results.
1294
1294
- arguments:
1295
1295
- auto: PREDEFINED
1296
1296
description: 'The IOC type to retrieve. Possible values are: "sha256", "sha1", "md5", "domain", "ipv4", and "ipv6". Either ioc_id or ioc_type and value must be provided.'
@@ -2274,7 +2274,7 @@ script:
2274
2274
- description: The ID of the host group.
2275
2275
name: host_group_id
2276
2276
required: true
2277
-
- description: A comma-separated list of host agent IDs to run commands. (The list of host agent IDs can be retrieved by running the 'cs-falcon-search-device' command.)
2277
+
- description: A comma-separated list of host agent IDs to run commands. (The list of host agent IDs can be retrieved by running the 'cs-falcon-search-device' command.).
2278
2278
isArray: true
2279
2279
name: host_ids
2280
2280
required: true
@@ -2309,7 +2309,7 @@ script:
2309
2309
- description: The ID of the host group.
2310
2310
name: host_group_id
2311
2311
required: true
2312
-
- description: A comma-separated list of host agent IDs to run commands. (The list of host agent IDs can be retrieved by running the 'cs-falcon-search-device' command.)
2312
+
- description: A comma-separated list of host agent IDs to run commands. (The list of host agent IDs can be retrieved by running the 'cs-falcon-search-device' command.).
2313
2313
isArray: true
2314
2314
name: host_ids
2315
2315
required: true
@@ -2627,7 +2627,7 @@ script:
2627
2627
description: Updates the remote incident or detection with local incident or detection changes. This method is only used for debugging purposes and will not update the current incident or detection.
2628
2628
name: update-remote-system
2629
2629
- arguments:
2630
-
- description: Limit the vulnerabilities returned to specific properties. Each value must be enclosed in single quotes and placed immediately after the colon with no space. For example, 'filter=status:'open'+cve.id:['CVE-2013-3900','CVE-2021-1675']'
2630
+
- description: Limit the vulnerabilities returned to specific properties. Each value must be enclosed in single quotes and placed immediately after the colon with no space. For example, 'filter=status:'open'+cve.id:['CVE-2013-3900','CVE-2021-1675']'.
2631
2631
name: filter
2632
2632
- description: Unique agent identifier (AID) of a sensor.
2633
2633
name: aid
@@ -2652,7 +2652,7 @@ script:
2652
2652
- description: Type of host a sensor is running on.
2653
2653
name: host_type
2654
2654
isArray: true
2655
-
- description: Filter for vulnerabilities based on the number of days since a host last connected to CrowdStrike Falcon. Enter a numeric value from 3 to 45 to indicate the number of days you want to look back. Example- last_seen_within:10
2655
+
- description: Filter for vulnerabilities based on the number of days since a host last connected to CrowdStrike Falcon. Enter a numeric value from 3 to 45 to indicate the number of days you want to look back. Example- last_seen_within:10.
2656
2656
name: last_seen_within
2657
2657
- auto: PREDEFINED
2658
2658
description: Indicates if the vulnerability is suppressed by a suppression rule.
@@ -3864,7 +3864,7 @@ script:
3864
3864
description: A unique identifier for the scan profile used in the scan.
3865
3865
type: String
3866
3866
- contextPath: CrowdStrike.ODSScanHost.host_id
3867
-
description: A unique identifier for the host that was scanned
3867
+
description: A unique identifier for the host that was scanned.
0 commit comments