Skip to content

[ BUG ] command Get-FalconIoaExclusion -All -Detailed is not retrieving all the IOA exclusions (not using v2 of the API) #533

Description

@conan-chiles

Describe the bug

hi,
the command Get-FalconIoaExclusion -All -Detailed is not retrieving all IOA exclusions.

It's using the API endpoint /policy/queries/ioa-exclusions/v1 which only returns the older IOA exclusion type, without parent process details.

believe it needs to be updated to use the API endpoint /exclusions/entities/ss-ioa-exclusions/v2 to also retrieve the newer type, with parent process details.

https://supportportal.crowdstrike.com/s/article/Release-Notes-Parent-and-Grandparent-Process-Context-for-Machine-Learning-and-IOA-Exclusions

To Reproduce
have CID with both the newer and older IOA exclusion types, with and without parent process context.

run Get-FalconIoaExclusion -All -Detailed
which should only return the IOA exclusions of the older type

Expected behavior
use v2 of the API, return both types

Environment (please complete the following information):

  • OS: N/A
  • PowerShell: 7.6.4
  • PSFalcon: 2.2.9

Additional context
CS Support case: 02579478

Transcript content
see above CS Support case

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions