PSFalcon - Vulnerability evaluation_logic #325
Replies: 1 comment 4 replies
-
The |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am using PSFalcon to retrieve vulnerability data (Get-FalconVulnerability).
The Facet section looks like this: Facet = 'cve','evaluation_logic','host_info','remediation'
However, I can't find in the [PSCustomObject] any property where I can get the vulnerability evaluation logic.
The [PSCustomObject] has only these properties:
aid NoteProperty string aid=df9c8e1b066447cda8ce2721aa6b5199
apps NoteProperty Object[] apps=System.Object[]
cid NoteProperty string cid=367186119abf42c3b50812be7a12efb7
created_timestamp NoteProperty string created_timestamp=2022-10-14T14:28:39Z
cve NoteProperty System.Management.Automation.PSCustomObject cve=@{id=CVE-...
host_info NoteProperty System.Management.Automation.PSCustomObject host_info=@{h...
id NoteProperty string id=df9c8e1b066447cda8ce2721aa6b5199_d5e76f7fe7fe3b...
remediation NoteProperty System.Management.Automation.PSCustomObject remediation=@...
status NoteProperty string status=open
suppression_info NoteProperty System.Management.Automation.PSCustomObject suppression_i...
updated_timestamp NoteProperty string updated_timestamp=2023-04-06T13:18:58Z
Could you please help me in retrieving the vulnerability evaluation logic?
Thank you.
Kris
Beta Was this translation helpful? Give feedback.
All reactions