2.2.8 #439
bk-cs
announced in
Announcements
2.2.8
#439
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Removed Commands
ioa
New Commands
billing-dashboards-usage
device-content
identity-protection
policy-content-update
quickscanpro
snapshots
Issues Resolved
Add-FalconSensorTag
andRemove-FalconSensorTag
not working on Linux hosts #421: Updated internal function to evaluate FalconSensorTags and re-wrote scripts for FalconSensorTagmanipulation through Real-time Response to fix the inability to add/remove FalconSensorTags on Linux. This
also fixed the same issue that was impacting MacOS hosts.
Invoke-FalconDeploy
producesnull-valued expression
error duringput
step #424: Increased[System.Net.Http.HttpClient]
default timeout to 5 minutes from 1 minute. UpdatedInvoke-FalconAdminCommand
,Invoke-FalconCommand
, andInvoke-FalconResponderCommand
to only attempt toappend
batch_id
to results that have asession_id
.Uninstall-FalconSensor
uses Windows script on Linux #426: UpdatedUninstall-FalconSensor
to properly select bash uninstall script when targeting Linuxhosts.
tar
andupdate query
not working in related RTR commands #427: Addedtar
to validCommand
list forInvoke-FalconAdminCommand
andInvoke-FalconResponderCommand
and correctedInvoke-FalconAdminCommand
to properly include theCommand
value
update query
.Edit-FalconFirewallGroup
throws error400: Provided data does not match expectedRuleGroupModifyRequestV1 format
#433: ModifiedEdit-FalconFirewallGroup
to ensure thatnull
values forrule_ids
andrule_versions
are converted into empty arrays, and that single values are forced into arrays.
Uninstall-FalconSensor
issues against Linux boxes #435: Updateduninstall_sensor.sh
script to incorporate the use ofsystemd
to uninstallfalcon-sensor
on Linux hosts utilizing some additional code from an existing uninstaller script. Thanks @carlosmmatos and
@cs-APreston-ghAccount!
General Changes
Request-FalconToken
andTest-FalconToken
.Command Changes
ConvertTo-FalconFirewallRule
protocol
as a required field for theMap
table and rule creation.Edit-FalconReconRule
MatchOnTsqResultType
.Export-FalconConfig
ContentPolicy
as a value forSelect
parameter.Get-FalconChannelControl
Get-FalconContentControl
.Get-FalconChannelControl
has been kept as an alias.Get-FalconHost
content_state
as anInclude
value.Get-FalconIoaExclusion
ClRegex
andIfnRegex
.Get-FalconQuickScan
Get-FalconVulnerability
Limit
to400
when usingAll
withoutDetailed
to prevent5000 is an invalid page size, must be between 1 and 400
error.Import-FalconConfig
ContentPolicy
as a value forModifyExisting
andModifyDefault
parameters.Invoke-FalconAdminCommand
tar
as a validCommand
value.Invoke-FalconResponderCommand
tar
as a validCommand
value.update query
as a validCommand
which was mistakenly removed in a previous release.New-FalconCompleteCase
MalwareSubmissionId
andReconRuleType
.New-FalconQuickScan
New-FalconReconRule
MatchOnTsqResultType
.Receive-FalconCloudAwsScript
DspmEnabled
,DspmRegion
, andDspmRole
.Receive-FalconScheduledReport
last_execution.id
andreport_params.format
fields to define afilename if
Path
is left undefined and is being passed a report via pipeline. This will ensure that"scheduled reports" (i.e. vulnerability reports) are successfully downloaded without providing a
Path
.Set-FalconChannelControl
Set-FalconContentControl
.Set-FalconChannelControl
has been kept as an alias.This discussion was created from the release 2.2.8.
Beta Was this translation helpful? Give feedback.
All reactions