diff --git a/jupiterone/questions/questions.yaml b/jupiterone/questions/questions.yaml index 6c3e72d..cf5a7f1 100644 --- a/jupiterone/questions/questions.yaml +++ b/jupiterone/questions/questions.yaml @@ -14,4 +14,15 @@ questions: FIND addigy_hostagent WITH systemVersion ~= 'macOS' and firewallEnabled!=true or fileVaultEnabled!=true tags: - addigy - - device \ No newline at end of file + - device + + - id: managed-question-addigy-policy-hierarchy + title: Which Addigy policies use organizations and locations to deploy software. + description: Returns a list of Addigy policies that deploy software at the organization and location level. + queries: + - name: informative + query: | + Find UNIQUE addigy_policy that CONTAINS << addigy_policy + tags: + - addigy + - policy \ No newline at end of file