ApexOne - CC callback events
Id | 1a87cd10-67b7-11ec-90d6-0242ac120003 |
Rulename | ApexOne - C&C callback events |
Description | Detects C&C callback events. |
Severity | High |
Tactics | CommandAndControl |
Techniques | T1071 |
Required data connectors | CefAma TrendMicroApexOne TrendMicroApexOneAma |
Kind | Scheduled |
Query frequency | 1h |
Query period | 1h |
Trigger threshold | 0 |
Trigger operator | gt |
Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Trend Micro Apex One/Analytic Rules/TMApexOneRiskCnCEvents.yaml |
Version | 1.0.2 |
Arm template | 1a87cd10-67b7-11ec-90d6-0242ac120003.json |
TMApexOneEvent
| where EventMessage has "CnC Callback"
| extend IPCustomEntity = SrcIpAddr, AccountCustomEntity = DstUserName
queryPeriod: 1h
version: 1.0.2
tactics:
- CommandAndControl
queryFrequency: 1h
id: 1a87cd10-67b7-11ec-90d6-0242ac120003
triggerOperator: gt
requiredDataConnectors:
- dataTypes:
- TMApexOneEvent
connectorId: TrendMicroApexOne
- dataTypes:
- TMApexOneEvent
connectorId: TrendMicroApexOneAma
- dataTypes:
- CommonSecurityLog
connectorId: CefAma
severity: High
entityMappings:
- entityType: IP
fieldMappings:
- columnName: IPCustomEntity
identifier: Address
- entityType: Account
fieldMappings:
- columnName: AccountCustomEntity
identifier: Name
triggerThreshold: 0
relevantTechniques:
- T1071
query: |
TMApexOneEvent
| where EventMessage has "CnC Callback"
| extend IPCustomEntity = SrcIpAddr, AccountCustomEntity = DstUserName
kind: Scheduled
name: ApexOne - C&C callback events
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Trend Micro Apex One/Analytic Rules/TMApexOneRiskCnCEvents.yaml
description: |
'Detects C&C callback events.'
status: Available
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workspace": {
"type": "String"
}
},
"resources": [
{
"apiVersion": "2024-01-01-preview",
"id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/1a87cd10-67b7-11ec-90d6-0242ac120003')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/1a87cd10-67b7-11ec-90d6-0242ac120003')]",
"properties": {
"alertRuleTemplateName": "1a87cd10-67b7-11ec-90d6-0242ac120003",
"customDetails": null,
"description": "'Detects C&C callback events.'\n",
"displayName": "ApexOne - C&C callback events",
"enabled": true,
"entityMappings": [
{
"entityType": "IP",
"fieldMappings": [
{
"columnName": "IPCustomEntity",
"identifier": "Address"
}
]
},
{
"entityType": "Account",
"fieldMappings": [
{
"columnName": "AccountCustomEntity",
"identifier": "Name"
}
]
}
],
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Trend Micro Apex One/Analytic Rules/TMApexOneRiskCnCEvents.yaml",
"query": "TMApexOneEvent\n| where EventMessage has \"CnC Callback\"\n| extend IPCustomEntity = SrcIpAddr, AccountCustomEntity = DstUserName\n",
"queryFrequency": "PT1H",
"queryPeriod": "PT1H",
"severity": "High",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [
"CommandAndControl"
],
"techniques": [
"T1071"
],
"templateVersion": "1.0.2",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}