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
Describe the bug
hi,
the command
Get-FalconIoaExclusion -All -Detailedis not retrieving all IOA exclusions.It's using the API endpoint
/policy/queries/ioa-exclusions/v1which 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/v2to 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 -Detailedwhich 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):
Additional context
CS Support case: 02579478
Transcript content
see above CS Support case