ProofPointTAPClicksPermittedV2_CL
| where classification =~ "malware"
| where threatStatus != "cleared"
| summarize StartTime = min(TimeGenerated), EndTime = max(TimeGenerated), count() by TimeGenerated, Sender = sender, SenderIPAddress = senderIP, Recipient = recipient, TimeClicked = clickTime, URLClicked = url
| extend RecipientName = tostring(split(Recipient, "@")[0]), RecipientUPNSuffix = tostring(split(Recipient, "@")[1])
| extend SenderName = tostring(split(Sender, "@")[0]), SenderUPNSuffix = tostring(split(Sender, "@")[1])
queryPeriod: 1h
query: |
ProofPointTAPClicksPermittedV2_CL
| where classification =~ "malware"
| where threatStatus != "cleared"
| summarize StartTime = min(TimeGenerated), EndTime = max(TimeGenerated), count() by TimeGenerated, Sender = sender, SenderIPAddress = senderIP, Recipient = recipient, TimeClicked = clickTime, URLClicked = url
| extend RecipientName = tostring(split(Recipient, "@")[0]), RecipientUPNSuffix = tostring(split(Recipient, "@")[1])
| extend SenderName = tostring(split(Sender, "@")[0]), SenderUPNSuffix = tostring(split(Sender, "@")[1])
name: Malware Link Clicked
entityMappings:
- fieldMappings:
- columnName: Recipient
identifier: FullName
- columnName: RecipientName
identifier: Name
- columnName: RecipientUPNSuffix
identifier: UPNSuffix
entityType: Account
- fieldMappings:
- columnName: Sender
identifier: FullName
- columnName: SenderName
identifier: Name
- columnName: SenderUPNSuffix
identifier: UPNSuffix
entityType: Account
- fieldMappings:
- columnName: SenderIPAddress
identifier: Address
entityType: IP
- fieldMappings:
- columnName: URLClicked
identifier: Url
entityType: URL
queryFrequency: 1h
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/ProofPointTap/Analytic Rules/MalwareLinkClicked.yaml
requiredDataConnectors:
- connectorId: ProofpointTAP
dataTypes:
- ProofPointTAPClicksPermittedV2_CL
description: |
'This query identifies a user clicking on an email link whose threat category is classified as a malware'
kind: Scheduled
version: 1.0.6
status: Available
severity: Medium
relevantTechniques:
- T1566.002
triggerOperator: gt
triggerThreshold: 0
tactics:
- InitialAccess
id: 8675dd7a-795e-4d56-a79c-fc848c5ee61c