收集 Trend Micro Email Security 日志

支持的平台:

本文档介绍了如何使用 Bindplane 将 Trend Micro Email Security 日志注入到 Google Security Operations。Trend Micro Email Security 是一种基于云的电子邮件网关,可在垃圾邮件、恶意软件、钓鱼式攻击、勒索软件和高级定向攻击到达用户邮箱之前,保护组织免受这些威胁的侵害。它可为入站和出站电子邮件流量提供网址过滤、附件沙盒和数据丢失防护功能。

准备工作

请确保满足以下前提条件:

  • Google SecOps 实例。
  • 搭载 systemd 的 Windows 2016 或更高版本或 Linux 主机。
  • 如果在代理后面运行,请确保防火墙端口已根据 Bindplane 代理要求打开。
  • 对 Trend Micro Email Security 管理控制台的特权访问权限。

获取 Google SecOps 注入身份验证文件

  1. 登录 Google SecOps 控制台。
  2. 依次前往 SIEM 设置 > 收集代理
  3. 下载数据注入身份验证文件

    • 将文件安全地保存在将要安装 Bindplane 的系统上。

获取 Google SecOps 客户 ID

  1. 登录 Google SecOps 控制台。
  2. 依次前往 SIEM 设置 > 配置文件
  3. 复制并保存组织详细信息部分中的客户 ID

安装 Bindplane 代理

按照以下说明在 Windows 或 Linux 操作系统上安装 Bindplane 代理。

Windows 安装

  1. 以管理员身份打开命令提示符PowerShell
  2. 运行以下命令:

    msiexec /i "[https://github.com/observIQ/bindplane-agent/releases/latest/download/observiq-otel-collector.msi](https://github.com/observIQ/bindplane-agent/releases/latest/download/observiq-otel-collector.msi)" /quiet
    

Linux 安装

  1. 打开具有 root 或 sudo 权限的终端。
  2. 运行以下命令:

    sudo sh -c "$(curl -fsSlL [https://github.com/observiq/bindplane-agent/releases/latest/download/install_unix.sh](https://github.com/observiq/bindplane-agent/releases/latest/download/install_unix.sh))" install_unix.sh
    

其他安装资源

如需了解其他安装选项,请参阅此安装指南

配置 Bindplane 代理以注入 syslog 并将其发送到 Google SecOps

  1. 访问配置文件:

    • 找到 config.yaml 文件。通常,该文件位于 Linux 上的 /etc/bindplane-agent/ 目录中或 Windows 上的安装目录中。
    • 使用文本编辑器(例如 nanovi 或记事本)打开该文件。
  2. 按如下方式修改 config.yaml 文件:

    receivers:
      tcplog:
        # Replace the port and IP address as required
        listen_address: "0.0.0.0:514"
    
    exporters:
      chronicle/chronicle_w_labels:
        compression: gzip
        # Adjust the path to the credentials file you downloaded in Step 1
        creds_file_path: '/path/to/ingestion-authentication-file.json'
        # Replace with your actual customer ID from Step 2
        customer_id: YOUR_CUSTOMER_ID
        endpoint: malachiteingestion-pa.googleapis.com
        # Add optional ingestion labels for better organization
        log_type: 'TRENDMICRO_EMAIL_SECURITY'
        raw_log_field: body
        ingestion_labels:
    
    service:
      pipelines:
        logs/source0__chronicle_w_labels-0:
          receivers:
            - tcplog
          exporters:
            - chronicle/chronicle_w_labels
    
  • 根据基础架构的需要替换端口和 IP 地址。
  • YOUR_CUSTOMER_ID 替换为实际的客户 ID。
  • /path/to/ingestion-authentication-file.json 更新为在第 1 步中保存身份验证文件的文件路径。

重启 Bindplane 代理以应用更改

  1. 如需在 Linux 中重启 Bindplane 代理,请运行以下命令:

    sudo systemctl restart observiq-otel-collector
    
  2. 如需在 Windows 中重启 Bindplane 代理,您可以使用服务控制台,也可以输入以下命令:

    net stop observiq-otel-collector && net start observiq-otel-collector
    

配置 Trend Micro Email Security syslog 转发

如需将 Trend Micro Email Security 配置为通过 syslog 将日志转发到 Bindplane 代理,请按以下步骤操作:

  1. 登录 Trend Micro Email Security 管理控制台。
  2. 依次前往管理 > Syslog 设置
  3. 点击添加以创建新的 syslog 服务器配置文件。

  4. 提供以下配置详细信息:

    • 服务器地址:输入 Bindplane 代理主机(例如 192.168.1.100)的 IP 地址。
    • 端口:输入 514(或在 Bindplane 代理中配置的端口)。
    • 协议:选择 TCP
    • 格式:选择 CEF(通用事件格式)。
  5. 日志类型部分,选择要转发的日志类别:

    • 政策事件 - 电子邮件过滤政策操作。
    • 垃圾内容检测 - 垃圾内容和灰名单邮件事件。
    • 恶意软件检测 - 病毒和恶意软件检测事件。
    • 勒索软件检测 - 勒索软件检测事件。
    • 网址分析 - 网址点击和点击时保护事件。
    • 高级威胁防护 - 沙盒分析事件。
    • 数据泄露防护 - DLP 政策违规事件。
    • 内容过滤 - 内容过滤规则事件。
  6. 点击保存

  7. 点击测试连接,验证日志是否正在发送到 Bindplane 代理。

  8. 通过检查 Bindplane 代理日志,验证日志是否正在到达。

如需了解详情,请参阅 Trend Micro Email Security 文档

UDM 映射表

日志字段 UDM 映射 逻辑
additional_cn1 additional.fields 已合并
additional_cs1 additional.fields 已合并
additional_cs2 additional.fields 已合并
additional_cs3 additional.fields 已合并
additional_cs4 additional.fields 已合并
additional_cs5 additional.fields 已合并
additional_cs6 additional.fields 已合并
message extensions.auth.type 已映射:loginAUTHTYPE_UNSPECIFIED
msg metadata.description 直接映射
rt metadata.event_timestamp 解析为 ISO8601
cs1 metadata.event_type 已映射:phishingSCAN_UNCATEGORIZED
message metadata.event_type 映射:CEF:0GENERIC_EVENTloginUSER_LOGIN
cs1 metadata.product_event_type 直接映射
network_direction network.direction 映射:INCOMINGINBOUNDOUTGOINGOUTBOUND
cs2 principal.hostname 直接映射
principal_ip principal.hostname 直接映射
principal_ip principal.ip 已合并
message principal.user.userid 已映射:logintarget.user.userid
suser principal.user.userid 直接映射
act security_result.action 映射:ALLOWactDENYsecurity_result_actionQUARANTINEact
security_result_action security_result.action 已合并
act security_result.action_details 直接映射
cs5 security_result.rule_name 直接映射
severity security_result.severity 映射:"0", "1", "2", "3", "LOW"LOW,`"4", "5", "6", "MEDIUM", "SUBSTANTIAL", "INFO"...
cs6 target.url 直接映射
duser target.user.email_addresses 已映射:;emailId
emailId target.user.email_addresses 已合并
duser target.user.userid 直接映射
principal.user.userid target.user.userid 已重命名/已映射
不适用 extensions.auth.type 常量:AUTHTYPE_UNSPECIFIED
不适用 metadata.event_type 常量:GENERIC_EVENT
不适用 network.direction 常量:INBOUND
不适用 principal.user.userid 常量:target.user.userid
不适用 security_result.severity 常量:LOW

更新日志

查看相应解析器的更改日志

需要更多帮助?获得社区成员和 Google SecOps 专业人士的解答。