Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Cipher query library? #586

Open
juju4 opened this issue Aug 26, 2023 · 0 comments
Open

Cipher query library? #586

juju4 opened this issue Aug 26, 2023 · 0 comments

Comments

@juju4
Copy link

juju4 commented Aug 26, 2023

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant