Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proofpoint parsing issue #28112

Merged
merged 3 commits into from Jul 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -1,2 +1,3 @@
[INGEST:vendor="Proofpoint", product="Tap", target_dataset="proofpoint_tap_raw" , no_hit=keep]
alter _time = messageTime;
filter clickTime != null or messageTime != null
| alter _time = coalesce(messageTime, clickTime);
4 changes: 4 additions & 0 deletions Packs/ProofpointTAP/ReleaseNotes/1_2_6.md
@@ -0,0 +1,4 @@
#### Parsing Rules
##### ProofpointTAP Parsing Rule
- Added a filter in the parsing rule to enhance its logic.
- Added support to additional type of logs.
2 changes: 1 addition & 1 deletion Packs/ProofpointTAP/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "Proofpoint TAP",
"description": "Use the Proofpoint Targeted Attack Protection (TAP) integration to protect against and provide additional visibility into phishing and other malicious email attacks.",
"support": "xsoar",
"currentVersion": "1.2.5",
"currentVersion": "1.2.6",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down