You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.
Is there any example library of Cypher queries usable for each integration?
For example, backend services exposed to internet, resources without defender...
MATCH (a:azure_advisor_recommendation)
WHERE a.category = "Security" AND a.displayName =~ ".*Defender.*"
RETURN a.displayName,a.numericSeverity,a.category,count(*) ORDER BY a.numericSeverity desc
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there any example library of Cypher queries usable for each integration?
For example, backend services exposed to internet, resources without defender...
The text was updated successfully, but these errors were encountered: