Skip to content

Commit ef4a7e0

Browse files
authored
- Adding Proofpoint work around in the email forensics action. Proofpoint data sometimes points to the wrong clicker of a url. (#764)
1 parent 0ad1da8 commit ef4a7e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Packs/soc-optimization-unified/Lists/SOCFrameworkActions_V3/SOCFrameworkActions_V3_data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@
561561
"Proofpoint TAP v2": {
562562
"command": "proofpoint-get-forensics",
563563
"inline_args": {
564-
"threatId": "${SOCFramework.Email.threat_id}",
564+
"threatId": "${issue.proofpointtapthreatid}",
565565
"campaignId": "${SOCFramework.Email.campaign_id}",
566566
"includeCampaignForensics": "true"
567567
},

0 commit comments

Comments
 (0)