NGINXHTTPServer
| where EventType =~ "ErrorLog"
| where EventMessage contains 'exited on signal 6 (core dumped)'
| extend ProcessIdCustomEntity = ProcessId
triggerThreshold: 0
entityMappings:
- entityType: Process
fieldMappings:
- identifier: ProcessId
columnName: ProcessIdCustomEntity
requiredDataConnectors:
- dataTypes:
- NGINX_CL
connectorId: CustomLogsAma
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/NGINX HTTP Server/Analytic Rules/NGINXCoreDump.yaml
name: NGINX - Core Dump
relevantTechniques:
- T1499
status: Available
version: 1.0.3
queryPeriod: 10m
kind: Scheduled
id: 9a7f5a97-354b-4eac-b407-a1cc7fc4b4ec
query: |
NGINXHTTPServer
| where EventType =~ "ErrorLog"
| where EventMessage contains 'exited on signal 6 (core dumped)'
| extend ProcessIdCustomEntity = ProcessId
description: |
'Detects a core dump of a crashing Nginx worker process, which could be a signal of a serious problem or exploitation attempts.'
queryFrequency: 10m
severity: High
triggerOperator: gt
tactics:
- Impact