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