ClarotyEvent
| where EventOriginalType has 'Suspicious File Transfer' or EventType has 'Suspicious File Transfer'
| project TimeGenerated, DstIpAddr
| extend IPCustomEntity = DstIpAddr
version: 1.0.0
status: Available
queryFrequency: 1h
requiredDataConnectors:
- connectorId: Claroty
dataTypes:
- ClarotyEvent
entityMappings:
- fieldMappings:
- columnName: IPCustomEntity
identifier: Address
entityType: IP
kind: Scheduled
queryPeriod: 1h
severity: High
query: |
ClarotyEvent
| where EventOriginalType has 'Suspicious File Transfer' or EventType has 'Suspicious File Transfer'
| project TimeGenerated, DstIpAddr
| extend IPCustomEntity = DstIpAddr
triggerOperator: gt
id: 5cf35bad-677f-4c23-8927-1611e7ff6f28
description: |
'Detects suspicious file transfer activity.'
triggerThreshold: 0
name: Claroty - Suspicious file transfer
relevantTechniques:
- T1018
tactics:
- Discovery
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Claroty/Analytic Rules/ClarotySuspiciousFileTransfer.yaml
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workspace": {
"type": "String"
}
},
"resources": [
{
"id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/5cf35bad-677f-4c23-8927-1611e7ff6f28')]",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/5cf35bad-677f-4c23-8927-1611e7ff6f28')]",
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules",
"kind": "Scheduled",
"apiVersion": "2022-11-01",
"properties": {
"displayName": "Claroty - Suspicious file transfer",
"description": "'Detects suspicious file transfer activity.'\n",
"severity": "High",
"enabled": true,
"query": "ClarotyEvent\n| where EventOriginalType has 'Suspicious File Transfer' or EventType has 'Suspicious File Transfer'\n| project TimeGenerated, DstIpAddr\n| extend IPCustomEntity = DstIpAddr\n",
"queryFrequency": "PT1H",
"queryPeriod": "PT1H",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0,
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [
"Discovery"
],
"techniques": [
"T1018"
],
"alertRuleTemplateName": "5cf35bad-677f-4c23-8927-1611e7ff6f28",
"customDetails": null,
"entityMappings": [
{
"entityType": "IP",
"fieldMappings": [
{
"identifier": "Address",
"columnName": "IPCustomEntity"
}
]
}
],
"status": "Available",
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Claroty/Analytic Rules/ClarotySuspiciousFileTransfer.yaml",
"templateVersion": "1.0.0"
}
}
]
}