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