Collect Proofpoint Threat Response (TRAP) logs
This document explains how yto ingest Proofpoint Threat Response (TRAP) logs to Google Security Operations using the Bindplane agent.
Proofpoint Threat Response Auto-Pull (TRAP) is a security orchestration platform for automated threat response and remediation. It integrates with email, endpoint, and network security tools to accelerate incident investigation and containment.
Before you begin
Make sure you have the following prerequisites:
- A Google SecOps instance
- Windows Server 2016 or later, or Linux host with
systemd - Network connectivity between the Bindplane agent and the Proofpoint TRAP server
- If running behind a proxy, ensure firewall ports are open per the Bindplane agent requirements
- Privileged access to the Proofpoint TRAP management console with administrator permissions
Get Google SecOps ingestion authentication file
- Sign in to the Google SecOps console.
- Go to SIEM Settings > Collection Agents.
- Download the Ingestion Authentication File.
Save the file securely on the system where Bindplane will be installed.
Get Google SecOps customer ID
- Sign in to the Google SecOps console.
- Go to SIEM Settings > Profile.
Copy and save the Customer ID from the Organization Details section.
Install the Bindplane agent
Install the Bindplane agent on your Windows or Linux operating system according to the following instructions.
Windows installation
- Open Command Prompt or PowerShell as an administrator.
Run the following command:
msiexec /i "https://github.com/observIQ/bindplane-agent/releases/latest/download/observiq-otel-collector.msi" /quietWait for the installation to complete.
Verify the installation by running:
sc query observiq-otel-collectorThe service should show as RUNNING.
Linux installation
- Open a terminal with root or sudo privileges.
Run the following command:
sudo sh -c "$(curl -fsSlL https://github.com/observiq/bindplane-agent/releases/latest/download/install_unix.sh)" install_unix.shWait for the installation to complete.
Verify the installation by running:
sudo systemctl status observiq-otel-collectorThe service should show as active (running).
Additional installation resources
For additional installation options and troubleshooting, see the Bindplane agent installation guide.
Configure the Bindplane agent to ingest syslog and send to Google SecOps
Locate the configuration file
Linux:
sudo nano /opt/observiq-otel-collector/config.yamlWindows:
notepad "C:\Program Files\observIQ OpenTelemetry Collector\config.yaml"
Edit the configuration file
Replace the entire contents of
config.yamlwith the following configuration:receivers: tcplog: listen_address: "0.0.0.0:514" exporters: chronicle/proofpoint_trap: compression: gzip creds_file_path: '<CREDS_FILE_PATH>' customer_id: '<CUSTOMER_ID>' endpoint: <REGION_ENDPOINT> log_type: PROOFPOINT_TRAP raw_log_field: body ingestion_labels: env: production service: pipelines: logs/trap_to_chronicle: receivers: - tcplog exporters: - chronicle/proofpoint_trap
Configuration parameters
Replace the following placeholders:
Receiver configuration:
tcplog: Receives syslog over TCP. Useudplogif you configure UDP transport in TRAP.0.0.0.0:514: Listens on all interfaces on port 514. Change the port if needed (for example,1514for non-root Linux).
Exporter configuration:
<CREDS_FILE_PATH>: Full path to ingestion authentication file:- Linux:
/etc/bindplane-agent/ingestion-auth.json - Windows:
C:\Program Files\observIQ OpenTelemetry Collector\ingestion-auth.json
- Linux:
<CUSTOMER_ID>: Customer ID from the Get Google SecOps customer ID step.<REGION_ENDPOINT>: Regional endpoint URL:- US:
malachiteingestion-pa.googleapis.com - Europe:
europe-malachiteingestion-pa.googleapis.com - Asia:
asia-southeast1-malachiteingestion-pa.googleapis.com - See Regional Endpoints for complete list.
- US:
Save the configuration file
- After editing, save the file:
- Linux: Press
Ctrl+O, thenEnter, thenCtrl+X - Windows: Click File > Save
- Linux: Press
Restart the Bindplane agent to apply the changes
To restart the Bindplane agent in Linux, run the following command:
sudo systemctl restart observiq-otel-collectorVerify the service is running:
sudo systemctl status observiq-otel-collectorCheck logs for errors:
sudo journalctl -u observiq-otel-collector -f
To restart the Bindplane agent in Windows, choose one of the following options:
Command Prompt or PowerShell as administrator:
net stop observiq-otel-collector && net start observiq-otel-collectorServices console:
- Press
Win+R, typeservices.msc, and press Enter. - Locate observIQ OpenTelemetry Collector.
- Right-click and select Restart.
Verify the service is running:
sc query observiq-otel-collectorCheck logs for errors:
type "C:\Program Files\observIQ OpenTelemetry Collector\log\collector.log"
- Press
Configure Proofpoint TRAP syslog forwarding
- Sign in to the Proofpoint TRAP management console (typically at
https://trap-server:8080). - Navigate to Monitoring > Logging.
- Configure the syslog destination:
- Host: Enter the IP address of the Bindplane agent host (for example,
192.168.1.100). - Port: Enter
514(must match the Bindplane agent receiver port). - Severity: Select the minimum severity level for log forwarding.
- Host: Enter the IP address of the Bindplane agent host (for example,
- Click Save.
- Verify that logs are being sent by checking the Bindplane agent logs.
UDM mapping table
| Log Field | UDM Mapping | Logic |
|---|---|---|
_field |
additional.fields |
Merged |
additional_modulesRun |
additional.fields |
Merged |
alternateGraphApiEndpoint_additional |
additional.fields |
Merged |
azureAdAuthEndpoint_additional |
additional.fields |
Merged |
clientId_additional |
additional.fields |
Merged |
clientSecret_additional |
additional.fields |
Merged |
disposition_additional_data |
additional.fields |
Merged |
disposition_data_available |
additional.fields |
Mapped: true → disposition_additional_data |
exchangeAPI_additional |
additional.fields |
Merged |
exchangeAuthType_additional |
additional.fields |
Merged |
graphApiEndpoint_additional |
additional.fields |
Merged |
headers_X-Forefront-Antispam-Report |
additional.fields |
Merged |
headers_accept_lang_label |
additional.fields |
Merged |
headers_authentication_results_label |
additional.fields |
Merged |
headers_content_language_label |
additional.fields |
Merged |
headers_content_transfer_encoding_label |
additional.fields |
Merged |
headers_content_type_label |
additional.fields |
Merged |
headers_date_label |
additional.fields |
Merged |
headers_message_id_label |
additional.fields |
Merged |
headers_mime_version_label |
additional.fields |
Merged |
headers_received_label |
additional.fields |
Merged |
headers_return_path_label |
additional.fields |
Merged |
headers_thread_index_label |
additional.fields |
Merged |
headers_thread_topic_label |
additional.fields |
Merged |
headers_x_ms_exchange_antispam_feedbackprocessing_scenario_label |
additional.fields |
Merged |
headers_x_ms_exchange_antispam_feedcategory_label |
additional.fields |
Merged |
headers_x_ms_exchange_antispam_feedtype_label |
additional.fields |
Merged |
headers_x_ms_exchange_organization_antispam_feedcategory_label |
additional.fields |
Merged |
incident_display_id_label |
additional.fields |
Merged |
incident_id_label |
additional.fields |
Merged |
incident_link_attribute_label |
additional.fields |
Merged |
incident_title_label |
additional.fields |
Merged |
privateKey_additional |
additional.fields |
Merged |
source_type_additional_data |
additional.fields |
Merged |
source_type_data_available |
additional.fields |
Mapped: true → source_type_additional_data |
sourcesData_name_label |
additional.fields |
Merged |
sourcesData_type_label |
additional.fields |
Merged |
sources_id_label |
additional.fields |
Merged |
sources_type_label |
additional.fields |
Merged |
tap_threat_additional_data |
additional.fields |
Merged |
tap_threat_data_available |
additional.fields |
Mapped: true → tap_threat_additional_data |
tenantId_additional |
additional.fields |
Merged |
url_list |
additional.fields |
Merged |
auth_details |
extensions.auth.auth_details |
Directly mapped |
proofpoint_trap_host |
intermediary.hostname |
Directly mapped |
proofpoint_trap_host |
intermediary.ip |
Merged |
url_label |
intermediary.labels |
Merged |
desc |
metadata.description |
Directly mapped |
createdAt |
metadata.event_timestamp |
Parsed as ISO8601 |
created_at |
metadata.event_timestamp |
Parsed as ISO8601 |
data.received |
metadata.event_timestamp |
Parsed as ISO8601 |
event1.description.created_at |
metadata.event_timestamp |
Parsed as ISO8601 |
event1.description.updated_at |
metadata.event_timestamp |
Parsed as ISO8601 |
eventTime |
metadata.event_timestamp |
Parsed as ISO8601 |
received |
metadata.event_timestamp |
Parsed as ISO8601 |
ts |
metadata.event_timestamp |
Parsed as MMM d HH:mm:ss |
updatedAt |
metadata.event_timestamp |
Parsed as ISO8601 |
application |
metadata.event_type |
Mapped: CROND → PROCESS_UNCATEGORIZED, system-modules.authlookup → USER_LOGIN |
has_network_email |
metadata.event_type |
Mapped: true → EMAIL_TRANSACTION |
has_principal |
metadata.event_type |
Mapped: true → EMAIL_TRANSACTION |
event1.description.id |
metadata.product_log_id |
Directly mapped |
event_id |
metadata.product_log_id |
Directly mapped |
id |
metadata.product_log_id |
Directly mapped |
has_principal |
metadata.product_name |
Mapped: true → PROOFPOINT_TRAP |
source |
metadata.product_name |
Directly mapped |
has_principal |
metadata.vendor_name |
Mapped: true → PROOFPOINT |
attackDirection |
network.direction |
Mapped: inbound → INBOUND, outbound → OUTBOUND |
cc |
network.email.cc |
Mapped: ^.+@.+$ → cc |
emaildata.sender.email |
network.email.from |
Directly mapped |
event1.description.headers.From |
network.email.from |
Directly mapped |
fromadd |
network.email.from |
Directly mapped |
principal_user2 |
network.email.from |
Directly mapped |
send_email |
network.email.from |
Directly mapped |
sender_address |
network.email.from |
Directly mapped |
email_id |
network.email.mail_id |
Directly mapped |
event1.description.messageid |
network.email.mail_id |
Directly mapped |
messageID |
network.email.mail_id |
Directly mapped |
event1.description.headers.Reply-To |
network.email.reply_to |
Directly mapped |
reply |
network.email.reply_to |
Directly mapped |
email_subject |
network.email.subject |
Merged |
emaildata.subject |
network.email.subject |
Merged |
event1.description.subject |
network.email.subject |
Merged |
index |
network.email.subject |
Mapped: 0 → emaildata.subject |
subject |
network.email.subject |
Merged |
emaildata.recipient.email |
network.email.to |
Merged |
event1.description.headers.To |
network.email.to |
Merged |
index |
network.email.to |
Mapped: 0 → emaildata.recipient.email, 0 → to_email |
principal_user1 |
network.email.to |
Merged |
recipient_address |
network.email.to |
Mapped: ^.+@.+$ → recipient_address |
to |
network.email.to |
Mapped: ^.+@.+$ → to |
to_email |
network.email.to |
Merged |
http_method |
network.http.method |
Directly mapped |
http_url |
network.http.referral_url |
Directly mapped |
ses_id |
network.session_id |
Directly mapped |
application |
principal.application |
Directly mapped |
senderIP |
principal.asset.ip |
Merged |
sender_IP |
principal.asset.ip |
Merged |
msgparts.md5 |
principal.file.md5 |
Directly mapped |
msgparts.filename |
principal.file.names |
Merged |
msgparts.sha256 |
principal.file.sha1 |
Directly mapped |
hostname |
principal.hostname |
Directly mapped |
senderIP |
principal.ip |
Merged |
sender_IP |
principal.ip |
Merged |
src_ip |
principal.ip |
Merged |
file_name |
principal.process.file.full_path |
Directly mapped |
pid |
principal.process.pid |
Directly mapped |
attachment_label |
principal.resource.attribute.labels |
Merged |
title_label |
principal.resource.attribute.labels |
Merged |
ewsUrl |
principal.url |
Directly mapped |
principal_link |
principal.url |
Directly mapped |
sender_vap_label |
principal.user.attribute.labels |
Merged |
emaildata.sender.email |
principal.user.email_addresses |
Merged |
index |
principal.user.email_addresses |
Mapped: 0 → emaildata.sender.email |
principal_user1 |
principal.user.email_addresses |
Merged |
principal_user2 |
principal.user.email_addresses |
Merged |
sender |
principal.user.email_addresses |
Merged |
assignedUserName |
principal.user.user_display_name |
Directly mapped |
username |
principal.user.user_display_name |
Directly mapped |
assignedUserId |
principal.user.userid |
Directly mapped |
principal_user1 |
principal.user.userid |
Directly mapped |
principal_user2 |
principal.user.userid |
Directly mapped |
sender_email |
principal.user.userid |
Directly mapped |
src_user |
principal.user.userid |
Directly mapped |
user |
principal.user.userid |
Directly mapped |
index |
security_result |
Mapped: 0 → sec_res2 |
sec_res |
security_result |
Merged |
sec_res2 |
security_result |
Merged |
sec_result |
security_result |
Merged |
state |
security_result.alert_state |
Mapped: "OPEN", "IN_PROGRESS" → ALERTING, CLOSED → NOT_ALERTING |
QID_field |
security_result.detection_fields |
Merged |
alert_type_label |
security_result.detection_fields |
Merged |
body_label |
security_result.detection_fields |
Merged |
body_type_label |
security_result.detection_fields |
Merged |
cluster_label |
security_result.detection_fields |
Merged |
completelyRewritten_field |
security_result.detection_fields |
Merged |
disposition_label |
security_result.detection_fields |
Merged |
dkim1_label |
security_result.detection_fields |
Merged |
dkim2_label |
security_result.detection_fields |
Merged |
dkim3_label |
security_result.detection_fields |
Merged |
dmarc_label |
security_result.detection_fields |
Merged |
event_id_label |
security_result.detection_fields |
Merged |
header_d1_label |
security_result.detection_fields |
Merged |
header_d2_label |
security_result.detection_fields |
Merged |
header_d3_label |
security_result.detection_fields |
Merged |
header_from_label |
security_result.detection_fields |
Merged |
header_s1_label |
security_result.detection_fields |
Merged |
header_s2_label |
security_result.detection_fields |
Merged |
header_s3_label |
security_result.detection_fields |
Merged |
impostorScore_field |
security_result.detection_fields |
Merged |
index |
security_result.detection_fields |
Mapped: 0 → messageId_label |
key_data |
security_result.detection_fields |
Merged |
mailfrom_label |
security_result.detection_fields |
Merged |
malwareScore_field |
security_result.detection_fields |
Merged |
messageId_label |
security_result.detection_fields |
Merged |
messageSize_field |
security_result.detection_fields |
Merged |
phishScore_field |
security_result.detection_fields |
Merged |
quarantineFolder_label |
security_result.detection_fields |
Merged |
quarantineRule_label |
security_result.detection_fields |
Merged |
spamScore_field |
security_result.detection_fields |
Merged |
spf_label |
security_result.detection_fields |
Merged |
state_label |
security_result.detection_fields |
Merged |
severity |
security_result.severity |
Mapped: Info → INFORMATIONAL |
severity |
security_result.severity_details |
Directly mapped |
state |
security_result.summary |
Directly mapped |
cmd |
target.process.command_line |
Directly mapped |
pwd |
target.process.file.full_path |
Directly mapped |
recipient_vap_label |
target.user.attribute.labels |
Merged |
email |
target.user.email_addresses |
Merged |
emaildata.abuseReporterAddress |
target.user.email_addresses |
Merged |
index |
target.user.email_addresses |
Mapped: 0 → emaildata.abuseReporterAddress |
recipient_email |
target.user.email_addresses |
Merged |
dst_user |
target.user.userid |
Directly mapped |
| N/A | metadata.event_type |
Constant: EMAIL_TRANSACTION |
| N/A | metadata.product_name |
Constant: PROOFPOINT_TRAP |
| N/A | metadata.vendor_name |
Constant: PROOFPOINT |
| N/A | network.application_protocol |
Constant: HTTP |
| N/A | network.direction |
Constant: INBOUND |
| N/A | security_result.alert_state |
Constant: ALERTING |
| N/A | security_result.severity |
Constant: INFORMATIONAL |
Need more help? Get answers from Community members and Google SecOps professionals.