let threshold = 5;
TMApexOneEvent
| where EventMessage has "Behavior Monitoring"
| where DvcAction == 2 or DvcAction == 3
| summarize count() by SrcIpAddr, bin(TimeGenerated, 10m)
| where count_ > threshold
| extend IPCustomEntity = SrcIpAddr
requiredDataConnectors:
- dataTypes:
- CommonSecurityLog
connectorId: CefAma
queryPeriod: 1h
triggerThreshold: 0
queryFrequency: 1h
version: 1.0.3
status: Available
severity: High
description: |
'Detects multiple deny or terminate actions on single IP.'
name: ApexOne - Multiple deny or terminate actions on single IP
entityMappings:
- fieldMappings:
- identifier: Address
columnName: IPCustomEntity
entityType: IP
triggerOperator: gt
id: cd94e078-67b7-11ec-90d6-0242ac120003
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Trend Micro Apex One/Analytic Rules/TMApexOneMultipleDenyOrTerminateActionOnSingleIp.yaml
tactics:
- InitialAccess
relevantTechniques:
- T1190
kind: Scheduled
query: |
let threshold = 5;
TMApexOneEvent
| where EventMessage has "Behavior Monitoring"
| where DvcAction == 2 or DvcAction == 3
| summarize count() by SrcIpAddr, bin(TimeGenerated, 10m)
| where count_ > threshold
| extend IPCustomEntity = SrcIpAddr