Axonius Bot for Slack¶
This is a Slack bot for Axonius.
It enables users in Slack to interact with an Axonius instance in a number of ways:
- Get a report of objects in JSON format sent to you in a new thread.
- You can search for user objects by username, email (using regex or not).
- You can search for device objects by hostname, IP address, or MAC address (using regex or not).
- You can search for user or device objects by a query built in the Query Wizard of the Axonius GUI.
- You can add or remove labels in the thread that is started up for returned objects.
You can:
- See the Quickstart Guide in order to… get started quickly.
- See Using the Axonius Bot in Slack for examples of interacting with the bot in Slack.
To ask questions, request features, or report a bug:
- File an issue on the Issue Tracker
- Email apiclient@axonius.com
This is publicly available in a few places:
This was built with the help of a few packages:
- Click: For building the command line interface.
- Axonius API Client: For interacting with the Axonius API.
- Slack Machine: For interacting with the Slack API.
Table of Contents¶
- 1. Quickstart Guide
- 2. Installing
- 3. Using the Axonius Bot in Slack
- 4. Commit history
- 5. Todo Items