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

Kno229 slack users with mfa disabled #77

Merged
merged 3 commits into from
Jun 23, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion jupiterone/questions/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,16 @@ questions:
u.email AS User
tags:
- slack
- user
- user

- id: managed-question-slack-active-users-with-no-multi-factor-authentication
title: Who are the active users within Slack that do not use MFA?
description: Returns a list of active Slack users that do not have MFA enabled.
queries:
- name: Slack Multi-factor Authentication
resultsAre: BAD
query: |
FIND slack_user WITH active = true AND mfaEnabled != true
tags:
- slack
- user