2.2.4 #269
bk-cs
announced in
Announcements
2.2.4
#269
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New Commands
archives
cloud-connect-aws
fwmgr
image-assessment
installation-tokens
intel
iocs
kubernetes-protection
ods
psf-fwmgr
recon
settings-discover
Issues Resolved
Get-FalconUser
does not includeAll
andTotal
parameters #255: Added missing parameters and maximum limit of 100 'ids' per 'detailed' request forGet-FalconUser
.Import-FalconConfig
:Cannot overwrite variable ...
error #256: Removed type definition when creating build tag variables. Added filter to ensure that LinuxArm64 builds were only being checked when they were using tagged versions.ConvertTo-FalconIoaExclusion
throws an error stating behaviors property is missing when it isn't. #260: @datorr2 fixedConvertTo-IoaExclusion
andConvertTo-MlExclusion
generating errors about missing properties when detection objects were not passed via the pipeline.Import-FalconConfig
not creating sha256Ioc
#263: Added additional property check toImport-FalconConfig
to preventsha256
IOCs from being ignored and marked as 'Exists' when they didn't actually exist in the target CID.Get-FalconContainerCluster
.General Changes
mobile-enrollment.ps1
toenrollments.ps1
to match URL prefix.psf-humio.ps1
topsf-logscale.ps1
to match product name change.Humio
toFalcon LogScale
.Select-Property
private function for validating the presence of specific properties within [object[]] values. This function is used to output error messages when the proper sub-property values (or string values themselves) are not found in objects submitted via the pipeline.New-ShouldMessage
function to ensure thatFormdata
payloads are displayed when using-WhatIf
parameter (with some exceptions).Confirm-Property
internal function for validating pipeline input.BodyArray
toInvoke-Falcon
internal function to force body payloads into a Json array when required.Invoke-Falcon
so that the body payload is shown after Json conversion instead of before.X-Api-Deprecation
header responses are detected.Compare-FalconPreventionPhase
.Invoke-Falcon
to outputmeta
content when no other results are available and no errors were produced, to prevent certain endpoints from outputtingerrors
andmeta
together.Command Changes
Updated to use their new respective v2 API endpoints:
Added
HostTimeout
parameter, re-ordered positioning and updatedTimeout
andHostTimeout
ranges from 30-600 to 1-600:Added
FromParent
parameter:Added
ContentFormat
andTriggerMatchless
parameters:Added
BreachMonitoring
andSubstringMatching
parameters:Added
State
parameter:Modified to prevent an error message about client permissions when using
-WhatIf
:Added a forced
HostTimeout
value to ensure that multi-host sessions are usedUpdated
DetectionId
andIncidentId
to submit as hashtables withid
property, rather than an array of string values:Modified how
Filename
is submitted to prevent potential errors:Add-FalconRole
/user-roles/entities/user-roles/v1:post
. This command now uses the/user-management/entities/user-role-actions/v1:post
endpoint exclusively (usingaction: grant
).Id
.Cid
is now a required parameter due to the endpoint change.Cid
is included in aGet-FalconUser -Detailed
result.Edit-FalconFirewallGroup
Validate
parameter to utilize new/fwmgr/entities/rule-groups/validation/v1:patch
endpoint.Edit-FalconHorizonPolicy
Region
,TagExcluded
andAccountId
parameters.Edit-FalconHorizonSchedule
NextScanTimestamp
parameter.Edit-FalconIoaExclusion
PatternId
andPatternName
parameters.Find-FalconHostname
Partial
switch to perform non-exact matches, an idea from Reddit user 'Runs_on_empty'!Include
parameter.Get-FalconActor
Include
parameter to allow the addition oftactic_and_technique
results fromGet-FalconAttck
.Get-FalconDiscoverAwsAccount
Filter
andSort
have been removed from available parameters, butMigrated
,OrganizationId
andScanType
have been added.Detailed
has been removed because a single call now includes details.Get-FalconHorizonIoaEvent
UserIds
parameter toUserId
but keptUserIds
as an alias.Get-FalconHorizonSchedule
CloudPlatform
to mandatory, as the API no longer returns results without specifying a value.Get-FalconIndicator
IncludeRelation
parameter.Get-FalconRole
Get-FalconUser
result toGet-FalconRole
.Id
using list of roles from authorized CID.Get-FalconUser
All
andTotal
parameters. These were mistakenly missed in the 2.2.3 release.Import-FalconConfig
Ioc
items after excluding failures and those that were successfully created.Ioc
actually failed.New-FalconDiscoverAwsAccount
/cloud-connect-aws/entities/account/v2:post
endpoint. Parameters have changed to match new endpoint.New-FalconFirewallGroup
Validate
parameter to utilize new/fwmgr/entities/rule-groups/validation/v1:post
endpoint.Platform
parameter, with auto-complete usingGet-FalconFirewallPlatform
for available values.New-FalconIoaExclusion
all
when submitted withinGroupId
. Whileall
will allow the creation of globally applied Machine Learning and Sensor Visibility exclusions, IOA exclusions expect nogroups
value. This also fixesImport-FalconConfig
failing to createIoaExclusion
becauseall
being an invalid Host Group identifier errors.New-FalconSubmission
SubmitName
andSha256
.Remove-FalconRole
/user-roles/entities/user-roles/v1:delete
. This command now uses the/user-management/entities/user-role-actions/v1:post
endpoint exclusively (usingaction: revoke
).Id
.Cid
is now a required parameter due to the endpoint change.Cid
is included in aGet-FalconUser -Detailed
result.Revoke-FalconToken
Send-FalconCompleteAttachment
Send-FalconSample
FileName
toName
to matchSend-FalconSampleArchive
when redirecting sample archives.FileName
was retained as an alias.Start-FalconSession
Timeout
parameter toStart-FalconSession
when working with single-host sessions.Timeout
would previously force a batch session to be created even if a single host was submitted. Now thatTimeout
also works for single host sessions,HostTimeout
orExistingBatchId
must be used to force creation of a batch session.This discussion was created from the release 2.2.4.
Beta Was this translation helpful? Give feedback.
All reactions