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
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