Skip to content
Discussion options

You must be logged in to vote

@Arefbee03

Here's an example of how you can find it. Note that not all vulnerabilities provide evaluation_logic.

# Example filter, insert your own here
$Request = Get-FalconVulnerability -Filter "created_timestamp:>'now-30d'" -Detailed
$Id = $Request.Where({$_.apps.evaluation_logic.id}).apps.evaluation_logic.id
Get-FalconVulnerabilityLogic -Id $Id

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Arefbee03
Comment options

Answer selected by bk-cs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #503 on October 09, 2025 15:34.