Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

ApexOne - CC callback events

Back
Id1a87cd10-67b7-11ec-90d6-0242ac120003
RulenameApexOne - C&C callback events
DescriptionDetects C&C callback events.
SeverityHigh
TacticsCommandAndControl
TechniquesT1071
Required data connectorsTrendMicroApexOne
TrendMicroApexOneAma
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Trend Micro Apex One/Analytic Rules/TMApexOneRiskCnCEvents.yaml
Version1.0.1
Arm template1a87cd10-67b7-11ec-90d6-0242ac120003.json
Deploy To Azure
TMApexOneEvent
| where EventMessage has "CnC Callback"
| extend IPCustomEntity = SrcIpAddr, AccountCustomEntity = DstUserName
tactics:
- CommandAndControl
requiredDataConnectors:
- dataTypes:
  - TMApexOneEvent
  connectorId: TrendMicroApexOne
- dataTypes:
  - TMApexOneEvent
  connectorId: TrendMicroApexOneAma
status: Available
queryFrequency: 1h
entityMappings:
- entityType: IP
  fieldMappings:
  - columnName: IPCustomEntity
    identifier: Address
- entityType: Account
  fieldMappings:
  - columnName: AccountCustomEntity
    identifier: Name
relevantTechniques:
- T1071
query: |
  TMApexOneEvent
  | where EventMessage has "CnC Callback"
  | extend IPCustomEntity = SrcIpAddr, AccountCustomEntity = DstUserName  
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Trend Micro Apex One/Analytic Rules/TMApexOneRiskCnCEvents.yaml
description: |
    'Detects C&C callback events.'
queryPeriod: 1h
triggerOperator: gt
id: 1a87cd10-67b7-11ec-90d6-0242ac120003
triggerThreshold: 0
severity: High
name: ApexOne - C&C callback events
version: 1.0.1
kind: Scheduled
{
  "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
  "contentVersion": "1.0.0.0",
  "parameters": {
    "workspace": {
      "type": "String"
    }
  },
  "resources": [
    {
      "apiVersion": "2023-02-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",
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "CommandAndControl"
        ],
        "techniques": [
          "T1071"
        ],
        "templateVersion": "1.0.1",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}