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