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

Commit

Permalink
adding question
Browse files Browse the repository at this point in the history
  • Loading branch information
mikiodehartj1 committed Aug 1, 2024
1 parent 1248bec commit 75af623
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion jupiterone/questions/questions.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
---
sourceId: managed:duo
integrationDefinitionId: "${integration_definition_id}"
questions: []
questions:
- id: integration-question-duo-users-without-mfa
title: Which DUO Users Don't Have MFA Enabled?
description: Finds all Duo users without MFA Enabled.
queries:
- query: |
FIND duo_user THAT !ASSIGNED mfa_device
tags:
- duo
- access
- mfa

0 comments on commit 75af623

Please sign in to comment.