All Projects → radekk → mfa-monitor

radekk / mfa-monitor

Licence: MIT license
Backendless security monitoring for your MFA enabled services. 🔐

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to mfa-monitor

Atena
Atena is an initiative of the Impulso Network in collaboration with several Impulsers, with the objective to promote the engagement and to reward the activities and efforts of each person in the Impulso Network.
Stars: ✭ 133 (+195.56%)
Mutual labels:  slack-bot
Chatskills
Run and debug Alexa skills on the command-line. Create bots. Run them in Slack. Run them anywhere!
Stars: ✭ 171 (+280%)
Mutual labels:  slack-bot
loginguard
Two Step Verification for Joomla!™ – from the developer of Joomla's Two Factor Authentication
Stars: ✭ 21 (-53.33%)
Mutual labels:  tfa
Lita Slack
A Slack adapter for Lita.
Stars: ✭ 138 (+206.67%)
Mutual labels:  slack-bot
Fantasy football chat bot
GroupMe Discord and Slack Chatbot for ESPN Fantasy Football
Stars: ✭ 166 (+268.89%)
Mutual labels:  slack-bot
Go Sarah
Simple yet customizable bot framework written in Go.
Stars: ✭ 188 (+317.78%)
Mutual labels:  slack-bot
Quantified Self
Self-knowledge through numbers
Stars: ✭ 118 (+162.22%)
Mutual labels:  slack-bot
rocket2
🚀 The official UBC Launch Pad Slack bot and team management platform
Stars: ✭ 17 (-62.22%)
Mutual labels:  slack-bot
Secret Santa
🎅 The code behind Secret Santa, the holiday bot for Slack / Discord / Zoom
Stars: ✭ 170 (+277.78%)
Mutual labels:  slack-bot
Awesome Bots
The most awesome list about bots ⭐️🤖
Stars: ✭ 2,864 (+6264.44%)
Mutual labels:  slack-bot
Slick
Slick, a Slack bot in Go
Stars: ✭ 150 (+233.33%)
Mutual labels:  slack-bot
Php Slack Bot
Slack bot user written in PHP
Stars: ✭ 161 (+257.78%)
Mutual labels:  slack-bot
Sactive Bot
😈 An extensible chat bot framework. sactive-bot is an evolution of the open source hubot project. - https://www.shipengqi.top/sactive-bot .
Stars: ✭ 212 (+371.11%)
Mutual labels:  slack-bot
Norrisbot
a Slack bot that kicks asses (roundhouse-kicks to be accurate...)
Stars: ✭ 134 (+197.78%)
Mutual labels:  slack-bot
metaflowbot
Slack bot for monitoring your Metaflow flows!
Stars: ✭ 22 (-51.11%)
Mutual labels:  slack-bot
Slack Block Builder
Lightweight, no-dependency JavaScript library for creating Slack Block Kit UIs, with a builder syntax, inspired by SwiftUI.
Stars: ✭ 129 (+186.67%)
Mutual labels:  slack-bot
Tock
Tock - the open source conversational AI toolkit
Stars: ✭ 175 (+288.89%)
Mutual labels:  slack-bot
djaodjin-signup
Django app for frictionless signup
Stars: ✭ 18 (-60%)
Mutual labels:  mfa
scrappy
🗑️ the bot that eats trash (and manages #scrapbook)
Stars: ✭ 35 (-22.22%)
Mutual labels:  slack-bot
Urban Bot
🤖 The universal chatbot library based on React. Write once, launch Telegram, Facebook, Slack, ... every messenger with chatbots
Stars: ✭ 223 (+395.56%)
Mutual labels:  slack-bot

Backendless MFA monitoring

Build Status

Monitor your online applications without worrying about the hosting platform, bills, and servers. Run simple crontab task to oversee the actual state of the MFA (Multi-Factor Authentication) among different services like AWS (Amazon Web Services), Github, Google, Slack and more.

Slack alert

Requirements

Update your current installation

If you have the MFA monitor already configured (build/config.json file exists) then you can update both the webtask source code and the cron job in two simple steps:

git pull --rebase
npm run configure:webtasks
npm run update

What it does is:

  • Update the source code of all installed webtasks (notifiers and monitors).
  • Reconfigure your webtasks (old config settings are used if any exists).
  • Reinstall cron job using the newest source code.

Installing for the first time

The installation consists of two simple steps. The first one is the NPM dependency installation process and the second one is the MFA monitor configuration.

npm install
npm run start

Configuration and update

Configuration process allows modifying settings for individual components without starting from scratch. Settings are stored inside build directory as config.json file.

Available commands are:

npm run start - fully automated process, configure, build, install

npm run build - build all tasks
npm run build:webtasks - build only webtasks

npm run configure - configure all tasks
npm run configure:cron - configure only cron settings
npm run configure:sandbox - configure sandbox settings
npm run configure:webtasks - configure webtasks settings

npm run update - update remote notifiers, monitors and cron worker

Configuration

Compatibility

It works with every service with an API access to information about the MFA state for particular accounts. Feel free to create a new connector and share with people by sending the pull request.

Architecture

This project leverages the quality of webtask.io platform created by auth0 which allows running Node.JS code inside an isolated environment. It is fast, secure, reliable and FREE.

Architecture

License

This project is licensed under the MIT license. See the LICENSE file for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].