TMApexOneEvent
| where EventMessage has "Suspicious Connection"
| where NetworkDirection == 1
| where DvcAction in ('1', '3')
| extend IPCustomEntity = SrcIpAddr, AccountCustomEntity = DstUserName
tactics:
- CommandAndControl
query: |
TMApexOneEvent
| where EventMessage has "Suspicious Connection"
| where NetworkDirection == 1
| where DvcAction in ('1', '3')
| extend IPCustomEntity = SrcIpAddr, AccountCustomEntity = DstUserName
requiredDataConnectors:
- dataTypes:
- CommonSecurityLog
connectorId: CefAma
name: ApexOne - Suspicious connections
kind: Scheduled
queryPeriod: 1h
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Trend Micro Apex One/Analytic Rules/TMApexOneSuspiciousConnections.yaml
triggerThreshold: 0
description: |
'Detects suspicious connections.'
version: 1.0.3
status: Available
queryFrequency: 1h
severity: High
entityMappings:
- entityType: IP
fieldMappings:
- identifier: Address
columnName: IPCustomEntity
- entityType: Account
fieldMappings:
- identifier: Name
columnName: AccountCustomEntity
triggerOperator: gt
id: 9e3dc038-67b7-11ec-90d6-0242ac120003
relevantTechniques:
- T1102