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

Trend Micro CAS - Suspicious filename

Back
Id52c4640a-1e2b-4155-b69e-e1869c9a57c9
RulenameTrend Micro CAS - Suspicious filename
DescriptionDetects unexpected filename.
SeverityMedium
TacticsInitialAccess
TechniquesT1566
Required data connectorsTrendMicroCAS
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Trend Micro Cloud App Security/Analytic Rules/TrendMicroCASSuspiciousFilename.yaml
Version1.0.0
Arm template52c4640a-1e2b-4155-b69e-e1869c9a57c9.json
Deploy To Azure
TrendMicroCAS
| where isnotempty(SrcFileName)
| where SrcFileName matches regex @'\A[a-zA-Z0-9_\-.]{1,3}\.\w+$'
| extend AccountCustomEntity = DstUserName
description: |
    'Detects unexpected filename.'
queryFrequency: 1h
status: Available
requiredDataConnectors:
- connectorId: TrendMicroCAS
  dataTypes:
  - TrendMicroCAS
version: 1.0.0
queryPeriod: 1h
query: |
  TrendMicroCAS
  | where isnotempty(SrcFileName)
  | where SrcFileName matches regex @'\A[a-zA-Z0-9_\-.]{1,3}\.\w+$'
  | extend AccountCustomEntity = DstUserName  
kind: Scheduled
id: 52c4640a-1e2b-4155-b69e-e1869c9a57c9
name: Trend Micro CAS - Suspicious filename
triggerThreshold: 0
triggerOperator: gt
relevantTechniques:
- T1566
tactics:
- InitialAccess
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Trend Micro Cloud App Security/Analytic Rules/TrendMicroCASSuspiciousFilename.yaml
entityMappings:
- fieldMappings:
  - columnName: AccountCustomEntity
    identifier: Name
  entityType: Account
severity: Medium
{
  "$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/52c4640a-1e2b-4155-b69e-e1869c9a57c9')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/52c4640a-1e2b-4155-b69e-e1869c9a57c9')]",
      "properties": {
        "alertRuleTemplateName": "52c4640a-1e2b-4155-b69e-e1869c9a57c9",
        "customDetails": null,
        "description": "'Detects unexpected filename.'\n",
        "displayName": "Trend Micro CAS - Suspicious filename",
        "enabled": true,
        "entityMappings": [
          {
            "entityType": "Account",
            "fieldMappings": [
              {
                "columnName": "AccountCustomEntity",
                "identifier": "Name"
              }
            ]
          }
        ],
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Trend Micro Cloud App Security/Analytic Rules/TrendMicroCASSuspiciousFilename.yaml",
        "query": "TrendMicroCAS\n| where isnotempty(SrcFileName)\n| where SrcFileName matches regex @'\\A[a-zA-Z0-9_\\-.]{1,3}\\.\\w+$'\n| extend AccountCustomEntity = DstUserName\n",
        "queryFrequency": "PT1H",
        "queryPeriod": "PT1H",
        "severity": "Medium",
        "status": "Available",
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "InitialAccess"
        ],
        "techniques": [
          "T1566"
        ],
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}