|
Description of your question To Reproduce Expected behavior Environment (please complete the following information):
|
Replies: 1 comment 1 reply
|
Here's an example of how you can find it. Note that not all vulnerabilities provide # 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 |
@Arefbee03
Here's an example of how you can find it. Note that not all vulnerabilities provide
evaluation_logic.