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
entityMappings:
- entityType: IP
fieldMappings:
- identifier: Address
columnName: IPCustomEntity
tactics:
- InitialAccess
requiredDataConnectors:
- dataTypes:
- CommonSecurityLog
connectorId: CefAma
id: cd94e078-67b7-11ec-90d6-0242ac120003
severity: High
status: Available
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
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Trend Micro Apex One/Analytic Rules/TMApexOneMultipleDenyOrTerminateActionOnSingleIp.yaml
kind: Scheduled
queryPeriod: 1h
version: 1.0.3
name: ApexOne - Multiple deny or terminate actions on single IP
queryFrequency: 1h
triggerThreshold: 0
relevantTechniques:
- T1190
description: |
'Detects multiple deny or terminate actions on single IP.'
triggerOperator: gt