2.2.5 #303
bk-cs
announced in
Announcements
2.2.5
#303
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New Commands
container-security
discover
falconx
fwmgr
kubernetes-protection
Issues Resolved
Import-FalconConfig
only creates WindowsFirewallGroup
#283: Addedplatform
during creation ofFirewallGroup
items when usingImport-FalconConfig
.Get-FalconQueue
no longer reporting queued sessions #294: Modified the FQL query being used byGet-FalconQueue
to account for an API change that made theprevious query stop working.
Get-FalconHorizonIom
withAll
is not paginating properly #295: Added code to the sub-functionInvoke-Loop
insideInvoke-Falcon
to strip all query parameterswhen paginating
Get-FalconHorizonIom
.Get-FalconAsset
with-Include login_events
does not add results for all assets #296: UpdatedGet-FalconAsset
to ensure proper attachment oflogin_event
results for each asset whenusing
-Include login_event
.Import-FalconConfig
only creates WindowsFirewallGroup
#283: ModifiedNew-FalconSensorUpdatePolicy
to removescheduler
undersettings
when set asdisabled to prevent errors when creating policies.
General Changes
Compare-FalconPreventionPhase
.Write-Verbose
toPSCmdlet.WriteVerbose()
to increase content when usingVerbose
with commands.
Verbose
functionwithin
class\Class.ps1
and the private functionunnamed
.Start-RtrUpdate
andStop-RtrUpdate
functions to manage PowerShell background jobs to refreshReal-time Response sessions when using
Invoke-FalconRtr
orInvoke-FalconDeploy
.Wait
parameter forInvoke-FalconAdminCommand
,Invoke-FalconBatchGet
,Invoke-FalconCommand
, andInvoke-FalconResponderCommand
to wait until completion instead of a maximum of60 seconds.
Wait-RtrCommand
andWait-RtrGet
private functions when usingWait
with Real-time Responsecommands.
Write-Result
to increase performance.Get-RtrResult
function (used byInvoke-FalconRtr
andInvoke-FalconDeploy
) to include propertiesthat are blank in output. This will ensure that piping to CSV does not present problems when certain hosts
respond with different properties (i.e.
stderr
on some results and not others).Test-FqlStatement
function was properly used with each command'sFilter
parameter.PSFalcon.psd1
to remove duplicate load ofclass\Class.ps1
.Command Changes
Confirm-FalconGetFile
ValidatePattern
value forId
parameter.Edit-FalconDetection
ignored
as an option forStatus
to conform with API change.Edit-FalconDeviceControlPolicy
Find-FalconDuplicate
Platform
parameter to filter by a specific platform when retrieving hosts (instead of providing alists through the
Hosts
parameter).Find-FalconHostname
Get-FalconAsset
-Include login_event
.Application
switch to search for applications inventoried by Falcon Discover.IoT
switch to search for IoT assets inventoried by Falcon Discover.Get-FalconContainerVulnerability
Application
parameter for filtering application packages.Get-FalconDeviceControlPolicy
Get-FalconHorizonIoa
AccountId
and removedRegion
.CloudPlatform
as mandatory instead of generating an error when it was not included.Get-FalconHorizonIom
/detects/entities/iom/v2:get
and/detects/queries/iom/v2:get
.Filter
andSort
. Old parameters are no longeravailable, but similar functionality can be found using proper
Filter
statements.Get-FalconHorizonPolicy
/settings/entities/policy-details/v2:get
endpoint when supplying anId
value.Detailed
switch because the base endpoint always returns detailed results.Get-FalconHost
policy_names
as an option forInclude
to appendpolicy_name
underdevice_policies
results (when possible).
Get-FalconRole
Detailed
from command because all results have detailed information in the related parameter set.All
andTotal
to relevant parameter set.Get-FalconUser
Username
.Get-FalconQueue
HostId
parameter to restrict queued session search to specific host identifiers.Get-FalconZta
Filter
,Sort
,Limit
,After
,Detailed
,All
, andTotal
parameters in support of new APIendpoint
GET /zero-trust-assessment/queries/assessments/v1
.Invoke-FalconDeploy
Set-Location
to force location to temporary directory when running executable on target host(s).GroupId
so thatInvoke-FalconHostAction
results could be piped through theHostId
parameter.Invoke-FalconRtr
Timeout
for session creation and command requests to 600 seconds when not defined.Timeout
of 2 seconds less than definedTimeout
for batch sessions (or 58 seconds if notdefined) and 3600 seconds for single-host sessions when using
runscript
and not specifyingTimeout
insideArgument
.Select-Object
code (which ensured all objects had the same final output) to greatly increaseperformance.
GroupId
so thatInvoke-FalconHostAction
results can be piped through theHostId
parameter.Sort-Object
when generating list ofCommand
values to ensure it's provided in alphabetical order.Command
values that have a space.New-FalconCompleteCase
This discussion was created from the release 2.2.5.
Beta Was this translation helpful? Give feedback.
All reactions