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