Trend Micro Email Security Event Collector

Palo Alto Networks Trend Micro Email Security Event Collector integration for XSIAM.

Analytics & SIEM · Trend Micro Email Security

Details

IDTrend Micro Email Security Event Collector
ProviderTrend Micro
CategoryAnalytics & SIEM
From Version6.8.0
Docker Imagedemisto/python3:3.12.13.10116658
Supported ModulesXSIAM

README

Palo Alto Networks Trend Micro Email Security Event Collector integration for XSIAM.

Configure Trend Micro Email Security Event Collector in Cortex

Parameter Description Required
Service URL   True
USER NAME   True
API Key   True
Trust any certificate (not secure)   False
Use system proxy settings   False
Hide sensitive details from email   False
The maximum number of events per fetch. The maximum number of events to fetch every time fetch is executed. False

Note: There are three types of events that the integration fetches, When the max fetch parameter is set to 1000 then 1000 logs will be retrieved from each type so that a total of 3000 logs can be retrieved.

Commands

You can execute these commands from the CLI, as part of an automation, or in a playbook.
After you successfully execute a command, a DBot message appears in the War Room with the command details.

trend-micro-get-events


Manual command to fetch events and display them.

Base Command

trend-micro-get-events

Input

Argument Name Description Required
max_fetch The maximum number of events to get. Default is 500. Optional
since Occurrence time of the least recent event to include (inclusive). Default is 3 days. Optional
should_push_events If true, the command will create events, otherwise it will only display them. Possible values are: true, false. Default is false. Required

Context Output

There is no context output for this command.

Configuration parameters

  • url — Server URL (required)
  • credentials — User name (required)
  • insecure — Trust any certificate (not secure)
  • proxy — Use system proxy settings
  • hide_sensitive — Hide sensitive details from email
  • max_fetch — The maximum number of events per fetch per event type.

Commands (1)

  • trend-micro-get-events

    Manual command to fetch events and display them.

category: Analytics & SIEM
provider: Trend Micro
description: Palo Alto Networks Trend Micro Email Security Event Collector integration for XSIAM.
display: Trend Micro Email Security Event Collector
name: Trend Micro Email Security Event Collector
commonfields:
  id: Trend Micro Email Security Event Collector
  version: -1
configuration:
- display: Server URL
  defaultvalue: https://<ServerURL>
  name: url
  required: true
  type: 0
  section: Connect
- display: User name
  name: credentials
  required: true
  type: 9
  displaypassword: API Key
  section: Connect
- display: Trust any certificate (not secure)
  name: insecure
  required: false
  type: 8
  section: Connect
- display: Use system proxy settings
  name: proxy
  required: false
  type: 8
  section: Connect
- display: Hide sensitive details from email
  additionalinfo: Hide subject and file name from emails
  name: hide_sensitive
  required: false
  defaultvalue: 'true'
  type: 8
  section: Collect
- display: The maximum number of events per fetch per event type.
  additionalinfo: The maximum number of events to fetch every time fetch is executed.
  defaultvalue: "5000"
  name: max_fetch
  required: false
  type: 0
  section: Collect
script:
  commands:
  - deprecated: false
    description: Manual command to fetch events and display them.
    name: trend-micro-get-events
    arguments:
    - name: max_fetch
      description: The maximum number of events to get.
      defaultValue: "500"
    - name: since
      description: Occurrence time of the least recent event to include (inclusive).
      defaultValue: 3 days
    - auto: PREDEFINED
      defaultValue: 'false'
      description: If true, the command will create events, otherwise it will only display them.
      name: should_push_events
      predefined:
      - 'true'
      - 'false'
      required: true
  dockerimage: demisto/python3:3.12.13.10116658
  isfetchevents: true
  script: '-'
  subtype: python3
  type: python
tests:
- No tests (auto formatted)
marketplaces:
- marketplacev2
- platform
fromversion: 6.8.0
supportedModules:
- xsiam