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