Skip to main content

Menlo Security

This Integration is part of the Menlo Security Pack.#

Supported versions

Supported Cortex XSOAR versions: 8.2.0 and later.

Menlo Security#

The cloud-based Menlo Security Isolation Platform (MSIP) eliminates the possibility of malware reaching user devices via compromised or malicious Web sites, Email or documents.

This integration collects logs from the MSIP Logging API and sends them to Cortex.

Configure Menlo Security on Cortex#

  1. Navigate to Settings > Configurations > Data Collection > Automations & Feed Integrations.
  2. Search for Menlo Security.
  3. Click Add instance to create and configure a new integration instance.
ParameterDescriptionRequired
Server URLThe Menlo Security logging API base URL. Default: https://logs.menlosecurity.comTrue
Auth TokenThe API authentication token with Log Export API permission.True
Token typeSelect Admin Token (default) for tokens generated from the Admin UI (uses the v2 API). Select Token for legacy tokens (uses the v1 API).True
Log typesThe log types to collect. Select one or more from: web, safemail, audit, auth_flows, smtp, attachment, bandwidth, heat, firewall, dlp, ms_client_logs. Default selection: web, safemail, audit, smtp, attachment, dlp. Note: heat replaces the deprecated isoc log type.True
Fetch eventsEnable event fetching.False
Maximum number of events per fetch per log typeMaximum events to collect per log type per fetch cycle. Default: 5000.False
Trust any certificate (not secure)Disable SSL certificate verification.False
Use system proxy settingsUse the system proxy for API requests.False
  1. Click Test to validate the connection.

Commands#

menlo-security-get-events#

Manually fetch events from the Menlo Security Isolation Platform.

Base Command#

menlo-security-get-events

Input#

Argument NameDescriptionRequired
start_timeStart time for the event query (e.g., 1 hour, 2024-01-01T00:00:00Z). Default: 1 hour.Optional
end_timeEnd time for the event query (e.g., now, 2024-01-02T00:00:00Z). Default: now.Optional
log_typesComma-separated list of log types to fetch (e.g., web,audit). Defaults to all configured log types.Optional
limitMaximum number of events to return per log type. Default: 100.Optional
should_push_eventsSet to True to push the fetched events to XSIAM. Set to False to only display them.Required

Context Output#

There is no context output for this command.

Notes#

  • The API token must have the Log Export API permission.