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

ApexOne - Suspicious connections

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