Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

NGINX - Core Dump

Back
Id9a7f5a97-354b-4eac-b407-a1cc7fc4b4ec
RulenameNGINX - Core Dump
DescriptionDetects a core dump of a crashing Nginx worker process, which could be a signal of a serious problem or exploitation attempts.
SeverityHigh
TacticsImpact
TechniquesT1499
Required data connectorsCustomLogsAma
KindScheduled
Query frequency10m
Query period10m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/NGINX HTTP Server/Analytic Rules/NGINXCoreDump.yaml
Version1.0.3
Arm template9a7f5a97-354b-4eac-b407-a1cc7fc4b4ec.json
Deploy To Azure
NGINXHTTPServer
| where EventType =~ "ErrorLog"
| where EventMessage contains 'exited on signal 6 (core dumped)'
| extend ProcessIdCustomEntity = ProcessId
id: 9a7f5a97-354b-4eac-b407-a1cc7fc4b4ec
queryFrequency: 10m
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/NGINX HTTP Server/Analytic Rules/NGINXCoreDump.yaml
queryPeriod: 10m
status: Available
name: NGINX - Core Dump
triggerThreshold: 0
relevantTechniques:
- T1499
kind: Scheduled
requiredDataConnectors:
- connectorId: CustomLogsAma
  dataTypes:
  - NGINX_CL
severity: High
query: |
  NGINXHTTPServer
  | where EventType =~ "ErrorLog"
  | where EventMessage contains 'exited on signal 6 (core dumped)'
  | extend ProcessIdCustomEntity = ProcessId  
entityMappings:
- fieldMappings:
  - identifier: ProcessId
    columnName: ProcessIdCustomEntity
  entityType: Process
tactics:
- Impact
version: 1.0.3
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.'