diff --git a/_shared_content/automate/library/mimecast.md b/_shared_content/automate/library/mimecast.md new file mode 100644 index 0000000000..3d8317412b --- /dev/null +++ b/_shared_content/automate/library/mimecast.md @@ -0,0 +1,32 @@ +# Mimecast + +![Mimecast](/assets/playbooks/library/mimecast.png){ align=right width=150 } + +Mimecast offers cloud-based email security, archiving, and continuity solutions to protect against cyber threats and ensure compliance. + +## Configuration + +| Name | Type | Description | +| --------- | ------- | --------------------------- | +| `client_id` | `string` | Client ID | +| `client_secret` | `string` | Client Secret | + +## Triggers + +### [BETA] Fetch new email events from Mimecast + +Mimecast - Email Security + +**Arguments** + +| Name | Type | Description | +| --------- | ------- | --------------------------- | +| `frequency` | `integer` | Batch frequency in seconds | +| `chunk_size` | `integer` | The size of chunks for the batch processing | +| `intake_server` | `string` | Server of the intake server (e.g. 'https://intake.sekoia.io') | +| `intake_key` | `string` | Intake key to use when sending events | + + +## Extra + +Module **`Mimecast` v0.1.1** \ No newline at end of file diff --git a/docs/assets/playbooks/library/mimecast.png b/docs/assets/playbooks/library/mimecast.png new file mode 100644 index 0000000000..043681dc20 Binary files /dev/null and b/docs/assets/playbooks/library/mimecast.png differ diff --git a/mkdocs.yml b/mkdocs.yml index f8e025e8e6..4f3d945adf 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -32,17 +32,17 @@ nav: - Getting started: - Overview: getting_started/index.md - Where to start: getting_started/concepts.md - - Workspace setup: + - Workspace setup: - Join workspace: getting_started/join_community.md - Create and manage communities: getting_started/create_community.md - - Account setup: + - Account setup: - Create account: getting_started/create_account.md - Setup account: getting_started/account_settings.md - - Security and access: + - Security and access: - Account security: - Two-Factor Authentication: getting_started/account_security.md - Security tokens: getting_started/securitytokens.md - - Workspace security: + - Workspace security: - Session duration: getting_started/session_duration.md - Two-Factor Authentication: getting_started/twofactor_workspace.md - SSO with OpenID Connect: getting_started/sso/openid_connect.md @@ -61,8 +61,6 @@ nav: - API Keys: getting_started/manage_api_keys.md - Sekoia regions: getting_started/regions.md - Troubleshooting tips: getting_started/get_troubleshooting_tips.md - - - Sekoia.io XDR: - Introduction: xdr/index.md - Quick start guide: xdr/xdr_quick_start.md @@ -334,6 +332,7 @@ nav: - Microsoft Entra ID: xdr/features/automate/library/microsoft-entra-id.md - Microsoft Office365: xdr/features/automate/library/microsoft-office365.md - Microsoft Windows Server: xdr/features/automate/library/microsoft-windows-server.md + - Mimecast: xdr/features/automate/library/mimecast.md - Netskope: xdr/features/automate/library/netskope.md - OSINT: xdr/features/automate/library/osint.md - Okta: xdr/features/automate/library/okta.md @@ -532,6 +531,7 @@ nav: - Microsoft Entra ID (Azure AD): tip/features/automate/library/microsoft-entra-id.md - Microsoft Office365: tip/features/automate/library/microsoft-office365.md - Microsoft Windows Server: tip/features/automate/library/microsoft-windows-server.md + - Mimecast: tip/features/automate/library/mimecast.md - Netskope: tip/features/automate/library/netskope.md - OSINT: tip/features/automate/library/osint.md - Okta: tip/features/automate/library/okta.md