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

ApexOne - Attack Discovery Detection

Back
Id7a3193b8-67b7-11ec-90d6-0242ac120003
RulenameApexOne - Attack Discovery Detection
DescriptionDetects Attack Discovery Detection events.
SeverityHigh
TacticsInitialAccess
TechniquesT1190
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/TMApexOneAttackDiscoveryDetectionRisks.yaml
Version1.0.3
Arm template7a3193b8-67b7-11ec-90d6-0242ac120003.json
Deploy To Azure
TMApexOneEvent
| where EventMessage has "Attack Discovery Detection"
| extend IPCustomEntity = SrcIpAddr, AccountCustomEntity = DstUserName
name: ApexOne - Attack Discovery Detection
relevantTechniques:
- T1190
id: 7a3193b8-67b7-11ec-90d6-0242ac120003
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Trend Micro Apex One/Analytic Rules/TMApexOneAttackDiscoveryDetectionRisks.yaml
requiredDataConnectors:
- dataTypes:
  - CommonSecurityLog
  connectorId: CefAma
version: 1.0.3
severity: High
triggerThreshold: 0
queryPeriod: 1h
entityMappings:
- fieldMappings:
  - identifier: Address
    columnName: IPCustomEntity
  entityType: IP
- fieldMappings:
  - identifier: Name
    columnName: AccountCustomEntity
  entityType: Account
queryFrequency: 1h
status: Available
query: |
  TMApexOneEvent
  | where EventMessage has "Attack Discovery Detection"
  | extend IPCustomEntity = SrcIpAddr, AccountCustomEntity = DstUserName  
tactics:
- InitialAccess
kind: Scheduled
description: |
    'Detects Attack Discovery Detection events.'
triggerOperator: gt