skip to Main Content

KQL get all CVE's in an array – Debian

I'm running the following KQL query in Azure Graph Explorer securityresources | where type == "microsoft.security/assessments/subassessments" | extend assessmentKey = extract(".*assessments/(.+?)/.*",1, id) | where assessmentKey == "dbd0cb49-b563-45e7-9724-889e799fa648" This returns my raws with [Results][1] If I click on See details I…

VIEW QUESTION

SentinelOne LinuxExtension – Azure

I am currently looking to deploy the SentinelOne agent via Terraform. There does not appear to be much documentation online for VM extension usage in terms of Terraform. Has anyone successfully deployed the S1 agent via Terraform extension? I am…

VIEW QUESTION
Back To Top
Search