Skip to main content

Mailjet Keys

Description

General

  • Documentation: https://dev.mailjet.com/email/guides/
  • Summary: Mailjet API allows users to send emails and SMS. Authentication is handled through basic auth. This detector aims to catch username/password couples.
  • IPs allowlist: This feature is not available.
  • Scopes: The default couple grants access to all features, however, Sub-account API keys can be created to grant access to specific email addresses.

Revoke the secret

This can be done from the Mailjet dashboard

Check for suspicious activity

Usage can be monitored from the dashboard.

Details for Mailjet keys

  • Family: Api

  • Category: Messaging system

  • Company: Mailjet

  • High recall: False

  • Validity check available: True

  • On-premise instances exist: False

  • Only valid secrets raise an alert: True

  • Minimum number of matches: 2

  • Occurrences found for one million commits: 0.87

  • Prefixed: False

  • PreValidators:

- type: FilenameBanlistPreValidator
banlist_extensions: []
banlist_filenames: []
check_binaries: false
include_default_banlist_extensions: true
ban_markup: false
- type: ContentWhitelistPreValidator
patterns:
- mailjet

Examples

- text: |
mailjet
api_key = "e708ba56e1517a99f6b5fb07349476ef"
api_secret = '76efb766c113290b1663b8e561a40aec'
client_id: e708ba56e1517a99f6b5fb07349476ef
client_secret: 76efb766c113290b1663b8e561a40aec
- text: mailjet api_key = "e708ba56e1517a99f6b5fb07349476ef" api_secret = '76efb766c113290b1663b8e561a40aec'

client_id: e708ba56e1517a99f6b5fb07349476ef
client_secret: 76efb766c113290b1663b8e561a40aec

How can I help you ?