OracleDatabaseAuditEvent
| where isnotempty(SrcIpAddr)
| where DbAction =~ 'SHUTDOWN'
| project SrcIpAddr, DstUserName
| extend AccountCustomEntity = DstUserName
| extend IPCustomEntity = SrcIpAddr
entityMappings:
- entityType: Account
fieldMappings:
- identifier: FullName
columnName: AccountCustomEntity
- entityType: IP
fieldMappings:
- identifier: Address
columnName: IPCustomEntity
tactics:
- Impact
requiredDataConnectors:
- datatypes:
- Syslog
connectorId: SyslogAma
id: 27cc2cdc-ba67-4906-a6ef-ecbc9c284f4e
severity: Medium
status: Available
query: |
OracleDatabaseAuditEvent
| where isnotempty(SrcIpAddr)
| where DbAction =~ 'SHUTDOWN'
| project SrcIpAddr, DstUserName
| extend AccountCustomEntity = DstUserName
| extend IPCustomEntity = SrcIpAddr
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/OracleDatabaseAudit/Analytic Rules/OracleDBAuditShutdownServer.yaml
kind: Scheduled
queryPeriod: 1h
version: 1.0.2
name: OracleDBAudit - Shutdown Server
queryFrequency: 1h
triggerThreshold: 0
relevantTechniques:
- T1529
description: |
'Detects when "SHUTDOWN" command was sent to server.'
triggerOperator: gt