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])
entityMappings:
- fieldMappings:
- identifier: FullName
columnName: Recipient
- identifier: Name
columnName: RecipientName
- identifier: UPNSuffix
columnName: RecipientUPNSuffix
entityType: Account
- fieldMappings:
- identifier: FullName
columnName: Sender
- identifier: Name
columnName: SenderName
- identifier: UPNSuffix
columnName: SenderUPNSuffix
entityType: Account
- fieldMappings:
- identifier: Address
columnName: SenderIPAddress
entityType: IP
- fieldMappings:
- identifier: Url
columnName: URLClicked
entityType: URL
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/ProofPointTap/Analytic Rules/MalwareLinkClicked.yaml
queryFrequency: 1h
triggerOperator: gt
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])
relevantTechniques:
- T1566.002
version: 1.0.7
tactics:
- InitialAccess
severity: Medium
name: Malware Link Clicked
requiredDataConnectors:
- dataTypes:
- ProofPointTAPClicksPermittedV2_CL
connectorId: ProofpointTAPv2
triggerThreshold: 0
kind: Scheduled
status: Available
description: |
'This query identifies a user clicking on an email link whose threat category is classified as a malware'
id: 8675dd7a-795e-4d56-a79c-fc848c5ee61c