< Back

Security

We implement the following measures to operate marbot securely.

Encryption-in-transit

All data is encrypted when we move it over the wire.

  • All data passed between marbot and Slack / Microsoft Teams is encrypted in transit using TLS (https).
  • All data passed between your AWS accounts and marbot is encrypted in transit using TLS (https).
  • When you use the optional email integration, data might not be encrypted in transit due to the nature of emails.

Encryption-at-rest

All data is encrypted when we persist it.

  • We use Amazon DynamoDB as our main database. DynamoDB is fully encrypted by default using an AWS-owned key.
  • We use Amazon Kinesis to enqueue asynchronous operations. Kinesis is fully encrypted using a customer-managed key.

Data parsimony

We store as little information as possible and as short as possible.

  • We store event payloads that endpoints receive for 14 days.
  • We store alerts for 14 days with references to user IDs.
  • We store escalations for 14 days with references to user IDs.
  • We store information about the endpoints to map them to a channel (including the channel name).
  • We store information about connected AWS accounts (including the account alias if the AccountAlias feature is turned on).
  • We store log files for 30 days to debug issues in production.
  • Subscriptions are handled by AWS Marketplace (or FastSpring for legacy subscriptions). We do not process or store your payment information.

Slack

  • We store data about your Slack workspace needed to integrate with Slack’s API.
    • Workspace ID and name.
    • Bot user ID and access token, and scopes.
  • The above data is deleted within 24 hours when you uninstall the bot.

Microsoft Teams

  • We store data about your Microsoft Teams tenant needed to integrate with Microsoft’s API.
    • Tenant ID.
    • Bot user ID and the service endpoint for your region.
  • We keep track of the team IDs to which marbot is added.
  • The above data is deleted within 24 hours when marbot is no longer added to any team.

Tenant isolation

marbot is implemented using a multi-tenancy architecture. We achieve tenant isolation by using the customer ID as a core component of primary keys used in our database.

Least Privilege Principle

Humans, as well as code, have only the needed permissions to get the job done.

Governance

We use a suite of tools to ensure that we follow best practices and industry standards. We use:

  • AWS SecurityHub: We comply with AWS Foundational Security Best Practices and CIS AWS Foundations Benchmark (security score > 75%).
  • AWS CloudTrail and AWS Config to record changes to our infrastructure.

API/endpoint protection

We protect our API https://api.marbot.io against attacks using rate limiting and authorization. Our API is used by our partners (Slack and Microsoft Teams) and our customers.

Slack and Microsoft Teams sign their requests to us. We only accept requests adequately signed to ensure that we only receive valid events from our partners and not malicious actors.

Each endpoint is rate limited to 0.1 req/sec (5 req/sec burst) to avoid one customer overwhelming our system and slowing down all other customers. The endpoint is protected using a secret endpoint ID that must not be shared with others.

More help needed? Or want to share feedback?

If you experience any issues, let us know.

E-mail icon
E-Mail
marbot teaser

Chatbot for AWS Monitoring

Configure monitoring for Amazon Web Services: CloudWatch, EC2, RDS, EB, Lambda, and more. Receive and manage alerts via Slack. Solve incidents as a team.

Slack
Add to Slack
Microsoft Teams
Add to Teams